div.aura { position:absolute;background:url(/images/transparent.png) repeat;z-index:5;cursor:url(/images/redcursor.cur),auto;}
div.feature { position:absolute;background:url(/images/transparent.png) repeat;z-index:10;display:none; }
.line
{
	position: absolute;
	height: 0px;
	border-width: 2px 0px 0px 0px;
	border-style: solid;
	border-color: #99aadd;
}
img {vertical-align:top;border:none;margin:0;text-decoration:none;}
canvas {vertical-align:top;border:none;outline:none;}
.imgcont .canvas-container canvas { position:absolute; top:0; left:0; right: 0; bottom:0; }

.menuitemwrapper {
    font-size: 11px;
    line-height: 12px;
    display: flex;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
    height: 48px;
}
.adj {
    border:2px solid #0000;
    float:left;
    display:block;
    overflow:hidden;
    height:32px;
    width:32px;
    background-repeat:no-repeat;}
.adj:hover{border-color:yellow;}
.adj:active{border-color:green;}
.aud {border-top:2px solid white;border-bottom:2px solid white;float:left;display:block;overflow:hidden;height:28px;width:28px;}
.aud:hover{border-color:yellow;}
.aud:active{border-color:green;}
.progressbarouter{border:0px solid black;height:4px;width:108px;float:left;background-color:black;}
.progressbarinner{border:0px solid red;height:4px;background-color:red;width:0px;}
.help {border:2px solid white;float:right;display:block;overflow:hidden;height:32px;width:32px;}
.help:hover{border-color:yellow;}
.help:active{border-color:green;}
.spacer{
    float: left;
    height: 48px;
    min-width: 6px;
}
.timer{float:left;height:28px;padding:4px;font-size:11px;line-height:12px;}
.ftrctr{float:left;height:24px;padding:2px;font-size:20px;line-height:24px;border:4px solid #ffffff;}
.clear{clear:both;}
.coloretc{float:right;border:2px solid white;height:28px;width:28px;color:black;text-align:center;}
.coloretc:hover{border-color:yellow;}
.coloretc:active{border-color:green;}
.coloretc[disabled]{pointer-events: none;background-color: #ccc;}
.colorpick {
    border-color:#aaaaaa;
    border-radius:50%;
}
.colorpick[selected] {
    border-color: #000;
    border-radius: 0;
}
#menubar .mobile {
    display: none;
}
.double-icon {
    width: 56px;
    height: 28px;
    border: 1px solid #cccccc;
    float: right;
    margin: 1px 0;
}
.subicon {
    float: right;
    background-repeat: no-repeat;
    background-size: 28px;
    height: 28px;
    width: 28px;
}
[icon="\*"] { background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='32px' width='32px'> <text x='16' y='21' text-anchor='middle' fill='rgb(13,85,144)' dominant-baseline='middle' alignment-baseline='middle' font-size='42px'>*</text> </svg>");}
[icon="X"] { background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='32px' width='32px'> <text x='16' y='21' text-anchor='middle' fill='rgb(13,85,144)' dominant-baseline='middle' alignment-baseline='middle' font-size='42px'>X</text> </svg>");}
[icon="O"] { background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='32px' width='32px'> <text x='16' y='21' text-anchor='middle' fill='rgb(13,85,144)' dominant-baseline='middle' alignment-baseline='middle' font-size='42px'>O</text> </svg>");}
[icon="\+"] { background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='32px' width='32px'> <text x='16' y='21' text-anchor='middle' fill='rgb(13,85,144)' dominant-baseline='middle' alignment-baseline='middle' font-size='42px'>+</text> </svg>");}
[icon="DRAW"] { background-image: url("/images/annotate.png");}
[icon="ARROW"] { background-image: url("/images/arrow.png");}
[icon="LABEL"] { background-image: url("/images/label.png");}
[icon="LABELEDARROW"] { background-image: url("/images/textarrow.png");}
#annotationoption-multiseries { background-image:url("/images/single-series-annotation.png"); }
#annotationoption-multislice { background-image:url("/images/single-slice-annotation.png"); }
#annotationoption-upload { background-image: url("/images/save.png"); }
    #annotationoption-upload[checked=true] {
        background-color: #48b0e4;
    }
.annopick{
    border-color: white;
}
.annopick[selected] {
    background-color: #48b0e4;
    border-color: black;
}
#overlayselectdetail {
    position: absolute;
    top: 36px;
    background-color: white;
    border: 4px solid #cccccc;
    z-index: 10001;
    color: black;
    font-size: 14px;
    font-family: Arial;
}
.osdet{padding:2px;cursor:pointer;background-color: #ff9999;}
#audioplc{float:left;position:relative;height:48px;max-width:140px;}
body{
    font-family:Arial,Helvetica,Sans-Serif;
    font-size:16px;
    margin:0;
    padding:0;
    overflow:hidden;
    background-color: black;
    -webkit-touch-callout: none !important;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
a {-webkit-touch-callout: none !important;}
[action-primary="annotate"] .imgcont {
    cursor: crosshair;
}
.imgcont {
    float: left;
    border: 2px solid black;
    position: relative;
    overflow: hidden;
    border-color: black;
}
.imgcont[selected=selected] {
    border-color: red;
}

#disablecontrols {
	background:url(/images/transparent.png) top left repeat;
	background-color:white;
	width:480px;
	height:48px;
	opacity:0.6;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:100000;
}
#menubar{display:flex;background-color:white;}
#toolitems {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 48px;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
}
#thumbnails{
    position:relative;
    min-height:100px;
    max-height:100px;
    overflow-y:scroll;
    width:auto;
    display:none;
}
#thumbcontainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#casenav {
    margin-left: auto;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}
#casename{
    font-weight:bold;
    font-size:28px;
    float:left;
    height:48px;
}

@media screen and (max-width: 60em) {
    #casename {
        font-size: 16px;
    }
    #casenav {
        max-width: 25%;
    }
}
@media screen and (max-width: 30em) {
    #casename {
        font-size: 12px;
    }
    #thumbnails {
        overflow-x: scroll;
        overflow-y: auto;
    }
    #thumbcontainer {
        flex-wrap: nowrap;
    }
}

#footer {
    position:absolute;
    bottom:0px;
    width:100%;
    background-color:black;
    color:white;
    font-size:10px;
    line-height:13px;
    max-height: 13px;
}
#imagescontainer{width:100%;background-color:black;}
#ftrdetail{position:absolute;top:36px;background-color:white;border:4px solid #cccccc;z-index:500;color:black;font-size:14px;font-family:Arial;}
#ftrdetail2{position:absolute;background-color:white;border:4px solid #cccccc;z-index:500;color:black;font-size:14px;font-family:Arial;padding:2px;}
#syncdetail{min-width:10em;}
#syncdetail div {
	position: relative;
	clear: both;
	line-height: 32px;
	padding-right: 5px;
	cursor: default;
}
#syncdetail div div {
	position: relative;
	padding: 0;
}
#syncdetail div div img {
	vertical-align: middle;
}
.syncstudylinked {
    background-image: url("/images/linked.png");
}
.syncstudyunlinked {
    background-image: url("/images/unlinked.png");
}
.syncstudylinkdisabled {
    background-image: url("/images/linked-gray.png");
}

.menu {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    top: 36px;
    font-size: 14px;
    font-family: Arial;
}

    .menu h3 {
        font-size: 12px;
        text-align: center;
        padding: 0;
        margin: 0;
        border: 0;
    }

    .menu .menugroup {
        background-color: white;
        max-width: 120px;
        float: left;
        padding: 1px;
        border: 1px solid #cccccc;
        border-radius: 5px;
        margin: 2px;
    }

        .menu .menugroup div {
            background-repeat: no-repeat;
            background-size: cover;
            border-width: 1px;
            border-style: solid;
            float: left;
            height: 36px;
            width: 36px;
            text-align: center;
            margin: 1px;
            box-sizing: border-box;
        }

            .menu .menugroup div:hover {
                height: 34px;
                width: 34px;
                margin: 2px;
                border-color: black;
            }

            .menu .menugroup div:active {
                border-width: 2px;
            }

    .menu.annotation {
        background-color: #f0f0f0;
        padding: 1px;
        border-radius: 5px;
        min-width: 10em;
    }

#layoutdetail{min-width:8em;}
#layoutdetail div {
	position: relative;
	clear: both;
	line-height: 32px;
	padding-right: 5px;
	cursor: default;
}
#layoutdetail div div {
	position: relative;
	padding: 0;
}
#layoutdetail div div img {
	vertical-align: middle;
}
#annotationdelete div {
    height: 32px;
    /*width: 120px;*/
    display: block;
	position: relative;
	clear: both;
	line-height: 32px;
	padding-right: 5px;
	cursor: default;
}

#annotationdelete {
    min-width:8em;
}
#annotationdelete span {
    padding: 0 .5em;
    height: 30px;
    overflow: hidden;
    display: inline-block;
}
#annotationdelete span.seriesdesc {
    width: 6rem;
}
#annotationdelete button {
    font-size: 16px;
    height: 1.4em;
    padding: .1em 1em;
}

#grouplistdetail {
	min-width:8em;
}
#grouplistdetail div {
	position: relative;
	clear: both;
	line-height: 32px;
	padding-right: 5px;
	cursor: default;
}
#grouplistdetail div div {
	position: relative;
	padding: 0;
}
#grouplistdetail div div img {
	vertical-align: middle;
}
#overlay{background:url(/images/transparent.png) top left repeat;position:absolute;left:0px;right:0px;bottom:0px;z-index:100000;}
#instructions{background-color:#337733;position:absolute;left:0px;height:0px;width:0px;font-family:Arial;font-size:20px;color:white;padding:30px;overflow:hidden;}
#instructions table {border-collapse: collapse; margin: 0 auto;}
#instructions > div {float: left;}
#instructions td, th {border: 1px solid white; padding:5px; font-size:14px;}
#instructions th {color: black; background-color:white;}
#instructions #reviewhelp {background-color: white; color: black; font-size: 15px; padding: 5px; margin-left: 15px; line-height: 27px;}
#insttext { display: flex; flex-wrap: wrap;}
#transcriptbox table {border-collapse: collapse; margin: 0 auto;}
#transcriptbox div {float: left;}
#transcriptbox td, th {border: 1px solid white; padding:5px; font-size:14px;}
#transcriptbox th {color: black; background-color:white;}
#transcriptbox #reviewhelp {background-color: white; color: black; font-size: 15px; padding: 5px; margin-left: 15px; line-height: 27px;}
.transcript{background-color:white;display:flex;border-top:1px solid black;}
.transcript .content {flex:1 1 auto;padding:5px;color:black;overflow-y:scroll;}
.transcript .navigation {flex:0 0 auto;}
.transcript p {margin-top:0px;margin-bottom:0px;font-size:16px;line-height:20px;color:black;}
#sidepanel{
	float:left;
	display:none;
	position:relative;
	background-color:#eeeeee;
    outline:none;
	}
#sidepanelcontent{
    position:relative;
    height:100%;
    width:100%;
    margin-top:0px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}
.sidepanelblue {
	background-color: #48b0e4;
}
.sidepanelwhite {
    background-color: #ffffff;
}
.sidepanelresize{
	float:left;
	display:none;
	position:relative;
	height:100%;
	width:8px;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #999999;
	background-color:#bbbbbb;
	cursor:ew-resize;
}
[mobile] .sidepanelresize{
    width: 22px;
}
.help_image_container {
	width:100%;
	background-size:contain;
	background-repeat:no-repeat;
	height:0;	
}

#sidepanelclose {
	position:absolute;
	top:0px;
	right:0px;
	width:20px;
	height:20px;
	cursor:pointer;
}
#sidepanelheader {
	position:relative;
	height:20px;
	width:100%;
	font-size:12px;
}

#sidepanelcontent #submitbtn {
    float: right;
    border: 1px solid black;
    margin-right: 5px;
    background: #dddddd;
    color: black;
}

.callout{position:absolute;left:0px;top:0px;width:100%;max-height:20%;background-color:transparent;font-weight:bold;overflow:hidden;}
.infobox {color:white;position:absolute;top:21px;right:0px;padding-right:3px;text-align:right;border:2px solid transparent;}
.infoline {position:absolute;left:0px;bottom:0px;width:100%;height:20px;background-color:transparent;color:white;}
.innerslider {padding-left:32px;padding-right:32px;}
.scrollbar {position:relative;float:left;height:100px;width:20px;}
.scrollbutton {height:20px;background-color:blue;}
.scrollbutton img { width: 100%; height: 100%; }
.scrollinner {height:82px;}
.scrollknob {position:relative;height:50px;background-color:#444444;}
[mobile] .scrollbar { width: 32px; }
.semitrans {background:url(/images/semiwhite.png) repeat;
            width:100%;
            height:100%;
            /*opacity:0.6;*/
            position:absolute;
            top:0px;left:0px;
            text-align:center;}
.innertrans {/*opacity:1;*/
            color:red;
            font-size:72px;}
.semitrans a{font-weight:bold;color:#1111aa;font-size:20px;line-height:32px;}
.resetcase{background:url(/images/semiwhite.png) repeat;
            width:100%;
            height:32px;
            border:2px solid blue;
            }
.button, input[type="submit"], input[type="button"], button, .toggle-title {
    color: #666666;
    font-size: 20px;
    font-weight: normal;
    padding: 4px 16px;
    text-shadow: 0 1px 0 #ffffff;
    border: solid 1px #dddddd;
    text-decoration: none;
    cursor: pointer;
    outline: none;

    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top,  #f6f6f6 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f6f6f6 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f6f6f6 0%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f6f6f6 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f6f6f6 0%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
    .button:hover, input[type="submit"]:hover, input[type="button"]:hover, button:hover, .toggle-title:hover {
        color: #333333;
        text-decoration: none;
        border-color: #BBBBBB;
        /*-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);*/
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        /*background: #ffffff 100%;*/
    }

    .button:focus, input[type="submit"]:focus, input[type="button"]:focus, button:focus, .toggle-title:focus {
        color: #333333;
        border-color: #BBBBBB;}
    .button:active, input[type="submit"]:active, input[type="button"]:active, button:active, .toggle-title:active {
        color: #000000;
        background: #F5F5F5;
        border-color: #444444;
    }
.button36 {
	padding: 5px 16px 6px 16px;
	display: inline-block;
}
button.close {
    width: 20px;
    height: 20px;
    padding: 0;
    background: url(/images/buttonclose24.png);
    background-size: auto;
    background-size: contain;
}
.ftrhint{padding:2px;background-color:white;}
.ftrhint:hover{background-color:#eeeeee;}
.imgcont[flip-h=true] .feature {transform:scaleX(-1);
         -webkit-transform:scaleX(-1);
         -moz-transform:scaleX(-1);
         -ms-tranform:scaleX(-1);}
.imgcont[flip-v=true] .feature {transform:scaleY(-1);
        -webkit-transform:scaleY(-1);
        -moz-transform:scaleY(-1);
        -ms-tranform:scaleY(-1);}
.imgcont[flip-h=true][flip-v=true] .feature {transform:scale(-1, -1);
    -webkit-transform:scale(-1, -1);
    -moz-transform:scale(-1, -1);
    -ms-tranform:scale(-1, -1);}
.thumbdiv{/*float:left;*/
		  height:98px;
		  width:98px;
		  border:1px solid black;
		  position:relative;}
.thumboly{position:absolute;
		  top:0px;
		  left:0px;
		  right:0px;
		  bottom:0px;
		  background-color: rgba(0,0,0,0);
		  font-size:11px;
		  font-weight:normal;
		  color:white;
		  opacity: .6;
}
.thumboly:hover {
	opacity: 1;
}
.thumboly[pulse] {
    animation-name: text-pulse;
    animation-duration: 1s;
    animation-iteration-count: 3;
}
.thumbscroll {
    position: absolute;
    opacity: .6;
    background-color: #333;
    cursor: pointer;
}
.thumbscroll:hover {
    opacity: 1;
}
#thumbscrollleft, #thumbscrollright {
    height: 100px;
    width: 25px;
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
    display: none;
}
#thumbscrollleft {
    left: 0px;
    top: 0px;
}
#thumbscrollleft::after {
    content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 320 512" fill="rgb(255,255,255)"><path d="M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"/%3E%3C/svg%3E')
}
#thumbscrollright {
    right: 0px;
    top: 0px;
}
#thumbscrollright::after {
    content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 320 512" fill="rgb(255,255,255)"><path d="M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/%3E%3C/svg%3E')
}
#thumbscrollup, #thumbscrolldown {
    height: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    min-width: 1.1em;
}
#thumbscrollup {
    right: 0px;
    top: 0px;
}
#thumbscrollup::after {
    content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512" fill="rgb(255,255,255)"><path d="M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z"/%3E%3C/svg%3E')
}
#thumbscrolldown {
    right: 0px;
    bottom: 0px;
}
#thumbscrolldown::after {
    content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512" fill="rgb(255,255,255)"><path d="M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/%3E%3C/svg%3E')
}

.thumbbuffer {
    height: 100px;
    min-width: 25px;
    display: none;
}
@media screen and (max-width: 30em) {
    .thumbbuffer {
        display: block;
    }
    #thumbscrollleft, #thumbscrollright {
        display: block;
    }
    #thumbscrollup, #thumbscrolldown {
        display: none;
    }
}
@keyframes text-pulse {
    0% {
        color: #fff;
    }

    50% {
        color: #0f0;
    }

    100% {
        color: #fff;
    }
}

.thumbimg{height:98px;width:98px;}
.thumbdrag{position:absolute;
		   height:98px;
		   width:98px;
		   border:1px solid red;
		   background-position:top left;
		   background-repeat:no-repeat;
		   background-size:cover;
		   backface-visibility: hidden;}
.scoreoverlay{
	background-position:top left;
	background-repeat:no-repeat;
	background-size:100% 100%;
	border:1px solid #888888;
	backface-visibility: hidden;
    flex-direction: column;
}
.overlayresize{
	background-image: url("/images/resize-div.png");
	background-color:#dddddd;
	position:absolute;
	height:20px;
	width:20px;
	right:0px;
	bottom:0px;
	opacity: 0.4;
}

.score_selected {
    background-color: #ffff99;
}
.imgcont [moveable=true] {
    position: absolute;
}

.overlayresize:not([disabled=true]):hover, .overlayresize[is-acting] {
    opacity: 1;
}

.scoreoverlay [action=rotate] {
    background-image: url("/images/rotate-div.png");
    background-color: #808080;
    height: 20px;
    width: 20px;
    opacity: 0.8;
    border-right: 1px solid #333;
    background-size: cover;
    background-repeat: no-repeat;
}

.scoreoverlay:not([active-action]) [action=rotate] {
    cursor: grab;
}

    .scoreoverlay:not([active-action]) [action=rotate]:hover, .scoreoverlay[active-action=rotate] [action=rotate] {
        opacity: 1;
    }

.imgcont[overlay-action=rotate], .scoreoverlay[active-action=rotate] [action=rotate] {
    cursor: grabbing;
}

.annotation-controller.menu {
    display: none;
    background: none;
    border: none;
    top: 0;
}

    .annotation-controller.menu button {
        font-size: 1em;
        padding: 0;
    }

    .annotation-controller.menu[enabled] {
        display: block;
    }

.slideouter {position:relative;float:left;height:115px;border:1px solid black;width:20px;margin-left:5px;margin-top:5px;}
.slideinner {position:absolute;left:0px;top:0px;background-color:#14578f;width:20px;height:20px;}
.rulerdiv {cursor: move;}
.rulerdiv canvas {width:100%;height:100%;}
.drawrulerdiv {
	position:absolute;
	border: 0;
	margin: 0;
	z-index: 1000;
	}
.drawrulerinfo {
	position:absolute;
	border: 0;
	margin: 0;
	z-index: 1000;
	height: 14px;
	font-size: 12px;
	font-weight: 400;
	}
.drawrulerinfo.user {
	color: #00ff00;
}
.drawrulerinfo.expert {
	color: #ff0000;
}
.drawrulerdiv canvas {
	width:100%;
	height: 100%;
	}
.drawrulerclose {
	position:absolute;
	width:12px;
	height:12px;
	font-family: monospace;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	cursor:pointer;
	z-index:2000;
	}
.drawrulerclose.user{
	border:1px solid #00ff00;
	color: #00ff00;
}
.drawrulerclose.expert{
	border:1px solid #ff0000;
	color: #ff0000;
}
#maskdiv {
	position:absolute;
	height:99%;
	width:99%;
	z-index:100;
	top:0px;
	left:0px;
	background-color:rgba(255,255,255,.1);
	}
.labelcreatediv {
	position:absolute;
	border: 0;
	margin: 0;
	z-index: 150000;
	background:url(/images/transparent.png) top left repeat;
	}
.labelview {
	position:absolute;
	background-color:white;
}

[show-metadata=true] .metadata {
    display: block;
}

.metadata {
    display: none;
    float: right;
}

    .metadata table {
        border-collapse: collapse;
    }

    .metadata td {
        border: 1px solid #cccccc;
        background-color: white;
        color: black;
        font-size: 14px;
    }
button.fullmeta{
    width:100%;
}
button.fullmeta:before{
    content:"View Meta";
}

button.metabtn {
    width: 100%;          
    display: block;      
    box-sizing: border-box; 
}

button.editmeta:before{
    content: "Edit Meta";
}

.tagviewer {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
}

    .tagviewer .topbar {
        display: flex;
        flex: 0 0 auto;
        font-size: 1.25em;
    }

    .tagviewer .search {
        flex: 1 1 auto;
    }

    .tagviewer .dicom-meta {
        overflow: auto;
        flex: 1 1 auto;
    }

    .tagviewer table {
        border-collapse: collapse;
        min-width: 100%;
        margin-bottom: 25%;
        white-space: nowrap;
    }

    .tagviewer td, .tagviewer th {
        border: 1px solid #ccc;
        padding: 0 5px;
    }

    .tagviewer th {
        background: #dddddd;
        padding-top: 5px;
    }

    .tagviewer tbody tr[row=odd] {
        background-color: #efefef;
    }

    .tagviewer[state=loading]:after {
        content: "Loading";
        position: absolute;
        background-color: #efefef;
        top: 45%;
        left: 0;
        right: 0;
        text-align: center;
        padding: 15px;
    }

    .tagviewer[state=error]:after {
        content: "Error";
        position: absolute;
        background-color: #fcc;
        top: 45%;
        left: 0;
        right: 0;
        text-align: center;
        padding: 15px;
    }

.bargraph {
	background-color: #3142cd;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 40px;
	margin: 5px;
	padding-left: 5px;
	line-height: 28px;
	text-align: left;
	white-space: nowrap;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black, 0 0 5px black;
}
.bargraph.red {
    background-color: #880000;
}
.bargraph.yellow {
    background-color: #bfbf0d;
}
.bargraph.green {
    background-color: #20a90d;
}
#imagepanes {
	float:left;
}
.scoremodal {
	display: none;
}
#opacitydetail{
	position:absolute;
	top:36px;
	background-color:white;
	border:4px solid #cccccc;
	z-index:10001;
	width:32px;
	height:126px;
}
.editcasecheck {
	position:absolute;
	top:0px;
	right:0px;
}
#classic_instructions {
	padding: 4px;
	position: absolute;
	background-color: rgba(255,255,255,.95);
	z-index: 1000;
	top: 0px;
	bottom: 0px;
	left: 0px;
	overflow-y: scroll;
	border: 2px solid #555555;
	margin: 4px;
}
[hidden] {
    display: none !important;
}
.commentprompt {
	color: black;
}
div.reviewer {
	font-weight: bold;
	background-color: #00aa00;
	color: white;
	border: 1px solid #004400;
	padding: .5em;
}
div.adjudicator {
	font-weight: bold;
	background-color: #aa0000;
	color: white;
	border: 1px solid #440000;
	padding: .5em;
}
#clinicalinfo {
	border: 1px solid blue;
	padding: 5px;
}
#clinicalinfo table {
	border-collapse: collapse;
}
#clinicalinfo td {
	border: 1px solid #cccccc;
	padding: 2px 5px;
}
#clinicalinfo td:first-child {
	font-weight: bold;
}
#clinicalinfohead {
	background-color: blue;
	color: white;
	font-weight: bold; 
}
#clinicaltoggle {
	padding-right: 1em;
	text-decoration: underline;
	font-weight: normal;
	float: right;
	cursor: pointer;
}
.slicebuttonbar {
	float: left;
	display: block;
}
.slicebutton {
	min-width: 2em;
	font-weight: normal;
	display: block;
}
.slicebutton.inactive {
	background: none #dddddd;
	color: black;	
}
.slicebutton.active {
	background: none blue;
	color: white;
}
.domainscontainer {
	float: left;
}
.slicescore {
	border: 1px solid #cccccc;
	padding: 4px 16px;
	width: 3em;
	font-size: 20px;
}
div#metadata {
	height: calc(100vh - 50px);
	overflow-y: scroll;
}

#overlaySection {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

#overlaySection.hide {
    display: none;
}

#overlaySection.show {
    display: block;
}

#overlayBackground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background-color: black;
    opacity: 0.67;
}


#alertBox {
    flex-direction: column;
    gap: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    background-color: #dde8ecf5;
    box-shadow: 0px 0px 20px 8px black;
    padding: 1em;
    max-width: 33%;
}

#alertBox.hide {
    display: none;
}

#alertBox.show {
    display: flex;
}

#alertBox .alertBoxClose {
    margin-left: auto;
}

#alertBox .alertBoxClose:hover {
    cursor: pointer;
}

#alertBox button.alertBoxClose {
    background: rgb(54, 96, 131);
    border: none;
    color: white;
    font-size: 0.75em;
    height: 30px;
    transition: all 0.3s ease;
    width: 80px;
}

#signaturePad {
    flex-direction: column;
    gap: 1em;

    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    width: 33%;

    background-color: white;
    padding: 0.75em;
}

#signaturePad.hide {
    display: none;
}

#signaturePad.show {
    display: flex;
}

#signaturePad .error {
    color: red;
}

#signaturePad .error.hide {
    display: none;
}

#signaturePad .error.show {
    display: block;
}

#signaturePad .controls {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 1em;
}

#spinner {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: spin 2s linear infinite;

    position: absolute;
    top: 50%;
    left: 50%;
    
    z-index: 100000;
}

#spinner.hide {
    display: none;
}

#spinner.show {
    display: block;
}
  
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform:  translate(-50%, -50%) rotate(360deg);
    }
}
.overlay1 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2147483647;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
  }
  
  .overlay1-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay1 a, h6 {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay1 a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay1 .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }

  .overlay1 button{
    padding: 10px;
    border-radius: 20px;
    border: 2px solid white;
    color: 818181;
    text-decoration: none;
  }
  div.reportsignature {
      padding: 5px;
      background-color: white;
      color: black;
      font-size: 12px;
      flex: 0 0 100%;
  }
div.next_case_box {
    display: inline-block;
    padding: 4px 16px;
    margin: 0 3px;
    border: 1px solid #bbbbbb;
    color: black;
    background-color: #eeeeee;
}
div.next_case_box select optgroup {
    font-size: 16px;
}

#modeswitch {
    width:100%;
    height:36px;
    position:relative;
    background-color:#eeeeee;
    color:white;
    text-align:center;
    font-size:24px;
    line-height:32px;
    display:none;
}

.modetab {
    width:48%;
    float:left;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-left: 1px solid #444444;
    border-top: 1px solid #444444;
    border-right: 1px solid #444444;
}
.modetab.modeactive {
    background-color: #1111bb;
    border-bottom: 1px solid #1111bb;
    color: white;
}
.modetab.modeinactive {
    background-color: #dddddd;
    border-bottom: 1px solid #444444;
    color: #444444;
}

@media screen and (max-width: 30em) {
    #modeswitch {
        display: block;
    }
}

#errorblock, .errorblock, .errorlist {
	font-weight: bold;
	color: red;
}
#errorblock, .errorblock {
	font-size:larger;
}
div.clickable {
    cursor: pointer;
}