/* importing fonts */
@font-face{
    src: url('../font/proximaNovaRegular.otf');
    font-family: proximaNovaRegular;
}

/* global */
p,
span,
input,
label{
    font-family: proximaNovaRegular;
}
p{
    margin-bottom: 0;
}
.add-transition{
    transition: all .05s ease-out;
    -webkit-transition: all .05s ease-out;
    -o-transition: all .05s ease-out;
    -moz-transition: all .05s ease-out;
    -ms-transition: all .05s ease-out;
}

/* header styling */
.header{
    background-color: #9b9998;
    /*background-image: url('../images/bg.png');*/
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 18px;
}
#exit-icon{
    float: right;
}
.header .content p{
    color: #fff;
}
.header .content .title{
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.header .content .line{
    padding-bottom: 15px;
}

.header .content .line .icons {
    margin-right: 15px;
    color: #fff;
}
.header .content .line input{
    text-transform: capitalize;
    background-color: transparent;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 20px;
    padding-left: 0px;
    width: 250px;
}
.header .content .line input::placeholder {
    color: #fff;
    opacity: 0.3; /* Firefox */
}

.header .content .line input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.header .content .line input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
.header .content .line span{
    float: right;
}

.header .content .line span .icons{
    margin-right: 0px;
    font-size: 20px;
}

/* form */
.form-o .part{
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}
.form-o .part:last-of-type{
    border: 0;
}
.form-o .part .title{
    font-size: 13px;
    text-transform: uppercase;
    color: #878787;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.form-o .part .buttons{
    font-size: 0;
}
.form-o .part .buttons .button-wrapper{
    width: 20%;
    float: left;
}
.form-o .part .buttons .button-o{
    width: 50px;
    height: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.form-o .part .buttons .button-o input{
    opacity: 0;
}

.form-o .part .buttons .button-o .kids-label,
.form-o .part .buttons .button-o .persone-label{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    font-size: 17px;
    text-align: center;
    line-height: 50px;
    color: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
}

.form-o .part .buttons .button-wrapper.active .button-o .kids-label,
.form-o .part .buttons .button-wrapper.active .button-o .persone-label{
    color: #fff;
    background-color: #9b9998;
}

.form-o .part .buttons .button-o .kids-label.last,
.form-o .part .buttons .button-o .persone-label.last{
    background-color: #f2f2f2;
}

/* data radios */
.form-o .part .buttons .button-o .data-label{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    font-size: 17px;
    text-align: center;
    color: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    line-height: 17px;
    padding-top: 8px;
}
.form-o .part .buttons .button-o .data-label span{
    display: block;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    color: #878787;
}
.form-o .part .buttons .button-wrapper.active .button-o .data-label{
    color: #fff;
    background-color: #9b9998;
}


.form-o .part .buttons .button-wrapper.active .button-o .data-label span{
    color: #fff;
}

.form-o .part .buttons .button-o .data-label.last{
    padding-top: 0;
    background-color: #f2f2f2;
    line-height: 50px;
}

/* orario radios */
.form-o .part .button-wrapper3{
    width: 33.33%;
    float: left;
    text-align: center;
}
.form-o .part .button-wrapper3 .button-o3{
    height: 50px;
    position: relative;

}
.form-o .part .button-wrapper3 .button-o3 input{
    opacity: 0;
}
.form-o .part .button-wrapper3 .button-o3 .orario-label{
    /* gab */
    font-size: 14px;
    text-align: center;
    color: #363636;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    /* gab */
    padding: 8px 10px;
    border: solid 1px #ddd;

}
.form-o .part .button-wrapper3 .button-o3 .orario-label span{
    display: inline-block;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #9b9998;
    font-size: 15px;
    font-weight: 600;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 29px;
    margin-left: 7px;
}
.form-o .part .button-wrapper3.active .button-o3 .orario-label{
    background-color: #9b9998;
    color: #fff;
}

/* note section */
.choices{
    font-size: 0;
}
.choices .choice{
    margin-right: 10px;
    margin-bottom: 15px;
    display: inline-block;
}
.choices .choice input{
    display: none;
}
.choices .choice label{
    font-size: 14px;
    text-align: center;
    color: #555555;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    /* gab */
    padding: 10px 20px;
    text-transform: uppercase;
    background-color: #f2f2f2;
    margin-bottom: 0;
}
.choices .choice label.dots span{
    display: inline-block;
    font-size: 13px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    background-color: #9b9b9b;
}
.choices .choice.chosen label{
    background-color: #9b9998;
    color: #fff;
}



.notes {
    display: block;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
    background-color: #fff;
    outline: 0;
    border: 1px solid #ddd;
    border-radius: 100px;
    padding: 10px 20px;

}


input.notes::placeholder {
    color: #ccc;
}


.form-o .submit-o{
    margin-top: 10px;
    margin-bottom: 20px;
}

.form-o .submit-o #delete,
.form-o .submit-o #submit, .big-btn{
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    word-spacing: 4px;
    color: #9b9998;
    background-color: transparent;
    outline: 0;
    border: 1px solid #9b9998;
    border-radius: 10px;
    padding: 10px;
    text-align: center;   
}

a.big-btn {
	text-decoration: none;
}

.form-o .submit-o #delete{
    color: #fff;
    background-color: rgb(221, 51, 51);
    cursor: pointer;
}

.loading{
    display: none;
    z-index: 995;
    -moz-opacity: .75;
    -webkit-opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    opacity: 0.75;
    backgroundColor: '#000';

    filter: alpha(opacity=75);
    background: #fff url("../img/preloader.gif") center center no-repeat;


    width: 100% !important;
    height: 100% !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    z-index:99999;
}


.cust-font-17{
    font-size: 17px;
}

.cust-input-number{
    width:60px; 
    padding:10px 12px; 
    margin:0 auto; 
    margin-top:5px;
}


.page-title {
    color: #ffffff !important;
    font-size: 24px
}

.add {
    float: right; font-size: 22px;
    color: #ffffff;
}

.add a {
    color: #fff;
}



p.title strong {
	color: red;
}
