/* Styles definition here */
/*#fbuilder .slots div a{color:#084d88} Horas*/
/*#fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default{background:#dfeffe;color:#1a4a78;} /* Días */
/*#fbuilder .ui-datepicker-header { background:#084d88 !important ;color:#fff; text-shadow:none;}*/
/*.field {background:#084d88 !important;}*/
input, textarea, select {
	background-color: #fff !important;
	color:#000 !important;

}
.field{
	background-color: #fff !important;
	border-color:#000 !important;
	color:#000 !important;
}
.pbSubmit{
	width: 100%;
    border-radius: 100px;
    background: #3995D0 !important;
    color: #fff !important;
    border: 1px solid #66CCFF !important;
    text-decoration: none;
    padding: 8px 12px;
	font-size: 20px !important;
}
.pbSubmit:hover{

    background: #66CCFF !important;
}
#ui-datepicker-div:not(.ui-datepicker-inline){z-index: 10000!important; background: #fff;color:#000}

.totalCost .n {
    font-weight: bold;
}

.totalCost{
    font-weight: bold;
	/*visibility: hidden;*/
}
table.ui-datepicker-calendar{width:100%;border-width: 1;border-style: solid;}
.ui-datepicker-header {background: #084d88;color: #fff;border-width: 0;border-style: solid;border-color: #111;text-align:center}
.ui-datepicker-next, .ui-datepicker-prev {display: inline-block;width: 10px;height: 10px;border-top: 2px solid #fff;border-right: 2px solid #fff;background:none;margin:12px}
.ui-datepicker-next {transform: rotate(45deg);}
.ui-datepicker-prev {transform: rotate(-135deg);}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev{background:none}
.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:none}
.ui-datepicker .ui-datepicker-prev {float: left;background-position: center -30px;left: 0px;top: 0px;}
.ui-datepicker .ui-datepicker-next {float: right;background-position: center 0px;right: 0px;top: 0px;}

