@charset "utf-8";

/* =============================================================================================================================== */
/* Fecha y hora >>> ============================================================================================================== */
/* =============================================================================================================================== */

.k23_css_date_1 {
	width: 135px;
}
.k23_css_time_1 {
	width: 80px;
}
.k23_css_dt_b {
	float: left;
	width: 16px;
	padding-top: 4px;
}
.k23_css_dt_b:hover {
	color: #42609B;
	text-shadow: #724848 0 0 10px;
}
.k23_css_fecha_1 {
	float: left;
	width: 160px;
}
.k23_css_fecha_1:hover {
	background-color: #B6C2D6;
}

.k23_css_calendario_1 {
	float: left;
	width: 350px;
	background-color: #FFFFFF;
	padding: 12px;
	position: absolute;
	overflow: hidden;
}

.k23_css_b_calendar {
	cursor: pointer;
	vertical-align: middle;
}

.k23_css_calendario_dia_1 {
	width: 14%;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	border-radius: 100%;
}
.k23_css_calendario_dia_1:hover {
	background-color: #9C27B0;
	color: #fff;
}
.k23_css_calendario_dia_1_selected {
	background-color: #B1C2DB;
	color: #000;
}

.k23_css_hms_1 {
	width: 82px;
}

.k23_css_reloj_1 {
	float: left;
	width: 212px;
	background-color: #FFFFFF;
	border: 1px solid #5B7A48;
	padding: 8px;
	position: absolute;
	overflow: hidden;
	box-shadow: 10px 10px 5px #8BA577;
}
.k23_css_reloj_hora_1 {
	float: left;
	width: 35px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	cursor: pointer;
}
.k23_css_reloj_hora_1:hover {
	background-color: #D0DCED;
}
.k23_css_reloj_hora_1_selected {
	background-color: #B1C2DB;
	color: #000;
}

/* =============================================================================================================================== */
/* Fecha y hora <<< ============================================================================================================== */
/* =============================================================================================================================== */

/* =============================================================================================================================== */
/* Input >>> ===================================================================================================================== */
/* =============================================================================================================================== */
.k23_css_input_a {
	background-color: #fbfbfb;
	font-size: 16px;
	padding:8px;
	border:1px solid #ccc;
	border-radius:4px;
	outline: none;
	width: 100%;
}
.k23_css_input_a:focus { 
    border-color: #9c27b0;
    background-color: rgb(245, 245, 220);
}

.k23_css_input_importe {
	text-align: right;
	width: 150px;
}

.k23_css_input {
	font-size: 16px;
	padding:2px;
	border:1px solid transparent;
	border-bottom:1px solid #ccc;
	outline: none;
}
.k23_css_input:focus { 
	border-bottom-color: #9c27b0;
}

/* =============================================================================================================================== */
/* Input <<< ===================================================================================================================== */
/* =============================================================================================================================== */


/* =============================================================================================================================== */
/* Varios >>> ==================================================================================================================== */
/* =============================================================================================================================== */
.k23_css_seccion {
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}

.k23_css_panel{
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
}
.k23_css_panel:hover .s23-label {
	font-weight: bold;
}

.k23_css_importe {
	width: 90px;
	text-align: right;
}
.k23_css_label {
	font-size: 12px;
	color:#009688;
}

.k23_css_label_radio {
	font-size: 1em;
	color:#191919;
}

.k23_css_pointer {
	cursor: pointer;
}
.k23_css_pointer:hover {
	text-shadow: #FCFCFC 0 0 10px;
}

.k23_css_label_2 {
	font-size: 1.2em;
	margin-bottom: 3px;
}

.k23_css_hover_grey:hover {
	background-color: #EDEDED;
}

.k23_css_text_gradient_1 {
	background-image: linear-gradient(to right, #1de9b6, #2979ff);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.k23_css_bc_gradient_1 {
	background-image: linear-gradient(to right, #1de9b6, #2979ff);
}

.k23_css_show_on_hover {
	display: none;
}
.k23_css_show_on_hover_container:hover .k23_css_show_on_hover {
	display: block;
}

.k23_css_button_1 {
    background-color: #368ef5; 
    color: #fff; 
    border-radius: 4px; 
    border: none; 
    cursor: pointer;
    padding: 4px 15px;
}
.k23_css_button_1:hover {
    background-color: rgb(25, 72, 151);
}
.k23_css_button_1:focus {
    background-color: rgb(207, 17, 122);
}

/* =============================================================================================================================== */
/* Varios <<< ==================================================================================================================== */
/* =============================================================================================================================== */




/* =============================================================================================================================== */
/* Search places >>> ============================================================================================================= */
/* =============================================================================================================================== */

.blk_search {
	padding: 2px;
	float: left;
	border: 2px solid #FFCC00;
	width: 200px;
	background-color: #FFF3C6;
	position: absolute;
	z-index: 8000;
}

.k23_css_blk_search_places {
	float: left;
	width: 200px;
	background-color: #fff;
	position: absolute;
	z-index: 8000;
}
.k23_css_row_search_places {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	float: left;
	width: 100%;
	padding: 6px;
	cursor: pointer;
	border-bottom: 1px solid #DFDFDF;
}
.k23_css_row_search_places:hover {
	background-color: #E5E4BC;
}
.k23_css_row_search_places_selected {
	background-color: #EAD093;
}
.borrar___css_blk_search_row_ori_des {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	border-bottom: 1px solid #DFDFDF;
}
.borrar___css_blk_search_row_ori_des_google {
	background-color: #F0EEF4;	
}
.css_blk_search_logo_google {
	float: left;
	width: 100%;
	height: 23px;
	margin-top: 6px;
	margin-bottom: 6px;
	background-image: url('../imagenes_s/powered_by_google_on_white.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}
/* =============================================================================================================================== */
/* Search places <<< ============================================================================================================= */
/* =============================================================================================================================== */




/* =============================================================================================================================== */
/* Grids >>> ===================================================================================================================== */
/* =============================================================================================================================== */
.k23_css_row_selected {
	box-shadow: 0px 0px 10px #009688;
}
/* =============================================================================================================================== */
/* Grids <<< ===================================================================================================================== */
/* =============================================================================================================================== */



/* =============================================================================================================================== */
/* Help >>> ====================================================================================================================== */
/* =============================================================================================================================== */
.k23_css_row_selected {
	box-shadow: 0px 0px 10px #009688;
}
/* =============================================================================================================================== */
/* Help <<< ====================================================================================================================== */
/* =============================================================================================================================== */



/* =============================================================================================================================== */
/* Callout >>> =================================================================================================================== */
/* =============================================================================================================================== */
div.callout {
	height: 60px;
	width: 300px;
	float: left;
}

div.callout {
	background-color: #2979ff;
	position: absolute;
	color: #fff;
	padding: 15px;
	border-radius: 3px;
	min-height: 50px;
	height: auto;
	z-index: 100;
}

.call_close {
	position: absolute;
	top: -8px;
	right: -8px;
	border-radius: 100px;
	background-color: #415e94;
	padding: 1px;
	cursor: pointer;
}

.callout::before {
	content: "";
	width: 0px;
	height: 0px;
	border: 0.8em solid transparent;
	position: absolute;
}

.callout.top::before {
	left: 45%;
	bottom: -20px;
	border-top: 10px solid #2979ff;
}

.callout.bottom::before {
	left: 45%;
	top: -20px;
	border-bottom: 10px solid #2979ff;
}

.callout.left::before {
	right: -20px;
	top: 40%;
	border-left: 10px solid #2979ff;
}

.callout.right::before {
	left: -20px;
	top: 40%;
	border-right: 10px solid #2979ff;
}

.callout.top-left::before {
	left: 7px;
	bottom: -20px;
	border-top: 10px solid #2979ff;
}

.callout.top-right::before {
	right: 7px;
	bottom: -20px;
	border-top: 10px solid #2979ff;
}
/* =============================================================================================================================== */
/* Callout <<< =================================================================================================================== */
/* =============================================================================================================================== */

.switch {
  position: relative;
  display: inline-block;
  /*vertical-align: top;*/
  vertical-align: middle;
  width: 56px;
  height: 20px;
  padding: 3px;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  /*background: #47a8d8;*/
  background: #4fb845;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 40px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}

/* =============================================================================================================================== */
/* swicth 2 >>> */

/* .switch_2 {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
} */

.switch_2 {
    position: relative;
    display: inline-block;
    width: 50px;
    min-width: 50px;
    height: 20px;
}

.switch_2 input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.slider_2 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px;

}

.slider_2:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px;
}

input:checked + .slider_2 {
    background-color: #4fb845;
}

input:focus + .slider_2 {
    box-shadow: 0 0 1px #4fb845;
}

input:checked + .slider_2:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    /* content: "SI"; */
}


/* =============================================================================================================================== */
/* Celulares >>> ================================================================================================================= */
/* =============================================================================================================================== */

.css_cel_button_1 {
    background-color: #368ef5; 
    color: #fff; 
    border-radius: 4px; 
    border: none; 
    cursor: pointer;
    padding: 4px 15px;
    font-size: 16pt;
    text-align: center;
}
.css_cel_button_1:hover {
    background-color: rgb(25, 72, 151);
}

/* =============================================================================================================================== */
/* Celulares <<< ================================================================================================================= */
/* =============================================================================================================================== */
