::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

*,body,html,p{
    margin: 0;
    padding: 0;
     -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

@font-face {
   font-family: 'Cambria';
  src: 
     url('font/Cambria.ttf')  format('truetype');
      
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Cambria-Bold';
  src: 

     url('font/Cambria-Bold.ttf')  format('truetype');

  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BrodysHandRegular';
  src: 

     url('font/BrodysHandRegular.ttf')  format('truetype');

  font-weight: normal;
  font-style: normal;
}


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


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


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


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


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


body{
	font-family: 'Cambria';
    font-size: 20px;
}

.mainContainer{
width: 1024px;
height: 768px;
margin: 0 auto;
position: absolute;
left:0;
right: 0;
/*background: #;*/
/*border: 2px solid #3F3F3F;*/
/*-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;*/
overflow: hidden;

}
#prePostOverlayText{
  position: absolute;
    left: 0;
    right: 0;
    z-index: 11121;
    display: none;
    font-family: "BrodysHandRegular";
    color: #fff;
    text-align: center;
    font-size: 26px;
    width: 80%;
    margin: 0 auto;
    text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}

.setFont{
  font-family: 'Cambria-Bold';
}

#header{
	    height: 119px;
   
    z-index: 100;
    position: relative;
    background: url('../images/menubar.png');
/*    font-family: 'Cambria-Bold'*/

}
.Level{
	      /* background: #e0e0e0 none repeat scroll 0 0; */
    /* border-radius: 30px; */
    background: url(../images/btn_1_normal.png);
    float: left;
    height: 68px;
    line-height: 39px;
    margin-right: 14px;
    text-align: center;
    width: 208px;
     opacity: 0.5; 
    cursor: default;
    color: #fff;
}
.Level.active{
	background: url('../images/btn_1_selected.png');
	opacity: 1;	
  
}
.Level.disabled{
	
	/*opacity: 0.7;*/
}
.gc-steps{
      position: relative;
    top: 15px;
}
.subLevel{
    float: left;
    width: 206px;
    background: url(../images/btn_2_normal.png);
    height: 67px;
    text-align: center;
    opacity: 0.5;
    -webkit-border-radius: 30px;
-moz-border-radius: 30px;
-o-border-radius: 30px;
-ms-border-radius: 30px;
border-radius: 30px;
    line-height: 39px;
    margin-right: 17px;
    font-size: 15px;
    cursor: default;
        color: #fff;
}
#subGlAbs{
	margin-right: 0px!important;
}
#subLevelHumanTox{
	left: 346px;
    position: absolute;
    top: 55px;
}
.subLevel.active{
	background: url('../images/btn_2_selected.png');
  opacity: 1; 
}
.Level.disabled{
	background: #E0E0E0;
	opacity: 1;		
}
#mainLevels{
	      left: 124px;
    position: absolute;
    top: 25.5px;
	/*top: 13px;*/
}
#lvlPerformance{
	margin-right: 0px!important;
}
#LevelNo{
	background: url('../images/btn_level_1.png');
  width: 120px;
  height: 118px;
}
/*#LevelNo > div{
	 background: #ffffff none repeat scroll 0 0;
    border-radius: 60px;
    height: 64px;
    margin: 13px auto 0;
    width: 64px;
}
#LevelNo > div span:nth-child(1)
{
	font-size: 39px;
}
#LevelNo > div span:nth-child(2)
{
	 font-size: 15px;
    left: 26px;
    position: absolute;
    top: 52px;
}*/
#subLevelAquaTox{
	 left: 569px;
    position: absolute;
    top: 55px;
}

.hide{
display: none;	
}
.show{
display: block;
}

.hexagon {
  position: relative;
  /*width: 200px; 
  height: 115.47px;*/
  background-color: #64C7CC;
  /*margin: 57.74px 0;*/
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 57.74px solid #64C7CC;
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 57.74px solid #64C7CC;
}
#footer{
	    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 69px;
    z-index: 111;
}
.footerBg
{
/*background: #CCCCCC;*/
}

.pointerEventNone{
  pointer-events: none;
}

#footer .btn{
	float: left;
	cursor: pointer;
  display: none;
  text-align: center;
  /*font-size: 15px!important;*/
}
#beginBtn{
	background: url(../images/begin_btn_normal.png);
	width: 124px;
  height: 53px;
      position: absolute;
    bottom: 0;
    right: 0;
}

.additionalInfo{
width: 814px;
    position: absolute;
    display: none;
    /*height: 558px;*/
    background: -webkit-linear-gradient(#FBFFFE, #ffffff, #DDFDFD);
    background: -o-linear-gradient(#FBFFFE, #ffffff, #DDFDFD);
    background: -moz-linear-gradient(#FBFFFE, #ffffff, #DDFDFD);
    background: linear-gradient(#FBFFFE, #ffffff, #DDFDFD);
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 2px;
    z-index: 78;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;

    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
      font-size: 16px;

}

.additionalInfo > #addInfoContent{
  clear: both;
    padding: 20px;
}
.ge_Logo{
background: url(../images/logo_modrn.png);
    width: 238px;
    height: 101px;
    position: absolute;
    top: 506px;
    left: 109px;
}

#addInfoHeading{
      position: relative;
    top: 10px;
   
    font-size: 19px;
    font-weight: bold;
    border-bottom: 2px solid #9BC1C2;
    padding-bottom: 10px!important;
    margin-left: 20px;
    padding-top: 10px;
    width: 773px;
    color: #006C9B;
}

#addInfoContent h4{
  margin-top: 10px;
}

#addInfoContent p{
border-bottom: 2px solid #9BC1C2;
    padding: 10px;
    
    padding-left: 0px!important;
}

#addInfoContent p:last-child{
  border-bottom: 0px solid #9BC1C2!important;
}


#addInfoCloseBtn{
  background: url('../images/close_btn.png');
  width: 18px;
    height: 18px;
    position: relative;
    
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
}

#infoBtnAdd{
      background: url(../images/infoBtnNormal.png);
    width: 117px;
    height: 52px;
    position: absolute;
    bottom: 0;
    left: 720px;
    cursor: pointer;
    display: none;
}
#helpBtn{
      background: url(../images/Help.png);
    width: 114px;
    height: 53px;
    position: absolute;
    bottom: 0;
    left: 720px;
    cursor: pointer;
    display: none;
}

#infoBtnAdd.selected{
  background: url(../images/infoBtnSelected.png);
  cursor: pointer;
}

#beginBtn .gc-nav-btns{
  left: -3px!important;
    top: 14px!important;
}

#backBtn{
	background: url(../images/back_btn_normal.png);
	width: 107px;
  height: 52px;
        position: absolute;
       bottom: 0;
    left: 0px;
}
#nextBtn{
	background: url(../images/next_btn_normal.png);
	width: 108px;
  height: 52px;
      position: absolute;
   bottom: 0;
    right: 0px;
}

#nextBtn_copy_dis{
 background: url(../images/next_btn_normal.png);
  width: 108px;
  height: 52px;
   position: absolute;
   bottom: 0;
    right: 0px;
    cursor: pointer;
    display: none;
    text-align: center;
    z-index: 1112;
}

#agree_btn{
     background: url(../images/agree_btn.png);
    width: 79px;
    height: 29px;
    position: absolute;
    top: 675px;
    left: 533px;
    cursor: pointer;
    display: none;
    text-align: center;
    z-index: 1112;
}

#agree_btn .gc-nav-btns{
    position: relative;
    top: 1px;
    left: -6px;
}

#cancel_btn{
background: url(../images/cancel_btn.png);
    width: 79px;
    height: 29px;
    position: absolute;
    top: 674px;
    left: 412px;
    cursor: pointer;
    display: none;
    text-align: center;
    z-index: 1112;
}
#cancel_btn .gc-nav-btns{
  position: relative;
    top: 1px;
    left: 6px;
}

#termAndConditionPopup{
position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 353px;
    height: 215px;
    z-index: 1132;
    display: none;
    background: #225D6E;
    top: 322px;
    color: #fff;
    top: 275px;
}
#term_condition_Txt_container{
    position: absolute;
    left: 101px;
    top: 211px;
    display: none;
    z-index: 1111;
    color: #fff;
    width: 861px;
    height: 350px;
    overflow: auto;
    padding: 10px;
    
}

#termAndConditionPopup #termAndConditionPopup_text{
  position: absolute;
    width: 100%;
    height: 146px;
    border-bottom: 2px solid #000;
    padding: 26px;
    font-size: 26px;
    text-align: center;
}

#termAndConditionPopup #termAndConditionPopup_ok_btn{
background: url(../images/ok_btn_bg.png);
    width: 92px;
    height: 45px;
    position: absolute;
    bottom: 11px;
    left: 30px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    cursor: pointer;
}
#termAndConditionPopup_ok_btn p{
  position: relative;
    top: 10px;
    color: #000;
    pointer-events: none;
}

#submitBtn{
	background: url(../images/begin_btn_normal.png);
	width: 124px;
  height: 53px;
      position: absolute;
  bottom: 0;
    right: 0px;
}
#submitBtn .gc-nav-btns{
top: 15px!important;
}
#reDesignBtn{
	background: url(../images/redesign.png);
    width: 110px;
    height: 28px;
    position: absolute;
    bottom: 14px;
    left: 751px;
}
#level2Btn{
    background: url(../images/level_2_btn_normal.png);
    width: 93px;
    height: 29px;
    position: absolute;
    bottom: 15px;
    left: 892px;
}

#state24ReferenceBtn{
    width: 166px;
    height: 41px;
    position: absolute;
    top: 190px;
    left: 243px;
    background: url(../images/btn_References_normal.png);
    color: #000;
    font-weight: bold;
    line-height: 37px;
    cursor: pointer;
}

#level1Btn{
width: 110px;
    height: 28px;
    position: absolute;
    bottom: 14px;
    left: 453px;
    background: url(../images/redesign.png);
}

#exitBtn{
    background: url(../images/next_btn_normal.png);
    width: 108px;
    height: 52px;
    position: absolute;
    bottom: 4px;
    left: 887px;
}

#level2Btn.selected{
  background: url(../images/level_2_btn_selected.png);
}
.star{
	background: url(../images/star_1_normal.png);
	width: 43px;
	height: 41px!important;
    margin-left: 20px;
    
    margin-top: 13px;
    float: left;
  /*cursor: pointer;*/
  display: none;
  text-align: center;
}

#beginBtn.selected{
	background: url(../images/begin_btn_selected.png);
}

#level1Btn.selected{
 background: url(../images/level_2_btn_selected.png); 
}
#exitBtn.selected{
 background: url(../images/next_btn_selected.png); 
}

#backBtn.selected{
	background: url(../images/back_btn_selected.png);
}
#nextBtn.selected{
	background: url(../images/next_btn_selected.png);
}
#submitBtn.selected{
	background: url(../images/submit_btn_selected.png);
}
#reDesignBtn.selected{
	background: url(../images/redesign_btn_selected.png);
}

#reDesignBtn .gc-nav-btns{
      left: 8px;
}

#level2Btn .gc-nav-btns{
      left: -5px;
}
#level1Btn .gc-nav-btns{
      left: 7px;
}

.star.selected{
	background: url(../images/star_1_selected.png);
}
#canvas{
  z-index: 20;
}
.gc-nav-btns{
    position: relative;
    top: 13px;
    pointer-events:none;
        font-size: 18px;
        font-family: 'Cambria-Bold';
}
#mainContent{
  position: absolute;
    z-index: 112;
    width: 1024px;
    /*display: none;*/
}
.stateContent{
  display: none;
  cursor: default;
}

#stateContent1,#stateContent13
{
    position: absolute;
    width: 451px;
    font-size: 15px;
    right: 45px;
    top: 57px;
}

#stateContent1 .goalScreen,#stateContent13 .goalScreen{
/*    position: absolute;
    top: 241px;
    width: 450px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-height: 357px;
    overflow: auto;*/
}

#stateContent2 .slider,#stateContent8 .slider,#stateContent14 .slider,#stateContent20 .slider{
  border-bottom-right-radius:none!important;
  border-bottom-left-radius:none!important;
  border-top-right-radius:none!important;
  border-top-right-radius:none!important;
  height: 6px!important;
  width: 245px;
    position: absolute;
    background: none!important;
    border: none!important;
}
#slider1
{
    width: 245px!important;

    top: 185px;
    left: 155px;
}
#slider2
{
  top: 288px;
    left: 155px;
    width: 245px!important;
}
#slider3
{
  top: 402px;
    left: 186px;
    width: 183px!important;

}
#slider4
{
top: 396px;
    left: 156px;
    width: 244px!important;
}


#slider3 .ui-slider-range{
  width: 50%!important;
}


#slider5
{
 width: 245px!important;

    top: 185px;
    left: 155px;
}
#slider6
{
  top: 288px;
    left: 155px;
    width: 245px!important;
}
#slider7
{
 top: 402px;
    left: 186px;
    width: 183px!important;

}
#slider7 .ui-slider-range{
  width: 50%!important;
}

.MWText{
    position: absolute;
    top: 149px;
    left: 162px;
    font-size: 15px;
}
.MWValue{
       position: absolute;
    color: white;
    top: 164px;
    left: 422px;
    text-align: center;
    width: 80px;
    font-family: 'Digiface';
    font-size: 23px;

}
.logPText{
 position: absolute;
    top: 255px;
    left: 162px;
    font-size: 15px;
}
.logPValue{
        position: absolute;
    color: white;
    top: 270px;
    left: 422px;
    text-align: center;
    width: 80px;
    font-family: 'Digiface';
    font-size: 23px;
}
.PSText{
 position: absolute;
    top: 360px;
    left: 162px;
    font-size: 15px;
}
.PSValue{
      position: absolute;
    color: white;
   top: 377px;
    left: 426px;
    text-align: center;
    width: 80px;
    font-family: 'Digiface';
    font-size: 23px;
}

.allParamValues{
  position: absolute;
    color: white;
    top: 496px;
    left: 172px;
    font-family: 'Digiface';
    font-size: 21px;
    text-align: center;
    width: 325px;
}
.allParamValues p{
      line-height: 28px;
}
.allParamValues .Param2{
    position: relative;
    width: 23px;
    display: inline-block;
}
.allParamValues .Param3{
    position: relative;
    left: 7px;
}

/*slider*/
#stateContent2 .ui-slider-handle,#stateContent8 .ui-slider-handle,#stateContent14 .ui-slider-handle,#stateContent20 .ui-slider-handle{
  background: url(../images/sly_btn_normal.png)!important;
  width: 22px!important;
  height: 32px!important;
  top: -14.5px!important;
  cursor: pointer;
  outline: none!important;
  border:none!important;
  z-index: 11;
}
.ui-slider-handle
{
-webkit-box-shadow: 2px 2px 3px 0 rgba(0,0,0,.5);
box-shadow: 2px 2px 3px 0 rgba(0,0,0,.5);
}

.ui-slider-handle.glow{
    -moz-animation: blink normal 1s infinite ease-in-out;
        -webkit-animation: blink normal 1s infinite ease-in-out;
            -ms-animation: blink normal 1s infinite ease-in-out; 
                animation: blink normal 1s infinite ease-in-out; 
}

.gc-slide-content.glow{
 -moz-animation: blink normal 1s infinite ease-in-out;
        -webkit-animation: blink normal 1s infinite ease-in-out;
            -ms-animation: blink normal 1s infinite ease-in-out; 
                animation: blink normal 1s infinite ease-in-out;  
}

@-moz-keyframes blink {
    0% {
      -webkit-box-shadow: 0 0 1px 2px #EEFF59;
      -moz-box-shadow: 0 0 1px 2px #EEFF59;
      box-shadow: 0 0 1px 2px #EEFF59;
    }
    50% {
       -webkit-box-shadow: 0 0 5px 2px #EEFF59;
       -moz-box-shadow: 0 0 5px 2px #EEFF59;
box-shadow: 0 0 5px 2px #EEFF59;
    }
    100% {
         -webkit-box-shadow: 0 0 7px 2px #EEFF59;
         -moz-box-shadow: 0 0 7px 2px #EEFF59;
box-shadow: 0 0 7px 2px #EEFF59;
    }
}
@-webkit-keyframes blink {
    0% {
      -webkit-box-shadow: 0 0 1px 2px #EEFF59;
      -moz-box-shadow: 0 0 1px 2px #EEFF59;
      box-shadow: 0 0 1px 2px #EEFF59;
    }
    50% {
       -webkit-box-shadow: 0 0 5px 2px #EEFF59;
       -moz-box-shadow: 0 0 5px 2px #EEFF59;
box-shadow: 0 0 5px 2px #EEFF59;
    }
    100% {
         -webkit-box-shadow: 0 0 7px 2px #EEFF59;
         -moz-box-shadow: 0 0 7px 2px #EEFF59;
box-shadow: 0 0 7px 2px #EEFF59;
    }
}
keyframes blink {
    0% {
      -webkit-box-shadow: 0 0 1px 2px #EEFF59;
      -moz-box-shadow: 0 0 1px 2px #EEFF59;
      box-shadow: 0 0 1px 2px #EEFF59;
    }
    50% {
       -webkit-box-shadow: 0 0 5px 2px #EEFF59;
       -moz-box-shadow: 0 0 5px 2px #EEFF59;
box-shadow: 0 0 5px 2px #EEFF59;
    }
    100% {
         -webkit-box-shadow: 0 0 7px 2px #EEFF59;
         -moz-box-shadow: 0 0 7px 2px #EEFF59;
box-shadow: 0 0 7px 2px #EEFF59;
    }
}
/*@-ms-keyframes blink {
    0% {
        -webkit-box-shadow: -5px -5px 67px -16px rgba(204, 178, 10, 1);
        -moz-box-shadow: -5px -5px 67px -16px rgba(204, 178, 10, 1);
        box-shadow: -5px -5px 67px -16px rgba(204, 178, 10, 1);
    }
    50% {
        -webkit-box-shadow: -5px -5px 54px 5px rgba(204, 178, 10, 1);
        -moz-box-shadow: -5px -5px 54px 5px rgba(204, 178, 10, 1);
        box-shadow: -5px -5px 54px 5px rgba(204, 178, 10, 1);
    }
    100% {
        -webkit-box-shadow: -5px -5px 67px -16px rgba(204, 178, 10, 1);
        -moz-box-shadow: -5px -5px 67px -16px rgba(204, 178, 10, 1);
        box-shadow: -5px -5px 67px -16px rgba(204, 178, 10, 1);
    }
}*/



#stateContent2 .ui-slider-range,#stateContent8 .ui-slider-range,#stateContent14 .ui-slider-range,#stateContent20 .ui-slider-range{
      height: 11px!important;
    background: #000000!important;
    top: -4px!important;
    background: none!important;
}
.solidLabel{
       position: absolute;
    top: 396px;
    left: 143px;
    font-size: 14px;
}
.liquidLabel{
   position: absolute;
    top: 396px;
    left: 386px;
    font-size: 14px;
}
.gc-slide-Container{
     position: absolute;
    left: 1024px;
    width: 402px;
    height: 137px;
     display: none; 
    background: url(../images/bg_for_text.png);
    top: 29px;
        z-index: 99;
    display: none;
}
.gc-slideBtn{
    background: url(../images/taskbtn.png);
    width: 108px;
    height: 50px;
    position: absolute;
    left: -107px;
    top: 29px;
    cursor: pointer;
    text-align: center;
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
}
/*.gc-slideBtn.slected{
    background: url(../images/info_2_btn_selected.png);
}*/

/*.gc-slideBtn.opened{
    background: url(../images/info_1_btn_normal.png);
 
}*/
.gc-slideBtn.slected.opened{
  background: url(../images/info_1_btn_selected.png);
}
.gc-slide-content
{
    width: 401px;
    max-height: 134px;
    position: absolute;
    top: 1px;
    overflow: auto;
    padding: 10px;
    font-size: 15px;
    text-align: justify;
}


.feedback{
/* position: absolute;
    top: 553px;
    width: 800px;
    height: 82px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url('../images/bg_text_AT.png');
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
    padding: 10px;
    font-size: 15px;*/
    font-size: 17px;
    color: #fff;
    position: absolute;
    width: 680px;
    left: 343px;
    padding: 20px;
    
}
.feedback > div{
      /*max-height: 66px;
    overflow: auto;*/
}

#stateContent11 .performance{
    position: absolute!important;
}

#stateContent23 .performance{
    
  
    position: absolute;


}

.performance .per-header{
    text-align: center;
    color: #000;
    line-height: 34px;
    font-weight: bold;
}
#stateContent11{
        position: absolute;
    top: 97px;
    left: 26px;
}
#stateContent23{
        position: absolute;
    top: 97px;
    left: 26px;
}

#stateContent11 > div:nth-child(1){
left: 7px;
    top: 131px;
    width: 436px;
    height: 220px;
}
#stateContent11 > div:nth-child(2){
    left: 530px;
    top: 130px;
    width: 437px;
    height: 221px;
}

#stateContent11 > div:nth-child(3){
left: 5px;
    top: -67px;
    width: 962px;
    height: 157px;
}


#stateContent23 > div:nth-child(1){
        left: 7px;
    top: 130px;
    width: 436px;
    height: 333px;
}
#stateContent23 > div:nth-child(2){
    
      left: 530px;
    top: 131px;
    width: 437px;
    height: 220px;
}

#stateContent23 > div:nth-child(3){
     left: 6px;
    top: -68px;
    width: 962px;
    height: 159px;
}


.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-bottom: 5px solid black;
}

/*slider*/

.slider{
  /*background: none!important;
  border: none!important;*/

}

#stateContent23 .slider{
border-bottom-right-radius: none!important;
    border-bottom-left-radius: none!important;
    border-top-right-radius: none!important;
    border-top-right-radius: none!important;
    height: 10px!important;
    width: 456px;
    position: absolute;
    top: 48px;
    left: 163px;
}

#stateContent11 .slider{
border-bottom-right-radius: none!important;
    border-bottom-left-radius: none!important;
    border-top-right-radius: none!important;
    border-top-right-radius: none!important;
    height: 10px!important;
    width: 585px;
    position: absolute;
       top: 48px;
    left: 163px;
}


#stateContent11 .ui-slider-handle,#stateContent23 .ui-slider-handle{
    position: absolute;
    top: -13px;
    outline: 0px!important;
    border-top: 0px solid transparent!important;
    z-index: 11;
    width: 22px;
    height: 32px;
    left: 45px;
    background: url('../images/sly_btn_normal.png');
    border:none!important;
    cursor: pointer;
}

#l2_per-slider12{
  pointer-events:none!important;
  /*background: #BB0000!important;*/
}

#l2_per-slider12 .ui-slider-handle{
  pointer-events:none!important;
}

#l2_per-slider12 .ui-slider-range{
      position: absolute;
    width: 36px!important;
    /* background: #1B8C0C!important; */
    left: 296px;
}

#per-slider8{
  pointer-events:auto!important;
  /*background: #BB0000!important;*/
}

#per-slider8 .ui-slider-range{
position: absolute;
    width: 46px!important;
    /*background: #1B8C0C!important;*/
    left: 380px;
}


.Per-label{

}
.tableData > div{
    clear: both;
/*    position: absolute;*/
    
}

#HT-feedback1{
   
}
#HT-feedback1_L2{
   
}
#HT-feedback2{
    
}
#HT-feedback2_L2{
     
}
#HT-feedback3{
     
}
#HT-feedback3_L2{
      
}

.setTopPos{
  /*top: -307px!important;*/
}
.per-nonToxic{
      position: absolute;
    left: 166px;
    top: 2px;
}
.per-toxic{
         position: absolute;
    left: 21px;
    top: 1px;
}
.per-circle{
      display: inline-block;
    width: 20px;
    height: 20px;
    background: #CCCCCC;
    -webkit-border-radius: 34px;
-moz-border-radius: 34px;
-o-border-radius: 34px;
-ms-border-radius: 34px;
border-radius: 34px;
    position: absolute;
    top: 2px;
}
.per-To-left{
left: -20px;
}
.per-NonTo-left{
left: -30px;
}
.per-NonToxicBg{
  background: green;
}
.per-ToxicBg{
  background: red;
}
.straightLine{
 /* border-top: 1px solid #000000;
    position: absolute;
    top: 21px;
    z-index: -1;*/
}
#straightLine1{
    width: 354px;
    left: 38px;
    background: url('../images/btn_line_Connection.png');

}
#straightLine2{
  width: 36px;
    left: 409px;
}
.ui-slider-labels{
  font-size: 12px;
  /*width: 244px;*/
}
.ui-slider-wrapper {
    position: absolute!important;
}
.horizontal .ui-slider-label-ticks span {
    top: 13px!important;
}
.horizontal .ui-slider-label-ticks {
    height: 13px!important;
}
#slider1Label{
  top: 190px;
  left: 155px;
  width: 244px;
  width: 245px!important;
}
#slider1Label >div:nth-child(10){
display: none;
  }
#slider2Label{
  top: 294px;
    left: 155px;
    width: 245px!important;
}
#slider2Label > div:nth-child(11)
{
  left: 93.24%!important;
}
#slider3Label{
  top: 402px;
    left: 186px;
    width: 183px!important;
    display: none!important;
}
#slider4Label{
  top: 400px;
    left: 156px;
    width: 244px!important;
}

#slider5Label{
  top: 190px;
    left: 155px;
       width: 245px!important;
}
#slider5Label >div:nth-child(10){
display: none;
  }
#slider6Label{
  top: 294px;
    left: 155px;
       width: 245px!important;
}

#slider6Label > div:nth-child(11)
{
  left: 93.24%!important;
}

#slider7Label{
  top: 397px;
    left: 186px;
    width: 183px!important;
    display: none;
}

.loading-img{
  left: 0px;
  top: 0px;
    position: absolute;
    z-index: 9999999;

}
.loading-img label {
    color: red;
    font-size: 20px;
    left: 498px;
    position: absolute;
    top: 450px;
}
.loading-img img {
    width: 1024px;
    height: 768px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px!important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px!important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px!important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px!important;
}

#tableData2{
   /* top: 83px;
    position: absolute;*/
}
#tableData2 .Per-label{
    /*margin-bottom: 44px;*/
}

.info{
  position: absolute;
  z-index: 42;
}
.gc-tips{
     display: none;
    position: absolute;
    z-index: 999;
     background: url(../images/bg_for_Info.png);
    width: 287px;
    height: 130px;
}
.gc-tipBtn{
     background: url(../images/bulb_normal.png);
    width: 14px;
    height: 23px;
    position: absolute;
    cursor: pointer;
    margin-left: 5px;
    /*pointer-events:none;*/
}

.hidden{
/*  visibility: hidden;
  pointer-events:none!important;*/
}

.gc-tipBtn.glow{
     background: url(../images/bulb_glow.png);
     /*pointer-events:auto!important;*/

}
.gc-tipContent{
   width: 97%;
    max-height: 91px;
    position: absolute;
    padding: 10px;
    overflow: auto;
    /*overflow-y: scroll;*/
    /* display: none; */
    top: 3px;
    font-size: 15px;
    text-align: justify;
}
.feedbackBg{

            font-size: 17px;
    color: #fff;
    position: absolute;
    width: 680px;
    left: 343px;
    padding: 20px;
    
}
.feedbackBg > div{
    
}
#toxicOrNonTox1{
      position: absolute;
    top: 269px;
    width: 410px;
}
#toxicOrNonTox2{
    position: absolute;
    top: 265px;
    width: 410px;
}
#reDesignBtn .gc-nav-btns,#level2Btn .gc-nav-btns,#level1Btn .gc-nav-btns{
    position: relative;
    top: 2px;
}
#exitBtn .gc-nav-btns{
   position: relative;
    top: 13px; 
}
.l1-per-value{
     font-family: 'Digiface';
    font-size: 17px;
    text-align: center;
    color: #fff;
  float: right;
}
.l1-per-feedback{
position: absolute;
    width: 984px;
    top: 370px;
    left: -7px;
    overflow: auto;
    font-size: 15px;
    height: 97px;
    padding: 5px;
}

.l2-per-feedback{
    position: absolute;
    width: 461px;
    top: 370px;
    left: 516px;
    overflow: auto;
    font-size: 15px;
    height: 97px;
    padding: 5px;
}
.level2Img{
  background: url('../images/btn_level_2.png')!important;
}
.l2-HT2,.l2-HT3{
  display: none;
}
.l2-HT1{

}
.l2-HT2{
  
}
.l2-HT3{
  
}
.l2-HT1 > div,.l2-HT2 > div,.l2-HT3 > div{

}
#l2-slider1
{
      width: 245px!important;
    top: 162px;
    left: 155px;
}
#l2-slider2
{
    top: 246px;
    left: 155px;
    width: 245px!important;
}
#l2-slider3
{
    top: 327px;
    left: 156px;
    width: 245px!important;

}
#l2-slider4
{
    top: 411px;
    left: 156px;
    width: 245px!important;
}

#l2-slider5
{
    width: 245px!important;

    top: 185px;
    left: 155px;
}
#l2-slider6
{
  top: 288px;
    left: 155px;
    width: 245px!important;
}
#l2-slider7
{
top: 396px;
    left: 156px;
    width: 245px!important;

}
#l2-slider8
{
    top: 210px;
    left: 156px;
    width: 245px!important;
}

#l2-slider9
{
    top: 172px;
    left: 156px;
    width: 245px!important;
}
#l2-slider10{
    top: 395px;
    width: 245px!important;
    left: 156px;
}

#l2_HT_sub1_logP{
    position: absolute;
    top: 125px;
    left: 154px;
    font-size: 15px;
}
#l2-polar_surface_area{
      position: absolute;
    top: 208px;
    left: 154px;
    font-size: 15px;
}
#l2_acid_base_prop{
      position: absolute;
    top: 290px;
    left: 151px;
    font-size: 15px;
}
#l2_HT_Sub_MW_text{
  position: absolute;
    top: 373px;
    left: 151px;
    font-size: 15px;
}
#l2_desolvation_of{
  position: absolute;
    top: 146px;
    left: 150px;
    font-size: 15px;
}
#l2_binding_with{
      position: absolute;
    top: 252px;
    left: 153px;
    font-size: 15px;
}
#l2_reactivity_turn{
      position: absolute;
    top: 357px;
    left: 153px;  
    font-size: 15px;  
}
#l2_AT_Box{
  top: 502px!important;
}
#l2_HT_sub1{
  top: 486px!important;
}
#l2_HT_sub2{
top: 489px!important;
    width: 353px!important;
    left: 155px!important;
}
#l2_HT_sub3{
  top: 514px!important;
}
#l2_HT_sub3_LogP{
  position: absolute;
    top: 162px;
    left: 152px;
    font-size: 15px;
}
#l2_HT_sub3_funcgr{
     position: absolute;
    top: 308px;
    left: 152px;
    font-size: 15px;
    font-size: 15px;
}
#l2_AT_branch{
      position: absolute;
    left: 153px;
    top: 136px;
    font-size: 15px;
}

#l2_AT_functiGr{
    position: absolute;
    top: 279px;
    left: 152px;
    font-size: 15px;
}
#l2_AT_num_of_ring{
      position: absolute;
    top: 359px;
    left: 151px;
    font-size: 15px;

}
.sliderValueField{
 font-family: 'Digiface';
    font-size: 23px;
    color: #fff;
    position: absolute;
    width: 80px;
    text-align: center;

}

#l2_HT_sub1_logP-val{
     top: 142px;
    left: 421px;
}
#l2-polar_surface_area-val{
  left: 421px;
    top: 225px;
}
#l2_acid_base_prop-val{
    top: 300px;
    left: 421px;
    font-size: 20px;
    line-height: 21px;
}
#l2_HT_Sub_MW_text-val{
     left: 421px;
    top: 391px;
}
#l2_desolvation_of-val{
       top: 165px;
    left: 421px;
}
#l2_binding_with-val{
    left: 421px;
    top: 270px;
}
#l2_reactivity_turn-val{
     left: 421px;
    top: 376px;
}
#l2_HT_sub3_LogP-val{
         left: 423px;
    top: 192px;
}
#l2_HT_sub3_funcgr-val{
    left: 420px;
    top: 334px;
    width: 87px;
    font-size: 19px;
    padding: 6px;
}
#l2_AT_branch-val{
    left: 422px;
    top: 155px;
    font-size: 18px;
}
#l2_AT_functiGr-val{
      left: 419px;
    top: 274px;
    font-size: 19px;
    width: 88px;
}
#l2_AT_num_of_ring-val{
         left: 423px;
    top: 375px;
}
#l2_Per_HLB{
        position: absolute;
    left: 630px;
    top: 61px;
    color: #fff;
    width: 70px!important;
    height: 50px;
    font-size: 19px!important;
    text-align: center;
    line-height: 40px;
}

/*#stateContent23 #tableData5{
top: 84px;
    position: absolute;
}*/
/*#stateContent23 #tableData6{
    top: 145px;
    position: absolute;
}*/
#stateContent23 #toxicOrNonTox5{
    position: absolute;
    top: 271px;
    width: 350px;
}
#stateContent23 #toxicOrNonTox4{
      position: absolute;
    top: 473px;
    width: 300px;
}

#gc-congratulation{
    position: relative;
    width: 638px;
    color: #fff;
    margin: 0 auto;
    top: 68px;
    text-align: center;
  }
#toxicOrNonTox-l1-per{
  position: absolute;
    top: 267px;
    width: 290px;
}
#toxicOrNonTox-l1-per .per-nonToxic{
      left: 184px;
}
#toxicOrNonTox-l2-per{
  position: absolute;
    top: 267px;
    width: 290px;
}
#toxicOrNonTox-l2-per .per-nonToxic{
      left: 184px;
}


#stateContent11 .l1-per-value {
width: 60px;
    padding: 5px;
    -webkit-border-radius: 7px;
-moz-border-radius: 7px;
-o-border-radius: 7px;
-ms-border-radius: 7px;
border-radius: 7px;
}
#stateContent23 .l1-per-value {
width: 115px;
    padding: 5px;
    -webkit-border-radius: 7px;
-moz-border-radius: 7px;
-o-border-radius: 7px;
-ms-border-radius: 7px;
border-radius: 7px;
font-size: 15px;
}
#l1_HT_PS{
    left: 241px;
    top: 0px;
}
#l1_HT_LogP{
left: 241px;
    top: 0px;
}
#l1_HT_MW{
left: 241px;
    top: 0px;
}
#l1_HT_VP{
       left: 241px;
    top: 0px;

}
#l1_AT_PS{
left: 239px;
}
#l1_AT_LogP{
left: 239px;
}
#l1_AT_MW{
    left: 239px;
}
#l1_Per_HLB{
        position: absolute;
    top: 60px;
    left: 764px;
    color: #fff;
    width: 70px!important;
    height: 50px;
    line-height: 37px;
    font-size: 19px;
    text-align: center;
}
#l2-slider1Label{
    width: 245px!important;
    top: 168px;
    left: 155px;
}
#l2-slider2Label{
    top: 251px;
    left: 155px;
    width: 245px!important;
}

#l2-slider3Label{
      top: 331px;
    left: 155px;
    width: 245px!important;
}

#l2-slider3Label span,#l2-slider5Label span,#l2-slider6Label span,#l2-slider7Label span,#l2-slider9Label span{
  display: none!important;
}

#l2-slider4Label{
    top: 416px;
    left: 156px;
    width: 245px!important;
  }

#l2-slider5Label{
        top: 191px;
    left: 155px;
    width: 245px!important;
}

#l2-slider6Label{
        top: 294px;
    left: 155px;
    width: 245px!important;
}

#l2-slider7Label{
  top: 401px;
    left: 155px;
    width: 245px!important;
}


#l2-slider8Label{
    top: 214px;
    left: 156px;
    width: 245px!important;
}
#l2-slider9Label{
    top: 251px;
    left: 155px;
    width: 245px!important;
    display: none;
}

#l2-slider10Label{
     top: 400px;
    left: 155px;
    width: 245px!important;
}
#l2_AB_ACID{
    top: 345px;
    left: 157px;
}
#l2_AB_Base{
top: 345px;
    left: 337px;
}
#l2_Desolv_High{
    top: 203px;
    left: 156px;
}
#l2_Desolv_Medi{
top: 203px;
    left: 257px;
}
#l2_Desolv_Low{
    top: 203px;
    left: 375px;
}
#l2_Bind_High{
    top: 307px;
    left: 155px;
}
#l2_Bind_Medi{
    top: 307px;
    left: 258px;
}
#l2_Bind_Low{
    top: 307px;
    left: 375px;
}
#l2_Retu_High{
    top: 414px;
    left: 155px;
}
#l2_Retu_Medi{
top: 414px;
    left: 258px;
}
#l2_Retu_Low{
    top: 414px;
    left: 376px;
}
#l2_Branch_Chemical{
    top: 198px;
    left: 150px;
}
#l2_Branch_One_side{
    top: 184px;
    left: 246px;

}
#l2_Branch_Two_side{
    top: 185px;
    left: 338px;

}

#l2_Branch_Chemical img,#l2_Branch_One_side img,#l2_Branch_Two_side img{
  display: block;
}
#l2_Branch_Chemical span,#l2_Branch_One_side span,#l2_Branch_Two_side span{
  font-size: 10px;
}

.labelFont{
  font-size: 14px;
  position: absolute;
}

.l2_fgBtn{
    background: url(../images/fg_Normal.png);
    width: 64px;
    height: 64px;
    position: absolute;  
    cursor: pointer;
    /*display: none!important;*/
}

#l2_FG_HT_AE{
    top: 321px;
    left: 420px;
}

.l2_fgBtn.selected{
  background: url('../images/bg_Normal.png');
  /*pointer-events:none;*/
}

.l2_lightBtn{
  background: url('../images/light_fg_Normal.png');
  width: 20px;
  height: 21px;
  position: absolute;
  /*display: none!important;*/
}

#l2_FG_HT_light{
top: 342px;
    left: 394px;
}

.l2_lightBtn.selected{
  background: url('../images/light_fg_selected.png');
}

#l2_FG_AT_light{
     left: 397px;
    top: 280px;
}

#l2_FG_AT_AE{
left: 427px;
    top: 259px;
}
.l2_HT_branch.disabled{
  opacity: 0.6;
}
.colon{
      font-size: 26px;
}
#tableData1{
   /* position: absolute;
    top: 58px;*/
}

.l2_funGroup{
  background: url('../images/Screen_functional_groups.png');
  width: 0px;
  height: 309px;
  display: none;
}
.l2_funGroup.leve2Per{
      background: url(../images/popup_bg.png)!important;
    width: 842px!important;
    height: 368px!important;
    display: block!important;
    left: 0!important;
    right: 0!important;
    margin: 0 auto;
    top: 176px!important;
    background-repeat: no-repeat;
}
.l2_HT_Box1{
     position: absolute;
    left: 631px;
    top: 246px;
    color: #fff;
    z-index: 1111;
}

.l2_HT_Box1 .l2_funGrAll{
    position: relative;
    top: 40px;
    width: 316px;
    margin: 0 auto;
    overflow: auto;
    height: 262px;
}
.l2_HT_Box1 .fgContainer{
         width: 112px;
    height: 119px;
    background: url(../images/functional_BG.png);
    float: left;
    margin-right: -1px;
    margin-bottom: 13px;
    margin-left: 25px;
    position: relative;
}
.fgContainer:nth-child(even){
  margin-right: 0!important;
}
.fgCloseBtn{
     width: 23px;
    height: 38px;
    position: absolute;
    top: 136px;
    right: -2px;
    cursor: pointer;
}
.groupNameImg{
  text-align: center;
}
.groupNameImg span{
line-height: 72px;
    display: block;
    text-align: center;
}
.groupNameImg img{
    position: relative;
}
.gr_decreament{
    position: relative;
    top: 6px;
    left: 21px;
    cursor: pointer;
}
.gr_increament{
position: relative;
    left: 45px;
    top: 6px;
    cursor: pointer;
    width: 21px;
    height: 21px;
    display: inline-block;
    text-align: center;
}
.gr_count{
    position: relative;
    left: 34px;
    top: 7px;  
}
.groupName{
     text-align: center;
    font-size: 15px;
    position: absolute;
    width: 112px;
    bottom: 1px;
}

#fg_ketone{
top: 8px;
}
#fg_ether{
top: 23px;
}
#fg_easter{
top: 8px;
}
#fg_carboxylicacid{
    top: 7px;
}
#fg_amine{
top: 24px;
}
#fg_aldehyde{
    top: 9px;
}
#fg_alcohol{
    top: 28px;
}

.l2_funGroup.leve2Per .l2_funGrAll{
        position: relative;
    top: 64px;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    height: auto;
}
.l2_funGroup.leve2Per .fgContainer {
    margin-right: -4px;
}

.goalOGG{
 display: inline-block;
    width: 145px;
    height: 34px;
    cursor: pointer;
    background: #FFB680;
    color: white;
    padding: 0px;
    margin-left: 0px;
    text-align: center;
    line-height: 31px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -o-border-top-right-radius: 10px;
    -o-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.goalOGG.clicked{
  background: #FF6C00;
}

.goalOGGContent{
margin-top: 10px;
    text-align: justify;
    width: 442px;
}

.boxRed{
  background: #BB0000;
}
.boxGreen{
  background: #1B8C0C;
}
.boxBgInExpert{
  background: #02274C!important;
}



.playModeSelection{
    position: absolute;
    top: 470px;
    left: 25px;
    color: #fff;
    font-size: 18px;
}
.beginnerBtn{
background: url(../images/beginnerAndExpert.png);
    position: absolute;
    top: 500px;
    left: 82px;
    width: 105px;
    height: 31px;
    text-align: center;
    cursor: pointer;
}
.expertBtn{
    background: url(../images/beginnerAndExpert.png);
    position: absolute;
    top: 500px;
    left: 260px;
    width: 105px;
    height: 31px;
    text-align: center;
    cursor: pointer;
}
.beginnerBtn p,.expertBtn p{
      line-height: 29px;
    font-size: 18px;
    font-weight: bold;
}
.boxContainer{
      position: absolute;
    top: 478px;
    left: 154px;
    width: 355px;
    height: 136px;
    color: #fff;
    font-size: 22px;
    

}
#stepImage1{
  background: url(../images/l1ht1.png);
    position: absolute;
     top: 8px;
    left: 10px;
    width: 98px;
    height: 127px;
}
#stepText1{
    position: absolute;
    left: 148px;
    text-align: center;
    font-size: 26px;
    width: 150px;
    top: 17px;
}
#stepImage2{
  background: url(../images/l1ht2.png);
    position: absolute;
        top: 8px;
    left: 10px;
    width: 98px;
    height: 127px;
}
#stepText2{
    position: absolute;
    left: 152px;
    text-align: center;
    font-size: 26px;
    width: 160px;
    top: 19px;
}
#stepImage3{
  background: url(../images/l1ht3.png);
    position: absolute;
    top: 8px;
    left: 10px;
    width: 98px;
    height: 127px;
}
#stepText3{
        position: absolute;
    left: 147px;
    text-align: center;
    font-size: 26px;
    width: 160px;
    top: 34px;
}
#stepImage4{
  background: url(../images/l1at1.png);
    position: absolute;
    top: 8px;
    left: 10px;
    width: 98px;
    height: 127px;
}
#stepText4{
        position: absolute;
    left: 154px;
    text-align: center;
    font-size: 26px;
    width: 160px;
    top: 20px;
}
#stepImage5{
  background: url(../images/l2ht1.png);
    position: absolute;
     top: 8px;
    left: 10px;
    width: 98px;
    height: 127px;
}
#stepText5{
   position: absolute;
    left: 150px;
    text-align: center;
    font-size: 26px;
    width: 160px;
    top: 51px;
}
#stepImage6{
 background: url(../images/l1ht3.png);
    position: absolute;
      top: 8px;
    left: 10px;
    width: 98px;
    height: 127px;
}
#stepText6{
        position: absolute;
    left: 150px;
    text-align: center;
    font-size: 26px;
    width: 160px;
    top: 48px;
}
#stepImage7{
 background: url(../images/l2ht3.png);
    position: absolute;
      top: 8px;
    left: 10px;
    width: 98px;
    height: 127px;
}
#stepText7{
          position: absolute;
    left: 133px;
    text-align: center;
    font-size: 26px;
    width: 188px;
    top: 37px;
}
#stepImage8{
 background: url(../images/l2at1.png);
    position: absolute;
     top: 8px;
    left: 10px;
    width: 98px;
    height: 127px;
}
#stepText8{
        position: absolute;
    left: 132px;
    text-align: center;
    font-size: 26px;
    width: 192px;
    top: 36px;
}
.param_Value{
      padding: 5px;
    position: absolute;
    -webkit-border-radius: 7px;
-moz-border-radius: 7px;
-o-border-radius: 7px;
-ms-border-radius: 7px;
border-radius: 7px;
}
#tableData1 .Per-label,#tableData2 .Per-label{
    float: left;
}
#tableData1 .l1-per-value,#tableData2 .l1-per-value{
      float: right;
}
#tableData1 >  div,#tableData2 >  div{
  padding: 11px;
}
#tableData3 .Per-label{
   position: absolute;
    left: 94px;
    top: 79px;
    font-weight: bold;
    width: 58px;
    text-align: center;
    z-index: 10;
}
#tableData6 .Per-label{
    position: absolute;
    left: 94px;
    top: 79px;
    font-weight: bold;
    text-align: center;
    width: 58px;
}
#tableData4 .Per-label,#tableData5 .Per-label{
    float: left;
}
#tableData4 .l1-per-value,#tableData5 .l1-per-value{
      float: right;
}
#tableData4 >  div{
  padding: 6px;
}
#tableData5 >  div{
  padding: 11px;
}
#l2_per-slider8{
  display: none!important;
}
#l2-sliderHTExcer{
  position: absolute;
    top: 355px;
    width: 245px;
    left: 156px;
    background: gray!important;
}
#l2_HT_AEFG_1{
position: absolute;
    top: 373px;
    left: 143px;
    font-size: 12px;
    width: 32px;
    text-align: center;
}
#l2_HT_AEFG_2{
     position: absolute;
    top: 380px;
    left: 220px;
    font-size: 12px;
    width: 32px;
    text-align: center;
}
#l2_HT_AEFG_3{
     position: absolute;
    top: 378px;
    left: 265px;
    font-size: 12px;
    width: 32px;
    text-align: center;
}
#l2_HT_AEFG_4{
     position: absolute;
    top: 378px;
    left: 297px;
    font-size: 12px;
    width: 32px;
    text-align: center;
}
#l2_HT_AEFG_5{
    position: absolute;
    top: 378px;
    left: 379px;
    font-size: 12px;
    width: 32px;
    text-align: center;
}
#l2-sliderATExcer{
  position: absolute;
    top: 291px;
    width: 245px;
    left: 156px;
    background: gray!important;
}
#l2_AT_AEFG_1{
        position: absolute;
    top: 309px;
    left: 150px;
    font-size: 12px;
    width: 32px;
    text-align: center;
}
#l2_AT_AEFG_2{
         position: absolute;
    top: 314px;
    left: 202px;
    font-size: 12px;
    width: 32px;
    text-align: center;
}
#l2_AT_AEFG_3{
       position: absolute;
    top: 313px;
    left: 265px;
    font-size: 12px;
    width: 32px;
    text-align: center;
}
#l2_AT_AEFG_4{
        position: absolute;
    top: 314px;
    left: 322px;
    font-size: 12px;
    width: 32px;
    text-align: center;
}
#l2_AT_AEFG_5{
      position: absolute;
    top: 314px;
    left: 385px;
    font-size: 12px;
    width: 32px;
    text-align: center;
}
#l2-sliderATExcerLabel,#l2-sliderHTExcerLabel{
  display: none;
}
.overlayImg{
  position: absolute;
  width: 1024px;
  height: 768px;
  display: none;
  z-index: 1111;
  top: 0px;
}
.overlayImg_term{
  position: absolute;
  width: 1024px;
  height: 768px;
  display: none;
  z-index: 1113;
  top: 0px;
  display: none;
}

.setPos1{
    bottom: 2px!important;
    left: 579px!important;
}
#helpBtn > span{
    position: absolute;
    left: 52px;
    top: 16px;
}
#stateContent11 .l1tip3,#stateContent23 .l1tip3{
top: 8px!important;
}
#stateContent11 .l1tip4,#stateContent23 .l1tip4{
    top: -21px!important;
    left: 43px!important;
        z-index: 11;
}
#stateContent11 .l1tip1,#stateContent23 .l1tip1{
    top: 5px!important;
}
#stateContent11 .l1tip2,#stateContent23 .l1tip2{
top: 5px!important;
}
.l1tip1.glow,.l1tip2.glow,.l1tip3.glow,.l1tip4.glow{
/*     background: url(../images/bulb_icon_for_per.png);*/
     pointer-events:auto!important;
}
.setPos2{
      left: 594.094px!important;
    top: -2px!important;
    background: url(../images/tipbg2.png);
  width: 314px;
  height: 104px;
}
.setPos2 .gc-tipContent{
    left: 25px!important;
    top: 8px!important;
    width: 91%!important;
}
.setPos3{
left: 733.531px!important;
    background: url(../images/tipbg1.png);
    width: 288px!important;
    height: 126px;
    top: 108px!important;
}

#stateContent3 .slider,#stateContent5 .slider,#stateContent7 .slider,#stateContent19 .slider,#stateContent9 .slider,#stateContent10 .slider,#stateContent21 .slider,#stateContent22 .slider{
  border-bottom-right-radius:none!important;
  border-bottom-left-radius:none!important;
  border-top-right-radius:none!important;
  border-top-right-radius:none!important;
  height: 8px!important;
    width: 338px!important;
    position: absolute;
    border: none!important;
    pointer-events:none!important;
}

#stateContent15 .slider{
  border-bottom-right-radius:none!important;
  border-bottom-left-radius:none!important;
  border-top-right-radius:none!important;
  border-top-right-radius:none!important;
height: 8px!important;
    width: 306px!important;
    position: absolute;
    border: none!important;
    pointer-events: none!important;
}

#stateContent17 .slider{
  border-bottom-right-radius:none!important;
  border-bottom-left-radius:none!important;
  border-top-right-radius:none!important;
  border-top-right-radius:none!important;
height: 8px!important;
    width: 309px!important;
    position: absolute;
    border: none!important;
    pointer-events: none!important;
}
#stateContent3,#stateContent5,#stateContent7,#stateContent15,#stateContent17,#stateContent19,#stateContent9,#stateContent10,#stateContent22,#stateContent21 {
    color: #fff!important;
}
.l1HTImageLabelValue,.l2HTImageLabelValue{
      width: 73px;
    height: 35px;
    position: absolute;
    left: 582px;
    border-radius: 7px;
    text-align: center;
}

#stateContent17 .l2HTImageLabelValue{
    width: 84px!important;
    height: 35px!important;
    position: absolute!important;
    left: 572px!important;
    border-radius: 7px!important;
    text-align: center!important;
}

#stateContent15 .l2HTImageLabelValue{
    width: 125px!important;
    height: 35px!important;
    position: absolute!important;
    left: 537px!important;
    border-radius: 7px!important;
    text-align: center!important;
    }

#stateContent19 .l2HTImageLabelValue {
    width: 88px!important;
    left: 572px!important;
}

#stateContent3 .ui-slider-handle,#stateContent5 .ui-slider-handle,#stateContent7 .ui-slider-handle,#stateContent15 .ui-slider-handle,#stateContent17 .ui-slider-handle,#stateContent19 .ui-slider-handle,#stateContent9 .ui-slider-handle,#stateContent10 .ui-slider-handle,#stateContent21 .ui-slider-handle,#stateContent22 .ui-slider-handle{
  background: url(../images/triangle.png)!important;
  width: 29px!important;
  height: 30px!important;
  top: -9.5px!important;
  cursor: pointer;
  outline: none!important;
  border:none!important;
  z-index: 11;
  pointer-events:none!important;
  box-shadow: none!important;
}


#stateContent23 .ui-slider-handle{
  background: url(../images/overlay/triangle_black.png)!important;
  width: 29px!important;
  height: 30px!important;
  top: -9.5px!important;
  cursor: pointer;
  outline: none!important;
  border:none!important;
  z-index: 11;
  pointer-events:none!important;
  box-shadow: none!important;
}

.l1HTSlidersImg,.l2HTSlidersImg{
      position: absolute;
    left: 355px;
    top: 293px;
    width: 658px;
    height: 298px;
    /*display: none;*/
}
.l1ATSlidersImg,.l2ATSlidersImg{
      position: absolute;
    left: 355px;
    top: 293px;
    width: 658px;
    height: 298px;
    /*display: none;*/
}
#l1HT1slider1,#l1HT2slider1,#l1HT3slider1{
  left: 207px;
  top: 30px
}
#l1HT1slider2,#l1HT2slider2,#l1HT3slider2{
  left: 207px;
  top: 130px
}
#l1HT1slider3,#l1HT2slider3,#l1HT3slider3{
  left: 207px;
    top: 230px;
}
#l1HT1slider1Label,#l1HT2slider1Label,#l1HT3slider1Label{
     left: 207px;
    top: 37px;
    width: 338px!important;
}
#l1HT1slider2Label,#l1HT2slider2Label,#l1HT3slider2Label{
  left: 207px;
  top: 137px;
  width: 338px!important;
}
#l1HT1slider3Label,#l1HT3slider3Label{
  left: 207px;
    top: 237px;
    display: none;
    width: 338px!important;
}
#l1HT2slider3Label{
  left: 207px;
    top: 237px;
    width: 338px!important;


}

#l1HT1ImageLabelMW,#l1HT2ImageLabelMW,#l1HT3ImageLabelMW{
    position: absolute;
    top: 22px;
    left: 17px;
}
#l1HT1ImageLabelLogP,#l1HT2ImageLabelLogP,#l1HT3ImageLabelLogP{
    position: absolute;
    top: 122px;
    left: 17px;
}
#l1HT1ImageLabelPS,#l1HT2ImageLabelVP,#l1HT3ImageLabelPS{
      position: absolute;
    top: 220px;
    left: 17px;
}
#l1_HT1_MW,#l1_HT2_MW,#l1_HT3_MW{
    top: 19px;
}
#l1_HT1_LogP,#l1_HT2_LogP,#l1_HT3_LogP{
top: 117px;
}
#l1_HT1_PS,#l1_HT2_VP,#l1_HT3_PS{
top: 217px;
}
/*level2*/


#l2HT1slider1{
  left: 207px;
  top: 30px
}
#l2HT1slider2{
  left: 207px;
  top: 100px
}
#l2HT1slider3{
  left: 207px;
    top: 170px;
}
#l2HT1slider4{
  left: 207px;
    top: 230px;
}
#l2HT1slider1Label{
     left: 207px;
    top: 37px;
    width: 306px!important;
}
#l2HT1slider2Label{
  left: 207px;
  top: 106px;
  width: 306px!important;
}
#l2HT1slider3Label{
  left: 207px;
    top: 237px;
    display: none;
    width: 306px!important;
}
#l2HT1slider4Label{
  left: 206px;
    top: 237px;
    width: 306px!important;
}

#l2HT1ImageLabelLogP{
    position: absolute;
    top: 22px;
    left: 17px;
}
#l2HT1ImageLabePSA{
    position: absolute;
    top: 91px;
    left: 17px;
}
#l2HT1ImageLabelABP{
      position: absolute;
    top: 162px;
    left: 17px;
}
#l2HT1ImageLabelMW{
      position: absolute;
    top: 220px;
    left: 17px;
}
#l2_HT1_LogP{
    top: 19px;
}
#l2_HT1_PSA{
top: 89px;
}
#l2_HT1_ABP{
top: 158px;
font-size: 17px;
line-height: 25px;
}
#l2_HT1_MW{
top: 218px;
}

/*2*/

#l2HT2slider1{
  left: 240px;
  top: 30px
}
#l2HT2slider2{
  left: 240px;
  top: 130px
}
#l2HT2slider3{
  left: 240px;
    top: 230px;
}
#l2HT2slider1Label{
     left: 240px;
    top: 37px;
    width: 309px!important;
    display: none;
}
#l2HT2slider2Label{
  left: 240px;
  top: 137px;
  width: 309px!important;
  display: none;
}
#l2HT2slider3Label{
  left: 240px;
    top: 237px;
    display: none;
    width: 309px!important;
}


#l2HT2ImageLabelDOC{
    position: absolute;
    top: 22px;
    left: 17px;
}
#l2HT2ImageLabeBWTE{
    position: absolute;
    top: 122px;
    left: 17px;
}
#l2HT2ImageLabelRT{
      position: absolute;
    top: 220px;
    left: 17px;
}
#l2_HT2_DOC{
    top: 19px;
}
#l2_HT2_BWTE{
top: 117px;
}
#l2_HT2_RT{
top: 217px;
}

/*3*/

#l2HT3slider1{
  left: 207px;
  top: 30px
}
#l2HT3slider2{
  left: 207px;
  top: 130px
}

#l2HT3slider1Label{
     left: 207px;
    top: 37px;
    width: 338px!important;
}
#l2HT3slider2Label{
  left: 207px;
  top: 137px;
  width: 306px!important;
  display: none;
}

#l2HT3ImageLabelLogP{
    position: absolute;
    top: 22px;
    left: 17px;
}
#l2HT3ImageLabePSA{
   position: absolute;
    top: 122px;
    left: 12px;
    width: 169px;
    text-align: center;
}
#l2_HT3_LogP{
    top: 19px;
}
#l2_HT3_FGS{
    top: 119px;
    font-size: 16px;
    line-height: 23px;
}
/*1*/
#l1HT1slider1{
background: #1B8C0C!important;
}
#l1HT1slider1 .ui-slider-range{
    width: 126px!important;
    background: #BB0000!important;
}
#l1HT1slider2{
  
    /*background: #BB0000!important;*/
    /*//v7 changes.....*/
    background: #1B8C0C!important;
}
#l1HT1slider2 .ui-slider-range{
/*background: #1B8C0C!important;*/
/*//v7 change....*/
    background: #BB0000 !important;
    left: 96px;
    position: absolute;
    /*width: 193px!important;*/
    width: 163px!important;
}

#l1HT1slider3{
  width: 50%!important;
    background: #BB0000!important;

}

#l1HT1slider3 .ui-slider-range{
  width: 50%!important;
background: #1B8C0C!important;
}
/*2*/
#l1HT2slider1{
background: #1B8C0C!important;
}
#l1HT2slider1 .ui-slider-range{
    width: 126px!important;
    background: #BB0000!important;
}
#l1HT2slider2{
  
  background: #1B8C0C!important;
    

}
#l1HT2slider2 .ui-slider-range{
background: #BB0000!important;
    left: 97px;
    position: absolute;
    width: 159px!important;
}

#l1HT2slider3{
  width: 50%!important;
    background: #BB0000!important;

}

#l1HT2slider3 .ui-slider-range{
  width: 35px!important;
    background: #1B8C0C!important;

}

/*3*/

#l1HT3slider1{
background: #1B8C0C!important;
}
#l1HT3slider1 .ui-slider-range{
    width: 161px!important;
    background: #BB0000!important;
}


#l1HT3slider2{
  
  background: #1B8C0C!important;
    

}
#l1HT3slider2 .ui-slider-range{
background: #BB0000!important;
    left: 97px;
    position: absolute;
    width: 159px!important;
}

#l1HT3slider3{
  width: 50%!important;
    background: #BB0000!important;

}

#l1HT3slider3 .ui-slider-range{
  width: 50%!important;
background: #1B8C0C!important;
}
/*L1 - At*/

  .l1AT1ImageLabelMW{
 position: absolute;
    top: 22px;
    left: 17px;
}
#l1AT1slider1,#l1AT2slider1{
left: 207px;
  top: 30px
}
.l1_AT1_MW{
top: 19px;
}
.l1AT1ImageLabelLogP{
    position: absolute;
    top: 122px;
    left: 17px;
}
#l1AT1slider2,#l1AT2slider2{
left: 207px;
  top: 130px
}
.l1_AT1_LogP{
top: 117px;
}
.l1AT1ImageLabelPS{
position: absolute;
    top: 220px;
    left: 17px;
}
#l1AT1slider3,#l1AT2slider3{
left: 207px;
    top: 230px;
}
.l1_AT1_PS{
top: 217px;
}
.level1AT1PS_Solid{
position: absolute;
    top: 252px;
    left: 268px;
}
.level1AT1PS_Liquid{
  position: absolute;
    top: 252px;
    left: 433px;
}

#l1AT1slider1,#l1AT2slider1{
background: #1B8C0C!important;
}
#l1AT1slider1 .ui-slider-range,#l1AT2slider1 .ui-slider-range{
    width: 335px!important;
    background: #BB0000!important;
}
#l1AT1slider1Label,#l1AT2slider1Label{
     left: 207px;
    top: 37px;
    width: 338px!important;
}
#l1AT1slider2,#l1AT2slider2{
  
    background: #BB0000!important;

}
#l1AT1slider2 .ui-slider-range,#l1AT2slider2 .ui-slider-range{
background: #1B8C0C!important;
    left: 0px;
    position: absolute;
    width: 162px!important;
}
#l1AT1slider2Label,#l1AT2slider2Label
{
  left: 207px;
  top: 137px;
  width: 338px!important;
}

#l1AT1slider3,#l1AT2slider3{
  width: 50%!important;
    background: #BB0000!important;

}

#l1AT1slider3 .ui-slider-range,#l1AT2slider3 .ui-slider-range{
  width: 50%!important;
background: #1B8C0C!important;
}

#l1AT1slider3Label,#l1AT2slider3Label{
  left: 207px;
    top: 237px;
    display: none;
    width: 338px!important;
}

/*end..*/

/*l2 ht1*/

#l2HT1slider1{
  width: 50%!important;
    background: #BB0000!important;
}
#l2HT1slider1 .ui-slider-range{
  width: 262px!important;
background: #1B8C0C!important;
}

#l2HT1slider2{
  width: 50%!important;
    background: #BB0000!important;
}
#l2HT1slider2 .ui-slider-range{
       width: 214px!important;
    background: #1B8C0C!important;
    position: absolute;
    left: 92px;
}

#l2HT1slider3{
  width: 50%!important;
    background: #BB0000!important;
}
#l2HT1slider3 .ui-slider-range{
  width: 50%!important;
background: #1B8C0C!important;
}

#l2HT1slider4{
    background: #BB0000!important;
}

#l2HT1slider4 .ui-slider-range{
      width: 255px!important;
    background: #1B8C0C!important;
    position: absolute;
    left: 51px;
}

/*l2 ht2*/

#l2HT2slider1{
  width: 50%!important;
    background: #BB0000!important;
}
#l2HT2slider1 .ui-slider-range{
  width: 66%!important;
    background: #1B8C0C!important;
    position: absolute;
    left: 0px;
}

#l2HT2slider2{
  width: 50%!important;
    background: #BB0000!important;
}
#l2HT2slider2 .ui-slider-range{
    width: 66%!important;
    background: #1B8C0C!important;
    position: absolute;
    left: 0px;
}

#l2HT2slider3{
  width: 50%!important;
    background: #BB0000!important;
}
#l2HT2slider3 .ui-slider-range{
  width: 66%!important;
    background: #1B8C0C!important;
    position: absolute;
    left: 0px;
}

/*l2 ht3*/

#l2HT3slider1{
  width: 50%!important;
    background: #BB0000!important;
}
#l2HT3slider1 .ui-slider-range{
      width: 289px!important;
    background: #1B8C0C!important;
    position: absolute;
    left: 0px;
}

#l2HT3slider2{
  width: 50%!important;
    background: #BB0000!important;
}
#l2HT3slider2 .ui-slider-range{
width: 60px!important;
    background: #1B8C0C!important;
    position: absolute;
    left: 0px;
}

#level1HT1PS_Solid{
position: absolute;
    top: 252px;
    left: 268px;
}
#level1HT1PS_Liquid{
    position: absolute;
    top: 252px;
    left: 433px;
}
#level1HT3PS_Solid{
position: absolute;
    top: 252px;
    left: 268px;
}
#level1HT3PS_Liquid{
    position: absolute;
    top: 252px;
    left: 433px;
}
#level2HT1moreacid{
    position: absolute;
    top: 188px;
    left: 242px;
    font-size: 18px;
}
#level2HT1morebase{
    position: absolute;
    top: 188px;
    left: 396px;
}
#level2HT2High1{
    position: absolute;
    top: 51px;
    left: 275px;
    font-size: 18px;
}
#level2HT2Medium1{
position: absolute;
    font-size: 18px;
    top: 51px;
    left: 364px;
}
#level2HT2Low1{
position: absolute;
    top: 51px;
    font-size: 18px;
    left: 484px;
}
#level2HT2High2{
    position: absolute;
    top: 152px;
    left: 275px;
    font-size: 18px;
}
#level2HT2Medium2{
position: absolute;
    font-size: 18px;
    top: 152px;
    left: 364px;
}
#level2HT2Low2{
position: absolute;
    top: 152px;
    font-size: 18px;
    left: 484px;
}
#level2HT2High3{
      position: absolute;
    top: 256px;
    left: 240px;
    font-size: 18px;
}
#level2HT2Medium3{
position: absolute;
    font-size: 18px;
    top: 256px;
    left: 364px;
}
#level2HT2Low3{
position: absolute;
    top: 256px;
    font-size: 18px;
    left: 484px;
}
#level2HT2FunGs1{
    position: absolute;
    top: 153px;
    left: 207px;
    width: 56px;
    text-align: center;
    font-size: 16px;
}
#level2HT2FunGs2{
        position: absolute;
    top: 153px;
    left: 297px;
    font-size: 16px;
}
#level2HT2FunGs3{
    position: absolute;
    top: 153px;
    left: 361px;
    font-size: 16px;
}
#level2HT2FunGs4{
     position: absolute;
    top: 153px;
    left: 406px;
    font-size: 16px;
}
#level2HT2FunGs5{
    position: absolute;
    top: 153px;
    left: 519px;
    font-size: 16px;
}

.table{
 width: 824px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 37px;
    height: 699px;
    z-index: 222;
    font-size: 15px;
    display: none;
    overflow: auto;

  }
  .table > div{
         border-collapse: collapse;
    color: white;
    overflow: auto;
    z-index: 2222;
    background: #fff;
    color: #000;
    padding: 16px;
    position: absolute;
    top: 10px;
  }

.table table{
    border-collapse: collapse;
    width: 100%;
}
.table tbody{
  overflow: auto;
  height: 300px;
}

.table td,.table th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.MainHeaderHTText{
display: none;
    position: absolute;
    top: 21px;
    left: 384px;
    color: #fff;
    font-size: 20px;
    z-index: 11111;
}
#MainHeaderHTL1Text1{
display: none;
    position: absolute;
    top: 80px;
    left: 398px;
    color: #fff;
    font-size: 15px;
    z-index: 11111;
}
#MainHeaderHTL1Text2{
display: none;
    position: absolute;
    top: 81px;
    left: 598px;
    color: #fff;
    font-size: 15px;
    z-index: 11111;
}
#MainHeaderHTL1Text3{
    display: none;
    position: absolute;
    top: 81px;
    left: 853px;
    color: #fff;
    font-size: 15px;
    z-index: 11111;
}
.MainHeaderATText{
display: none;
    position: absolute;
    top: 20px;
    left: 604px;
    color: #fff;
    font-size: 20px;
    z-index: 11111;
}
#MainHeaderL1ATText{
    display: none;
    position: absolute;
    top: 80px;
    left: 617px;
    color: #fff;
    font-size: 15px;
    z-index: 11111;
}
#MainHeaderHTL2Text1{
    display: none;
    position: absolute;
    top: 81px;
    left: 411px;
    color: #fff;
    z-index: 11111;
    font-size: 15px;
}
#MainHeaderHTL2Text2{
    display: none;
    position: absolute;
    top: 81px;
    left: 635px;
    color: #fff;
    font-size: 15px;
    z-index: 11111;
}
#MainHeaderHTL2Text3{
    display: none;
    position: absolute;
    top: 82px;
    left: 813px;
    color: #fff;
    font-size: 14px;
    z-index: 11111;
}
#MainHeaderL2ATText{
    display: none;
    position: absolute;
    top: 81px;
    left: 623px;
    color: #fff;
    z-index: 11111;
    font-size: 15px;
}

#mainOverlay {
      height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.4);
    overflow-x: hidden;
    transition: 0.5s;
    display: none;
    z-index: 222;
  }
#overlayCloseBtn{
    background: url(../images/close_btn.png);
    width: 31px;
    height: 33px;
    cursor: pointer;
    position: absolute;
    top: 29px;
    z-index: 2222;
    left: 905px;
    display: none;
}
.setPos4{
      bottom: 2px!important;
    left: 589px!important;
}
#starBtn1{
position: absolute;
left: 18px;
top: 0px;
}
#starBtn2{
 position: absolute;
left: 84px;
top: 0px; 
}
#starBtn3{
  position: absolute;
left: 150px;
top: 0px;
}
#starBtn4{
  position: absolute;
left: 216px;
top: 0px;
}
#starBtn5{
  position: absolute;
left: 283px;
top: 0px;
}
#per-slider8Label{
        position: absolute;
    top: 56px;
    left: 162.5px;
    width: 585px!important;
}
#l2_per-slider12Label{
   position: absolute;
    top: 56px;
    left: 162.5px;
    width: 456px!important; 
}

.overlayPrevImg{
background: red;
    width: 11px;
    height: 17px;
    z-index: 1111;
    cursor: pointer;
     background: url(../images/overlay/back_btn.png); 
}

.overlayNextImg{
   background: red;
    width: 11px;
    height: 17px;
    z-index: 1111;
    cursor: pointer;
    background: url(../images/overlay/next_btn.png); 
}
.closeOverlayBtn,.closePreOverlayBtn,.closePostOverlayBtn{
   position: absolute;
    width: 38px;
    height: 38px;
    background: url(../images/overlay/close_btn_overlay.png); 
    top: 15px;
    z-index: 1111;
    left: 970px;
    cursor: pointer;
    display: none;
}
.okOverlayBtn{
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(../images/overlay/ok_btn_overlay.png); 
    top: 15px;
    z-index: 1111;
    left: 970px;
    cursor: pointer;
    display: none;
}
.closeOverlayBtnText{
    position: absolute;
    top: 22px;
    z-index: 1111;
    left: 905px;

    cursor: pointer;
    display: none;
    color: #fff;
}

.clearBoth{
  display: inline-block;
}
#navContainer{
position: absolute;
    margin: 0 auto;
    width: 600px;
    /*background: lightblue;*/
    z-index: 1111;
    height: 20px;
    left: 0;
    right: 0;
    top: 714px;
    text-align: center;
    display: none;
}
#navContainer > div{
 display: inline-block;
}

.dot_container span:nth-child(1){
  margin-left: 3px;
}

.dot{
 display: inline-block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 20px;
    margin-left: 0px;
    margin-right: 3px;
    position: relative;
    top: -4px;
}
.dot.selected{
  background: #FEC002;
  width: 12px;
    height: 12px;
    top: -2px;
}
.ulLeftOffset{
      margin-left: 18px;
}

.performanceSliderExpertBg{
  background: #706F7C!important;
}
.performanceSliderBeginnerBg{
  background: #BB0000!important;
}
.performanceSliderBeginnerBg .ui-slider-range{
  background: #1B8C0C!important;
}

/*L2- At starts */
#l2F_slider1,#l2F_slider3{
    top: 14px;
    left: 216px;
    background: #BB0000!important;
}
#l2F_slider1 .ui-slider-range,#l2F_slider3 .ui-slider-range{
  background: #1B8C0C!important;
    width: 67%!important;
}
#l2F_slider1Label,#l2F_slider3Label{
    position: absolute;
    left: 216px;
    width: 338px;
    top: 21px;
    display: none;
}
.l2F_AT_branch{
position: absolute;
}
.l2F_AT_branch_val{
    width: 80px;
    left: 573px;
    height: 80px;
    top: -15px;
}
.l2F_Branch_Chemical{
    position: absolute;
    left: 206px;
    top: 43px;
    width: 69px;
    text-align: center;
}
.l2F_Branch_One_side{
    position: absolute;
    left: 350px;
    top: 43px;
    width: 69px;
    text-align: center;
}
.l2F_Branch_Two_side{
    position: absolute;
    left: 486px;
    top: 43px;
    width: 69px;
    text-align: center;
}
.l2F_AT_functiGr{
    position: absolute;
    top: 113px;
    width: 112px;
    text-align: center;
    left: -11px;
}
.l2F_AT_functional_val{
top: 129px;
    width: 67%;
    left: 202px;
}
.l2F_AT_num_of_ring{
    position: absolute;
    top: 231px;
}
#l2FF_slider2,#l2FF_slider4{
left: 216px;
    top: 240px;
    background: #BB0000!important;
}
#l2FF_slider2Label,#l2FF_slider4Label{
 position: absolute;
    top: 248px;
    width: 338px;
    left: 216px;
}
#l2FF_slider2 .ui-slider-range,#l2FF_slider4 .ui-slider-range{
    background: #1B8C0C!important;
    width: 137px!important;
}

.l2F_AT_num_of_ring_val{
    top: 227px;
}

/*L2- At ends */
#l2_AT_FG{
      word-wrap: break-word;
}
#l2_Per_editFg{
     background: url(../images/editfg.png);
    width: 158px;
    height: 51px;
    text-align: center;
    position: absolute;
    left: 708px;
    top: 61px;
    cursor: pointer;
}
#jRate{
 height: 50px;
    width: 400px;
    position: absolute;
    left: 22px;
    top: 10px;
        pointer-events: none;
}
#audioIcon{
  position: absolute;
  background: url(../images/Sound_On_01.png);
  width: 34px;
  height: 34px;
  cursor: pointer;
  z-index: 99999;
  top: 122px;
  left: 2px;

}

#audioIcon.soundOff{
background: url(../images/Sound_Off_01.png);
  width: 34px;
  height: 34px;

}
#splashScreenContent{
    display: none;
    z-index: 99999;
    position: absolute;
    left: 556px;
    top: 383px;
}
#splash_f_l{
      font-size: 33px;
}


#ul_third {
    counter-reset: list;
}
#ul_third > li {
    list-style: none;
    position: relative;
}
#ul_third > li:before {
    counter-increment: list;
    content: counter(list, lower-alpha) ") ";
    position: absolute;
    left: -1.4em;
}