/* 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: 190px;
    color: #244A5A;
    line-height: 25px;
    
}

#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;
}
#showOutlineCB{
    color: #ffffff;
    margin: 0px -7px 3px 5px !important;
    padding: 2px 2px 0px 2px;
}
.pauseCb{
    display: block;
    float: right;
    margin: 3px 10px 3px 5px;
    cursor: pointer;
}
#showOutlineCB>span, #pauseCB>span {
    position: relative;
    left: 1px;
    top: -2px;
}
.checkbox{
    display: inline-block;
    background: url('../images/checkbox_normal.png');
    width: 14px;
    height: 15px;
}
.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;
    /*outline : 0!important;
    -moz-outline : 0!important;
    border : 0!important;*/
}

#audioBtn {
    position: absolute;
    width: 27px;
    height: 27px;
    left: 680px;
    cursor: pointer;
    top: 6px;
}
#infoBtn{
    position: absolute;
    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;            
}

/*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: #006699;
  
}
.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"] + 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;
}

/* Left Section */
#blankBoxForPlane{
    width: 476px;
    height: 494px;
    position: absolute;
    top: 2px;
    left: 2px;
}
#moonDrager{
    position: absolute;
    width: 22px;
    height: 22px;
    background: red;
    opacity: 0.5;
    cursor: pointer;
    z-index: 9999;
}
#moonSlider{
    position: absolute;
    top: 68px;
    left: 98px;
}
.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: 480px;
    height: 497px;
    left: 0px;
    top: -1px;
    color: #ffffff;
    font-family: 'STIX2Text-Bold';
    font-size: 14px;
}

/* Middle Section */
#mainSection{
    width: 585px;
    height: 350px;
    overflow: hidden;
    position: absolute;
    top: -5px;
    left: 0px;
}
/*#gridSection.tabindex:focus{
    outline: none !important;
}*/
#canvas{
    /*margin-left: 10px;
    margin-top: 5px;*/
}
/*bottom Section */
#bottomSection{   
    width: 585px;
    height: 130px;
    left: 0px;
    position: absolute;
    bottom: -5px;    
    -webkit-transform: scale(0.87);
    -o-transform: scale(0.87);
    -moz-transform: scale(0.87);
    -ms-transform: scale(0.87);
    transform: scale(0.87);
    z-index: 9996;
}


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

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

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

#introductionTab{
    margin-left: 10px;
}

.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 {
    
}
#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-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: 114px;
    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;
}

/* Right Section */
#controls{
    width: 269px;
    height: 318px;
    border-left: 2px solid #cbd4cf;
    position: absolute;
    right: 0px;
    z-index: 9997;
    bottom: 0px;
}
#formulaSection{
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9996;
    width: 269px;
    border-left: 2px solid #cbd4cf;
    background-color: #ffffff;
    height: 180px;
}
#calculationBox-Ve {
    width: 250px;
    position: relative;
    float: left;
    margin-left: 8px;
}
#calculationBox-Vo {
    width: 250px;
    position: relative;
    float: left;
    margin-top: 5px;
    margin-left: 8px;
}
.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
}

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

#controls> #control_contents{
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    height: 318px;
    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: 13px;
}
.sliderBar{
    width: 218px;
    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 3px;
    width: 100%;
}

.sliderWrap:first{
    margin-top: 5px;
}

.planets
{
    padding: 15px 5px 5px 5px;
    /*position: absolute;*/
}

.lunar{
    padding-left: 30px;
}

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

.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: 50px;
    right: 100px;
    width: 180px;
}
#dialogDesc p:nth-child(2){
    position: absolute;
    top: 115px;
    right: 10px;
    width: 130px;
}

#dialogDesc p:nth-child(3){
    position: absolute;
    top: 150px;
    left: 10px;
    width: 190px;
}
#dialogDesc p:nth-child(4){
    position: absolute;
    top: 240px;
    left: 50px;
    width: 180px;
}
#dialogDesc p:nth-child(5){
    position: absolute;
    top: 135px;
    left: 275px;
    width: 150px;
}
#dialogDesc p:nth-child(6){
    position: absolute;
    top: 165px;
    right: 210px;
    width: 120px;
}
#dialogDesc p:nth-child(7){
    position: absolute;
    top: 165px;
    right: 60px;
    width: 110px;
}
#dialogDesc p:nth-child(8){
    position: absolute;
    top: 195px;
    right: 350px;
    width: 140px;
}
#dialogDesc p:nth-child(9){
    position: absolute;
    top: 325px;
    right: 325px;
    width: 280px;
}
#dialogDesc p:nth-child(10){
    position: absolute;
    top: 390px;
    right: 350px;
    width: 285px;
}
#dialogDesc p:nth-child(11){
    position: absolute;
    top: 470px;
    right: 320px;
    width: 170px;
}
#dialogDesc p:nth-child(12){
    position: absolute;
    top: 525px;
    right: 390px;
    width: 250px;
}
#popupCloseBtn{
    width: 26px;
    height: 26px;
    position: absolute;
    cursor: pointer;
    left: 15px;
    top: 525px;
}
#popupCloseBtn p{
    position: absolute;
    left: -3px;
    top: 28px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #massValue {
        top: 26px !important;
    }

    #massOValue {
        top: 113px !important;
    }

    #velocityValue {
        top: 32px !important;
    }

    #velocityOValue {
        top: 118px !important;
    }

    .buttonWrap button {
        line-height: 2 !important;
    }

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

    #audioBtn {        
        top: 3px !important;
    }

    #infoBtn {        
        top: 3px !important;
    }
    /*.tabindex {
        
        vertical-align: middle !important;
        padding-top: 5px !important;
    }*/
}

.sound-label-div{
    font-family: 'STIX2Text-Bold';
}
.label-div{
    font-family: 'STIX2Text-Bold';
}

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