﻿body {
    font-size: .85em;
    margin: 0;
    padding: 0;
    background-color: black;
}


div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

 .toggler { width: 500px; height: 200px; position: relative; }
    #button { padding: .5em 1em; text-decoration: none; }
    #effect { width: 240px; height: 135px; padding: 0.4em; position: relative; }
    #effect h3 { margin: 0; padding: 0.4em; text-align: center; }
    .ui-effects-transfer { border: 2px dotted gray; }

#logo {
    background-image: url(viewer_icons/header_logo.jpg);
    background-repeat: no-repeat;
    height: 42px;
    width: 450px;
}

#rightscroll, #downscrool {
    position: absolute;
}

#header {
    width: 100%;
    height: 42px;
    background-image: url(viewer_icons/index.jpg);
}

    #header div {
        display: inline-block;
        height: 42px;
        vertical-align: middle;
        font-weight: bold;
        padding: 10px;
    }

#Pname, #Pid {
    float: right;
}

#viewerhead {
    text-align: center;
    font-size: 20px;
    color: whitesmoke;
    margin: 10px;
}

#container {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 42px 0 20px 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

a, a:visited {
    color: inherit;
    text-decoration: none;
}

#footer {
    padding-top:10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    overflow: hidden;
    text-align: right;
    border-top: 1px solid rgb(18,22,33);
    box-shadow: inset 0px 3px 2px gray;
    background: rgb(38,42,53); /*rgb(48,52,63);*/
}

#Loaded {
    float: left;
    font-size: 10pt;
    margin-left: 50%;
    margin-top: -3px;
}


#progbar {
    width: 100%;
    height: 17px;
    display: inline-block;
    margin: 2px;
}

#ToolBox {
    position: absolute;
    overflow: auto;
    top: 42px;
    left: 0px;
    height: 100%;
    width: 175px;
    overflow: hidden;
    box-sizing: border-box;
    background: rgb(48,52,63);
}

    #ToolBox div {
        border-radius: 5px;
        margin: 2px 0px;
        display: inline-block;
    }


#report{
    height: 10px;
    width: 10px;
    position: absolute;
    top: 42px;
    left: 192px;
    overflow: scroll;
    box-sizing: border-box;
    background: white;
    text-align: center;
    padding:10px;
    color: black;


    display: none;
-webkit-border-radius: 15px;
/*border-radius: 15px;-webkit-box-shadow:0 0 15px 15px #888888 inset;*/
box-shadow:0 0 15px 15px #888888 inset;
background: #9e9e9e; /* Old browsers */
background: -moz-linear-gradient(top,  #9e9e9e 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e9e9e), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #9e9e9e 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #9e9e9e 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #9e9e9e 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #9e9e9e 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}
#quizDiv {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 42px;
    left: 192px;
    overflow: auto;
    box-sizing: border-box;
    /*background: white;*/
    text-align: center;
    padding:10px;
    color: black;
    display: none;
    -webkit-border-radius: 15px;
    /*border-radius: 15px;-webkit-box-shadow:0 0 15px 15px #888888 inset;*/
    box-shadow:0 0 15px 15px #888888 inset;
    /*background: #9e9e9e;*/ /* Old browsers */
    /*background: -moz-linear-gradient(top,  #9e9e9e 0%, #ffffff 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e9e9e), color-stop(100%,#ffffff));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  #9e9e9e 0%,#ffffff 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  #9e9e9e 0%,#ffffff 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #9e9e9e 0%,#ffffff 100%);*/ /* IE10+ */
    /*background: linear-gradient(to bottom,  #9e9e9e 0%,#ffffff 100%);*/ /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}
#image {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 42px;
    left: 192px;
    overflow: hidden;
    box-sizing: border-box;
    background: dimgray;
    text-align: center;
}

#btnLeft, #btnRight {
    height: 70px;
    width: 30px;
}

#btndown, #btnup {
    width: 165px;
    height: 30px;
}

#ThumbNails {
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    background: rgb(48,52,63);
    scrollbar-3dlight-color: gold;
    scrollbar-arrow-color: blue;
    scrollbar-base-color: blue;
    scrollbar-darkshadow-color: blue;
    scrollbar-face-color: blue;
    scrollbar-highlight-color: blue;
    scrollbar-shadow-color: blue;
}

    #ThumbNails .Img {
        border: 1px lightslategray solid;
        margin: 3px;
        background: dimgray;
        font-weight: bold;
    }

        #ThumbNails .Img:hover {
            background: gray;
            
        }
        .TechImg {
        border: 1px lightslategray solid;
        margin: 3px;
        background: dimgray;
        font-weight: bold;
    }

       .TechImg:hover {
            background: gray;
            
        }
        .TechImg1 {
        border: 1px lightslategray solid;
        margin: 3px;
        background: dimgray;
        font-weight: bold;
    }

       .TechImg1:hover {
            background: gray;
            
        }
       
    #ThumbNails .Img2 {
        border: 1px lightslategray solid;
        margin: 3px;
        background: #222222;
        
        font-size: 9pt; /*//times new roman*/
        font-family: times new roman;
        font-weight: bold;
        color: #dddddd;
        text-align: center;
        font-weight: bold;
    }
    #ThumbNails .selected {
        border: 2px white solid;
        background: silver;
        font-style: italic;
        font-weight: bolder;
        color: darkblue;
    }
    #ThumbNails .active {
     border: 2px gold solid; 
    }

#image, #ToolBox, #container {
    display: inline-block;
    overflow: hidden;
}

.viewerbutton{
    display: inline;
}

.viewerbutton{
    border: 0;
    background: rgb(48,52,63);
    display: inline-block;
}



.viewerbutton{
    width: 48px;
    height: 48px;
    margin-left: 7px;
    margin-bottom: 7px;
    display: inline-block;
    background-repeat: no-repeat;
   
}

    .viewerbutton:hover{
        border: solid gray 1px;
        height: 44px;
        border-radius: 10px;
    }

#ZOOM {
    background-image: url(viewer_icons/zoom.gif);
    background-repeat: no-repeat;
}

#window_width {
    background-image: url(viewer_icons/ww-.gif);
}
#linearWWWL {
    background-image: url(viewer_icons/linear.gif);
}
#expWWWL {
    background-image: url(viewer_icons/exp.gif);
}
#logWWWL {
    background-image: url(viewer_icons/log.gif);
}
#SegWWWL {
    background-image: url(viewer_icons/seg.gif);
}
#bright {
    background-image: url(viewer_icons/bc-.gif);
}

#undo {
    background-image: url(viewer_icons/undo.gif);
}

#oneimage {
    background-image: url(viewer_icons/1.gif);
}
#PlusBT {
    background-image: url(viewer_icons/plus.gif);
}
#MinusBT {
background-image: url(viewer_icons/minus.gif);
}
#twohorizontalimages {
    background-image: url(viewer_icons/2h.gif);
}

#twoverticalimages {
    background-image: url(viewer_icons/2v.gif);
}

#fourimages {
    background-image: url(viewer_icons/4.gif);
}

#Pan {
    background-image: url(viewer_icons/pan.gif);
}

#invert {
    background-image: url(viewer_icons/invert.gif);
}

#flipx {
    background-image: url(viewer_icons/fliph.gif);
}

#flipy {
    background-image: url(viewer_icons/flipv.gif);
}
#rotateR {
    background-image: url(viewer_icons/rotate_right.gif);
}

#rotateL {
    background-image: url(viewer_icons/rotate_left.gif);
}
#hangingopen {
    background-image: url(viewer_icons/hanging.gif);
}
#sessionMaskBtn {
    background-image: url(viewer_icons/Mask.png);
}
#sessionMask{
    background-image: url(viewer_icons/MaskDraw.png);
}
#sessionMaskShow{
      background-image: url(viewer_icons/MaskShow.png);
}
#sessionMaskSave {
      background-image: url(viewer_icons/MaskSave.png);
}
#Conferencebutton1 {
      background-image: url(viewer_icons/teaching_portal.gif);
}

#ShowHideReport
{

  background-image: url(viewer_icons/sign_report.gif);
    background-repeat: no-repeat;

}
#ShowReportFull
{

  background-image: url(viewer_icons/sign_report.gif);
    background-repeat: no-repeat;

}
#ShowHideQuiz
{

  background-image: url(viewer_icons/teaching_portal.gif);
    background-repeat: no-repeat;

}
#ShowKeyImages
{

  background-image: url(viewer_icons/key.png);
    background-repeat: no-repeat;

}
#SetUnSetKeyImages
{

  background-image: url(viewer_icons/key.png);
    background-repeat: no-repeat;

}
#ShowHideOverlay {
      background-image: url(viewer_icons/annotation_select.gif);
     background-repeat: no-repeat;
}

#selectannotation {
    background-image: url(viewer_icons/annotation_select.gif);
}

#deleteannotation {
    background-image: url(viewer_icons/delete_ann.gif);
}

#line {
    background-image: url(viewer_icons/annotation_line.gif);
}

#circle {
    background-image: url(viewer_icons/circle.gif);
}

#rectangle {
    background-image: url(viewer_icons/rect.gif);
}

#text {
    background-image: url(viewer_icons/annotation_text-.gif);
}

#angle {
    background-image: url(viewer_icons/angle.gif);
}

#PresetsBtn {
    background-image: url(viewer_icons/sign_ww_wl_preset.gif);
}

#cobbangle {
    background-image: url(viewer_icons/cobb_angle.gif);
}


#reset {
    background-image: url(viewer_icons/reset.gif);
}

#ellipse {
    background-image: url(viewer_icons/ellipse.gif);
}

#prev {
    background-image: url(viewer_icons/previos_image.gif);
}

#prevf {
    background-image: url(viewer_icons/previos_frame.gif);
}

#nxt {
    background-image: url(viewer_icons/next_image.gif);
}

#nextf {
    background-image: url(viewer_icons/next_frame.gif);
}

#play {
    background-image: url(viewer_icons/play.gif);
}

#stop {
    background-image: url(viewer_icons/stop.gif);
}

#hounsefield {
    background-image: url(viewer_icons/hounse.gif);
}

#cal {
    background-image: url(viewer_icons/calibratet.gif);
}

#HangingBtn {
    background-image: url(viewer_icons/hanging.gif);
}

#splitImg {
    background-image: url(viewer_icons/splitImage.gif);
}

#SingleMode {
    background-image: url(viewer_icons/single_mode.gif);
}

#annBtn {
    background-image: url(viewer_icons/annotation_dialogue.gif);
}
#orthoBtn {
    /*background-image: url(viewer_icons/annotation_dialogue.gif);*/
}
#Triangulation {
    background-image: url(viewer_icons/triangulation.gif);
}

#Fit {
    background-image: url(viewer_icons/fit_image.gif);
}

#AnnClear {
    background-image: url(viewer_icons/annotation_delete.gif);
}
#OrigImg {
    background-image: url(viewer_icons/image_original.gif);
}
#activeRefLine {
    background-image: url(viewer_icons/reference_line_toggle.gif);
}

#ActualSize {
    background-image: url(viewer_icons/TrueSize.gif); 
}
#NonLinear_WWWL {
     background-image: url(viewer_icons/nlww.gif); 
}

#orthoBtn {
     background-image: url(viewer_icons/ortho.png); 
}

#Qangle {
     background-image: url(viewer_icons/Qangle.png); 
}
#tibial_plateau_angle {
     background-image: url(viewer_icons/tibial_plateau.png); 
}
#tibiofemoral_angle {
     background-image: url(viewer_icons/tibiofemoral.png); 
}
#ShortestDist {
     background-image: url(viewer_icons/ShortestDist.png); 
}

#varus_hindfoot {
     background-image: url(viewer_icons/varus_hindfoot.png); 
}
#CalcaneusAngle {
     background-image: url(viewer_icons/CalcaneusAngle.png); 
}
#TalusBase {
     background-image: url(viewer_icons/TalusBase.png); 
}
#BoehlerAngle {
     background-image: url(viewer_icons/BoehlerAngle.png); 
}
#scapholunatedistance {
     background-image: url(viewer_icons/ScapholunateDistance.png); 
}

#ulnarvariance {
     background-image: url(viewer_icons/UlnarVariance.png); 
}

#InclinationAngle {
     background-image: url(viewer_icons/InclinationAngle.png); 
}

#lateral_talocalcaneal_angle {
     background-image: url(viewer_icons/lateral_talocalcaneal.png); 
}
#lateral_clear_space {
     background-image: url(viewer_icons/lateral_clear_space.png); 
}

#acetabularangle {
     background-image: url(viewer_icons/acetabularangle.png); 
}
#Coxavara {
     background-image: url(viewer_icons/Coxavara.png); 
}
#CenterEdgeAngle {
     background-image: url(viewer_icons/CenterEdgeAngle.png); 
}
#equalleglengths {
     background-image: url(viewer_icons/equalleglengths.png); 
}
#alpha_angle {
     background-image: url(viewer_icons/alpha_angle.png); 
}


.loadingdiv {
     background-size: contain;
    background: url(viewer_icons/loading.gif) no-repeat center center  ;
    background-size:32px 32px;
   
}

fieldset {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-color: black;
    padding: 1px;
}

#browsing {
    height: 65px;
}


#Display, #mesure {
    height: auto;
}

.gridCanvas {
    width: 66px;
    height: 66px;
    background: gray;
    margin-left:10px;
}

#_00 {
    width: 66px;
    height: 66px;
    background: lightskyblue;
    margin-left: 10px;
  
}

#hangingprotocols {
    border-radius: 6px;
    background: lightgrey;
}
