﻿#overlay {
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.loader {
    z-index: 1000;
    border-left: 6px solid rgba(6, 82, 183, 0.35) !important;
    border-right: 6px solid rgba(6, 82, 183, 0.35) !important;
    border-bottom: 6px solid rgba(6, 82, 183, 0.55) !important;
    border-top: 6px solid rgba(6, 82, 183, 0.55) !important;
}

#layoutMezzo {
    margin: 10px 0;
}

#layoutElement {
}

    #layoutElement span {
        margin: 0 10px;
    }

    #layoutElement div {
        margin: 10px 0;
    }

.imgElement {
    width: 32px;
    vertical-align: middle;
    cursor: pointer;
}

.custom-menu {
    display: none;
    z-index: 100000;
    position: absolute;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    padding: 0;
}

    .custom-menu li {
        padding: 8px 12px;
        cursor: pointer;
        list-style-type: none;
    }

        .custom-menu li:hover {
            background-color: #DEF;
        }

        .custom-menu li span {
            display: inline-block;
            vertical-align: middle;
        }

            .custom-menu li span img {
                width: 20px;
                margin-right: 5px;
            }


.disable {
    background-color: rgba(211,211,211,0.5);
}

    .disable span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

.place {
    position: relative;
    margin: 7px;
}

    .place li {
        list-style: none outside none;
        position: absolute;
    }

    .place .seat {
        background: url("/Content/Icons/seat.png") no-repeat scroll 0 0 transparent;
        height: 30px;
        width: 30px;
        display: block;
        cursor: pointer;
    }

.driver {
    background: url("/Content/Icons/driver.gif") no-repeat scroll 0 0 transparent !important;
    height: 50px !important;
}

.exit {
    background: url("/Content/Icons/exit.png") no-repeat scroll 0 0 transparent !important;
}

.seatreserved {
    background: url("/Content/Icons/reserved-seat.png") no-repeat scroll 0 0 transparent !important;
}

.wc {
    background: url("/Content/Icons/toilette.png") no-repeat scroll 0 0 transparent !important;
}

.table {
    background: url("/Content/Icons/table.png") no-repeat scroll 0 0 transparent !important;
}

.tv {
    background: url("/Content/Icons/onboard-tv.png") no-repeat scroll 0 0 transparent !important;
}

.stairs {
    background: url("/Content/Icons/stairs.png") no-repeat scroll 0 0 transparent !important;
}

.booked {
    background: url("/Content/Icons/bookedseat.png") no-repeat scroll 0 0 transparent !important;
}

.bookable {
    background: url("/Content/Icons/bookableseat.png") no-repeat scroll 0 0 transparent !important;
}

.selected {
    background: url("/Content/Icons/selectedseat.png") no-repeat scroll 0 0 transparent !important;
}

.mainMezzi, .mainAutisti {
    text-transform: capitalize;
}

    .mainMezzi div,
    .mainAutisti div {
        margin: 10px 0;
    }

#elencoMezzi *,
#controlerMezzi *,
#elencoAutisti * {
    vertical-align: middle;
}

#controllerMezzi,
#controllerAutisti {
    margin: -5px 0;
}

    #controllerMezzi select,
    #controllerAutisti select {
        text-transform: capitalize;
    }

    #controllerAutisti span,
    #controllerMezzi span {
        margin-right: 5px;
        vertical-align: middle;
        display: inline-block;
    }

    #controllerMezzi div,
    #controllerAutisti div {
        margin: 15px 10px 5px 0;
        font-size: 10pt;
        font-weight: bold;
    }

.mezzo span,
.autista span {
    margin: 0 5px;
}

.operation ul {
    display: none;
}

    .operation ul:hover {
        display: block;
    }

.subMenuAdd,
.subMenuDel {
    display: none;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 0px 5px 5px 0;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 0;
}

    .subMenuAdd li,
    .subMenuDel li {
        list-style-type: none;
        padding: 8px 12px;
        cursor: pointer;
    }

.subLabel {
    width: 100px;
}

.subMenuDelViaggi {
    top: 37px !important;
}

.nextSubMenu {
    margin-left: 50px;
    text-align: right;
}

.txtAutistaIncluso {
    text-transform: capitalize;
}

.ui-draggable .ui-dialog-titlebar {
    display: none;
}

.controllerLayout {
    padding: 5px;
}

.labelController {
    margin: 5px 0px;
}

.ctrlButtons {
    border: 1px solid lightgrey;
    padding: 5px 15px;
    background-color: rgba(55, 108, 144, 0.7);
}

    .ctrlButtons span {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
    }

#layoutArea {
    margin: 15px 0;
}

    #layoutArea div {
        padding-top: 5px;
        margin: 5px 0;
    }

.layoutLeft, .layoutRight {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}

#mappa {
    display: none;
}

.row {
    margin-top: 15px;
}

.colLeft, .colRight {
    width: 45%;
    vertical-align: top;
    display: inline-table;
    margin: 0 30px 0 0;
}

.col {
    width: 93%;
}

.pnlCustomInline {
}

    .pnlCustomInline div {
        vertical-align: middle;
        display: -webkit-inline-box;
        margin: 5px 5px 5px 0;
    }

    .pnlCustomInline label {
        font-weight: normal;
    }

    .pnlCustomInline img {
        cursor: pointer;
        vertical-align: middle;
    }

.pnlCustomBlock {
}

    .pnlCustomBlock div {
        vertical-align: middle;
        display: block;
        margin: 5px 5px 5px 0;
    }

    .pnlCustomBlock label {
        font-weight: normal;
    }

    .pnlCustomBlock img {
        cursor: pointer;
        vertical-align: middle;
    }


.iconClick {
    cursor: pointer;
    width: 30px;
}


.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}


.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #fff;
        background-color: #0074A2;
        border-color: #065285;
    }

.panel-heading {
    padding: 5px 5px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-body {
    padding: 15px;
}

.pnlCustomBlock span {
    vertical-align: middle;
    display: inline-block;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panelRow {
    margin: 10px 0;
}

    .panelRow div {
        padding: 5px 0;
    }

.panelTitle {
    font-weight: bold;
}

.ctrlTravel {
    margin-bottom: 30px;
}

    .ctrlTravel span {
        margin-right: 10px;
    }

    .ctrlTravel img {
        width: 30px;
    }

.freeSeat {
    margin: 10px 0 0px 5px;
    font-weight: bold;
}

.cursor {
    cursor: pointer;
}

#spNominativi div {
    padding: 0;
    margin-bottom: 5px;
}

#spNominativi > div > div > span {
    width: 70px !important;
    display: inline-block;
}

#divConfermaPrenotazione #divPrenotazioneButton {
    margin: 0;
    display: block;
    float: none;
    clear: both;
}

.grid, .grid div {
    padding: 0;
}

#holder {
    background-color: white;
}

.placeHeader {
    padding: 5px;
    font-size: 10pt;
    text-transform: capitalize;
}

.mainPrenotazionePosto {
    min-height: 200px;
}

#busTableDialog {
    margin: 5px 0;
}

.busTableDialog.tableBody {
    border-bottom: 1px solid lightgray;
}

.busTableDialog.tableHeader, .busTableDialog.tableBody {
    border-top: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}

    .busTableDialog.tableHeader span, .busTableDialog.tableBody span {
        width: 130px;
        display: inline-block;
        font-size: 10pt;
        padding: 5px;
    }

.elencoBus {
    margin-bottom: 10px;
    font-size: 10pt;
    font-weight: bold;
}


.textRight {
    text-align: right;
}

.textCenter {
    text-align: center;
}

.textLeft {
    text-align: left;
}

.textJustify {
    text-align: justify;
}

.cursorAuto {
    cursor: auto !important;
}

.infoPasseggero {
    background-color: #4CAF50;
    color: #ffffff;
    padding: 10px;
    width: 200px;
    border-radius: 3px;
    position: absolute;
    display: none;
}

.infoPasseggeroHeader {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}

.infoPasseggeroBody div {
    margin: 5px 0;
}

.cursorPointer {
    cursor: pointer !important;
}

.ui-state-default {
    background: transparent;
    border: none;
}

.ui-accordion .ui-accordion-header {
    margin: 0;
}

.internalCambio {
    margin: 5px 0;
}

#lblPostiSelezionati{
    margin:0 10px;
    vertical-align:middle;
    text-transform:uppercase;
}

@media (min-width: 768px) {

    .containerBloccoFermata {
        width: 95%;
        display: inline-block;
        margin: 0 20px;
    }

    .colLeft, .colRight {
        width: 45%;
        vertical-align: top;
        display: inline-table;
        margin: 0 30px 0 0;
    }

    .col {
        width: 93%;
    }

    #form-partial-internal {
        display: inline-flex
    }
}

@media (max-width: 767px) {
    .containerBloccoFermata {
        width: 95%;
        display: inline-block;
        margin: 0;
    }

    .col, .colLeft, .colRight {
        width: 100%;
        vertical-align: top;
        display: inline-block;
        margin: 0 30px 0 0;
    }

    .mainMezzi {
        overflow: auto;
    }

    #form-partial-internal{
        display:block
    }
}
