@charset "UTF-8";
/* CSS Document */

a{
	color:#4d899d;
	cursor:pointer;
}
a:hover{
	color:#EF8B8B;
	text-decoration: none;
}

.kp-section-title{
	font-size:26px; color:#404040;margin-bottom:30px;
}

.kp-subsection-title{
	background-color: #89b7c6; padding:5px 10px; color:#fff; border-radius: 5px;
}

.kp-separator{
	height:30px;
}

.kp-hand{
  cursor:pointer;
}


/*MENU*/
.kp-bullet-menu{
  background-color:#ff5050; 
  color:#fff; 
  padding:2px 5px; 
  border-radius: 50px; f
  ont-size:10px; 
  height:15px; 
  width:15px; 
  margin-top:5px;
  font-size:10px;
  
}

/*TABS*/

.tab{align-items: center; height:30px; display:inline-block; background-color:#f1f1f1; border: solid 1px #f1f1f1; color:#999; padding:4px 20px; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom:none; cursor: pointer; margin-right:6px; line-height: 30px;}

.tab.on{ background-color:#e1edf1; color:#4d899d;}

/*ACTIONS*/

.kp-actions{
	text-align: right; margin-top:30px; margin-bottom:80px;
}


/*COLORS*/
.kp-cl-main{color:#ed013e !important;}

.kp-bg-red{background-color:#ff5050 !important;}
.kp-bg-grey{background-color:#bbbbbb !important;}
.kp-bg-green{background-color:#7dbd6c !important;}
.kp-bg-white{background-color:#ffffff !important;}
.kp-bg-primary{background-color:#4d899d !important;}
.kp-cl-red{color:#ff5050 !important;}
.kp-cl-orange{color:#ffa952 !important;}
.kp-cl-grey{color:#bbbbbb !important;}
.kp-cl-green{color:#7dbd6c !important;}
.kp-cl-white{color:#ffffff !important;}
.kp-cl-primary{color:#4d899d !important;}


/*BUTTONS*/


.kp-button-icon{
	background-color: #fff; border-radius: 5px; color:#13a89e; height:40px; width:50px; text-align: center;  line-height: 40px; font-size:20px; box-sizing: border-box; cursor:pointer; display:inline-block;
}

.kp-button-icon:hover{
	filter:brightness(95%);
}


.kp-button-xs{
  background-color: #13a89e; border-radius: 5px; color:#fff !important; height:30px; width:auto; line-height:30px; padding:0px 10px; font-size:14px; box-sizing: border-box; cursor:pointer; display:inline-block;
}

.kp-button-xs:hover{
  filter:brightness(90%);
}


.kp-button{
  background-color: #13a89e; border-radius: 5px; color:#fff !important; height:40px; width:auto; line-height:40px; padding:0px 20px; font-size:16px; box-sizing: border-box; cursor:pointer; display:inline-block;
}

.kp-button:hover{
  filter:brightness(90%);
}

.kp-button-del{
  background-color: #ff5050; border-radius: 5px; color:#fff !important; height:40px; width:auto; line-height:40px; padding:0px 20px; font-size:16px; box-sizing: border-box; cursor:pointer; display:inline-block;
}

.kp-button-del:hover{
  filter:brightness(90%);
}


/*TABS*/
.kp-tab-off{
  cursor:pointer; background-color:#f1f1f1; font-size:14px; border-top-left-radius: 5px; border-top-right-radius: 5px; padding:10px 20px; display:inline-block; color:#999; margin-right:5px;
}

.kp-tab-on{
  cursor:pointer; background-color:#13a89e; font-size:14px; color:#fff; border-top-left-radius: 5px; border-top-right-radius: 5px; padding:10px 20px; display:inline-block; margin-right:5px;
}



/*TABLES*/

.kp-table-results{
  font-size:13px; color:#999; padding-left:5px;
}

.kp-table{
  font-size:14px;
  border-collapse: collapse;
  width: 100%;
	
}

.kp-table tr{
	border-left:solid 1px #f2f2f2;
	border-right:solid 1px #f2f2f2;
	border-bottom:solid 1px #f2f2f2;
	border-top:solid 1px #f2f2f2;
}

.kp-table td, .kp-table th {
  border: 0px solid #a8d4e3;
  padding: 10px;
  cursor:pointer;
  color:#666;
}

.kp-table tr:nth-child(even){background-color: #f2f2f2;}

.kp-table tr:hover {background-color: #e6eff2;}

.kp-table th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  background-color: #66a1b4;
  color: white;
	border:solid 1px #66a1b4;
}


.kp-table-info tr{
  border-bottom:solid 1px #f1f1f1;
  line-height: 24px;
}
.kp-table-info td{
  font-size:14px;
}



/*FORM*/

.kp-form-element{
	height:40px;
	font-size:15px;
	color:#333;
	padding:0px 10px;
	width:100%;
	box-sizing: border-box;
	border:solid 1px #ddd;
  display:inline-block;
}

/*FILE*/
.kp-form-file-input-label{
	height:40px;
	font-size:12px;
	color:#666;
	padding:10px;
	width:100%;
	box-sizing: border-box;
	border:solid 1px #ddd;
  display:inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.kp-form-file-input{
  display:none;
}

.kp-form-file-icon{
  position:absolute; height:40px; background-color:#66a1b4; right:0px; top:0px; color:#fff; line-height:40px; pointer-events: none; font-size:18px; padding:0px 10px;
}
.kp-form-file-icon::after{
  font-family: "Font Awesome 6 Pro"; 
  content:"\f07c";
  font-weight: 300;
}
/**/

.kp-form-element-lite{
	height:40px;
	font-size:15px;
	color:#333;
	padding:0px 10px;
	width:auto;
	box-sizing: border-box;
	border:solid 1px #ddd;
	margin-right:10px;
  display:inline-block;
}


.kp-form-header{
		font-size:11px;
		color:#999;
		text-transform: uppercase;
	}

.kp-section-header{
		font-size:12px;
		color:#13a89e;
		text-transform: uppercase;
		margin-bottom:0px;
		font-weight: 300;
	}


/*MODALS*/

.kp-modal-info{
  color:#666;
  font-size:12px;
  font-style: italic;
  margin-bottom:20px;
}

.kp-modal-submit-line{
  border-bottom:solid 1px #fff; margin-bottom:20px; margin-top:0px;
}

.kp-alert {
  background-color: rgba(0,0,0,0.50);
  width:      100%;
  height:     100%; 
  z-index:    1060;
  top:        0; 
  left:       0; 
  position:   fixed; 
  display:    none;
  font-size:13px;
}
.kp-alert-content{
    background-color:#fff;
    width:400px;
    border-radius:5px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    font-family:Lato, Arial;
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.23);
    padding:20px;
    text-align:center;
  }

.kp-alert-anim{
    animation:spin 4s linear infinite;
}

/* rotate 360 key for refresh btn */
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }



.kp-notice {
  /*background-color: rgba(0,0,0,0.50);*/
  width:      100%;
  height:     auto; 
  z-index:    1059;
  bottom:        0; 
  left:          0; 
  position:  fixed; 
  display:    none;
  font-size:  13px;
}
.kp-notice-content{
    background-color:#fff;
    width:90%;
    max-width:600px;
    border-radius:5px;
    position:absolute;
    bottom:0px;
    left:50%;
    transform:translate(-50%, -50%);
    font-family:Lato, Arial;
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.23);
    padding:20px;
    text-align:center;
  }







/*CHECKBOXES*/
/* Customize the label (the container) */
.kp-container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  user-select: none;
  font-size:11px;
	color:#999;
	text-transform: uppercase;
  padding-top:5px;
}

.kp-label{
	line-height: 30px;
}

/* Hide the browser's default checkbox */
.kp-container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.kp-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  margin-top:0px;
}

/* On mouse-over, add a grey background color */
/*.container_check:hover input ~ .checkmark {
  background-color: #ccc;
}*/

/* When the checkbox is checked, add a blue background */
.kp-container-check input:checked ~ .kp-checkmark {
  background-color: #4d899d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.kp-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.kp-container-check input:checked ~ .kp-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.kp-container-check .kp-checkmark:after {
  left: 9px;
  top: 5px;
  width: 8px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

  /* Tooltip */
  .kp-tooltip > .kp-tooltip-inner {
    background-color: #333333; 
    color: #FFFFFF; 
    font-size: 13px;
	text-align: left;
  }
.kp-tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .kp-tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #333333;
}




/* MODALS*/
.kp-modal-title{
  color:#13a89e;
  margin-bottom:30px;
  font-size:20px;
}

.kp-modal-close{
  color:#999;
  margin-bottom:5px;
  font-size:20px;
  margin-top:15px;
  float:right; 
  width:80px;
  text-align: right;
  cursor:pointer;
}


/*TOGGLE COLOR*/
.btn-info{
  color: #fff;
background-color: #7dbd6c;
border-color: #7dbd6c;
}
.btn-info:hover{
  color: #fff;
background-color: #57844B;
border-color: #57844B;
  
}


/*AUTOCOMPLETE*/
.kp-autocomplete{
  border:solid 1px #ccc; position:absolute; z-index: 99; box-sizing: border-box; display:none; width: inherit; margin-top:-1px;
}
.kp-autocomplete div {
padding: 10px;
cursor: pointer;
background-color: #fff; 
border-bottom: 1px solid #d4d4d4; 
box-sizing: border-box;
}

/*when hovering an item:*/
.kp-autocomplete div:hover {
background-color: #e9e9e9; 
}

/* ---- Ajustes Select2 para que coincida con .kp-form-element ---- */
.select2-container .select2-selection--single {
  height: 40px !important; /* mismo que .kp-form-element */
  font-size: 15px;
  color: #333;
  padding: 0px 10px;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #ddd !important;
  border-radius: 0 !important; /* si quieres esquinas cuadradas como tus inputs */
  display: flex;
  align-items: center !important; /* centra el texto verticalmente */
  background-color: #fff;
}

/* El texto seleccionado */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333;
  line-height: normal;
  padding-left: 0 !important; /* ya tenemos padding en el contenedor */
  height: 40px !important;
  line-height: 40px !important;
}

/* La flecha del dropdown */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
  right: 10px;
}

.select2-selection__clear{
  height: 40px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  color: white;
  background-color: #66A1B4 !important;
}

/* Cuando se enfoca (igual que input normal con focus) */
.select2-container--default .select2-selection--single:focus {
  outline: none;
  border-color: #66a1b4 !important; /* color de foco */
  box-shadow: 0 0 0 1px #66a1b4;
}