html, body { 
    background-color:#fff;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
div{
    position:absolute;
}
a:focus{
    outline: none;   
}
img{
    width: 90%;
    height: 90%;  
}
h2{
    font-weight:bold;
    color:#666;
    font-size:12px;
    text-align:center;
    font-family:arial; 
}
p{
    font-weight:normal;
    color:#666;
    font-size:16px;
    text-align:center;
    font-family:arial;   
}
button{
    background-color: #389090;
    /*background-color: #44AFAF;*/
    border: none;
    color: #eee;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
    outline: none;
}
button:hover{
    /*background-color: #389090;*/
    background-color: #44AFAF;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.24), 0 5px 10px 0 rgba(0,0,0,0.19);
    outline: none;
}
button:disabled{
    /*opacity: 0.9;*/
    background-color: #6FA3A1;
    cursor: not-allowed;
}
button:enabled{
    /*opacity: 0.9;*/
    background-color: #389090;
    cursor: pointer;
}
button:active{
    background-color: #088A85;
    transform: translateY(2px);
    outline: none;
}
select{
    background: #eee;
    outline: none;
    width: 130px;
    padding: 5px;
    margin-left: 4px;
    margin-right: 10px;
    font-size: 14px;
    color: #666;
    line-height: 1;
    height: 30px;
    border-radius: 4px;
}

#OnlineVolPanel{
    z-index: 10;
    display: inline-block;
}

/*Classes*/
.centered{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}
.horizontalCentered{
    position: absolute;
    left: 50%;
    transform: translateX(-50%); 
}
/*.verticalCentered{
    position: absolute;
    top: 50%;
    transform: translateY(-50%); 
}*/
.panel{
    background-color: #ddd;
    height: 96%;
    width: 96%;
}
.panel2{
    background-color: #ddd;
    height: 99%;
    width: 99%;
}
.stdBorderRadius{
    border: 1px solid #ddd;
    border-radius: 8px;
}
.genericRelativeBox{
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;
}
.leftAlign{
    text-align: center;
}
.font18{
    font-size:18px;
}
.font12{
    font-size:12px;
}
.transparentBox{
    background: #eee;
    outline: none;
    width: 60%;
    height: 33px;
    border: 1px solid #999;
    border-radius: 4px; 
    margin-top: 12px;
    margin-left: 15px;
    padding-left: 40px;
}
.alignTextVert{
    display: flex;
    align-items: center; /* align vertical */
    justify-content: initial;
}
/*IDs*/
#mainContainer{
    top: 0px;
    left: 0px;
    width: 1080px;
    height: 768px;
}
#leftPanel{
    top: 0px;
    left: 0px;
    width: 180px;
    height: 768px;
}
#sandBoxPanel{
    top: 64px;
    left: 0px;
    width: 1080px;
    height: 768px;
}
#sandBoxPanel2{
    top: 0px;
    left: 0px;
    width: 1080px;
    height: 768px;
}
#rightPanel{
    top: 0px;
    left: 1180px;
    width: 180px;
    height: 768px;
}
#logoPanel{
    top: 0px;
    left: 0px;
    width: 180px;
    height: 168px;
}
#bluetoothPanel{
    top: 168px;
    left: 0px;
    width: 180px;
    height: 325px;
}
#bluetoothData{
    width: 180px;
    height: 200px;
}
#anatomyPanel{
    top: 493px;
    left: 0px;
    width: 180px;
    height: 275px;
}
#loadVolOnline{
    position: absolute;
    bottom: 25px;
    right: 10px;   
}
#loadVol{
    position: absolute;
    bottom: 25px;
    right: 10px;   
}
#sincLocal{
    position: absolute;
    bottom: 25px;
    left: 10px;   
}
#sincOnLine{
    position: absolute;
    bottom: 25px;
    left: 10px;   
}

#arrowsPanel{
    top: 493px;
    left: 0px;
    width: 180px;
    height: 180px;
}

#slider1{
    top: 200px;
    left: 490px;
    width: 20px;
    height: 180px;
}

#slider2{
    top: 490px;
    left: 250px;
    width: 210px;
    height: 100px;
}

#slider3{
    top: 490px;
    left: 20px;
    width: 210px;
    height: 100px;
}

#slider4{
    top: 490px;
    left: 650px;
    width: 210px;
    height: 100px;
}

#focusPanel{
    top: 200px;
    left: 480px;
    width: 50px;
    height: 80px;
}

#focusPanel2{
    top: 300px;
    left: 480px;
    width: 50px;
    height: 80px;
}

#slicePanel{
    top: 100px;
    left: 50px;
    width: 50px;
    height: 80px;
}

#botonPause{
    top: 680px;
    left: 45px;
    width: 90px;
    height: 40px;
}

/*TABS*/
#volTabs{
    height: 90px;
    width: 180px;
    background-color:#eee; 
    padding: 0px; 
    background: none; 
    border-width: 0px; 
}

#volTabs .ui-state-default{
    background:#44AFAF !important;
    border-color: #44AFAF !important;
    border-radius: 10px 10px 0 0;
}
#volTabs .ui-state-default a{
    color:#eee !important;
}

#volTabs .ui-state-active{
    background:#eee !important;
    border-color: #eee !important;
    border-radius: 10px 10px 0 0;
} 
#volTabs .ui-state-active a{
    color:#666 !important;
}

#volTabs .ui-tabs-nav { 
    padding-left: 0px; 
    background: transparent; 
    border-width: 0; 
}

#volTabs .ui-tabs-panel { 
    background: #eee; 
    height: 90px;
    width: 180px;
    border-width: 0; 
    border-radius: 0px 10px 10px 10px;
}


input[type="file"] {
    display: none;
}

.file-button{
  background: white;
  padding: 10px;
  border: 1px solid;
}

#localVolValue{
    max-width: 90%;
    background: #fff;
    border: 1px solid #999;
    border-radius:10px;
    display: inline-block;
    cursor: pointer;
    padding: 8px 10px;
}


#trasparencePanel{
    top:0;
    left:0;
    width: 1360px;
    height: 768px;
    z-index: 4;
    display: none;
    background: rgba(255,255,255,0.5);
}
#sincPanel{
    top:200px;
    left:296px;
    width: 768px;
    height: 300px;
    z-index: 5;
    display: none;
    background: #fff; 
    border-color: #fff;
    border-radius: 10px;
}


#Sinc{
    position: absolute;
    bottom: 25px;
    left: 180px; 
}
#cancelSinc{
    position: absolute;
    bottom: 25px;
    right: 180px; 
}
#sincMsg{
    color:red;
}