body.simple-page {
   background: #026FCE;
    background: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
    background-image: -ms-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
    background-image: -moz-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
    background-image: -o-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
    background-image: -webkit-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
    background-image: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
     }


@media (min-width: 470px){
  .simple-page-wrap {
    width: 75%;
    margin: 0 auto; 
  }
}

@media (min-width: 970px){
  .simple-page-wrap {
    width: 600px!important;
    margin: 0 auto; 
  }
}

@media (max-width: 470px){
  .simple-page-wrap {
    width: 90%;
    margin: 0 auto; 
  }
}

.simple-page-logo {
  text-align: center;
  font-size: 24px;
  margin-bottom: 24px; }
  .simple-page-logo a {
    color: #fff; }

.simple-page-form {
  background-color: #fff;
  border-radius: 6px;
  padding: 24px;
  margin-bottom: 24px; }
  .simple-page-form .form-group {
    margin-bottom: 32px; }
  .simple-page-form input,
  .simple-page-form input:focus,
  .simple-page-form input:active {
    outline: none;
    box-shadow: none; }
  .simple-page-form input {
    border: none;
    border-bottom: 1px solid #eee;
    height: 40px; }
  .simple-page-form .btn {
    width: 100%; }

.simple-page-footer p {
  text-align: center;
  margin-bottom: 24px; }

.simple-page-footer a {
  color: #fff;
  font-weight: 500; }

.simple-page-footer small {
  margin-right: 16px;
  color: #fff; }

#_404_title {
  text-align: center;
  font-weight: 900;
  font-size: 140px;
  letter-spacing: 5px;
  color: #fff; }

#_404_msg {
  color: #fff;
  text-align: center;
  font-size: 16px; }

#_404_form {
  margin-top: 48px; }
  #_404_form .form-control {
    height: 40px; }
  #_404_form .input-group-addon {
    background: #188ae2;
    border: #188ae2;
    color: #fff; }

#unlock-user {
  margin-top: 64px;
  margin-bottom: 48px; }
  #unlock-user .avatar {
    display: block;
    margin-right: 0;
    margin: 0 auto;
    width: 80px;
    height: 80px; }
  #unlock-user h4 {
    color: #fff;
    text-align: center;
    text-transform: uppercase; }

#unlock-form .form-group {
  margin-bottom: 32px; }

#unlock-form input,
#unlock-form input:focus,
#unlock-form input:active {
  outline: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #aaa; }

#unlock-form input {
  width: 70%;
  margin: 0 auto;
  border-radius: 0;
  text-align: center;
  color: #fff;
  background-color: transparent;
  height: 40px; }
  #unlock-form input::-webkit-input-placeholder {
    color: #fff; }
  #unlock-form input::-moz-placeholder {
    color: #fff; }
  #unlock-form input:-ms-input-placeholder {
    color: #fff; }

#unlock-form #unlock-btn {
  display: block;
  margin: 0 auto;
  background-color: #fff;
  color: #188ae2;
  border-radius: 3px;
  width: 120px; }

#back-to-home {
  position: fixed;
  top: 60px;
  left: 60px; }
  #back-to-home a {
    color: #fff;
    font-size: 18px; }
    #back-to-home a i {
      font-size: 24px; }

/*# sourceMappingURL=misc-pages.css.map */
@media (min-width: 769px) {
  .clienttop{
    color: #fff;
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  .clienttop{
    display: none;
  }
}

.page-navbar {
  height: 96px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1002;
  width: 100%;
  padding: 25px 0;
}
@media (min-width: 768px) {
  .page-navbar {
    -webkit-transition: background .5s, padding .1s;
    -moz-transition: background .5s, padding .1s;
    -o-transition: background .5s, padding .1s;
    transition: background .5s, padding .1s;
  }
}
@media (max-width: 767px) {
  .page-navbar {
    -webkit-transition: -webkit-transform .5s .5s, background .5s, padding .1s;
    -moz-transition: -moz-transform .5s .5s, background .5s, padding .1s;
    -o-transition: -o-transform .5s .5s, background .5s, padding .1s;
    transition: transform .5s .5s, background .5s,  padding .1s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
}

.navbar-toggle {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-open.navbar-closing .navbar-toggle .icon-bar {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
  background-color: #fff;
}

.navbar-login.btn.btn-icon > i {
  font-size: 28px;
  color: #fff;
}
@media (min-width: 768px) {
  .navbar-login {
    display: block;
  }
}

/*Admin*/
.admin-masquerade-notice {
  position: fixed;
  bottom: 0;
  right: 10px;
    margin: 0;
    z-index: 9999;
    padding: 7px 15px;
    font-family: Tahoma;
    font-size: 0.7em;
    text-align: right;
    border-radius: 4px 4px 0 0;
}
.admin-masquerade-notice a {
    text-decoration: underline;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
.alert-danger hr {
    border-top-color: #e4b9c0; }
.alert-danger .alert-link {
    color: #843534; }



.adminreturndiv{
  display: none;
}
/*tcfooter*/
.pls-footer {
  width: 400px;
  background: transparent;
}

.pls-footer-inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1180px;
  padding: 30px 0;
  -webkit-font-smoothing: antialiased
}

@media (max-width: 768px) {
.pls-footer-inner {
  display: none;
  padding: 0px 0;
  }
}
.pls-footer-service .pls-footer-inner {
  font-size: 0;
  text-align: center;
  padding: 24px 36px
}
@media (max-width: 769px) {
.pls-footer {
position: absolute;
margin:0px auto;
bottom: 20px;
	}
}
@media (min-width: 768px) {
.pls-footer {
position: absolute;
margin:0px auto;
bottom: 20px;
left: 50%;
margin-left: -570px;
	}
	}
  .pls-footer-inner {
  min-height: 35px;
  border-bottom: none;
  padding-left: 26px;
  }
.pls-footer-service-list {
  box-sizing: border-box;
  display: table;
  width: 100%
}

.pls-footer-service-list>li {
  display: table-cell;
  width: 25.5%;
  vertical-align: top;
  text-align: left;
  white-space: nowrap
}

.pls-footer-service-list>li:last-child {
  width: 13.5%
}

.pls-footer-service-item {
  display: block;
  font-size: 16px;
  color: #000
}

.pls-footer-service-item:hover {
  text-decoration: none;
  color: #0052d9
}

.pls-footer-service-item .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  margin-right: 4px;
  margin-left: -6px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  -webkit-animation: plsFooterLeave .3s steps(16) forwards;
  animation: plsFooterLeave .3s steps(16) forwards
}
.eyesforpw{
  position: absolute;
  top: 12px;
  right: 12px;
}