/* * {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

@viewport {
    height: device-height
}

@viewport {
    width: device-width
}

html,body {
    height: 100%;
    margin: 0;
}

canvas {
    width: 100%;
    height: 100%
} */

#viewerMain,
#viewerMainRight {
    display: flex;
    flex-flow: column;
    height: 100%;
    position: relative;
}

#viewerCameraPositions {
    position: absolute;
    left: 0;
    bottom: 0;
}

#viewerTeethTransform {
    position: absolute;
    right: 20px;
    top: 20px;
}

#viewerControl {
    padding-top: 10px;
    padding-bottom: 10px;
    background: white;
    width: 100%;
    text-align: center;
    flex: 0 1 auto;
}

#viewerRender {
    position: relative;
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
}

#viewerSlider {
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
}

#viewerSliderVert {
    position: absolute;
    bottom: 200px;
    height: 400px;
    left: 25%;
}

#viewerSliderVert2 {
    position: absolute;
    bottom: 200px;
    height: 400px;
    left: 75%;
}

#viewerSliderVert3 {
    position: absolute;
    bottom: 200px;
    height: 400px;
    left: 85%;
}

#viewerSliderVert4 {
    position: absolute;
    bottom: 200px;
    height: 400px;
    left: 15%;
}

#viewerSliderVert5 {
    position: absolute;
    bottom: 200px;
    height: 400px;
    left: 92%;
}

#viewerTeethInfo {
    position: absolute;
    z-index: 100;
    display: inline;
    padding: 10px;
    color: #bac1c8;
}

.btn-group .selected {
    font-weight: bold;
    background: #2a81b0;
    color: white;
}

.buttonHeaderTable td {
    padding: 5px 20px 5px 20px !important;
}

.buttonTable {
    color: #bac1c8;
    font-weight: bold;
    text-align: center;
}

.buttonTable td {
    padding: 10px;
}

.buttonTable img {
    cursor: pointer;
}

.tblTeeth td {
    width: 100px;
}

.overlayBox {
    background: white;
    margin: 10px;
    border-radius: 25px;
    opacity: 0.9;
}

/* Buttons */
.btnContainer:hover {
    cursor: pointer;
}

.btnIcon {
    width: 40px;
    height: 40px;
}

#btnToothMoveY .btnIcon { background: url('../images/icons/tooth_move_y_off.png'); }
#btnToothMoveY:hover .btnIcon, #btnToothMoveY.selected .btnIcon { background: url('../images/icons/tooth_move_y_on.png'); }

#btnToothMoveX .btnIcon { background: url('../images/icons/tooth_move_x_off.png'); }
#btnToothMoveX:hover .btnIcon, #btnToothMoveX.selected .btnIcon { background: url('../images/icons/tooth_move_x_on.png'); }
