/*!
Theme Name: PetCenter
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: PetCenter theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: petcenter
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: petcenter
Template Id: prod-2960
*/

#toTop {
	cursor: pointer;
}
/*

                               CALENDAR

*/

.datepick {
	padding: 35px 15px 15px 15px;
	width: 100% !important;
	border: none;
	border-radius: 0;
	background: #34c1e7;
}

.datepick-month {
	width: 100%;
	border: none;
}

.datepick-nav {
	display: none;
}

.datepick-month-header {
	display: flex;
}

.datepick-month thead {
	border: none;
}

.datepick-month-header select {
	height: 50px;
	width: 50%;
	background: #df3f52;
	border: 5px solid #34c1e7;
	border-radius: 0;
}

.datepick-month th {
	background: #df3f52;
}

.mphb-calendar .datepick-month td,
.datepick-month th {
	border: 5px solid #34c1e7;
}

.mphb-calendar .datepick .datepick-month td,
.mphb-calendar .datepick .datepick-month th {
	height: 50px;
	width: 50px;
}

.mphb-calendar .datepick .datepick-month td span {
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mphb-calendar .datepick .datepick-month .mphb-past-date,
.mphb-calendar .datepick .datepick-month .mphb-available-date,
.mphb-calendar .datepick .datepick-month .datepick-other-month,
.mphb-calendar .datepick .datepick-month .mphb-not-available-date,
.datepick-month thead span,
.datepick-month-header select,
 .datepick-month-header input {
	font-family: montserrat, sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
}

.mphb-calendar .datepick .datepick-month .mphb-past-date  {
	background: #fff;
	color: #b1b1b1;
	opacity: 1;
}

.mphb-calendar .datepick .datepick-month .mphb-not-available-date  {
	background: #fff;
	color: #b1b1b1;
}

.mphb-calendar .datepick .datepick-month .datepick-other-month  {
	background: #fff;
	color: #b1b1b1;
}

.mphb-calendar .datepick .datepick-month .mphb-available-date  {
	background: #fff;
	color: #34c1e7;
	cursor: pointer;
}

.mphb-calendar .datepick .datepick-month .mphb-available-date:hover  {
	background: #df3f52;
	color: #fff;
}


@media (max-width: 767px) {
	.mphb-calendar .datepick .datepick-month .mphb-past-date,
	.mphb-calendar .datepick .datepick-month .mphb-available-date,
	.mphb-calendar .datepick .datepick-month .datepick-other-month,
	.mphb-calendar .datepick .datepick-month .mphb-not-available-date,
	.datepick-month thead span,
	.datepick-month-header select,
	.datepick-month-header input {
		font-size: 14px;
	}

	.mphb-calendar .datepick .datepick-month td, .mphb-calendar .datepick .datepick-month th {
		height: 30px;
		width: 30px;
	}

	.datepick-month-header select {
		height: 30px;
	}
}

/*

                               PRELOADER

*/

.cssload-loader {
    position: absolute;
    top: 50%;
	left: 50%;
	width: 23px;
	height: 23px;
	margin: -11px 0 0 -11px;
}

.cssload-loader i {
	position: absolute;
	top: 23px; left: 23px;
	display: block;
	width: 23px;
	height: 23px;
	border: 3px solid rgba(52,192,231,0.98);
	border-radius: 23px;
	animation: cssload-spin2 1.73s ease-in-out infinite;
		-o-animation: cssload-spin2 1.73s ease-in-out infinite;
		-ms-animation: cssload-spin2 1.73s ease-in-out infinite;
		-webkit-animation: cssload-spin2 1.73s ease-in-out infinite;
		-moz-animation: cssload-spin2 1.73s ease-in-out infinite;
}
.cssload-loader i:first-child {
	top: -23px; left: 0;
	border: 3px solid rgb(51,51,51);
	animation: cssload-spin 1.73s ease-in-out infinite;
		-o-animation: cssload-spin 1.73s ease-in-out infinite;
		-ms-animation: cssload-spin 1.73s ease-in-out infinite;
		-webkit-animation: cssload-spin 1.73s ease-in-out infinite;
		-moz-animation: cssload-spin 1.73s ease-in-out infinite;
}
.cssload-loader i:last-child {
	top: 23px; left: -23px;
	border: 3px solid rgb(223,63,82);
	animation: cssload-spin3 1.73s ease-in-out infinite;
		-o-animation: cssload-spin3 1.73s ease-in-out infinite;
		-ms-animation: cssload-spin3 1.73s ease-in-out infinite;
		-webkit-animation: cssload-spin3 1.73s ease-in-out infinite;
		-moz-animation: cssload-spin3 1.73s ease-in-out infinite;
}



@keyframes cssload-spin {
	0% {
		top: -23px;
		left: 0;
		transform: scale(1);
	}
	17% {
		transform: scale(.5);
	}
	33% {
		top: 23px;
		left: 23px;
		transform: scale(1);
	}
	50% {
		transform: scale(.5);
	}
	66% {
		top: 23px;
		left: -23px;
		transform: scale(1);
	}
	83% {
		transform: scale(.5);
	}
	100% {
		top: -23px;
		left: 0;
		transform: scale(1);
	}
}

@-o-keyframes cssload-spin {
	0% {
		top: -23px;
		left: 0;
		-o-transform: scale(1);
	}
	17% {
		-o-transform: scale(.5);
	}
	33% {
		top: 23px;
		left: 23px;
		-o-transform: scale(1);
	}
	50% {
		-o-transform: scale(.5);
	}
	66% {
		top: 23px;
		left: -23px;
		-o-transform: scale(1);
	}
	83% {
		-o-transform: scale(.5);
	}
	100% {
		top: -23px;
		left: 0;
		-o-transform: scale(1);
	}
}

@-ms-keyframes cssload-spin {
	0% {
		top: -23px;
		left: 0;
		-ms-transform: scale(1);
	}
	17% {
		-ms-transform: scale(.5);
	}
	33% {
		top: 23px;
		left: 23px;
		-ms-transform: scale(1);
	}
	50% {
		-ms-transform: scale(.5);
	}
	66% {
		top: 23px;
		left: -23px;
		-ms-transform: scale(1);
	}
	83% {
		-ms-transform: scale(.5);
	}
	100% {
		top: -23px;
		left: 0;
		-ms-transform: scale(1);
	}
}

@-webkit-keyframes cssload-spin {
	0% {
		top: -23px;
		left: 0;
		-webkit-transform: scale(1);
	}
	17% {
		-webkit-transform: scale(.5);
	}
	33% {
		top: 23px;
		left: 23px;
		-webkit-transform: scale(1);
	}
	50% {
		-webkit-transform: scale(.5);
	}
	66% {
		top: 23px;
		left: -23px;
		-webkit-transform: scale(1);
	}
	83% {
		-webkit-transform: scale(.5);
	}
	100% {
		top: -23px;
		left: 0;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes cssload-spin {
	0% {
		top: -23px;
		left: 0;
		-moz-transform: scale(1);
	}
	17% {
		-moz-transform: scale(.5);
	}
	33% {
		top: 23px;
		left: 23px;
		-moz-transform: scale(1);
	}
	50% {
		-moz-transform: scale(.5);
	}
	66% {
		top: 23px;
		left: -23px;
		-moz-transform: scale(1);
	}
	83% {
		-moz-transform: scale(.5);
	}
	100% {
		top: -23px;
		left: 0;
		-moz-transform: scale(1);
	}
}

@keyframes cssload-spin2 {
	0% {
		top: 23px;
		left: 23px;
		transform: scale(1);
	}
	17% {
		transform: scale(.5);
	}
	33% {
		top: 23px;
		left: -23px;
		transform: scale(1);
	}
	50% {
		transform: scale(.5);
	}
	66% {
		top: -23px;
		left: 0;
		transform: scale(1);
	}
	83% {
		transform: scale(.5);
	}
	100% {
		top: 23px;
		left: 23px;
		transform: scale(1);
	}
}

@-o-keyframes cssload-spin2 {
	0% {
		top: 23px;
		left: 23px;
		-o-transform: scale(1);
	}
	17% {
		-o-transform: scale(.5);
	}
	33% {
		top: 23px;
		left: -23px;
		-o-transform: scale(1);
	}
	50% {
		-o-transform: scale(.5);
	}
	66% {
		top: -23px;
		left: 0;
		-o-transform: scale(1);
	}
	83% {
		-o-transform: scale(.5);
	}
	100% {
		top: 23px;
		left: 23px;
		-o-transform: scale(1);
	}
}

@-ms-keyframes cssload-spin2 {
	0% {
		top: 23px;
		left: 23px;
		-ms-transform: scale(1);
	}
	17% {
		-ms-transform: scale(.5);
	}
	33% {
		top: 23px;
		left: -23px;
		-ms-transform: scale(1);
	}
	50% {
		-ms-transform: scale(.5);
	}
	66% {
		top: -23px;
		left: 0;
		-ms-transform: scale(1);
	}
	83% {
		-ms-transform: scale(.5);
	}
	100% {
		top: 23px;
		left: 23px;
		-ms-transform: scale(1);
	}
}

@-webkit-keyframes cssload-spin2 {
	0% {
		top: 23px;
		left: 23px;
		-webkit-transform: scale(1);
	}
	17% {
		-webkit-transform: scale(.5);
	}
	33% {
		top: 23px;
		left: -23px;
		-webkit-transform: scale(1);
	}
	50% {
		-webkit-transform: scale(.5);
	}
	66% {
		top: -23px;
		left: 0;
		-webkit-transform: scale(1);
	}
	83% {
		-webkit-transform: scale(.5);
	}
	100% {
		top: 23px;
		left: 23px;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes cssload-spin2 {
	0% {
		top: 23px;
		left: 23px;
		-moz-transform: scale(1);
	}
	17% {
		-moz-transform: scale(.5);
	}
	33% {
		top: 23px;
		left: -23px;
		-moz-transform: scale(1);
	}
	50% {
		-moz-transform: scale(.5);
	}
	66% {
		top: -23px;
		left: 0;
		-moz-transform: scale(1);
	}
	83% {
		-moz-transform: scale(.5);
	}
	100% {
		top: 23px;
		left: 23px;
		-moz-transform: scale(1);
	}
}

@keyframes cssload-spin3 {
	0% {
		top: 23px;
		left: -23px;
		transform: scale(1);
	}
	17% {
		transform: scale(.5);
	}
	33% {
		top: -23px;
		left: 0;
		transform: scale(1);
	}
	50% {
		transform: scale(.5);
	}
	66% {
		top: 23px;
		left: 23px;
		transform: scale(1);
	}
	83% {
		transform: scale(.5);
	}
	100% {
		top: 23px;
		left: -23px;
		transform: scale(1);
	}
}

@-o-keyframes cssload-spin3 {
	0% {
		top: 23px;
		left: -23px;
		-o-transform: scale(1);
	}
	17% {
		-o-transform: scale(.5);
	}
	33% {
		top: -23px;
		left: 0;
		-o-transform: scale(1);
	}
	50% {
		-o-transform: scale(.5);
	}
	66% {
		top: 23px;
		left: 23px;
		-o-transform: scale(1);
	}
	83% {
		-o-transform: scale(.5);
	}
	100% {
		top: 23px;
		left: -23px;
		-o-transform: scale(1);
	}
}

@-ms-keyframes cssload-spin3 {
	0% {
		top: 23px;
		left: -23px;
		-ms-transform: scale(1);
	}
	17% {
		-ms-transform: scale(.5);
	}
	33% {
		top: -23px;
		left: 0;
		-ms-transform: scale(1);
	}
	50% {
		-ms-transform: scale(.5);
	}
	66% {
		top: 23px;
		left: 23px;
		-ms-transform: scale(1);
	}
	83% {
		-ms-transform: scale(.5);
	}
	100% {
		top: 23px;
		left: -23px;
		-ms-transform: scale(1);
	}
}

@-webkit-keyframes cssload-spin3 {
	0% {
		top: 23px;
		left: -23px;
		-webkit-transform: scale(1);
	}
	17% {
		-webkit-transform: scale(.5);
	}
	33% {
		top: -23px;
		left: 0;
		-webkit-transform: scale(1);
	}
	50% {
		-webkit-transform: scale(.5);
	}
	66% {
		top: 23px;
		left: 23px;
		-webkit-transform: scale(1);
	}
	83% {
		-webkit-transform: scale(.5);
	}
	100% {
		top: 23px;
		left: -23px;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes cssload-spin3 {
	0% {
		top: 23px;
		left: -23px;
		-moz-transform: scale(1);
	}
	17% {
		-moz-transform: scale(.5);
	}
	33% {
		top: -23px;
		left: 0;
		-moz-transform: scale(1);
	}
	50% {
		-moz-transform: scale(.5);
	}
	66% {
		top: 23px;
		left: 23px;
		-moz-transform: scale(1);
	}
	83% {
		-moz-transform: scale(.5);
	}
	100% {
		top: 23px;
		left: -23px;
		-moz-transform: scale(1);
	}
}

/*
 * Axymap
 * */

ul li::marker {
  color: red;
}

.table-main{
  float: left;
  min-height: 350px;
  width: 50%;
}

.table-col{
  background-color: #34C1E7;
  border-radius: 20px;
  color: #fff;
  /*float: left;
  position: relative;*/
  text-align: center;
  width: 100px;
  margin-left: 10px;
  box-shadow: 5px 10px #CBCBCB;
}
.table-col-cursos{
  background-color: #34C1E7;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  width: 100px;
  margin-left: 10px;
  box-shadow: 5px 10px #CBCBCB;
  margin: auto 0px auto 25px;
  float: left;
}

.table-col-cursos span{
  background-color: #ffffff;
  color: #34C1E7;
  padding: 0px 10px;
  border-radius: 0 0 10px 10px;
  font-weight: 500;
}

.table-col-green{
  background-color: #B4C408;
  box-shadow: 5px 10px #CBCBCB;
  border-radius: 20px;
  color: #fff;
  float: left;
  text-align: center;
  width: 100px;
  margin-left: 20px;  
  margin-bottom: 10px;
}

.table-item{
  width: 98%;
  float: left;
  border: 1px solid #B4C408;
  height: 330px;
  /*box-shadow: 3px 5px 18px #d5d5d5;*/
  border-radius: 20px;
}

.table-title{
  margin-top: 10px;
  margin-bottom: 25px;
}

.table-title-curso{
  margin-top: 10px;
  margin-bottom: 25px;
  float: left;
  width: 100%;
}

.div-tabla-fechas{
  display: table;
  margin: auto;	
  text-align: center;	
  width: 50%;
}

.div-celdas-fechas{
  display: table-cell;
  text-align: center;
}

.table-title-green{
  float: left;
  margin-bottom: 25px;
  width: 100%;	
}

.table-mes{
  font-size: 30px;
  font-weight: bold;
  padding: 0px 15px;
}
.table-dia{
  font-size: 20px;
  font-weight: bold;
}
.table-evaluacion{
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  text-align: center;
  margin: 10px auto 5px;
  width: 95%;
}

.table-imparte{
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  margin: 5px auto 5px;
  width: 98%;
}

.title-contenedor{
    font-style: normal;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    letter-spacing: 0px;
    text-align: inherit;
	text-align: center;
	color: #34C1E7;
	font-size: 40px;
}
.course-form{
  background-color: #efefef;
  border-radius: 5px;
  box-shadow: 5px 5px 10px #bbb;
  margin: auto;
  width: 50% !important;
}
.course-form label{
	margin: 0px 20px;
	font-family: Poppins, sans-serif;
}
.course-form input{
	background-color: #dddddd;
	font-family: Poppins, sans-serif;
	width: 80%;
}
.course-form select,
.select-course-form{
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding: 10px 20px 7px 20px;
    margin: 20px 0px 20px 0px;
    border-radius: 0px 0px 0px 0px;
    color: #333333;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: #FFFFFF;
    width: 80%;
}
#courseSearch,
#medicosSearch{
  background-color: #34C1E7;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
#courseSearch:hover,
#medicosSearch:hover{
  background-color: #54595F;
  padding: 10px 30px;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
}
.item-icon{
  color: white;
  font-size: 25px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.divHeighSpace{
	height: 15px;
}
/*
#course-list,
#event-list{
  border-bottom: 1px solid;
}
*/
.divBoton{
	text-align: center;
}
.mensaje-sin-datos{
  font-size: 18px;
  text-align: center;
}

.table-anio-curso{
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  font-family: Poppins, sans-serif;
  background-color: #B4C408;
  border-radius: 15px 15px 0 0;
  margin: 0px auto 10px;
  display: block;
  /*width: 50%;*/
  text-align: center;
}
.select-course-form {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding: 10px 20px 7px 20px;
    margin: 20px 0px 20px 0px;
    border-radius: 0px 0px 0px 0px;
    color: #333333;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: #FFFFFF;
    width: 80%;
}

.input-course-form {
  font-family: "Poppins", Sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  padding: 10px 20px 7px 20px !important;
  margin: 20px 0px 20px 0px;
  border-radius: 0px 0px 0px 0px !important;
  color: #333333;
  border-style: solid !important;
  border-width: 0px 0px 3px 0px !important;
  border-color: #FFFFFF !important;
  width: 80% !important;
}

.col-area,
.col-nombre,
.col-item,
.col-vig,
.col-folio{
  text-align: center;
  padding: 10px;
}
.zebra-table-body{
  background-color: #eee;
}
.img-target {
  cursor: pointer;
}
.img-target-vencido{
  cursor: not-allowed;
}
.table-header div {
  background-color: #B4C408;
}
.table-header-details{
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}
.medicos-certificados{
  font-size: 25px;
  margin: 0;
  text-align: center;
}
.container-table-body {
  max-height: 500px;
  overflow-y: auto;
}
#medicos-list{
  border-bottom: 1px solid;
}
.row-container{
	width: 100%;
}
.vencido{
  color: white;
  font-weight: 500;
  background-color: #DF3F52;
}
.popup-detalle-vigencia{
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  width: 550px;
  display: table;
}
.overlay{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
  z-index: 9999; /* Asegura que esté por encima de todo */
  display: flex;
  justify-content: center;
  align-items: center;
}
.titulo-popup{
  font-size: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  border-bottom: 3px solid #63ADFF;
  box-shadow: 0px 15px 13px #d2d2d2;
  border-radius: 0 0 15px 15px;
  /*padding-left: 10px;*/
  text-align: center;
  background-color: #EEF5FF;
	/*
  font-size: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  border-bottom: 3px solid #B4C408;
  box-shadow: 0px 15px 13px #d2d2d2;
  border-radius: 5px;
  text-align: center;
	*/
}
.button-close{
  top: -10px;
  width: 100px;
  right: -175px;
  cursor: pointer;
}
.fila{
  display: table-row;
}
.col{
  display: table-cell;
  vertical-align: top;
}
.nombre-medico-detalle{
  font-size: 18px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  width: 350px !important;
  padding-top: 10px;
  padding-left: 20px;
}
.registro-medico-detalle{
  font-size: 12px;
  font-family: Poppins, sans-serif;
  padding-top: 10px;
  padding-left: 20px;
  font-style: italic;
  color: #777;
}

.img-close{
  display: block;
  margin: 0 0 0 80px;
}