﻿@charset "UTF-8";
body {
  font-family: "Lucida Sans Unicode", Verdana, Geneva, sans-serif;
  font-size: 13px;
  line-height: 1.5384616;
  color: rgb(51, 51, 51);
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  /*SIDEBAR NAV*/
  /*CARDS*/
  /*Buttons*/
  /*GRIDS*/
  /*Modal*/
  /*Password Rules*/
  /* TrainingPage*/
  /* DASHBOARD*/
  /*Case Management*/
}
body .navbar-inverse {
  background: rgb(16, 108, 183);
  margin-bottom: 0;
  border: none;
  padding-left: 20px;
  padding-right: 0;
  border: none;
}
body .navbar-inverse .navbar-nav li a {
  color: rgb(255, 255, 255);
  border-radius: 82px 82px 0 0;
}
body .navbar-inverse .navbar-nav li a.dropdown-toggle {
  border-radius: 0;
}
body .navbar-inverse .navbar-nav .dropdown-menu.dropdown-menu-right li a {
  color: black;
  border-radius: 0;
}
body .navbar-inverse .navbar-nav i.icon-envelop3, body .navbar-inverse .navbar-nav .dropdown-toggle img {
  display: none;
}
body .navbar-inverse .navbar-nav img {
  transform: scale(0.8);
  top: 3px;
  position: relative;
}
body .navbar-inverse div#navbar-second img {
  transform: scale(0.8);
}
body .sidebar {
  background: rgb(249, 249, 249);
  color: rgb(102, 102, 102);
  position: relative;
}
body .sidebar .navigation li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}
body .sidebar .navigation li ul li a {
  padding: 10px 20px 10px 64px;
  min-height: 40px;
}
body .sidebar .navigation li a {
  color: rgb(102, 102, 102);
  display: block;
  -webkit-transition: background 0.15s linear, color 0.15s linear;
  -o-transition: background 0.15s linear, color 0.15s linear;
  transition: background 0.15s linear, color 0.15s linear;
}
body .sidebar .navigation li a:hover, body .sidebar .navigation li a:focus {
  background: rgba(0, 0, 0, 0.1);
  color: rgb(102, 102, 102);
}
body .sidebar .navigation li.active a {
  background: rgb(16, 108, 183);
  color: rgb(255, 255, 255);
}
body .sidebar .navigation li.active a:hover, body .sidebar .navigation li.active a:focus {
  background: rgb(16, 108, 183);
  color: rgb(255, 255, 255);
}
body .sidebar .navigation li.active .hidden-ul li.active a {
  background: rgb(106, 116, 124);
  color: white;
}
body .sidebar .navigation li.active .hidden-ul li.active .hidden-ul li a {
  background: rgb(249, 249, 249);
  color: rgb(102, 102, 102);
}
body .sidebar .navigation li.active .hidden-ul li.active .hidden-ul li.active a {
  background: rgb(211, 211, 211);
}
body .sidebar .navigation li.active .hidden-ul a {
  background: rgb(249, 249, 249);
  color: rgb(102, 102, 102);
}
body .sidebar .navigation li.active .hidden-ul a.activeLink {
  color: white;
  background: rgb(106, 116, 124);
}
body .sidebar .navigation li.active .hidden-ul a.activeLink:hover {
  background: rgb(106, 116, 124);
}
body .sidebar .navigation li.active .hidden-ul a:hover {
  background: rgba(0, 0, 0, 0.1);
}
body .sidebar .navigation li.active a {
  color: white;
}
body .page-header-default {
  background-color: rgb(255, 255, 255);
  margin-bottom: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .page-header-default .breadcrumb-line {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  border-top: none;
}
body .page-header-default .breadcrumb-line:not([class*=bg-]) {
  background-color: rgb(255, 255, 255);
}
body .page-header-default .breadcrumb-line .breadcrumb-elements li a:hover, body .page-header-default .breadcrumb-line .breadcrumb-elements li a:focus {
  background: transparent;
}
body .panel {
  color: rgb(51, 51, 51);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.19), 0px 6px 6px rgba(0, 0, 0, 0.23);
}
body .panel .panel-body a.btn.btn-danger:hover {
  background: rgb(106, 116, 124);
  box-shadow: none;
}
body .wizard .steps ul li.current .number {
  font-size: 0;
  border-color: rgb(57, 181, 74);
  background: rgb(255, 255, 255);
  color: rgb(57, 181, 74);
}
body .wizard .steps ul li.done .number {
  font-size: 0;
  background: rgb(106, 116, 124);
  border-color: rgb(106, 116, 124);
  color: white;
}
body .wizard .steps ul li:before, body .wizard .steps ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 43px;
  width: 50%;
  height: 2px;
  background: rgb(106, 116, 124);
  z-index: 9;
}
body .actions ul li a {
  background: rgb(26, 183, 234);
  color: rgb(255, 255, 255);
  display: block;
  padding: 7px 12px;
  border-radius: 3px;
  border: 1px solid transparent;
}
body .actions ul li a:hover, body .actions ul li a:focus {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100px rgba(225, 225, 225, 0.2) inset;
}
body .btn-success {
  color: rgb(255, 255, 255);
  background: rgb(26, 183, 234);
  border-color: rgb(26, 183, 234);
}
body .btn-success:active, body .btn-success:focus, body .btn-success:hover {
  background: rgb(26, 183, 234);
  border-color: rgb(26, 183, 234);
  color: rgb(255, 255, 255);
}
body #custombuttons {
  float: left;
  display: block;
  margin-right: 10px;
  padding-top: 7px;
  padding-right: 12px;
  padding-bottom: 7px;
  padding-left: 12px;
  text-align: center;
  border-radius: 2px;
}
body .customcancel {
  color: rgb(26, 183, 234);
  background: transparent;
}
body a.customedit, body customEdit {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}
body a.customedit:hover, body customEdit:hover {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}
body .sa-button-container {
  padding-left: 20px;
  padding-right: 20px;
}
body form#steps-uid-0 .btn-warning {
  display: none;
}
body .btn-warning.focus, body .btn-warning:focus, body .btn-warning:hover, body .btn-warning:active {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
body .btn.btn-danger {
  background: rgb(221, 221, 221);
  border: rgb(221, 221, 221);
  color: rgb(51, 51, 51);
}
body .btn.btn-danger.active, body .btn.btn-danger:active {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
  color: rgb(102, 102, 102);
}
body .btn.btn-danger.active:hover, body .btn.btn-danger.active:focus, body .btn.btn-danger:active:hover, body .btn.btn-danger:active:focus {
  background-color: rgb(128, 128, 128);
  border-color: rgb(128, 128, 128);
  color: white;
}
body .btn.btn-danger:hover, body .btn.btn-danger:focus {
  background-color: rgb(106, 116, 124);
  border-color: rgb(106, 116, 124);
  color: white;
}
body .input-group-addon.btn.btn-clear:hover, body .input-group-addon.btn.btn-clear:focus {
  color: white;
}
body .bg-logo {
  color: rgb(255, 255, 255);
  background: rgb(16, 108, 183);
}
body .bg-logoCustom {
  background: rgb(26, 183, 234);
  border-color: rgb(26, 183, 234);
  color: white;
}
body #caseContent {
  padding: 0 10px 10px 10px;
}
body #caseContent .fa {
  font-size: 20px;
}
body #loadDocument:hover {
  background: rgb(26, 183, 234);
}
body #second .col-lg-12 {
  height: 100%;
  bottom: 0px;
}
body #second .col-lg-12 .panel.panel-flat {
  height: 100%;
}
body #second .col-lg-12 .panel.panel-flat .panel-body {
  height: 100%;
  bottom: 0px;
}
body table.table-bordered thead tr th, body table.table-bordered thead tr td {
  padding: 5px 14px;
  line-height: 1.5384616;
  vertical-align: top;
  background: white;
}
body table.table-bordered tfood tr td {
  padding: 0px 14px;
  line-height: 1.5384616;
  vertical-align: top;
}
body table.table-bordered tbody tr td {
  padding: 5px 14px;
}
body table.table-bordered tbody tr td a {
  color: rgb(26, 183, 234);
  text-decoration: underline;
  font-style: italic;
}
body table.table-bordered tbody tr td a:hover {
  color: rgb(16, 108, 183);
}
body table.table-bordered tbody:not(#selectQuestionTbody) tr:hover {
  background: rgba(0, 0, 0, 0.1);
}
body .interactive-data-review-table {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: scroll;
}
body .interactive-data-review-table table {
  width: 100%;
  min-width: 100px;
  margin: auto;
  border-spacing: 0;
}
body .interactive-data-review-table th, body .interactive-data-review-table td {
  padding: 5px 5px;
  vertical-align: top;
  text-align: center;
}
body .interactive-data-review-table thead th {
  background: rgb(16, 108, 183);
  color: white;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 15px 10px;
  vertical-align: middle;
  font-size: 13px;
  z-index: 4;
}
body .interactive-data-review-table thead th a {
  color: white;
}
body .interactive-data-review-table th.sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  vertical-align: middle;
  min-width: 60px;
}
body .interactive-data-review-table th.empty_column {
  max-width: 10px;
}
body .interactive-data-review-table th.column-sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
}
body .interactive-data-review-table th.test-column {
  min-width: 150px;
  max-width: 200px;
}
body .interactive-data-review-table tbody th {
  background-color: antiquewhite;
  color: #333;
}
body .interactive-data-review-table tbody th a {
  color: #333;
}
body .interactive-data-review-table tbody th.sticky {
  font-size: 16px;
  max-width: 100px;
  word-wrap: break-word;
}
body .interactive-data-review-table thead th.sticky {
  z-index: 5;
}
body .interactive-data-review-table .show-value {
  vertical-align: middle;
}
body .interactive-data-review-table .last-row {
  border-bottom: solid 8px white;
}
body .interactive-data-review-table .last-row th.test-column {
  border-bottom: solid 1px darkGray;
}
body .interactive-data-review-table .odd-record {
  background: lightGray;
  border-bottom: 1px solid darkGray;
}
body .interactive-data-review-table .even-record {
  background-color: whitesmoke;
  border-bottom: 1px solid darkGray;
}
body .interactive-data-review-table td {
  vertical-align: middle;
  border-bottom: 1px solid darkGray;
}
body .interactive-data-review-table td.multiple-column {
  border-left: 1px solid darkGray;
}
body .interactive-data-review-table td.revised-cell {
  background-color: wheat;
}
body .interactive-data-review-table th.highlighted {
  background-color: antiquewhite;
}
body .interactive-data-review-table th.highlighted a {
  color: black;
}
body .supplemental-data-table {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: scroll;
}
body .supplemental-data-table table {
  width: 100%;
  min-width: 100px;
  margin: auto;
  border-spacing: 0;
}
body .supplemental-data-table th, body .supplemental-data-table td {
  padding: 5px 5px;
  vertical-align: top;
  text-align: center;
}
body .supplemental-data-table thead th {
  background: rgb(16, 108, 183);
  color: white;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  min-width: 90px;
  padding: 15px 10px;
  vertical-align: middle;
  font-size: 13px;
  max-width: 300px;
}
body .supplemental-data-table thead th a {
  color: white;
}
body .supplemental-data-table th.sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  vertical-align: middle;
  min-width: 60px;
}
body .supplemental-data-table th.empty_column {
  max-width: 10px;
}
body .supplemental-data-table th.column-sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
}
body .supplemental-data-table th.test-column {
  min-width: 150px;
  max-width: 200px;
}
body .supplemental-data-table tbody th {
  background-color: antiquewhite;
  color: #333;
}
body .supplemental-data-table tbody th a {
  color: #333;
}
body .supplemental-data-table tbody th.sticky {
  max-width: 100px;
  word-wrap: break-word;
}
body .supplemental-data-table thead th.sticky {
  z-index: 5;
}
body .supplemental-data-table .show-value {
  vertical-align: middle;
}
body .supplemental-data-table .last-row {
  border-bottom: solid 8px white;
}
body .supplemental-data-table .last-row th.test-column {
  border-bottom: solid 1px darkGray;
}
body .supplemental-data-table .odd-record {
  background: lightGray;
  border-bottom: 1px solid darkGray;
}
body .supplemental-data-table .even-record {
  background-color: whitesmoke;
  border-bottom: 1px solid darkGray;
}
body .supplemental-data-table td {
  border-bottom: 1px solid darkGray;
  min-width: 30px;
}
body .supplemental-data-table td.multiple-column {
  border-left: 1px solid darkGray;
}
body .supplemental-data-table th.highlighted {
  background-color: antiquewhite;
}
body .supplemental-data-table th.highlighted a {
  color: black;
}
body .ui-dialog-content {
  overflow: unset;
}
body .ui-dialog-title {
  font-weight: bold;
}
body .pagination .active a {
  background: rgb(26, 183, 234);
  border-color: rgb(26, 183, 234);
}
body .pagination .active a:hover {
  background: rgb(26, 183, 234);
  border-color: rgb(26, 183, 234);
}
body .modal-header {
  background: rgb(16, 108, 183);
  border-color: rgb(16, 108, 183);
  color: white;
  padding: 15px 0px 15px 10px;
}
body .modal-header .close {
  color: rgb(255, 255, 255);
  background-color: transparent;
  opacity: 1;
  position: absolute;
  right: 40px;
  top: 40%;
  margin-top: 0;
}
body .modal-dialog .btn.btn-danger:hover {
  background: rgb(106, 116, 124);
  color: white;
}
body .sweet-alert {
  background: rgb(255, 255, 255);
  width: 470px;
  padding-bottom: 20px;
  border-radius: 3px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -235px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 1060;
}
body .sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid #ddd;
  border-radius: 50%;
  margin: 25px auto 20px auto;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
body .sweet-alert .sa-confirm-button-container .confirm {
  background-color: rgb(26, 183, 234) !important;
}
body .sweet-alert .sa-button-container .cancel {
  float: left;
  background-color: rgb(252, 69, 19);
  color: white;
  margin-left: -13px;
  min-width: 70px;
}
body .sweet-alert fieldset {
  margin: 20px 10px;
}
body .icon-info22 {
  color: rgb(26, 183, 234);
}
body .trainingWelcome {
  padding: 50px 20px 20px 40px;
  width: 60%;
  height: calc(100vh - 110px);
  background-color: white;
  box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(0, 0, 0, 0.3), -12px 0 15px -4px rgba(0, 0, 0, 0.3);
}
body .trainingWelcome h1 {
  font-weight: 600;
  color: rgb(103, 103, 103);
  font-size: 40px;
  margin: 0px 0px 20px 0px;
}
body .trainingWelcome h4 {
  font-size: 24px;
  color: rgb(57, 181, 74);
  font-weight: 200;
}
body .trainingWelcome p {
  font-size: 18px;
  font-weight: 100;
  color: rgb(103, 103, 103);
}
body .trainingWelcome .text-link {
  color: rgb(98, 202, 240);
  font-size: 18px;
}
body .trainingWelcome .text-link i {
  padding: 0 10px;
}
body .img-wrapper {
  margin: 30px 30px 0px 0px;
}
body .btn-training {
  font-size: 22px;
  background-color: rgb(57, 181, 74);
  color: #ffffff;
  padding: 10px 25px 10px 25px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}
body .btn-training i {
  font-size: 30px;
  padding: 0px 10px;
}
body .btn-training:hover {
  color: rgb(241, 241, 241);
}
body .float-right {
  float: right;
}
body .btn-close-training {
  font-size: 16px;
}
body .label-training-description {
  font-size: 16px;
  font-weight: normal;
  color: rgb(103, 103, 103);
}
body #spanCountCase, body #spanCountDocument, body .badge.badge-logo-blue.position-left {
  margin-left: 10px;
  background: rgb(26, 183, 234);
}
body .check-container {
  margin: 10px 0 20px 0;
  width: auto;
  text-align: center;
}
body .check-container .customcheck {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
  line-height: 28px;
  font-size: 16px;
  color: rgb(103, 103, 103);
}
body .check-container .customcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
body .check-container .customcheck .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgb(57, 181, 74);
}
body .check-container .customcheck .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 2px;
  width: 8px;
  height: 17px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .check-container .customcheck:hover input checkmark {
  background-color: rgb(57, 181, 74);
}
body .check-container .customcheck input:checked .checkmark {
  background-color: rgb(57, 181, 74);
}
body .check-container .customcheck input:checked ~ .checkmark:after {
  display: block;
}
body .content-training-video {
  top: 10%;
  left: -30%;
  width: 940px;
}
body .content-training-video .title-training-video {
  margin-left: 3%;
  font-size: 18px;
  font-weight: 600;
}
body .content-training-video .body-training-video {
  height: 90%;
  margin-left: 3%;
}
body .content-training-video #videoPlayer {
  background-color: white;
  width: 100%;
}
body .progress-bar.bg-warning {
  background: rgb(26, 183, 234);
}
body table .dataTables_wrapper {
  width: 99%;
}
body table.table-bordered thead tr th, body body table.table-bordered thead tr td {
  background-color: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .panel-dashboard {
  min-height: 28px;
}
body .event-details-container .row.eventConfiguration {
  border-top: 1px dashed rgb(221, 221, 221);
  padding-top: 15px;
  padding-bottom: 15px;
}
body .event-details-container .row.eventConfiguration .text-large {
  font-size: 1.3em;
}
body .event-details-container:first-of-type .row.eventConfiguration {
  border: none;
}
body #reasonsModal .btn-danger {
  float: left;
  background-color: rgb(252, 69, 19);
  color: white;
}
body #reasonsModal .reasonInput label {
  font-weight: normal;
}
body .reasonList {
  max-height: 250px;
  max-width: 500px;
  overflow-y: auto;
  margin-bottom: 20px;
  border: 1px solid rgb(211, 211, 211);
  padding: 0px;
}
body .reasonList ul {
  width: 100%;
  padding: 0px;
  margin-bottom: 0px;
}
body .reasonList ul li {
  display: block;
  cursor: default;
  width: 100%;
  padding: 5px;
}
body .reasonList ul .selected {
  background-color: rgb(16, 108, 183);
  color: white;
}
body #customReason {
  width: 100%;
  resize: none;
  outline: none;
  text-align: justify;
  font-family: "Lucida Sans Unicode", "Verdana", "Geneva", "sans-serif";
  font-size: 13px;
  overflow-y: hidden;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: none;
}
body #documents .table-responsive {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.19), 0px 6px 6px rgba(0, 0, 0, 0.23);
}
body .case-processing-table.distribution-table td {
  padding: 10px 5px;
}
body .case-processing-table.distribution-table td:first-child, body .case-processing-table.distribution-table th:first-child {
  padding-left: 50px;
}
body .case-processing-table td, body .case-processing-table th {
  padding: 5px;
  word-break: break-word;
  word-wrap: break-word;
}
body .case-processing-table .regular-checkbox {
  -webkit-appearance: none;
  background-color: rgb(242, 242, 242);
  border: 1px solid rgb(215, 215, 215);
  padding: 8px;
  border-radius: 0px;
  display: inline-block;
  position: relative;
}
body .case-processing-table .regular-checkbox:focus, body .case-processing-table .regular-checkbox:hover {
  border: 1px solid rgb(215, 215, 215);
}
body .case-processing-table .regular-checkbox:checked {
  background-color: rgb(57, 181, 74);
  border: 1px solid rgb(215, 215, 215);
  color: white;
  border-radius: 0px;
}
body .case-processing-table .regular-checkbox:checked:focus, body .case-processing-table .regular-checkbox:checked:hover {
  border: 1px solid rgb(215, 215, 215);
}
body .case-processing-table .regular-checkbox:checked:after {
  content: "✔";
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  top: 0px;
  left: 3px;
  color: white;
  border-radius: 0px;
}
body .case-processing-table tbody tr {
  border-bottom: 1px solid rgb(211, 211, 211);
}
body .case-processing-table thead {
  background-color: rgb(106, 116, 124);
  color: white;
  border-bottom: solid 1px white;
}
body .case-processing-table .checker span {
  border: 1px solid rgb(211, 211, 211);
  background-color: rgb(247, 248, 248);
  border-radius: 0px;
  margin-left: 5px;
}
body .case-processing-table .checker span:after {
  top: 0px;
  left: 0px;
}
body .case-processing-table .checker span.checked {
  background-color: rgb(0, 174, 65);
  color: white;
}
body .action-link {
  margin-left: 10px;
}
body .folder-row {
  background-color: rgb(247, 248, 248);
  color: rgb(102, 102, 102);
}
body .folder-row a {
  margin-left: 12px;
}
body .no-files-row td {
  color: rgb(102, 102, 102);
  padding: 10px;
}
body .scroll-table tbody {
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 279px;
}
body .scroll-table thead, body .scroll-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
body .scroll-table thead {
  width: 100%;
}
body .checked-out-span {
  background-color: rgb(16, 108, 183);
  border-radius: 16px;
  color: white;
  padding: 4px 12px;
  font-size: 9px;
  margin-left: 10px;
}
body .checked-out-span i {
  font-size: 12px;
  margin-right: 3px;
}
body #modal_PreviewDocument .modal-dialog, body #modal_CasePacketFile .modal-dialog {
  width: 90%;
  height: 90%;
}
body #modal_PreviewDocument #FileDetailsCenterResponsive, body #modal_CasePacketFile #FileDetailsCenterResponsive {
  height: calc(100vh - 110px);
}
body #modal_PreviewDocument #VerticalDicomRow, body #modal_CasePacketFile #VerticalDicomRow {
  height: 100%;
  overflow-y: auto;
}
body #modal_PreviewDocument #VerticalDicomRow .panel.panel-flat, body #modal_CasePacketFile #VerticalDicomRow .panel.panel-flat {
  box-shadow: none;
  border: none;
}
body #modal_PreviewDocument .modal-content, body #modal_CasePacketFile .modal-content {
  border: 3px solid white;
  border-radius: 10px;
  padding: 5px;
  background-clip: border-box;
}
body #modal_PreviewDocument .modal-header, body #modal_CasePacketFile .modal-header {
  background-color: white;
  color: rgb(103, 103, 103);
  border-color: white;
  padding: 10px 5px;
}
body #modal_PreviewDocument .modal-header a, body #modal_CasePacketFile .modal-header a {
  color: rgb(103, 103, 103);
  font-size: 20px;
  color: rgb(98, 202, 240);
  text-align: right;
}
body #modal_PreviewDocument .modal-header a span, body #modal_CasePacketFile .modal-header a span {
  font-size: 26px;
}
body #modal_PreviewDocument .modal-title, body #modal_CasePacketFile .modal-title {
  background-color: white;
  font-size: 20px;
  word-break: break-word;
  text-wrap: normal;
}
body #modal_PreviewDocument .modal-title i, body #modal_CasePacketFile .modal-title i {
  margin: 0px 10px 0px 5px;
}
body #modal_PreviewDocument .modal-body, body #modal_CasePacketFile .modal-body {
  padding: 10px;
  height: calc(90% - 20px);
}
body #modal_PreviewBookmark .modal-dialog {
  width: 80%;
}
body #modal_PreviewBookmark #FileDetailsCenterResponsive {
  height: calc(100vh - 210px);
}
body #modal_PreviewBookmark #VerticalDicomRow {
  height: 100%;
  overflow-y: auto;
}
body #modal_PreviewBookmark #VerticalDicomRow .panel.panel-flat {
  box-shadow: none;
  border: none;
}
body #modal_PreviewBookmark .modal-content {
  border: 3px solid white;
  border-radius: 10px;
  padding: 5px;
  background-clip: border-box;
}
body #modal_PreviewBookmark .modal-header {
  background-color: white;
  color: rgb(103, 103, 103);
  border-color: white;
  padding: 10px 5px;
}
body #modal_PreviewBookmark .modal-header a {
  color: rgb(103, 103, 103);
  font-size: 20px;
  color: rgb(98, 202, 240);
  text-align: right;
}
body #modal_PreviewBookmark .modal-header a span {
  font-size: 26px;
}
body #modal_PreviewBookmark .modal-title {
  background-color: white;
  font-size: 20px;
  word-break: break-word;
  text-wrap: normal;
}
body #modal_PreviewBookmark .modal-title i {
  margin: 0px 10px 0px 5px;
}
body #modal_PreviewBookmark .modal-body {
  padding: 10px;
}
body #modal_UploadDocument modal-dialog {
  width: 40%;
}
body .loaderOverlay {
  display: none;
  background-color: black;
  z-index: 1055;
  position: fixed;
  opacity: 0.5;
}
body #checkInCheckOut {
  margin-top: 15px;
}

.table-responsive #firsttbody {
  max-height: 160px;
}

.table-responsive #firsttbody {
  max-height: 160px;
}

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

.distribution-wrapper {
  color: rgb(102, 102, 102);
}
.distribution-wrapper.content {
  padding: 0px;
}
.distribution-wrapper .font-weight-bold {
  margin-left: 5px;
}
.distribution-wrapper .distribution-link {
  color: rgb(51, 51, 51);
}
.distribution-wrapper .distribution-link:hover {
  color: rgb(51, 51, 51);
}
.distribution-wrapper .distribution-link.activeDistribution {
  color: rgb(57, 181, 74);
}
.distribution-wrapper .distribution-link.activeDistribution:hover {
  color: rgb(57, 181, 74);
}
.distribution-wrapper .pb-10 {
  padding-bottom: 10px;
}
.distribution-wrapper .distribution-table .select2-selection--single:not([class*=bg-]):not([class*=border-]), .distribution-wrapper .distribution-table input#txtSearch.form-control {
  border: none;
  border-bottom: 1px solid rgb(221, 221, 221);
}
.distribution-wrapper .distribution-table .select2-selection--single:not([class*=bg-]):not([class*=border-]):hover, .distribution-wrapper .distribution-table input#txtSearch.form-control:hover {
  border: none;
  border-bottom: 1px solid rgb(221, 221, 221);
}
.distribution-wrapper .distribution-table a.view-link {
  color: rgb(26, 183, 234);
  padding-left: 10px;
}
.distribution-wrapper .distribution-table input:hover, .distribution-wrapper .distribution-table input:focus {
  border-bottom: 1px solid rgb(221, 221, 221) !important;
}
.distribution-wrapper .distribution-table #btnSearch {
  color: rgb(26, 183, 234);
  background: white;
  border: none;
}
.distribution-wrapper .distribution-table #btnSearch .glyphicon.glyphicon-search {
  font-size: 20px;
}
.distribution-wrapper .distributionExport {
  margin-right: 40px;
}
.distribution-wrapper .distributionExport span {
  padding-right: 5px;
}
.distribution-wrapper .distributionExport .btn.btn-success {
  background: white;
  color: rgb(26, 183, 234);
  border: none;
  padding: 7px 5px;
}
.distribution-wrapper .distributionExport .btn.btn-success .icon-file-pdf, .distribution-wrapper .distributionExport .btn.btn-success .icon-file-excel, .distribution-wrapper .distributionExport .btn.btn-success .icon-file-plus {
  font-size: 20px;
}

.recall-vote {
  text-align: center;
  width: 7%;
}
.recall-vote a {
  color: rgb(26, 183, 234);
}

.scroll-table tbody {
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 279px;
}
.scroll-table thead, .scroll-table tbody tr {
  display: table;
  width: 99%;
  table-layout: fixed;
}
.scroll-table thead {
  width: 100%;
}

.caseProcessingTable.distribution-table td {
  padding: 10px 5px;
}
.caseProcessingTable.distribution-table td:first-child, .caseProcessingTable.distribution-table th:first-child {
  padding-left: 50px;
}
.caseProcessingTable td, .caseProcessingTable th {
  padding: 5px;
}
.caseProcessingTable td, .caseProcessingTable th {
  padding: 5px;
}
.caseProcessingTable tbody tr {
  border-bottom: 1px solid rgb(247, 248, 248);
}
.caseProcessingTable thead {
  background-color: rgb(106, 116, 124);
  color: white;
  border-bottom: solid 1px white;
}
.caseProcessingTable .checker span {
  border: 1px solid rgb(211, 211, 211);
  background-color: rgb(247, 248, 248);
  border-radius: 0px;
  margin-left: 5px;
}
.caseProcessingTable .checker span:after {
  top: 0px;
  left: 0px;
}
.caseProcessingTable .checker span.checked {
  background-color: rgb(0, 174, 65);
  color: white;
}
.caseProcessingTable .create {
  height: 467px;
}

.no-records {
  color: rgb(102, 102, 102);
}

.create {
  height: 554px;
}

.modal-dialog.width80 {
  width: 80%;
}
.modal-dialog.width80 .modal-content {
  border-radius: 10px;
}
.modal-dialog.width80 .modal-content .panelno-border {
  border: none;
}
.modal-dialog.width80 .modal-content .close-vote {
  position: absolute;
  top: 20px;
  right: 0;
  color: rgb(26, 183, 234);
  z-index: 99;
  font-size: 15px;
  opacity: 1;
}
.modal-dialog.width80 .modal-content .close-vote span {
  margin: 20px;
}
.modal-dialog.width80 .modal-content .panel {
  box-shadow: none;
  border-bottom: 1px solid rgb(221, 221, 221);
}
.modal-dialog.width80 .modal-content .list-group-vertical {
  border: none;
}
.modal-dialog.width80 .modal-content .list-group {
  border: none;
}
.modal-dialog.width80 .modal-content .pagination > li:first-child > a, .modal-dialog.width80 .modal-content .pagination > li:first-child > span {
  border: none;
}
.modal-dialog.width80 .modal-content .pagination > li:last-child > a, .modal-dialog.width80 .modal-content .pagination > li:last-child > span {
  border: none;
}
.modal-dialog.width80 .modal-content .glyphicon {
  margin: 0 15px;
  font-size: 14px;
}
.modal-dialog.width80 .modal-content .glyphicon.glyphicon-minus {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */
  transform: rotate(90deg);
  margin: 0;
  padding: 7px 0px;
}
.modal-dialog.width80 .modal-content .btn.vote-action-button {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(26, 183, 234);
  color: rgb(26, 183, 234);
  margin-right: 20px;
}
.modal-dialog.width80 .modal-content .btn.vote-action-button:hover, .modal-dialog.width80 .modal-content .btn.vote-action-button:focus {
  background: rgb(26, 183, 234);
  color: rgb(255, 255, 255);
}
.modal-dialog.width80 .modal-content .btn.vote-action-button:hover [class^=icon-], .modal-dialog.width80 .modal-content .btn.vote-action-button:hover [class*=" icon-"], .modal-dialog.width80 .modal-content .btn.vote-action-button:focus [class^=icon-], .modal-dialog.width80 .modal-content .btn.vote-action-button:focus [class*=" icon-"] {
  background: rgb(26, 183, 234);
  color: rgb(255, 255, 255) !important;
}
.modal-dialog.width80 .modal-content .btn.vote-action-button .mr-0 {
  margin-right: 0px;
}
.modal-dialog.width80 .modal-content #votecontentDivResponsive .choice span.checked {
  border-color: rgb(57, 181, 74);
}

#modal_CumulativeVotes .modal-content {
  padding-left: 20px;
}
#modal_CumulativeVotes .modal-content .form-title {
  font-size: 16px;
  font-weight: bold;
  color: rgb(26, 183, 234);
}
#modal_CumulativeVotes .modal-content #cumulativeVotesRecord {
  margin-top: 20px;
  overflow: hidden;
  height: calc(100vh - 317px);
}
#modal_CumulativeVotes .modal-content #cumulativeVotesRecord .panel-body span {
  font-size: 12px;
}
#modal_CumulativeVotes .modal-content #cumulativeVotesRecord .panel-body .font-italic {
  font-size: 14px;
  font-style: italic;
}

#recordDecission #splitViewContent {
  height: calc(100vh - 530px);
}
@media (min-height: 500px) and (min-width: 1200px) {
  #recordDecission #splitViewContent {
    height: calc(100vh - 530px);
  }
}
#recordDecission #splitViewContent .actions {
  margin-bottom: 10px;
}
#recordDecission #splitViewContent .actions a {
  color: rgb(26, 183, 234);
  padding-left: 10px;
  padding-right: 10px;
}
#recordDecission #splitViewContent .actions a:last-child :not(:first-child) {
  padding-right: 0px;
}
#recordDecission #splitViewContent .actions a.border-right {
  border-right: 2px solid rgb(26, 183, 234);
}
#recordDecission #splitViewContent .actions [class^=icon-], #recordDecission #splitViewContent .actions [class*=" icon-"] {
  font-size: 20px;
  color: rgb(26, 183, 234);
}
#recordDecission #splitViewContent .actions #small {
  display: none;
}
#recordDecission #splitViewContent .form-title {
  font-size: 15px;
  color: rgb(26, 183, 234);
  padding-left: 20px;
}
#recordDecission #splitViewContent #clinicalNotes {
  height: calc(100vh - 670px);
}
#recordDecission #splitViewContent #clinicalNotes #clinicalnotes {
  height: calc(100vh - 670px);
  overflow-x: hidden;
  overflow-y: auto;
}
#recordDecission #splitViewContent #clinicalNotes #clinicalnotes .panel-heading {
  padding-left: 20px;
}
#recordDecission #splitViewContent #clinicalNotes #clinicalnotes .panel {
  margin: 10px 10px;
  box-shadow: none;
  background: rgb(249, 249, 249);
}
#recordDecission #splitViewContent #clinicalNotes #clinicalnotes .panel .panel-heading {
  padding-left: 10px;
}
#recordDecission #splitViewContent #cummulativeVotes {
  height: calc(100vh - 640px);
}
#recordDecission #splitViewContent #cummulativeVotes #cumulativeVotesRecord {
  padding: 10px;
  box-sizing: border-box;
  height: calc(100vh - 670px);
  overflow-y: auto;
}
#recordDecission #splitViewContent #cummulativeVotes #cumulativeVotesRecord .panel-heading {
  padding-left: 20px;
}
#recordDecission #splitViewContent #cummulativeVotes #cumulativeVotesRecord .panel {
  margin: 10px 10px;
  box-shadow: none;
  background: rgb(249, 249, 249);
}
#recordDecission #splitViewContent #cummulativeVotes #cumulativeVotesRecord .panel .panel-heading {
  padding-left: 10px;
}
#recordDecission #splitViewContent #VerticalVotingRow {
  height: calc(100vh - 670px);
}
#recordDecission #splitViewContent #VerticalVotingRow .form-title {
  padding-left: 0px;
}
#recordDecission #splitViewContent #HorizonVoting {
  height: calc(100vh - 650px);
}
#recordDecission #splitViewContent #HorizonVoting .form-title {
  padding-left: 0px;
}

#HorizonVoting {
  padding: 10px;
  height: calc(100vh - 135px);
}
#HorizonVoting .row.panel.panel-flat {
  box-shadow: none;
}
#HorizonVoting .form-title {
  padding-left: 0px;
  font-size: 15px;
  color: rgb(26, 183, 234);
}
#HorizonVoting .list-group {
  border: none;
}
#HorizonVoting .panel {
  box-shadow: none;
  border-bottom: 1px solid rgb(221, 221, 221);
}
#HorizonVoting .panel .choice {
  float: none;
}
#HorizonVoting .panel .choice span.checked {
  border-color: rgb(57, 181, 74);
}
#HorizonVoting .panel .checker span {
  color: rgb(57, 181, 74);
}
#HorizonVoting .panel .checker span:after {
  color: rgb(255, 255, 255);
  background: rgb(57, 181, 74);
}
#HorizonVoting .list-group-vertical {
  border: none;
}
#HorizonVoting [class^=icon-], #HorizonVoting [class*=" icon-"] {
  font-size: 20px;
  color: rgb(26, 183, 234);
}
#HorizonVoting #screen-normal {
  display: none;
}
#HorizonVoting .page-item.disabled a {
  color: rgb(221, 221, 221);
  pointer-events: none;
  cursor: not-allowed;
  border: 1px solid rgb(221, 221, 221);
}
#HorizonVoting .page-item.disabled a:hover, #HorizonVoting .page-item.disabled a:active, #HorizonVoting .page-item.disabled a:focus {
  color: rgb(221, 221, 221);
  background: white;
}
#HorizonVoting .page-item a {
  color: rgb(26, 183, 234);
  background: white;
  border: 1px solid rgb(26, 183, 234);
  margin-left: 5px;
  margin-right: 5px;
}
#HorizonVoting .page-item a:hover, #HorizonVoting .page-item a:active, #HorizonVoting .page-item a:focus {
  color: white;
  background: rgb(26, 183, 234);
}
#HorizonVoting #textOverflow {
  display: inline;
}
#HorizonVoting .checker {
  margin-right: 10px;
}
#HorizonVoting .checker span:after {
  color: rgb(57, 181, 74);
  font-size: 18px;
  top: -2px;
  left: -2px;
}

#Zoom {
  box-sizing: border-box;
  padding: 20px;
}
#Zoom .panel.panel-flat {
  box-shadow: none;
}
#Zoom .panel.panel-flat [class^=icon-], #Zoom .panel.panel-flat [class*=" icon-"] {
  font-size: 20px;
  color: rgb(26, 183, 234);
}
#Zoom .form-title {
  padding-left: 0px;
  font-size: 15px;
  color: rgb(26, 183, 234);
}
#Zoom #cummulativeVotes #cumulativeVotesRecord .row {
  margin-left: 0;
  margin-right: 0;
}
#Zoom #cummulativeVotes #cumulativeVotesRecord .panel {
  background: rgb(249, 249, 249);
  box-shadow: none;
}
#Zoom #HorizonVoting {
  height: calc(100vh - 130px);
}
#Zoom .actions {
  margin-bottom: 10px;
}
#Zoom .actions a {
  color: rgb(26, 183, 234);
  padding-left: 10px;
  padding-right: 10px;
}
#Zoom .actions a:last-child {
  padding-right: 0px;
}
#Zoom .actions a.border-right {
  border-right: 2px solid rgb(26, 183, 234);
}
#Zoom .actions [class^=icon-], #Zoom .actions [class*=" icon-"] {
  font-size: 20px;
  color: rgb(26, 183, 234);
}
#Zoom #clinicalnotes, #Zoom #cummulativeVotes {
  overflow-y: auto;
}
#Zoom #clinicalnotes .panel, #Zoom #cummulativeVotes .panel {
  background: rgb(249, 249, 249);
  box-shadow: none;
}
#Zoom #clinicalnotes .row, #Zoom #cummulativeVotes .row {
  margin-left: 0;
  margin-right: 0;
}
#Zoom #clinicalnotes .form-title, #Zoom #cummulativeVotes .form-title {
  margin-bottom: 20px;
}
#Zoom #clinicalNotes .form-title {
  margin-bottom: 20px;
}
#Zoom #oncology-decision-form {
  height: 90%;
}

#clinicalnotes {
  height: calc(100vh - 135px);
}

#cummulativeVotes {
  height: calc(100vh - 135px);
}

#modal_Query .modal-title {
  text-align: center;
}
#modal_Query .close {
  right: 50px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #modal_Vote #modal_Query {
    width: 80%;
    margin: 30px auto;
  }
}
#modal_Vote #modal_Query .modal-dialog {
  width: 97%;
  height: 97%;
  margin: 5px auto;
}
#modal_Vote #modal_Query .modal-title {
  text-align: center;
}
#modal_Vote [class^=icon-], #modal_Vote [class*=" icon-"] {
  font-size: 20px;
  color: rgb(26, 183, 234);
}
#modal_Vote #queryindexConvResponsive {
  height: calc(100vh - 250px);
}
@media (min-height: 590px) and (min-width: 1025px) {
  #modal_Vote #queryindexConvResponsive {
    height: calc(100vh - 250px);
  }
}

#modal_Query .modal-dialog, #modal_QueryConversation .modal-dialog {
  width: 80%;
}
#modal_Query #queryindexConvResponsive .chat-list .reversed .media-content:not([class*=bg-]), #modal_QueryConversation #queryindexConvResponsive .chat-list .reversed .media-content:not([class*=bg-]) {
  background: rgb(26, 183, 234);
  border-color: rgb(26, 183, 234);
}
#modal_Query #queryindexConvResponsive .panel, #modal_QueryConversation #queryindexConvResponsive .panel {
  box-shadow: none;
  border-bottom: 1px solid rgb(221, 221, 221);
}
#modal_Query .blue-color, #modal_QueryConversation .blue-color {
  color: rgb(26, 183, 234);
}

.submited-votes {
  font-size: 15px;
}

#splitViewContent .splitViewSubParentDiv {
  border: none;
}
@media (min-height: 500px) and (min-width: 1200px) {
  #splitViewContent .splitViewSubParentDiv {
    border: none;
  }
}
#splitViewContent .splitViewSubParentDiv .icons-list {
  margin-top: 5px;
  margin-bottom: 5px;
}
#splitViewContent .splitViewSubParentDiv .icons-list [class^=icon-], #splitViewContent .splitViewSubParentDiv .icons-list #splitViewContent .splitViewSubParentDiv .icons-list [class*=" icon-"] {
  font-size: 20px;
  color: #1ab7ea;
}
#splitViewContent .panel.panel-flat {
  margin: 0;
}
#splitViewContent .no-border {
  border: none;
}
#splitViewContent #textOverflow {
  display: inline;
  white-space: normal;
}
#splitViewContent #accordion-styledsplit {
  height: calc(100vh - 318px);
}

.dataTables_wrapper .maximize-queue-button a[class^=icon-] {
  font-size: 20px;
  color: #1ab7ea;
}

#textOverflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.spanerror {
  padding-right: 0px !important;
}

.modal-content {
  height: 100%;
  width: 100%;
}

.modal-content .splitViewContent #footer {
  display: none;
}

.modal-content > .splitViewContent > #Vertical > .splitViewSubParentDiv > #VerticalVoting > .row > .icon-screen-full {
  display: none;
}

#Row {
  height: calc(100% - 62px) !important;
  overflow: auto;
  overflow-x: hidden;
  margin-bottom: 10px;
}

.list-group.list-group-horizontal .list-group-item .checked {
  display: inline-block;
}
.list-group.list-group-horizontal .inline-block {
  display: inline-block;
}

#accordion-styledsplit {
  height: calc(100vh - 318px);
  overflow: hidden;
}

#modal_ClinicalCodingNotes .modal-dialog {
  height: 70%;
}
#modal_ClinicalCodingNotes .modal-dialog .modal-content {
  height: 100%;
}
#modal_ClinicalCodingNotes .modal-dialog .modal-content .modal-body {
  height: 80%;
}
#modal_ClinicalCodingNotes .modal-dialog .modal-content .modal-body .form-group {
  height: 90%;
}
#modal_ClinicalCodingNotes .modal-dialog .modal-content .modal-body .form-group .row {
  height: 100%;
}
#modal_ClinicalCodingNotes .modal-dialog .modal-content .modal-body .form-group .row textarea {
  height: 100%;
}

#modal_QueryConversation .modal-dialog {
  width: 80%;
}
#modal_QueryConversation .modal-header {
  text-align: center;
}
#modal_QueryConversation .modal-header button {
  top: 32%;
  right: 20px;
}
#modal_QueryConversation .modal-body {
  padding-bottom: 0px;
  padding-top: 10px;
  margin: 0px -11px -13px -11px;
}

.query_vote {
  padding-bottom: 0px;
  padding-top: 10px;
  margin: 0px -11px -13px -11px;
}

#queryLink {
  margin-right: 20px;
  padding: 10px;
  color: rgb(98, 202, 240);
  font-size: 16px;
  position: relative;
}
#queryLink .fa {
  font-size: 20px;
  margin-right: 5px;
}

.query-badge {
  background-color: #AA0006;
  z-index: 1;
  position: absolute;
  right: -10px;
  top: 0;
}

div.inline {
  display: inline;
}

#ClinicalNotesDiv {
  height: calc(100vh - 200px);
}
#ClinicalNotesDiv .modal-body {
  height: calc(100vh - 335px);
}
#ClinicalNotesDiv .modal-body .form-group {
  height: 100%;
}
#ClinicalNotesDiv .modal-body .form-group .row {
  height: 100%;
}
#ClinicalNotesDiv .modal-body textarea {
  height: 90%;
}
#ClinicalNotesDiv .float-left {
  float: left;
}
#ClinicalNotesDiv .form-title {
  font-size: 16px;
  font-weight: bold;
  color: rgb(26, 183, 234);
  margin: 20px;
}
#ClinicalNotesDiv .modal-body {
  padding-top: 0;
  margin-left: 10px;
  margin-right: 10px;
}

#completeClinicalSummary .modal-content .panel, #coverFormDiv .modal-content .panel {
  box-shadow: none;
  border-bottom: 1px solid rgb(221, 221, 221);
}
#completeClinicalSummary .maximize-minimaze a, #coverFormDiv .maximize-minimaze a {
  font-size: 24px;
  color: rgb(26, 183, 234);
}
#completeClinicalSummary .panel.panel-flat #splitViewContent, #coverFormDiv .panel.panel-flat #splitViewContent {
  height: calc(100vh - 540px);
}
@media (min-height: 500px) and (min-width: 1200px) {
  #completeClinicalSummary .panel.panel-flat #splitViewContent, #coverFormDiv .panel.panel-flat #splitViewContent {
    height: calc(100vh - 560px);
  }
}
#completeClinicalSummary .panel.panel-flat #splitViewContent .splitViewVertical, #coverFormDiv .panel.panel-flat #splitViewContent .splitViewVertical {
  height: calc(100vh - 560px);
}
@media (min-height: 500px) and (min-width: 1200px) {
  #completeClinicalSummary .panel.panel-flat #splitViewContent .splitViewVertical, #coverFormDiv .panel.panel-flat #splitViewContent .splitViewVertical {
    height: calc(100vh - 560px);
  }
}
#completeClinicalSummary .panel.panel-flat .panel, #coverFormDiv .panel.panel-flat .panel {
  box-shadow: none;
  border-bottom: 1px solid rgb(221, 221, 221);
}
#completeClinicalSummary .panel.panel-flat .panel:last-child, #coverFormDiv .panel.panel-flat .panel:last-child {
  border-bottom: none;
}
#completeClinicalSummary .panel.panel-flat #accordion-styled .panel, #coverFormDiv .panel.panel-flat #accordion-styled .panel {
  box-shadow: none;
  border-bottom: 1px solid rgb(221, 221, 221);
}
@media (min-height: 500px) and (min-width: 1200px) {
  #completeClinicalSummary .panel.panel-flat #accordion-styled, #coverFormDiv .panel.panel-flat #accordion-styled {
    height: calc(100vh - 560px);
    min-height: calc(100vh - 560px);
  }
}
#completeClinicalSummary .panel.panel-flat .list-group-vertical, #coverFormDiv .panel.panel-flat .list-group-vertical {
  border: none;
}
#completeClinicalSummary .panel.panel-flat #VerticalVotingRow, #coverFormDiv .panel.panel-flat #VerticalVotingRow {
  height: calc(100vh - 580px);
}
#completeClinicalSummary .panel.panel-flat #VerticalVotingRow .row, #coverFormDiv .panel.panel-flat #VerticalVotingRow .row {
  margin: 0;
}
#completeClinicalSummary .panel.panel-flat .page-item.disabled a, #coverFormDiv .panel.panel-flat .page-item.disabled a {
  color: rgb(221, 221, 221);
  pointer-events: none;
  cursor: not-allowed;
  border: 1px solid rgb(221, 221, 221);
}
#completeClinicalSummary .panel.panel-flat .page-item.disabled a:hover, #completeClinicalSummary .panel.panel-flat .page-item.disabled a:active, #completeClinicalSummary .panel.panel-flat .page-item.disabled a:focus, #coverFormDiv .panel.panel-flat .page-item.disabled a:hover, #coverFormDiv .panel.panel-flat .page-item.disabled a:active, #coverFormDiv .panel.panel-flat .page-item.disabled a:focus {
  color: rgb(221, 221, 221);
  background: white;
}
#completeClinicalSummary .panel.panel-flat .page-item a, #coverFormDiv .panel.panel-flat .page-item a {
  color: rgb(26, 183, 234);
  background: white;
  border: 1px solid rgb(26, 183, 234);
  margin-left: 5px;
  margin-right: 5px;
}
#completeClinicalSummary .panel.panel-flat .page-item a:hover, #completeClinicalSummary .panel.panel-flat .page-item a:active, #completeClinicalSummary .panel.panel-flat .page-item a:focus, #coverFormDiv .panel.panel-flat .page-item a:hover, #coverFormDiv .panel.panel-flat .page-item a:active, #coverFormDiv .panel.panel-flat .page-item a:focus {
  color: white;
  background: rgb(26, 183, 234);
}
#completeClinicalSummary .list-group, #coverFormDiv .list-group {
  border: none;
}
#completeClinicalSummary .list-group-item, #coverFormDiv .list-group-item {
  vertical-align: middle;
}
#completeClinicalSummary .list-group-item #textOverflow, #coverFormDiv .list-group-item #textOverflow {
  display: inline;
  margin-left: 5px;
}
#completeClinicalSummary .choice, #coverFormDiv .choice {
  float: none;
}
#completeClinicalSummary .choice span.checked, #coverFormDiv .choice span.checked {
  border-color: rgb(57, 181, 74);
}
#completeClinicalSummary .checker span, #coverFormDiv .checker span {
  color: rgb(57, 181, 74);
}
#completeClinicalSummary .checker span:after, #coverFormDiv .checker span:after {
  color: rgb(255, 255, 255);
  background: rgb(57, 181, 74);
}
#completeClinicalSummary #headerCoverForm [class^=icon-], #completeClinicalSummary #headerCoverForm [class*=" icon-"], #coverFormDiv #headerCoverForm [class^=icon-], #coverFormDiv #headerCoverForm [class*=" icon-"] {
  color: rgb(26, 183, 234);
  font-size: 20px;
}

#VerticalVoting .icons-list li a.icon-screen-normal {
  color: rgb(26, 183, 234);
  font-size: 20px;
}

#VerticalVotingRow .page-item.disabled a {
  color: rgb(221, 221, 221);
  pointer-events: none;
  cursor: not-allowed;
  border: 1px solid rgb(221, 221, 221);
}
#VerticalVotingRow .page-item.disabled a:hover, #VerticalVotingRow .page-item.disabled a:active, #VerticalVotingRow .page-item.disabled a:focus {
  color: rgb(221, 221, 221);
  background: white;
}
#VerticalVotingRow .page-item a {
  color: rgb(26, 183, 234);
  background: white;
  border: 1px solid rgb(26, 183, 234);
  margin-left: 5px;
  margin-right: 5px;
}
#VerticalVotingRow .page-item a:hover, #VerticalVotingRow .page-item a:active, #VerticalVotingRow .page-item a:focus {
  color: white;
  background: rgb(26, 183, 234);
}

#ZoomCoverForm #headerCoverForm {
  height: 100%;
}
#ZoomCoverForm #headerCoverForm .panel-body {
  height: 100%;
}
#ZoomCoverForm #headerCoverForm .panel-body #coverFormLayoutQuestion {
  height: 100%;
}

#coverFormContent {
  height: calc(100vh - 550px);
}
#coverFormContent #headerCoverForm {
  height: 100%;
}
#coverFormContent #headerCoverForm .panel-body {
  height: 100%;
}
#coverFormContent #headerCoverForm .panel-body #coverFormLayoutQuestion {
  height: 100%;
}

@media (min-height: 590px) and (min-width: 1025px) {
  #queryindexConvResponsive #queryindexConvResponsivCenter .panel-body ul {
    height: calc(100vh - 545px);
    min-height: calc(100vh - 545px);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #queryindexConvResponsive #queryindexConvResponsivCenter .panel-body ul {
    height: calc(100vh - 575px);
    min-height: calc(100vh - 575px);
  }
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

#modal_SendFileForTranslation #divExpedited .select-simple2, #modal_SendFileForTranslation #divSourceLanguage .select-simple2 {
  border: 1px solid rgb(221, 221, 221);
  padding: 5px 10px;
  outline: none;
  width: 100%;
}
#modal_SendFileForTranslation #divExpedited .select-simple2 option, #modal_SendFileForTranslation #divSourceLanguage .select-simple2 option {
  outline: none;
  padding: 5px;
}
#modal_SendFileForTranslation #divTranslationDescription input {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid rgb(221, 221, 221);
  margin-top: 2px;
}
#modal_SendFileForTranslation #SubmitTranslation {
  margin-right: 10px;
}

#splitViewContent #modal_SubjectCases #textOverflow {
  display: inline-block;
  white-space: normal;
}

#modal_SubjectCases .modal-dialog {
  width: 80%;
}

#idPanelMeeting #Vertical #VerticalDicomRow {
  height: calc(100vh - 265px);
}
#idPanelMeeting #Vertical #VerticalDicomRow #VerticalDicomViewer div #content .panel-flat {
  height: calc(100vh - 290px);
}
#idPanelMeeting #Vertical #VerticalPDFRow #VerticalpdfViewer #pdfverticalDiv {
  height: calc(100vh - 285px);
}

#divDisableEventInitiation, #divIsManualEnabled, #divInactive, #divIsSensitive, #divEnableSponsorContributor,
#divEnableSponsorReview, #divHasMultipleValues, #divIsInteractiveDataReview, #divSSOESign, #divIsMultilineID {
  margin-top: 37px;
}
#divDisableEventInitiation .regular-checkbox, #divIsManualEnabled .regular-checkbox, #divInactive .regular-checkbox, #divIsSensitive .regular-checkbox, #divEnableSponsorContributor .regular-checkbox,
#divEnableSponsorReview .regular-checkbox, #divHasMultipleValues .regular-checkbox, #divIsInteractiveDataReview .regular-checkbox, #divSSOESign .regular-checkbox, #divIsMultilineID .regular-checkbox {
  -webkit-appearance: none;
  background-color: rgb(242, 242, 242);
  border: 1px solid rgb(215, 215, 215);
  padding: 8px !important;
  border-radius: 0px;
  display: inline-block;
  position: relative;
  top: 4px;
}
#divDisableEventInitiation .regular-checkbox:focus, #divDisableEventInitiation .regular-checkbox:hover, #divIsManualEnabled .regular-checkbox:focus, #divIsManualEnabled .regular-checkbox:hover, #divInactive .regular-checkbox:focus, #divInactive .regular-checkbox:hover, #divIsSensitive .regular-checkbox:focus, #divIsSensitive .regular-checkbox:hover, #divEnableSponsorContributor .regular-checkbox:focus, #divEnableSponsorContributor .regular-checkbox:hover,
#divEnableSponsorReview .regular-checkbox:focus,
#divEnableSponsorReview .regular-checkbox:hover, #divHasMultipleValues .regular-checkbox:focus, #divHasMultipleValues .regular-checkbox:hover, #divIsInteractiveDataReview .regular-checkbox:focus, #divIsInteractiveDataReview .regular-checkbox:hover, #divSSOESign .regular-checkbox:focus, #divSSOESign .regular-checkbox:hover, #divIsMultilineID .regular-checkbox:focus, #divIsMultilineID .regular-checkbox:hover {
  border: 1px solid rgb(215, 215, 215);
}
#divDisableEventInitiation .regular-checkbox:checked, #divIsManualEnabled .regular-checkbox:checked, #divInactive .regular-checkbox:checked, #divIsSensitive .regular-checkbox:checked, #divEnableSponsorContributor .regular-checkbox:checked,
#divEnableSponsorReview .regular-checkbox:checked, #divHasMultipleValues .regular-checkbox:checked, #divIsInteractiveDataReview .regular-checkbox:checked, #divSSOESign .regular-checkbox:checked, #divIsMultilineID .regular-checkbox:checked {
  background-color: rgb(57, 181, 74);
  border: 1px solid rgb(215, 215, 215);
  color: white;
  border-radius: 0px;
}
#divDisableEventInitiation .regular-checkbox:checked:focus, #divDisableEventInitiation .regular-checkbox:checked:hover, #divIsManualEnabled .regular-checkbox:checked:focus, #divIsManualEnabled .regular-checkbox:checked:hover, #divInactive .regular-checkbox:checked:focus, #divInactive .regular-checkbox:checked:hover, #divIsSensitive .regular-checkbox:checked:focus, #divIsSensitive .regular-checkbox:checked:hover, #divEnableSponsorContributor .regular-checkbox:checked:focus, #divEnableSponsorContributor .regular-checkbox:checked:hover,
#divEnableSponsorReview .regular-checkbox:checked:focus,
#divEnableSponsorReview .regular-checkbox:checked:hover, #divHasMultipleValues .regular-checkbox:checked:focus, #divHasMultipleValues .regular-checkbox:checked:hover, #divIsInteractiveDataReview .regular-checkbox:checked:focus, #divIsInteractiveDataReview .regular-checkbox:checked:hover, #divSSOESign .regular-checkbox:checked:focus, #divSSOESign .regular-checkbox:checked:hover, #divIsMultilineID .regular-checkbox:checked:focus, #divIsMultilineID .regular-checkbox:checked:hover {
  border: 1px solid rgb(215, 215, 215);
}
#divDisableEventInitiation .regular-checkbox:checked:after, #divIsManualEnabled .regular-checkbox:checked:after, #divInactive .regular-checkbox:checked:after, #divIsSensitive .regular-checkbox:checked:after, #divEnableSponsorContributor .regular-checkbox:checked:after,
#divEnableSponsorReview .regular-checkbox:checked:after, #divHasMultipleValues .regular-checkbox:checked:after, #divIsInteractiveDataReview .regular-checkbox:checked:after, #divSSOESign .regular-checkbox:checked:after, #divIsMultilineID .regular-checkbox:checked:after {
  content: "✔";
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  top: 0px;
  left: 3px;
  color: white;
  border-radius: 0px;
}
#divDisableEventInitiation .checker span, #divIsManualEnabled .checker span, #divInactive .checker span, #divIsSensitive .checker span, #divEnableSponsorContributor .checker span,
#divEnableSponsorReview .checker span, #divHasMultipleValues .checker span, #divIsInteractiveDataReview .checker span, #divSSOESign .checker span, #divIsMultilineID .checker span {
  border: 1px solid rgb(211, 211, 211);
  background-color: rgb(247, 248, 248);
  border-radius: 0px;
  margin-left: 5px;
}
#divDisableEventInitiation .checker span:after, #divIsManualEnabled .checker span:after, #divInactive .checker span:after, #divIsSensitive .checker span:after, #divEnableSponsorContributor .checker span:after,
#divEnableSponsorReview .checker span:after, #divHasMultipleValues .checker span:after, #divIsInteractiveDataReview .checker span:after, #divSSOESign .checker span:after, #divIsMultilineID .checker span:after {
  top: 0px;
  left: 0px;
}
#divDisableEventInitiation .checker span.checked, #divIsManualEnabled .checker span.checked, #divInactive .checker span.checked, #divIsSensitive .checker span.checked, #divEnableSponsorContributor .checker span.checked,
#divEnableSponsorReview .checker span.checked, #divHasMultipleValues .checker span.checked, #divIsInteractiveDataReview .checker span.checked, #divSSOESign .checker span.checked, #divIsMultilineID .checker span.checked {
  background-color: rgb(0, 174, 65);
  color: white;
}
#divDisableEventInitiation label, #divIsManualEnabled label, #divInactive label, #divIsSensitive label, #divEnableSponsorContributor label,
#divEnableSponsorReview label, #divHasMultipleValues label, #divIsInteractiveDataReview label, #divSSOESign label, #divIsMultilineID label {
  margin-left: 5px;
}

a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.75;
}

.section-list-wrapper .p-0 {
  padding: 0;
}
.section-list-wrapper #contentResponsive {
  height: calc(100vh - 268px);
}
.section-list-wrapper #contentResponsive .panel.panel-flat.height98 {
  height: 98%;
}
.section-list-wrapper #contentResponsive .panel.panel-flat.height98 #contentdiv {
  height: 100%;
}
.section-list-wrapper #contentResponsive .btn-link .icon-plus2 {
  margin-left: 10px;
}
.section-list-wrapper #contentResponsive .height100 {
  height: 100%;
}
.section-list-wrapper #contentResponsive .dataTables_wrapper {
  margin-top: 10px;
}
.section-list-wrapper #contentResponsive .dataTables_wrapper .sectin-links a {
  margin-left: 10px;
}
.section-list-wrapper #contentResponsive .dataTables_wrapper .text-elipsis {
  text-overflow: ellipsis;
  overflow: hidden;
}
.section-list-wrapper #contentResponsive .dataTables_wrapper #tableBordered tbody {
  max-height: 100%;
}

#addEditSectionName .modal-body .content {
  padding-bottom: 15px;
}
#addEditSectionName .modal-body .content .btn-success {
  margin-top: 20px;
}

#addSectionAttribute .modal-dialog {
  width: 80%;
}
#addSectionAttribute .content {
  padding: 15px;
}
#addSectionAttribute .content .btn-success {
  margin-top: 20px;
}

.visit-wrapper .section-btn.btn-outline-primary {
  border-color: rgba(0, 0, 0, 0.1);
  margin: 0;
  border-collapse: collapse;
  padding: 4px 6px;
  margin-bottom: 7px;
}
.visit-wrapper .section-btn.btn-outline-primary:first-of-type {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.visit-wrapper .section-btn.btn-outline-primary:last-of-type {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.visit-wrapper .section-btn.btn-outline-primary.active {
  background: rgb(57, 181, 74);
  color: white;
}
.visit-wrapper .section-btn.btn-outline-primary .section-name {
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.visit-wrapper .label-section-button {
  padding-top: 0px;
  padding-right: 0;
}
.visit-wrapper .label-section-button:hover, .visit-wrapper .label-section-button:active, .visit-wrapper .label-section-button:focus {
  box-shadow: none;
  cursor: default;
}
.visit-wrapper #section-details {
  margin-top: 10px;
}
.visit-wrapper #section-details .width-30px {
  width: 30px;
}
.visit-wrapper #section-details .width-60px {
  width: 60px;
}
.visit-wrapper #section-details .width-90px {
  width: 90px;
}
.visit-wrapper #section-details .width-99 {
  width: 99%;
}
.visit-wrapper #section-details .width-100 {
  width: 100%;
}
.visit-wrapper #section-details .event-details-list #tbVisit tr td:last-child {
  width: auto;
}
.visit-wrapper #section-details .event-details-list #tbVisit tr th:last-child {
  width: auto;
}
.visit-wrapper #section-details .event-details-list #tbVisit tbody {
  max-height: 155px;
}
.visit-wrapper #section-details #cboSearchDiv {
  padding: 0 2px 2px 0;
  margin: 0;
}
.visit-wrapper #section-details #ExportAsPdfDiv {
  padding-right: 0;
}
.visit-wrapper .actions [class^=icon-], .visit-wrapper .actions [class*=" icon-"] {
  font-size: 20px;
  color: rgb(26, 183, 234);
}

.distribution-section-container .distribution-visit-list #tbVisit tbody {
  max-height: 224px;
}

.distribution-section-wrapper .actions [class^=icon-], .distribution-section-wrapper .actions [class*=" icon-"] {
  font-size: 20px;
  color: rgb(26, 183, 234);
}

.distribution-wrapper #cboSearchDiv {
  padding: 0 2px 2px 0;
  margin: 0;
}

#Zoom2 .event-details-list #tbVisit.scroll-table tbody, #Zoom2 .distribution-visit-list #tbVisit.scroll-table tbody, #ZoomDistribSection .event-details-list #tbVisit.scroll-table tbody, #ZoomSection .event-details-list #tbVisit.scroll-table tbody, #ZoomDistribSection .distribution-visit-list #tbVisit.scroll-table tbody, #ZoomSection .distribution-visit-list #tbVisit.scroll-table tbody {
    max-height: 750px;
}
#Zoom2 #oncology-decision-form, #ZoomDistribSection #ZoomSection #oncology-decision-form {
    height: 90%;
}

.member-button-wrapper {
  padding: 10px 0px;
  margin: 0px 0px;
}
.member-button-wrapper .distribution-type {
  padding: 10px;
}
.member-button-wrapper .distribution-type .distribution-link {
  color: rgb(51, 51, 51);
}
.member-button-wrapper .distribution-type .distribution-link:hover {
  color: rgb(51, 51, 51);
}
.member-button-wrapper .distribution-type .distribution-link.activeDistribution {
  color: rgb(57, 181, 74);
}
.member-button-wrapper .distribution-type .distribution-link.activeDistribution:hover {
  color: rgb(57, 181, 74);
}

.section-buttons-wrapper .member-section-btn.btn-outline-primary {
  border-color: rgba(0, 0, 0, 0.1);
  margin: 0;
  border-collapse: collapse;
  padding: 4px 6px;
  margin-bottom: 7px;
}
.section-buttons-wrapper .member-section-btn.btn-outline-primary:first-of-type {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.section-buttons-wrapper .member-section-btn.btn-outline-primary:last-of-type {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.section-buttons-wrapper .member-section-btn.btn-outline-primary.active {
  background: rgb(57, 181, 74);
  color: white;
}
.section-buttons-wrapper .member-section-btn.btn-outline-primary .section-name {
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section-buttons-wrapper .label-section-button {
  padding-top: 0px;
  padding-right: 0;
}
.section-buttons-wrapper .label-section-button:hover, .section-buttons-wrapper .label-section-button:active, .section-buttons-wrapper .label-section-button:focus {
  box-shadow: none;
  cursor: default;
}

#addVisit .modal-dialog {
  width: 55%;
}

#member-table {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#member-table tbody {
  min-height: 200px;
  font-size: 20px;
}
#member-table tbody .no-records-row {
  min-height: 100px;
  border: 0px;
}
#member-table tbody .checked-out-span {
  font-size: 11px;
  margin: 5px 0px 5px 10px;
}

.pickTimeElementWrap {
  position: absolute;
  top: 100%;
  z-index: 99;
  box-sizing: border-box;
  background: white;
  padding: 15px;
  box-shadow: rgb(158, 158, 158) 10px 10px 5px 0px;
  width: 100%;
  display: none;
  border: 1px solid rgb(221, 221, 221);
  border-top: none;
}
.pickTimeElementWrap .select2-container {
  margin-top: 10px;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.visit-details {
  max-height: 200px;
  overflow: hidden;
}

.onco-voting #accordion-styled {
  min-height: 100% !important;
  height: 100% !important;
}
@media (min-height: 500px) and (min-width: 1200px) {
  .onco-voting #accordion-styled {
    min-height: 100% !important;
    height: 100% !important;
  }
}

.visit-voting-footer .voting-pagination {
  line-height: 37px;
  font-size: 1.1em;
  text-align: right;
}
.visit-voting-footer .voting-pagination a {
  color: rgb(98, 202, 240);
  margin: 0 15px;
  border-radius: 25px;
  border: 1px solid rgb(98, 202, 240);
  padding: 5px 15px;
}
.visit-voting-footer .voting-pagination a.last-of-type {
  margin-right: 0;
}

.oncology-filter {
  display: none;
  text-align: left;
  padding: 10px;
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 0px;
}
.oncology-filter .row {
  margin-top: 10px;
}
.oncology-filter .row .col-md-3 {
  padding-right: 0;
}
.oncology-filter .row .col-md-9 select {
  width: 100%;
}

.no-records-form {
  margin-top: 60px;
}

#oncology-decision-form {
  height: 50%;
}
#oncology-decision-form #votingQuestions {
  height: 100%;
}
#oncology-decision-form .oncology-filter {
  width: 97%;
}
#oncology-decision-form .oncology-filter .col-md-9 {
  padding-left: 0;
}

#modal_clinicalSummary .splitViewVertical {
  height: 100%;
}
@media (min-height: 500px) and (min-width: 1200px) {
  #modal_clinicalSummary .splitViewVertical {
    height: 100%;
  }
}
#modal_clinicalSummary .title {
  font-size: 1.2em;
  padding-left: 5px;
  margin-bottom: 10px;
  margin-top: -15px;
  color: rgb(26, 183, 234);
}

.btn-success.filter-decision {
  background: none;
  color: rgb(26, 183, 234);
}
.btn-success.filter-decision:hover {
  background: none;
}

#Zoom #decisionContent #splitViewContent {
  height: calc(100vh - 75px);
}
#Zoom #decisionContent #splitViewContent #HorizonVoting {
  height: calc(100vh - 150px);
}
#Zoom #decisionContent #splitViewContent #cummulativeVotes {
  height: calc(100vh - 150px);
}
#Zoom #decisionContent #splitViewContent #clinicalNotes {
  height: calc(100vh - 200px);
}
#Zoom #decisionContent #splitViewContent #VerticalVotingRow {
  height: calc(100vh - 150px);
}
#Zoom #decisionContent #splitViewContent #cumulativeVotesRecord {
  height: calc(100vh - 200px);
}

#divVotingLoader {
  background: white;
  z-index: 1999;
  bottom: 0;
  right: 10px;
  position: fixed;
  display: none;
  opacity: 0.0001;
}

.remove-event {
  padding-top: 10px;
}

.btn-wrapper {
  padding: 40px 20px;
}

.edit-permission-btn {
  float: right;
}

#extractPermission .panel {
  margin: 10px;
}
#extractPermission .extract-permission-table {
  height: calc(100vh - 180px);
}
#extractPermission .extract-permission-table tbody {
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: calc(100vh - 240px);
  width: 100%;
}
#extractPermission .extract-permission-table thead {
  display: table;
  width: calc(100% - 17px);
  table-layout: fixed;
}
#extractPermission .extract-permission-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#extractPermission .extract-permission-table th, #extractPermission .extract-permission-table td {
  padding: 5px 10px;
  border: 1px solid rgb(211, 211, 211);
}

#upsertVendorDetails .content {
  padding: 0px 10px 10px 10px;
}
#upsertVendorDetails .btn {
  margin-top: 10px;
}

.form-message {
  padding: 5px;
  font-size: 14px;
  margin-left: 15px;
  color: red;
}

.otherInput {
  margin-left: 5px;
  display: inline-block;
}
.otherInput .partial-date-group {
  display: inline-flex;
}
.otherInput .partial-date-group .input-group-addon {
  display: inline-block;
}
.otherInput .partial-date-group input {
  display: inline-block;
}
.otherInput input:not(.answerDateTimeInput):not(.answerDateInput) {
  min-width: 122px;
}

.matrix-other {
  padding: 8px 0px;
}

.matrix-other-group {
  display: inline-flex;
  white-space: nowrap;
}

.control-with-other {
  display: inline-block;
}

.answerDateTimeInput {
  min-width: 172px;
}

.answerDateInput {
  min-width: 122px;
}

.static-text-input {
  min-width: 122px;
}

.other-input-control {
  display: inline-block;
}

#modal_Vote {
  margin-right: -15px;
}
#modal_Vote .modal-dialog {
  overflow-y: hidden;
}

.collapse-label {
  padding: 0px 5px;
}

.dropdown-actions .dropdown-menu {
  z-index: 1052;
}

#modal_OverrideAdjudicationRule .modal-dialog {
  min-width: 1000px;
}
#modal_OverrideAdjudicationRule .case-processing-table.override-adjudication-table td {
  padding: 10px 5px;
}
#modal_OverrideAdjudicationRule .case-processing-table td, #modal_OverrideAdjudicationRule .case-processing-table th {
  padding: 5px;
  word-break: break-word;
  word-wrap: break-word;
}
#modal_OverrideAdjudicationRule .no-members {
  min-height: 300px;
}

@media print {
  .background-header {
    background-color: rgb(168, 168, 168) !important;
    text-align: center;
  }
  .member-comments {
    margin-bottom: 50px !important;
  }
}
.background-header {
  margin-top: 30px;
}

.border-bottom-ligth:not(:last-child) {
  border-bottom: 1px solid rgb(233, 233, 233);
  border-radius: 0px;
}

.border-top-thick {
  border-top: 2px solid;
  border-radius: 0px;
}

.underline {
  text-decoration: underline;
}

.member-comments {
  font-size: 14px;
  font-style: italic;
}

.warning-message {
  margin-left: 10px;
  padding: 3px;
  color: red;
}

.inactive-event td:not(:last-child) {
  text-decoration: line-through;
}

.inactive-visit td:not(.addEditVisit) {
  text-decoration: line-through;
}

select.multiselect-select-all-filtering, select.multiselect-select-all {
  display: none;
}

.filter-btn.btn-outline-primary {
  border-color: rgba(0, 0, 0, 0.1);
  margin: 0;
  border-collapse: collapse;
  padding: 4px 6px;
  margin-bottom: 7px;
}
.filter-btn.btn-outline-primary:first-of-type {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.filter-btn.btn-outline-primary:last-of-type {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.filter-btn.btn-outline-primary.active {
  background: rgb(57, 181, 74);
  color: white;
}
.filter-btn.btn-outline-primary .section-name {
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
}

#fullScreenModal .event-details-list tbody.event-details-body td#textOverflow {
  white-space: normal !important;
  vertical-align: top;
}

#idPanelMeeting {
  padding: 0 10px 10px 10px;
}
#idPanelMeeting #Vertical > #VerticalDicomRow > #VerticalDicomViewer > div > #content > .panel-flat > #dicomPanel-body {
  height: calc(100vh - 295px);
}

#modal_PreviewDocument #tabContent {
  height: calc(100vh - 295px) !important;
}

div#divLayoutPartialViewer {
  position: absolute;
  overflow-y: auto;
  width: calc(100% - 199.3px);
}

.dataTables_wrapper table.table-dashboard {
  border: none;
  border-top: none;
}
.dataTables_wrapper table.table-dashboard thead {
  border-top: solid 1px rgb(211, 211, 211);
}
.dataTables_wrapper #table-bordered.table-bordered {
  border: none;
  border-top: none;
}
.dataTables_wrapper #table-bordered.table-bordered thead {
  border-top: solid 1px rgb(211, 211, 211);
}
.dataTables_wrapper #table-bordered.table-bordered tbody {
  overflow-y: scroll;
}

#contentDivResponsive .dataTables_wrapper #dataTableDiv .table-bordered {
  border: none;
  border-top: none;
}
#contentDivResponsive .dataTables_wrapper #dataTableDiv .table-bordered thead {
  border-top: solid 1px rgb(211, 211, 211);
}
#contentDivResponsive .dataTables_wrapper #dataTableDiv .table-bordered tbody {
  overflow-y: scroll;
}

#dicomPanel-body {
  line-height: 1.5384616;
  height: 100%;
}
#dicomPanel-body .hidden {
  display: none;
}
#dicomPanel-body .btn-default {
  color: rgb(241, 241, 241);
  background-color: rgb(98, 202, 240);
  border-color: rgb(98, 202, 240);
}
#dicomPanel-body .btn-default.focus, #dicomPanel-body .btn-default:focus, #dicomPanel-body .btn-default:hover, #dicomPanel-body .btn-default:active {
  color: rgb(98, 202, 240);
  background-color: rgb(241, 241, 241);
  border-color: rgb(241, 241, 241);
}
#dicomPanel-body .viewport {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
}
#dicomPanel-body .overlay {
  position: absolute;
  color: #e4ad00;
}
#dicomPanel-body .myNav {
  margin: 0;
  border: 0;
}
#dicomPanel-body .viewportWrapper {
  box-sizing: border-box;
  border: 2px solid #777;
}
#dicomPanel-body .csthumbnail {
  color: white;
  background-color: black;
  width: 100px;
  height: 100px;
  border: 0px;
  padding: 0px;
}
#dicomPanel-body .viewer {
  float: left;
  box-sizing: border-box;
}
#dicomPanel-body .thumbnailSelector {
  width: 122px;
  float: left;
  margin-left: 0px;
  height: 100%;
}
#dicomPanel-body #wrap {
  height: 100%;
}
#dicomPanel-body .studyContainer {
  margin-top: 2px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}
#dicomPanel-body .thumbnails {
  margin: 0px;
  margin-bottom: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#dicomPanel-body .table {
  border-collapse: collapse;
}
#dicomPanel-body .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #202020;
}
#dicomPanel-body .studyRow {
  margin-left: 0px;
  margin-right: 0px;
  height: 100%;
}
#dicomPanel-body a.list-group-item {
  background-color: black;
  padding: 2px;
  border: 1px solid #424242;
  z-index: 5;
}
#dicomPanel-body a.list-group-item.active, #dicomPanel-body a.list-group-item.active:hover, #dicomPanel-body a.list-group-item.active:focus {
  background-color: #424242;
  border-color: #4e4e4e;
}
#dicomPanel-body .list-group {
  padding: 0px;
}
#dicomPanel-body .nav-tabs {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
#dicomPanel-body .nav-tabs > li > a:hover {
  color: #ffffff;
}

.member-wrap {
  word-break: break-all;
  word-wrap: break-word;
}

/* custom scrollbar */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(211, 211, 211);
  border: 1px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(247, 248, 248);
}

#splitViewContent #accordion-styledsplit {
  overflow-y: auto;
}

#accordion-styledsplit {
  overflow-y: auto;
}

#VerticalInteractiveDataReviewViewer #Supplemental {
  margin-top: 28px;
  margin-right: 40px;
}
#VerticalInteractiveDataReviewViewer ul.multiselect-container {
  background: white;
}
#VerticalInteractiveDataReviewViewer .icons-list li a.icon-screen-normal, #VerticalInteractiveDataReviewViewer .icons-list li a.icon-screen-full {
  color: rgb(26, 183, 234);
  font-size: 20px;
}

.IDR-case-screen {
  margin-bottom: 15px;
}
.IDR-case-screen .readonly-field-group {
  margin-left: 10px;
}
.IDR-case-screen a {
  color: #1ab7ea;
  font-size: 15px;
}
.IDR-case-screen a i {
  font-size: 16px;
}

.version-history-table {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: scroll;
}
.version-history-table i {
  position: static;
}
.version-history-table table {
  width: 100%;
  min-width: 100px;
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.version-history-table th::after,
.version-history-table th::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.version-history-table th::before {
  top: 0px;
  border-top: 1px solid rgb(211, 211, 211);
  margin-top: 0px;
}
.version-history-table th::after {
  bottom: 0px;
  border-bottom: 1px solid rgb(211, 211, 211);
}
.version-history-table th, .version-history-table td {
  padding: 5px 5px 5px 10px;
  color: black;
  vertical-align: top;
  text-align: left;
}
.version-history-table thead th {
  background: white;
  color: black;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding: 5px 5px 5px 10px;
  vertical-align: middle;
  font-size: 13px;
  z-index: 34;
}
.version-history-table thead th a {
  color: black;
}
.version-history-table th.sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  vertical-align: middle;
  min-width: 60px;
}
.version-history-table thead th.sticky {
  z-index: 5;
}
.version-history-table td {
  vertical-align: middle;
  border: 1px solid rgb(211, 211, 211);
}
.version-history-table td a {
  color: rgb(98, 202, 240);
  text-decoration: underline;
  font-style: italic;
}
.version-history-table th {
  border-right: 1px solid rgb(211, 211, 211);
  border-left: 1px solid rgb(211, 211, 211);
}
.version-history-table tbody tr:first-child td {
  border-top: 0px;
}

#dicomViewerWrapper {
  height: 100%;
  background-color: white;
}
#dicomViewerWrapper #icon-dicom-screen-normal, #dicomViewerWrapper #icon-dicom-screen-full {
  color: rgb(98, 202, 240);
}
#dicomViewerWrapper .closeDicom {
  color: rgb(98, 202, 240);
  background-color: transparent;
  opacity: 1;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1;
  margin-left: 5px;
}

.login-announcement {
  color: indianred;
  display: inline-flex;
}

textarea {
  resize: vertical;
}
