@charset "UTF-8";
/* CSS Document */



#header_main {border: 0px solid #f09; margin: 0px 240px 10px ; padding: 0px; height: 80px; position: relative; z-index: 300; }
#header_inner {border: 0px solid #f09;margin: 0px 0px -5px ; padding: 0px; height: 80px; position: relative; z-index: 300;}


.underline {background: var(--main); height: 2px; position: absolute; bottom: 0px; width: 100%}
.mainlogo {border: 0px solid #f09; position: absolute; bottom: 0px; z-index: 20 }
.mainlogo img {height: 55px; }
.mobilelogo {border: 0px solid #f09; position: absolute; bottom: 0px; z-index: 20; display: none}


/********* home page header *********/

.button_m {font-weight: 400; padding: 0px 20px!important; border-radius: 300px;color: #f0f!important; background: var(--main);text-shadow: 1px 1px 2px rgba(0,0,0,0.1); white-space: nowrap; }

#header_main ul  {
  margin: 0px 0px 0px -10px;
  padding: 0px ;
  list-style: none;
  overflow: hidden;
    border: 10px solid #f09;
    background: var(--bg);
    width: calc(100% + 0px);
    position: absolute; top: 120px; 
}

#header_main li a {
  padding: 0px;
    color: #444;
    font-size: 1.1em; font-weight: 500;
    line-height: 30px;
    display:inline-block;
}

#header_main li {
  padding: 0px;
  border: 1px solid #000;
    color: #444;
    font-size: 1.1em; font-weight: 500;
    line-height: 30px;
    display:inline-block;
}

#header_main li a:hover {
  color: var(--main);
}

.login {margin: 10px 0px 0px}
.signin {margin: 5px 0px 10px 10px}
/* menu */

#header_main .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out; border: 0px solid #f09;
}

/* menu icon */

#header_main .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 34px 10px;
  position: relative;
  user-select: none;
}

#header_main .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 4px;
  position: relative;
  transition: background .2s ease-out;
  width: 24px;
    border-radius: 100px;
}

#header_main .menu-icon .navicon:before,
#header_main .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
    border-radius: 100px;
}

#header_main .menu-icon .navicon:before {
  top: 8px;
}

#header_main .menu-icon .navicon:after {
  top: -8px;
}

/* menu btn */

#header_main .menu-btn {
  display: none;
}

#header_main .menu-btn:checked ~ .menu {
  max-height: 500px;
}

#header_main .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

#header_main .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

#header_main .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

#header_main .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
#header_main .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.header_inside .upgrade {border: 0px solid #f89; position: absolute; right: 0px; font-size: 0.8em; z-index: 999999; top: 5px; color: var(--vlightmain); font-weight: 200}
.header_inside .upgrade b {font-weight: 350; color: var(--lightmain); letter-spacing: 1px; margin-right: 3px}
.header_inside .upgrade a {font-weight: 400; color: var(--lightmain); margin-left: 3px}

.header_inside .logs { bottom: 16px!important }

.header_inside .percent {position: absolute; bottom: 8px; width: 100%; height: 4px; background: var(--vlightmain)}
.header_inside .percent .act {background: var(--main)!important; height: 4px; border-right: 1px solid var(--bg)}
.header_inside .percent p {font-size: 0.7em; font-weight: 200; transform: translateY(3px); color: var(--main)}

/********* other page header *********/
.header_inside {border: 0px solid #f09; margin: 0px 150px 10px ; padding: 0px; height: 100%; position: relative; z-index: 200; background: none}


.header_inside .mainlogo {border: 0px solid #f09; position: absolute; bottom: 15px; z-index: 20 }
.mainlogo img {height: 35px; }
.mobilelogo {border: 0px solid #f09; position: absolute; bottom: 0px; z-index: 20; display: none}


.header_inside .user_desk {position: absolute; right: 50px; top: 43px}
.header_inside .user_desk i {font-size: 20px; margin: 0px 0px 0px 10px}
.header_inside .user_desk a i {color: #444}
.header_inside .user_desk a i:hover {color: var(--main)}
.header_inside .user_desk span {font-size: 0.9em; font-weight: 400; margin: 0px 0px 0px 15px; color: var(--main); text-shadow: 1px 1px 2px rgba(0,0,0,0.0)}


.header_inside ul {
  margin: 0px;
  padding: 0px ;
  list-style: none;
  overflow: hidden;
    width: auto;
    position: absolute; top: 68px; right: 0px;
}

.header_inside li {  background: var(--slightbg);
    padding: 5px 30px 5px 10px; height: 32px}

.header_inside li:hover {background: var(--vlightbg)}


.header_inside li a, .header_inside li span {
  padding: 0px; margin: 0px;
  border: 0px solid #000;
    font-size: 1.0em; font-weight: 350; color: var(--main);
    line-height: 32px;
    display:inline-block;
}
.topline {border-top: 1px solid var(--vlightbg)}
.botline {border-bottom: 1px solid var(--vlightbg)}

.header_inside li a:hover {
  color: var(--main); 
}

.header_inside li i {font-size: 0.7em; line-height: 22px; color: #fff; width: 22px; height: 22px; background: var(--bgvdark); text-align: center; border-radius: 22px; position: relative; bottom: 2px; margin-right: 5px; padding: 0px 0px 0px 0px}

.login {margin: 10px 0px 0px}
.signin {margin: 5px 0px 10px 10px}
/* menu */

.header_inside .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out; border: 0px solid #f09; box-shadow: 1px 2px 4px rgba(0,0,0,0.2)
}

/* menu icon */

.header_inside .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 47px 0px 8px 0px;
  position: relative;
  user-select: none;
}

.header_inside .menu-icon .navicon {
  background: var(--main);
  display: block;
  height: 4px;
  position: relative;
  transition: background .2s ease-out;
  width: 24px;
    border-radius: 100px;
}

.header_inside .menu-icon .navicon:before,
.header_inside .menu-icon .navicon:after {
  background: var(--main);
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
    border-radius: 100px;
}

.header_inside .menu-icon .navicon:before {
  top: 8px;
}

.header_inside .menu-icon .navicon:after {
  top: -8px;
}

/* menu btn */

.header_inside .menu-btn {
  display: none;
}

.header_inside .menu-btn:checked ~ .menu {
  max-height: 500px;
}

.header_inside .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header_inside .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header_inside .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header_inside .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header_inside .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.tooltip {
  position: relative; color: var(--lightmain)!important; display: inline-block;
  cursor: context-menu; font-size: 0.7em; line-height: 0.7em; margin: 0px; padding: 0px; transform: translateY(3px)
}

.tooltip .tooltiptext {
  visibility: hidden;  min-width: 300px;  background-color: var(--white);  color: var(--main); font-size: 1em;
  border-radius: 5px;  padding: 10px;
  position: absolute;  bottom: 100%;   left: 0%;
  z-index: 100;
  opacity: 0; white-space: nowrap;
  transition: opacity 0.3s; 
}

.tooltip:hover .tooltiptext {visibility: visible;opacity: 1!important;}


/********************************************tablet settings**********************************************************/
@media screen and (max-width: 1300px) {
#header_main, .header_inside { margin: 25px 0px -5px; padding: 0px 0px; height: 70px; position: relative; z-index: 300; background: var(--main)}
    
#header_inner {height: 70px; top: 0px;}
    
.nav-wrapper { right: 10px!important;border: 0px solid #f09}
    
.mainlogo {display: none}
.mobilelogo {border: 0px solid #f09; position: absolute; bottom: 5px; left: 10px; z-index: 20; display: block}
.mobilelogo img {height: 40px; }   
    
    
/* menu icon */

#header_main .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 34px 10px;
  position: relative;
  user-select: none;
}
    
    
 #header_main ul {margin: 0px 0px 0px -10px;   }
    
.header_inside .upgrade  {display: none}

    
/********* other page header *********/
.header_inside {border: 0px solid #f09; margin: 0px; padding: 0px 10px; height: 70px; position: relative; z-index: 300; background: var(--main); top: 0px}

.mainlogo {border: 0px solid #f09; position: absolute; bottom: 0px; z-index: 20; display: none}
.mobilelogo {border: 0px solid #f09; position: absolute; bottom: 12px; z-index: 20; display: block}
.mobilelogo img {height: 35px; }
.nav-wrapper {  right: 10px;
}
      


.header_inside .user_desk {position: absolute; right: 50px; top: 27px}
.header_inside .user_desk i {font-size: 20px; margin: 0px 0px 0px 10px}
.header_inside .user_desk span {font-size: 0.8em; font-weight: 200; margin: 0px 0px 0px 10px}


.header_inside ul {
  margin: 0px 0px 0px 0px;
  padding: 0px ;
  list-style: none;
  overflow: hidden;
    border: 0px solid #f09;
    width: 100%;
    position: absolute; top: 60px; right: 0px;
}

.header_inside li {  background: var(--slightbg);
    padding: 5px 30px 5px 10px; height: 32px}



.login {margin: 10px 0px 0px}
.signin {margin: 5px 0px 10px 10px}
/* menu */

.header_inside .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out; border: 0px solid #f09;
}

/* menu icon */

.header_inside .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 34px 0px 0px 0px;
  position: relative;
  user-select: none;
}

.header_inside .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 4px;
  position: relative;
  transition: background .2s ease-out;
  width: 24px;
    border-radius: 100px;
}

.header_inside .menu-icon .navicon:before,
.header_inside .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
    border-radius: 100px;
}

.header_inside .menu-icon .navicon:before {
  top: 8px;
}

.header_inside .menu-icon .navicon:after {
  top: -8px;
}

/* menu btn */

.header_inside .menu-btn {
  display: none;
}

.header_inside .menu-btn:checked ~ .menu {
  max-height: 400px;
}

.header_inside .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header_inside .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header_inside .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header_inside .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header_inside .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}    
   .header_inside .percent {display: none}     
    

}

/********************************************general mobile settings**********************************************************/
@media all and (max-width: 64em), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
 
#header_main, .header_inside {border: 0px solid #f09; margin: 0px; padding: 0px 10px; height: 70px; position: relative; z-index: 300; background: var(--main); top: 0px}
    
#header_inner { height: 70px; }

.mainlogo {border: 0px solid #f09; position: absolute; bottom: 0px; z-index: 20; display: none}
.mobilelogo {border: 0px solid #f09; position: absolute; top: 20px; z-index: 20; display: block; left: 20px}
.mobilelogo img {height: 34px; }
.nav-wrapper {  right: 10px;}
    
      
 #header_main ul {margin: 0px 0px 0px -10px;}
    
.header_inside .upgrade  {display: none}
    
/********* other page header
.header_inside {border: 0px solid #f09; margin: 0px; padding: 0px 20px; height: 120px; position: relative; z-index: 300; background: var(--main); top: 0px}

.mainlogo {border: 0px solid #f09; position: absolute; bottom: 0px; z-index: 20; display: none}
.mobilelogo {border: 0px solid #f09; position: absolute; bottom: 30px; z-index: 20; display: block; left: 20px}
.mobilelogo img {height: 50px; }
.nav-wrapper {  right: 10px;
} *********/
      


.header_inside .user_desk {position: absolute; right: 50px; top: 31px}
.header_inside .user_desk i {font-size: 20px; margin: 0px 0px 0px 10px}
.header_inside .user_desk span {font-size: 0.8em; font-weight: 200; margin: 0px 0px 0px 10px}

.header_inside .percent {display: none}
    
.header_inside ul {
  margin: 0px 0px 0px 0px;
  padding: 0px ;
  list-style: none;
  overflow: hidden;
    border: 0px solid #f09;
    width: 100%;
    position: absolute; top: 70px; right: 0px;
}
    
.header_inside li {padding: 5px 0px 0px 10px}
    
.header_inside li a, .header_inside li span {
  padding: 0px; margin: 0px;
  border: 0px solid #000;
    font-size: 1em; font-weight: 450; color: var(--main);
    line-height: 30px;
    display:inline-block;
}

.header_inside li i {font-size: 0.9em; line-height: 26px; color: #fff; width: 26px; height: 26px; background: var(--bgvdark); text-align: center; border-radius: 30px; position: relative; bottom: 2px; margin-right: 5px}

.login {margin: 10px 0px 0px}
.signin {margin: 5px 0px 10px 10px}
/* menu */

.header_inside .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out; border: 0px solid #f09;
}

/* menu icon */

.header_inside .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 34px 0px 0px 0px;
  position: relative;
  user-select: none;
}

.header_inside .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 4px;
  position: relative;
  transition: background .2s ease-out;
  width: 24px;
    border-radius: 100px;
}

.header_inside .menu-icon .navicon:before,
.header_inside .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
    border-radius: 100px;
}

.header_inside .menu-icon .navicon:before {
  top: 8px;
}

.header_inside .menu-icon .navicon:after {
  top: -8px;
}

/* menu btn */

.header_inside .menu-btn {
  display: none;
}

.header_inside .menu-btn:checked ~ .menu {
  max-height: 800px;
}

.header_inside .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header_inside .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header_inside .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header_inside .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header_inside .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}    

    .header_inside .upgrade  {display: none}
    
    }

#header_print_logo {display: none}
/********************************************print settings**********************************************************/
@media print {
  #header_print_logo {
    display: block;
    height: 55px;
    text-align: left;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: auto;
  }
  #header_inner {
    display: none;
  }
}