﻿@charset "utf-8";

/*------------------Page Style---------------------*/
#zeiss_tutorial {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*------------------Splash Style---------------------*/
.zeiss_loading
{
    position: absolute;
    border: solid 5px #C2DEF6;
    background-color:White;
    z-index: 999;
}
.zeiss_logo
{
    position:absolute;
    margin: -84px 0 0 -100px;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    text-align: center;
    visibility:hidden;
}
.zeiss_logoimage
{
    position:absolute;
    /*background-image:url(http://java.magnet.fsu.edu/html5/includes/logos/zeisslogo.svg);*/
    /*background-size: 100% !important;*/
    left:57px;
    height:86px;
    width:86px;
    margin: auto;
}
.zeiss_logotext
{
    position:absolute;
    top:96px;
    width:200px;
    font-family:"Arial Narrow", Arial, sans-serif;
    font-size:18px;
    font-weight: bold;
    color: Black;
}
#zeiss_preloader {
    position: absolute;
    left:25px;
    top:124px;
    width:150px;
}
/*---------------End Splash Style------------------*/

/*---------------Loader Style---------------*/
.zeiss_loadingcontainer {
    position: absolute;
    height: 19px;
    border:3px solid #C2DEF6;
}
.zeiss_loadingbar {
    position:absolute;
    left:2px; top:2px;
    width:0px; height:15px;
    background-color: #7DBEE8;
    background: linear-gradient(#7DBEE8, #357197);
    background: -webkit-linear-gradient(#7DBEE8, #357197);
    background: -moz-linear-gradient(#7DBEE8, #357197);
    background: -o-linear-gradient(#7DBEE8, #357197);
    background: -ms-linear-gradient(#7DBEE8, #357197);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#7DBEE8', endColorstr='#357197');
}
.zeiss_loadingbarshine {
    position:absolute;
    left:0; top:1px;
    width:100%; height:6px;
    background-color: rgba(255, 255, 255, 0.2);
}
.zeiss_loadingtext
{
    position:absolute;
    left:0px;
    top:30px;
    width:100%;
    font-size:15px;
    font-weight:bold;
    text-align: center;
}

/*------------------Button Style---------------------*/
.zeiss_button {
    text-align:center;
    width:90px;
    height:30px;
}
.zeiss_buttonbg {
    background-color: white;
    border: 2px solid #0F2D4A;
    border-radius: .4em;
    -webkit-border-radius: .4em; 
    -moz-border-radius: .4em;
}
.zeiss_buttonface {
    position: absolute;
    left:3px;
    top:3px;
    border-radius: .3em;
    -webkit-border-radius: .3em; 
    -moz-border-radius: .3em;
}
.zeiss_buttonup 
{
    background: #ffffff;
    background: -moz-linear-gradient(#ffffff, #C6D6DB);
    background: -webkit-linear-gradient(#ffffff, #C6D6DB);
    background: -o-linear-gradient(#ffffff, #C6D6DB);
    background: -ms-linear-gradient(#ffffff, #C6D6DB);
    background: linear-gradient(#ffffff, #C6D6DB);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#C6D6DB');
}
.zeiss_buttondown 
{
    background: #C6D6DB;
    background: -moz-linear-gradient(#C6D6DB, #ffffff);
    background: -webkit-linear-gradient(#C6D6DB, #ffffff);
    background: -o-linear-gradient(#C6D6DB, #ffffff);
    background: -ms-linear-gradient(#C6D6DB, #ffffff);
    background: linear-gradient(#C6D6DB, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#C6D6DB', endColorstr='#ffffff');
}
.zeiss_buttonlabel
{
    position: absolute;
    margin-top: -10px;
    width:100%;
    top:50%;
    color:#333333;
    font-size:16px;
    text-shadow:0 1px 0 #fff;
}
.zeiss_togglelabel
{
    position: absolute;
    margin-top: -10px;
    text-align: left;
    left:25px; top:50%;
    color:#333333;
    font-size:16px;
    text-shadow:0 1px 0 #fff;
}
.zeiss_togglecrater {
    position: absolute;
    width:14px; height:14px;
    left:7px; top:50%;
    margin-top: -7px;
    border-radius: 7px;
    -webkit-border-radius: 7px; 
    -moz-border-radius: 7px;
    background: radial-gradient(7px 14px, circle farthest-side, rgba(225, 230, 235, 1) 0%, rgba(155, 160, 165, 1) 100%);
    background: -webkit-radial-gradient(7px 14px, circle farthest-side, rgba(225, 230, 235, 1) 0%, rgba(155, 160, 165, 1) 100%);
    background: -moz-radial-gradient(7px 14px, circle farthest-side, rgba(225, 230, 235, 1) 0%, rgba(155, 160, 165, 1) 100%);
    background: -ms-radial-gradient(7px 14px, circle farthest-side, rgba(225, 230, 235, 1) 0%, rgba(155, 160, 165, 1) 100%);
    background: -o-radial-gradient(7px 14px, circle farthest-side, rgba(225, 230, 235, 1) 0%, rgba(155, 160, 165, 1) 100%);
}
.zeiss_togglelightbg {
    position: absolute;
    width:10px; height:10px;
    left:2px; top:2px;
    border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    background: radial-gradient(5px 5px, circle farthest-side, rgba(2, 152, 1, 1) 20%, rgba(50, 72, 47, 1) 100%);
    background: -webkit-radial-gradient(5px 5px, circle farthest-side, rgba(2, 152, 1, 1) 20%, rgba(50, 72, 47, 1) 100%);
    background: -moz-radial-gradient(5px 5px, circle farthest-side, rgba(2, 152, 1, 1) 20%, rgba(50, 72, 47, 1) 100%);
    background: -ms-radial-gradient(5px 5px, circle farthest-side, rgba(2, 152, 1, 1) 20%, rgba(50, 72, 47, 1) 100%);
    background: -o-radial-gradient(5px 5px, circle farthest-side, rgba(2, 152, 1, 1) 20%, rgba(50, 72, 47, 1) 100%);
}
.zeiss_togglelight {
    position: absolute;
    width:16px; height:16px;
    left:6px; top:50%;
    margin-top: -8px;
    border-radius: 8px;
    -webkit-border-radius: 8px; 
    -moz-border-radius: 8px;
    background: radial-gradient(8px 8px, circle farthest-side, rgba(150, 244, 150, 1) 30%, rgba(101, 252, 100, 0.75) 62%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-radial-gradient(8px 8px, circle farthest-side, rgba(150, 244, 150, 1) 30%, rgba(101, 252, 100, 0.75) 62%, rgba(255, 255, 255, 0) 100%);
    background: -moz-radial-gradient(8px 8px, circle farthest-side, rgba(150, 244, 150, 1) 30%, rgba(101, 252, 100, 0.75) 62%, rgba(255, 255, 255, 0) 100%);
    background: -ms-radial-gradient(8px 8px, circle farthest-side, rgba(150, 244, 150, 1) 30%, rgba(101, 252, 100, 0.75) 62%, rgba(255, 255, 255, 0) 100%);
    background: -o-radial-gradient(8px 8px, circle farthest-side, rgba(150, 244, 150, 1) 30%, rgba(101, 252, 100, 0.75) 62%, rgba(255, 255, 255, 0) 100%);
    opacity:0;
}
/*------------------End Button Style---------------------*/

/*------------------Slider Style---------------------*/
.sld_trackback
{
    position: absolute;
    top:8px;
    height:12px;
    opacity: 0.5;
    background-color: #1F5381;
}
.sld_track {
    position: absolute;
    top:11px;
    height:6px;
    background: #00314A;
    background: -moz-linear-gradient(#00314A, #00496E);
    background: -webkit-linear-gradient(#00314A, #00496E);
    background: -o-linear-gradient(#00314A, #00496E);
    background: -ms-linear-gradient(#00314A, #00496E);
    background: linear-gradient(#00314A, #00496E);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00314A', endColorstr='#00496E');
}
.sld_handle {
    position: absolute;
    height: 28px;
    cursor:pointer;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
    background: #114F80;
    background: -moz-linear-gradient(#114F80, #012344);
    background: -webkit-linear-gradient(#114F80, #012344);
    background: -o-linear-gradient(#114F80, #012344);
    background: -ms-linear-gradient(#114F80, #012344);
    background: linear-gradient(#114F80, #012344);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#114F80', endColorstr='#012344');
}
.sld_handleup {
    position: absolute;
    left: 2px;
    top: 2px;
    height: 24px;
    background: #FFFFFF;
    background: -moz-linear-gradient(#FFFFFF, #A0D4FF);
    background: -webkit-linear-gradient(#FFFFFF, #A0D4FF);
    background: -o-linear-gradient(#FFFFFF, #A0D4FF);
    background: -ms-linear-gradient(#FFFFFF, #A0D4FF);
    background: linear-gradient(#FFFFFF, #A0D4FF);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFF', endColorstr='#A0D4FF');
}
.sld_handledown {
    position: absolute;
    left: 2px;
    top: 2px;
    height: 24px;
    background: #FFFFFF;
    background: -moz-linear-gradient(#FFFFFF, #FFEC44);
    background: -webkit-linear-gradient(#FFFFFF, #FFEC44);
    background: -o-linear-gradient(#FFFFFF, #FFEC44);
    background: -ms-linear-gradient(#FFFFFF, #FFEC44);
    background: linear-gradient(#FFFFFF, #FFEC44);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFF', endColorstr='#FFEC44');
}
/*----------------End Slider Style-------------------*/

/*------------------Segment Style---------------------*/
.zeiss_segmentcontainer {
    text-align: center;
    background-color: #0F2D4A;
    border-radius: .4em;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
}
.zeiss_segment {
    position: absolute;
    top: 2px;
}
/*segmentup is the same as zeiss_buttonup*/
.zeiss_segmentdown {
    background: #0066CC;
    background: -moz-linear-gradient(#99CCFF, #0066CC);
    background: -webkit-linear-gradient(#99CCFF, #0066CC);
    background: -o-linear-gradient(#99CCFF, #0066CC);
    background: -ms-linear-gradient(#99CCFF, #0066CC);
    background: linear-gradient(#99CCFF, #0066CC);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#0066CC', endColorstr='#99CCFF');
}
.zeiss_segmentlabel
{
    position: absolute;
    margin-top: -10px;
    width:100%;
    top:50%;
    color:#333333;
    font-size:16px;
    text-shadow:0 1px 0 #fff;
}
/*------------------End Segment Style---------------------*/

