﻿body {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f8f6f7;
    font-family: 'Poppins';
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */



h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    
}

h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 160%;
    /* or 24px */
    color: #7F7F7F;
}
footer {
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 160%;
    color: #646464;
    margin-top:10px;
}


.field {
    background: #FFFFFF !important;
    border: 1px solid #B7AFAF !important;
    box-sizing: border-box !important;
    border-radius: 4px;
    height: 56px !important;
    padding: 15px !important;
    margin-top: 15px !important;
}


input[type=text], input[type=email], input[type=tel] {
    background: #FFFFFF !important;
    border: 1px solid #B7AFAF !important;
    box-sizing: border-box !important;
    border-radius: 4px;
    height: 56px !important;
    padding: 15px !important;
    margin-top: 15px !important;
    width: calc(100% - 20px) !important;
}



.right{
    margin-left:20px;
}

#notes {
    width:100% !important;
}

.options {
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
    outline: none !important;
    
}

select:focus {
    outline: none !important;
    border: 0px !important;
    background-color: #fefefe;
    box-shadow: 0 !important;
    transition: box-shadow .5s,border-color .25s ease-in-out !important;

}



select.decorated option:hover {
    box-shadow: 0 0 10px 100px #1882A8 inset !important;
}



.options:before {
    content: " ";
    position: absolute;
    background-repeat: no-repeat;
    display: inline-block;
    top: 10px;
    left: 20px;
    
    
}

#people {
    background-image: url(/Img/persons.svg);
    background-position: 10px 4px;
    background-size: 20px 23px;
    background-repeat: no-repeat;
}


#reservation-date {
    background-image: url(/Img/data.svg);
    background-position: 10px 3px;
    background-size: 20px 23px;
    background-repeat: no-repeat;
}

#hour {
    background-image: url(/Img/time.svg);
    background-position: 10px 7px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}


label {
    font-family: Poppins !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 15px !important;
    line-height: 160% !important;
    color: #000000 !important;
}


select::-ms-expand {
    display: none;
}

select {
    font-weight: 500 !important;
    border: 0px solid #ccc;
    padding-left: 40px;
    padding-right: 30px;
    cursor: pointer;
    color: #4a4c50;
    width: 100%;
    margin: 0px;
    background-color: transparent;
    height: 40px;
    max-width: 1000px;
    box-shadow: inset 0 0 0 5px #fff !important;
    
    -moz-appearance: none; /* Firefox */
    
    appearance: none;
}

select option{
    margin-top:10px;
}

.title{
    height:50px;
}

.card {
    background-color: white;
    border-radius: 4px;
    padding: 50px;
    max-width: 800px;
    
    display: table;
    
    margin-left: auto;
    margin-right: auto;
}

.cell1 {
    background: #FFFFFF;
    border: 1px solid #B7AFAF;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    max-height: 60px;
    margin-top: 10px;
    
}

.cell2 {
    border: 1px solid;
    border-color: #b4b0af;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
    max-height: 60px;
    
}

.cell3 {
    border: 1px solid;
    border-color: #b4b0af;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    max-height: 60px;
    margin-top: 10px;
    
}

#searchReservation {
    min-width: 710px;
}

.tempus-dominus-widget.show {
    width: 240px;
    max-width: 100%;
}

@media screen and (max-width: 995px) {


    #searchReservation {
        min-width: 60px;
    }

    .cell1 {
        border-radius: 6px;
    }

    .cell2 {
        border-radius: 6px;
    }

    .cell3 {
        border-radius: 6px;
    }

    .card {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .right {
        margin-left: 0px;
    }

    input{
        width:100% !important;
    }


    .field {
       
        height: 80px !important;
       
    }

}



    .confirm {
        background-color: #9f060a;
        color: white;
        text-align: center;
        padding: 15px;
        margin-top: 20px;
        border-radius: 6px;
        max-width: 750px;
        width: 100%;
    }


        .confirm:hover {
            background-color: #800101;
            cursor: pointer;
        }



    a {
        color: #9f060a;
    }

        a:hover {
            color: #800101;
        }



    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }


#reservationResume {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 160%;
    /* identical to box height, or 24px */
    color: #000000;    
}

    #reservationResume.field {
        padding: 0px;

    }

    .form-group {
        margin-top: 15px !important;


    }

input[type=button], input[type=submit], input[type=reset] {
    background-color: #9f060a;
    color: white;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
    border-radius: 6px;
    max-width: 750px;
    border: 1px solid #B7AFAF !important;
    box-sizing: border-box !important;
    width: 100%;
}


