body{
    font-family: Ubuntu, Arial, Helvetica, sans-serif !important;
}
label{
    font-family: Montserrat, Ubuntu, Tahoma, Arial, Helvetica, sans-serif !important;
    color: #606060  !important;
    font-size: 14px !important;
}
#overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 99999999999999999 !important;
    display: none;
}
.box.box-warning {
    border-top-color: #606060;
}
.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -180px;
    font-size: 30px;
    color: #F39C12;
}

.alert-message {
    display:none;
}

.next_button {
    margin-top: 10px;
}

.text-theme{
    color: #f39c12 !important;
    /*color: #3270AB !important;*/
}

.btn-theme{
    background: #f39c12 none repeat scroll 0 0;
    color: #5f3813;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-theme-grey{
    background: #eee none repeat scroll 0 0;
    color: #888;
    font-weight: bold;
    text-transform: uppercase;  
}

.btn-theme-outline{ 
background: white none repeat scroll 0 0;
    border: 1px solid #f39c12;
}

.fc-list-item {
    cursor: pointer;
}

.pagination .paginate_button {
    padding: 0 !important;
    border: none !important;
    margin-left: 0px !important;
}

.table .sorting:after, .table .sorting_asc::after, .table .sorting_desc::after{
    content: '' !important;
}

#tabella tfoot th {
    padding: 10px 5px !important;
    width: 100% !important;
}
@media (min-width: 768px){
    .modal-dialog {
        width: 620px;
    }
}  
label.error{
    color:#c7254e;
    font-weight: 400;
}
.error-input{
    border:1px solid red;
}

.selParkDett, .selSaunaDett{
    height: 27.5px !important;
    padding: 1px;
}
.inpPriceNotteDett , .inpPriceParkDett, .inpPriceSaunaDett{
    width: 45px !important;
    top: 1px;
    position: relative; 
}

/*
Input totale importo
*/
#importo_totale{
    background: none;
    border-color:#00a65a; 
}

/*---------------------
Datepicker
---------------------*/
input.form-control.datepicker {
    background: transparent;
}


.invoice {
  margin: 10px 0 0 0 !important;
}

/*------------------------------
Check-in
------------------------------*/
.description-div h2{
    color:#f39c12; 
    /*color:#3270AB;*/
}
.description-div p{
    font-size: 16px;
}
.description-div p strong{
    font-size: 17px;
}

/*-----------------------------
FOOTER
-----------------------------*/
.custom-footer{
    background: #655852;
    padding: 0 !important;
    border-top: 1px solid #d2d6de;
}
.custom-footer .board-inner {
    background: var(--brown);
    color: #eaeaea;
    font-size: 12px;
    padding: 15px 33px 13px 21px;
}
.custom-footer .board-inner div:last-child {
    margin-bottom: 0;
}

.custom-footer .board-inner .board-line {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 480px) {
.custom-footer .board-inner .board-line {
    justify-content: flex-start;
    flex-wrap: wrap;
}
}
.main-footer a, .custom-footer a{
    color:#f39c12;
}