.bloque_copyReferencia {
  position: relative;
  display: inline-block;
}

.bloque_copyReferencia .refText {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s; 
  font-size: 12px;
}

.bloque_copyReferencia .refText::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.bloque_copyReferencia:hover .refText {
  visibility: visible;
  opacity: 1;
}



.navbar-laravel {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.is-invalid > input {
  border: solid 1px #e3342f;
}

.invalid-feedback {
  color: #e3342f;
}

.tituloModulo {
  background-color: #ADC0D3;
  color: #fff;
  text-align: left;
}

.tituloSubmodulo {
  background-color: #ADC0D3;
  color: #fff;
  text-align: left;
}

.tituloProceso {
  background-color: #fff;
  color: #ADC0D3;
  text-align: left;
  border-bottom: solid 3px #ADC0D3;
}

body {
  font-family: "Montserrat", semibold;
}

.navbar-nav > .user-menu > .dropdown-menu {
  width: 150px;
}

.logo {
  background-color: #009EE2;
  text-align: center;
}

.header-green {
  width: 80%;
  float: left;
  text-align: center;
}

.logocentro {
  margin-top: 0.8em;
  display: block;
}

.skin-green-light .main-sidebar {
  border-right: solid 2px #fff;
  background-color: #D5DEE9;
}

.skin-green-light .main-header .logo {
  background-color: #009EE2;
  border-right: solid 2px #fff;
}

.skin-green-light .main-header .logo:hover {
  background-color: #009EE2;
  border-right: solid 2px #fff;
}

.skin-green-light .main-header .navbar {
  background-color: #ADC0D3;
}

.skin-green-light .main-header {
  border-bottom: solid 2px #fff;
}

.skin-green-light .sidebar-menu > li.active > a {
  background-color: #ADC0D3;
}

.skin-green-light .sidebar-menu > li:hover > a {
  background-color: #ADC0D3;
}

.sidebar-sep {
  margin-top: 10px;
  text-transform: uppercase;
}

.main-footer {
  background: #009EE2;
  padding: 15px;
  color: #fff;
  border-top: 1px solid #fff;
}

.main-footer a {
  color: #fff;
}

.btn-primary {
  background-color: #009EE2;
  border-color: #3490dc;
}

.content-header h1 {
  color: #009EE2;
  text-transform: uppercase;
  font-weight: bold;
}

.box.box-primary {
  border-top-color: #009EE2;
}

.box-filtro {
  display: grid;
  grid-template-columns: 32% 33% 30%;
  margin-top: 20px;
  -webkit-column-gap: 2;
     -moz-column-gap: 2;
          column-gap: 2;
}
.box-filtro .boxBusqueda {
  height: 100%;
}
.box-filtro .boxBusqueda .inputFiltro {
  width: 70%;
  margin-bottom: 20px;
  padding: 0;
}
.box-filtro .boxBusqueda .inputFiltro input {
  width: 100%;
}
.box-filtro .boxBusqueda .inputPeriodo {
  margin-left: 10px;
  width: 60%;
}
.box-filtro .boxBusqueda .btnFiltro {
  width: 30%;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}
.box-filtro .boxBusqueda .btnFiltro .btnInput {
  width: 90%;
  margin: 0 15px;
}

.table-responsive thead {
  color: #009EE2;
  text-transform: uppercase;
}

.table-striped thead {
  color: #009EE2;
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", semibold;
}

.onda-inferior {
  height: 300px;
  width: 100%;
  background-image: url("../imgs/onda-gris-footer.jpg");
  background-repeat: no-repeat;
  margin-top: -450px;
  border: solid 1px;
}

.content-wrapper {
  background-color: #ECF0F5;
  background-image: url("../imgs/onda-gris-footer.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .skin-green-light .main-header .navbar .sidebar-toggle:hover {
    background: #009EE2;
  }

  .header-green {
    width: 67%;
    float: left;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .header-green {
    width: 75%;
    float: left;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .skin-green-light .main-header .navbar .sidebar-toggle:hover {
    background: #009EE2;
  }

  .skin-green-light .main-header .logo {
    display: none;
  }

  .header-green {
    width: 75%;
    float: left;
    text-align: center;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .skin-green-light .main-header .navbar .sidebar-toggle:hover {
    background: #009EE2;
  }

  .skin-green-light .main-header .logo {
    display: none;
  }

  .header-green {
    width: 71%;
    float: left;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .skin-green-light .main-header .navbar .sidebar-toggle:hover {
    background: #009EE2;
  }

  .skin-green-light .main-header .logo {
    display: none;
  }

  .header-green {
    width: 80%;
    float: left;
    text-align: center;
  }

  .main-header .navbar-custom-menu {
    display: none;
  }
}
.skin-green-light .main-header .navbar .sidebar-toggle:hover {
  background: rgba(0, 0, 0, 0.1);
}

select[class=form-control-small] {
  padding: 2px;
}

.logoLogin {
  max-width: 360px;
  margin-bottom: 2em;
}

.logomarca {
  max-height: 150px;
}