@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: Poppins-regular, "Open Sans" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #888888;
}

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 {
  color: #006750 !important;
}
a:hover {
  color: #C9D200 !important;
}
a i:hover {
  color: rgb(100, 159, 214) !important;
}

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

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

.btn{
  height: 50px;
  border-radius: 25px;
}
.btn:hover,.btn{
  border: 3px solid #ffffff;
  box-shadow: none;
}
.btn-sm {
  padding: 5px 8px;
}
.btn-primary {
 background: linear-gradient(50deg, #E85420, #FFB100);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
  background: linear-gradient(45deg, #F4850F, #FCE203);
  border-color: #ffffff;
}

.btn-secondary {
  background-color: #C9D200;
  transition: 0.3s;
}
.btn-secondary:hover,
.btn-secondary:active,.btn:focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
  background-color: #85AE18;
  border-color: #ffffff;
}

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

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


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

/*MAX*/
@media (max-width: 992px) {
  .bg-login {
    width: 100%;
  }
  .authentication-alta {
    height: 120vh;
  }
}
@media (max-width: 576px) {
  .authentication-alta {
    height: 150vh;
  }
}

/*MIN*/
@media (min-width: 576px) {
  .authentication-alta {
    height: 120vh;
  }
}
@media (min-width: 648px) {
  .authentication-alta {
    height: 115vh;
  }
}
@media (min-width: 768px) {
  .authentication-alta {
    height: 105vh;
  }
}
@media (min-width: 992px) {
  .bg-login {
    width: 75%;
  }
  .authentication-alta {
    height: 100vh;
  }
}
@media (min-width: 1400px) {
  .bg-login {
    width: 50%;
  }
}
@media (min-width: 1920px) {
  .authentication::before{
    background-size: cover;
  }
}
