body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: 'News Cycle', sans-serif !important;
}

h1, h2, h3, h4, h5, a {
  font-family: 'Changa One', cursive !important;
}

h4 {
  font-size: 2.2rem !important;
}

.title {
  font-family: 'News Cycle', sans-serif !important;
  font-weight: bold !important;
}

.subtitulo {
  font-family: 'News Cycle', sans-serif !important;
}

.filtro {
    margin-left: 44% !important;
}

.input-field.col .dropdown-content [type="checkbox"] + label {
    top: -11px !important;
}

.card-radius {
  border-radius: 15px !important;
}

@media (min-width: 600px) {
  .card-apellido-nombre {
    height: 100px;
  }

  .card-item {
    height: 60px;
  }
}

.badge-custom {
  min-width: 3rem;
  padding: 0 6px;
  margin-left: 14px;
  text-align: center;
  font-size: 1rem;
  line-height: 22px;
  height: 22px;
  box-sizing: border-box;
  font-size: 0.8rem;
  color: #fff;
  background-color: #9BC12B;
  border-radius: 2px;
}

.login {
  background-image: url("../images/bsas-1.jpg");
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
}

main {
  flex: 1 0 auto;
}

.dropdown-content {
	max-height: 250.5px !important;
}

#image-nav-mobile {
  height: 45px;
  padding-top: 10px !important;
  padding-left: 10px !important;
}

nav .brand-logo {
  left: 50px !important;
}

.padding-top {
  padding-top: 10px !important;
}

.margin-top {
  margin-top: 10px !important;
}

.colap {
	padding: 0 1.2rem !important;
}

.avatar-image {
  margin-top: 2.4% !important;
}

/* --------------- BEGIN ESTILO DE FILTROS -------------- */
.multi-choose ul{
  overflow-y: auto !important;
}

/* --------------- END ESTILO DE FILTROS -------------- */

/* ---------- BEGIN AVISOS/MENSAJES DE COLOR -------- */
.aviso {
  text-align: center !important;
}
.buttonAviso {
  background-color: rgba(255,255,255,  0);
	color: black;
	border: 0px;
	float: right;
	opacity: 0.5;
  font-weight: bold;
  font-size: 20px;
}
.buttonAviso:hover, .buttonAviso:active {
	color: gray;
}
/* ---------- END AVISOS/MENSAJES DE COLOR -------- */

/* ---------- LOADING ----------------*/
[data-loader='prov']
{
  width:auto;
  height:auto;
  -webkit-animation:prov infinite linear .75s;
  -moz-animation:prov infinite linear .75s;
  -o-animation:prov infinite linear .75s;
  animation:prov infinite linear .75s;
}
@-webkit-keyframes prov {
  0% {
    -webkit-transform:scale(.1);
    -ms-transform:scale(.1);
    -o-transform:scale(.1);
    transform:scale(.1);
    opacity:1;
  }
  100% {
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    opacity:0;
  }
}
@-moz-keyframes prov {
  0% {
    -webkit-transform:scale(.1);
    -ms-transform:scale(.1);
    -o-transform:scale(.1);
    transform:scale(.1);
    opacity:1;
  }
  100% {
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    opacity:0;
  }
}
@-o-keyframes prov {
  0% {
    -webkit-transform:scale(.1);
    -ms-transform:scale(.1);
    -o-transform:scale(.1);
    transform:scale(.1);
    opacity:1;
  }
  100% {
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    opacity:0;
  }
}
@keyframes prov {
  0% {
    -webkit-transform:scale(.1);
    -ms-transform:scale(.1);
    -o-transform:scale(.1);
    transform:scale(.1);
    opacity:1;
  }
  100% {
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    opacity:0;
  }
}

.loading {
	z-index: 998;	
  position:fixed;
  padding:0;
  margin:0;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
	background-color: #000;
}

#loading .spinner {
	position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
}
#loading .spinner1 {
  left: 35%;
}
#loading .spinner2 {
  left: 45%;
}
#loading .spinner3 {
  left: 55%;
}
/* --------- END LOADING ------------ */

.letras {
  font-size: 14px !important;
}

#mes {
  border-color: #ADC22F !important;
  border-width: 2px !important;
}

.font-icon {
	width: 90px !important;
}

.circulo {
	width: 250px;
	height: 250px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.circulo-benef {
  padding-top: 35%;
  padding-bottom: 35%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #8dbad0 !important;
}

.circulo-text {
	padding-top: 20% !important;
}

.collection-header {
  height: 60px !important;
}

/* INICIO Placeholder */
::-webkit-input-placeholder {
  color: black;
}

:-moz-placeholder { /* Firefox 18- */
  color: black;
}

::-moz-placeholder {  /* Firefox 19+ */
  color: black;
}

:-ms-input-placeholder {
  color: black;
}
/* FIN Placeholder */

/* INICIO Tablas */
.th-alto-mobile {
	height: 28px;
}

.td_style {
  background-color: #9BC12B !important;
  color: white !important;
}

.td_padre {
  text-align: left !important;
  text-decoration: underline;
  padding-left: 10px !important;
}

.td_hijo {
  text-align: left !important;
  padding-left: 30px !important;
}

#nomina_agentes_pagados_por_dos_jurisdiciones td {
  height: 28px !important;
}

#nomina_de_personas_que_cobran_en_la_actualidad td {
  height: 28px !important;
}

#nomina_de_personas_que_cobraron_indebidamente td {
  height: 28px !important;
}

#act_pas_nom_table td {
  height: 28px !important;
}

#persona_nomina_mes td {
  height: 28px !important;
}


/* FIN Tablas */

/* INICIO Change Mouse */
.mousechange:hover {
  cursor:pointer;
}
/* FIN Change Mouse */

/* INICIO for filter */
.input-filter {
  margin-top: 2rem !important;
}

.btn-filter {
  height: 27px !important;
  line-height: 25px !important;
  padding-top: 0px !important;
  padding-right: 1rem !important;
  padding-bottom: 0px !important;
  padding-left: 1rem !important;
  text-transform: inherit !important;
  margin-top: 5px !important;
}
/* FIN for filter */

/* INICIO CHIP Previsional */
.chip-custom {
  width: 200px !important;
  text-align: center !important;
}
/* FIN CHIP Previsional */

/* INICIO CHIP Catalogo */
.chip-catalogo {
  height: auto !important;
}
/* FIN CHIP Catalogo */

/* INICIO Icon */
.icon-position {
  bottom: -60px !important;
  left: -20px !important;
  position: absolute !important;
}
/* FIN Icon */

/* INICIO Espacio Seguimiento y Control */
.segyctrl_titulo {
  color: #ADC22F;
}
/* font: ; Espacio Seguimiento y Control */

/* INICIO CARD */
.card-content-size {
  height: 230px !important;
}
/* FIN CARD */

.collection .collection-item {
  border-bottom: 1px solid #e0e0e0 !important;
}

li.collection-item:hover {
    background-color: #fafafa !important;
}

/* INICIO MENU */
.menu-container {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.hex-wrapper {
  display: inline-block;
}
.hex-row {
  clear: left;
}
.shift {
  margin-left: 98px;
}
.hexagon {
  float: left;
  position: relative;
  margin: 30px 3px;
  width: 190px;
  height: 110px;
  background-color: #ccc;
  background-position: center center;
  z-index: 1;
  /* Text styling */
  line-height: 110px;
  text-align: center;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: bold;
  /*letter-spacing: 6px;*/
  color: #000;
  color: rgba(0, 0, 0, .5);
  cursor: pointer;
  transition: color 500ms ease, text-shadow 500ms ease, background-color 500ms ease, -webkit-transform 1s ease-in-out;
}
.hexagon:hover {
  color: #fff;
  text-shadow: 0 0 10px white;
  background-color: #888;
}
.hexagon .face1,
.hexagon .face2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: inherit;
  z-index: -1;
  /* Keeps borders smooth in webkit */
  backface-visibility: hidden;
}
.hexagon .face1:before,
.hexagon .face2:before {
  content: '';
  position: absolute;
  width: 220px;
  height: 220px;
  background: inherit;
}
.hexagon .face1 { transform: rotate(60deg); }
.hexagon .face1:before {
  left: 0;
  transform-origin: left top;
  transform: rotate(-60deg) translate(-110px, 0);
}
.hexagon .face2 { transform: rotate(-60deg); }
.hexagon .face2:before {
  right: 0;
  transform-origin: right top;
  transform: rotate(60deg) translate(110px, 0);
}

.modal {
  width: 90% !important;
}

.select-dropdown {
    overflow-y: auto !important;
}

.fa-info-modal {
  font-size: initial !important;
}

/* Chosen */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 8px !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
  background-image: unset !important;
  background-color: #9BC12B !important;
  color: #FFF !important;
  line-height: 22px !important;
}

.chosen-container-multi .chosen-choices {
  min-height: 40px !important;
  max-height: 120px !important;
  overflow-y: scroll !important;
}

.label-chosen {
  color: #9e9e9e !important;
  margin-left: -0.75em !important;
  margin-bottom: 0.7em !important;
  font-size: 0.8rem !important;
}

.table-wrapper {
  overflow: auto;
}

.ancho {
  width: 100% !important;
}

.p-custom {
  font-size: 11px !important;
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}