﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic 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 widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"],
select {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}



table.elencocliccabile,
table.elencofieldcontrol {
    width: 200px;
    border-collapse: separate;
    border: 1px solid gray;
    border-radius: 5px;
    margin-left: -1px !important;
}

    table.elencocliccabile td,
    table.elencocliccabile th,
    table.elencofieldcontrol td,
    table.elencofieldcontrol th {
        border-left: 0px;
        border-top: 0px;
    }

    table.elencocliccabile th, table.elencofieldcontrol th {
        border-top: none;
    }

        table.elencocliccabile td:first-child,
        table.elencocliccabile th:first-child,
        table.elencofieldcontrol td:first-child,
        table.elencofieldcontrol th:first-child {
            border-left: none;
        }

td.elencocliccabile, td.elencofieldcontrol {
    padding-left: 4px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px
}

table.elencofieldcontrol span.fieldcontrolblock input[type=text]:not(.edit) {
    border: 0px;
}

table.elencofieldcontrol td {
    height: 25px;
}

table.elencofieldcontrol th {
    padding-left: 4px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

span.tariffatotale input[type=text] {
    padding-right: 20px;
}




table.mese {
    border-collapse: collapse;
}

tr.meseheader {
    background-color: gray;
    color: white;
}

    tr.meseheader th.mesenavleft {
        text-align: left;
        padding-left: 10px;
    }

        tr.meseheader th.mesenavleft a {
            color: white;
        }

    tr.meseheader th.mesenavright {
        text-align: right;
        padding-right: 10px;
    }

        tr.meseheader th.mesenavright a {
            color: white;
        }

    tr.meseheader th.meseheader {
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }

td.giorno {
    height: 60px;
}

td.mesenonsel {
    opacity: 50%;
    border: 1px dotted gray;
}

td.mesesel {
    border: 1px solid gray;
    color: black;
    font-weight: bold;
}

td.fascia {
    width: 40px;
    height: 40px;
    font-size: 7pt;
    vertical-align: top;
    font-weight: normal;
}

td.fasciaX {
    border: 1px solid blue;
    cursor: pointer;
}

td.fascia0 {
    border: 1px dotted gray;
}

.statO /* default */ {
    background-color: lightgray !important;
}

.statD /* guida disponibile */ {
    background-color: white !important;
}

.statT /* tour da assegnare */ {
    background-color: cyan !important;
}

.statA /* tour assegnato */ {
    background-color: cyan !important;
}

.statC /* guida accetta tour assegnato */ {
    background-color: lime !important;
}

.statR /* guida rifiuta tour assegnato */ {
    background-color: tomato !important;
}

.statN /* tour annullato */ {
    background-color: brown !important;
}

div.contextmenu {
    border: 1px solid blue;
    background-color: lightyellow;
    padding: 5px;
    text-align: center;
}

    div.contextmenu span {
        display: block;
        width: 80px;
        height: 24px;
        cursor: pointer;
    }

        div.contextmenu span:hover {
            background-color: yellow;
            border: 1px solid blue;
        }
