*{
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
}

/* Fix jQuery UI dialog close button con Bootstrap */
.ui-dialog .ui-dialog-titlebar {
    position: relative !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    display: none !important;
}

.ui-dialog .ui-dialog-titlebar .custom-close {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e8e8e8;
    border: 1px solid #bbb;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    color: #333;
    padding: 0;
}

.ui-dialog .ui-dialog-titlebar .custom-close:hover {
    background-color: #d0d0d0;
    border-color: #999;
}

body{
    background: url(../img/background.jpg) fixed repeat-x top;
}

input, textarea{
    width: 250px;
}

.section-title{
    background-color: #920121;
    color: white;
    margin-top: 10px;
    padding: 5px;
}

.center{
    text-align: center !important;
}

.section-title-date{
    background-color: #dc7d01;
    color: black;
    text-align: center;
}

#tabellaLogin{
	padding: 15px;
    border-collapse: separate !important;
    border-radius: 15px;
}

.smallcol {
    width: 1% !important;
    text-align: center;
}

.nowrap {
    white-space: nowrap;
}

#tabellaPrenotazioni tr:nth-child(even){
    background-color: rgba(100,100,100,0.15);
}

#tabellaPrenotazioni tr:nth-child(odd){
    background-color: rgba(100,100,100,0.30);
}

.tableBGRed{
    background-color: rgba(255, 0, 0, 0.3) !important;
}

.tableBGRed:hover{
    background-color: rgba(255, 0, 0, 0.5) !important;
}

.tableBGRed .sorting_1{
    background-color: rgba(255, 0, 0, 0.5) !important;
}

.tableBGRed .sorting_2{
    background-color: rgba(255, 0, 0, 0.5) !important;
}

.tableBGRed .sorting_3{
    background-color: rgba(255, 0, 0, 0.5) !important;
}

.tableBGRed .sorting_4{
    background-color: rgba(255, 0, 0, 0.5) !important;
}

.tableBGOrange{
    background-color: rgba(253, 106, 2, 0.3) !important;
}

.tableBGOrange:hover{
    background-color: rgba(253, 106, 2, 0.5) !important;
}

.tableBGOrange .sorting_1{
    background-color: rgba(253, 106, 2, 0.5) !important;
}

.tableBGOrange .sorting_2{
    background-color: rgba(253, 106, 2, 0.5) !important;
}

.tableBGOrange .sorting_3{
    background-color: rgba(253, 106, 2, 0.5) !important;
}

.tableBGOrange .sorting_4{
    background-color: rgba(253, 106, 2, 0.5) !important;
}

.tableBGGreen{
    background-color: rgba(0, 255, 0, 0.3) !important;
}

.tableBGGreen:hover{
    background-color: rgba(0, 255, 0, 0.5) !important;
}

.tableBGGreen .sorting_1{
    background-color: rgba(0, 255, 0, 0.5) !important;
}

.tableBGGreen .sorting_2{
    background-color: rgba(0, 255, 0, 0.5) !important;
}

.tableBGGreen .sorting_3{
    background-color: rgba(0, 255, 0, 0.5) !important;
}

.tableBGGreen .sorting_4{
    background-color: rgba(0, 255, 0, 0.5) !important;
}

.tableBGPurple{
    background-color: rgba(128, 0, 128, 0.3) !important;
}

.tableBGPurple:hover{
    background-color: rgba(128, 0 ,128, 0.5) !important;
}

.tableBGPurple .sorting_1{
    background-color: rgba(128, 0, 128, 0.5) !important;
}

.tableBGPurple .sorting_2{
    background-color: rgba(128, 0, 128, 0.5) !important;
}

.tableBGPurple .sorting_3{
    background-color: rgba(128, 0, 128, 0.5) !important;
}

.tableBGPurple .sorting_4{
    background-color: rgba(248, 215, 66, 0.5) !important;
}

.tableBGYellow{
    background-color: rgba(248, 215, 66, 0.3) !important;
}

.tableBGYellow:hover{
    background-color: rgba(248, 215, 66, 0.5) !important;
}

.tableBGYellow .sorting_1{
    background-color: rgba(248, 215, 66, 0.5) !important;
}

.tableBGYellow .sorting_2{
    background-color: rgba(248, 215, 66, 0.5) !important;
}

.tableBGYellow .sorting_3{
    background-color: rgba(248, 215, 66, 0.5) !important;
}

.tableBGYellow .sorting_4{
    background-color: rgba(248, 215, 66, 0.5) !important;
}