body {
  background-color: rgb(252, 252, 252) !important;
}
.right_menu .notif-menu,
.sidebar {
  background: rgb(252, 252, 252) !important;
}
.right_menu .notif-menu {
  -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.25);
  border-right: 1px solid #2c2c2c;
}
a {
  font-weight: 700;
  color: #00606f;
  font-size: 14px;
}
a:hover {
  color: #00606f;
  text-decoration: underline;
}
a i:hover {
  text-decoration: underline;
}

.theme-black .authentication::before,
.theme-black .recordar::before {
  background-image: url(../images/background.png) !important;
  background-size: cover;
  -webkit-background-size: auto !important;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-repeat: no-repeat;
  opacity: 0.2;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}
.authentication.recordar {
  height: 100vh;
}
input[type="checkbox"]:checked {
  background-color: red;
}

.minileftbar .menu_list li a:hover {
  background: #fcfcfc;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-radius: 12px 0px 0px 12px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #fcfcfc;
  color: #000000;
}
.minileftbar .menu_list li a:hover i {
  color: #000000;
}

.form-control,
.input-group-addon {
  border-radius: 5px;
  color: white;
}
.btn-sm {
  padding: 5px 8px;
}
.btn-primary {
  background-color: #4e6698;
}
.btn-primary:hover,
.btn-primary:active {
  background-color: #337abe;
}
.btn-secondary {
  background-color: #337abe;
}
.btn-secondary:hover,
.btn-secondary:active {
  background-color: #4e6698;
}

@media screen and (max-width: 992px) {
  .company_detail {
    display: none;
  }
}

.authentication .company_detail .logo img {
  vertical-align: middle;
}

.sidebar .user-info {
  border-bottom: 1px solid #dedede;
}

.authentication .company_detail .logo {
  margin-bottom: 15px;
}
.theme-black .authentication {
  background: #212121;
  background: -webkit-linear-gradient(to right, #000000, #003d47);
  background: -moz-linear-gradient(to right, #000000, #003d47);
  background: -ms-linear-gradient(to right, #000000, #003d47);
  background: -o-linear-gradient(to right, #000000, #003d47);
  background: linear-gradient(to right, #000000, #003d47);
}

.smart .logo,
.smart h3 {
  display: block !important;
}
.smart h3 {
  font-weight: 300;
  text-transform: uppercase;
  opacity: 0.7;
  letter-spacing: 2px;
  color: #ffffff;
}

code {
  color: #154b7d;
  font-family: monospace;
}

@media (max-width: 992px) {
  .smartphones .logo,
  .smartphones h3 {
    display: block !important;
  }
  .smartphones h3 {
    font-weight: 300;
    text-transform: uppercase;
    opacity: 0.7;
    letter-spacing: 2px;
    color: #ffffff;
  }
}
@media (min-width: 993px) {
  .smartphones {
    display: none !important;
  }
  .card_form {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}

.authentication .company_detail {
  color: #ffffff;
}

.authentication .company_detail hr {
  border-top: 1px solid #00606f;
}
.btn-primary {
  background-color: #417e80 !important;
}
.btn-primary:hover {
  background-color: #2b5657 !important;
}

.authentication.login {
  height: 100vh;
  max-height: 1050px;
  padding: 0;
  position: relative;
}
.login .contenido {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 15px;
  width: 100%;
  max-width: 960px;
  z-index: 99;
}

/*MOVIL*/
h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}
p {
  line-height: 20px;
}
span.box {
  background-color: #006571;
  color: white;
  font-weight: 700;
}
