/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 08 2022 | 17:47:35 */
/*** REMOVE LABEL ON FIELDS USING PLACEHOLDER ***/
/*.gform_wrapper .top_label .gfield_label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
 display: none;
}*/
/*** FIELD STYLING ***/
input[type=text],
textarea {
 background: #eee;
 border: none;
 border-radius: 0;
 color: #999 !important;
 padding: 15px !important;
}
/*** BUTTON STYLING ***/
.gform_wrapper .gform_footer input.button {
    float: right;
    background: transparent;
    border: 2px solid #1c8450;
    font-size: 17px;
    color: #2c5836;
    padding: 6px 23px;
    border-radius: 5px;
    letter-spacing: 2px;
    cursor: pointer;
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper .gform_footer input.button:hover {
 background: rgba(0, 0, 0, 0.05);
 border: 2px solid transparent;
}

/*FORM DI PRENOTAZIONE TEETIME*/

.ui-datepicker.ui-widget .ui-datepicker-next, .ui-datepicker.ui-widget .ui-datepicker-prev {
    color: transparent;
    width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 33px;
    background: transparent;
    transition: all .2s ease;
}

.ui-datepicker.ui-widget td aa {
    color: #9a9b9c;
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 0;
    padding: 0;
    transition: all .2s ease;
    background: linear-gradient(to bottom,#ededed 0,#dedede 100%);
}
.ui-datepicker tbody td {
    padding: 0;
    border-top: 1px solid #bbb;
    border-right: 0;
}

#gform_2 ul#input_2_8,
#gform_2 ul#input_2_10{
    display: inline-flex;
}

@media only screen and (min-width: 641px){
 .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
    margin: 0 21px 8px 0;
    line-height: 1.3;
	}
}
.ginput_container_select select, #input_2_22_6_container select {
    box-sizing: border-box;
    width: 100% !important;
    padding: 15px 20px 15px 16px !important;
    border: 0;
    border-radius: 0;
    color: #666;
    background-color: #eee;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 0;
}
.gform_wrapper li.hidden_label input {
    margin-top: 0;
}

ul#input_3_18,
ul#input_3_19{
    display: inline-flex;
}
ul#input_3_18 li, ul#input_3_19 li {
    margin-right: 15px;
}