body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	margin: 0;
	padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.si-glyph * {
    fill: red;
    }    

.header {
	background-color: #000000;
	padding: 20px 0px;
}

.header .brand {
    text-align: center;
}

/* Page form */

.main {
	margin: 40px 0;
}

@media screen and (max-width: 767px) {
	.main {
		padding: 0 20px;
	}
}

.container {
	max-width: 760px;
	margin: 0 auto;
}

.wrapper {
	margin-top: 30px;
}

.title-prenota {
	text-align: center;
    color: #FFFFFF;
}

.col-md {
	width: 100%;
	margin-top: 15px;
}

.col-md input,
.col-md textarea {
	width: 100%;
}

.col-md input {
	height: 46px;
}

.col-md label {
    /*display: block;*/
    font-weight: bold;
    margin-bottom: 5px;
}

.col-md abbr {
	color: #ff0000;
}

.btn {
    margin-top: 20px;
}

.btn.btn-submit {
    border: 1px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    text-align: center;
    padding: 10px 25px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    width: auto;
    height: auto;
    background: none repeat scroll 0 0 #3399DB;
    border-color: #3399DB;
    width: 100%;
}

.btn.btn-verifica {
    border: 1px solid;
    border-radius: 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    text-align: center;
    padding: 10px 25px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    width: auto;
    height: auto;
    background: none repeat scroll 0 0 #e40707;
    border-color: #9b0909;
    width: 100%;
}

.footer {
	background-color: #32393D;
	padding: 20px 0px;
	font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    position: inherit;
    width: 100%;
    bottom: 0;
}


.footer a:hover {
    color: #fff;
}

.footer a {
	color: #fff;
    text-transform: none;
}

.footer .copy {
    color: #ffffff;
    display: inline-block;
    width: 48%;
}

.footer .social {
    width: 48%;
    display: inline-block;
}

.footer .social ul li {

    display: inline-block;

}

.social-icons {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.social-icons.soc-icon-circle li a {
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    color: #403735;
}

.social-icons li.facebook a {
    /*background-color: #3B5998;*/
    width: 36px;
    height: 36px;
}

.social-icons li.instagram a {
    /*background-color: #3B5998;*/
    width: 36px;
    height: 36px;
}
.linea{background:#ccc;height:3px;width:100%}
.nobr{white-space:nowrap}
.button_chiusura{height:60px;width:60px;cursor:pointer}
#popup_aggiungi_prenotazione{
    width:100%;
    height:100%;
    position:fixed;
    display:none;
    top:0;
    left:0;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
}
#popup_dettaglio_prenotazione{
    width:100%;
    height:100%;
    position:fixed;
    display:none;
    top:0;
    left:0;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
}
#popup_dettaglio_prenotazione .ajax{
    width:16%;
    margin:0 auto;
    text-align:center;
    border-radius: 8px;
    /*max-height:300px;*/
    background:#fff;
    padding:20px;
    overflow:scroll;
    overflow-x:hidden;
}
#admin_aggiungi_prenotazione{
    width:70%;
    margin:0 auto;
    /*max-height:300px;*/
    background:#fff;
    padding:20px;
    overflow:scroll;
    overflow-x:hidden;
    border-radius: 8px;
}

/*@media screen and (min-width:500px;) {
    #admin_aggiungi_prenotazione {
        width: 90%;
        margin:0 auto;
        max-height:300px;
        background:#fff;
        padding:20px;
        overflow:scroll;
        overflow-x:hidden;
        border-radius: 8px;
    }
}*/


.div_prenotazione{
    margin:20px;
    padding:5px;
    background:#eee;
}

.brand {
    padding: 30px;
}
.div_giorno {
    /*padding-left: 14px;
    padding-right: 14px;*/
}

.info-tag {
    background: #FFFFFF;
    padding: 10px;
    margin-top: 2em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}

.custom-select {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
        background-size: auto auto;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select-2 {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
        background-size: auto auto;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media only screen and (min-width:350px) {
    .custom-select-2 {
        margin-bottom: 2em;
    }
}

.si-glyph-timer {
    fill: #ffffff;
}

th_div_giorno {
    font-size: 22px;
}
    
