

/* Header */


.main-containergistAdmin{
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 90%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff;
  min-height: 480px;
}
.adminaddress{
  width: 100%;
  float: left;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(204, 204, 204, 0.39);
}
.wp_ad_header_title {
  font-size: 21px;
  width: 50%;
  float: left;
  margin-top: 6px;
}
.wp_ad_userinfo {
  float: right;
}
.wp_ad_userinfohideen {
  float: right;
  display:none;
}
#pagegistadmin {
  padding-top: 20px;
  min-height: 100px;
  clear: both;
  float: left;
  width: 100%;
  position: relative;
}
#pagegistadmin .calltoaction{
    width:100%;
    font-size:55px;
    text-align:center;
    line-height:30px;
    margin-top: 20px;
    float: left;
    color: #666;
}
.calltoaction span{
color: #e85550!important;
}
#pagegistadmin .getbutton{
  height: 30px;
  width: 100%;
  margin: auto;
  float: left;
  margin-top: 60px;
  position: relative;
}
.getbutton .buttonbox{
color: #fff!important;
  background: #e85550;
  padding: 2px 18px;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  transition: all .25s linear;
  font-family: Monda, sans-serif;
  border: 1px solid #e85550;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  width: 200px;
  margin: auto;
}
.getbutton a{
    text-decoration:none;
}
.getbutton .buttonbox:hover{
color: #e85550!important;
  background: #fff;
}
.divbottompad{
    width:100%;
    height:15px;
    position:absolute;
    bottom:0;
    background: rgba(221, 221, 221, 0.8);
}
.getbuttondiv{ 
   width:462px;
    margin:auto;
      position: absolute;
  left: 50%;
  margin-left: -231px;
}
.getbuttondiv .tab{
    width:150px;
    box-sizing: border-box;
    color: #fff!important;
    border-radius: 4px;
    padding: 2px 18px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    transition: all .25s linear;
    font-family: Monda, sans-serif;
      float: left;
  margin: 0 2px;
  text-align: center;
    background: #969191;
      position: relative;
      cursor:pointer;
}
.getbuttondiv .active{
    background: #e85550;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: -6px;
}
.icondown{
  position: absolute;
  color: #E85550;
  bottom: -18px;
  font-size: 30px;
  left: 50%;
  margin-left: -8px;
  display:none;
}
.getbuttondiv .active .icondown{
    display:block;
}
.formcontent{
  width: 100%;
  height: 50px;
  margin-top:20px;
  float: left;
}
.mainbox {
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 10px;
  min-height: 150px;
  overflow:hidden;
  position:relative;
}
.slider-outer{
  width: 300%;
  height: 100px;
  position:absolute;
  left:0px;
}
.slider-inner{
  width: 100%;
  height: 160px; 
  float:left;
}
.slider-content{
  width: 320px;
  max-width:90%;
  height: auto;
  margin: auto;
  min-height: 100px;
}
.slider-first{
margin-top: 50px;
}
.slidertwo{
    width: 688px;
}
.optionsgist{
  width: 320px;
  height: auto;
  float: left;
  padding-top: 25px;
  margin: 0px 10px;
  border: solid 2px #ccc;
  position: relative;
}
.optionsgistactiv{
 border: solid 2px #E85550;
}
.optionsgist a{
    text-decoration:none;
    color: #fff;
}
.optionsgist .infotext{
    position:absolute;
    width:100%;
    height:25px;
   top: 0;
  background: #2BA7D3;
  text-align:center;
  color:#fff;
  font-size: 14px;
    
}
.formcontent input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #BABABA;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-family: Monda, sans-serif;
}
.subButton {
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align:center;
}
.subButton input {
  width:100px;
  color: #fff;
  background: #ff3838;
  margin: auto;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  transition: all .25s linear;
  cursor: pointer;
    text-transform: uppercase;
  font-weight: bold;
}
.subButton .getCode{
width: 150px;
display:none;
text-transform: none;
}
.subButton input:hover{
   color: #ff3838;
  background-color: #fff;
  border-color: #ff3838;
  border: 1px solid #ff3838;
    }
    
    .settings {
  display: table;
  width: 462px;
  margin:auto;
}
.settingswp{
width: 100%;
}
.settingswp .dtext{
width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}
.settingswp .sucesslogin{
display:none;
}
.settings .row {
  display: table-row;
}
.settings .question,
.settings .switch {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.settings .question {
  width: auto;
  
  font-size: 20px;
  margin-left:20px;
}

/* ============================================================
  COMMON
============================================================ */
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
    /* ============================================================
  SWITCH 1 - ROUND
============================================================ */
input.cmn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 32px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin 0.4s;
  -moz-transition: margin 0.4s;
  -o-transition: margin 0.4s;
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 30px;
}

#loginbgBoxOverlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.20);
  width: 100%;
  min-height: 100px;
  z-index: 100000;
  top: 0px;
  left: 0px;
  display: none;
}
.loginoverbox{
  position: fixed;
  width: 800px;
  padding: 20px 40px;
  color: #fff;
  left: 50%;
  margin-left: -400px;
  min-height: 200px;
  display: block;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  z-index: 9000000;
  background: #fff;
  box-sizing: border-box;
  top: 47px;
  display: none;
  
}
.closebox{
    width: 28px;
  height: 28px;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 20px;
  line-height: 50px;
  color: #E85550;
  /* border: solid 2px #E85550; */
  border-radius: 50%;
  text-align: center;
    cursor: pointer;
}
.userboxbox{
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 16px;
  line-height:30px;
  padding-left:10px;
    color: #333;
  border-bottom: solid 1px #ccc;
  box-sizing: border-box;
  }
.closebox:hover{
    color:#454545;
}
.closebox i {  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 7px;}
#codepub{
      padding: 20px 20px;
}
.codebox{
    width:100%;
    height:auto;
    float:left;
    min-height:30px;
    margin-top: 20px;
    color:#333;
    
}  
  
.loginoverbox .outeru{
border-right: 1px solid #80898A;
    width: 50%;
    height: auto;
    float: left;
    display: block;
}
.loginoverbox .outeru1{

    width: 49%;
    height: auto;
    float: right;
    display: block;
}
.loginoverbox #in{
    width: 80%;
    height: auto;
    float: right;
    display: block;
  }
  .loginoverbox #up{
    width: 80%;
    height: auto;
    float: left;
   
    position:relative;
  }
  .spnaor{
  color: #E52F2F;
  width: 100%;
  float: left;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  }
  .spnaorpass{
    color: #525252;
  width: 100%;
  float: left;
  text-align: center;
  line-height: 17px;
  /* font-weight: bold; */
  margin-bottom: 10px;
  }
   .Formbox {
  width: 100%;
  height: auto;
  float: left;
  padding: 0 0 5% 0;
  margin: 0px 0px 0px 0px;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-control {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.margin-bottom-sm {
  margin-bottom: 5px !important;
}
.input-group .thanks-icon{
    width: 100%;
  text-align: center;
  color: #12D858;
  font-size: 30px;
}
.margin-bottom-smh{
    margin-bottom: 5px !important;
    display:none;
    color: #666;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon {
  padding: 6px 9px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon, .input-group-btn, .input-group .form-control1 {
  display: table-cell;
}
.form-control1 {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
}
.inputname{
text-transform: capitalize;
}
.input-group .form-control1 {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-addon, .input-group-btn, .input-group .form-control1 {
  display: table-cell;
}
.input-group .form-control1:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.registratorInputContainer {
  padding: 0px;
  color:#383838;
  display: block;
  position: relative;
  float:left;
  margin-top: 5px;
  margin-bottom:15px;
  width: 100%;
}
.registratorInputContainer p {
  font-weight: normal;
  margin: -18px 0 0 20px;
  line-height: 18px;
  font-size: 12px;
  }
  .registratorInputContainer p a{
  color: #25B5D7;
  font-weight: bold;
  text-decoration:underline;
  }
  .error_text_style {
  color: red;
  font-size: 14px;
  text-align: left;
  letter-spacing: normal;
  margin-bottom: 5px;
}
.singinbtn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* background-image: none; */
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-primary{
  color: #fff;
  background: #ff3838;
  width:100%;
    -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  transition: all .25s linear;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ff3838;
  background-color: #fff;
  border-color: #ff3838;
  border: 1px solid #ff3838;
}
#wait-load {
  width: 100%;
  position: absolute;
  height: 100%;
  background: rgba(255, 255, 255, 0.87);
  z-index: 10;
  top: 0px;
  left: 0px;
  display: none;
}
#wait-load .innerbox {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  width: 50px;
  height: 50px;
  font-size: 30px;
  text-align: center;
  color: #ff3838;
  padding-top: 10px;
  box-sizing: border-box;
}

/* codeBoxStart */
#codeMainBox{
    width:100%;
    height: 400px;
    max-height: 460px;
    max-height: 460px\9;
    overflow-y: auto;
    overflow-x: hidden;
}
#codeMainBox ul{
    margin:0px;
    list-style: none;
}
#codeMainBox ul li{
     width: 100%;
    float: left;
}
.linumber{
    height: 30px;
  width: 30px;
  float: left;
  background-color: #E85550;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 30px;
  margin-left: -30px;
}
.linetext{
    float: left;
    line-height: 30px;
    margin-left:10px;
    color:#000;
    display:none;
}
.bodyspantag{
  width: 95%;
  float: left;
  padding: 5px;
  line-height: 25px;
  margin-left: 10px;
  color: #000;
  font-size: 14px;
  border: solid 1px #ccc;
  box-sizing: border-box;
  margin-bottom: 30px;
  margin-top: 30px;
  
}
.colorforsapn{
    color: #E85550;
}