.form-control:focus {
  box-shadow: none;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #DDD; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #0066ff; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #67a2fb; 
}
/* image varient End */
/**====== Authentication css end ======**/

.carga {
    position: fixed;
    min-width: 100%;
    min-height: 100vh;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.8);
    /*display: none;*/
}

.oculto {
  display: none !important;
}

button.botonesImagenes {
    position: absolute;
    right: 42%;
    top: -30px;
    width: 30px !important;
    height: 30px !important;
    font-size: 14px !important;
}

.error {
  color: red;
  font-size: 11px;
}

.nav-link {
  border: none;
  border-radius: 0px;
  background: transparent;
}

.nav-pills .nav-link.active{
  background-color: #304b81;
}