html {
  height: 100%;
}

.content-menu-l {
  width: 275px;
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.12);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  border-right-width: 1px;
  border-right-style: solid;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  z-index: 1100;
  left: -275px;
  top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.icon-home {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #F16D16;
  color: #FFF;
}
.icon-home i {
  font-size: 1.2rem;
  margin-top: 15px;
}

.menu-lateral .nav-link {
  height: 40px;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-decoration: none;
  padding: 0 10px;
  color: #393939;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.menu-lateral .nav-link i {
  margin-right: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-lateral .nav-link svg {
  margin-right: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-lateral a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #0090D2;
  font-weight: 500;
}

#icon-orange {
  background-color: #F16D16;
  border-radius: 50%;
  color: #FFF;
}

.icon-modal-header {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: #F16D16;
  border-style: dashed;
}
.icon-modal-header i {
  font-size: 1.2rem;
  margin-top: 15px;
}

#enlace-compartido {
  color: #FFF;
  text-decoration: none;
}
#enlace-compartido span {
  background-color: #ed2412;
  padding: 2px 10px 5px 8px;
  border-radius: 20px;
}

#enlace-compartido:active {
  color: #F16D16;
}

.modal-header {
  background-color: #224882;
  color: #FFF;
}

.btn-naranja {
  background-color: #F16D16;
  color: #FFF;
}

.hr-menu-l {
  border: none;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.label-menu-l {
  font-size: 0.875rem;
  padding: 0 16px;
  color: rgba(0, 0, 0, 0.6);
}

a.item-menu-l:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #0090D2;
  font-weight: 500;
}

#overlay-menu {
  width: 100%;
  height: 100%;
}

.error, .help-block {
  color: #f0bb12;
}

footer {
  background-color: #FFF;
  padding: 10px;
  border-top: 2px solid #AFACAC;
}
footer .container-fluid .row .privacidad {
  margin: auto;
  border-left: 1px solid #AFACAC;
  border-right: 1px solid #AFACAC;
}
footer .container-fluid .row .privacidad a {
  text-decoration: none;
}
footer .container-fluid .row .ayuda {
  margin: auto;
}
footer .container-fluid .row .ayuda a {
  text-decoration: none;
}

#body-master {
  background-size: 100%;
  height: 100%;
}

#container-principal {
  min-height: calc(100% - 62px);
}

.text-azul {
  color: #114F9F !important;
}

#user-name {
  font-size: 1.3rem;
}
#user-name span {
  color: #BDC1CE;
}

.card-izquierda {
  background-color: #224882;
}

.card-derecha {
  padding: 0;
}

#arbol a {
  text-decoration: none;
  color: #114F9F;
}

#row-gris {
  background-color: #F6F8FF;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo-inttelmex {
  margin-top: 20px;
}
.logo-inttelmex img {
  margin-top: -4px !important;
}
.logo-inttelmex button .fa-bars {
  color: #FFF;
}

.content-menu-l {
  width: 275px;
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.12);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  border-right-width: 1px;
  border-right-style: solid;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  z-index: 1100;
  left: -275px;
  top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menu-lateral .nav-link {
  height: 40px;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-decoration: none;
  padding: 0 10px;
  color: #393939;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.menu-lateral .nav-link i {
  margin-right: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-lateral .nav-link svg {
  margin-right: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-lateral a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #0090D2;
  font-weight: 500;
}

.hr-menu-l {
  border: none;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.label-menu-l {
  font-size: 0.875rem;
  padding: 0 16px;
  color: rgba(0, 0, 0, 0.6);
}

a.item-menu-l:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #0090D2;
  font-weight: 500;
}

#overlay-menu {
  width: 100%;
  height: 100%;
}

.error, .help-block {
  color: #f0bb12;
}

footer {
  background-color: #FFF;
  padding: 10px;
  border-top: 2px solid #AFACAC;
}
footer .container-fluid .row .privacidad {
  margin: auto;
  border-left: 1px solid #AFACAC;
  border-right: 1px solid #AFACAC;
}
footer .container-fluid .row .privacidad a {
  text-decoration: none;
}
footer .container-fluid .row .ayuda {
  margin: auto;
}
footer .container-fluid .row .ayuda a {
  text-decoration: none;
}

#usuarios_con_acceso {
  padding-bottom: 30px;
  padding-top: 20px;
}
#usuarios_con_acceso h4 {
  padding-bottom: 15px;
}

.no-display {
  display: none !important;
}

.toast {
  width: 300px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 20px;
  color: white;
}