
/*CSS personalizado*/



.oculto, .oculto:hover{
	color:#00b5af !important;
}

.back-push{
	max-width: 1140px;
	background-image: url(../images/push.png);
    background-repeat: no-repeat;
    background-position: top;
}
.back-sms{
	max-width: 1140px;
	background-image: url(../images/sms.png);
    background-repeat: no-repeat;
    background-position: top;
}
.back-email{
	max-width: 1140px;
	background-image: url(../images/email.png);
    background-repeat: no-repeat;
    background-position: top;
}
.back-firebase{
	max-width: 1140px;
	background-image: url(../images/firebase.png);
    background-repeat: no-repeat;
    background-position: top;
}

.back-tipomensa {
    background-image: url(../images/tipomensaje-back.png);
    background-size: 100% 100%;
}

.serv-col {
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.serv-col a {
    text-decoration: none;
    margin-bottom: 20px;
}
.serv-col .data:hover {
    border: 1.5px solid #c9d300;
}
.data{
	cursor: pointer;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 40px 0 rgba(172, 172, 172, 0.5);
    border: 0.5px solid #80808038;
}
.data:focus {
    border: 1.5px solid #c9d300;
    background-color:#dea3fb36;
}
.serv-col .serv-item img{
    height: 60px;
    width: 60px;
}
.serv-col .serv-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 250px;
    margin-left:0px; 
}

.serv-col .serv-item .serv-item-caption span {
    color: #09b6ae;
    font-family: Helvetica;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
}

/*boton de informacion */
@keyframes flash {
	0%,100%,50%{opacity:1}
	25%,75%{opacity:0}
}
.faa-flash.animated,
.faa-flash.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-flash {
	animation: flash 4s ease infinite;
}

cleanInputTable {
    max-width: 960px;
}
.extra-info {
  display: none;
  line-height: 30px;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 50px;
  margin-right: 10px;
}

.info:hover .extra-info {
  display:contents;
}

.info {
  font-size: 20px;
  padding-left: 5px;
  min-width: 380px;
  border-radius: 15px;
  transition: all .2s ease;
}

.info:hover {
  background-color: #CECECE !important;
  padding: 5px 5px;
  width: 100%;
  text-align: left !important;
}

/*botones personalizados*/
.btn-primary {
    background-color: #c9d300 !important;
    border-color: #00938d !important;
    border:1px solid !important;
    color: #00938d !important;
}
.btn-primary:hover{
 	background-color: #a02383 !important;
 	color:#fff !important;
 }


.btn-primary span, .btn-login span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn-primary span:after, .btn-login span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn-primary:hover span, .btn-login:hover span {
  padding-right: 25px;
}

.btn-primary:hover span:after, .btn-login:hover span:after {
  opacity: 1;
  right: 0;
}
/*Tamaños de letra*/

.fz-15{
	font-size: 15px;
}
.fz-25{
	font-size: 25px;
}
.fz-30{
	font-size: 30px;
}
.fz-40{
	font-size: 40px;
}

/*Colores de etiquetas*/
.texto-morado{
	color:purple;
}
.texto-celeste{
	color: #09b6ae;
}
.texto-naranja{
	color: #f68e20;
}
.texto-verde{
	color: #c9d300;
}

/*margenes*/

.mb-25{
	margin-bottom: 25px;
}
.mb-10{
	margin-bottom: 10px;
}
.mt-25{
	margin-top:25px;
}
.mt-10{
	margin-top: 10px;
}
.mt-30{
	margin-top: 30px;
}
.mt-40{
	margin-top: 40px;
}


#center-layout-header-container{
	height: 7%;
	vertical-align:top;
}

#center-layout-content-container{
	max-height: 93%;
	vertical-align:top;
	background:rgb(190, 190, 190);
	padding:1% 2%;
}

.cleanInputTitle{
	vertical-align: bottom !important;
}

#center-layout-content-container-sub{
	width: 100%;
	height:0px;
	overflow: auto;
	background-color: white;
}

@media  screen and (max-device-width: 700px) {
	#center-layout-content-container{
		padding: 0px;
	}
	
	.cleanInputTable {
		width: 100%;
		height: 100%;
		background: white;
	}
	
	.ui-column-customfilter{
		width: 100% !important;
	}
}

.ui-dialog-titlebar{
	background: #00b5af !important;
}

.ui-dialog{
	border-radius: 10px !important;
	/*margin-top:20%;*/
}

.ui-dialog-title{
	max-width: 500px;
}


.ui-datatable-scrollable-body{	
	overflow-x:hidden;
}
.ui-datatable{
	height: 100%;
}

.no-border{
	border: none !important;
}

.ui-sortable-column-icon{
	float: right;
	margin-top: 10px !important;
}

.min-button{
	visibility: hidden;
    width: 1px;
    padding-right: 0px;
    height: 16px;
}

.toolbar-subtitle{
	display: none;
}

.ui-chkbox-icon{
	border: 1px solid #cccccc;
    height: 15px;
    width: 15px;
}

.ui-slider-handle{
	border: solid 1px gray !important;
}

.ui-slider{
	border: solid 1px gray !important;	
}


.ui-growl {
    top: auto;
    bottom: 0px;
}


/*Reglas responsivas*/

/* dispositivos muy pequeños (phones, 600px para abajo) */
@media only screen and (max-width: 600px) {
  .info:hover {
	  background-color: #CECECE !important;
	  padding: 5px 5px;
	  width: 100%;
      height:140px;
	  text-align: left !important;
	}
}

/* dispositivos pequeños (portrait tablets and large phones, 600px en adelante) */
@media only screen and (min-width: 600px) {
  .info:hover {
	  background-color: #CECECE !important;
	  padding: 5px 5px;
	  width: 100%;
      height:100px;
	  text-align: left !important;
	}
}

/* Pantallas medias (landscape tablets, 768px en adelante) */
@media only screen and (min-width: 768px) {
  .info:hover {
	  background-color: #CECECE !important;
	  padding: 5px 5px;
	  width: 100%;
      height:120px;
	  text-align: left !important;
	}
} 

/* pantallas grandes (laptops/desktops, 992px en adelante) */
@media only screen and (min-width: 992px) {
  .info:hover {
	  background-color: #CECECE !important;
	  padding: 8px 5px;
	  width: 100%;
      height:90px;
	  text-align: left !important;
	}
} 

/* Pantallas grandes ( laptops and desktops, 1200px en adelante) */
@media only screen and (min-width: 1200px) {
  .info:hover {
	  background-color: #CECECE !important;
	  padding: 5px 5px;
	  width: 100%;
      height:100%;
	  text-align: left !important;
	}
}