/*@font-face {
  font-family: Poppins-bold;
  src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: Poppins-semibold;
  src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: Poppins-regular;
  src: url(../fonts/Poppins-Regular.ttf);
}*/

p,
a,
div,
td,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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:not(.btn) {
  color: #66c3ff;
}
a:not(.btn):hover {
  color: #004ab7;
  text-decoration: underline;
}
a i:hover {
  color: rgb(100, 159, 214) !important;
}

.authentication::before,
.authentication-alta::before {
  background-image: url(../../assets/images/bg-login.jpg) !important;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  content: "";
  position: fixed;
}

.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;
}

.btn-sm {
  padding: 5px 8px;
}
.btn-primary {
  background-color: #4e6698;
}
.btn-primary:hover,
.btn-primary:active {
  background-color: #337abe;
}
.btn-secondary {
  background-color: #2a4294;
  color: white;
  border: 1px solid transparent;
}
.btn-secondary:hover,
.btn-secondary:active {
  background-color: white;
  border: 1px solid #2a4294;
  color: #2a4294;
}

@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;
}
.authentication,
.authentication-alta {
  background: #004ab7;
}

.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%;
  }
}

#help_email,
#help_password {
  color: #006ff5;
}

.authentication .company_detail {
  color: rgb(100, 100, 100);
}

.authentication .company_detail hr {
  border-top: 1px solid rgba(0, 154, 228, 0.6);
}

.bg-login {
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #ffffff;
}

.linea {
  margin: 0px 20px;
  width: 34%;
  border-top: 1px solid #999;
  position: relative;
  top: 10px;
  float: left;
}

.leyenda {
  font-weight: bold;
  float: left;
}
.dcs {
  font-size: 16px;
}
.ct {
  font-size: 14px;
}
.dc {
  font-size: 12px;
}

a#btn_ir,
button#sign-in,
a#btn_nuevas {
  position: relative;
  background-color: white;
  overflow: hidden;
}
a#btn_ir::before,
button#sign-in::before,
a#btn_nuevas::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #006ff5;
  transition: left 0.4s ease-out;
  z-index: 0;
}
a#btn_ir:hover,
button#sign-in:hover,
a#btn_nuevas:hover {
  color: white;
}
a#btn_ir:hover::before,
button#sign-in:hover::before,
a#btn_nuevas:hover::before {
  left: 0;
}
a#btn_ir:hover span,
button#sign-in:hover span,
a#btn_nuevas:hover span {
  position: relative;
  z-index: 1;
}

.authentication-alta {
  height: 100vh;
}

/*MAX*/
@media (max-width: 992px) {
  .bg-login {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .bg-login {
    width: 75%;
  }
}
@media (min-width: 1400px) {
  .bg-login {
    width: 50%;
  }
}
@media (min-width: 1920px) {
  .authentication::before {
    background-size: cover;
  }
}
