/* 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: '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;
}
#selector_label{
    margin-top: 5px !important;
}

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

#planet-sel{
    margin: 6px;
}
.planetGroup{
    text-align: center;
    padding: 0 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';
}

#mainContainer header p
{
    padding: 7px;
}

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

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

.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 {
    width: 27px;
    height: 27px;
    position: absolute;
    z-index: 10;
    top: 6px;
    cursor: pointer;
    left: 680px;
}
#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;   
    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;
    z-index: 1000;
}

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

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;  
  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: 430px;
    height: 100%;
    left: 0px;
    top: -1px;
    color: #ffffff;
    font-family: 'STIX2Text-Bold';
    font-size: 14px;
}

#bottomSection{
position: absolute;
    width: 320px;
    height: 100%;
    /* border-left: 2px solid #cbd4cf; */
    top: 0px;
    right: 0px;
    z-index: 9997;
    background: #ffffff;
}

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

#simulationdescription{
    opacity: 0;
}
.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: 18px;
}
#tab2 ul{
    margin-left: 15px;
}
#tab2 ul li:last-child{
    margin-bottom: 18px;
}
.tabsSelected{
    background: #ffffff;
    border-bottom: none;
    cursor: default;
}

#introductionTab {
    margin-left: 10px;
}

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

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

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

#mass_of_star .sliderText{    
    font-size: 12px;
}

#semi_major_axis .sliderText{
    color: #2e8540;
    font-size: 12px;
}
.sliderText{
    display: block;
    padding: 1px;    
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
}
.sliderBar{
    width: 110px;
    height: 2px;
    float: left;
    margin-top: 7px;
    margin-left: 7px;
}
.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;
}
.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;
}


.sliderWrap{
    display: inline-block;
    padding: 5px 5px 0px;
    width: 49%;
}
#eccentricity{
    margin-left: 80px;
}

.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: 36px;
    left: 344px;
    width: 260px;
}

#dialogDesc p:nth-child(2){
    position: absolute;
    top: 65px;
    left: 610px;
    width: 140px;
}
#dialogDesc p:nth-child(3){
    position: absolute;
    top: 150px;
    left: 10px;
    width: 160px;
}
#dialogDesc p:nth-child(4){
    position: absolute;
    top: 249px;
    left: 35px;
    width: 160px;
}
#dialogDesc p:nth-child(5){
    position: absolute;
    top: 350px;
    left: 40px;
    width: 150px;
}
#dialogDesc p:nth-child(6){
    position: absolute;
    top: 112px;
    left: 241px;
    width: 175px;
}
#dialogDesc p:nth-child(7){
    position: absolute;
    top: 168px;
    left: 241px;
    width: 182px;
}
#dialogDesc p:nth-child(8){
    position: absolute;
    top: 245px;
    left: 238px;
    width: 202px;
}
#dialogDesc p:nth-child(9){
    position: absolute;
    top: 357px;
    left: 241px;
    width: 175px;
}
#dialogDesc p:nth-child(10){
    position: absolute;
    top: 380px;
    left: 490px;
    width: 165px;
}
#dialogDesc p:nth-child(11){
    position: absolute;
    top: 458px;
    left: 540px;
    width: 185px;
}
#dialogDesc p:nth-child(12){
    position: absolute;
    top: 215px;
    right: 325px;
    width: 190px;
}
#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, .tab_div #tab2, .tab_div #tab3, .tab_div #tab4, .tab_div #tab5 {
        font-size: 14.5px !important;
    }
}


#graph-a,#graph-a1{
    color: #2e8540;
}

#graph-b,#graph-b1{
    color: #00ffff;
}

.leftHeading span {
    position: absolute;
    font-style: italic;
    font-family: 'STIX2Text-Regular';
}
