body{
    background-color: #000;
    overflow:hidden;
}
#imageDisplay{
    overflow-y: overlay;
}
.hovered{
    background-color: #003399;
    border-color: #ff9933;
}
/* Layers */
.infoXBar{
    color:white;
    position:absolute !important;
    bottom:8px;
    padding-right: 200px;
    right: 0px;
    left: 0px;
}
.infoYBar{
    color:white;
    position:absolute !important;
    left:0;
    margin-top:70px;
    margin-left:40px;
}
.table{
    padding:0;
    border-collapse:inherit!important;
}
.imgTable .infoXBar{
    color:white;
    position:absolute !important;
    bottom:8px;
    padding-right: 200px;
    right: 0px;
    left: 0px;
    top:0px;
    margin-top:170px;
}
.imgTable .infoYBar{
    color:white;
    position:absolute !important;
    left:0;
    margin-top:150px;
    margin-left:40px;
}
.imgTable .layerDialog{
    border: 1px ridge silver;
}
.rotateYbar{
    -moz-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}
.right{ padding-left: 0px !important; }
.left{ padding-right: 0px !important; }

.leftLabel{position:absolute!important;width:150px;height:40px;padding:0;margin:auto;left:0;top:100px;bottom:120px;}
.leftText{color:yellow;position:absolute!important;left:0;margin-top:0px;margin-left:20px;font-size:medium;}
.bottomLabel{color:yellow;position:absolute !important;bottom:28px;right:0;left:0;font-size:medium;}
.rightLabel{position:absolute!important;width:150px;height:40px;padding:0;margin:auto;right:20!important;top:100px;bottom:120px;}
.rightText{color:yellow;position:absolute!important;right:0;margin-top:0px;margin-right:10px;font-size:medium;}
.topLabel{position:absolute !important;width:150px;height:40px;padding:0;margin:auto;top:10px;right:0;left:0;color:yellow;font-size:medium;}
.Ybar{
    position:absolute !important;
    width:150px;
    height:40px;
    padding:0;
    margin:auto;
    left:0;
    top:100px;
    bottom:120px;
    margin-right:100px;
    margin-left:-35px;
}
.Xbar{
    position:absolute !important;
    width:150px;
    height:40px;
    padding:0;
    margin:auto;
    bottom:10px;
    right:0;
    left:0;
}
.greenlight{
    border:1px solid #2eb82e
}

.layerDialog{
    width:auto!important;
    height: auto;
    background-color: black;
    padding: 0;
    margin: auto;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    float: none;
 }
.layerContainer { width: inherit; padding: 0; margin: 0; position: !absolute; top: 0; left: 0; bottom: 0; right: 0; }
.konvajs-content canvas{ margin:auto !important; bottom:0 !important; right:0 !important; }
.imageLayer {
    width:auto;
    height: auto;
    padding: 0;
    margin: auto;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg);
    filter: "FlipH";
    -ms-filter: "FlipH";
}
.drawDiv { width:auto; height: auto;padding: 0; margin: auto; position: absolute !important; top: 0; left: 0; bottom: 0; right: 0; pointer-events: none; }
.dropBox { border: 5px dashed #ccc; }
.dropBox.hover { border: 5px dashed #cc0; }

/* Info */
.infotl { position: absolute !important; top: 0; left: 0; text-align: left; color: #fff;}
.infotr { position: absolute !important; top: 0; right: 20px !important; text-align: right; color: #fff;}
.infobl { position: absolute !important; bottom: 0; left: 0; text-align: left; color: #fff;}
.infobr {  margin: 0px; position: absolute !important; bottom: 0; right: 20px !important; text-align: right; }
.key-image{margin-bottom:20px;}
.slright {position: absolute !important; top: 0; bottom:0; right: 0; text-align: right;}
.slider-handle{
    /*background-color:#3399ff!important;*/
    height:20px!important;
    width:10px!important;
    /*background-image: -webkit-linear-gradient(top,#3399ff 0,#3399ff 100%);*/
    /*margin-top:0px!important;*/
}
.slider.slider-vertical{
    margin: auto;
    position: absolute !important;
    right: 0;
}
.tooltip-arrow{
    border-right-width: 0px !important;
}
.tooltip-inner{
    padding-left: 0px;
    padding-right: 0px
}
#mySlider{
    margin: auto;
    position: absolute !important;
    right: 0;
    width:20px;
}
.plot { position: absolute !important; width: 100px; height: 50px; bottom: 0; left: 0; text-align: left; }
.infoLayer ul { margin: 0px; padding: 0px; list-style-type: none; }
.infoLayer canvas { margin: 0; padding: 2px; }
/* Tag list */

.highlighted { background: #f87217; }

.colour-map-info{ width:98px !important; height: 10px !important; }
#pageHeader h1 { display: inline-block; margin: 0; color: #fff; }
#pageHeader a { color: #ddf; }
#pageHeader .toolbar {  float: right; padding-top:150px; z-index: 1500; }
.toolList ul { padding: 0; }
.toolList li { list-style-type: none; }
#pageMain { height: 92%; width: 99%; bottom: 5px; left: 5px; background-color: #000; }

.dropBox { margin: 20px; }
.ui-icon { zoom: 125%; }
button, input, li, table { margin-top: 0.2em; }
li button, li input { margin: 0; }
.history_list { width: 100%; }

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
    z-index:1500;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

#myProgress {
    position: relative;
    width: 100%;
    height: 30px;
    background-color: white;
}
#progressbar {
    position: absolute;
    width: 1%;
    height: 100%;
    background-color: #333;
    color:#fff;
}
.tags{
    width:100%;
}
.dwv-version > .container-fluid{
    padding-right: 0px !important;
}
#Patient{
    padding-top: 5px;
    padding-left:0px;
    padding-right:0px;
}
#patientBanner {
    border: 3px solid silver;
    background-color: #333;
    color: silver;
    right:0px;
    top:90px;
    margin:0px;
}
#fullNameLatin{
    text-transform:capitalize;
}
.protocolName{
    font-size: 9pt ;
}
.well{
    background-color: #333;
}
.modal-backdrop{
    z-index:0;
}
.modal-dialog{
    width: 40% !important;
}
.toolBtn{
    margin-left: 5px;
}
.hidden{
    display: none;
}
.dropdown-menu{
    z-index:1200 !important;
}
.toolSelect{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.seriesInfo {
    background-color:#fff;
    position:absolute;
    //z-index:9999;
    color: #333;
    line-height: 30px;
    font-size:15px;
    outline: medium none;
    text-align: center;
    margin:auto;
    right:0px;
    left:0px;
}
.examsList{
    width:100%;
}
.examsList tr{
    cursor:pointer;
}
.selectExam{
    background-color:dimgray;
}
.toggle{
    min-height:29px !important;
    height:29px !important;
}
.toggle label{
    padding-top: 4px;
}
#Profile{
    padding-left:7px;
    padding-right:7px;
}
.examsStyle{
    background-color:#333;
    color:#fff;
    border: 1px solid gray;
}

#patientInfo{
    padding-left: 0px;
}
.evoImage{
    padding-top: 0px !important;
}
nav{
    padding-top: 0px !important;
}
#rLeft{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
#flipV{
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.highlight {
    border: 1px solid #ffd700;
}
#myTable tr{
    height: 220px;
}
#myTable td div{
    height:200px;
    position: relative;
}

.slider-horizontal .slider-handle{
    border-radius: unset;
    margin-left: -5px !important;
    height: 10px !important;
}

.borderless td, .borderless th{
    border: none !important;
}

.toolList {
    height: 65px;
}

.dropdown{
    padding: 0px;
}

.div-inline{
    display:inline-block;
}

.dropdown-item > button {
    margin-right:2px;
}

.keyImage{
    border-color: green !important;
}

#inputRows{ color:#333; }
#inputColumns{ color:#333; }
.close{ color:#fff !important; }
#table-search{color:#333 !important;}
.oflow{overflow-y:scroll}
@media print{
    @page {size : landscape;}
    * body{visibility:hidden;}
    #viewerDisplay * {visibility:visible; }
    #viewerDisplay {position: absolute; top : 0px; }
    .toPrint{position: absolute; top : 860px; }

}
.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #3498db;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#videoFrame{
    width:80px;
}

.ContrastBolusAgent{
    font-weight: bold;
}
