html {
    background-color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.42857143;
    color: #58666e;
    background-color: transparent;
}

*:focus {
    outline: 0 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
}

/* ----------- Log In Page ----------- */

.contact_form form input{
    width:65%;
    margin-top: -2px;
    height: 25px;
    margin-right: 5px;
    border:1px solid #ccc;
    padding-left: 5px;
    display: inline-block;
}

.modal-dialog {
    position: absolute;
    top: 40%;
    left: 45%;
}

.modal-header {
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border: 0px solid #000000;
}

.contact {

    width:250px;
    border: 1px solid;
    margin-top:25px;
    margin-left: auto;
    margin-right: auto;
    height:150px;
    background:white;
    box-shadow: 10px 10px 5px #888888;
}

.contact_header {

    height:25px;
    background:#DDDDDD;
    padding: 4px;
    font-weight: bold;
    font-size: 12px;
}

.contact_form {

    padding-top:10px;
    height:80px
}

.form-group label {
    margin-left: 3px;
}
.contact_bottom {

    background:#DDDDDD;
    margin-bottom:0px;
    height:43px;
}

.contact_bottom input {
    float: right;
    font-weight: bold;
    margin: 5px;
}

.website_logo img {
    margin-top: 12%;
    margin-left: auto;
    margin-right: auto;
}

/* ----------- Studies Page ----------- */

.study_table {

    margin-top:25px;
    margin-left: auto;
    margin-right: auto;
    background:white;
    box-shadow: 10px 10px 5px #888888;
    width:500px;
    border:1px solid;

    font-size: 10px;
    line-height: 25px;

}

.table_header {
    border-bottom: 1px solid ;
    height:25px;
    background:#DDDDDD;
    padding: 2px;
    padding-left:9px;
    font-weight: bold;
    font-size: 12px;
    box-shadow: 2px 2px 5px #888888;
}

.study_table {

    margin-bottom:50px;
}


.website_logo1 img {
    margin-top: 8%;
    margin-left: auto;
    margin-right: auto;
}

/* ----------- Study View Page ----------- */


.container {
    margin-top:36px;
    padding: 0 0px;
    box-shadow: 2px 2px 5px #888888;
    margin-bottom:2px;
    width:97%;
}

.imageContainer {
    position: relative;
    max-width: 87%;
    max-height: 1000px;
    border: 10px solid black;
}

.image {
    position: relative;
}

#imageContainer {
    overflow: hidden;
}

.imageContainer.overflow {
    overflow: visible;
}

.previews {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x:hidden;
    width:18%;
    margin-left:auto;
    margin-right:auto;
    float: left;
    border-right:1px solid
}

.previews iframe {
    width:100px;
    height:100px;
    margin-left:15%;
}

.previews input {
    margin-left:37%;
    font-size:12px;
    position:relative;
    bottom:52px;
}

.gallery .full {
    width: 82%;
    background-color:black;
    float: right;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) !important;
}

.gallery .previews a {
    display: block;
    margin-bottom: 10px;
}

.gallery .previews a img {
    max-width: 100px;
}

.gallery .previews a img.rotateMinus90 {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    width: auto;
    height: 100px;
    margin: 5px 10px;
}

.gallery .previews a img.rotate90 {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    padding: 10px;
}

.gallery .previews a img.rotate180 {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.gallery .previews a {
    width: 110px;
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
}

.gallery .previews .lefti > a {
    border: 5px solid #FFF;
    outline: 1px solid #CCC;
}

.gallery .full, .gallery .full img {
    display: block;
}

#zoomRange {
    float: left;
    margin: 0px 3px 0 3px;
    background: transparent;
    height: 25px;
}

#zoomRangeOutput {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -8px;
    color: white;
}

.gallery .previews a.selected {
    border: 5px solid grey;
}

.lefti a.selected {
    background-color: #DDDDDD;
}

.audio {
    overflow: hidden;
    background-color: black;
    width:100px;
    height:28px;
}

.selected .audio {
    height: 23px;
}

.progressbar-wrapper {
    top: -25px;
    right: -26px;
}

.butonat {
    border:1px solid;
    margin-top:0px;
    /*height:58px;*/
    margin-bottom:10px;
    background-color:#DDDDDD;
    padding-top:8px;
}

.butonat .btn {
    margin-bottom:5px;
    background-color: none!important;
}
.butonat .pushme {
    min-width: 127px;
}

.butonat label[for="download_type"] {
    display: block;
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

/* ----------- Study View Page Range Slider ----------- */
.bold, #Output, #OutputC {
    font-weight: bold;
    font-size: 12px!important;
}
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}
input[type=range] {
    height: 17px;
    background-color: transparent;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: rgba(48, 113, 169, 0.78);
    border-radius: 21px;
    border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
    box-shadow: 0.9px 0.9px 1px #000031, 0px 0px 0.9px #00004b;
    border: 1.8px solid #00001e;
    height: 22px;
    width: 22px;
    border-radius: 15px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgba(54, 126, 189, 0.78);
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: rgba(48, 113, 169, 0.78);
    border-radius: 21px;
    border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
    box-shadow: 0.9px 0.9px 1px #000031, 0px 0px 0.9px #00004b;
    border: 1.8px solid #00001e;
    height: 22px;
    width: 22px;
    border-radius: 15px;
    background: #ffffff;
    cursor: pointer;
}
input[type=range]::-ms-track {
    width: 10%;
    height: 10px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: rgba(42, 100, 149, 0.78);
    border: 0.2px solid #010101;
    border-radius: 42px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
    background: rgba(48, 113, 169, 0.78);
    border: 0.2px solid #010101;
    border-radius: 42px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
    box-shadow: 0.9px 0.9px 1px #000031, 0px 0px 0.9px #00004b;
    border: 1.8px solid #00001e;
    height: 22px;
    width: 22px;
    border-radius: 15px;
    background: #ffffff;
    cursor: pointer;
    height: 11.4px;
}
input[type=range]:focus::-ms-fill-lower {
    background: rgba(48, 113, 169, 0.78);
}
input[type=range]:focus::-ms-fill-upper {
    background: rgba(54, 126, 189, 0.78);
}
input[type=range] {
    -webkit-appearance: none;
    width: 90%;
    padding: 0;
    /*margin: 7.3px 0;*/
}
input[type=range]::-ms-tooltip {
    display: none;
}
#zoomRange {
    width: 60%;
}
#br {
    margin-top: 9px;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: rgba(48, 113, 169, 0.78);
    border-radius: 21px;
    border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
    box-shadow: 0.9px 0.9px 1px #000031, 0px 0px 0.9px #00004b;
    border: 1.8px solid #00001e;
    height: 22px;
    width: 22px;
    border-radius: 15px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgba(54, 126, 189, 0.78);
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: rgba(48, 113, 169, 0.78);
    border-radius: 21px;
    border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
    box-shadow: 0.9px 0.9px 1px #000031, 0px 0px 0.9px #00004b;
    border: 1.8px solid #00001e;
    height: 22px;
    width: 22px;
    border-radius: 15px;
    background: #ffffff;
    cursor: pointer;
}
input[type=range]::-ms-track {
    width: 99%;
    height: 10px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: rgba(42, 100, 149, 0.78);
    border: 0.2px solid #010101;
    border-radius: 42px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
    background: rgba(48, 113, 169, 0.78);
    border: 0.2px solid #010101;
    border-radius: 42px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
    box-shadow: 0.9px 0.9px 1px #000031, 0px 0px 0.9px #00004b;
    border: 1.8px solid #00001e;
    height: 22px;
    width: 22px;
    border-radius: 15px;
    background: #ffffff;
    cursor: pointer;
    height: 11.4px;
}
input[type=range]:focus::-ms-fill-lower {
    background: rgba(48, 113, 169, 0.78);
}
input[type=range]:focus::-ms-fill-upper {
    background: rgba(54, 126, 189, 0.78);
}

.study_table button{
    /*background: #58666e;*/
    /*color:#fff;*/
    font-size:10px;
}

/*.butonat input[type=range] {
    margin-top:1px!important;
}*/

/* ----------- Study View Audio Css ----------- */
audio {
    width:40px;
    margin-top:-25px;
    position:relative;
    right:-25px;
    top:-35px;
}

.simple-player-container {
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.simple-player-container > div > ul {
    margin: 0;
    padding-left: 0;
}

.zoomableContainer {
    /*overflow: hidden !important;*/
    /*min-width: 1024px!important;*/
}
.imageFullScreen {
    /*max-height: 100% !important;*/
}


.simpleplayer-play-control {
    background-image: url('../img/play.png');
    display: block;
    width: 16px;
    height: 16px;
    bottom: -5px;
    position: relative;
    bottom: -1px;
    right: 5px;
}
.simpleplayer-play-control:hover {
    background-image: url('../img/playing.png');
}
.simpleplayer-stop-control {
    background-image: url('../img/stop.png');
    display: block;
    width: 16px;
    height: 16px;
    bottom: -1px;
    right: 5px;
    position: relative;

}
.simpleplayer-stop-control:hover {
    background-image: url('../img/stoped.png');
}

.butonat  input,select{

    font-size:12px;
    margin-right:5px;
}


/* ----------- Study View Zoom Css ----------- */

#positionButtonDiv{
    width: 30%;
    /*background: rgb(58, 56, 63);*/
    /*background: rgba(58, 56, 63, 0.8);*/
    /*border: solid 1px #100000;*/
    color: #FFFFFF;
    padding: 8px;
    padding-top: 14px;
    text-align: left;
    position: absolute;
    z-index: 999;
}

range {
    position:relative;
    top:25px;
}

select {
    padding:3px;
    margin: 0;
    height:28px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #58666e;
    color:#fff;
    top:-1px;
    position:relative;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}


.selekts label {position:relative}

.selekts label:after {
    content:'<>';
    top:5px;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:8px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}
.selekts label:before {
    content:'';
    right:6px; top:0px;

    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}
input[type="button"] {
    background-color: #58666e!important;
    color: #fff!important;
}
/*button {
    background-color: #58666e!important;
    color: #fff!important;
}*/
input[type="button"]:focus {
    outline: none!important;  
    color:#fff!important;
    background-color: #58666e!important; 
}
input[type="submit"] {
    background-color: #58666e!important;
    color: #fff!important;
}
.area {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    /* IE 5-7 */
    filter: alpha(opacity=1);
    /* Netscape */
    -moz-opacity: 0.01;
    /* Safari 1.x */
    -khtml-opacity: 0.01;
    /* Good browsers */
    opacity: 0.01;

    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFF;
    position: absolute;
}

.bubble { 
  position: absolute; 
  left: 50%; 
  top: 50%; 
  /*width: 250px; */
  height: 84px; 
  display: table; 
}

.bubble p {
    font-size: 20px;
  display: table-cell; 
  vertical-align: middle; 
  text-align: center; 
}

.metron-iq-wrapper {
    width: 550px;
    margin: 0 auto;
    margin-top: 25px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid black;
}

.metron-iq-wrapper .image {
    text-align: center;
    padding-bottom: 10px;
}

.metron-iq-wrapper .image img {
    width: 70%;
}

.metron-iq-wrapper .content {
    font-size: 24px;
    color: black;
    text-align: center;
}
}
