/**
 * @author: Cư Nguyễn Developer +841266641637
 * @contact: Phone: +841266641637, Email: ahkk9866@gmail.com
 */

.sizeforlogin {
  font-size: 25px;
}

.menu {
  background-color: #f19fc5;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(images/status.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

.scrollToTop {
  bottom: 105px;
  display: block;
  font-size: 32px;
  font-weight: bold;
  height: 50px;
  position: fixed;
  right: 75px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 9;
  border: 1px solid;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.scrollToTop:hover,
.scrollToTop:focus {
  text-decoration: none;
  outline: none;
  color: #f19fc5;
}
.register {
  margin-left: 0px;
}

.register i {
  color: darkblue;
  font-size: 13px;
}

.hover_dieukhoan:hover {
  color: red;
}

.function_for_user {
  height: 37px;
}

.function_for_user_span {
  margin-top: 10px;
}
.red_hover :hover {
  color: red;
}

.blue_hover :hover {
  color: #f19fc5;
}

.loginup {
  margin-left: -625px;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #f19fc5;
  border-color: #f19fc5;
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 281px;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: red;
  border-color: #255625;
}

.btn-success {
  color: #fff;
  background-color: #c62b73;
  border-color: #4cae4c;
}

.btn-success:hover {
  color: #fff;
  background-color: #3f8c10;
  border-color: #398439;
}

.panel-primary {
  border-color: #c62b73;
  height: 322px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c62b73;
  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 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.btn.btn-primary {
  background: #c62b73;
  border: 0 none;
  border-radius: 1;
  /* margin-top: 16px; */
  float: right;
  margin-top: -34px;
  height: 34px;
  width: 90px;
  font-family: monospace;
}

.btn.btn-primary1 {
  background: #c62b73;
  border: 0 none;
  border-radius: 1;
  /* margin-top: 16px; */
  float: right;
  margin-top: -34px;
  height: 34px;
  font-family: monospace;
}

.center {
  text-align: center;
}

.panel-success {
  border-color: #f19fc5;
  width: 498px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #f19fc5;
}

.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #f19fc5;
  border-color: #c62b73;
}

.nav-pills > li > a {
  border-radius: 4px;
  font-size: 17px;
}

.sizeactive {
  font-size: 22px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #c62b73;
  color: #fff;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #c62b73;
  border-color: #ddd;
}

.panel-primary {
  border-color: #c62b73;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #ff0000;
  border-color: #122b40;
}
