* {
  box-sizing: border-box;
}

/*** PRELOADER START ***/
.main-search-preloader {
  display: none;
  margin: -7px 8px 2px 8px;
  overflow: hidden;
  position: relative;
  height: 5px;
  width: calc(100% - 17px);
  background-color: #dedede;
}

.main-search-preloader_active {
  display: block;
}

.main-search-preloader__item:nth-child(1) {
  animation: linear_loader 6s linear 0s infinite;
}

.main-search-preloader__item:nth-child(2) {
  animation: linear_loader 6s linear 2s infinite;
}

.main-search-preloader__item:nth-child(3) {
  animation: linear_loader 6s linear 4s infinite;
}

@keyframes linear_loader {
  0% {
    right: 100%;
    width: 10%;
  }

  30% {
    right: 0;
    width: 40%;
  }

  50% {
    right: 0;
    width: 0;
  }

  80% {
    right: 0;
    width: 0;
  }

  100% {
    right: 0;
    width: 0;
  }
}

/*** PRELOADER FINISH ***/

/*** ZIP PRELOADER START ***/
.zip-result-td {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f1f1f1;
  color: #000;
  padding: 10px 10px 8px;
  border: 2px outset;
}

.zip-result-buttons {
  min-width: 175px;
  display: flex;
  align-items: center;
}

.zip-result-buttons button {
  margin-right: 4px;
  cursor: pointer;
}

.zip-result-buttons button:last-child {
  margin-right: 0;
}

.zip-result {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.zip-result-link:last-child {
  margin-right: 0;
}

/*** ZIP PRELOADER FINISH ***/

a#support_btn {
  background: url("../images/sp_btn_sprt_blue.png") no-repeat left top;
}

table,
td,
th,
p,
li {
  color: #000000;
}

p,
div {
  color: #000000;
  font: 9pt arial, helvetica, verdana, sans-serif;
  margin: 0;
}

#breadcrumb {
  color: #000000;
}

#breadcrumb a:link,
#breadcrumb_alink {
  color: #000000;
}

#breadcrumb a:visited,
#breadcrumb_avisited {
  color: #000000;
}

#breadcrumb a:hover,
#breadcrumb a:active,
#breadcrumb_ahover {
  color: #000000;
}

#interface1 {
  z-index: 1;
}

#loader_container {
  text-align: center;
  position: absolute;
  top: 40%;
  width: 100%;
}

#loader {
  background: #ffffff;
  color: #000000;
  font: 10px tahoma, helvetica, sans-serif;
  padding: 10px 0 16px 0;
  margin: 0 auto;
  display: block;
  width: 135px;
  border: 1px solid #aaaaaa;
  text-align: left;
  z-index: 255;
}

#progress {
  background: #9d9d94;
  font-size: 1px;
  height: 5px;
  width: 1px;
  position: relative;
  top: 1px;
  left: 10px;
}

#loader_bg {
  background: #ebebe4;
  font-size: 1px;
  position: relative;
  top: 8px;
  left: 8px;
  height: 7px;
  width: 113px;
}

.border_preview {
  background: #ffffff;
  z-index: 100;
  position: absolute;
  width: 510px;
  border: 3px solid #aaa;
  min-height: 410px;
  height: 410px;
}

.title_h2 {
  width: 300px;
  padding: 12px 0 0 18px;
}

.topheader {
  width: 960px;
  margin: auto;
}

#topheader_container {
  margin: auto;
  text-align: left;
  min-width: 760px;
  max-width: 960px;
  width: 960px;
}

#topheader_container .topheader_frame {
  position: absolute;
  z-index: 8;
  top: 130px;
  left: 0;
  margin-left: 193px;
  margin-bottom: 20px;
  margin-right: 302px;
  width: 289px;
}

.topheader_search {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #f5f8fb url("../images/topnav_tabs_bg_blue.gif") top repeat-x;
  clear: both;
}

.topheader_search ul {
  margin: 0 0 0 10px;
  list-style-type: none;
  list-style-image: none;
  min-height: 30px;
}

.topheader_search li {
  background: #fff;
  margin-right: 2px;
}

.topheader_search li a {
  background: #d6e5ee url("../images/topnav_tableft_blue.gif") left top
    no-repeat;
  color: #455b80;
  padding: 7px 10px;
  margin-left: 2px;
  width: auto;
  display: block;
  font: bold 13px/100% arial;
}

.topheader_search li a a:hover,
.topheader_search li a a:active,
.topheader_search li .a_ahover {
  text-decoration: underline;
}

.topheader_search .topheader_searchbox {
  width: 100%;
  background: #37709b url("../images/topnav_bg_blue.gif") left top repeat;
  color: #ffffff;
  padding-top: 10px;
  padding-left: 6px;
  padding-bottom: 12px;
  text-align: left;
}

.topheader_search .topheader_searchbox a {
  color: #ffffff;
}

.topheader_search li.current {
  background: #93c2de url("../images/topnav_tabright_current_blue.gif") right
    top no-repeat;
  min-height: 30px;
}

.topheader_search li.current a {
  background: #93c2de url("../images/topnav_tabright_current_blue.gif") right
    top no-repeat;
  color: #172e54;
  font-weight: bold;
  text-decoration: none;
}

.topheader_search ul li a {
  outline: none;
}

.topheader_search li.other {
  margin-left: 20px;
  background: none;
}

.topheader_search li.other a {
  font: normal 10px verdana;
  background: none !important;
}

.topheader_searchbox_bottom {
  width: 100%;
  background-color: #fafafa;
  border: 1px #ccc solid;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 3px;
  font-size: 12px;
}

.topheader_button {
  background: #feeeb1;
  color: #5e2708;
  font-weight: bold;
  border-top: 1px solid #f39d24 !important;
  border-left: 1px solid #f39d24 !important;
  border-right: 1px solid #cf6f18 !important;
  border-bottom: 1px solid #cf6f18 !important;
}

/* ---------------------NON_DICOM_SYNC--------------------- */
.panel2-style {
  width: 600px;
  margin-bottom: 50px;
}

.grid-input {
  grid-column: 1 / -1;
}

.add-btn {
  margin-left: 10px;
}

.grid-header-bottom {
  padding-top: 10px;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 2fr 0.5fr;
  align-items: center;
  gap: 5px;
  padding: 10px;
}

/* Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 20px;
}

.slider:before {
  position: absolute;
  content: "OFF";
  color: black;
  display: block;
  transform: translateX(2px) translateY(-50%);
  top: 50%;
  width: 16px;
  height: 16px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  font-size: 7px;
}

input:checked+.slider {
  background-color: #30cb12;
}

input:checked+.slider:before {
  transform: translateX(21px) translateY(-50%);
  content: "ON";
  color: black;
  font-size: 8px;
}

input:checked+.slider:after {
  opacity: 1;
}

/* Table */

.grid-table-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  padding: 5px;
}

.grid-table-header {
  padding: 8px;
}

.grid-table-cell {
  padding: 2px;
}

.grid-table-header,
.grid-table-cell {
  border: 1px solid #000;
  text-align: left;
}

.grid-table-header {
  background-color: #f0f0f0;
  font-weight: bold;
}

.grid-table-cell.error {
  grid-column: 1 / span 5;
  background-color: #ffcccc;
}

.grid-table-cell.even {
  background-color: #ccc;
}

#sync-btn.disabled {
  background: gray;
  cursor: default;
}

/* ----------------------------------------------- */

body {
  background: #ffffff;
  font: 9pt arial, helvetica, verdana, sans-serif;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}

a:link,
body a:link {
  text-decoration: none;
}

a:visited,
body a:visited {
  text-decoration: none;
}

a:hover,
a:active,
body a:hover {
  text-decoration: underline;
}

.dynamic-tab-pane-control .tab-pane {
  position: relative;
  width: 100%;
  margin-right: -2px;
}

.dynamic-tab-pane-control .tab-row .tab {
  font: 11px arial;
  min-width: 70px;
  min-height: 20px;
  position: relative;
  top: 0;
  display: inline;
  float: left;
  overflow: hidden;
  cursor: pointer;
  margin: 1px -1px 1px 2px;
  padding: 7px 0 0 0;
  border: 0;
  z-index: 1;
  white-space: nowrap;
  text-align: center;
}

.dynamic-tab-pane-control .tab-row .tab a:link,
.dynamic-tab-pane-control .tab-row .tab_alink {
  color: #666;
}

.dynamic-tab-pane-control .tab-row .tab a:visited,
.dynamic-tab-pane-control .tab-row .tab_avisited {
  color: #666;
}

.dynamic-tab-pane-control .tab-row .tab a:hover,
.dynamic-tab-pane-control .tab-row .tab a:active,
.dynamic-tab-pane-control .tab-row .tab_ahover {
  color: #666;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
  font: 11px arial;
  min-width: 74px !important;
  min-height: 22px !important;
  background-repeat: no-repeat;
  border-bottom-width: 0;
  z-index: 3;
  padding: 9px 0 0 0;
  margin: 2px -3px -3px 0;
  top: -4px;
}

.dynamic-tab-pane-control .tab-row .tab.selected a:link,
.dynamic-tab-pane-control .tab-row .tab.selected_alink {
  color: #000000;
}

.dynamic-tab-pane-control .tab-row .tab.selected a:visited,
.dynamic-tab-pane-control .tab-row .tab.selected_avisited {
  color: #000000;
}

.dynamic-tab-pane-control .tab-row .tab.selected a:hover,
.dynamic-tab-pane-control .tab-row .tab.selected a:active,
.dynamic-tab-pane-control .tab-row .tab.selected_ahover {
  color: #000000;
}

.dynamic-tab-pane-control .tab-row .tab a {
  color: #000000;
  font: 11px arial;
  text-decoration: none;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
  font: 11px arial;
  min-width: 70px;
  min-height: 20px;
  background-repeat: no-repeat;
}

.dynamic-tab-pane-control .tab-row .tab.hover a:link,
.dynamic-tab-pane-control .tab-row .tab.hover_alink {
  color: #000;
}

.dynamic-tab-pane-control .tab-row .tab.hover a:visited,
.dynamic-tab-pane-control .tab-row .tab.hover_avisited {
  color: #000;
}

.dynamic-tab-pane-control .tab-row .tab.hover a:hover,
.dynamic-tab-pane-control .tab-row .tab.hover a:active,
.dynamic-tab-pane-control .tab-row .tab.hover_ahover {
  color: #000;
}

.dynamic-tab-pane-control .tab-page {
  background: #ffffff;
  color: #000000;
  clear: both;
  border: 1px solid #c6c6c6;
  z-index: 2;
  position: relative;
  top: -2px;
  padding: 5px 10px 10px;
}

.dynamic-tab-pane-control .tab-row {
  z-index: 1;
  white-space: nowrap;
}

.page {
  background: #ffffff;
  color: #000000;
}

a:link {
  color: #0b2130;
}

a:link a:link,
a.link_a:link {
  text-decoration: none;
}

a:link a:visited,
a.link_a:visited {
  text-decoration: none;
}

a:link a:hover,
a:link a:active,
a.link_a:hover {
  text-decoration: underline;
}

a:visited {
  color: #666;
}

a:hover {
  color: #0b2130;
}

a:active {
  color: #0b2130;
}

.tablehead {
  background: url(/images/tablehead_alt_blue.gif);
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  border-right: inset 1px #aca899;
  border-top: 1px #ece9d8;
  border-left: 1px #ece9d8;
  padding: 8px 5px;
  border-bottom: inset 1px #aca899;
}

.tablehead_alt {
  background: url(/images/tablehead_alt_blue.gif);
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  border-right: inset 1px #aca899;
  border-top: 1px #ece9d8;
  border-left: 1px #ece9d8;
  padding: 8px 5px;
  border-bottom: inset 1px #aca899;
}

.tablehead_alt h4 {
  margin: 0;
  font-weight: bold;
}

.tablehead_alt a:link,
.tablehead_alt_alink {
  color: #ffff66;
  text-decoration: underline;
}

.tablehead_alt a:visited,
.tablehead_alt_avisited {
  color: #ffff66;
  text-decoration: underline;
}

.tablehead_alt a:hover,
.tablehead_alt a:active,
.tablehead_alt_ahover {
  color: #ffffff;
  text-decoration: underline;
}

.tablehead_alt2 {
  background: url(/images/tablehead_alt2.gif);
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  border-right: inset 1px #aca899;
  border-top: 1px #ece9d8;
  border-left: 1px #ece9d8;
  padding: 8px 5px;
  border-bottom: inset 1px #aca899;
}

.tablehead_alt2 a:link,
.tablehead_alt2_alink {
  color: #ffff66;
  text-decoration: none;
}

.tablehead_alt2 a:visited,
.tablehead_alt2_avisited {
  color: #ffff66;
  text-decoration: none;
}

.tablehead_alt2 a:hover,
.tablehead_alt2 a:active,
.tablehead_alt2_ahover {
  color: #ffffff;
  text-decoration: underline;
}

.tablehead_alt__button {
  cursor: pointer;
  float: right;
  font-weight: bold;
  padding: 1px 2px;
}

.tableheadcat {
  background: #619fc5;
  color: #ffffff;
  font: bold 12px arial, helvetica, verdana, sans-serif;
}

.tableheadcat a:link,
.tableheadcat_alink {
  color: #ffffff;
  text-decoration: underline;
}

.tableheadcat a:visited,
.tableheadcat_avisited {
  color: #ffffff;
  text-decoration: underline;
}

.tableheadcat a:hover,
.tableheadcat a:active,
.tableheadcat_ahover {
  color: #ffff66;
  text-decoration: underline;
}

.tableborder {
  background: #e5e5e5;
  color: #000000;
  border: 1px solid #aaaaaa;
}

.alt1 {
  background: #fff repeat-x bottom;
  color: #000000;
}

.alt2 {
  background: #f1f1f1 repeat-x bottom;
  color: #000000;
}

.award {
  background: #d1d9e4;
  color: #455e83;
  border-right: #aeb8c4 1px solid;
  border-top: #fff 1px solid;
  font-weight: bold;
  border-left: #fff 1px solid;
  border-bottom: #aeb8c4 1px solid;
}

.header {
  color: #000000;
  font: bold 160% helvetica, Arial, sans-serif;
  line-height: 1.02;
  letter-spacing: -0.05em;
  margin: 0.1ex 0;
  padding: 0;
}

.panel {
  background: #f1f1f1;
  color: #000000;
  padding: 10px;
  border: 2px outset;
}

.panelbackground {
  background: #dedede;
  color: #000000;
}

.tfooter {
  background: #37709b;
  color: #ffffff;
  padding: 3px;
  height: 25px;
}

.tfooter a:link,
.tfooter_alink {
  color: #ffffff;
}

.tfooter a:visited,
.tfooter_avisited {
  color: #ffffff;
}

.tfooter a:hover,
.tfooter a:active,
.tfooter_ahover {
  color: #ffff66;
}

.tfooter span {
  background: #37709b;
  color: #ffffff;
  padding: 3px;
}

fieldset {
  -moz-border-radius: 5px;
}

legend {
  color: #000000;
  font-size: 9pt;
  font-weight: bold;
  padding: 1px;
}

.small {
  font: 8pt arial, helvetica, verdana, sans-serif;
}

.smaller {
  font: 11px arial, helvetica, verdana, sans-serif;
}

.normal {
  color: #ffffff;
  font: 11px arial, helvetica, verdana, sans-serif;
}

.config_nav {
  background: url(/images/bigtabs_left.png);
  color: #666666;
  font-size: 13px;
  font-weight: bold;
  border-right: inset 1px #aca899;
  border-top: 1px #ece9d8;
  border-left: 1px #ece9d8;
  border-bottom: inset 1px #aca899;
  text-align: center;
}

.confignav_new .config_nav {
  padding-left: 20px;
  text-align: left;
}

.config_nav_active {
  background: url(/images/bigtabs_left_active.png);
  color: #fff;
}

.confignav_new .config_nav_disabled {
  background: #c2c2c2 !important;
  padding: 1px !important;
  text-align: center;
}

.config_nav_active a:hover {
  color: #fff;
}

.config_nav a {
  cursor: pointer;
}

.config_nav a:hover {
  text-decoration: underline;
}

.bluehlite {
  background: #fcfdff;
  border-top: #5a7edc 2px solid;
  padding: 8px 4px;
  border-bottom: #5a7edc 2px solid;
  margin-bottom: 4px;
}

.greenhlite {
  background: #fcfffa;
  border-top: #83db5a 2px solid;
  padding: 8px 4px;
  border-bottom: #83db5a 2px solid;
  margin-bottom: 4px;
}

.yellowhlite {
  background: #fffefa;
  border-top: #d9ce5b 2px solid;
  padding: 8px 4px;
  border-bottom: #d9ce5b 2px solid;
  margin-bottom: 4px;
}

.redhlite {
  background: #fffafa;
  border-top: #d95b5b 2px solid;
  padding: 8px 4px;
  border-bottom: #d95b5b 2px solid;
  margin-bottom: 4px;
}

.purplehlite {
  background: #fff7fd;
  border-top: #d95bb7 2px solid;
  padding: 8px 4px;
  border-bottom: #d95bb7 2px solid;
  margin-bottom: 4px;
}

.titlehlite {
  background: #eeeeee;
  border-top: #c3c3c3 2px solid;
  padding: 8px 4px;
  border-bottom: #c3c3c3 2px solid;
  margin-bottom: 4px;
}

.errormessage {
  background: #ffffe1;
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0 0;
  line-height: 8px;
}

.doubleunderline {
  color: #71c253;
  border-bottom: 0.065em #6a7ecc solid;
  line-height: 127.5%;
}

.buttons {
  color: #333333;
  font: bold 9pt arial, helvetica, verdana, sans-serif;
}

.buttons_smaller {
  color: #333333;
  font: bold 10px arial, helvetica, verdana, sans-serif;
}

.input {
  font: 10pt verdana, arial, helvetica, sans-serif;
}

.textarea {
  background: #ffffff;
  font: 10pt verdana, arial, helvetica, sans-serif;
  border: 1px inset;
  padding-left: 3px;
  width: 191px;
  padding-top: 4px;
  height: 77px;
}

.pulldown {
  color: #444444;
  font: 13px arial, helvetica, verdana, sans-serif;
  width: 198px;
  height: 24px;
}

.code {
  background: #fafafa;
  color: #000000;
  font: 9pt monospace;
  margin: 0 0 0 0;
  width: 100%;
  cursor: crosshair;
}

#infobar {
  overflow: hidden;
  font: message-box;
}

#infobar a,
#infobar a:link,
#infobar a:visited,
#infobar a:active {
  background: InfoBackground;
  color: InfoText;
  margin: 0 0 0 0;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  padding: 6px;
  border-top: 0.1em outset;
  border-left: 0.1em outset;
  border-right: 0.1em outset;
  border-bottom: 0.16em outset;
  text-decoration: none;
  cursor: default;
}

#infobar a:hover {
  background: Highlight;
  color: HighlightText;
  overflow: hidden;
}

.calendartable {
  border: 0;
  padding: 0;
  margin: 0;
}

.calendartd {
  background: #f8f8f8;
  color: #000000;
  padding: 3px;
  margin: 0;
  height: 60px;
  text-align: right;
  vertical-align: top;
  border: 0.5pt solid #ffffff;
}

.calendartd2 {
  background: #ffffff;
  color: #000000;
  padding: 3px;
  margin: 0;
  height: 60px;
  text-align: right;
  vertical-align: top;
  border: 0.5pt solid #ffffff;
}

.calendarnotinmonth {
  background: #ebebeb;
  border: 0.5pt solid #f8f8f8;
}

.nav_top {
  color: #000000;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: right center;
}

.declined {
  background: #ff1100;
  color: #444444;
  font-weight: bold;
  border-right: #a15757 1px solid;
  border-top: #ffffff 1px solid;
  border-left: #ffffff 1px solid;
  border-bottom: #a15757 1px solid;
}

.unaward {
  background: #fffb03;
  color: #444444;
  font-weight: bold;
  border-right: #8f8d1f 1px solid;
  border-top: #fff 1px solid;
  border-left: #fff 1px solid;
  border-bottom: #8f8d1f 1px solid;
}

.tdhighlight {
  background: #e7e7e7;
}

#mini_tabs {
  float: left;
  height: 21px;
  line-height: normal;
  clear: both;
  margin-bottom: 0;
}

#mini_tabs ul.mini {
  margin: 0;
  padding: 0 3px 0 0;
  list-style: none;
  white-space: nowrap;
}

#mini_tabs li.mini {
  float: left;
  list-style: none;
  margin: 0 0 0 3px;
  padding: 0 0 0 9px;
}

#mini_tabs a {
  color: #000000;
  font: 12px arial, helvetica, verdana, sans-serif;
  float: left;
  display: block;
  padding: 5px 11px 1px 1px;
  text-decoration: none;
}

#mini_tabs a:hover {
  color: #000000;
}

#mini_tabs #current a {
  color: #333333;
  padding-bottom: 2px;
}

.featured_highlight {
  background: #ffffcc repeat-x bottom;
}

.tfooter2 {
  background: #699539;
  color: #ffffff;
  padding: 3px;
  height: 25px;
}

.tfooter2 a:link,
.tfooter2_alink {
  color: #ffffff;
}

.tfooter2 a:visited,
.tfooter2_avisited {
  color: #ffffff;
}

.tfooter2 a:hover,
.tfooter2 a:active,
.tfooter2_ahover {
  color: #ffff66;
}

.tfooter2 span {
  background: #699539;
  color: #ffffff;
  padding: 3px;
}

.tableheadcatdark {
  background: #555556;
  color: #ffffff;
  font: 11px arial, helvetica, verdana, sans-serif;
}

.tableheadcatdark a:link,
.tableheadcatdark_alink {
  color: #ffffff;
  text-decoration: underline;
}

.tableheadcatdark a:visited,
.tableheadcatdark_avisited {
  color: #ffffff;
  text-decoration: underline;
}

.tableheadcatdark a:hover,
.tableheadcatdark a:active,
.tableheadcatdark_ahover {
  color: #ffff66;
  text-decoration: underline;
}

.bgfade {
  filter: alpha(opacity=25);
}

.tfooter3 {
  background: #909090;
  color: #ffffff;
  padding: 3px;
  height: 25px;
}

.tfooter3 a:link,
.tfooter3_alink {
  color: #ffffff;
}

.tfooter3 a:visited,
.tfooter3_avisited {
  color: #ffffff;
}

.tfooter3 a:hover,
.tfooter3 a:active,
.tfooter3_ahover {
  color: #ffff66;
}

#ScrollTicker {
  border: 0;
  width: 170px;
  height: 90px;
  padding: 0;
}

#ScrollVertical {
  height: 90px;
  display: block;
  overflow: hidden;
  position: relative;
}

#TickerVertical {
  width: 180px;
  height: 90px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#TickerVertical li {
  display: block;
  color: #333333;
  text-align: left;
  font-size: 11px;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 6px;
  padding-right: 6px;
  float: left;
}

.panel2 {
  background: #fafafa;
  color: #000000;
  border: 2px outset;
}

.bigtabs {
  width: 100%;
  float: left;
}

.bigtabs div.bigtabsheader {
  height: 30px;
  background: url(/images/bigtabsline_gray.png) repeat-x 0 7px;
}

.bigtabs div.bigtabsheader ul {
  display: block;
  list-style: none;
  font-size: 13px;
  line-height: 2em;
  /*font-weight: bold;*/
  margin: 0 0 0 10px;
  padding: 0;
}

.bigtabs div.bigtabsheader li {
  font-family: Arial, sans-serif;
  font-size: 11px;
  display: inline;
  float: left;
  background: url(/images/bigtabs_left.png) no-repeat;
  margin: 0 4px 0 0;
}

.bigtabs div.bigtabsheader li a {
  white-space: nowrap;
  background: url(/images/bigtabs_right.png) no-repeat right;
  line-height: 2em;
  font-size: 1.3em;
  display: block;
  height: 30px;
  color: #444;
  text-decoration: none;
  margin: 0;
  padding: 0 15px 0 12px;
}

.bigtabs div.bigtabsheader li.on {
  background: url(/images/bigtabs_left_white.png) no-repeat -2px 0;
}

.bigtabs div.bigtabsheader li.on a {
  background: url(/images/bigtabs_right_white.png) no-repeat right;
  color: #444;
  cursor: default;
  font-weight: bold;
}

.bigtabs div.bigtabsheader li.on a:hover {
  color: #444;
}

.bigtabs div.bigtabsheader li a:hover {
  color: #777;
}

#TickerVertical2 {
  width: 180px;
  height: 90px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.modal {
  padding: 10px;
}

.modal_window {
  display: none;
  position: fixed;
  top: 25%;
  left: 50%;
  margin-left: -300px;
  background-color: #fff;
  color: #444;
  border: 3px solid #afafaf;
  -webkit-border-radius: 6px;
  -moz-border-radius: 7px;
  z-index: 1000;
  cursor: default;
}

.jqmOverlay {
  background-color: #222;
}

* html .modal_window {
  position: absolute;
  z-index: 1000;
}

.tablehead_alt3 {
  color: #666666;
  font-size: 13px;
  font-weight: bold;
  border-right: inset 1px #aca899;
  border-top: 1px #ece9d8;
  border-left: 1px #ece9d8;
  padding: 8px 5px;
  border-bottom: inset 1px #aca899;
}

.tablehead_alt3 a:link,
.tablehead_alt3_alink {
  color: #666666;
}

.tablehead_alt3 a:visited,
.tablehead_alt3_avisited {
  color: #666666;
}

.tablehead_alt3 a:hover,
.tablehead_alt3 a:active,
.tablehead_alt3_ahover {
  color: #666666;
  text-decoration: underline;
}

.block-wrapper {
  padding-bottom: 15px;
}

.block .block-top {
  position: relative;
  background-color: #faf5ce;
  border: 1px solid #fd6;
  border-bottom: 0;
}

.block .block-top .block-right {
  position: relative;
  top: -1px;
  right: -1px;
}

.block .block-top .block-left {
  position: relative;
  left: -2px;
  height: 6px;
  font-size: 0;
}

.block .block-header {
  position: relative;
  padding: 0 6px 6px 8px;
  color: #5d5d5d;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: medium;
  background: #fceba5;
  border-style: solid;
  border-color: #fd6 #fd6 #ccc #fd6;
  border-width: 0 1px 1px 1px;
}

.block .block-content {
  position: relative;
  background-color: #fff;
  border: solid #ccc;
  border-width: 0 1px 0 1px;
  padding: 10px 10px 10px 10px;
}

.block .block-footer {
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: 0;
}

.block .block-footer .block-right {
  position: relative;
  bottom: -1px;
  right: -1px;
}

.block .block-footer .block-left {
  position: relative;
  left: -2px;
  height: 6px;
  font-size: 0;
}

#search_autocomplete {
  border: 1px solid #ccc;
  background-color: #fff;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  display: none;
  position: absolute;
  z-index: 999;
  width: 361px;
}

#search_autocomplete a {
  text-decoration: none;
  color: #777;
}

#search_autocomplete a:hover {
  background-color: #d7edff;
  text-decoration: none;
}

.grayborder {
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  clear: both;
  width: 100%;
}

.grayborder .n .e,
.grayborder .n .w,
.grayborder .s .e,
.grayborder .s .w {
  display: block;
  font-size: 0;
  line-height: 0;
  height: 10px;
  position: relative;
  margin: 0;
}

.grayborder .n .w {
  top: 0;
  left: -2px;
}

.grayborder .n .e {
  top: -1px;
  right: -1px;
}

.grayborder .s .e {
  bottom: -1px;
  right: -1px;
}

.grayborder .s .w {
  left: -2px;
  bottom: 0;
}

.blue {
  color: #0000cc;
}

.blue a:link,
.blue_alink {
  color: #0000cc;
}

.blue a:visited,
.blue_avisited {
  color: #0000cc;
}

.blue a:hover,
.blue a:active,
.blue_ahover {
  color: #0000cc;
}

.gray {
  color: #777777;
}

#search_autocomplete .selected {
  background-color: #d7edff;
  text-decoration: underline;
  width: 355px;
  cursor: hand;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}

#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color: #666666;
}

#TB_window a:link {
  color: #666666;
}

#TB_window a:visited {
  color: #666666;
}

#TB_window a:hover {
  color: #000;
}

#TB_window a:active {
  color: #666666;
}

#TB_window a:focus {
  color: #666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.TB_overlayBG {
  background-color: #000;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

* html #TB_overlay {
  /* ie6 hack */
  position: absolute;
}

#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color: #000000;
  display: none;
  border: 4px solid #525252;
  text-align: left;
  top: 50%;
  left: 50%;
}

* html #TB_window {
  /* ie6 hack */
  position: absolute;
}

#TB_window img#TB_Image {
  display: block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}

#TB_caption {
  height: 25px;
  padding: 7px 30px 10px 25px;
  float: left;
}

#TB_closeWindow {
  height: 25px;
  padding: 11px 25px 10px 0;
  float: right;
}

#TB_closeAjaxWindow {
  padding: 4px 10px 5px 0;
  margin-bottom: 1px;
  text-align: right;
  float: right;
  font-size: 11px;
}

#TB_ajaxWindowTitle {
  float: left;
  padding: 6px 0 5px 10px;
  margin-bottom: 1px;
  font-weight: bold;
}

#TB_title {
  background-color: #e8e8e8;
  height: 27px;
}

#TB_ajaxContent {
  clear: both;
  padding: 0;
  overflow: auto;
  text-align: left;
  line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
  padding: 15px;
}

#TB_ajaxContent p {
  padding: 5px 0 5px 0;
}

#TB_load {
  position: fixed;
  display: none;
  height: 13px;
  width: 208px;
  z-index: 103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px;
  /* -height/2 0 0 -width/2 */
}

* html #TB_load {
  /* ie6 hack */
  position: absolute;
}

#TB_HideSelect {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

* html #TB_HideSelect {
  /* ie6 hack */
  position: absolute;
}

#TB_iframeContent {
  clear: both;
  border: none;
  margin-bottom: -1px;
  margin-top: 1px;
  _margin-bottom: 1px;
}

#adminnav_div > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#adminnav_div .logo-li a {
  background: #fff !important;
  padding: 2px !important;
  margin-right: 2px !important;
}

#adminnav_div .logo-li img {
  width: 75px;
}

.dropdown-menu {
  position: relative;
}

.dropdown-menu ul {
  position: absolute;
  top: 25px;
  left: 0;
  margin-left: 0;
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  border-radius: 5px;
  height: unset;
  overflow: hidden;
  border: 1px #cecece solid;
  transition: 160ms;
  display: none;
  opacity: 0;
  visibility: hidden;
  width: max-content;
  min-width: 100%;
}

.dropdown-menu:hover ul {
  opacity: 1;
  display: flex;
  visibility: visible;
}

#adminnav_div .dropdown-menu ul li {
  background: #fff !important;
  margin: 0;
  width: 100%;
  border-bottom: 1px #cecece solid;
}

#adminnav_div .dropdown-menu ul li a {
  text-decoration: none;
  cursor: pointer;
  background: #fff !important;
  padding: 8px;
  display: block;
}

#adminnav_div .dropdown-menu ul li:hover,
#adminnav_div .dropdown-menu ul li:hover a {
  background: #cecece !important;
}

.main-search {
  background: #fff;
  padding: 8px;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

.main-search_old {
  align-items: center;
}

.main-seatch__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*
.main-seatch__item:nth-of-type(1) {
    width: 10%;
}

.main-seatch__item:nth-of-type(2) {
    width: 10%;
}

.main-seatch__item:nth-of-type(3) {
    width: 20%;
}

.main-seatch__item:nth-of-type(4) {
    width: 20%;
}

.main-seatch__item:nth-of-type(5) {
    width: 10%;
}

.main-seatch__item:nth-of-type(6) {
    width: 20%;
}

.main-seatch__item:nth-of-type(7) {
    width: 10%;
}

.oldsearchfrom .main-seatch__item:nth-of-type(1) {
    width: 17%;
}

.oldsearchfrom .main-seatch__item:nth-of-type(2) {
    width: 19%;
}

.oldsearchfrom .main-seatch__item:nth-of-type(3) {
    width: 25%;
}

.oldsearchfrom .main-seatch__item:nth-of-type(4) {
    width: 13%;
}

.oldsearchfrom .main-seatch__item:nth-of-type(5) {
    width: 14%;
}

.oldsearchfrom .main-seatch__item:nth-of-type(6) {
    width: 12%;
}
*/

.main-seatch-item__content {
  display: none;
  padding: 10px;
}

.main-seatch-item.show .main-seatch-item__content {
  display: block;
}

.main-seatch-item__header {
  cursor: pointer;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 5px;
}

.main-seatch-item__header:hover {
  text-decoration: none;
  background-color: #aeaeae;
}

.main-seatch-item__header:hover a {
  text-decoration: none;
  color: #fff;
}

#emailnote {
  margin-bottom: 15px;
  height: 60px;
  width: 255px;
  padding: 1px 4px;
}

.tablehead_alt_new {
  height: unset;
  padding: 10px;
}

.settings-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 4px 0;
  margin-bottom: 5px;
}

.settings-form:last-child {
  padding-bottom: 4px;
}

.settings-form__inputs-group {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.settings-form__inputs-group label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.settings-form__buttons-group {
}

.settings-form__button {
  cursor: pointer;
  padding: 2px 4px;
}

/** Margins */
.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-50 {
  margin-left: 50px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-50 {
  margin-right: 50px;
}

/** Default flex classes */
.d-flex {
  display: flex !important;
}

.flex-direction-row {
  flex-direction: row !important;
}

.flex-direction-column {
  flex-direction: column !important;
}

.align-items-center,
.align-item-center {
  align-items: center !important;
}

.align-item-start {
  align-items: flex-start !important;
}

.align-item-end {
  align-items: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-space-between {
  justify-content: space-between !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.w-min {
  width: min-content !important;
}

/** Forms */
.form {
  width: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f5f5ff;
  border-left: 1px solid #000066;
  border-right: 1px solid #000066;
  border-bottom: 1px solid #000066;
}

.form__header {
  width: 100%;
  border: unset;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form__body label {
  width: 200px;
}

.form__body label * {
  width: 100%;
}

.form__body-title {
  margin-bottom: 20px;
}

.form__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}

.form__label {
  margin-bottom: 5px;
}

.form__label input,
.form__label textarea,
.form__label select {
  padding: 2px;
  border: 1px #b5b5bf solid;
  border-radius: 2px;
  margin-top: 2px;
}

.form__link {
  margin-right: 10px;
  position: relative;
}

.form__link:after {
  content: "";
  width: 1px;
  height: 80%;
  position: absolute;
  right: -7px;
  top: 10%;
  background: #696969;
}

.form__link:last-child {
  margin-right: 0;
}

.form__link:last-child:after {
  content: unset;
}

.form__button {
  padding: 3px 15px;
  cursor: pointer;
}

#attorneys-search-results {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: 250px;
  overflow: auto;
  background-color: #fff;
}

.attorney_search_result {
  padding: 2px 5px;
}

.attorney_search_result:hover {
  background-color: #aeaeae;
}

.main-seatch-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 150px;
}

.main-seatch-label input {
  width: 150px;
}

.main-seatch-label select {
  width: 152px;
}

.main-seatch-label__header {
  font: 8pt arial, helvetica, verdana, sans-serif;
}

.button-icon-clean {
  background: none;
  border: 0;
  cursor: pointer;
}

.pagination {
  display: flex;
  list-style: none;
  margin-top: 4px;
}

.pagination li {
  color: #000;
  font-weight: bold;
  cursor: pointer;
  padding: 3px 7px;
  margin-right: 3px;
  background: #c9dde7;
}

.pagination li:hover,
.pagination li.active {
  background: #619fc5;
}

.mainsearch-header__main-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .mainsearch-header__main-panel_w30 {
  width: 30%;
} */

.mainsearch-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mainsearch-header > * {
  margin-right: 5px;
}

.mainsearch-header > *:last-child {
  margin-right: 0;
}

.mainsearch-header > img,
.mainsearch-header > input {
  cursor: pointer;
}

.mainsearch-row:nth-child(2n) {
}

.mainsearch-row:nth-child(2n + 1) {
  background-color: #fafafa;
}

.active_mainsearch_header {
  color: #000;
  text-decoration: underline;
}

/**
New styles for assignment, referring, attorney and insurance tabs
 */
.assignment__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: start;
  grid-gap: 0 10px;
}

.assignment__block label {
  white-space: nowrap;
}

.assignment-days {
  grid-template-columns: 1fr;
}

.configuration_sub-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin-bottom: 5px;
}

.configuration_sub-name a {
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  border-radius: 3px;
  padding: 3px 6px;
  background: #bbb;
  cursor: pointer;
  text-decoration: none;
}

.configuration_sub-name a.active,
.configuration_sub-name a:hover {
  background: #666;
  color: #fff;
}

.config-tab *,
#listDiv * {
  box-sizing: border-box;
}

li {
  list-style: none;
}

.config-tab {
  display: flex;
  flex-direction: column;
}

.config-tab__header {
  display: flex;
  align-items: center;
}

.config-tab__body {
  padding: 10px;
}

.config-tab__body_header {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 15px;
}

.config-tab__body_select {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.config-tab__body_select > * {
  margin-right: 10px;
}

.config-tab__body_select:last-child {
  margin-right: 0;
}

.config-tab input {
  padding: 1px 5px;
}

.config-tab .items-list {
  max-height: 400px;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
}

.config-tab .items-list__element {
  min-width: 300px;
  position: relative;
  width: 24%;
  font-size: 13px;
  padding: 5px 20px 5px 5px;
  margin: 2px 0.5%;
  border-radius: 5px;
  cursor: pointer;
  background: #ccc;
}

.config-tab .items-list__element_danger_on_hover:hover {
  background: #e24848;
}

.items-list__element_danger_on_hover:hover:after {
  content: "";
  position: absolute;
  right: 5px;
  width: 15px;
  height: 15px;
  background: url("/images/icon-close.png");
  background-size: cover;
}

.config-tab .items-list__element_plus_on_hover:hover {
  background: #469d61;
}

.items-list__element_plus_on_hover:hover:after {
  content: "";
  position: absolute;
  right: 5px;
  width: 15px;
  height: 15px;
  background: url("/images/icon-plus.png");
  background-size: cover;
}

.config-tab .items-list-search {
  width: 40%;
  display: block;
  margin: 10px auto;
}

.items-list__header {
  margin-bottom: 10px;
  font-weight: normal;
}

.config-tab hr {
  padding: 0;
  height: 0;
  border: none;
  border-top: 2px dashed #ddd;
  margin: 10px 0;
}

.config-tab__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 10px 0;
}

.config-tab__footer button {
  margin: 5px 0;
  padding: 4px 10px;
  cursor: pointer;
}

.items-list__element_hidden {
  display: none;
}

.config-tab__footer .delete-button {
  background: #f78585;
  color: #fff;
  margin-left: 5px;
}

.config-tab__footer .delete-button:hover {
  background: #d15454;
}

/* admin navigate styles */
#nav_update_php {
  float: right;
}

#nav_update_php a {
  background-color: #477fa7;
  color: #fff;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

#nav_update_php a {
  cursor: pointer;
}

/* New Configuration Menu START */
.sidebar-nav {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.sidebar__header {
  cursor: default;
  font-size: 13px;
  margin: 0;
  text-align: left;
  font-weight: 600;
  color: #444;
  padding: 15px 5px 5px;
}

.confignav_new tr:first-child > td > .sidebar__header {
  padding-top: 5px;
}

.sidebar-nav__link {
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.sidebar-nav__link:hover,
.sidebar-nav__link:active {
  text-decoration: unset;
}

.sidebar-nav__link .fa {
  font-size: 24px;
}

.sidebar-nav__link p {
  font-size: 16px;
  margin-left: 10px;
  font-weight: bold;
}

.sidebar-nav__sub-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 8px 0 8px 10px;
  padding-left: 22px;
  font-size: 14px;
  border-left: 1px #000 solid;
  visibility: visible;
  opacity: 1;
  transition: 320ms;
}

.sidebar-nav__sub-menu.hide {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: 0s;
}

.sidebar-sub-menu__item {
  cursor: pointer;
  text-decoration: unset;
  margin-bottom: 7px;
}

.sidebar-sub-menu__link {
  cursor: pointer;
  text-decoration: unset;
}

.sidebar-sub-menu__link:hover {
  font-weight: bold;
  text-decoration: unset;
}

.sidebar-sub-menu__link_active {
  font-weight: bold;
  text-decoration: underline;
}

.sidebar-nav__link-toggle {
  cursor: pointer;
  background: transparent;
  border: none;
  margin-left: 10px;
}

.sidebar-nav__link-toggle:hover {
  font-weight: bold;
}

/* New Configuration Menu END */

#confignav {
  background-color: #ccc;
  min-height: calc(100vh - 185px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Reports Beta Styles START */
.reports-container section {
  background: #f7f7f7;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
}

.reports-container table {
}

.btn {
  padding: 1px 5px;
  cursor: pointer;
  color: #fff;
  border: unset;
  border-radius: 2px;
  opacity: 0.85;
}

.btn-lg {
  padding: 4px 10px;
  font-size: 14px;
}

.btn:hover {
  opacity: 1;
}

.btn-primary {
  background-color: #007bff;
}

.btn-secondary {
  background-color: #6c757d;
}

.btn-success {
  background-color: #28a745;
}

.btn-warning {
  background-color: #ffc107;
}

.btn-danger {
  background-color: #dc3545;
}

.btn-info {
  background-color: #17a2b8;
}

.btn-report-type {
  font-size: 13px;
}

.table-form {
  width: unset !important;
  border-collapse: collapse;
  margin-top: 10px;
}

.table-form_hidden {
  display: none;
}

.table-form th,
.table-form td {
  padding: 1px 4px;
  border: 1px dotted #525252;
}

#report-fields {
  margin-top: 10px;
}

.reports-container .message {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 2px;
  margin-bottom: 10px;
}

.reports-container .primary-message {
  color: #004085;
  background-color: #cce5ff;
  border: 1px solid #b8daff;
}

.reports-container .success-message {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  border: 1px solid #c3e6cb;
}

.reports-container .warning-message {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  border: 1px solid #ffeeba;
}

.reports-container .error-message {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  border: 1px solid #f5c6cb;
}

.reports-beta__header {
  text-align: left;
  font-size: 14px;
  margin-bottom: 10px;
}

.reports-beta-info-table {
  border-collapse: collapse;
}

.reports-beta-info-table th,
.reports-beta-info-table td {
  border: 1px solid #ccc;
  padding: 2px 5px;
}

.reports-beta-info-table input {
  width: 250px;
}

.reports-beta__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

.reports-beta__right-button {
  display: flex;
  align-items: center;
}

.reports-beta__right-button * {
  margin-right: 5px;
}

.reports-beta__right-button *:last-child {
  margin-right: 0;
}

#schedule-type,
#schedule-type-edit {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

#schedule-type span,
#schedule-type-edit span {
  margin-right: 5px;
}

#schedule-type label,
#schedule-type-edit label {
  margin-right: 5px;
}

#schedule-type label:last-child #schedule-type-edit label:last-child {
  margin-right: 0;
}

.sidebar-nav__separator {
  height: 20px;
}

/* Reports Beta */
.reports-beta-header {
  position: relative;
  margin: 0;
}

.config_nav {
  padding: 5px;
  height: unset !important;
  background-size: cover;
}

.config_nav__reports-remote small {
  font-size: 10px;
  margin-bottom: -4px;
  display: block;
}

/* Reports Beta Styles END */

button {
  cursor: pointer;
}

.main-search-container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.main-search-container label:not(.checkbox-label),
.main-search-container .checkbox-container {
  display: block;
  width: max-content;
  border: 1px dotted #525252;
  padding: 2px;
  margin-right: 5px;
}

.main-search-container input[type="checkbox"] {
  cursor: pointer;
}

.main-search-container input[type="checkbox"].check-all {
  margin-bottom: 2px;
}

.main-search-container_column {
  flex-direction: column;
}

.schedule-container {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
}

.schedule-type-item,
.schedule-type-item-edit {
}

.schedule-type-item_hidden,
.schedule-type-item-edit_hidden {
  display: none;
}

#step1,
#step2,
#step3 {
  margin-bottom: 10px;
}

#email-list-add,
.email-to-input {
  width: 250px;
}

#email-list-edit tbody input {
  width: 100%;
}

/**** Swing start ****/
@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }

  30% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  40% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  50% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  65% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes swing {
  15% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }

  30% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  40% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  50% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  65% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.swing {
  -webkit-animation: swing 0.6s ease;
  animation: swing 0.6s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.red-border {
  border: 1px solid rgb(226, 72, 72) !important;
  background: rgba(226, 72, 72, 0.5);
  border-radius: 3px;
}

/***** Swing end *****/

/***** Modal popup start *****/
.modal-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal-popup-container_hidden {
  display: none;
}

.modal-popup {
  max-height: 80%;
  z-index: 9999;
  width: fit-content;
  min-width: 600px;
  border: unset;
  background: #fdfce9;
  display: flex;
  flex-direction: column;
}

.modal-popup__header {
  background: url("/images/tablehead_alt_blue.gif");
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-top: 1px #ece9d8;
  border-left: 1px #ece9d8;
  border-right: inset 1px #aca899;
  border-bottom: inset 1px #aca899;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-popup__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px 10px;
  overflow: auto;
}

.modal-popup__body h1,
.modal-popup__body h2,
.modal-popup__body h3,
.modal-popup__body h4,
.modal-popup__body h5,
.modal-popup__body h6 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
}

.modal-popup__body div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-popup__footer {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 2px 10px;
  background-color: rgba(0, 0, 0, 0.15);
}

.modal-popup button:not(.btn) {
  padding: 5px 8px;
  margin-right: 5px;
}

.modal-popup button:not(.btn):last-child {
  margin-right: 0;
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 4px 9px;
}

.modal-popup button:not(.btn):hover {
  background-color: rgb(0 0 0 / 40%);
    border: 1px solid rgb(0 0 0 / 40%);
  border-radius: 8px;
  padding: 4px 9px;
}

.modal-footer-buttons {
  width: 100%;
  padding: 2px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup-body-table-container {
  display: block !important;
  overflow-y: scroll;
  max-height: 80vh;
}

.popup-body-table {
  border-collapse: collapse;
  margin-bottom: 5px;
}

.popup-body-table tr {
}

.popup-body-table th,
.popup-body-table td {
  border: 1px #bebebe solid;
  padding: 4px;
}

/***** Modal popup end *****/

/** Input Select Element START */
.input-select-container {
  display: flex;
  align-items: center;
}

.input-select {
  position: relative;
  width: max-content;
}

.input-select_center {
  margin-left: 179px;
  margin-bottom: 2px;
  margin-top: 2px;
}

.input-select__input {
  width: 200px;
  padding: 2px;
}

.input-select__select {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  max-height: 240px;
  overflow-y: auto;
}

.input-select__select_lg {
  max-height: 400px;
}

.input-select__select_hidden {
  display: none;
}

.input-select-links {
  margin-left: 5px;
}

.input-select__element {
  cursor: pointer;
  padding: 3px 5px;
  border-bottom: 1px solid #a8a8a8;
  border-left: 1px solid #a8a8a8;
  border-right: 1px solid #a8a8a8;
  background-color: #fff;
  z-index: 100;
}

.input-select__element_deactivated {
  background-color: #dadada;
}

.input-select__element:hover {
  background-color: #eee9e9;
}

.input-select__element_hidden {
  display: none;
}

/** Input Select Element END */

/** Default Forms Styles **/
.form-container {
  padding: 10px;
  display: flex;
  align-items: start;
  flex-direction: column;
}

/** For Old Code Table header **/
table.popup-table {
  width: 100%;
}

.form-container__info {
  display: inline-block;
  margin-bottom: 5px;
}

.form-container .input-select-container {
  margin-bottom: 10px;
}

.form-container .inputs__atrs-link {
  color: #0000ff;
  text-decoration: underline;
}

.form-container__items {
  display: flex;
  align-items: start;
  flex-direction: column;
  margin: 10px 0;
}

.form-container label {
  display: flex;
  align-items: start;
  flex-direction: column;
}

.form-container label input[type="text"],
.form-container label input[type="email"],
.form-container label input[type="date"],
.form-container label input[type="number"],
.form-container label textarea,
.form-container label select {
  width: 250px;
  margin: 5px 0 5px;
}

.form-container button {
  width: max-content;
}

.d-flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

.style1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.message-edit-item {
  display: flex;
  flex-direction: column;
}

.message-edit-item h2 {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 5px;
}

.message-edit-item textarea {
  border: 1px #ccc solid;
  border-radius: 4px;
  width: 100%;
}

.message-edit-item__variables {
  display: flex;
}

.message-edit-item__variables h4 {
  font-weight: 400;
  font-size: 13px;
}

.message-edit-item__variables-list {
  display: flex;
  align-items: center;
}

.message-edit-item__variables-list span {
  font-weight: bold;
  margin: 0px 5px 5px 0;
}

/* .email-notification-container */
.email-notification-container {
  width: 100%;
}

.email-notification-container__item {
  display: flex;
  flex-direction: column;
}

.email-notification-container__item-enabled {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}

.email-notification-container__item-emails {
  border: 1px #ccc solid;
  border-radius: 4px;
  width: 92%;
}

.email-notification-container__item-message {
  border: 1px #ccc solid;
  border-radius: 4px;
  width: 99%;
  margin: 3px 0 0;
}

.settings-button {
  width: 100px;
  cursor: pointer;
}

.settings-button_small {
  width: max-content;
  padding: 0px 4px;
}

.buttons {
  cursor: pointer;
}

.buttons-sm {
  font-weight: normal;
}

.buttons-remove-template {
  margin-left: 10px;
}

.recorder-template-item {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}

.recorder-template-item input {
  margin: 0;
}

.recorder-template-item label:nth-of-type(1),
.recorder-template-item label:nth-of-type(1) input {
  width: 100px;
  margin-right: 10px;
}

.recorder-template-item label:nth-of-type(2),
.recorder-template-item label:nth-of-type(2) input {
  width: 100%;
}

.btn {
  cursor: pointer;
  padding: 4px 15px;
}

.btn-sm {
  padding: 1px 3px;
  font-size: 13px;
}

/*
.btn-warning {
    color: #000;
    border: 1px solid #ababab;
    background-color: #ababab;
}

.btn-warning_active,
.btn-warning:hover {
    color: #fff;
    border: 1px solid #696969;
    background-color: #696969;
}
*/
.btn-submit {
  border: 1px solid #6c9970;
  background-color: #6c9970;
}

.btn-submit:hover {
  border: 1px solid #45774a;
  background-color: #45774a;
}

.buttons-remove-template {
  padding: 0px 5px;
  color: #fff;
  border: 1px solid rgba(217, 31, 31, 0.75);
  background-color: rgba(217, 31, 31, 0.75);
}

.buttons-remove-template:hover {
  border: 1px solid rgba(217, 31, 31, 1);
  background-color: rgba(217, 31, 31, 1);
}

.recorder-hotkeys {
  display: flex;
  flex-direction: column;
}

.recorder-hotkeys-item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px #ccc solid;
}

.recorder-hotkeys-item:first-child {
  border-top: 1px #ccc solid;
}

.recorder-hotkeys-item span {
  width: 50%;
}

#settings .btn {
  width: max-content;
  margin-top: 5px;
}

input[name="colorscheme"],
input[name="login_page_colorscheme"] {
  width: 100px;
}

/** Circles */
.red {
  background-color: rgb(252, 83, 83);
}

.green {
  background-color: rgb(81, 195, 81);
}

.blue {
  background-color: blue;
}

.yellow {
  background-color: yellow;
}

.sphere {
  margin-left: 3px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  position: relative;
  box-shadow: 0.4px 0.4px 0.8px black, inset 0 0 0.4px black;
  display: inline-block;
}

.sphere::after {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  height: 45%;
  width: 12%;
  position: absolute;
  top: 4%;
  left: 15%;
  border-radius: 50%;
  transform: rotate(40deg);
}

.header-title {
  margin: 0 5px 0 0;
  font-size: 12px;
  font-weight: bold;
}

/* PT DATA */
.attorney_label {
  position: relative;
}

.attorney_label #attorneys-search-results {
  position: absolute;
  bottom: 0;
  left: -50px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.attorney_label .attorney_search_result {
  cursor: pointer;
}

#ptdata input[type="text"],
#ptdata input[type="email"],
#ptdata input[type="date"],
#ptdata textarea,
#ptdata select {
  width: 200px !important;
}

#ptdata textarea {
  border: 1px solid #eee;
  border-radius: 2px;
}

#ptdata input:disabled {
  background-color: #e9e9e9;
}

/** Fields Elements **/
.fields-to-replace {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.fields-to-replace__header {
  font-size: 16px;
  margin: 5px 10px 0 0;
}

.fields-to-replace__item {
  font-size: 14px;
  margin-right: 5px;
}

.fields-to-replace__item:last-child {
  margin-right: 0;
}

/** Config Result Main Container **/
.config-main {
  background-color: #fafafa;
}

.config-main__header {
}

.config-main__content {
  padding: 10px;
}

.w-100 {
  width: 100%;
}

.cursor-pointer {
  cursor: pointer;
}

#refresh-links-button {
  text-decoration: none;
  cursor: pointer;
  display: block;
  margin-left: auto;
  height: 18px;
  width: 16px;
  float: right;
  background: #fff;
  border: 1px #000 solid;
  border-radius: 5px;
  padding: 2px;
}

/** Spinner styles */
/** Loader spinner styles */
.lds-ring {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.lds-ring_hidden {
  display: none;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 2px;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/** Loader spinner styles end */

/** ATRS **/

/** ATRS viewer **/
.atrs-link-view {
  min-height: 100vh;
  /*background-image: url('/images/oviyam2_clients_background.webp');*/
  background-color: #000;
  font-family: arial, helvetica, verdana, sans-serif;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.atrs-link-view .patient-data {
  width: max-content;
  display: flex;
  flex-direction: column;
  background-color: #a6a6a6;
  border-radius: 10px;
  border: 1px solid #aaa;
}

.atrs-link-view .patient-data__header {
  display: flex;
  border-radius: 10px 10px 0 0;
  padding: 15px 10px 10px;
  background-color: rgb(255, 255, 255, 0.65);
}

.atrs-link-view .patient-data__raddico-logo img {
  width: 150px;
}

.atrs-link-view .patient-data__info {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #a6a6a6;
}

.atrs-link-view .patient-data__info h2,
.atrs-link-view .patient-data__info h3 {
  font-weight: normal;
}

.atrs-link-view .patient-data__info h2 {
  font-size: 16px;
  margin: 0 0 5px;
}

.atrs-link-view .patient-data__info h3 {
  font-size: 14px;
  margin: 0 0 2px;
}

.atrs-link-view .patient-data__body {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 0;
}

.atrs-link-view .patient-data__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.atrs-link-view .patient-data__row span {
  font-size: 14px;
  margin-right: 10px;
}

.atrs-link-view .patient-date__row-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.atrs-link-view .patient-data__row a,
.atrs-link-view .patient-data__row button {
  font-size: 14px;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 5px;
  border: 0;
  padding: 2px 10px;
  background: #0273e7;
  color: #e0e0e0;
  transition: 160ms;
  text-decoration: unset;
}

.atrs-link-view .patient-data__row a:last-child {
  margin-right: 0 !important;
}

.atrs-link-view .patient-data__row a:hover,
.atrs-link-view .patient-data__row button:hover {
  background: #0668ce;
}

.atrs-link-view .patient-data__row a.disabled {
  background: #b9b9b9;
  cursor: wait;
}

.atrs-link-view .patient-date__footer {
  padding: 5px 10px;
  background-color: rgb(255, 255, 255, 0.65);
}

.atrs-link-view .patient-date__footer p {
  font-size: 13px;
}

/** ATRS viewer end **/

/** Progress Bar start **/
.progress {
  margin: 0 auto;
  width: 50px;
}

.progress {
  position: relative;
  padding: 2px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25),
    0 1px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25),
    0 1px rgba(255, 255, 255, 0.08);
}

.progress-bar {
  width: 0%;
  height: 10px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.05)
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.05)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.05)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.05)
  );
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25),
    inset 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25),
    inset 0 1px rgba(255, 255, 255, 0.1);
}

.progress-bar__number {
  font-size: 11px;
  position: absolute;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.progress-bar_hidden {
  display: none;
}

.progress-bar .lds-ring {
  height: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}

.progress-bar .lds-ring div {
  width: 8px;
  height: 8px;
}

.progress > .progress-bar.progress-bar_red {
  background-color: #f63a0f;
}

.progress > .progress-bar.progress-bar_red-orange {
  background-color: #f27011;
}

.progress > .progress-bar.progress-bar_orange {
  background-color: #f2b01e;
}

.progress > .progress-bar.progress-bar_yellow {
  background-color: #f2d31b;
}

.progress > .progress-bar.progress-bar_green {
  background-color: #86e01e;
}

.progress_loading {
  width: 16px !important;
  transition: 0 !important;
}

.progress > .progress-bar_loading {
  width: 100% !important;
}

.progress > .progress-bar.progress-bar_orange span,
.progress > .progress-bar.progress-bar_yellow span,
.progress > .progress-bar.progress-bar_green span {
  color: #000 !important;
}

/** Progress Bar start **/

/** Config Pages start **/
.config-container {
  background: #fafafa;
  border-radius: 5px;
}

.config-container__header {
  border: 1px solid #c3c3c3;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 10px;
  border-radius: 5px 5px 0 0;
}

.config-container__main {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.config-container__footer {
  border: 1px solid #c3c3c3;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 10px;
  border-radius: 0 0 5px 5px;
}

.config-container__element {
  margin-bottom: 20px;
}

.config-container__element-flex {
  display: flex;
}

.config-container__element-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.config-container__element input,
.config-container__element textarea {
  width: 100%;
  border: 1px solid #c3c3c3;
  padding: 2px;
}

.config-container__element input[type="checkbox"] {
  width: unset;
}

/** Config Pages end **/

/** Lightbox changes start **/
#lightbox {
  top: 50% !important;
  max-height: 90%;
  height: unset;
  margin: 0 0 0 !important;
  transform: translate(-50%, -50%);
  overflow: auto !important;
  overflow-x: auto !important;
  overflow-y: auto !important;
}

@media screen and (max-height: 1080px) {
  #lightbox {
    /*margin-top: 200px !important;*/
  }
}

@media screen and (max-height: 960px) {
  #lightbox {
    /*margin-top: 100px !important;*/
  }
}

@media screen and (max-height: 600px) {
  #lightbox {
    /*margin-top: 0 !important;*/
  }
}
/** Lightbox changes end **/

#nav_update_php,
#nav_update_php label {
  display: flex;
  align-items: center;
  background: transparent;
  font-weight: bold;
}

#nav_update_php label {
  cursor: pointer;
}

#nav_update_php label span {
  margin-right: 3px;
}

/* Configuration -> Institution */

#institutions-to-users {
  border-collapse: collapse;
}

#institutions-to-users th,
#institutions-to-users td {
  padding: 1px 5px;
  border: 1px solid #222;
}

#institutions-to-users td label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#institutions-to-users tr {
  background-color: #e5e5e5;
}

#institutions-to-users tr:hover {
  background-color: #ccc;
}

#institutions-to-users .institutions-to-users {
  cursor: pointer;
}

#institutions-to-users td.input-checkbox:hover {
  background-color: #888888;
}

.institutions-to-users-btn {
  color: #fff;
  cursor: pointer;
  padding: 4px 15px;
  margin: 10px 0;
  border-radius: 2px;
  margin-right: 5px;
}

.institutions-to-users-btn-sm {
  margin-right: 3px;
  padding: 3px 5px;
  font-size: 13px;
}

.institutions-to-users-warning {
  color: #000;
  border: 1px solid #ababab;
  background-color: #ababab;
}

.institutions-to-users-warning_active,
.institutions-to-users-warning:hover {
  color: #fff;
  border: 1px solid #696969;
  background-color: #696969;
}

.institutions-to-users-submit {
  border: 1px solid #6c9970;
  background-color: #6c9970;
}

.institutions-to-users-submit:hover {
  border: 1px solid #45774a;
  background-color: #45774a;
}

.institutions-to-users-groups {
  display: flex;
  list-style: none;
}

.form-excel__submit-button {
  border: none;
  background: none;
  cursor: pointer;
}

#listform .tableborder > tbody > tr:nth-of-type(2n) {
  background-color: #fff;
}

#networklog thead tr div,
#equiplog thead tr div {
  padding: 2px 0;
}

#networklog tbody tr:nth-of-type(2n),
#equiplog tbody tr:nth-of-type(2n) {
  background-color: #fff !important;
}

a#support_btn {
  text-indent: unset !important;
  position: relative !important;
  height: 90px !important;
  width: 25px !important;
  border-radius: 0 3px 3px 0 !important;
}

a#support_btn span {
  position: absolute !important;
  color: #fafafa !important;
  font-weight: bold !important;
  transform: rotate(90deg) !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  position: absolute !important;
  top: 0 !important;
  left: -75px !important;
  right: 0 !important;
  bottom: 0 !important;
  padding-left: 15px !important;
}

/*** PRELOADER ***/
.main-search-preloader__item {
  content: "";
  display: inline;
  position: absolute;
  height: 100%;
  width: 0;
  right: 0;
  background-color: #4880a6;
}

.zip-result-link-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 3px 7px;
  background-color: #4880a6;
  color: #000 !important;
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 2px;
}

.zip-result-link-container * {
  color: #fff !important;
}

.zip-result-link-container * {
  color: #fff !important;
}

.zip-result-link {
  display: block;
  text-decoration: underline;
  font-weight: bold;
  margin-right: 5px;
  color: #fff !important;
}

/* Search Styles */
.pagination {
  display: flex;
  list-style: none;
  margin-top: 4px;
}

.pagination li {
  color: #000;
  font-weight: bold;
  cursor: pointer;
  padding: 3px 7px;
  margin-right: 3px;
  background: #c9dde7;
}

.pagination li:hover,
.pagination li.active {
  background: #619fc5;
}

.mainsearch-header__main-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .mainsearch-header__main-panel_w30 {
  width: 30%;
} */

.mainsearch-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mainsearch-header > * {
  margin-right: 5px;
}

.mainsearch-header > *:last-child {
  margin-right: 0;
}

.mainsearch-header > img,
.mainsearch-header > input {
  cursor: pointer;
}

.mainsearch-row:nth-child(2n + 1) {
  background-color: #fafafa;
}

/* Editor Styles */
.savealert-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999;
}

.savealert {
  background: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.hidden {
  display: none;
}

.savealert__header {
  padding: 5px;
  border-bottom: 1px #999 solid;
}

.savealert__body {
  padding: 10px;
}

.savealert__footer {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-top: 1px #999 solid;
}

/* Editor Styles */

/* Configuration Facilities */
.facilities {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
}

.facility-item-container {
  padding: 10px 0 5px;
  display: flex;
  flex-wrap: wrap;
}

.facility-item {
  width: 250px;
  display: flex;
  flex-direction: column;
  border: 1px #ddd solid;
  margin-right: 5px;
  margin-bottom: 5px;
}

.facility-item__header {
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-color: #ddd;*/
  background: url(/images/bigtabs_left.png);
  padding: 5px;
  margin-bottom: 10px;
}

.facility-item__body {
  padding: 5px;
}

.facility-item h3 {
  text-align: center;
}

.facility-item label {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}

/* Configuration Facilities */

.replace-field {
  cursor: text;
  font-weight: bold;
  display: inline-block;
  padding: 1px 3px;
  margin: 0 3px 3px 0;
}

.w-100px {
  width: 100px;
  min-width: 100px;
}

.w-125px {
  width: 125px;
  min-width: 125px;
}

.w-150px {
  width: 150px;
  min-width: 150px;
}

.w-175px {
  width: 175px;
  min-width: 175px;
}

.w-200px {
  width: 200px;
  min-width: 200px;
}

#configpanel {
  padding: 10px;
}

/* Fax and Email Sending Forms */
#fileinfo-table {
  margin: 10px auto;
  font-family: Arial, helvetica, verdana, sans-serif;
  width: 50%;
  font-size: 11px;
  border-collapse: collapse;
}

#fileinfo-table th,
#fileinfo-table td {
  border: 1px #676767 solid;
  padding: 1px 4px;
}

#fileinfo-table td a {
  font-weight: bold;
  text-decoration: underline;
}

.error-container {
  display: flex;
  flex-direction: column;
}

.error-item {
  width: 100%;
  color: red;
  text-align: center;
  display: inline-block;
}

.inputs-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inputs-container label {
  width: 50%;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}

.inputs-container input,
.inputs-container textarea {
  padding: 2px 5px;
  width: 100%;
  margin: 2px 0 5px;
  border-radius: 2px;
  border: 1px solid #666;
}

.iframe-container {
  margin: 10px auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

.iframe-container iframe {
  width: 100%;
  margin: 0 10px;
  height: 400px;
}

.inputs-container_red {
  background-color: rgba(255, 0, 0, 0.05);
}

.inputs-container_blue {
  background-color: rgba(0, 0, 255, 0.05);
}

/* Fax and Email Sending Forms */
.multiple-sending_hidden {
  display: none;
}

.multiple-sending td {
  padding: 2px;
  border-bottom: 2px #eee solid;
}

.multiple-sending-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 2px 4px;
}

.multiple-sending-buttons button {
  margin-right: 5px;
}

.multiple-sending-buttons button:last-child {
  margin-right: 0;
}

/* Audit Logs */
.pagination {
  margin: 10px 0;
  padding: 0 20px;
}

.mainsearch-header__count-pagination {
  display: flex;
  width: 54%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Preview */
.preview_element__background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
  display: flex;
  justify-content: center;
  align-items: center;
}

.preview_element {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  background: #eee;
  border-radius: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  max-height: 90%;
  overflow-x: auto;
}

.preview_element > * {
  padding: 10px;
}

.preview_element__header h2 {
  font-size: 18px;
  font-weight: normal;
}

.preview_element__body {
  border-radius: 5px;
  background-color: #fff;
}

.hidden {
  display: none !important;
}

/* Audit Logs */

#quick-form input {
  padding: 2px;
  font-family: verdana;
  width: 360px;
}

.status-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.status-header__indicator {
  display: flex;
}

.status-header__version {
  display: flex;
}

.status-header__right {
  display: flex;
  align-items: center;
}
#quick-form input.buttons {
  width: max-content;
  font-size: 10px;
}

/* Mobile Styles */
@media (max-width: 760px) {
  .main-search {
    flex-wrap: wrap;
  }

  #quick-form input {
    width: 100%;
  }

  .status-header {
    flex-wrap: wrap;
  }
}

/* Mobile Styles */

.config-tab__body .template-form-items-container {
  padding: 10px;
  border-radius: 10px;
  background-color: #eee;
}

.nowrap {
  text-wrap: nowrap;
}

.p-5{
  padding: 5px;
}

/* .table-network-statuses */
.table-network-statuses{
  background-color: #feffff;
  border-collapse: collapse;
}

.table-network-statuses td,
.table-network-statuses th{
  border: 1px #000 solid;
  padding: 1px 4px;
}

.audit-sent-logs-container{
  background-color: #ccc;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.audit-sent-logs-container #date1,
.audit-sent-logs-container #date2{
  width: 80px;
}

.audit-sent-logs-container label,
.audit-sent-logs-container .label{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}

.audit-sent-logs-container label:last-child,
.audit-sent-logs-container .label:last-child{
  margin-bottom: 0;
}

.audit-sent-logs-container label span,
.audit-sent-logs-container .label span{
  margin-right: 5px;
}


/* Configuration -> Institution Templates */

.institution-templates-container .templates-container{
  display: flex;
  justify-content: space-between;
}
.institution-templates-container .config-container__main{
  width: 400px;
  overflow-y: auto;
}
.institution-templates-container #function{
  margin: 10px 10px 10px 0;
  width: 100%;
  padding: 10px;
  border: 1px #999 solid;
  border-radius: 5px;
  background-color: #eee;
}
.institution-templates-container .institution-container {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
}

.institution-templates-container .templates-institution-container{
  padding: 5px;
  border: 1px #999 solid;
  border-radius: 5px;
  background-color: #eee;
  margin-bottom: 20px;
}

.institution-templates-container .templates-institution-container h3{
  margin-bottom: 5px;
}

.institution-templates-container .templates-institution-container .create-btn{
  margin-top: 5px;
}

.institution-templates-container .institution-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.institution-templates-container .institution-list .create-btn {
  margin-top: 5px;
}

.institution-templates-container .institution-item {
  width: 100%;
  margin-bottom: 2px;
  background: #eee;
  border: 1px #999 solid;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  cursor: pointer
}

.active.institution-item {
  background-color: darkgray;
}

.institution-templates-container .institution-item span:hover {
  background: #fff;
}

.institution-templates-container .institution-item span {
  display: block;
  width: 100%;
  padding: 2px 10px;
}

.institution-templates-container .institution-item>*:last-child {
  margin-right: 0px;
}

.institution-templates-container .config-container__fields {
  font-size: 13px;
}

.institution-templates-container .template-form-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.institution-templates-container .template-form-items-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.institution-templates-container #all_items_list_studydesc {
  max-height: 600px;
}

.config-container__fields {
  display: flex;
  align-items: center;
}

.config-container__fields span {
  padding: 2px;
  margin-left: 5px;
  border: 1px #a1a1a1 solid;
  background-color: #d9d9d9;
  border-radius: 4px;
}

.template-form-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.template-form-items-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

#all_items_list_studydesc {
  max-height: 600px;
}

.replace-template-file-form{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.config-container__element-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.disabled-link {
  pointer-events: none;
  cursor: default;
}

/* Configuration Accesses */
.configuration-accesses .settings-form__inputs-group{
  width: 90%;
}
.configuration-accesses .settings-form__inputs-group input,
.configuration-accesses .settings-form__inputs-group textarea{
  width: 80%;
  margin-right: 5px;
}