/*! This style sheet was autogenerated using gulp + scss
    *  For usage instructions, see: https://github.com/openemr/openemr/blob/master/interface/README.md
    */
/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: "inset 0 0 6px rgba(0,0,0,0.00)";
  background-color: #f0f0f0;
}

*::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
}

@font-face {
  font-family: "Segoe UI Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Regular"), url("fonts/SegoeUI.woff") format("woff");
}

@font-face {
  font-family: "Segoe UI Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Italic"), url("fonts/SegoeUIItalic.woff") format("woff");
}

@font-face {
  font-family: "Segoe UI Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Bold"), url("fonts/SegoeUIBold.woff") format("woff");
}

@font-face {
  font-family: "Segoe UI Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Bold Italic"),
    url("fonts/SegoeUIBoldItalic.woff") format("woff");
}

@import url(themeBuilder.php);

body {
  font-family: lato, Helvetica, Sans-Serif;
  font-size: 14px;
}

@font-face {
  font-family: "FontAwesome";
  src: url(/public/assets/font-awesome/fonts/fontawesome-webfont.ttf) format("truetype");
}

.css_button[href*="deleter"]:before,
button[href*="deleter"]:before,
div.closeDlgIframe:before,
input[type="button"][href*="deleter"] [type="submit"]:before {
  font-family: "FontAwesome";
  content: "\f014";
  display: inline-block;
}

.btn::before {
  font-family: "FontAwesome";
  display: inline;
}

.btn-save::before {
  content: "\f00c\00a0\00a0";
}

.btn-cancel::before {
  content: "\f00d\00a0\00a0";
}

.btn-add::before {
  content: "\f067\00a0\00a0";
}

.btn-search::before {
  content: "\f002\00a0\00a0";
}

.btn-delete::before {
  content: "\f014\00a0\00a0";
}

.btn-duplicate::before {
  content: "\f0c5\00a0\00a0";
}

.btn-refresh::before {
  content: "\f021\00a0\00a0";
}

.btn-edit::before {
  content: "\f040\00a0\00a0";
}

.btn-transmit::before {
  content: "\f061\00a0\00a0";
}

.btn-receive::before {
  content: "\f060\00a0\00a0";
}

.btn-print::before {
  content: "\f02f\00a0\00a0";
}

.btn-back::before {
  content: "\f053\00a0\00a0";
}

.btn-show::before {
  content: "\f06e\00a0\00a0";
}

.btn-hide::before {
  content: "\f070\00a0\00a0";
}

.btn-undo::before {
  content: "\f0e2\00a0\00a0";
}

.btn-update::before {
  content: "\f01e\00a0\00a0";
}

.btn-download::before {
  content: "\f019\00a0\00a0";
}

.btn-mail::before {
  content: "\f0e0\00a0\00a0";
}

.btn-calendar::before {
  content: "\f073\00a0\00a0";
}

.btn-graph::before {
  content: "\f201\00a0\00a0";
}

.btn-filter::before {
  content: "\f0b0\00a0\00a0";
}

.btn-send-msg::before {
  content: "\f1d8\00a0\00a0";
}

.chart-dygraphs,
body {
  direction: ltr;
}

.drug_lookup {
  border: 2px outset #666;
  background-color: #eae6ff;
  padding: 5px;
  position: absolute;
  display: block;
}

.formtable,
.formtable tr td {
  line-height: 24px;
}

.report_search_bar {
  background-color: #f3f3f3;
}

#flow_board_parameters {
  margin: 25px auto;
  background-color: #ececec;
}

#flow_board_parameters td {
  padding: 10px;
}

#flow_board_parameters table {
  border: solid 1px;
  width: 100%;
  border-collapse: collapse;
}

.oe-empty-label {
  display: inline-block;
  width: 100%;
  min-height: 21px;
}

div.closeDlgIframe {
  background: #ff5d5a;
  position: absolute;
  top: -12px;
  right: -12px;
  height: 25px;
  width: 25px;
  cursor: pointer;
  z-index: 10010;
}

div.closeDlgIframe:before {
  color: #fff;
  content: "\f00d";
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin: auto;
  line-height: 25px;
  height: 25px;
}

.ui-draggable:hover {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}

.ui-draggable:active {
  cursor: move;
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/public/assets/jquery-ui-themes/themes/sunny/images/ui-icons_d19405_256x240.png);
}

.ui-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

#addressbook_list a,
#addressbook_list a:hover,
#addressbook_list a:visited,
a,
a:visited {
  color: #666;
}

a:hover {
  color: #0045da;
}

.back,
.more,
a {
  text-decoration: none;
}

.link_selected,
.link_selected:visited,
.link_submit {
  text-decoration: none;
  color: #00f;
}

.link_submit {
  color: #007;
}

.link_submit a:visited {
  color: #007;
}

.link_submit a:hover {
  color: #f55;
}

.menu,
.menu_selected {
  color: #00c;
  text-decoration: none;
  text-align: left;
}

.menu_selected {
  color: #000;
}

.sidebar {
  background: #fffbeb;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sidebar .submenu {
  padding-left: 15px;
}

.sidebar ul.mainmenu {
  padding-bottom: 55px;
}

.body_bottom,
.body_top {
  margin: 8px;
}

.body_bottom,
.body_login {
  background: url(../pic/aquabg.gif);
}

.bgcolor1,
.table_bg {
  background-color: #ccc;
}

.textcolor11 {
  background-color: #222;
}

.highlightcolor {
  background-color: #ddd;
}

.bottom_line {
  background: url(../pic/aquabg.gif);
}

.logobar {
  background-color: #24262c;
  height: 110px;
}

.navbar {
  height: 22px;
}

.titlebar {
  height: 20px;
}

.top-nav-icons {
  margin-right: 15px;
  margin-top: 5px;
}

.example_menu {
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 136px;
}

.collapse_all,
.expand_all {
  cursor: pointer;
}

.example_menu ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu1 li,
#menu2 li,
#menu3 li,
#menu4 li,
#menu5 li,
.example_menu li {
  background-image: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #fff;
}

.example_menu ul ul,
ul.tabNav a {
  display: block;
}

.example_menu a {
  color: #000;
  cursor: pointer;
  display: block;
  font-weight: 700;
  margin-left: 0;
  padding: 2px 2px 2px 17px;
  width: 160px;
}

.example_menu a.expanded {
  background: #bbb url(collapse.gif) no-repeat 3px 50%;
}

.example_menu a.collapsed {
  background: #bbb url(expand.gif) no-repeat 3px 50%;
}

.example_menu a:hover {
  text-decoration: none;
}

.example_menu ul li span {
  background: #d9d1a4;
  color: #000;
  display: block;
  font-weight: 400;
  width: 100%;
}

.example_menu ul a:subjective {
  font-weight: 400;
}

.example_menu li.active a {
  background: #fff;
}

.example_menu li.active li a {
  background: #e8e8e8;
}

#menu1 li.footer,
#menu2 li.footer,
#menu3 li.footer,
#menu4 li.footer,
#menu5 li.footer,
.example_menu .footer {
  background: url(footer.jpg) no-repeat 0 0;
  border-top: 2px solid #fff;
  height: 9px;
  line-height: 15px;
  margin: 0 0 10px;
  width: 131px;
}

#logout_link span,
#navigation-slide * li a img,
#navigation-slide li a img,
.example_menu .footer span {
  display: none;
}

.cke_contents {
  height: 300px !important;
}

.required,
.text {
  color: #000;
  text-decoration: none;
}

.required {
  color: #800;
  font-weight: 700;
}

.bold,
.small {
  text-decoration: none;
  color: #000;
}

.bold {
  font-weight: 700;
  font-size: 0.9em;
}

.small {
  font-size: 0.8em;
}

.rtl .float-right,
.sellistclass {
  float: left;
}

.disabled_button,
a.disabled_button:hover {
  color: gray;
}

.pwdalert {
  display: block;
  width: 390pt;
  margin-left: 100px;
  padding: 10px 10px 10px 15px;
  color: #000;
}

.alertmsg1 {
  border: 3px solid #fe7b7a;
  background-color: #ffd6d6;
}

.alertmsg2 {
  border: 3px solid #f56fff;
  background-color: #fabfff;
}

.alertmsg3 {
  border: 3px solid #9acc2e;
  background-color: #eef7dd;
}

.redtext {
  text-decoration: none;
  color: red;
}

.de_identification_status_message {
  width: 50%;
  border: 1px solid #00f;
}

.de_identification_input_controls_box {
  width: 100%;
  border: 1px solid #00f;
}

.de_id_upgrade_login {
  width: 40%;
  border: 1px solid #000;
  background-color: #fff;
}

body.admin-layout input[type="button"] {
  display: inline-block;
  float: none;
}

.error-message {
  color: red;
  display: block;
  white-space: nowrap;
  font-weight: 400;
}

.error-border {
  border: 1px solid red !important;
}

.tinylogocontainer {
  display: inline-block;
  border: 0;
}

.tinylogopng {
  display: inline-block;
  width: 44px;
  height: 22px;
}

.oe-text-to-right {
  text-align: right;
}

#patient_pastenc th,
.oe-text-to-left,
ul.tabNav li {
  text-align: left;
}

#addressbook_list td {
  padding-left: 4px;
  padding-right: 4px;
}

#addressbook_list tr.search {
  font-weight: 700;
}

#addressbook_list tr.head {
  background-color: #ccc;
  font-weight: 700;
}

#addressbook_list .inputtext {
  font-weight: 400;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
}

#addressbook_list .button {
  font-size: 0.8em;
  font-weight: 700;
}

#documents_list .treeMenuDefault {
  font-style: italic;
}

#documents_list .treeMenuBold {
  font-style: italic;
  font-weight: 700;
}

#documents_actions {
  padding-top: 0;
  float: right;
  overflow: auto;
}

#documents_actions iframe {
  display: inline;
  border: 0;
  width: 100%;
  height: 600px;
  overflow: auto;
}

#documents_actions form {
  margin: 0;
  padding: 0;
}

#documents_actions,
#documents_actions table {
  width: 100%;
  height: 95%;
}

#DEM .groupname {
  font-weight: 700;
  color: #032671;
  padding-right: 5px;
}

#DEM .data,
#DEM .groupname,
#DEM .label_custom {
  font-size: 14px;
  vertical-align: top;
}

#DEM .label_custom {
  font-weight: 700;
  text-align: right;
}

#DEM .data {
  text-align: left;
  padding-right: 6px;
}

#HIS .groupname {
  color: #080;
  padding-right: 1px;
  height: 2em;
}

#HIS .groupname,
#HIS .label_custom {
  font-weight: 700;
  vertical-align: top;
}

#HIS .data {
  vertical-align: top;
  text-align: left;
  padding-right: 10px;
}

#pnotes .billing {
  background-color: #dfd;
}

#pnotes .highlight {
  background-color: #fff;
}

#pnotes table {
  border-collapse: collapse;
}

#pnotes .noterow td {
  border-bottom: 1px dashed #000;
  vertical-align: top;
  padding: 5px;
  margin: 5px;
}

#pnotes_ps_expand div.tab table td {
  padding-right: 10px;
}

#pnotes #pnotes_title {
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
}

#pnotes #namecontainer_pnotes {
  float: left;
  margin-right: 10px;
}

#patient_stats {
  padding: 10px;
}

#patient_stats table {
  width: 100%;
}

#patient_stats td {
  padding: 3px;
}

#patient_pastenc tr,
#patient_stats .statrow {
  cursor: pointer;
}

#patient_stats .detail {
  vertical-align: top;
}

#patient_stats .btn {
  background-color: transparent;
}

#patient_stats .bg1 {
  background-color: #fff;
}

#patient_stats .bg2 {
  background-color: #f5f5f5;
}

#patient_stats .center {
  text-align: center;
}

#patient_pastenc table,
#patient_stats table,
#patient_stats_summary table {
  border-collapse: collapse;
}

#patient_stats_summary .noend_noreturn {
  color: #e00;
}

#patient_stats_summary .noend {
  color: #d50;
}

#patient_stats_summary .noreturn {
  color: #00f;
}

#patient_stats_summary .title {
  font-size: 1.1em;
}

#patient_pastenc,
#patient_reports,
#patient_stats_imm,
#patient_stats_issues,
#patient_stats_prescriptions,
#patient_stats_spreadsheets,
#report_custom {
  width: 100%;
}

#patient_pastenc .billing_note {
  width: 25%;
}

#patient_pastenc .billing_note_text {
  padding: 5px;
  border: 2px outset #000;
  background-color: #d3d3d3;
}

#patient_pastenc .billing_note_text_highlight {
  background-color: #f7f5d1;
}

#patient_pastenc table {
  width: 100%;
}

#patient_pastenc td {
  border-top: 1px solid #000;
  vertical-align: top;
}

#patient_pastenc #tooltipdiv {
  position: absolute;
  width: 500px;
  border: 1px solid #000;
  padding: 2px;
  background-color: #ffa;
  visibility: hidden;
  z-index: 1000;
}

#patient_pastenc .highlight {
  background-color: #fff;
}

#patient_pastenc .tooltip {
  position: absolute;
  border: 1px solid #333;
  background: #f7f5d1;
  padding: 2px 5px;
  color: #333;
  display: none;
}

#patient_reports .issues {
  padding: 5px;
}

#patient_reports .issues table {
  margin: 10px 0;
}

#patient_reports .encounters td,
#patient_reports .issues td {
  padding: 2px;
  font-size: 14px;
  font-family: "Segoe UI";
}

#patient_reports .issues td input[type="checkbox"] {
  margin-right: 10px;
}

#patient_reports .encounter_forms {
  margin: 5px 15px;
}

#patient_reports td {
  vertical-align: top;
  font-size: 14px;
  color: inherit;
}

#patient_reports label {
  font-weight: 400;
  color: inherit;
}

#patient_reports ul,
ul.tabNav {
  list-style: none;
}

#report_custom hr {
  border-top: 2px solid #c3c3c3;
}

#report_custom .billing,
#report_custom .communications,
#report_custom .demographics,
#report_custom .documents,
#report_custom .history,
#report_custom .immunizations,
#report_custom .insurance,
#report_custom .notes,
#report_custom .transactions {
  /* margin: 5px; */
  /* padding: 5px; */
}

#report_custom h1 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 1.2em;
}

#report_custom .issue {
  margin-left: 20px;
}

#report_custom .issue_type {
  font-weight: 700;
  padding: 5px 0;
}

#report_custom .issue_diag {
  margin: 0 20px;
}

#report_custom .immunizations,
#report_custom .insurance,
#report_custom .notes,
#report_custom .transactions,
#report_custom .demographics,
#report_custom .billing,
#report_custom .history,
#report_custom .text.documents,
#report_custom .encounter_form,
#report_custom .encounter {
  border: 2px solid #999;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#report_custom .immunizations h1,
#report_custom .insurance h1,
#report_custom .notes h1,
#report_custom .transactions h1,
#report_custom .demographics h1,
#report_custom .billing h1,
#report_custom .history h1,
#report_custom .encounter_form h1,
#report_custom .encounter h1 {
  margin: 0;
  /* padding: 0; */
  font-size: 18px;
  background: #f3f3f3;
  padding: 5px 10px;
  margin-bottom: 10px;
}

#report_custom .encounter_form {
  /* border: 1px solid gray; */
}

ul.tabNav {
  float: left;
  width: 100%;
  margin: 0;
  padding: 4px 0 0;
  /*background:#2672ec*/
}

ul.tabNav li {
  float: none;
  vertical-align: bottom;
  padding: 0 4px;
}

div.tabContainer {
  clear: both;
  width: 100%;
}

div.tabContainer div.tab {
  border: 1px solid #fff;
  color: #000;
  display: none;
  padding: 10px;
}

div.tabContainer div.current {
  display: block;
}

div.tab,
div.tab_long {
  min-height: 180px;
  background: #fff 0 0;
  margin-bottom: 10px;
  width: 665px;
}

div.tab_long {
  width: 100%;
}

div.tab p:last-child {
  margin-bottom: 0;
}

div.tab table td {
  padding-right: 1px;
  padding-bottom: 0;
}

div.tab table td.label_custom {
  min-width: 80px;
}

div.tab table td.data {
  min-width: 120px;
}

div.notab,
div.notab-right {
  background: #fff 0 0;
  margin-bottom: 10px;
  width: 100%;
}

.section-header,
.section-header-dynamic {
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.summary_item {
  background: #fff;
  padding: 8px;
}

#sddm div::-webkit-scrollbar {
  width: 6px;
}

#sddm li {
  margin: 1px;
  list-style: none;
  float: left;
}

#sddm div a,
#sddm li a {
  display: block;
  margin: 0 1px 0 0;
  text-align: left;
  text-decoration: none;
}

#sddm div {
  position: absolute;
  visibility: hidden;
  display: none;
  margin: 0;
  padding: 0;
  background: #f0f0f0;
}

#sddm div a {
  position: relative;
  margin: 0;
  padding: 5px 10px;
  width: 170px;
  white-space: normal;
  font-weight: 400;
}

#sddm div a:hover {
  color: #fff;
}

#documents_list td,
#reports_list a,
#reports_list td,
#sddm div a {
  font-size: 0.8em;
}

#report_parameters table td {
  padding: 5px;
}

#report_parameters table table {
  border: 0;
  border-collapse: collapse;
  font-size: 0.8em;
}

#report_parameters table table td.label_custom {
  text-align: right;
}

#report_results table {
  border: 1px solid #c4c4c4;
  width: 100%;
  border-collapse: collapse;
  margin-top: 1px;
}

#report_results table thead a {
  color: #fff;
}

#report_results table thead {
  padding: 5px;
  display: table-header-group;
  text-align: left;
  font-weight: 700;
  background: #e8ebf5;
  color: #032671 !important;
}

#report_results table th {
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  padding: 6px 8px;
}

#report_results table td {
  padding: 5px;
  border: 1px solid #c4c4c4 !important;
  font-size: 0.8em;
}

.report_totals td {
  background-color: #7f7;
  font-weight: 700;
}

.showborder {
  width: 650px;
}

.showborder td,
.showborder_long tr td {
  border-bottom: 1px dashed #000;
  text-align: left;
}

.showborder_head th {
  border-bottom: 1px solid #000;
  text-align: left;
}

.shownoborder td {
  text-align: left;
}

.showborder_long {
  width: 100%;
}

.group-row {
  margin-top: 15px;
}

.container-group {
  margin-top: auto;
}

.group-error-msg {
  color: #ff6643;
}

.group-success-msg {
  color: #4c8029;
}

#component-border {
  margin-bottom: 20px;
  border: 1px solid #2672ec;
  width: 100%;
  min-height: 150px;
  padding: 10px;
}

.float-right {
  float: right;
}

table.dataTable#therapy_groups_list tbody td {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}

.therapy_group #therapy_groups_list_container {
  margin-top: initial;
  width: initial;
}

.therapy_group #therapy_groups_list_container input[type="text"] {
  border-color: #ccc;
}

.therapy_group #therapy_groups_list_container input[type="number"] {
  -moz-appearance: textfield;
}

.therapy_group #therapy_groups_list_container input[type="number"]::-webkit-inner-spin-button,
.therapy_group #therapy_groups_list_container input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.therapy_group .delete_btn button,
.therapy_group .delete_btn span {
  background-color: #ef3935;
  font-size: 15px;
  padding: 2px 10px;
}

.therapy_group .delete_btn a {
  text-decoration: none;
  color: #fff;
}

.therapy_group #therapy_groups_list_container .failed_message {
  font-size: 15px;
}

#updateParticipants {
  position: relative;
}

#addParticipant {
  position: absolute;
  right: 0;
  z-index: 100;
}

#add-participant-form {
  transition: max-height 1s ease-out;
  max-height: 0;
  overflow: hidden;
}

.showAddForm {
  max-height: 250px !important;
}

.groups-error-msg {
  color: #ff542d;
  font-size: 1.3em;
  padding: 8px;
  text-align: center;
}

.therapy_group .event_details {
  font-size: 14px;
}

#add_participant {
  margin-bottom: 20px;
  margin-left: 10px;
}

#add_participant .button_wrap,
#add_participant .comment_wrap,
#add_participant .patient_wrap {
  margin-top: 7px;
}

#add_participant .comment_wrap,
#add_participant .patient_wrap,
#file_type_whitelist #add-manually {
  display: inline-block;
}

#add_participant .button_wrap input {
  float: none;
  display: inline-block;
}

#add_participant_element .input_label {
  display: block;
}

#add_participant_element .error_wrap .error {
  color: red;
}

#group_attendance_form_table tbody td {
  text-align: center;
}

#file_type_whitelist .subject-black-list,
#file_type_whitelist .subject-white-list {
  display: inline-block;
  width: 420px;
  float: left;
}

#file_type_whitelist {
  height: 400px;
  padding: 10px;
}

#black-list,
#white-list {
  margin: 10px;
  padding: 10px;
  width: 400px;
}

#file_type_whitelist select {
  height: 250px;
  padding: 0;
}

#file_type_whitelist option {
  padding: 4px 10px;
}

#file_type_whitelist option:hover {
  background: #eee;
}

#file_type_whitelist .subject-info-arrows {
  display: inline-block;
  width: 58px;
  margin: 130px 30px 30px;
  float: left;
}

#file_type_whitelist .subject-info-save {
  width: 60px;
  margin: 170px 30px 30px;
  float: left;
}

#file_type_whitelist input[type="button"] {
  float: none !important;
  width: 63px;
}

#file_type_whitelist #add-manually-input {
  width: 190px;
}

#file_type_whitelist .top-list {
  margin: 20px 20px 2px;
}

#new-encounter-group-title {
  float: left;
}

#new-encounter-group-buttons {
  float: left;
  margin-left: 8px;
  margin-top: -3px;
}

@media only screen and (max-width: 400px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 12px;
  }

  h6 {
    font-size: 10px;
  }

  #oe-nav-ul.tabNav li {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 1024px) {
  .navbar-nav {
    font-size: 13px !important;
  }

  .nav>li>a {
    padding: 15px 8px;
  }
}

#oe-nav-ul a,
#oe-nav-ul.tabNav a {
  text-decoration: none;
}

#oe-nav-ul.tabNav li {
  float: left;
  vertical-align: bottom;
  padding: 0;
  font-size: 0.8em;
}

#oe-nav-ul.tabNav li.current {
  padding-top: 0;
  font-weight: 700;
  vertical-align: bottom;
  text-align: left;
  margin-top: -4px;
}

#oe-nav-ul.tabNav a {
  color: #333;
  padding: 4px 4px 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #f4f4f4;
  border-left: 2px solid #1976d2;
  border-bottom: 1px solid #ccc;
}

#oe-nav-ul.tabNav {
  margin: 0;
  padding: 4px 0 0;
}

#oe-nav-ul.tabNav .current a {
  border: solid;
  border-width: 3px 0 0 2px;
}

#globals-div .tabContainer {
  display: flex !important;
  border: solid;
  border-width: 3px 0 0;
  width: auto;
  float: none;
  clear: none;
}

.oe-global-tab-heading {
  font-weight: 600;
  padding-bottom: 10px;
  margin-top: -10px;
  display: flex;
}

.mark,
mark {
  background-color: #fbfb03;
}

.menuBar {
  width: 100%;
  height: auto;
  display: block;
  position: fixed;
  top: 0;
  background-color: #fff !important;
  z-index: 100;
}

.menuBar~.container {
  margin-top: 95px;
}

.logout {
  color: #000;
  text-decoration: none;
  text-align: right;
}

.alert-custom {
  background-color: red !important;
  color: #fff !important;
}

.small span.text,
span.bold,
span.required {
  font-size: 14px;
}

.back,
.items,
.link,
.link_selected,
.link_selected:visited,
.more {
  font-size: 0.7em;
}

.title {
  font-size: 1.5em;
}

.title_bar {
  font-size: 1.13em;
}

.bgcolor2,
.body_top {
  background-color: #f4f4f4;
}

.body_title {
  background-color: #f4f4f4;
}

.body_nav {
  background-color: #f0f0f0;
}

.body_filler {
  background-color: #f7f0d5;
}

#HIS .data,
#HIS .groupname,
#HIS .label_custom,
#addressbook_list .inputtext,
#addressbook_list tr.search,
#patient_pastenc #tooltipdiv {
  font-size: 14px;
}

[href~="deleter"],
[onclick~="delete"] {
  background: #ff5d5a !important;
}

.section {
  background: #f0f0f0;
  border-color: #d7d7d7 !important;
}

#documents_list {
  width: 100%;
  height: 95%;
  overflow: auto;
  float: left;
  border-right: dashed 1px;
}

#documents_list a {
  font-size: 0.8em;
}

.body_title table tr td {
  padding: 0 !important;
}

#addressbook_list tr.evenrow {
  background-color: #ddf;
}

#addressbook_list tr.oddrow {
  background-color: #fff;
}

.css_button_small {
  background: #2672ec;
  color: #fff !important;
  display: block;
  float: left;
  font-weight: 400;
  margin-right: 3px;
  text-decoration: none;
  padding: 5px 12px;
  border: 0;
  font-size: 0.7em;
}

.css_button_small span {
  display: block;
}

.css_button_small:hover {
  background: #1050b6;
  text-decoration: none;
}

.css_button .css_button_small,
button .css_button_small,
input[type="button"] .css_button_small,
input[type="submit"] .css_button_small {
  font-size: 0.7em;
}

.css_button span,
button span,
input[type="button"] span {
  display: inline;
}

.css_button[href*="deleter"],
button[href*="deleter"],
input[type="button"][href*="deleter"] {
  background: red !important;
}

.css_button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background: #1050b6;
  text-decoration: none;
}

.css_btn,
.css_button,
button,
input[type="button"],
input[type="submit"] {
  background: #2672ec;
  color: #fff !important;
  display: block;
  float: left;
  font-weight: 400;
  margin-right: 3px;
  text-decoration: none;
  padding: 5px 12px;
  border: 0;
}

.css_btn:hover {
  color: #ff4500;
}

.modal-footer>button {
  float: none !important;
}

.btn-default {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.btn-link {
  color: #444 !important;
}

input[type="button"][style="background-color:#ffff55"] {
  background: #2672ec !important;
}

input[type="text"],
input[type="password"] {
  background: #fff;
  border: 1px solid #444;
  padding: 3px;
  margin: 3px;
}

ul.nav.navbar-nav,
ul.tabNav {
  background: #03267121;
  border-radius: 10px;
}



ul.tabNav li.current a {
  background: #fff;
  color: #2672ec;
}

ul.tabNav a {
  color: #fff;
  padding: 8px 17px;
}

ul.tabNav a:focus {
  outline: 0;
}

.showborder td,
.showborder_head th,
.showborder_long tr td,
.shownoborder td,
.sidebar .submenu {
  font-size: 0.9em;
}

.drug_lookup {
  font-size: 0.8em;
}

#navigation-slide,
#navigation-slide * {
  padding-left: 0;
  margin-left: 0;
  font-size: 0.9rem !important;
  cursor: pointer;
}

#navigation-slide * li,
#navigation-slide li {
  list-style: none;
}

#navigation-slide * li a,
#navigation-slide li a {
  background-color: none;
  color: #000;
  display: block;
  font-size: 1.13em;
  padding: 8px 0;
  width: 100%;
}

#navigation-slide * li a:hover,
#navigation-slide li a:hover {
  background-color: #d7d7d7;
}

#navigation-slide * li a.collapsed_lv2:before,
#navigation-slide * li a.collapsed_lv3:before,
#navigation-slide li a.collapsed_lv2:before,
#navigation-slide li a.collapsed_lv3:before {
  content: "&nbsp;";
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid #2f2f2f;
  font-size: 0;
  line-height: 10px;
}

#navigation-slide * li a.expanded,
#navigation-slide li a.expanded {
  background: #cbe6f7;
}

#navigation-slide * li a.expanded_lv2:before,
#navigation-slide * li a.expanded_lv3:before,
#navigation-slide li a.expanded_lv2:before,
#navigation-slide li a.expanded_lv3:before {
  content: "";
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid #2f2f2f;
  font-size: 0;
  line-height: 0;
}

#navigation-slide * li ul li,
#navigation-slide li ul li {
  padding-left: 14px;
}

#sddm li {
  background: #f0f0f0;
}

#sddm li div a {
  padding: 8px 12px;
  color: #032671;
}

#sddm li>a {
  padding: 6px 25px 6px 12px;
  color: #fff;
  background: #032671;
  border-radius: 6px;
  font-size: 14px;
}

#sddm li>a:before {
  content: "\f078";
  display: inline-block;
  font: normal normal normal 10px/1 FontAwesome;
  position: absolute;
  right: 8px;
  top: 11px;
}

#sddm li a:hover {
  background: #001d5c;
}

#sddm div a {
  color: #2875de;
}

#sddm div a:hover {
  background: #336699;
}

#sddm li.encounter-form-category-li {
  position: relative;
  z-index: 1;
}

.text-area {
  background-color: #fff;
  border: 1px solid #000;
  width: 100%;
  height: 100px;
  overflow: auto;
  text-align: left;
}

.example_menu {
  font-size: 0.7em;
}

.example_menu ul a:hover {
  background: #f5f5f5;
  text-decoration: underline;
}

.error-message {
  font-size: 0.8em;
}

.attach-input {
  text-align: right;
}

.full-width {
  width: 100%;
}

.radio-pos {
  margin-left: 10px;
}

.sidebar {
  background-color: #f8f8f8;
  font-size: 0.95em;
}

.alert-danger-custom {
  background-color: red !important;
  color: #fff !important;
}

div.category-display {
  margin-left: 25px !important;
}

#oe-nav-ul.tabNav li.current,
.chevron_color,
.oe-global-tab-heading {
  color: #032671;
}

#create_patient_btn {
  float: right;
  margin-top: 25px;
}

#logout_icon,
#menu_icon,
#user_icon {
  color: #676666 !important;
}

#theform input[type="text"] {
  border: 1px solid #ccc;
}

#oe-nav-ul.tabNav a:hover {
  background-color: #fff !important;
  color: #2672ec;
}

#oe-nav-ul.tabNav {
  background: rgba(0, 0, 0, 0.05) !important;
}

#oe-nav-ul.tabNav .current a {
  border-color: #2672ec;
  background: #fff;
  color: #2672ec;
}

#globals-div .tabContainer {
  border-color: #2672ec;
}

#search_globals {
  background: #e8e8e8 !important;
}

.navbar-collapse.collapse.in {
  background-color: #f5f5f5 !important;
  color: #000 !important;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #333;
}

@media screen and (max-width: 750px) {
  #pt_table {
    font-size: 1.2rem;
  }
}

.appMenu_small .menuSection>.menuEntries {
  left: 40px;
  box-shadow: 3px 5px 8px #adadad;
}

.oe-expandable-search .any-search-legacy {
  background: #fffffd;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px;
}

.form-group {
  margin-bottom: 5px !important;
}

legend {
  border-radius: 20px;
  border-bottom: 2px solid #e5e5e5 !important;
  background: #e5e5e5 !important;
  padding: 0 20px !important;
}

.form-horizontal .control-label {
  padding-top: 2px;
}

.oe-custom-line {
  padding-bottom: 5px;
}

.oe-large {
  display: inline-block;
}

.oe-show-hide,
.oe-small {
  display: none;
}

.oe-legend-radio {
  font-size: 12px;
  padding: 5px 5px 0 0;
}

.oe-bold-black {
  font-weight: 700;
  color: #000;
}

.oe-payment-select {
  width: 80px !important;
  text-align: right;
  font-size: 12px;
}

.oe-ckbox-label {
  padding-left: 30px;
  font-weight: 500;
}

.oe-file-div {
  padding: 10px 15px;
}

.oe-modal-dialog {
  width: 65% !important;
}

.oe-btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.oe-help-container a,
.oe-help-container a:not(.btn),
.oe-help-container a:not(oe-help-redirect) {
  text-decoration: none !important;
  color: #676666;
  font-weight: 700;
}

.oe-help-container h2>a {
  font-weight: 500 !important;
}

.oe-help-heading {
  color: #676666;
  background-color: #e4e2e0;
  border-color: #dadada;
  padding: 10px 5px;
  border-radius: 5px;
}

.oe-text-orange {
  color: orange;
}

.oe-text-red {
  color: red;
}

.oe-text-green {
  color: green;
}

.oe-text-black,
a.arrowhead,
a:hover.arrowhead,
a:visited.arrowhead {
  color: #000;
}

.oe-no-float {
  float: none !important;
}

.oe-inline {
  display: inline !important;
}

.oe-superscript {
  position: relative;
  top: -0.5em;
  font-size: 70% !important;
}

.oe-superscript-small {
  position: relative;
  top: -1.2em;
  font-size: 50% !important;
}

.oe-pull-toward {
  float: left !important;
}

.oe-pull-away {
  float: right !important;
}

.oe-margin-toward {
  margin-left: 30px;
}

.oe-margin-t-3 {
  margin-top: 3px;
}

.oe-margin-t-10 {
  margin-top: 10px;
}

.oe-display {
  display: none;
}

.oe-margin-b-20 {
  margin-bottom: 20px;
}

.oe-margin-b-10 {
  margin-bottom: 10px;
}

.oe-cursor-stop {
  cursor: not-allowed;
}

.oe-cursor-add {
  cursor: cell;
}

.oe-patient-background {
  background: #ffff9e !important;
}

#adminacl .loading {
  text-decoration: blink;
}

#adminacl .alert,
#adminacl .loading {
  font-size: 10px;
  color: red;
  font-weight: 700;
}

.section {
  border: solid;
  border-width: 1px;
  margin: 10px 0;
  padding: 5px;
}

#acl select[multiple],
#acl select[size] {
  height: auto !important;
  width: 400px;
}

.section a,
.section a:hover,
.section a:visited {
  text-decoration: none;
  color: #000 !important;
}

#acl_show,
#membership_show {
  margin-right: 4px;
}

.oe-bold {
  font-weight: 700;
}

.oe-grp {
  font-size: 16px !important;
  font-weight: 900;
}

.oe-ord {
  font-weight: 800;
}

.oe-pink-background {
  background: #ffd2da !important;
}

.oe-pl0 {
  padding-left: 0 !important;
}

.oe-pl10 {
  padding-left: 10px;
}

.oe-pl20 {
  padding-left: 20px;
}

.oe-pl30 {
  padding-left: 30px;
}

.oe-pl40 {
  padding-left: 40px;
}

.oe-pl50 {
  padding-left: 50px;
}

.oe-pl60 {
  padding-left: 60px;
}

.oe-pl-final {
  padding-left: 70px;
}

.oe-help-x {
  color: gray;
  padding: 0 5px;
}

.oe-fill {
  min-height: 100% !important;
  height: 100% !important;
}

.oe-hidden {
  display: none !important;
}

.oe-expandable-search {
  float: left;
  margin: 0;
  position: relative;
  width: 100%;
}

.oe-expandable-search input {
  border-radius: 15px;
  transition: all 0.8s ease-in-out !important;
  width: 30px;
  height: 31px;
  background: 0 0;
  outline: 0;
}

.oe-expandable-search input:focus {
  width: 275px;
  height: 31px;
  outline: 0;
}

.oe-expandable-search input:focus~button.btn-search1 {
  left: 245px;
  outline: 0;
}

.oe-expandable-search button {
  transition: all 0.8s ease-in-out;
}

.oe-expandable-search button.btn-search1 {
  border: 1px solid #ccc;
  border-radius: 50%;
  height: 31px;
  left: 0;
  width: 30px;
  margin: 3px;
  padding: 4px 4px 4px 8px;
  position: absolute;
  outline: 0 !important;
}

.oe-expandable-search .any-search-legacy {
  width: 140px;
}

.oe-expandable-search button.btn-globals-legacy {
  left: 110px;
}

.oe-expandable-search .any-search-modern {
  width: 30px;
}

.oe-expandable-search button.btn-globals-modern {
  left: 0;
}

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.page-header {
  margin: 0px !important;
  border: none;
}

#myNavbar .nav>.active>a,
#myNavbar .navbar-nav>.open>a {
  border-radius: 8px 8px 0 0;
  border-bottom: 5px solid #e40000;
  border-radius: 5px;
  color: #032671 !important;
  text-decoration: none;
  font-weight: 600;
  background: #ffffff !important;
  border-radius: 5px;
  border-bottom: none;
  padding: 2px 10px;
  margin: -4px 0 -10px 0;
  position: relative;
  top: 6px;
}

#myNavbar .navbar-nav a {
  border-radius: 8px 8px 0 0;
  color: #f4f4f4cf !important;
}

nav.navbar-static-top {
  background: #fff;
  border: none !important;
}

.navbar-default #myNavbar.navbar-collapse {
  background-color: #fff !important;
  border-top: none !important;
  /* border-bottom: 1px solid #032671 !important; */
}

.navbar {
  margin-bottom: 5px;
}

.title {
  text-transform: none;
  border: none;
  padding: 0 10px 0 0;
  font-weight: normal;
  color: #032671;
}

.dataTables_wrapper .dataTables_filter input,
select.ui-button,
input[type="search"],
input[type="entry"],
input[type="text"],
input[type="password"],
select,
.form-control,
textarea {
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  height: 36px;
  padding: 0 10px;
  color: #333;
  vertical-align: middle;
  margin: 0;
}

textarea {
  height: auto;
  padding: 9px;
}

.dataTables_wrapper .dataTables_filter input:focus-visible,
.dataTables_wrapper .dataTables_filter input:focus,
input[type="search"]:focus-visible,
input[type="search"]:focus,
input[type="entry"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
.form-control {
  border: 1px solid #032671;
  background: transparent;
  box-shadow: none;
  outline: none;
}

select.form-control {
  height: 36px;
}

textarea.form-control {
  height: auto;
  border-radius: 20px;
  margin-bottom: 20px;
}

select.form-control[size="4"] {
  height: auto;
}

.css_btn,
.css_button,
input[type="button"],
input[type="submit"],
a[class*="_button"],
a[class*="btn"],
a[class*="btn-"],
button.btn,
.btn-primary {
  border-radius: 16px;
  color: #fff !important;
  background: #032671 !important;
  box-sizing: border-box;
  border: 1px solid #032671;
  line-height: 26px;
  float: none;
  vertical-align: middle;
  display: inline-block;
  line-height: normal;
}

a.link.btn.btn-default {
  color: #032671 !important;
  background: transparent !important;
  border: none !important;
  padding-left: 0 !important;
  font-size: 14px;
  padding-right: 0 !important;
}

a.btn-cancel:hover,
input.btn-cancel:hover,
button.btn-cancel:hover,
a.btn-cancel,
input.btn-cancel,
button.btn-cancel {
  color: #032671 !important;
  background: #fff !important;
  border: 1px solid #032671;
}

a.btn-cancel:hover,
a.btn-cancel:active,
button.btn-cancel:hover {
  border: 1px solid #032671;
  text-decoration: none;
}

a.btn-delete {
  background: #bf2524 !important;
  border-color: #bf2524;
}

div,
p,
span,
label,
body,
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  font-family: "Segoe UI";
}

body.body_nav.main-left {
  background-color: #032671 !important;
  color: #fff;
  font-size: 14px !important;
}

body.body_nav.main-left #navigation-slide * li a,
body.body_nav.main-left #navigation-slide li a span,
body.body_nav.main-left #navigation-slide li a,
body.body_nav.main-left a.navitem,
body.body_nav.main-left a.navitem:visited {
  color: #fff;
}

#navigation-slide li a.expanded {
  background: none;
}

#navigation-slide li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}

body.body_nav.main-left #navigation-slide * li a,
body.body_nav.main-left #navigation-slide li a {
  padding: 16px 16px 16px 16px;
}

body.body_nav.main-left #navigation-slide li li a {
  padding-left: 50px;
  color: #fff !important;
}

body.body_nav.main-left #navigation-slide li li li a {
  padding-left: 60px;
}

body.body_nav.main-left #navigation-slide * li a .fa,
body.body_nav.main-left #navigation-slide li a .fa {
  font-size: 18px !important;
  margin-right: 8px;
}

body.body_nav.main-left #navigation-slide>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

body.body_nav.main-left #navigation-slide li {
  padding: 0;
}

label {
  font-weight: 300;
}

a.paginate_button {
  background: transparent !important;
  border-radius: 20px !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover,
a.paginate_button:hover {
  background: #032671 !important;
  color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  background: #eee !important;
  opacity: 0.5;
}

#prescription_list table.table thead th,
table.dataTable thead th,
table.table.table-striped th,
table.imagetable th,
table.dataTable th {
  padding: 6px !important;
  font-size: 14px;
  background: rgba(32, 63, 154, 0.1);
  border: none !important;
  vertical-align: middle !important;
  color: #032671 !important;
}

.vitals table.table thead th {
  padding: 6px !important;
}

#prescription_list table.table td,
#flb_table table.table th,
#flb_table table.table td,
table.dataTable td {
  font-size: 14px;
  border-top: 1px solid #ddd;
}

table.dataTable tbody tr:hover td {
  background-color: #dbdee3;
}

#prescription_list table.table td {
  white-space: normal;
  word-break: break-all;
}

table.dataTable {
  border-bottom: 1px solid #ddd;
}

table.imagetable td {
  background: #fff !important;
  font-size: 14px;
  border-top: 1px solid #ddd;
  border-bottom: none !important;
}

body.body_nav.main-left {
  background-color: #032671;
  color: #fff;
  font-size: 14px !important;
}

.logo {
  background-image: url("../images/ortele-logo.png");
  width: 212px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 20px;
  background-position: center;
}

a#showMenuLink .fa {
  font-size: 16px;
  color: #032671;
}

body.body_title table#main-title {
  background-color: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  background: linear-gradient(3deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(205, 221, 255, 1) 100%);
}

body.body_bottom,
body.body_top {
  background-color: #eee !important;
}

body.modal-popup {
  background: #fff !important;
}

body {
  background-color: #eee !important;
}

body.body_bottom,
body.body_top,
table.imagetable {
  font-family: "Segoe UI" !important;
}

.tabContainer .tab.current,
#new-encounter-form,
#encounter_forms,
.addNewPatient,
#patient_stats,
.main,
form[action="era_payments.php"] fieldset,
#new_payment fieldset,
div.installer,
#messages-div fieldset,
#recalls-div fieldset,
#reminders-div fieldset,
div#dynamic,
.formcard {
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #fff !important;
  padding: 20px !important;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0px 4px 34px rgb(0 0 0 / 9%);
  margin-bottom: 20px;
  min-height: 400px;
  overflow: hidden;
}

.formcard {
  min-height: auto;
}

.main .tabContainer .tab.current {
  box-shadow: none;
}

form#DEM {
  overflow: hidden;
}

#container_div a.btn.btn-default.hx-btn.btn-edit {
  position: absolute;
  padding: 4px 10px;
  line-height: normal;
  height: auto;
  z-index: 1;
  top: -43px;
  right: 24px;
  border-radius: 5px;
}

#HIS.main {
  overflow: hidden;
}

div#enctabs {
  border: none;
  padding: 0;
}

#encounter_forms {
  margin-left: 20px;
  margin-right: 20px;
}

#encounter_forms .title {
  position: static;
  font-size: 18px;
}

.main {
  margin-top: 0 !important;
  clear: both;
}

#reminders-div fieldset fieldset,
#messages-div fieldset fieldset {
  box-shadow: none;
  padding: 0 !important;
}

#reminders-div fieldset .title {
  display: none;
}

#reminders-div fieldset .container {
  max-width: 100%;
}

/* .imagetable_code,
.dataTables_wrapper {
  overflow: auto;
} */

.page-header h2 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 400;
}

.page-header .btns {
  display: flex;
  justify-content: space-between;

}

.page-header h2 {
  font-size: 20px;
  float: left;
  padding-left: 10px;
}

.body_top .title {
  font-family: "Segoe UI Regular";
  font-weight: 400;
  padding: 3px 10px;
  text-transform: none;
  line-height: 1.5em;
  color: #455832;
  border-bottom: none;
  margin: 0 auto;
  width: 100%;
  font-size: 18px;
}

.body_top.modal-popup .title {
  padding: 3px 0;
}

.body_top .subtitle {
  font-family: "Segoe UI Regular";
  font-weight: 400;
  padding: 3px 0;
  text-transform: none;
  line-height: 1.5em;
  color: #455832;
  border-bottom: none;
  margin: 0 5px 0 0;
  width: 100%;
  font-size: 16px;
}

.body_top .heading {
  font-family: "Segoe UI Regular";
  font-weight: 400;
  padding: 3px 0;
  text-transform: none;
  line-height: 1.5em;
  color: #000;
  border-bottom: none;
  margin: 0 5px 0 0;
  width: 100%;
  font-size: 20px;
}

.body_top .subhead {
  font-family: "Segoe UI Regular";
  font-weight: 400;
  padding: 3px 0;
  text-transform: none;
  line-height: normal;
  color: #032671;
  border-bottom: none;
  margin: 0 5px 5px 0;
  width: 100%;
  font-size: 16px;
}

nav.navbar-static-top {
  background: transparent;
  margin-bottom: 0;
}

.navbar-default #myNavbar.navbar-collapse {
  background: transparent !important;
}

nav.navbar-static-top>div {
  margin: 0;
  padding: 0;
}

#MessageList tr.head td {
  background: #032671;
  color: #fff;
  padding: 10px 18px;
}

#MessageList tr.head td * {
  font-weight: 300 !important;
  color: #fff;
  vertical-align: middle;
}

.body_top ul.tabNav a {
  background: transparent !important;
  color: #122672 !important;
  display: block;
  padding: 8px 16px !important;
  border: none !important;
  border-radius: 10px 10px 0 0;
}

.body_top ul.tabNav li.current a,
.body_top #oe-nav-ul.tabNav li.current a:hover {
  text-decoration: none;
  font-weight: 600;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
  background: #032671 !important;
  color: #fff !important;
}

.btn-group .btn:hover {
  text-decoration: none;
}

#globals-div ul.tabNav li:first-child {
  margin-left: 0px;
}

table.imagetable th.groupReg,
table.imagetable th.groupRegUn {
  color: #122672 !important;
  background: transparent !important;
  padding-left: 0 !important;
  font-size: 16px;
  border-bottom: none !important;
}

.activate {
  width: auto !important;
}

nav.navbar-static-top {
  min-height: inherit;
}

#new_payment .h3 {
  margin: 0 0 20px 0;
}

.table td.dehead {
  background: #122672;
  color: #fff;
  font-weight: 300;
  white-space: nowrap;
}

.body_top .title+a.more {
  font-size: 1em;
}

body.body_nav.main-left #navigation-slide li a {
  position: relative;
}

body.body_nav.main-left #navigation-slide li a:after {
  visibility: hidden;
}

body.body_nav.main-left #navigation-slide li a[id*="img"]:after {
  visibility: visible;
}

body.body_nav.main-left #navigation-slide li a.expanded_lv2:after,
body.body_nav.main-left #navigation-slide li a.collapsed_lv2:after {
  visibility: visible;
}

body.body_nav.main-left #navigation-slide li a.expanded_lv2:before,
body.body_nav.main-left #navigation-slide li a.collapsed_lv2:before {
  content: "\f138";
  border: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  left: -25px;
  position: relative;
}

body.body_nav.main-left #navigation-slide li li a:before,
body.body_nav.main-left #navigation-slide li li a:before {
  content: "\f054";
  border: none;
  display: inline-block;
  font: normal normal normal 11px/1 FontAwesome;
  left: -10px;
  position: relative;
}

body.body_nav.main-left #navigation-slide li a.expanded_lv2:after,
body.body_nav.main-left #navigation-slide li a.collapsed_lv2:after,
body.body_nav.main-left #navigation-slide li a.expanded:after,
body.body_nav.main-left #navigation-slide li a.collapsed:after {
  display: inline-block;
  font: normal normal normal 12px/1 FontAwesome;
  position: absolute;
  right: 15px;
  top: 20px;
}

body.body_nav.main-left #navigation-slide li a.collapsed_lv2:after,
body.body_nav.main-left #navigation-slide li a.collapsed:after {
  content: "\f077";
}

body.body_nav.main-left #navigation-slide li a.expanded_lv2:after,
body.body_nav.main-left #navigation-slide li a.expanded:after {
  content: "\f078";
}

.modal-content {
  border-radius: 6px;
}

div.closeDlgIframe {
  background: #fff !important;
  right: 20px;
  top: 20px;
}

div.closeDlgIframe:before {
  color: #032671;
  font-size: 20px;
  font-weight: 100;
}

body.body_title.curPt {
  background-color: #d9ffbd !important;
}

body.body_nav.main-left hr {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 5px 0;
}

#searchResultsHeader table {
  width: 100% !important;
  margin: 10px 0 0 0;
}

div#searchResultsHeader {
  background: transparent;
}

#searchResultsHeader th {
  font-size: 14px;
  background: rgba(32, 63, 154, 0.1);
  border: none !important;
  vertical-align: middle !important;
  color: #032671 !important;
}

#searchResultsHeader th,
div#searchResults td {
  padding: 8px;
  font-size: 14px !important;
  text-align: left;
  min-width: 50px;
}

body.body_top.main-calendar-add_edit_event .table td,
body.body_top.main-calendar-add_edit_event .table th {
  border-top: none;
  vertical-align: middle;
}

a[class*="css_button_small"],
.calsearch_body a[class*="btn"],
.calsearch_body .css_button {
  height: auto;
  line-height: normal;
}

div.tab,
div.tab_long {
  width: auto;
}

.topBot {
  display: flex;
  justify-content: space-between;
  margin: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 10px;
  align-items: center;
  vertical-align: middle;
  line-height: 14px;
}

.topBot b {
  margin: 5px;
}

.topBot span {
  margin-top: 2px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 14px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 0;
  bottom: -2px;
  background-color: #8193b8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch input:checked+.slider {
  background-color: rgba(255, 255, 255, 0.5);
}

.switch input:focus+.slider {
  box-shadow: 0 0 1px #c4c4c4;
}

.switch input:checked+.slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

.switch input:checked+.slider:before {
  background: white;
}

/* Rounded sliders */
.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

.top-links {
  padding-right: 20px;
}

#main-title select#EncounterHistory {
  width: 280px;
}

#main-title .username,
#main-title a[class*="-icon"] {
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 90% 100%;
  margin: 10px;
  display: inline-block;
  background-position: center;
  vertical-align: middle;
}

#main-title .username {
  width: auto;
}

#main-title .toggle-icon {
  background-image: url("../images/bars-icon.svg");
  position: absolute;
  bottom: 6px;
}

#main-title .username a {
  background-image: url("../images/user-icon.svg");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 30px;
  vertical-align: middle;
}

.searchPatient {
  background: #001d5c;
  display: flex;
  justify-content: space-between;
  margin: 10px;
  border: 1px solid #0045dd;
  border-radius: 5px;
  padding: 0px 10px;
  align-items: center;
  vertical-align: middle;
  line-height: 14px;
}

.searchPatient * {
  background-color: transparent !important;
  color: white;
}

.searchPatient * {
  border: none !important;
}

.searchPatient select:focus {
  border: none !important;
  background: transparent !important;
}

.searchPatient input,
.searchPatient input:focus {
  width: 60%;
  background: url("../images/search-icon.svg") no-repeat center left;
  /*padding-left: 26px;
  background-size: 18px;
  */
  padding-left: 18px;
  background-size: 14px;
  color: white;
}

.searchPatient input::-webkit-input-placeholder {
  color: #9aa9c9;
}

.searchPatient input:-ms-input-placeholder {
  color: #9aa9c9;
}

.searchPatient input::placeholder {
  color: #9aa9c9;
}

.searchPatient select option {
  color: #333;
}

/* Flow Board */
div#flb_table {
  overflow: auto;
}

.page-header .btn-group.oe-opt-btn-group-pinch {
  position: static;
}

.page-header a.btn.btn-default.btn-sm.btn-delete.deleter.delete {
  position: absolute;
  right: 20px;
  border-radius: 20px;
  font-size: 12px;
  padding: 4px 6px;
  line-height: normal;
  height: auto;
}

a.btn.btn-default.btn-sm.btn-delete.deleter.delete span {
  position: relative;
  left: -5px;
  top: -2px;
}

.page-header a.btn.btn-default.btn-sm.btn-delete.deleter.delete:before {
  font-size: 18px;
}

.btn-group,
.btn-group-vertical {
  position: static;
}

.addNewPatient>.container {
  width: auto;
}

body.body_top.patient-demographics .main .demographics-box div.tabContainer {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  margin-bottom: 10px;
}

body.body_top.patient-demographics .main .demographics-box a.css_button_small {
  border-radius: 3px;
  padding: 2px 6px;
  float: right;
}

body.body_top.patient-demographics .section-header table,
body.body_top.patient-demographics .section-header-dynamic table {
  width: 100%;
}

#encounter_forms .form_header span,
body.body_top.patient-demographics .section-header span,
body.body_top.patient-demographics .section-header-dynamic span {
  vertical-align: middle;
}

#encounter_forms .text.onerow,
body.body_top.patient-demographics .section-header,
body.body_top.patient-demographics .section-header-dynamic {
  position: relative;
  background: #f2f2f2;
  padding: 2px 6px;
  min-width: 222px;

  border-bottom: 2px solid #fff;
  border-radius: 6px;
}

span[class*="icon_"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  margin: 7px;
  color: #032671;
}

.icon_collapse:before {
  content: "\f068";
}

.icon_expand:before {
  content: "\f067";
}

span[class*="icon_"] {
  display: inline-block;
  font-size: 0;
  color: transparent;
}

.sm-btn-grp .smallbtn,
.dataTable input.delete_button,
.dataTable input.ta_button,
#patient_stats a.css_button_small,
#encounter_forms a.css_button_small,
#encounter_forms a.css_button {
  border-radius: 3px;
  padding: 2px 5px;
  line-height: normal;
  height: auto;
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 12px;
}

#encounter_forms .form_header_controls {
  float: right !important;
  text-align: right;
  margin: 3px;
}

.formname {
  font-weight: bold;
}

#sddm div td:first-child {
  border-top: none !important;
}

#sddm div td {
  border-bottom: 1px solid #c4c4c4;
}

#sddm div {
  background: #ffffff;
  max-height: 200px;
  overflow: auto;
  border: 1px solid #c4c4c4;
}

.body_top .demographics-box ul.tabNav a {
  padding: 3px 8px !important;
}

.main-calendar-add_edit_event td.buttonbar input[type="button"] {
  padding: 3px 12px;
  height: auto;
}

select.input-sm {
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
}

#flb a#filter_submit {
  min-width: 140px;
  float: right;
  margin-right: 5px;
  margin-bottom: 10px;
}

#flb .ui-selectmenu-button.ui-button {
  width: 100%;
  height: 40px;
}

#flb .divTable {
  width: 100% !important;
}

#flb .divTable .table-hover>tbody>tr:hover {
  background-color: #fff;
}

/* #ccr_report .btn , #report_form .btn { height:auto; line-height:normal; } */
#ccr_report .btn-group,
#report_form .btn-group {
  margin-top: 10px;
}

#referdiv .form-control {
  width: 100%;
  margin-bottom: 10px;
}

#referdiv ul.tabNav li:first-child,
#HIS.main ul.tabNav li:first-child {
  margin-left: 5px;
}

#patient_stats .css_button_small {
  float: right;
  border-radius: 5px;
  font-size: 12px;
}

#patient_stats .title {
  padding: 0 0 3px 0;
}

#patient_stats input[type="button"] {
  border-radius: 5px;
  padding: 2px 9px;
  line-height: normal;
  height: auto;
}

#patient_stats .btn-print {
  border: 1px solid #032671 !important;
  background: transparent !important;
  color: #032671 !important;
}

#pnotes a.btn-edit,
#pnotes a.btn-delete,
.transactions .transList a.btn {
  background: transparent !important;
  border: transparent !important;
  position: static !important;
  padding: 0;
  margin: 0;
  width: 40px;
  line-height: 26px;
  font-size: 22px;
  height: auto;
}

#pnotes a.btn-edit:before,
.transactions .transList .btn-group a.btn-edit:before {
  color: #032671 !important;
}

#pnotes a.btn-delete:before,
.transactions .transList .btn-group a.btn-delete:before {
  color: #bf2524 !important;
}

.transactions .transList .btn-group a.btn-print:before {
  color: #032671 !important;
}

a.teleconnectbtn {
  background: rgb(191, 37, 36) !important;
  background: linear-gradient(0deg,
      rgba(191, 37, 36, 1) 0%,
      rgba(230, 30, 29, 1) 26%,
      rgba(177, 24, 23, 1) 59%,
      rgba(213, 24, 23, 1) 90%) !important;
  color: #fff;
  border-radius: 40px;
  position: relative;
  height: 35px;
  margin-right: 5px;
  line-height: 9px;
  border: none;
  padding-left: 40px;
  font-size: 0;
  text-decoration: none;
}

a.teleconnectbtn i {
  background-image: url(../images/teleconnect-icon.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 91%;
  vertical-align: bottom;
  margin-right: 10px;
}

@media only screen and (min-width: 1000px) {
  #sddm>li a.teleconnectbtn {
    /*  right: -200px; */
  }

  #sddm>li a.tele_connecting {
    /*  right: -200px; */
  }
}

a.tele_connecting {
  background: rgb(191, 37, 36) !important;
  color: #fff;
  border-radius: 6px;
  position: relative;
  height: 35px;
  margin-top: 5px;
  line-height: 9px;
  border: none;
  width: 150px;
  font-size: 16px;
  padding-top: 10px;
  margin-right: 5px;
  text-decoration: none;
}

a.tele_connecting i {
  color: #fff;
  font-size: 16px;
}

.dm-ed-in-8 {
  width: 60%;
  margin: auto;
  margin-top: 40px;
  /* border: 1px solid #CCCCCC; */
  text-align: center;
  padding: 30px;
  font-size: 15px;
  font-weight: bold;
  /* background: #f7f7f7; */
  color: #032671;
}

.externaldata .no-data {
  width: 60%;
  margin: 10px auto;
  margin-top: 40px;
  text-align: center;
  padding: 30px;
  font-size: 15px;
  font-weight: bold;
  color: #032671;
}

.externaldata ul.ext-tab-head {
  padding: 0;
}

.externaldata ul.ext-tab-head li {
  font-size: 18px;
}

#new-encounter-form legend {
  border-bottom: 2px solid #e5e5e5 !important;
  background: #e5e5e5 !important;
  padding: 5px 20px !important;
  border-radius: 20px;
  border: none;
  color: #032671;
}

#new-encounter-form .form-control {
  margin-bottom: 10px;
}

#encounters .btn-view {
  padding: 2px 15px;
  height: auto;
  margin-bottom: 10px;
}

#encounters table tr:nth-child(even) {
  background: #f3f3f3;
}

#encounters table tr td {
  padding: 5px;
  border-top: 1px solid #c4c4c4 !important;
}

#encounters th {
  padding: 8px 5px;
  border-bottom: 1px solid #333 !important;
}

#encounters #selPagesize {
  height: auto;
  padding: 2px 5px;
}

#encounters iframe {
  border: 0;
}

.edit_billnote input[type="submit"] {
  height: auto;
  padding: 2px 10px;
}

.dataTables_wrapper select,
.dataTables_wrapper input {
  border-radius: 20px !important;
  padding: 5px !important;
  height: auto !important;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: 1px;
}

#DEM .tab td {
  padding: 3px;
  vertical-align: middle !important;
}

.main.vitals table td,
.physical_exam td {
  padding: 3px;
  vertical-align: middle !important;
}

#DEM .tab button,
#DEM .tab input[type="button"],
#DEM .tab input[type="reset"],
#DEM .tab input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  min-width: 60px;
}

.new_form td,
#add_immunization td {
  padding: 5px;
  vertical-align: middle;
}



.camos_form input[type="button"] {
  margin: 3px;
  height: auto;
}

.btn-group,
.btn-group-vertical {
  margin-top: 10px;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 20px !important;
  margin-right: 10px;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-radius: 20px !important;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 20px !important;
  margin-right: 10px;
}

#tab_Stats select#form_language {
  width: 200px;
}



.page-header h3 {
  margin: 10px auto;
  font-size: 20px;
}

.modal-header .close,
span.x.close,
div.closeDlgIframe {
  background-color: transparent !important;
  right: 20px;
  top: 20px;
  background-image: url(../images/closePopup.svg) !important;
  font-size: 0;
}

span.x.close span,
div.closeDlgIframe:before {
  display: none;
}

.modal-header .close {
  width: 26px;
  height: 26px;
  opacity: 1;
}

#new_note .form-control {
  margin: 2px 0 10px;
}

.modal-footer button.btn {
  min-width: 90px;
  font-size: 14px;
}

.btn_wrap {
  padding: 3px;
  display: inline-block;
  top: -8px;
  position: relative;
}

.btn_wrap a {
  float: none;
  display: inline-block;
  height: 40px;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 15%) !important;
}

.btn-save,
.btn-cancel {
  min-width: 160px;
}

ul.tabNav {
  display: flex;
}

ul.tabNav li.current {
  border-bottom: none !important;
  border-radius: 5px;
  margin-bottom: -4px;
}

ul.tabNav li {
  float: none;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgb(196, 196, 196) !important;
}

ul.tabNav li a:hover {
  text-decoration: none;
}

.btn-group {
  display: block;
  text-align: center;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  float: none;
}

nav.navbar.navbar-static-top {
  background: #032671;
  background: linear-gradient(4deg, rgba(3, 38, 113, 1) 0%, rgba(20, 63, 153, 1) 100%);
  min-height: 42px;
  z-index: 1;
  position: relative;
  border-radius: 10px;
  box-shadow: 1px -4px 12px rgb(0 0 0 / 9%);
  margin-bottom: 10px;
}

nav.navbar.navbar-static-top ul.nav.navbar-nav {
  float: none;
  margin: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

nav.navbar.navbar-static-top ul.nav.navbar-nav li {
  float: none;
  width: auto;
  font-weight: normal;
  text-align: center;
}

nav.navbar.navbar-static-top ul.nav.navbar-nav li a {
  padding: 3px;
  line-height: 35px;
}

.tab.current.main {
  width: 100% !important;
}

#documents_list legend,
#documents_actions legend {
  width: 98%;
  font-size: 16px;
}

#prescription_edit .page-header {
  margin: auto auto 20px auto !important;
}

#prescription_edit .ui-autocomplete-input {
  border: 1px solid #c4c4c4;
  background: #fff;
  border-radius: 20px;
  height: 40px;
  padding: 0 10px;
  color: #333;
}

#prescription_edit button,
#prescription_edit input[type="input"],
#prescription_edit input[type="text"],
#prescription_edit select,
#prescription_edit textarea {
  width: auto !important;
  margin-bottom: 10px !important;
}

#prescription_edit input[type="radio"] {
  margin: 0px 2px !important;
  height: 13px !important;
}

@media (min-width: 768px) {
  #prescription_edit .psc {
    float: right;
    border-style: solid;
    border-width: 1px;
    margin: 5px 5px 5px 5px;
    padding: 10px;
    margin: 0px 30px 10px 10px;
  }
}

table#life365 th {
  text-transform: capitalize;
}

.rpm .rpm_tabs a {
  display: inline-block;
}

@media (min-width: 767px) {
  .rpm .rpm_tabs {
    float: left;
    margin-top: 40px;
    margin-right: 10px;
  }

  .rpm .rpm_tabs a {
    display: block;
  }
}

@media (min-width: 767px) {
  .rpm .rpm_tabs {
    margin-bottom: 40px;
  }
}

.rpm .rpm_tabs a {
  padding: 5px 10px;
  margin-bottom: 2px;
}

.rpm .rpm_tabs a:hover {
  text-decoration: none;
  color: #000;
}

.rpm .rpm_tabs a.active {
  border-right: 2px solid #3d7ac5;
  color: #000;
}

.rpm .rpm_tabs+#life365_wrapper {
  clear: none;
}

ul.tabNav li.current a {
  background: transparent !important;
}

.inputfield {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.inputfield.w2c input,
.inputfield.w2c select {
  width: 200px;
}

.inputfield.blk {
  display: block;
}

.inputfield.blk textarea,
.inputfield.blk input,
.inputfield.blk select {
  width: 100%;
}

.inputfield.w2cq input,
.inputfield.w2cq select {
  width: 225px;
}

.inputfield.w1ch input,
.inputfield.w1ch select {
  width: 150px;
}

.inputfield.w2ch input,
.inputfield.w2ch select {
  width: 250px;
}

.inputfield.w3c input,
.inputfield.w3c select {
  width: 300px;
  max-width: 100%;
}

.inputfield.w3ch input,
.inputfield.w3ch select {
  width: 350px;
  max-width: 100%;
}

.inputfield.w4c input,
.inputfield.w4c select {
  width: 400px;
  max-width: 100%;
}

.inputfield.w5c input,
.inputfield.w5c select {
  width: 500px;
  max-width: 100%;
}

.inputfield.block {
  display: block;
}

.inputfield label {
  position: absolute;
  left: 15px;
  top: 9px;
  z-index: 1;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
    transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  opacity: 0.6;
  font-family: Segoe UI Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  min-width: inherit !important;
}

.inputfield.focus label,
.inputfield.fills label,
.inputfield.fill label {
  transform: translate(5px, -26px) scale(1);
  opacity: 1;
  background: #fff;
  font-size: 12px;
  border-radius: 40%;
  top: 15px;
  padding: 0 2px;
}

.inputfield input {
  min-width: 120px;
}

.inputfield.dt input {
  min-width: 150px;
}

.inputfield.ptId input {
  min-width: 150px;
}

.inputfield.ar input {
  min-width: 100px;
}

.inputfield.focus select,
.inputfield.fill select,
.inputfield.focus input,
.inputfield.fill input {
  border: 1px solid #032671;
}

.drx_alerts {
  color: #ccc;
  margin: 10px 20px 10px 10px;
  margin: 0 5px;
}

.drx_alerts a:last-child {
  border-radius: 0 8px 8px 0;
  background-position: center center !important;
  width: 30px;
}

.drx_alerts a:first-child {
  border-left: none;
  border-radius: 8px 0 0 8px;
}

a.connect_drx_icon {
  margin-left: 1px;
  border-radius: 0;
}

.drx_alerts a {
  color: #032671 !important;
  text-decoration: none;
  border-left: 1px solid #999;
  font-size: 16px;
  padding: 3px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  width: 30px;
}

.refill_alerts {
  background-image: url("../images/refill_alerts.svg");
  background-size: 16px !important;
  position: relative;
}

.refill_counts {
  background-image: url("../images/refill_counts_icon.svg");
  background-size: 20px;
  position: relative;
}

.rx_errors {
  background-image: url("../images/rx_errors_icon.svg");
  background-size: 16px !important;
  position: relative;
}

/* .drx_alerts .connect_to_drx {
        background-image: url('../images/drx.svg');
        background-size: 22px;
        padding-left: 26px;
    } */

.top-links2 {
  display: flex;
  justify-content: flex-end;
  flex-direction: revert;
  align-items: center;
}

.drx_alerts .connect_to_drx {
  background: #032671 !important;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 12px;
  margin: 0;
  line-height: 27px;
  font-weight: bold;
  font-size: 14px;
  border-left: 1px solid;
  color: white !important;
}

.drx_alerts {
  color: #ccc;
  margin: 0 5px;
  padding: 0px 0px 0px 0px;
  border-radius: 5px;
  display: flex;
}

a.user_icon+a {
  line-height: 30px;
}

#report_form table.includes {
  margin-top: 10px;
  margin-left: 10px;
  width: 100%;
  line-height: 25px;
}

#report_form table.includes input[type="checkbox"] {
  margin-right: 10px;
}

#report_form .btn-group-lft {
  text-align: left;
  margin-top: 10px;
}

#report_form .btn-group-lft .btn {
  min-width: inherit;
}

#report_form .issues_encounters_forms td.col1 {
  width: 28%;
}

#report_form .issues_encounters_forms td.col2 {
  width: 72%;
}

.encounter_forms.col3 label {
  width: 46%;
}

@media (max-width: 768px) {
  .encounter_forms.col3 label {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .encounter_forms.col3 label {
    width: 100%;
  }
}

#report_parameters .filter * {
  margin: 2px;
}

#report_parameters .filter {
  display: flex;
  flex-direction: row;
  justify-content: start;
  margin-bottom: 10px;
}

#report_parameters .filter .frm-grp-inputs {
  display: flex;
  flex-direction: column;
}

#report_parameters .filter .frm-grp-inputs .frm-inputs {
  margin-bottom: 10px;
}

#report_parameters .filter .frm-grp-inputs .frm-inputs label:first-child {
  min-width: 70px;
}

#report_parameters .filter .frm-inputs,
#report_parameters .filter .btn-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#report_parameters .filter .frm-inputs.left {
  justify-content: flex-start;
}

#report_parameters .filter .btn-group.col {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#report_parameters .filter .frm-inputs label {
  /* padding: 0 5px 0 2px; */
}

#report_parameters .filter .btn-group {
  margin: 0;
}

#report_parameters .filter .btn-group .btn {
  min-width: inherit;
}

@media (max-width: 1000px) {
  #report_parameters .filter {
    flex-direction: column;
  }

  #report_parameters .filter .frm-inputs {
    flex-direction: column;
    align-items: self-start;
  }

  #report_parameters .filter .btn-group {
    justify-content: center;
  }
}

@media (max-width: 767px) {}

@media (max-width: 500px) {
  #report_parameters .filter .btn-group {
    flex-direction: column;
    align-items: self-start;
  }

  #report_parameters .filter .btn-group .btn {
    width: 100%;
  }
}

#report_results .listTitle {
  background: #f3f3f3;
  color: #032671;
  cursor: pointer;
  border-radius: 20px;
  padding: 5px 15px;
  margin-bottom: 10px;
}

#report_results .listTitle+table {
  margin-bottom: 20px;
}

.btn-save.auto {
  min-width: inherit;
}

div#vedio-call-iframe-popup iframe {
  width: 100% !important;
  border: none;
}

div#vedio-call-iframe-popup {
  width: 270px;
  border: 4px solid #032671;
  position: fixed;
  right: 3px;
  top: 3px;
  z-index: 999999999999999;
  height: 205px;
}

span.close-video-popup {
  position: absolute;
  right: -5px;
  z-index: 1;
  background: #122672;
  color: #fff;
  padding: 3px;
  top: -5px;
}

div#vedio-call-iframe-popupheader {
  background: #122672;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: normal;
  margin-top: -2px;
  padding-bottom: 5px;
  cursor: move;
}

div#id_mainbox {
  overflow: auto;
}

.checkbox.inlblk input {
  top: 3px;
  margin: 0;
}

.inlblk {
  display: inline-block;
}

.video-container {
  height: 100%;
  padding: 10px;
  overflow: hidden;
  position: relative;
}

.video-frame {
  width: 100%;
  height: 100%;
  transition: all 0.05s ease-out;
}

.video-container.chat-active,
.video-container.soap-active,
.video-container.reports-active,
.video-container.allery-active {
  /* padding-right: 420px; */
}
.video-container.chat-active p.chat-txt,
.video-container.chat-active #toggle_chat_custom {
  display: none;
}

/* .video-container.links-active {
  padding-right: 220px;
}

*/
.video-container.drx-active {
  padding-right: 820px;
}

.video-container.chat-active .chat-frame,
.video-container.drx-active .drx-frame,
.video-container.soap-active .soap-frame,
.video-container.reports-active .reports-frame,
.video-container.allery-active .allery-frame {
  right: 0;
}

.chat-frame,

.reports-frame,
.soap-frame,
.allery-frame {
  position: absolute;
  width: 400px;
  height: 95%;
  margin-left: 20px !important;
  right: -420px;
  top: 10px;
  transition: all 0.3s ease-out;
}

/* .links-frame {
  width: 200px;
}

*/
.drx-frame {
  position: absolute;
  height: 95%;
  margin-left: 20px !important;
  right: -820px;
  top: 10px;
  transition: all 0.3s ease-out;
  width: 800px;
}

picture {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  width: 40px;
  height: 40px;
}

picture img {
  width: 100%;
  height: 100%;
}

/*.video-window {
        background-color: #032671;
        width: 100%;
        height: 100%;
        padding: 5px;
    }*/

.video-window {
  width: 100%;
  height: 100%;
  padding: 5px;
  overflow: auto;
}

.participant video {
  max-width: 100%;
  height: 100%;
}

.participant {
  top: 0;
  position: relative;
}

div#container .participant:first-child {
  position: absolute;
  width: 150px;
  height: 100px;
  bottom: 0;
  top: inherit;
  z-index: 1;
}

div#container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.video-window iframe {
  border-radius: 8px;
}

.window {
  margin: 5px;
  border-radius: 8px;
  display: none;
}

.window.active {
  display: block;
}

.card {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  border: none;
}

.drx-frame {
  border-radius: 8px !important;
  background: #fff;
  overflow: auto;
}

.card-header {
  border-radius: 8px 8px 0 0 !important;
  background: #032671;
  color: white;
  font-size: 18px;
}

.card-body {
  height: 70%;
  overflow: auto;
}

.card-footer {
  border-radius: 0 0 8px 8px !important;
  background: #e5ecf2;
  color: #333;
}

.chat-bubble-doctor {
  padding: 10px;
  border-radius: 8px;
  background-color: #dfedf2;
  border: 1px solid #b2ccd6;
  margin-bottom: 10px;
  margin-left: 50px;
  position: relative;
  font-size: 15px;
}

.chat-bubble-doctor picture {
  left: -53px;
  top: 0;
}

.chat-bubble-patient {
  padding: 10px;
  border-radius: 8px;
  background-color: #dbf2d4;
  border: 1px solid #b2ccd6;
  margin-bottom: 10px;
  margin-right: 50px;
  position: relative;
  font-size: 15px;
}

.chat-bubble-patient picture {
  right: -53px;
  top: 0;
}

.btn-primary {
  background: rgb(20 63 153);
  color: white;
}

.btn-radius {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: white;
  font-size: 16px;
  line-height: 11px;
}

.window-hide {
  display: none;
}

.window-show {
  display: block;
}

.btn-actions {
  text-align: left;
}

.btn-actions .btn {
  margin-bottom: 5px;
  display: block;
  text-align: left;
}

.btn-actions strong {
  display: block;
  text-align: left;
  color: #032671;
  margin: 10px auto;
}

.btn-actions .btn .fa {
  margin-right: 5px;
}

.file-upload {
  margin-bottom: 10px;
}

.btn svg {
  width: 16px;
}

.datetime {
  color: #666;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.datetime i {
  display: inline-block;
  color: #e4484d;
  margin-right: 10px;
}

.go-btn {
  line-height: 10px;
}

.go-btn i {
  margin-top: -3px;
}

div#attendantData {
  display: none;
}

button.chat-close-btn {
  background: transparent;
  color: #fff;
  border: none;
  float: right;
}

.waiting-room .card-header {
  border-radius: 6px 6px 0 0 !important;
  background: #122672;
  color: white;
  font-size: 16px;
    padding: 3px 5px 3px 10px;
}
.waiting-room button.chat-close-btn {
  background: transparent;
  color: #fff;
  border: none;
  float: right;
  margin-top: 0;
  padding: 0;
}

.waiting-room .card {
  overflow: hidden;
  border: 1px solid #ccc;
  background: #fff;
}

.waiting-room .card-body {
  height: 100%;
  overflow: auto;
  padding: 10px;
  border-radius: 0 0 8px 8px !important;
}

.waiting-room .video-container p {
  font-size: 16px;
  width: 90%;
}

.waiting-room .btn {
  border-radius: 0.25rem;
}

.waiting-room a.btn.btn-small.link-btn {
  line-height: normal;
  height: auto;
}

.waiting-room .participants ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  border: 1px solid #032671;
  border-radius: 5px;
}

@media (min-width: 768px) {
  /* .waiting-room .participants ul {
    min-height: 330px;
  */

  .waiting-room .video-container {
    min-height: 380px;
    padding: 0;
  }
}

.main.waiting-room>.container-fluid>.row>div {
  padding-left: 5px;
  padding-right: 5px;
}
.waiting-room .participants ul li {
  border-bottom: 1px dashed #c4c4c4;
  padding: 6px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.waiting-room .participants ul {
  width: 80%;
  margin: 20px auto 10px auto;
}

 .waiting-room .participants ul li.login_user_data .fa-spinner.fa-spin {
   margin-right: 8px;
 }
.waiting-room .video-container.links-active .links-frame {
  right: 0px;
}

.waiting-room a.join-room-btn {
  background: #c00 !important;
  border: none;
}

.top-nav {
  display: flex;
  justify-content: space-around;
}

#patient_reports .issues td {
  padding-left: 10px;
}

#patient_reports .title.oe-report-section-header {
  display: block;
  color: white;
  margin-bottom: 5px;
  background: rgb(51, 102, 153);
  padding: 5px 10px;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}

#patient_reports form fieldset:first-child .title.oe-report-section-header {
  cursor: default;
}

#patient_reports .title.oe-report-section-header .fa {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
}

#patient_reports .links-grp {
  text-align: right;
  position: absolute;
  right: 45px;
  z-index: 1;
}

#patient_reports .links-grp a {
  margin: 3px 5px;
  color: #fff !important;
}

#patient_reports .btn-group {
  margin: 10px;
}

#patient_reports hr {
  border-top: 1px solid #c4c4c4;
}

#patient_reports button,
#patient_reports .link_submit {
  border-radius: 5px !important;
  line-height: normal;
  height: auto;
  min-width: inherit;
}

#patient_reports span.title.oe-report-section-header small.text {
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
}

#patient_reports .encounter_data,
#patient_reports .encounter_data_head {
  border: 1px solid #c4c4c4;
  padding: 0;
  border-radius: 5px;
  margin-bottom: 10px;
}

#patient_reports .encounter_data_head input,
#patient_reports .encounter_data label input {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

#patient_reports .encounter_data_head {
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 0;
  background: #f3f3f3;
}

#patient_reports .encounter_data_head+.encounter_forms {
  margin: 0 !important;
}

#patient_reports .encounter_data_head+.encounter_forms label {
  padding: 2px 10px;
  margin: 0;
}

#patient_reports .issues th {
  padding: 5px 10px;
  color: #032671;
  background-color: #f3f3f3;
  cursor: pointer;
}

#patient_reports .issues thead+tbody {
  display: none;
}

#patient_reports .issues thead.active+tbody {
  display: contents;
}

#patient_reports .issues td:last-child {
  width: 45%;
}

#patient_reports .issues td {
  padding: 6px;
  border-top: 1px solid #c4c4c4;
}

#patient_reports .issues td.bold {
  background: #f3f3f3;
}

#patient_reports .issues table {
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  border-radius: 5px;
  margin-bottom: 10px;
  outline: 1px solid #c4c4c4;
}

#patient_reports .issues table:nth-child(1) {
  outline: none;
  margin: 0;
}

#patient_reports .bold.oe-report-section-header {
  padding: 0 0 10px 0;
  font-size: 16px;
  color: #032671;
  display: block;
}

#patient_reports table.issues_encounters_forms {
  width: 100%;
}

.report_exam_group h1,
#report_custom .report_exam_group h1 {
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #888;
  background: #f3f3f3;
}

div#DEM.demographics {
  margin: 0;
}

table.report_exam_group,
table.report_exam_group table {
  width: 100% !important;
}

table.report_exam_group table td {
  padding: 3px;
}

#report_custom .ptinfo {
  padding: 15px;
  border: 1px solid #999;
  border-radius: 10px;
  margin: 10px auto 0;
  font-size: 15px;
  background: #f3f3f3;
}

#report_custom .ptinfo h2 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #032671;
}

#report_custom .ptinfo .title {
  padding: 0;
  color: #032671;
  font-size: 15px;
}

input[type="text"].datepicker,
input[type="text"].datetimepicker {
  background-image: url(../images/calendarGreen.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 95% center;
  min-width: 130px;
}

.inputfield.blk {
  display: block;
  margin-bottom: 15px;
}

.btn-group.center {
  align-items: center;
  display: block;
  margin-top: 15px;
}

.btn-group .btn {
  display: inline-block;
  float: none !important;
}

.inputfield.blk.lbl {
  line-height: 35px;
}

.inputfield.blk.sh {
  line-height: 25px;
}

.inputfield.blk select {
  padding: 5px;
}
.inputfield.blk textarea {
  padding: 10px 5px;
}
.inputfield.view label {
  left: 0;
  top: 10px;
  transform: translate(0, -22px) scale(1);
}

.inputfield.view span {
  line-height: 40px;
  font-weight: bold;
  display: block;
  margin-top: 9px;
}

.reviewofs legend {
  margin-bottom: 0;
}

.form-group.mt15 {
  margin-top: 15px;
}

.main.auto {
  min-height: auto;
}

.deleteIcon,
.dataTable .deleteIcon,
.dataTable input[type="submit"].deleteIcon {
  background: url("../images/delete.svg") center 100% no-repeat !important;
  width: 20px !important;
  height: 19px !important;
  margin: 5px;
  border: none !important;
  outline: none !important;
  line-height: normal !important;
  color: transparent !important;
}

.addIcon,
.dataTable .addIcon,
.dataTable input[type="submit"].addIcon {
  background: url("../images/add.svg") center 100% no-repeat !important;
  width: 20px !important;
  height: 19px !important;
  margin: 5px;
  border: none !important;
  outline: none !important;
  line-height: normal !important;
  color: transparent !important;
}

.editIcon,
.dataTable .editIcon,
.dataTable input[type="submit"].editIcon {
  background: url("../images/edit.svg") center 100% no-repeat !important;
  width: 20px !important;
  height: 19px !important;
  margin: 5px;
  border: none !important;
  outline: none !important;
  line-height: normal !important;
  color: transparent !important;
}

.enableIcon,
.dataTable .enableIcon,
.dataTable input[type="submit"].enableIcon {
  background: url("../images/enable.svg") center 100% no-repeat !important;
  width: 20px !important;
  height: 19px !important;
  margin: 5px;
  border: none !important;
  outline: none !important;
  line-height: normal !important;
  color: transparent !important;
}

.disableIcon,
.dataTable .disableIcon,
.dataTable input[type="submit"].disableIcon {
  background: url("../images/disable.svg") center 100% no-repeat !important;
  width: 20px !important;
  height: 19px !important;
  margin: 5px;
  border: none !important;
  outline: none !important;
  line-height: normal !important;
  color: transparent !important;
}

.report_exam_group {
  max-width: 100%;
}

.iconview,
.icondownload,
.iconupload {
  color: #032671 !important;
  font-size: 13px;
}

button.btn.btn-cancel.btn-clear {
  min-width: auto;
}

.document_filter,
.medical_order_filter {
  margin: 10px auto 20px;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  padding: 20px;
  display: none;
}

.document_filter.active,
.medical_order_filter.active {
  display: block;
}

div#medicalOrderTable_length {
  display: none;
}

div#medicalOrderTable_wrapper {
  margin-top: 20px;
}

.search_toggle {
  cursor: pointer;
  transition: all 0.05s ease-out;
  top: -40px;
  position: absolute;
}

.search_toggle.active .fa-angle-down {
  transform: rotate(181deg);
}

body.body_top.modal-popup .main {
  min-height: inherit;
}

.icon-links {
  margin-right: 10px;
}

.icon-links a[class*="_icon"] {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  margin: 0;
  display: inline-block;
  background-position: center center;
  vertical-align: middle;
  border-radius: 8px;
  background-color: #fff;
}

.medical_order_icon:hover,
.medical_order_icon {
  background-image: url('../images/icons/medical_order_icon.svg') !important;
  background-repeat: no-repeat;
}

.icon-links a.cal_icon {
  background-image: url("../images/icons/calendar_icon.svg");
}

.icon-links a.remind_icon {
  background-image: url("../images/icons/reminder_icon.svg");
}

.icon-links a.msg_icon {
  background-image: url("../images/icons/messages_icon.svg");
}

.icon-links a.settings_icon {
  background-image: url("../images/icons/settings_icon.svg");
}

.icon-links a.chgpwd_icon {
  background-image: url("../images/icons/pwd_update_icon.svg");
}

.icon-links a.user_icon {
  background-image: url("../images/icons/user_icon.svg");
  margin-right: 15px;
}

.icon-links a.signout_icon {
  background-image: url("../images/icons/logout_icon.svg");
}

.icon-links .referral_icon {
  background-image: url("../images/icons/referral_icon.svg");
}

.icon-links a.addrbook_icon {
  background-image: url("../images/icons/addrbook_icon.svg");
}

.icon-links a.mo_icon {
  background-image: url("../images/icons/mo_icon.svg");
}

.icon-links a.recall_icon {
  background-image: url("../images/icons/recall_icon.svg");
}

.icon-links a.chat_icon {
  background-image: url("../images/icons/chat_icon.svg");
}

.icon-links .add_patient_icon {
  background-image: url("../images/icons/add_user_icon.svg");
}

.icon-links .flow_board_icon {
  background-image: url("../images/icons/flow_board_icon.svg");
}

.icon-links .search_appointment_icon {
  background-image: url("../images/icons/search_appointment_icon.svg");
}

.icon-links .add_appointment_icon {
  background-image: url("../images/icons/add_appointment_icon.svg");
}

.icon-links .get_esign_icon {
  background-image: url("../images/icons/esign.png");
}

.icon-links .docs_search_icon {
  background-image: url("../images/icons/docs_search_icon.svg");
}

.icon-links .urgentcare_icon {
  background-image: url("../images/icons/urgentcare_icon.svg");
}

.icon-links .refill_request_icon {
  background-image: url("../images/icons/refill_request_icon.svg");
  position: relative;
}

.icon-links .work_excuse_note_icon {
  background-image: url("../images/icons/work_excuse_note_icon.svg");
  position: relative;
}

.top-links2 .refill_alerts strong,
.top-links2 .refill_counts strong,
.top-links2 .rx_errors strong,
.icon-links .refill_request_icon strong,
.icon-links .work_excuse_note_icon strong {
  background: #e40000;
  padding: 2px 5px;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translate(-50%, 10px);
  font-size: 11px;
  color: #fff;
}

.icon-links .medical_order_icon strong {
  background: #e40000;
  border-radius: 44px;
  width: 18px;
  height: 22px;
  padding: 1px 5px;
  position: absolute;
  margin-top: 23px;
  color: #fff;

}

#main-title div#past_encounter_block>*,
#main-title div#past_encounter_block select {
  border-radius: 3px;
}

#main-title div#past_encounter_block .css_button_small {
  font-size: 9px;
}

#main-title div#past_encounter_block select {
  height: 30px;
}

#main-title .css_button_small,
#main-title .title_bar_top#past_encounter {
  margin: auto 3px;
  padding: 4px;
  vertical-align: middle;
  display: inline-block;
}

div#current_patient_block * {
  display: inline-block;
}

#main-title .patient_btns .css_button_small {
  border-radius: 5px;
  padding: 3px 7px;
}

.patient_btns {
  text-align: left;
  margin-top: 5px;
}

.patient_btns a#clear_active {
  background: #ffffff !important;
  border-color: #bfbfbf;
  color: #bf2524 !important;
  font-size: 16px;
  padding: 3px 5px !important;
}

.top-nav.top-nav-2 {
  display: flex;
  flex-direction: column;
}

.top-nav.top-nav-2 .icon-links,
.top-nav.top-nav-2 .top-links2 {
  padding-bottom: 2px;
  margin: auto;
}

/* .top-nav.top-nav-2 .icon-links:first-child {
    border-bottom: 2px solid #265bce; 
}
.top-nav.top-nav-2 .icon-links {
    border-bottom: 2px solid #1dba15;
}
.top-nav.top-nav-2 .top-links2 {
    border-bottom: 2px solid #ff8928; 
} */
.top-nav-patient {
  display: flex;
  justify-content: flex-start;
  padding-left: 40px;
  align-items: center;
  margin-top: 3px;
  min-height: 40px;
}

.connect_drx_icon {
  width: 35px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  margin: 0 2px;
  display: inline-block;
  background-position: center center;
  vertical-align: middle;
  border: none !important;
  border-radius: 5px;
  background-image: url(../images/icons/connect_drx_icon.svg);
}

.top-nav_level1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 10px;
  background: rgb(191 202 225);
  padding-top: 3px;
  padding-bottom: 3px;
}

.top-nav_level2 {
  display: flex;
}

.top-nav_level2 .icon-links+.icon-links {
  margin-top: -2px;
  margin-left: 4px;
}

.top-nav.top-nav-1 a {
  border: none;
  background-color: transparent;
}

div#current_encounter_block {
  margin-left: 10px;
  display: flex;
    flex-direction: column;
}

.top-nav.top-nav-2 .top-links2+.icon-links {
  margin: 0;
}

.btn-group .newMO-btns .btn {
  min-width: inherit;
  border-radius: 5px;
  padding: 4px 10px;
  line-height: normal;
  height: auto;
  margin: 3px;
}

/* The checkboxes */
.checkboxes {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
  color: #333;
  font-weight: normal;
}

.checkboxes small {
  color: #999;
}

.checkboxes input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkboxes .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ddd;
}

.checkboxes:hover input~.checkmark {
  background-color: #ccc;
}

.checkboxes input:checked~.checkmark {
  background-color: #032671;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkboxes input:checked~.checkmark:after {
  display: block;
}

.checkboxes .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.new_mo_tests .subtitle {
  color: #032671 !important;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

#tblTests {
  border: 1px solid #c4c4c4;
  margin-top: 20px;
}

#tblTests th {
  background: rgba(32, 63, 154, 0.1);
  padding: 6px;
  min-height: 30px;
  font-size: 14px;
}

#tblTests td {
  border-bottom: 1px solid #c4c4c4;
  padding: 6px;
  min-height: 30px;
  font-size: 14px;
}

.New_MO .tab.current .tab.current {
  box-shadow: none !important;
  border: 1px solid #c4c4c4;
  border-radius: 0 0 10px 10px;
  margin: 0;
}

.new_mo_icds .search_frm input {
  padding-right: 26px;
  float: left;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.new_mo_icds .search_frm .fa {
  color: #032671;
  position: absolute;
  right: 25px;
  top: 12px;
  font-size: 22px;
}

.new_mo_icds ul.level_1,
.new_mo_icds ul.level_2,
.new_mo_icds ul.level_3 {
  list-style: none;
  padding: 0;
  margin: 10px 5px 10px 10px;
  border-radius: 5px;
  border: 1px solid #c4c4c4;
}

/* .new_mo_icds ul.level_2,
.new_mo_icds ul.level_3 { 
    display: none;
} */
.new_mo_icds ul.level_2,
.new_mo_icds ul.level_3 {
  height: 200px;
  overflow: auto;
}

.new_mo_icds ul.level_1 li,
.new_mo_icds ul.level_2 li,
.new_mo_icds ul.level_3 li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #c4c4c4;
  position: relative;
}

.new_mo_icds ul.level_1 li a,
.new_mo_icds ul.level_2 li a {
  margin: 0;
  padding: 10px 15px 10px 35px;
  display: block;
  text-decoration: none;
  color: #032671;
}

.new_mo_icds ul.level_3 li a {
  text-decoration: none;
  color: #032671;
}

.new_mo_icds ul.level_1 li a:hover,
.new_mo_icds ul.level_2 li a:hover {
  background: #f3f3f3;
}

.new_mo_icds ul.level_1 li:before,
.new_mo_icds ul.level_2 li:before {
  position: absolute;
  left: 16px;
  top: 16px;
  width: 8px;
  height: 8px;
  border: solid #032671;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.new_mo_icds ul.level_3 li a {
  display: flex;
}

.new_mo_icds ul.level_3 span:first-child {
  min-width: 60px;
}

.new_mo_icds ul.level_3 span {
  padding: 5px 10px;
}

.top-nav .icon-links a.urgent_care {
  height: 30px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  background-color: #fff;
  line-height: 13px;
  padding: 2px;
  color: #cc0000;
  font-weight: bold;
  font-size: 12px;
  width: 55px;
  text-align: center;
  text-decoration: none;
}

.urgentcare table {
  border: 1px solid #c4c4c4;
}

.urgentcare table .btn {
  border-radius: 5px;
  padding: 3px 7px;
  line-height: normal;
  height: auto;
  max-height: initial;
  white-space: normal;
  font-size: 12px;
  background: #fff !important;
  color: #032671 !important;
  font-weight: bold;
}

.urgentcare table .btn.teleconnect-btn {
  background: rgb(191, 37, 36) !important;
  background: linear-gradient(0deg,
      rgba(191, 37, 36, 1) 0%,
      rgba(230, 30, 29, 1) 26%,
      rgba(177, 24, 23, 1) 59%,
      rgba(213, 24, 23, 1) 90%) !important;
  color: #fff !important;
  border-color: rgb(191, 37, 36) !important;
}

.urgentcare table .btn.teleconnect-btn.inactive {
  background: #ddd !important;
  color: #999 !important;
  border-color: #ddd !important;
  cursor: not-allowed;
}

.urgentcare table .btn:hover {
  background: #032671 !important;
  color: #fff !important;
}

.urgentcare table small {
  color: #666;
}

.urgentcare table {
  border-collapse: separate;
  border-spacing: 2px;
}

.urgentcare table tbody td.red {
  border-left: 5px solid #cc0000;
}

.urgentcare table tbody td.green {
  border-left: 5px solid #19e857;
}

.urgentcare table tbody td {
  vertical-align: middle;
  padding: 10px 20px;
}

.urgentcare .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  top: 0;
  margin-right: 10px;
  margin-left: -50px;
}

.urgentcare .switch input:checked+.slider {
  background-color: rgb(3 38 113 / 39%);
}

.urgentcare .switch input:checked+.slider:before {
  background: #032671;
}

.urgentcare .switch .slider {
  background-color: rgb(194 194 194 / 60%);
}

.urgentcare .switch .slider:before {
  bottom: -1px;
  background-color: #032671;
}

.urgentcare .page-header span {
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.urgentcare .summon_patient_btn {
  margin-bottom: 10px;
  border-radius: 10px;
}

.urgentcare .page-header {
  padding-left: 50px;
}

.urgentcare .page-header h2 {
  padding-left: 5px;
  margin: 0;
}

table.dataTable#consentTable thead th,
table.dataTable#consentTable thead td {
  padding: 10px;
}

@media only screen and (min-width: 1000px) {
  .urgentcare .main .tabNav {
    position: absolute;
    margin-top: -50px;
    width: 550px;
  }
}

.urgentcare .main .tab {
  padding: 0 !important;
}

.urgentcare .main .tabNav a {
  text-transform: capitalize;
}

.urgentcare .flag {
  color: #00cb3d;
  border: 1px solid #00992e;
  padding: 1px 6px;
  font-size: 12px;
  background: #edfff0;
  border-radius: 5px;
  font-weight: bold;
  position: relative;
  padding: 3px 7px;
  margin-right: 5px;
}

/* 
        .urgentcare .flag:before {
      content: "";
      position: absolute;
      border: 1px solid;
      width: 10px;
      height: 13px;
      transform: rotate(45deg);
      right: -6px;
      top: 1px;
      background: #fff;
      border-color: white white #00cb3d #00cb3d;
  } */

table#refillRquestTable th {
  padding-left: 5px;
}

.help_icon {
  width: 35px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  margin: 0;
  display: inline-block;
  background-position: center center;
  vertical-align: middle;
  border-radius: 5px;
  background-color: #fff;
  background-image: url("../images/icons/help_icon.svg");
  margin-top: 5px;
  cursor: pointer;
}

.inputfield.blk.fill.helptip {
  padding-right: 40px;
}

.tooltip-bubble {
  position: absolute;
  right: 0;
  top: 0;
}

.tooltip-bubble .bubble {
  position: absolute;
  width: 225px;
  background: #e8ebf5;
  z-index: 1;
  right: -9px;
  border-radius: 20px;
  padding: 15px 10px;
  display: none;
}

.tooltip-bubble .bubble:before {
  content: "";
  border: 10px solid #e8ebf5;
  transform: rotate(45deg);
  height: 0;
  width: 0;
  right: 16px;
  top: -3px;
  position: absolute;
  border-width: 6px 10px 10px 5px;
  border-color: #e8ebf5 transparent transparent #e8ebf5;
  z-index: 1;
}

.tooltip-bubble:hover .bubble {
  display: block;
}

.tooltip-bubble .bubble ul {
  list-style: none;
  padding: 0 10px;
}

.esign_mask_popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.esign_content_popup {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: gainsboro;
  border: solid 2px #b7ddf2;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50px);
  z-index: 111111;
  top: 50px;
  padding: 20px;
  width: 440px;
  max-width: 100%;
}

.esign_content_popup input[type="submit"],
.esign_content_popup input[type="button"] {
  margin-top: 15px;
}

.esign_content_popup label {
  display: block;
  width: 80px;
}

.esign_content_popup textarea {
  width: 100%;
}

.document_filter .inputfield.focus select,
.document_filter .inputfield.fill select,
.document_filter .inputfield.focus input,
.document_filter .inputfield.fill input {
  margin: inherit;
}

.btn-small.css_button_small {
  height: auto;
  line-height: normal;
}

.page-header .btn-delete {
  visibility: hidden;
}

.load_more {
  background: #e8ebf5;
  border-radius: 3px;
  color: #032671;
  padding: 3px 5px;
  min-width: 30px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  margin: 3px;
}

a.load_more.active {
  color: white;
  background: #032671;
}

#get_icd_code a:hover,
#get_icd_code.active a {
  color: white;
  background: #336699;
}

.pointer-events-none {
  pointer-events: none;
  opacity: 0.5;
}

.success-message-custom {
  color: #4dab4d;
  font-weight: 600;
  border: 1px solid;
  padding: 10px;
  display: none;
}

.success-message-custom .btn {
  background: #c3d0c3 !important;
  border: #1bdc1b;
  padding: 3px !important;
  line-height: 15px !important;
  border-radius: 16px !important;
  height: 23px !important;
  padding-left: 10px !important;
  float: right;
}

.success-message-custom .btn::before {
  content: "\f00d\00a0\00a0";
}

.success-message-custom .btn::before {
  font-family: "FontAwesome";
  display: inline;
}

.w75 {
  white-space: normal;
  width: 75px;
  border-radius: 9px !important;
  line-height: 12px !important;
}

#addressbook td,
table#refillRquestTable td:first-child {
  white-space: normal;
  word-break: break-word;
}

#addressbook td {
  min-width: 100px;
}

#allDocumentsTable .btn,
#refillRquestTable .btn {
  height: auto;
  line-height: normal;
  padding: 3px 10px;
  font-size: 12px;
  margin: 2px;
}

td .btn-success {
  color: #fff;
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}

td .btn-danger {
  color: #fff;
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
}

td .btn-info {
  color: #fff;
  background-color: #5bc0de !important;
  border-color: #46b8da !important;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #eee;
}

::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}

span#status_summary {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  row-gap: 5px;
}

span#status_summary .badge {
  position: relative;
  top: 0px;
  margin-left: 3px;
  background: #032671;
}

span#status_summary div.total {
  font-weight: 600;
  color: #032671;
  background: #bfcae1;
}

span#status_summary div.total .badge {
  background: #c00;
}

span#status_summary div {
  padding: 5px 10px 5px 10px;
  text-align: center;
  line-height: normal;
  position: relative;
  background: #ebf1ff;
  border-radius: 5px;
  margin-left: 20px;
}

.iconmd {
  vertical-align: middle;
  display: inline-block;
  margin: 2px;
}

.iconmd i.fa {
  font-size: 1.2em;
}

.icon-esign a span {
  visibility: hidden;
}

.icon-esign {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-top: -4px;
}

.icon-esign a {
  background-image: url("../images/icons/esign-icon.svg") !important;
  width: 20px;
  height: 24px;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0;
}

a.icon-logs {
  background-image: url("../images/icons/logs-icon.svg") !important;
  width: 20px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: transparent !important;
  border: none !important;
  display: inline-block;
  margin: 2px;
}

a.icon-assign {
  background-image: url("../images/icons/assign-icon.svg") !important;
  width: 20px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: transparent !important;
  border: none !important;
  display: inline-block;
  margin: 2px;
}

#status_summary>span {
  font-size: 13px;
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #c4c4c4;
  padding: 0px 6px;
}

.demographics-box div[id*="expand"] {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: -5px;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 9%);
  border-radius: 6px
}

.demographics-box td {
  font-size: 14px;
}

div#demographics_ps_expand .tabContainer,
div#pnotes_ps_expand .tabContainer {
  padding: 0;
  border: none;
  margin: 0;
}

div#demographics_ps_expand {
  padding: 0;
}

.body_top #demographics_ps_expand ul.tabNav li {
  padding: 0;
  margin: 1px;
}

.body_top #demographics_ps_expand ul.tabNav li a {
  background: #e7e7e7 !important;
  border-radius: 5px 5px 0 0;
  text-transform: none;
}

.body_top #demographics_ps_expand ul.tabNav li.current {
  border: none !important;
}

.body_top #demographics_ps_expand ul.tabNav li.current a {
  background: #032671 !important;
  color: #fff !important;
}


a.icon-colorpicker {
  background-image: url('../images/icons/colorpicker_icon.svg') !important;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: transparent !important;
  border: none !important;
  display: inline-block;
  margin: 2px;

  position: absolute;
  right: 8px;
  top: 5px;
}

.icon-VisitEncounterRecords:hover,
.icon-VisitEncounterRecords {
  background-image: url('../images/icons/VisitEncounterRecordsIcon.svg') !important;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: transparent !important;
  border: none !important;
  display: inline-block;
}

.mdicon.icon-VisitEncounterRecords:hover,
.mdicon.icon-VisitEncounterRecords {
  width: 20px;
  height: 20px;
  background-size: 75%;
}
.icon-medical_order:hover,
.icon-medical_order {
  background-image: url('../images/medical_order_icon.jpg') !important;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: transparent !important;
  border: none !important;
  display: inline-block;
}

/* background: #032671 !important;
  color: #fff !important;
} */
#prescription_list #print_links {
  margin-bottom: 10px;
}


div[id*="code_append_area"] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

div[id*="code_append_area"] p {
  margin: 0;
}

.emrMessageApp .nav>li>a {
  position: relative;
  display: block;
  padding: 5px 7px;
}

.emrMessageApp .nav-pills>li>a>.badge {
  margin-left: 5px;
  padding: 4px 4px;
}


table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
  background: transparent !important;
}

table.dataTable.display tbody tr.odd:hover>.sorting_1,
table.dataTable tbody tr:hover td,
table.dataTable tbody tr:hover td.sorting_1 {
  background: #dbdee3 !important;
}

table.dataTable#pt_table tbody tr td {
  cursor: pointer;
}

table#pt_table th:last-child {
  width: auto !important;
}

table#pt_table th:first-child {
  min-width: 200px;
}

table#pt_table {
  width: 99% !important;
}

table#pt_table .medium_modal.btn.btn-add {
  border-radius: 6px;
  padding: 1px 10px;
  height: auto;
}

div#appointments_ps_expand>div {
  background: none !important;
}

.encRightNav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px 10px 0px 10px;
  row-gap: 10px;
  margin-top: 5px;
  margin-bottom: -10px;
}

.encRightNav a,
.encRightNav .btn {
  height: auto;
  line-height: normal;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 14px;
}
.encRightNav .status-text {
  padding-right: 10px;
  padding-left: 5px;
  margin-bottom: 0;
}
.encRightNav .status-text b {
  color: red;
}

.prePharmacy {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 5px 0;
  row-gap: 10px;
}
.prePharmacy select.form-control,
.prePharmacy a,
.prePharmacy .btn,
.prePharmacy input {
  height: 30px;
    line-height: 11px;
  padding: 5px 10px;
}
.prePharmacy input#zip_code {
  margin-right: 5px;
}

.prePharmacy .row1,
.prePharmacy .row2 {
  display: flex;
  gap: 5px;
}

.prePharmacy .grprows {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  border: 1px solid #999;
  max-width: 100%;
  gap: 15px;
  padding: 15px;
}
.prePharmacy a.btn.edit-btn {
  background: transparent !important;
  border: none;
  color: #0045dd !important;
  padding: 3px;
}

.prePharmacy a.btn.edit-btn .fa {
  font-size: 18px;
}

.prePharmacy label {
  color: #000;
  font-weight: normal;
}



.prePharmacy .inputfield.fill label {
  top: 17px;
}

.prePharmacy .location {
  top: 2px;
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.prePharmacy #showViewDiv {
  display: inline-block;
  margin-right: 10px;
}

.prePharmacy button.btn.small-btn {
  border-radius: 5px;
  line-height: normal;
  height: auto;
  padding: 3px 10px;
}

.excute-note {
  padding: 20px;
  font-size: 16px;
}
.excute-note .p {
  padding: 5px;
      margin-bottom: 15px
}
.excute-note .p div {
  display: inline-block;
  border-bottom: 1px dashed;
  padding: 1px 6px;
    color: #032671;
    font-weight: bold;
    margin: 0 4px;
  }

.excute-note .p strong {
  color: #032671;
  display: inline-block;
  padding-right: 10px;
}

.excute-note .clinic {
  float: right;
  margin-top: 20px;
}

.excute-note hr {
  border-color: #333;
}

select.form-control[multiple="multiple"] {
  height: auto;
}

.inputfield input {
  background: transparent;
}

.inputfield label {
  z-index: -1;
}

.inputfield.view label,
.inputfield.fill label {
  z-index: 1;
}

.patient-medical-issues #patient_stats table.table.dataTable {
  margin-bottom: 20px;
}

.patient-medical-issues #patient_stats table.table.dataTable tr.head th {
  background: #e3e3e3;
  color: #333 !important;
}

.patient-medical-issues #patient_stats .title {
  background: #336699;
  display: block;
  color: white;
  padding: 5px 10px;
  border-radius: 6px;
  margin-bottom: 5px;
}

.patient-medical-issues #patient_stats a.css_button_small {
  background: #fff !important;
  color: #001d5c !important;
  margin: 7px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 6px;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 6px !important;
}

div#vitals_ps_expand table {
  width: 100%;
}

div#vitals_ps_expand td div {
  padding: 3px 3px 3px 0;
}

.transactions table.table.table-striped.transList tr td:last-child .btn-group.oe-pull-toward a {
  width: 30px;
  display: block;
  margin: 0 !important;
  height: auto;
}

.transactions table.table.table-striped.transList tr td:last-child .btn-group.oe-pull-toward {
  width: 60px;
  display: flex;
  margin: 0;
}

.transactions a.btn.btn-default.btn-print {
  width: 40px;
}

.transactions a.btn.btn-default.btn-print,
.transactions .btn-group a.btn.btn-default.btn-add {
  height: 33px;
  line-height: 20px;
  border-radius: 30px !important;
}

.transactions h3 {
  font-size: 18px;
  margin: 8px auto;
}

.transactions .btn-group {
  margin: 0 auto 15px;
  text-align: right;
}

.page-header #patient_reports button,
#patient_reports .link_submit {
  border-radius: 5px !important;
  line-height: normal;
  height: auto;
  min-width: inherit;
}

button.btn.btn-default.btn-back.back-btn {
  line-height: normal;
  height: auto;
  font-size: 12px;
}

.page-header i.fa-arrow-circle-left {
  color: #032671;
  font-size: 24px;
  right: 20px;
  position: absolute;
  margin-top: 10px;
}

.demographics-box table {
  width: 100%;
}

.demographics-box .right-column {
  width: 220px;
}

.demographics-box .right-column div[id*="ps_expand"] br {
  display: none;
}

.demographics-box .right-column div[id*="ps_expand"] .box,
.demographics-box .right-column div[id*="ps_expand"] a {
  display: block;
  margin-top: auto;
  text-decoration: none;
  color: #333;
  padding: 3px;
}

.demographics-box .right-column div[id*="ps_expand"] div.date {
  display: block;
  font-size: 12px;
  color: #032671;
  font-weight: 400;
  margin-bottom: 5px;
}

.demographics-box div[id*="expand"] table tr.text:hover,
.demographics-box .right-column div[id*="ps_expand"] .box:hover,
.demographics-box .right-column div[id*="ps_expand"] a:hover {
  background: #eee;
}

.demographics-box div[id*="expand"] table {
  width: 100%;
}

.demographics-box div#prescriptions_ps_expand table tr.text td {
  padding: 3px 5px;
}

.demographics-box div[id*="expand"] table tr.text,
.demographics-box div[id*="expand"] a.links,
.demographics-box div[id*="expand"] table .name {
  font-size: 14px;
  font-weight: 500;
}


.demographics-box div[id*="expand"] .apptup,
.demographics-box div[id*="expand"] a.links,
.demographics-box div[id*="expand"] table tr.text {
  border-top: 1px solid #ddd;
  margin-top: 3px;
}

.demographics-box div[id*="expand"] .apptup:first-of-type,
.demographics-box div[id*="expand"] a.links:first-of-type,
.demographics-box div[id*="expand"] table tr.text:first-of-type {
  border-top: none;
}

.moOptions.opta {
  border-bottom: 1px solid #ccc;
  min-width: 111px;
  margin-bottom: 3px;
}

.moOptions.optb {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  align-items: flex-end;
  height: 14px;
  margin-top: 10px;
}

a.icon-EmailActiveLink {
  background-image: url("../images/icons/ResendActiveEmailIcon.svg") !important;
  width: 32px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: transparent !important;
  border: none !important;
  display: inline-block;
  margin: 2px;
}

#demographics_ps_expand #DEM .label_custom {
  text-align: left;
  font-weight: normal;
}

#demographics_ps_expand #DEM table {
  border: 1px solid #ccc
}

#insurance_ps_expand table tr td,
#demographics_ps_expand #DEM table tr {
  border: 1px solid #ccc
}

#billing_ps_expand table tr td:first-child {
  width: 50%;
}

#demographics_ps_expand #DEM table tr .label_custom {
  border-left: 1px solid #ccc;
  background: #f3f3f3
}

#billing_ps_expand table tr td,
#insurance_ps_expand table tr td,
#demographics_ps_expand #DEM table tr td {
  padding: 5px
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background: rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 1024px) {

  .waiting-room .col-md-4.participants,
  .waiting-room .col-md-4.participants+div {
    margin: 0;
    padding: 0 4px;
  }
}
/* 
.patient-menu #life365 {
  display: none;
} */

.cursor-pointer {
  cursor: pointer;
}

#demographics_ps_expand .tab.current,
#pnotes_ps_expand .tab.current,
#insurance_ps_expand .tab.current {
  min-height: inherit;
}

div#insurance_ps_expand {
  padding: 0;
  border: none;
}

.demographics-box #insurance_ps_expand ul.tabNav,
.demographics-box #demographics_ps_expand ul.tabNav {
  border-radius: 0;
}

.demographics-box #insurance_ps_expand ul.tabNav {
  background: #e7e7e7;
}

.body_top .demographics-box #insurance_ps_expand ul.tabNav li.current a {
  background: #032671 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 5px 5px 0 0 !important;
  border-bottom: 5px solid #0326719e !important;
}

.body_top .demographics-box #insurance_ps_expand ul.tabNav li.current {
  margin-bottom: 0;
}

#report_custom table.report_results {
  width: 100%;
  border-collapse: collapse;
  margin: 10px auto;
}

#report_custom table.report_results td {
  font-size: 14px;
  width: 24%;
  padding: 5px;
  border: 1px solid #c4c4c4;
  display: flex;
  justify-content: space-between;
}





#report_custom table.report_results tr {
  display: flex;
}


#report_custom div#DEM td {
  padding: 5px;
}

#report_custom div#DEM table {
  border-collapse: collapse;
}

#report_custom table.report_results td .bold {
  font-weight: 600;
  color: #000;
}
.report_results tr .td-label {
  font-weight: 600;
  color: #000;
}

#report_custom table.report_results td span {
  padding: 3px;
}

#report_custom table.report_results td .text {
  color: #000;
}

.report_issue_tag {
  font-size: 18px !important;
  background: #f3f3f3;
  padding: 6px 10px !important;
  margin: 0 !important;
  border-left: 2px solid #999;
  border-right: 2px solid #999;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;

}

.report_page_issue {
  padding: 3px 35px;
  margin-left: 0;
  border-left: 2px solid #999;
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: none;
  box-shadow: none;
}

.page-header {
  margin: 0 !important;
}

#report_custom div#HIS table {
  border-collapse: collapse;
}

#report_custom div#HIS table td {
  padding: 5px
}

.demographics-box div#photos_ps_expand * {
  word-break: break-all;
}

.emrMessageApp li.bg-info a {
  border-radius: 0;
  justify-content: space-between;
  display: flex;
  color: #000;
}

.emrMessageApp div.panel .container-fluid {
  padding: 0;
}

.emrMessageApp button.btn {
  outline: none !important;
}

.emrMessageApp .nav-pills>li.active>a,
.emrMessageApp .nav-pills>li.active>a:focus,
.emrMessageApp .nav-pills>li.active>a:hover {
  background-color: #032671;
}

.emrMessageApp .actions .btn-group {
  margin: 0 0 10px 0;
  margin-top: -41px;
  position: relative;
}

.emrMessageApp li.bg-info.active a {
  color: white;
}

.emrMessageApp .actions .btn-group .btn,
.emrMessageApp .actions .btn-group .btn.btn-default {
  border-radius: 5px !important;
  padding: 3px 10px;
  margin-right: 0;
}

.emrMessageApp li.bg-info {
  min-width: 100px;
  background: #e5e3e3;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}

.emrMessageApp ul.nav.nav-pills {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.proxy-reason-tab p {
  width: auto !important;
  margin-bottom: 0px;
  display: flex;
}
.main .details_patient_info {
  border: 1px solid;
}

.ptroom-text ul li {
  list-style: none;
  position: relative;
  padding-left: 21px;
}

.ptroom-text ul li:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 4px;
}

.proxy-reason-tab .form_header {
  position: relative;
  background: #f2f2f2;
  padding: 3px 10px;
  min-width: 222px;
  border-radius: 6px;
  font-weight: bold;
  line-height: 25px;
  border: 1px solid #ccc;
  margin-top: 10px;
}

.proxy-reason-tab .form_header a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
}

.proxy-reason-tab .content,
.proxy-reason-tab div[id*="divid"] {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: -5px;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 9%);
  border-radius: 6px;
  margin-bottom: 10px;
}
.proxy-reason-tab .content .content-msg {

}
.proxy-reason-tab .ptinfo ul {
  list-style: none;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 9%);
  border-radius: 6px;
  gap: 10px;
  justify-content: space-between;
  margin-top: -5px;
}


.proxy-reason-tab .ptinfo b {
  padding-right: 3px;
}

.proxy-reason-tab ul.list {
  list-style: none;
  padding: 0;
  margin: 5px;
}

.proxy-reason-tab ul.list li:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  left: 0;
  position: absolute;
  top: 3px;
}

.proxy-reason-tab ul.list li {
  position: relative;
  padding-left: 20px;
  margin: 0;
}

.proxy-reason-tab .report_results {
  width: '100%'
}
.proxy-reason-tab table.report_results td {
  padding: 3px;
}
.video-container.chat-active .chat-frame {
  width: 100%;
  z-index: 111111;
  top: 0;
  position: relative;
    height: 360px;
    left: 0;
    margin: 0 !important;
    padding: 0;
}
.waiting-room .videolinks {
  display: none
}
div#form_ros_values .report_results {
  width: 100%;
}

div#form_ros_values .report_results td {
  padding: 3px;
}
 .patientintakesnapshot {
   border: 1px solid #032671;
   border-radius: 6px;
   overflow: hidden;
 }

 .patientintakesnapshot h1 {
   font-size: 20px;
   margin: 0;
   color: #fff;
   background: #032671;
   padding: 5px 13px;
 }

 .patientintakesnapshot h2 {
   font-size: 18px;
   background: #f3f3f3;
   padding: 6px 14px;
   margin: 0;
   color: #032671;
   font-weight: 600;
   border-top: 1px solid #ccc;
   border-bottom: 2px solid #fff;
 }

 .patientintakesnapshot h3 {
   margin: 0;
   border-bottom: 1px solid #ccc;
   padding: 10px 14px;
   font-size: 18px;
   font-weight: 400;
   color: #032671;
 }

 .patientintakesnapshot h4 {
   font-size: 14px;
   margin: 0;
   padding: 5px 14px;
   background: #e9e9e9;
   color: #000;
 }

 .patientintakesnapshot>section {
   margin: 0 0 0;
   border-radius: 6px;
 }

 .patientintakesnapshot section aside {
   padding: 13px;
 }

 .patientintakesnapshot .boxes ul {
   list-style-type: none;
   padding: 0;
   display: flex;
   flex-wrap: wrap;
   margin: 0;
 }

 .patientintakesnapshot .boxes ul li {
   width: 50%;
   padding: 5px 10px;
   border-bottom: 1px solid #ccc;
   margin: 0;
   border-right: 1px dotted #ccc;
   border-left: 1px dotted #ccc;
   border-top: 1px solid #ccc;
   margin-top: -1px;
 }

 .patientintakesnapshot .boxes.np ul li {
   padding: 0;
 }

 .patientintakesnapshot .boxes label {
   display: block;
   padding: 5px 7px 3px 14px;
   font-weight: 600;
   margin: 0;
   color: #000;
 }

 .patientintakesnapshot .boxes .val {
   padding: 3px 7px 5px 14px;
   font-weight: 400;
 }

 .patientintakesnapshot .boxes.mhxyrfg li,
 .patientintakesnapshot .boxes.ls li {
   display: flex;
   justify-content: space-between;
   flex-direction: column;
   width: 50%;
 }

 .patientintakesnapshot .boxes.mhxyrfg li {
   flex-direction: row;
   padding: 6px 14px;
 }

 .patientintakesnapshot .boxes.ls li .lbl {
   display: flex;
   gap: 5px;
   padding: 4px;
 }

 .patientintakesnapshot .boxes.ls li .lbl.cl {
   flex-direction: column;
 }

 .patientintakesnapshot .boxes.ls li span:first-child {
   font-weight: 600;
   color: #032671;
 }



 .patientintakesnapshot .boxes.ros h5 {
   margin: 0;
   font-size: 18px;
   font-weight: 400;
   color: #032671;
   padding: 10px 14px;
 }

 .patientintakesnapshot .boxes.ros ul li {
   display: flex;
   padding: 5px 14px;
   justify-content: space-between;
   color: #666;
 }

 .patientintakesnapshot .boxes.ros ul li strong {
   font-weight: 400;
 }

 .patientintakesnapshot .boxes.doc strong {
   display: block;
 }





 .patientintakesnapshot .boxes.ptd ul li {
   display: flex;
   gap: 5px;
   width: auto;
   border: none;
   padding: 10px 16px;
 }

 .patientintakesnapshot .boxes strong {
   font-weight: 400;
 }

 .patientintakesnapshot .boxes.vs ul li {
   padding: 10px 14px;
   width: 50%;
 }

 .patientintakesnapshot>section p {
   color: #000;
 }

 .patientintakesnapshot>section.doc .boxes.doc table {
   margin: 0;
 }

 .patientintakesnapshot>section .boxes.doc table {
   margin: 0;
 }

 .patientintakesnapshot i.fa.fa-check-square-o.fa-2x,
 .patientintakesnapshot i.fa.fa-square-o.fa-2x {
   font-size: 1.5em;
 }

 .patientintakesnapshot i.fa.fa-square-o.fa-2x {
   opacity: .3;
   margin-right: 3px;
 }

 .patientintakesnapshot .boxes.rfv ul li {
   width: 100%;
   padding: 5px 14px;
 }

 .patientintakesnapshot .boxes.ptd ul li strong,
 .patientintakesnapshot .boxes.rfv ul li strong {
   font-weight: 600;
 }

 .patientintakesnapshot section.doc h2 .fa,
 .patientintakesnapshot section.rosb h2 .fa,
 .patientintakesnapshot section.vs h2 .fa,
 .patientintakesnapshot section.mhx h2 .fa {
   cursor: pointer;
 }

 .patientintakesnapshot section.doc h2,
 .patientintakesnapshot section.rosb h2,
 .patientintakesnapshot section.vs h2,
 .patientintakesnapshot section.mhx h2 {
   display: flex;
   justify-content: space-between;
   align-items: center;
 }

 .patientintakesnapshot section.doc .boxes,
 .patientintakesnapshot section.rosb .boxes,
 .patientintakesnapshot section.vs .boxes,
 .patientintakesnapshot section.mhx section {
   display: none;
 }

 .patientintakesnapshot section.doc.active .boxes,
 .patientintakesnapshot section.rosb.active .boxes,
 .patientintakesnapshot section.vs.active .boxes,
 .patientintakesnapshot section.mhx.active section {
   display: block;
 }

 .clinicalnotes {
   display: none;
 }

 .clinicalnotes .window-close {
   position: absolute;
   right: 8px;
   top: 6px;
   color: #fff;
   cursor: pointer;
 }

 .clinicalnotes.active {
   display: block;
   position: relative;
   z-index: 1;
   background: #fff;
   border: 1px solid #032671;
   border-radius: 10px;
   margin-bottom: 10px;
 }

 .clinicalnotes .form-group {
   padding: 0 10px;
   margin: 0;
 }

 .clinicalnotes .form-group textarea#instruction {
   margin: 0;
   height: 100px;
 }

 .clinicalnotes fieldset legend {
   background: #032671 !important;
   color: #fff;
   border-radius: 6px 6px 0 0;
   padding: 2px 10px !important;
   font-size: 16px;
   margin-bottom: 5px;
 }

 .clinicalnotes .btn-group {
   display: flex;
   justify-content: center;
   margin: 0 0 5px 0;
 }

 .clinicalnotes button.btn {
   min-width: inherit !important;
 }


 .proxy-reason-tab .content .content-msg p {
   color: #032671;
   font-size: 16px;
   text-align: center;
 }
button#showTeleWindow,
 button#HideTeleWindow {
  margin-top: 6px;
    outline: none;
 }
.camos #id_mainbox td select {
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
}

.camos #id_mainbox td input {
  margin-bottom: 10px;
  min-width: 55px;
}

.camos #id_mainbox td textarea {
  margin-bottom: 10px;
  height: 300px;
}

.camos #id_mainbox td {
  padding: 3px;
}
:root {
  --barcolour1: #003dc5;
    --barcolour2: #032671;
  --speed: 4s;
}



@keyframes slide {
  from {
    background-position-x: 0;
  }

  to {
    background-position-x: 113px;
  }
}

.progress-bar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-direction: column;
  margin-top: 4px;
}

.progress-bar-container .bar {
  min-height: 16px;
  border-radius: 10px;
  width: 100%;
  background-color: var(--barcolour2);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 20px, var(--barcolour1) 20px, var(--barcolour1) 40px);
  animation: slide var(--speed) linear infinite;
  will-change: background-position;
  border: 1px solid #032671;
  color: #fff;
    font-weight: bold;
    text-align: center;
}

@media only screen and (max-width: 450px) {
  .progress-bar-container .bar {
    width: calc(339px);
  }
}

@media only screen and (max-width: 350px) {
  .progress-bar-container .bar {
    width: calc(226px);
  }
}
.document_filter .btn-search,
.document_filter .btn-clear {
  min-width: 90px;
}

.all_trans_filter .inputfield.blk,
.all_due_filter .inputfield.blk {
  margin-bottom: 0;
}

.document_filter.all_trans_filter form,
.document_filter.all_trans_filter,
.document_filter.all_due_filter form,
.document_filter.all_due_filter {
  margin: 0;
}
table#patientListTable {
  width: 100% !important;
}

table#patientListTable.dataTable tbody th,
table#patientListTable.dataTable tbody td {
  word-break: break-word;
}
.actionbtns {min-width:55px}
a.review_icon,
a.assign_to_icon {
    width: 18px;
    height: 18px;
    background-repeat: no-repeat ;
    background-size: 18px 18px;
    margin: 0;
    display: inline-block;
    background-position: center center;
    vertical-align: middle; 
    background-size: 100% ;
    margin: 2px;
}  
 a.review_icon { 
    background-image: url("../images/icons/reviewIcon.svg")  ; 
} 
a.assign_to_icon {  
    background-image: url("../images/icons/assignIcon.svg")  ; 
}

.btn.filter-btn {
  background: #bfcae1 !important;
  color: #000 !important;
  border: none !important;
}