body {
  font-size: 13pt;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.navbar {
  background: #006CE1 !important;
  color: #fff;
}

div .container-fluid {
  /* background: #e2e1e1; */
  color: #7c979c;
}

div .tituloCabecera {
  color: #424242;
  font-size: 15px;
  font-weight: 600;
}

.bordes {
  border: 1px solid #939393;
  background: #fff;
}

div .list-group .box {
  background: #F7F9F9 !important;
  color: #7B7D7D;
  padding: 3px;
  border: 1px solid #99d3ff;
}

a {
  font-size: 1rem;
  color: #2699fb;
}

.marginLeftPadding10 {
  margin-left: 10px !important;
}

.marginLeftPadding5 {
  margin-left: 5px !important;
}

.iconBtn {
  cursor: pointer;
}

.card-body a.iconBtn
{
  color: #b3e7e0;
}

.bg-warning a.iconBtn
{
  color: #38359f;
}


.botonera .pull-right {
  margin-left: 1.8em;
  float: right;
}

.w-20 {
  width: 20% !important;
}

.largo100 {
  min-width: 100px;
}

.largo90 {
  min-width: 90px;
}

.marginRight10 {
  margin-right: 10px;
}

.marginRight5 {
  margin-right: 5px;
}

.marginLeft5 {
  margin-left: 5px;
}

.marginLeft10 {
  margin-left: 10px;
}

.marginTop10 {
  margin-top: 10px;
}

.marginBotom10 {
  margin-bottom: 10px;
}

.paddingLeft30 {
  padding-left: 30px;
}

.paddingTop5 {
  padding-top: 5px;
}

.fontSize1-5 {
  font-size: 1.5em;
}

.fontSize0-5 {
  font-size: 0.5em;
}

.fontSize0-6 {
  font-size: 0.6em;
}

.np {
  padding: 0px;
}

.titulo {
  font-size: 2rem;
}

.tituloDialogo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #7b7d7d;
}

.subTitulo {
  font-size: 1.5rem;
}

.font4 {

  font-size: 4em;
}

.font3 {
  font-size: 3em;
}

.font2 {
  font-size: 2em;
}

.card-body {
  padding-top: 0.2rem !important;
}

.item-repositorio-cobranza {
  font-size: 0.8em;
  padding: 0px;
  margin: 0px;

}

.anchor-link {
  cursor: pointer;
  color: #4E73DF !important;
  font-weight: bold;
}

.item-repositorio-cobranza img {
  height: 100px;
  width: 100px;
}

.fondo-blanco {
  background-color: white;
}

.fondo-cabecera {
  background-color: #2699fb;
  color: #fff;
}

.img-compania-detalle {
  height: 50px;
  width: 50px;
}

.item-detalle-poliza-cuota {
  /* border-color: black;
  border-style: none none solid solid; */
  margin-top: 5px;
  padding: 5px;
  background-color: #E6F4FF;
}

.tabla-detalle-cuotas {
  width: 100%;
}

.tabla-detalle-cuotas tbody tr:hover {
  background-color: #2699FB;
  color: white;
}

.titulo-item-contratante-cobranza {
  font-size: 1.2em;
  font-weight: bold;
}

.btn {
  line-height: 0.5;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #4e73df;
  border: 1px solid #4e73df;
  /* padding: .375rem .5rem;
  font-size: 1rem; */
  border-radius: .5rem;
}

.btn:hover {
  background: #244bc2;
  text-decoration: none;
}

.btn-primary {
  color: #eeeeee !important;
}

.link-base {
  font-size: 1.0em;
  font-weight: bold;
}

.texto-alerta-small {
  padding: 5px;
  font-size: 0.7em;
  margin-top: 5px;
  margin-bottom: 0px;
}

.margen-hr {
  margin: 10px;
}

.contenedor-filtro-lateral {
  padding: 10px;

}

@media only screen and (max-width: 1400px) {
  .lista_repo_activacion_pat {
    max-height: 100vh;
    height: 65vh;
  }

  .lista_bitacora_activacion_pat {
    max-height: 58vh;
  }

  .lista_repo_cobranza {
    height: 63vh;
  }

  .lista_repo_primerPago {
    height: 63vh;
  }

  .lista_bitacora_primer_pago {
    max-height: 58vh;
  }

}

@media only screen and (min-width: 1401px) {
  .lista_repo_activacion_pat {
    max-height: 100vh;
    height: 75vh;
  }

  .lista_bitacora_activacion_pat {
    max-height: 72vh;
  }

  .lista_repo_cobranza {
    height: 75vh;
  }

  .lista_repo_primerPago {
    height: 75vh;
  }

  .lista_bitacora_primer_pago {
    max-height: 72vh;
  }

  .logo_compania_lista_contratante_cobranza {
    width: 50px !important;
    height: 50px !important;
  }

}

.spanButton {
  font-size: 1em;
  border-radius: .35rem;
  background-color: #007bff;
  color: white !important;
  padding: .25em .4em;
}

.text-right a:hover {
  cursor: pointer;
}

.bg-login-image {
  background: url('/image/mundo.png')
}

.colorHref {
  color: #4E73DF !important
}

.texto-iconboton {
  font-size: 1em !important;
  font-weight: bold;
}

.texto-iconboton:hover {
  color: #0062CC !important;
}

.textoNegro {
  font-weight: bold;
}

.font-menu-top {
  font-size: 0.8em;
}

.menu_top .nav-item a[role="button"] {
  font-size: 1em;
  color: white !important;
  cursor: pointer;
}

div .list-group .box:hover {
  box-shadow: 1px 2px 5px 2px #D0D3D4;
}

.navbar-cabecera {
  height: 40px;
  margin-bottom: 5px;
}

.font-titulo-detalle {
  font-weight: bold;
}

.font-texto-detalle {
  font-size: 1.2em !important;
}

.menu_big_nav_index a {
  font-weight: bold;
}

.texto-icono {
  color: white !important;
  font-weight: bold;
}

.texto-blanco {
  color: white !important;
}

.transparencia {
  background-color: rgba(0, 0, 0, 0) !important;
}

.toast {
  max-width: 100% !important;
}

.labelCheckBadge {
  line-height: 2;
}

.paddingTop10 {
  padding-top: 10px;
}

.lista_bitacora {}

.negrita {
  font-weight: bolder;
}

.cursiva {
  font-style: italic;
}

body {
  background-image: linear-gradient(180deg, #e1eefc 10%, #ffffff 100%) !important;
  min-height: 100vh;
}

.btn.prioridad {
  font-size: 1em;
  margin-right: 0.5em;
  border-color: #7B7D7D;
}

.badge.prioridad {
  padding: 0.5em;
  font-size: 1em;
  min-width: 3em;
}

.prioridad1 {
  background-color: #dc3545;
}

.prioridad1:hover {
  background-color: #cf5b66;
}

.prioridad2 {
  background-color: #ffc107;
}

.prioridad3 {
  background-color: #28a745;
}

.mr-1 {
  margin-right: 0.5em;
}

.ml-1 {
  margin-left: 0.5em;
}

#notificacionBarraProgresoWS {
  visibility: hidden;
  min-width: 500px;
  margin-left: -250px;
  background-color: #fff;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 0px;
  position: fixed;
  z-index: 10;
  left: 50%;
  bottom: 30px;
  font-size: 12px;
  border-color: black;
  border-style: solid;
}

#notificacionBarraProgresoWS.show {
  visibility: visible;
  -webkit-animation: fadeinBP 0.5s;
  animation: fadeinBP 0.5s;
}

#notificacionBarraProgresoWS.hide {
  visibility: hidden;
  -webkit-animation: fadeoutBP 0.5s;
  animation: fadeoutBP 0.5s;
}

#notificacionBarraProgreso {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #fff;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 0px;
  position: fixed;
  z-index: 10;
  left: 50%;
  bottom: 30px;
  font-size: 12px;
  border-color: black;
  border-style: solid;
}

#notificacionBarraProgreso img {
  width: 120px;
  height: auto;
}

#notificacionBarraProgreso.show {
  visibility: visible;
  -webkit-animation: fadeinBP 0.5s;
  animation: fadeinBP 0.5s;
}

#notificacionBarraProgreso.hide {
  visibility: hidden;
  -webkit-animation: fadeoutBP 0.5s;
  animation: fadeoutBP 0.5s;
}

@media only screen and (max-width: 1000px) {
  .navbar
  {
    padding: 0;
  }
  .cs-menu-top {
    background-color: #006ce1;
    background-image: linear-gradient(180deg,#006ce1 10%,rgb(66, 104, 186) 100%);
    background-size: cover;
  }  
  .cs-menu-top
  {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .cs-menu-top .nav-item
  {
    flex: 1 0 25%;
    margin-left: 1em;
  }
}