@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


body {
    color: white;
    background-color: #060606;
    overflow: auto;
    font-size: 12px;
    padding-right: 0 !important;
 	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;   
 	height:100%;
}

footer {
    position: relative;
    height: 30px;
    bottom: 0;
    width: 100%;
    background-color: #ccc;
}

footer .content{
	padding: 5px 10px 5px 10px;
}

.btn-group-lg>.btn, .btn-lg {
    line-height: 0.5;
}
table {
    font-size: 14px;
}

.btn-primary[disabled] {
	background-color: #aaa !important;
	color: #000;
}

/* bootstrap override */
@media (min-width: 768px) {
    .navbar-right {
        margin-right: 0px;
    }
}
.navbar-right {
    margin-top: 5px;
    margin-right: 0px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #538cd5;
}

.navbar-inverse .navbar-nav > li > a:focus {
    color: #538cd5;
}
.link-color{
	color: #fff;
}

a:hover{
	color: #538cd5;
}

a.disabled, a.disabled:hover, a.disabled:active, a.disabled:visited{
	color: grey;
	text-decoration: none;
	cursor: default;
}

@media (min-width: 768px) {
    #page-wrapper {
        margin: 0 0 0 0px;
        color: white;
        background-color: #060606;
        border-left: none;
    }
}
#page-wrapper {
    margin: 0 0 0 0px;
    color: white;
    background-color: #060606;
    border-left: none;
}

.btn {
    padding: 7px 4px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.12857143;
}

.btn-primary {
    background-color: #538cd5;
}

.btn-secondary:hover {
    color: #538cd5;
}

.page-header {
    padding-bottom: 0px;
    margin: 10px 0 10px;
    border-bottom: none;
    color: #538cd5;
}

.h3, h3 {
    font-size: 20px;
}

.fa {
    font-size: 15px;
}

.dropdown,.dropdown-menu {
    font-size: 14px;
}

table th {
    width: auto !important;
}

table.table-bordered{
    border:1px solid #538cd5;
    margin-top:20px;
}
table.table-bordered > thead > tr > th{
    border:1px solid rgb(83, 140, 213);
    color: #538cd5;
    font-weight: bold;
}
table.table-bordered > tbody > tr > td{
    border:1px solid rgb(83, 140, 213);
}

table.table-cell > tbody > tr > td{
	color: #FFFFFF;
}

/*table tbody tr:nth-child(even) {
    background-color: #888888;
    add font color if required
}*/

/* sb admin override */
#wrapper {
    color: #888888;
    background-color: #272B30; /*#060606;*/
}

.footerwrap{
	bottom:0;
	position:absolute;
}
.logofont {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 24px;
}

.loginlogofont {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 56px;
}

.btn-class{
	background-color: #337ab7;
	border: none;
	width:50px
}

.btnNew{
    width: 5em !important;
}


.btn-action{
	width: 90px;
}

.ctn:hover{
	color:red;
}

.tooltip.in {
  opacity: 1!important;
  filter:alpha(opacity=100);
}

/* study list css start */
.priority-legend {
    font: inherit;
    font-size: 14px;
    border-collapse: collapse;
    border: 3px ridge #423c3c;
}

.priority-legend .vl {
  border-left: 3px ridge #423c3c;
  height: 40px;
  position: absolute;
  margin: 2px 0;
  top: 0;
  display: inline-block;
}

.priority-legend .triage-indicator {
	margin-left: 8px; 
	margin-right: 2px; 
	vertical-align: top; 
	display: inline-block;
}

/* study list css end */

.clear {
    clear: both;
}

.noselect {
    user-select: none;
}

.column {
    float: left;
    width: 30%;
    position: relative;
}

.greeniconcolor {color:green; }
.rediconcolor {color:red; }
.smvbluecolor { color: #538cd5; }
.greyiconcolor { color: #574e4e; }
.orangeiconcolor {color:orange; }
.whitecolor { color: white; }
.pinkiconcolor {color:pink; }
.yellowiconcolor{color : yellow; }

.error {
    color: #ff0000;

}

.clearfix {
    position: relative;
}

.circle {
	border-radius: 50%;
	width: 15px;
	height: 15px;
    margin-top: 2px;
}

.yellow-outline{
	background-color: green;
	border : 2px solid yellow;
}


.circle2 {
    border-radius: 50%;
    border-right-color: yellow;
    border-top-color: green;
    border-bottom-color: yellow;
    border-left-color: green;
    border-width: 7px;
    border-style: solid;
    height: 15px;
    width: 15px;
    margin-top: 2px;
}

.circle3 {
    border-radius: 50%;
    border-right-color: green;
    border-top-color: red;
    border-bottom-color: green;
    border-left-color: red;
    border-width: 7px;
    border-style: solid;
    height: 15px;
    width: 15px;
    margin-top: 2px;
}


.triangle-up {
	width: 15px;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 15px solid;
}

.row {
    margin:0;
}

.hidden {display: none;}


.flex-grow {
    flex-grow: 1;
}

.flex-h {
    display: flex;
    flex-direction: row;
}
.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

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

.p-b-1 {
    padding-bottom: 0.7rem !important;
}

.p-x-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.rp-x-1 {
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
}

.p-x-2 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.p-x-2p {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.p-x-1p {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.p-l-0 {
    padding-left: 0px;
}

.p-r-0 {
    padding-right: 0px;
}

.p-t-1 {
    padding-top: 1rem !important;
}

.p-t-2 {
    padding-top: 2rem !important;
}

.p-r-1 {
    padding-right: 1rem !important;
}

.m-x-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.m-t-1 {
    margin-top: 1rem !important;
}

.m-t-1-1 {
    
}


.m-y-1 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.m-t-2 {
    margin-top: 2rem !important;
}

.m-b-1 {
    margin-bottom: 1rem !important;
}

.m-b-2 {
    margin-bottom: 1.5rem !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-r-1 {
    margin-right: 1rem !important;
}

.m-l-2 {
    margin-left: 2rem !important;
}

.select2-selection__rendered {
  line-height: 34px !important;
}

.select2-selection {
  height: 34px !important;
}
.select2-results__option {
    color: black !important;
    overflow-x:hidden;
}

.annotation-color{
	padding: 2px 20px;
}

#feedback-modal .modal-dialog{
    overflow-y: initial !important
}

#feedback-modal .modal-body{
    max-height: calc(100vh - 50px);
    overflow-y: auto;
}

#uploadModal .modal-dialog{
    overflow-y: initial !important
}

#uploadModal .modal-body{
    max-height: calc(100vh - 50px);
    overflow-y: auto;
}


#dragDropModal .modal-dialog{
    overflow-y: initial !important
}

#dragDropModal .modal-body{
    max-height: calc(100vh - 50px);
    overflow-y: auto;
}

.comment-timeline{
	text-align:right; 
	font-size: 12px;
	color: #538cd5;
}

.header {
	border-bottom: 1px solid #538cd5;
}


.col-center{
    margin:0 auto;
}

.date-control {
	width: auto;
}
.fa-blink {
	animation: fa-blink 2s steps(5, start) infinite;
	-webkit-animation: fa-blink 1s steps(5, start) infinite;
}

@keyframes fa-blink {
	to { visibility: hidden; }
}

@-webkit-keyframes blink {
	to { visibility: hidden; }
}

.popover {
	width: 200px !important;
    max-width:200px !important;
    min-width: 200px ! important;
	background-color: #16202b;
	border-color: grey;
	font-size: 12px;
}

.popover.bottom>.arrow:after {
	border-bottom-color: #16202b;
}

.popover-content {
	background-color: #16202b;
	height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}

.popover-title {
    font-size: 13px;
    border-bottom: 1px solid grey;
    background-color: #16202b;
    
}
   
.tg td {
	border: 1px solid white;
	width: 676px;
	margin-left: 39px;
	border-color: #538cd5;
	padding-left: 5px;
}

a.underlined-link {
	text-decoration: underline;
}

.select2-selection__rendered {
	font-size: 14px;
}

.ui-progressbar {
    position: relative;
}
#progressbar {
    background: #F5FFFA;
}
.ui-progressbar .ui-progressbar-value {
  margin: 0;
}
.progress-label {
    position: absolute;
    text-align: center;
    width: 100%;
    color: #cccccc;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
}
.ui-widget-header {
    background: #ec2528;
}
p {
  text-align: left;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
}
.well {
  margin-top: 20px;
}

.progress {
    margin: 0px;
    height: 20px;
  }
  
.progress .sr-only { position: relative; }
ul.checkbox  { 
  margin: 0; 
  padding: 0; 
  margin-left: 20px; 
  list-style: none; 
} 

ul.checkbox li input { 
    height:18px;
  width:18px
} 

ul.checkbox li { 
  border: 1px transparent solid; 
  display:inline-block;
  width:31em;
  font-size:14px;
} 

ul.checkbox li label { 

} 
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

div.selectt{
	height: 32px;
}

.datepicker {
	color: #000;
}

.datepicker table {
	width: 100%;
}

.space {
	margin-top: 10px;
}

.select2-results__option .wrap:before { color: #4d4d4d; font-size: 15px;}

.select2-results__option[aria-selected=true] .wrap:before {
    color: #4d4d4d;
}

.select2-container--default .select2-results>.select2-results__options {
	font-size: 13px;
}

option.separator {
    font-size: 1px;
    background-color: #aaa;
}

#welcomePopupOuter .popover {
     max-width: 297px !important; 
     height: 490px; 
     border:0;
     margin-left:-120px;
}
#welcomePopupOuter .popover .popover-content{
	height: 490px; 
	width: 297px !important;
	background-color: #202020;
	margin:0;
	padding:0;
	border-radius: 10px;
}

#welcomePopupOuter .popover.bottom>.arrow:after {
	border-bottom-color: white;
	margin-left:105px !important;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-backdrop{
   backdrop-filter: blur(8px)  brightness(60%);
   background-color: rgba(23, 31, 36, 0.44);
}
.modal-backdrop.in{
   opacity: 1 !important;
}

.modal-header {
	padding: 26px 32px 20px 32px;
}

.modal-title {
	font-size: 20px;
	font-weight: bold;	
}

.modal-header .close  {
	height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #4679B8;
    background: #4679B8;
    opacity: 1;
    text-shadow: 0 0 black;
    top: -20px;
    right: -20px;
    position: absolute;
    color: #fff;
    font-size: 32px;	
}

.modal-content {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	border: 2px solid #D6D6D6;
	border-radius: 8px;
	background-color: #16202B;
	color: #fff;
}

.modal-dialog {
	 width: 407px;
	 min-height: 257px;
}

.modal-dialog2 {
	 width: 650px;
}

.modal-body {
	padding: 20px 32px 0 32px;
}

.modal-footer {
	border-top: 0;
	padding: 26px 32px 32px 32px;
}

.modal-body .btn, .modal-footer .btn, .report-buttons .btn {
	width: 73px;
	height: 37px;
	padding: 10px 12px;
	background-color: #D6D6D6;
	color: #000;
}

.modal-body .btn-primary, .modal-footer .btn-primary, .report-buttons .btn-primary {
	background-color: #2D6DA4;
	color: #fff;	
}

.modal-footer .bootstrap-filestyle .btn-secondary {
	background-color: #2D6DA4;
	color: #fff;
	width: auto;
}

.dropdown-menu>li>span {
    display: block;
    padding: 3px 20px;
    margin: 9px 0;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #888;
    white-space: nowrap;
}
.deactivateButton{
	background-color: rgba(83, 140, 213, 0.5) !important;
	text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;	
    font-family: inherit;
    height:32px;
    width:90px;
}
.activateButton{
	background-color:#538CD5 !important;
	text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;	
    font-family: inherit;
    height:32px;
    width:90px;
}

.activateButton:hover{
	border:none;
}
.deactivateButton:hover{
	border:none;
}

.smartreport-dialog{
	width: 600px
}
.smartreport-content{
	border: none;
	border-radius: 6px;
	font-size: 12px;	
}
.smartreport-header h4{
  font-size: 20px;
  font-weight: bold;
}
.smartreport-title{
	font-size: 18px;
	font-weight: 500px;
}
.smartreport-footer{
	border-top: 1px solid #e5e5e5;
	text-align: right;
	margin-top: 15px;
}
.report-button {
	width: 73px;
	height: 37px;
	padding: 10px 12px;
	background-color: #D6D6D6;
	color: #000;
}
.smartreport-close {
	float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #333;
    filter: alpha(opacity=20);
    opacity: .8;
    border: none;
}
.smartreport-close-button {
	height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #4679B8;
    background: #4679B8;
    opacity: 1;
    text-shadow: 0 0 black;
    top: -20px;
    right: -20px;
    position: absolute;
    color: #fff;
    font-size: 32px;
    font-weight: 700;	
    padding:0;
}
#alert-modal{
	z-index: 100000;
}

.childStudy .patientName {
	padding-left: 40px;
}
.btn-config{
	margin: 5px 3px;
	min-width: 5em !important;
	padding: 7px 12px;
}

.cke_dialog iframe.cke_pasteframe{
	width: 100% !important;
}
.gateway-modal-row{
	display: flex;
	align-items: center;
}

.name-headers-user-role-span {
	text-overflow: normal;
    white-space: normal;
    width: fit-content;
    margin-left: 2px;
    min-width: 140px;
    color: #999;
    font-size: 17px;
    padding-top: 15px;
}

.name-headers {
      color: #999;
      font-size: 17px;
      padding-top: 15px;
      text-align: end;
      margin: 0 10px;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    @media (max-width: 1600px) {
      .name-headers {
        width: 300px;
      }
    }
    
    @media (max-width: 1535px) {
      .name-headers {
        width: 200px;
      }
    }
    
    @media (max-width: 1436px) {
      .name-headers {
        width: 150px;
      }
    }
    
    @media (max-width: 1380px) {
      .name-headers {
        width: 90px;
      }
    }
    
    
.patientDetailsRowWidth{
	width : 10% !important;
}

.assignmentRowWidth{
	width : 4% !important;
}

.disable-calender{
	pointer-events: none;
}
