/* General CSS */
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body,*,p,a,label{
    margin: 0;
    padding: 0;
}

/*  fonts */
@font-face {
  font-family: 'STIX2Text-Regular';
  src: url('font/STIX2Text-Regular.otf')  format('opentype'),
    url('font/STIX2Text-Regular.woff') format('woff'),
    url('font/STIX2Text-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'STIX2Text-Bold';
  src: url('font/STIX2Text-Bold.otf')  format('opentype'),
    url('font/STIX2Text-Bold.woff') format('woff'),
    url('font/STIX2Text-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'STIX2Text-Italic';
  src: url('font/STIX2Text-Italic.otf')  format('opentype'),
    url('font/STIX2Text-Italic.woff') format('woff'),
    url('font/STIX2Text-Italic.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}


@font-face {
  font-family: 'ComicSansMS';
  src: url('font/ComicSansMS.eot?#iefix') format('embedded-opentype'),
    url('font/ComicSansMS.woff') format('woff'),
    url('font/ComicSansMS.ttf')  format('truetype'),
    url('font/ComicSansMS.svg#ComicSansMS') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
    font-size: 14px;
    font-family: 'STIX2Text-Regular';
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
   background: #444;
}

.allHeader{
    font-size: 14px;
    background: #ffffff;
    text-align: center;
    height: 210px;
    color: #244A5A;
    line-height: 25px;
    padding-top: 2px;
}

#outerContainer,#mainContainer{
    position: relative;
    height: 578px;
    width: 750px;
    margin: 0 auto;
    background: #ffffff;
    /*overflow: hidden;*/
}

#control_contents > label{
    display: block;
    cursor: pointer;
    padding: 2px 0px 0px 2px;
    width: 150px;
    height: 20px;
    margin-top: 10px;
}

#control_contents > label>span{
    font-size: 14px;    
    color: #244A5A;
    position: relative;
    left: 2px;
    top: -2px;
}

.normalContentColor{
    color: #244A5A;
}

#mainContainer header{
    background: #006699;
    color: #ffffff;
    height: 34px;
    font-size: 16px;
    position: relative;
    z-index: 2;
    font-family: 'STIX2Text-Bold';
}

#mainHeading {
    padding: 7px;
    font-weight: bold;
    float: left;
}

#headEquation{
    margin-top: 4px;
    margin-bottom: 19px;
}

.checkbox{
    display: inline-block;
    background: url('../images/checkbox_normal.png');
    width: 14px;
    height: 15px;

    position: absolute;
    top: 0px;
    left: 2px;
    margin: auto;
}

.checkbox.selected{
    background: url('../images/checkbox_selected.png');
}

.ui-widget.ui-widget-content {
    border: 0px solid #c5c5c5!important;
    background: #D5D5D5!important;
}
.ui-slider-range{
 background: #006699!important;   
}
.normalContentColor{
    color: #244A5A;
}
.tabindex:focus{
    outline:2px solid #A4C2F0!important;
}

/*#screenshotBtn{
    background: url(../images/screen_shot.svg);
    width: 34px;
    height: 26px;
    position: absolute;
    z-index: 10;
    top: 5px;
    cursor: pointer;
    right: 35px;
}*/
#infoBtn{
    position: absolute;
    width: 27px;
    height: 27px;
    left: 720px;
    cursor: pointer;
    top: 4px;
}
#audioBtn {
    position: absolute;
    width: 27px;
    height: 27px;
    left: 680px;
    cursor: pointer;
    top: 6px;
}

#overlay {
   height: 100%;
    width: 100%!important;
    position: absolute; 
    z-index: 9998; 
    left: 0;
    top: 0;
    display: none;
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0, 0.6);
    overflow-x: hidden; 
    -webkit-transition: 0.5s; 
    -moz-transition: 0.5s; 
    -o-transition: 0.5s; 
    transition: 0.5s;            
}

/*input[type="radio"]{
    position: absolute;
    visibility: hidden;
  
}
input[type="radio"] + div{
    display: inline;
    position: relative;
    padding-left: 20px;
    padding-top: 2px;
    margin: 0px 0px 0px 0px;
    height: 18px;
    z-index: 9;
    cursor: pointer;  
    color: #244A5A;
  
}
.radioChecked{
  position: absolute;
  background: url(../images/rb.png);
  width: 16px;
  height: 16px;
  top: 0px;
  left: 2px;
  margin: auto;  
}
.radioChecked.selected{
  background: url(../images/rb_selected.png);
}
    
.radio {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(../images/rb.png);
    background-position: center;
    margin-top: -3px;
}

.radio.checked {
    background: url(../images/rb_selected.png);   
}
*/
input[type="radio"]{
    /*position: absolute;   
    width: 16px;
    height: 16px;
    top: 1px;
    left: 1px;*/
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid #244A5A;  
  outline: none;
  margin-right: 1px;
  position: relative;
  top: 3px;
  
}

input[type="radio"]:checked {
  border: 5px solid #244A5A;
}

input[type="radio"] + label{
    display: inline;
    position: relative;
    padding-left: 20px;
    padding-top: 0px;
    margin: -14px 0px 0px 0px;
    height: 18px;
    z-index: 9;
    cursor: pointer;
    color: #244A5A;
    float: left;  
}
.radioChecked{
  position: absolute;  
  width: 16px;
  height: 16px;
  top: 0px;
  left: 2px;
  margin: auto;  
  border: 1px solid #244A5A;
  border-radius: 100%;
  background-color: #ffffff;
}
.radioSelected{  
  width: 10px;
  height: 10px;
  top: 2px;
  left: 2px;
  margin: auto; 
  border-radius: 100%;
  background-color: #244A5A;
  position: absolute;
}
.rs-path-color{
    background-color: transparent !important;
}

.rs-bg-color{
    background-color: transparent !important;
}
.rs-handle{
    background-color: transparent !important;    
}
.rs-container{
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);    
}

.rs-border{
    border:0px !important;
}

#topSection {
    position: absolute;
    width: 530px;
    height: 498px;
    left: 0px;
    top: 0px;
    color: #ffffff;
    font-family: 'STIX2Text-Bold';
    font-size: 14px;
}

#topSection button {
    width: 21px;
    height: 21px;
    position: absolute;
    background-color: transparent;
    /*background-color: red;*/
    border: 0px;
    cursor: pointer;
}

#topSection #statusClip {
    color: #000000;
    position: absolute;
    bottom: 5px;
    left: 85px;
    font-family: 'STIX2Text-Regular';
    display: none;
}

#statusClip #tf1 {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

#statusClip #tf2 {
    float: left;
    width: 92px;
    height: 26px;
    background-color: #5D005B;
    color: #ffffff;
    text-align: center;
    padding-top: 4px;
    font-size: 16px;
    margin-right: 10px;
}

#btn1 { bottom: 53px; left: 124px; }
#btn2 { bottom: 53px; left: 154px; }
#btn3 { bottom: 53px; left: 184px; }
#btn4 { bottom: 53px; left: 214px; }
#btn5 { bottom: 188px; left: 254px; }
#btn6 { bottom: 188px; left: 284px; }
#btn7 { bottom: 188px; left: 314px; }
#btn8 { bottom: 188px; left: 344px; }
#btn9 { bottom: 313px; left: 399px; }
#btn10 { bottom: 313px; left: 429px; }
#btn11 { bottom: 313px; left: 459px; }

#bottomSection{
    position: absolute;
    width: 220px;
    height: 498px;
    top: 0px;
    left: 530px;
    background-color: white;
    border-left: 1px solid #244A5A !important;
    z-index: 1;
}

#slider-vertical{
    height: 342px;
    position: absolute;
    top: 50px;
    right: 18px;
    width: 3px;
}
.ui-slider-handle{
    border: 2px solid #006699 !important;
    border-radius: 9px !important;
    background-color: #ffffff !important;
    width: 18px!important;
    height: 18px!important;
    outline: 0!important;
    cursor: pointer!important;
    color: transparent!important;
    display: inline-block;
}

.ui-slider-range{
 background: #006699!important;   
}

.tab_div{
    float: left;
    width: 100%;
    padding: 0px;
    height: 30px;
    margin-top: 13px;
    border-bottom: 1px solid #244A5A !important; 
}
#introductionTab {
    margin-left: 10px;
}

.tabsSelected {
    background: #ffffff !important;
    border-bottom: none !important;
    cursor: default !important;
}

#tab3 {
    border: 0px solid #244A5A !important;
    border-top: none !important;
    border-radius: 0px !important;
    height: 499px;
    width: 750px;
    color: #ffffff;
    /* background-color: #001f3e;
   padding: 20px !important;*/
    top: 81px;
    position: absolute;
}

#tab1, #tab2{
    border: 0px solid #244A5A !important;
    border-top: none !important;
    border-radius: 0px !important;
    height: 499px;
    width: 100%;
    color: #ffffff;
    background-color: #001f3e;
    padding: 20px !important;
    top: 81px;
    display: none;
    position: absolute;
}

.tabs {
    width: 110px;
    height: 30px;
    border: 1px solid #244A5A;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    float: left;
    padding: 5px 0px;
    text-decoration: none;
    cursor: pointer;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.tabText p {
    margin-bottom: 13px;
}
.tabText ul {
    padding-left: 16px;
}

#simulationdescription {
    position: absolute;
    top: -230px;
}

.hiddentext {
 position: absolute;
 width: 1px;
 height: 1px;
 padding: 0;
 margin: -1px;
 overflow: hidden;
 clip: rect(0, 0, 0, 0);
 border: 0;
}

.tab_div ol {
    padding-left: 20px !important;
    font-size: 15px;
}

.ui-widget {
    font-family: 'STIX2Text-Regular';
    font-size: 14px;
}

#controls> #control_contents{
    background-color: #ffffff;
}

.ui-widget-header {
    border: 0px solid #000000 !important;
    background: #ffffff !important;
    color: #333333 !important;
    font-weight: bold !important;
}

#dragMeContainer{
    position: absolute;
    width: 740px;
    height: 485px;
    top: 44px;
    left: 5px;
}
#dragMe{
    position: absolute;
    height: 120px;
    width: 250px;
    border: 1px solid #244A5A; 
    border-radius: 5px;
    background-color: #ffffff;
    left: 490px;
    top: 410px;
    z-index: 9998;
    color: #244A5A;
    
}

#dragHeader{
    background: #cbd4cf;
    
    display: block;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 30px;
}
#dragTitle{    
    float: left;
    width: 225px;
    padding: 5px;
    height: 30px;
    cursor: pointer;
}
#dragClose{
    padding: 5px 7px 5px 5px; 
    float: right;
    font-size: 16px;
    cursor: pointer;
}
#dragContent{
    height: 80px;
    padding: 5px 10px 0px 10px;
    overflow-y: scroll;
    margin-top: 4px;
}


.sliderText{
    display: block;
    padding: 1px;    
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
}

.sliderBar{
    width: 200px;
    height: 2px;
    float: left;
    margin-top: 7px;
    margin-left: 9px;
}

.sliderLeft{
    background: url(../images/slider_left-arrow.svg);
    background-repeat: no-repeat;
    height: 16px;
    width: 11px;
    cursor: pointer;
    float: left;
}

.sliderRight{
    background: url(../images/slider_right-arrow.svg);
    background-repeat: no-repeat;
    height: 16px;
    width: 11px;
    cursor: pointer;
    float: right;
    /*margin-right: 5px;*/
}

.sliderArrowDisabled{
    opacity: 0.5;
    cursor: default;
}

.ui-slider-handle{
    border: 2px solid #006699 !important;
    border-radius: 9px !important;
    background-color: #ffffff !important;
    width: 18px!important;
    height: 18px!important;
    outline: 0!important;
    cursor: pointer!important;
    color: transparent!important;
    display: inline-block;
    top: -8px !important;
    overflow: hidden;
}

.ui-slider-range{
 background: #006699!important;   
}

.solarDisplay{
    width: 268px;
    height: 245px;
}


.phase{
    display: block;
    float: left;
    margin: 3px 5px 3px 5px;
}

.lunar{
    padding-left: 30px;
}

.outline{
    position: absolute;
    margin-top: 213px;
    width: 90%;
}

.umbra{
    display: none;
    float: left;
    margin: 0px 5px 3px 25px;
    color: #ffffff;
}

.penumbra{
    position: absolute;
    top: 10px;
    left: 190px;
}

.topView{
    position: absolute;
    top: 40px;
    left: 10px;
}

.sideView{
    position: absolute;
    top: 350px;
    left: 10px;
}

.node1{
    position: absolute;
    top: 105px;
    left: 203px;  
 
}

.node2{
    position: absolute;
    top: 260px;
    left: 203px;
}


/*Information Section*/
#infoContentPopup{
   position: absolute;
    display: none;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0px;
    color: #fff;
    font-size:14px; 
}
#infoContentPopup>div:focus{
    outline:2px solid #A4C2F0!important;
}

#dialogDesc p:nth-child(1){
    position: absolute;
    top: 37px;
    right: 100px;
    width: 260px;
}
#dialogDesc p:nth-child(2){
    position: absolute;
    top: 91px;
    right: 0px;
    width: 140px;
}

#dialogDesc p:nth-child(3){
    position: absolute;
    top: 150px;
    left: 10px;
    width: 190px;
}
#dialogDesc p:nth-child(4){
    position: absolute;
    top: 236px;
    left: 50px;
    width: 180px;
}
#dialogDesc p:nth-child(5){
    position: absolute;
    top: 132px;
    left: 275px;
    width: 150px;
}
#dialogDesc p:nth-child(6){
    position: absolute;
    top: 336px;
    right: 252px;
    width: 170px;
}

#dialogDesc p:nth-child(7){
    position: absolute;
    top: 444px;
    right: 233px;
    width: 180px;
}
#dialogDesc p:nth-child(8){
    position: absolute;
    top: 537px;
    right: 255px;
    width: 195px;
}

#dialogDesc p:nth-child(9){
    position: absolute;
    top: 411px;
    right: 468px;
    width: 245px;
}
#dialogDesc p:nth-child(10){
    position: absolute;
    top: 218px;
    right: 160px;
    width: 226px;
}


#popupCloseBtn{
    width: 26px;
    height: 26px;
    position: absolute;
    cursor: pointer;
    left: 15px;
    top: 525px;
}
#popupCloseBtn p{
    position: absolute;
    left: -3px;
    top: 28px;
}

@-moz-document url-prefix() {
    .tab_div #tab1 #tabText {
        padding-bottom: 20px !important;
    }
}