#overlayContainer {
    position: relative;
}

#threeDContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 66%;
}

#statsContainer {
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
}

a.vb-links, a.vb-links:visited {
    border-bottom-style: none;
}

.search-go {
    color: black;
    font-weight: bold;
    padding: 3px 5px 3px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.biostudies {
    background-color: #75C8EC;
}

.pdbe {
    background-color: #d8e5d8
}

.emdb {
    background-color: #9fcc95;
}

.uniprot {
    background-color: #5caecd;
}

span > * {
    pointer-events: none;
}

#vb-container {
    min-height: 1021px;
}

#entry_info_container {
    position: relative;
    top: 0;
    margin-bottom: 18px;
    width: 1000px;
}

#segmentation_info_container {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: none;
}

.view {
    width: 200px;
    height: 200px;
    float: left;
    position: relative;
    /*Disable focus frame*/
    outline: none;
    border: none;
    /*Disable text selection*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -html-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#visualisation_container {
    position: relative;
    width: 1000px;
    height: 800px;
}

#views_container {
    width: 200px;
    position: relative;
}

/* zoom controls styling */
input[type=range] {
    color: red;
    -webkit-appearance: none;
    background: #aeaeae;
    height: 3px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-ms-track {
    width: 300px;
    height: 5px;

    background: transparent;
    background-color: white;

    border-color: transparent;
    border-width: 6px 0;

    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #ddd;
    border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}

input[type=range]:focus::-ms-fill-lower {
    background: #ddd;
}

input[type=range]:focus::-ms-fill-upper {
    background: #ddd;
}

input[type=range]::-ms-tooltip {
    display: none;
}

input[type=range]::-ms-thumb {
    border: none;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: goldenrod;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    border: none;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: goldenrod;
    margin-top: -4px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod;
    margin-top: -5px;
}

#zoom_slider_container {
    position: absolute;
    top: 27px;
    right: 3px;
}

#zoom_slider_background {
    background-color: white;
    width: 34px;
    height: 292px;
    opacity: 0.7;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.round-button {
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 0;
    border-radius: 15px;
    line-height: 30px;
}

#zoom_in {
    position: absolute;
    top: 34px;
    right: 2px;
}

#zoom_in_label {
    position: absolute;
    top: 33px;
    right: 40px;
    height: 32px;
    width: 145px;
    font-family: Arial, sans-serif;
    background-color: black;
    opacity: 0.4;
    line-height: 34px;
    text-align: center;
    border-radius: 20px;
    display: none;
    color: white;
}

#zoom_out {
    position: absolute;
    top: 260px;
    right: 2px;
}

#zoom_out_label {
    position: absolute;
    top: 260px;
    right: 40px;
    height: 32px;
    width: 145px;
    font-family: Arial, sans-serif;
    background-color: black;
    opacity: 0.4;
    line-height: 34px;
    text-align: center;
    border-radius: 20px;
    display: none;
    color: white;
}

#zoom_reset {
    position: absolute;
    top: 2px;
    left: 2px;
    /*font-size: xx-large;*/
}

#zoom_reset_label {
    position: absolute;
    top: -1px;
    right: 40px;
    height: 32px;
    width: 159px;
    font-family: Arial, sans-serif;
    background-color: black;
    opacity: 0.4;
    line-height: 34px;
    text-align: center;
    border-radius: 20px;
    display: none;
    color: white;
}

#zoom_slider {
    position: absolute;
    top: 162px;
    right: -78px;
    width: 192px;
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

/* zoom controls styling ends */
/* opacity controls styling begins */
#opacity_slider_container {
    display: none;
    position: absolute;
    top: 477px;
    right: 3px;
}

#opacity_slider_background {
    background-color: white;
    width: 34px;
    height: 292px;
    opacity: 0.7;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

#opacity_slider {
    position: absolute;
    top: 162px;
    right: -78px;
    width: 192px;
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
}

#opacity_more {
    position: absolute;
    right: 2px;
    top: 34px;
}

#opacity_more_label {
    position: absolute;
    top: 32px;
    right: 40px;
    height: 32px;
    width: 198px;
    font-family: Arial, sans-serif;
    background-color: black;
    opacity: 0.4;
    line-height: 34px;
    text-align: center;
    border-radius: 20px;
    display: none;
    color: white;
}

#opacity_less {
    position: absolute;
    right: 2px;
    top: 260px;
}

#opacity_less_label {
    position: absolute;
    top: 260px;
    right: 40px;
    height: 32px;
    width: 186px;
    font-family: Arial, sans-serif;
    background-color: black;
    opacity: 0.4;
    line-height: 34px;
    text-align: center;
    border-radius: 20px;
    display: none;
    color: white;
}

#opacity_reset {
    position: absolute;
    right: 2px;
    top: 2px;
}

#opacity_reset_label {
    position: absolute;
    top: -1px;
    right: 40px;
    height: 32px;
    width: 168px;
    font-family: Arial, sans-serif;
    background-color: black;
    opacity: 0.4;
    line-height: 34px;
    text-align: center;
    border-radius: 20px;
    display: none;
    color: white;
}

#navigator {
    position: absolute;
    bottom: 4px;
    left: 212px;
    color: white;
}

#navigator_icon {
    opacity: 0.4;
    color: yellow;
}

#navigator_label {
    position: absolute;
    bottom: 14px;
    height: 32px;
    width: 230px;
    left: 56px;
    font-family: Arial, sans-serif;
    background-color: black;
    opacity: 0.4;
    line-height: 32px;
    text-align: center;
    border-radius: 20px;
    display: none;
}

#navigator_widget {
    position: absolute;
    bottom: -2px;
    left: -10px;
    display: none;
}

#navigator_background {
    position: absolute;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: white;
    opacity: 0.7;
    width: 100%;
    height: 100%;
}

#navigator_close {
    position: absolute;
    top: -1px;
    right: -29px;
    color: white;
    font-size: 30px;
    color: white;
}

#histogram {
    position: absolute;
    top: 0;
    left: 212px;
    color: white;
}

#histogram_icon {
    opacity: 0.4;
    color: yellow;
}

#histogram_label {
    position: absolute;
    top: 14px;
    height: 32px;
    width: 350px;
    left: 56px;
    font-family: Arial, sans-serif;
    background-color: black;
    opacity: 0.5;
    line-height: 32px;
    text-align: center;
    border-radius: 20px;
    display: none;
}

#histogram_widget {
    position: absolute;
    top: 2px;
    left: -10px;
    display: none;
}

#histogram_background {
    background-color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    height: 100%;
}

#histogram_close {
    position: absolute;
    top: -1px;
    right: -29px;
    color: white;
    font-size: 30px;
}

.large-icon {
    font-size: 30pt;
}
