/* 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-Italics';
  src: url('font/STIX2Text-Italics.otf')  format('opentype'),
    url('font/STIX2Text-Italics.woff') format('woff'),
    url('font/STIX2Text-Italics.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: 613px;
    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');
}*/

.checkbox{
    display: inline-block;    
    width: 14px;
    height: 14px;
    border: 1px solid #244A5A;
    border-radius: 3px;
    background-color: #ffffff;
    position: relative;
}
.checkboxSelected{
    
}
.checkbox span{
    font-size: 13px;
    position: absolute;
    top: -2px;
    left: 0px;
    color: #244A5A;
    font-weight: bold;
}

.checkBtn{
    display: block;
    float: right;
    margin: 3px 10px 3px 5px;
    cursor: pointer;
}
.checkBtn>span {
    position: relative;
    left: 1px;
    top: -2px;
}
/*
.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;
}

#infoBtn{
    position: absolute;
    background: url(../images/help_icon.svg);
    width: 27px;
    height: 27px;
    left: 720px;
    cursor: pointer;
    top: 4px;
}

#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;            
}

.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;
}

#leftSection {
    position: absolute;
    width: 560px;
    height: 532px;
    left: 0px;
    top: 82px;
    color: #ffffff;
    font-size: 14px;
}

#rightSection{
    position: absolute;
    width: 190px;
    height: 560px;
    top: 82px;
    right: 0px;
    background-color: white;
}

#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-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #244A5A !important;  
    border-radius: 0px;
}
.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;
}
#simulationdescription{
    opacity: 0;
    z-index: -1;
    top: 81px;
    position: absolute;
}
#introductionTab {
    margin-left: 10px;
}
.tab_div ol {
    padding-left: 20px !important;
    font-size: 15px;
}
.tabsSelected {
    background: #ffffff;
    border-bottom: none;
    cursor: default;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    width: 100% !important;
    height: 30px;
    border: 1px solid #244A5A;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    float: left;
    padding: 5px 0px;
    text-decoration: none;
    font-size: 16px;
}

.ui-tabs .ui-tabs-panel {
    
}
.tab_div #tab1, .tab_div #tab2, .tab_div #tab3, .tab_div #tab4 {
    border: 0px solid #244A5A !important;
    border-top: none !important;
    border-radius: 0px !important;
    height: 642px;
    color: #ffffff;
    background-color: #001f3e;
    padding: 20px !important;
    margin-top: 5px;
    font-size: 15px;
}

#tab1, #tab2{
    border: 0px solid #244A5A !important;
    border-top: none !important;
    border-radius: 0px !important;
    height: 532px;
    width: 100%;
    color: #ffffff;
    background-color: #001f3e;
    padding: 20px !important;
    top: 81px;
    display: none;
    position: absolute;
}
.ui-tabs .ui-tabs-nav
{
    margin: 0px;
    padding-left: 10px;
    height: 33px;
    border-bottom: 1px solid #244A5A !important;
    border-radius: 0px !important
}
.ui-tabs .ui-tabs-nav li {
    width: 15%;
    margin: 0px;
    
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{
    border-bottom: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {   
    padding-bottom: 0px;
}
.ui-tabs .ui-tabs-nav li {
    border: none;
}

.tab_div.ui-widget.ui-widget-content
{
    /*border: 1px solid #244A5A !important;*/
}
.tab_div .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color:#244A5A !important;
}
.tab_div .ui-state-active, .tab_div .ui-widget-content .ui-state-active, .tab_div .ui-widget-header .ui-state-active
{
        
    border: none;
    background: #FFFFFF !important
}
.tabText p {
    margin-bottom: 10px;
}
#tab1 ul, #tab2 ul {
    margin-left: 15px;
}
#tab1 ol, #tab2 ol {
    margin-left: 15px;
}
#tab1 ol li:last-child, #tab2 ol li:last-child{
    margin-bottom: 18px;
}
#tab1 ul li:last-child, #tab2 ul li:last-child{
    margin-bottom: 18px;
}

.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{
    width: 100%;
    display: block;
    padding: 1px;    
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
}

.sliderBar{
    /* width: 190px; */
    width: 70%;
    height: 2px;
    float: left;
    margin-top: 7px;
    margin-left: 12px;
}
.sliderLeft{
    background: url(../images/slider_left-arrow.svg);
    background-repeat: no-repeat;
    height: 16px;
    width: 11px;
    cursor: pointer;
    float: left;
    margin-left: 2px;
}
.sliderRight{
    background: url(../images/slider_right-arrow.svg);
    background-repeat: no-repeat;
    height: 16px;
    width: 11px;
    cursor: pointer;
    float: right;
    /*margin-right: 5px;*/
    position: relative;
    /*left: -30px;*/
}
.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: 90px;
    width: 130px;
}

#dialogDesc p:nth-child(2){
    position: absolute;
    top: 150px;
    left: 10px;
    width: 190px;
}
#dialogDesc p:nth-child(3){
    position: absolute;
    top: 230px;
    left: 50px;
    width: 180px;
}
#dialogDesc p:nth-child(4){
    position: absolute;
    top: 135px;
    left: 275px;
    width: 150px;
}
#dialogDesc p:nth-child(5){
    position: absolute;
    top: 205px;
    left: 360px;
    width: 180px;
}
#dialogDesc p:nth-child(6){
    position: absolute;
    top: 285px;
    left: 360px;
    width: 200px;
}
#dialogDesc p:nth-child(7){
    position: absolute;
    top: 255px;
    right: 70px;
    width: 195px;
}
#dialogDesc p:nth-child(8){
    position: absolute;
    top: 305px;
    right: 350px;
    width: 185px;
}
#dialogDesc p:nth-child(9){
    position: absolute;
    top: 410px;
    right: 420px;
    width: 90px;
}

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

input[type="radio"]{    
    -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: 0px;
    float: left;
    z-index: 1000;
}



input[type="radio"] + div{
    display: inline;
    position: relative;
    /*padding-left: 20px;*/
    padding-top: 2px;
    margin: 0px 0px 0px 5px;
    height: 18px;
    z-index: 9;
    cursor: pointer;  
    color: #244A5A;  
}
.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;
}
input[type="radio"]:checked {
  border: 5px solid #244A5A;
}
b{
    font-family: STIX2Text-Bold;
}
#time_selector label{
    display: inherit;
}
.radioBtn{
    margin-bottom: 5px;
}
#time-sel{
    margin-bottom: 10px;
}
.radioBtn{
    margin-bottom: 5px;
}
.hiddentext {
 position: absolute;
 width: 1px;
 height: 1px;
 padding: 0;
 margin: -1px;
 overflow: hidden;
 clip: rect(0, 0, 0, 0);
 border: 0;
}

hr{
    margin-bottom: 10px;
    background: #244A5A;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
    .buttonWrap button {
        line-height: 2.3 !important;
    }

    #mainHeading {
        padding-top: 9px !important;        
    }

    #audioBtn {        
        top: 3px !important;
    }

    #infoBtn {        
        top: 3px !important;
    }    
}
