.b-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }
  
  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }
  
  .feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #fff;
    border-radius: .75rem;
  }
  
  .icon-link {
    display: inline-flex;
    align-items: center;
  }
  .icon-link > .bi {
    margin-top: .125rem;
    margin-left: .125rem;
    transition: transform .25s ease-in-out;
    fill: currentColor;
  }
  .icon-link:hover > .bi {
    transform: translate(.25rem);
  }
  
  .icon-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: .75rem;
  }
  
  .rounded-4 { border-radius: .5rem; }
  .rounded-5 { border-radius: 1rem; }
  
  .text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
  .text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
  .text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }
  
  .card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  
  /*
  input#ContentPlaceHolder1_CtrLogin1_txtUsuario {
    background-color: red;
  }
  
  input#ContentPlaceHolder1_CtrLogin1_txtClave {
    background-color: red;
  }
  
  */
  
  .tb-loging{
    width: 100%;
  }
  
  
  
  .hero-image {
    background-image: url("../assets/images/header_4.png");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  .hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }
  
  
  
  /*
  .absolute {
    position: absolute;
    top: 80px;
    right: 0;
    width: 200px;
    height: 100px;
    border: 3px solid #73AD21;
  }
  */
  
  
  
  
  .navbar {
    margin-bottom: 20px;
  }
  

  /* Desarrollo */
  .footer-sombra{
    background-image: url(../assets/images/footer_sombra.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 90%;
    max-width:740px;
  }

  .footer-logos{
    background-image: url(../assets/images/footer_logos.png);
    background-repeat: no-repeat;
    width: 162px;
    height: 49px;
  }

  .container-version{
    color:#98ACB5;
  }

  #fondo-login {
    margin: auto;
    width: 1000px;
    height: 284px;
    max-width: 100%;
  }

  #header-login {
    background-image: url(../assets/images/header_1.png);
    background-repeat: no-repeat;
    width: 846px;
    height: 63px;
    max-width: 100%;
  }

  #header3-login {
    background-image: url(../assets/images/header_2.png);
    background-repeat: no-repeat;
    width: 846px;
    height: 318px;
    max-width: 100%;
}

.prueba {
  color: green;
}

.label-checkbox label{
  margin-left: 5px !important;
}

.label-radio label{
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.form-control {
  min-height: 38px;
}


.ajax__calendar_container{
  z-index: 9999;
}


.font-size-menu a{
  font-size: 10px;
}

@media (max-width: 768px){
  .font-size-menu  a{
    font-size: 12px;
  }

  #ctl00_menuAdmin td {
    display: inline !important;
    width: 100%;
    margin-top: 5px;
  }

  .menu-master table {
    margin-top: 15px;
    display: table;
  }

  .menu-master-list {
    width: 90%;
    margin-top: 5px;
  }

  .menudinamico ul{
    width: 100% !important;
    /* margin-top: 5px; */
  }

  .menudinamico ul li{
    width: 100%;
    /* margin-top: 5px; */
  }
}

.master-menu table {
  width: 100%;
}

.master-menu table tr {
  display: table-row;
  width: 100%;
}

.master-menu table td {
  display: table-cell;
}

.validation-red {
  color: red;
}

.noDisplay {
  display: none;
  visibility: hidden;
}

/* .form-control {
  min-height: 38px;
} */