﻿@import "Site.Menu.css";
@import "Site.Notification.css";
@import url(../Stylesheets/GoogleFonts.css);
@import url(../Stylesheets/IconsMaterial.css);

/* Move down content because we have a fixed navbar that is 50px tall */
:root {
    /* Color Palette */
    --primary: #5899E2;
    --primaryFilter: invert(36%) sepia(28%) saturate(1338%) hue-rotate(173deg) brightness(112%) contrast(88%);
    --secondary: #F00B0F;
    --secondaryFilter: invert(11%) sepia(100%) saturate(5882%) hue-rotate(354deg) brightness(96%) contrast(96%);
    --primaryBackground: #FAFAFA;
    --primaryText: #282F32;
    --primaryTextFilter: invert(20%) sepia(4%) saturate(2086%) hue-rotate(173deg) brightness(97%) contrast(95%);
    --secondaryBackground: #13496C;
    --secondaryBackgroundFilter: invert(21%) sepia(26%) saturate(3028%) hue-rotate(175deg) brightness(89%) contrast(87%);
    --secondaryText: #FAFAFA;
    --secondaryTextFilter: invert(98%) sepia(3%) saturate(417%) hue-rotate(74deg) brightness(114%) contrast(96%);
    --boxesBackground: #E8EEF5;
    --lightShadow: #CCCCCC;
    --darkShadow: #777777;
}

*:not(a, .k-icon, .k-icon-local) {
    font-family: 'Nunito', sans-serif !important;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.primaryTextFilter {
    filter: var(--primaryTextFilter);
}

a {
    text-decoration: none !important;
    cursor: pointer;
}

label {
    font-size: small;
    font-weight: normal;
}

mark {
    background-color: yellow;
}

.row {
    margin: 0 !important;
}

#HeaderPageTitle {
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
}

/*per evitare propgazione evento click tramite il tag <button>*/
button.disabled span {
    pointer-events: none;
}

#windowUserMenu {
    visibility: hidden;
    position: fixed;
    width: 280px !important;
    height: 370px !important;
    resize: both;
    left: 315px;
    bottom: 3%;
    background-color: var(--secondaryBackground);
    /*background-image: linear-gradient(#5079A5, #315378) !important;*/
    z-index: 10000;
    color: var(--secondaryText) !important;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 1px var(--darkShadow);
    padding: 14px;
    box-sizing: border-box;
}

.account-content {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.windowUserMenuSection {
    padding: 4% 0 4% 0;
    width: 100%;
}

#windowUserMenuHeader {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: dashed 2px;
    border-color: rgba(255, 255, 255, 0.4);
    height: 34%;
    justify-content: center;
}

    #windowUserMenuHeader img {
        filter: var(--secondaryTextFilter);
    }

    #windowUserMenuHeader span {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 1%;
        cursor: default;
    }

#windowUserMenuContent {
    height: 66%;
    align-items: center;
}

    #windowUserMenuContent ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #windowUserMenuContent ul li {
            width: 100%;
            display: flex;
            align-items: center;
            border-radius: 8px;
            padding: 0 2% 0 2%;
            box-sizing: border-box;
        }

            #windowUserMenuContent ul li:hover {
                background: rgba(255, 255, 255, 0.2);
                cursor: pointer;
            }

/*#windowUserMenuFooter {
    height: 14%;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    background-color: rgba(255, 255, 255, .1);
}

    #windowUserMenuFooter a {
        width: 33%;
        padding: 1%;
        font-size: 12px;
        text-align: center;
    }

        #windowUserMenuFooter a:hover {
            background-color: transparent;
            opacity: 0.5;
        }*/

.windowUserMenuLink {
    height: 100%;
    width: 100%;
}

.account-img {
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
}

#account-img_div {
    border-radius: 50%;
}

    #account-img_div:hover, #notificationMenuImg:hover {
        cursor: pointer;
    }

#accountMenuImg {
    border: solid 3px transparent;
    border-radius: 100%;
    transition: all 300ms ease;
}

    #accountMenuImg:hover {
        border: solid 3px #000;
    }

.account-content a {
    width: 100%;
    display: block;
    padding: 2%;
    text-align: left;
    color: var(--secondaryText) !important;
    border-radius: 4px;
}

    .account-content a:hover {
        z-index: 10001;
    }


#windowUserLogout {
    visibility: hidden;
    position: absolute;
    width: 250px;
    height: 150px;
    z-index: 10001;
    resize: both;
    top: calc(50% - 75px);
    left: calc(50% - 125px);
    background-color: var(--secondaryBackground);
    /*background-image: linear-gradient(#5882B0, #49709B) !important;*/
    color: var(--secondaryText) !important;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 1px var(--darkShadow);
    padding: 1%;
    box-sizing: content-box;
}

    #windowUserLogout img {
        filter: var(--secondaryTextFilter);
    }

.windowUserLogoutSection {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4%;
    width: 100%;
}

    .windowUserLogoutSection span {
        cursor: default;
    }

#windowUserLogoutHeader {
    height: 20%;
}

#windowUserLogoutContent {
    height: 45%;
}

.windowUserLogoutButtonContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
}

.windowUserLogoutButton {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 80%;
    background-color: #FAFAFA;
    color: var(--primaryText);
    padding: 2%;
    margin: 0;
    border: solid 2px #FAFAFA;
    border-radius: 4px;
}

    .windowUserLogoutButton:hover, .windowUserLogoutButton:active {
        transform: scale(1.1);
        background-color: var(--primary);
        -webkit-transition: background-color 100ms linear;
        -ms-transition: background-color 100ms linear;
        transition: background-color 100ms linear;
        color: #FAFAFA !important;
        border: solid 2px var(--primary);
        font-weight: bold;
        cursor: pointer;
    }

    .windowUserLogoutButton span:hover {
        cursor: pointer;
    }

.headerpage-alert-warning {
    color: #FFFFFF;
    border-bottom: 1px solid #FDD605;
    font-weight: 500;
    margin-left: 15px;
    padding: 8px;
    font-size: inherit;
}

.headerpage-alert-error {
    color: #FFFFFF;
    border-bottom: 1px solid #E56864;
    font-weight: 500;
    margin-left: 15px;
    padding: 8px;
    font-size: inherit;
}

.headerpage-backgroundtask-success {
    color: #FFFFFF;
    border-bottom: 1px solid #83CE01;
    font-weight: 500;
    margin-left: 15px;
    padding: 8px;
    font-size: inherit;
}

.headerpage-backgroundtask-all {
    color: #FFFFFF;
    border-bottom: 1px solid #F17E43;
    font-weight: 500;
    margin-left: 15px;
    padding: 8px;
    font-size: inherit;
}

.headerpage-backgroundtask-running {
    color: #FFFFFF;
    border-bottom: 1px solid #F17E43;
    font-weight: 500;
    margin-left: 15px;
    padding: 8px;
    font-size: inherit;
}

.headerpage-backgroundtask-new {
    color: #FFFFFF;
    border-bottom: 1px solid #FDD605;
    font-weight: 500;
    margin-left: 15px;
    padding: 8px;
    font-size: inherit;
}

.headerpage-backgroundtask-error {
    color: #FFFFFF;
    border-bottom: 1px solid #E56864;
    font-weight: 500;
    margin-left: 15px;
    padding: 8px;
    font-size: inherit;
}

.customTable {
    margin-top: 9px;
    margin-left: 15px;
    width: 200px;
    border: 0;
    height: 32px;
    font-weight: 500;
    border-bottom: 1px solid #FFFFFF;
    background: none;
    border-radius: 0;
    color: #FFFFFF;
    outline: none;
}

::placeholder { /* Firefox, Chrome, Opera */
    color: #FFFFFF;
    font-size: inherit;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFFFFF;
    font-size: inherit;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #FFFFFF;
    font-size: inherit;
}


.customTableResult {
    position: fixed; /* or absolute */
    top: 55px;
    left: 60px;
    width: 96%;
    z-index: 99999999;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 12px;
    border: 2px solid #FAFAFA;
}

/*.customTableCleaning {
    
}*/
.customTableResultCol {
    padding: 5px;
}

.customTableResultHeader {
    border: 1px solid #FFFFFF;
    background-color: #F5F5F5;
    color: #000000;
    height: 30px;
}

.customTableRow {
    color: #000000;
    border-bottom: 1px solid #CCCCCC;
}

    .customTableRow:hover {
        background-color: #EBEBEB;
        color: #000000;
    }

.modalConfirmation {
    position: fixed; /* or absolute */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    /*background-color: rgba(255,255,255,0.5);*/
}

.modalInformation {
    position: fixed; /* or absolute */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    /*background-color: rgba(255,255,255,0.5);*/
}

.modal-dialog {
    position: fixed; /* or absolute */
    top: 38%;
}

.modal-body {
    text-align: left;
}



.loading {
    position: fixed; /* or absolute */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: rgba(255,255,255,0.4);
}

.loading-img {
    position: fixed; /* or absolute */
    top: 48%;
    left: 48%;
}

/* NOGAP va messo come class dove presente la classe row di bootstrap per dare spazio alle colonne */
.nogap > .col {
    padding-top: 3.5px;
    padding-bottom: 3.5px
}

/* dimensioni icone toolbar RadToolbar */
div.RadToolBar .rtbIcon {
    width: 24px;
    height: 24px;
}

/* colore sfondo riga griglia RadGrid su on over del mouse */
div.RadGrid .rgHoveredRow td {
    background: #EBEBEB;
}


/*.nogap > .col:first-child {
	padding-left: 15px;
}

.nogap > .col:last-child {
	padding-right: 15px;
}*/

/*.k-loading-mask .k-loading-image {
	background-image: url('../Images/loading.gif');
	width:80px;
	height:80px;
}*/

.text-nowrap {
    white-space: nowrap;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.table-fields td {
    padding: 5px;
}


.toolbar-fixed {
    width: 100%;
    background-color: transparent;
    margin: 0 auto;
    position: fixed;
    z-index: 9;
}

.toolbar {
    width: 100%;
    background-color: transparent;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    z-index: 0;
}

    .toolbar .RadAjaxPanel {
        width: 100%;
    }

    .toolbar .rtbOuter {
        display: flex;
        justify-content: center;
    }

.RadToolBar_Bootstrap .rtbOuter {
    padding: 8px 8px 8px 18px !important;
}

.footer_buttons {
    display: table;
    width: 100%;
    height: 50px;
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 2;
    text-align: right;
    vertical-align: middle;
    background-color: #F5F5F5;
    border-top: solid 1px #E8E8E8;
    padding-right: 10px;
}

.footer_buttons_inside {
    display: table-cell;
    vertical-align: middle;
}

.checkbox_medium {
    width: 15px;
    height: 15px;
}

.checkbox_large {
    width: 20px;
    height: 20px;
}

.button_blue {
    background-color: #6197ad;
    color: #FFFFFF;
    border: 1px solid #e7dfdf;
    border-radius: 6px;
    height: 35px;
}

    .button_blue:hover {
        color: #FFFFFF;
    }

.button_yellow {
    background-color: #FDD605;
    color: #000000 !important;
    border: 1px solid #FDD605;
    border-radius: 6px;
    height: 35px;
}

    .button_yellow:hover {
        color: #000000 !important;
    }

.button_green {
    background-color: #83CE01;
    color: #000000 !important;
    border: 1px solid #83CE01;
    border-radius: 6px;
    height: 35px;
}

    .button_green:hover {
        color: #000000 !important;
    }

.button_red {
    background-color: #CD001F;
    color: #FFFFFF !important;
    border: 1px solid #CD001F;
    border-radius: 6px;
    height: 35px;
}

    .button_red:hover {
        color: #FFFFFF !important;
    }

.button_normal {
    background-color: #FAFAFA;
    color: #000000;
    border: 1px solid #e7dfdf;
    border-radius: 6px;
    height: 35px;
}

    .button_normal:hover {
        color: #000000;
    }

.button_close {
    background-color: #FAFAFA;
    color: #000000;
    border: 1px solid #e7dfdf;
    border-radius: 6px;
    height: 35px;
}

.button_undo {
    background-color: #FAFAFA;
    color: #000000;
    border: 1px solid #e7dfdf;
    border-radius: 8px;
    height: 35px;
}

    .button_undo:hover {
        background-color: #e1dede;
        color: #000000;
    }

.button_confirm {
    background-color: var(--primary);
    color: #FFFFFF !important;
    border: 0;
    border-radius: 8px;
    height: 35px;
}

    .button_confirm:hover {
        opacity: 0.8;
    }

    .button_confirm:disabled {
        background-color: #CCC !important;
        color: #666 !important;
    }

        .button_confirm:disabled:hover {
            opacity: 1;
        }

.button_enable {
    background-color: #83CE01;
    color: #FFFFFF;
    border: 1px solid #e7dfdf;
    border-radius: 6px;
    height: 35px;
}

    .button_enable:hover {
        color: #FFFFFF;
    }

.button_disable {
    background-color: #DD0000;
    color: #FFFFFF;
    border: 1px solid #e7dfdf;
    border-radius: 6px;
    height: 35px;
}

    .button_disable:hover {
        color: #FFFFFF;
    }

.errorLabel {
    background: #D9534F;
    color: #FFFFFF;
    text-align: center;
}

.messageLabel {
    background: #83CE01;
    color: #FFFFFF;
    text-align: center;
}

.infoMessageLabel {
    background: #0eb5e3;
    color: #FFFFFF;
    text-align: center;
}

.warningLabel {
    background: #FFD900;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.navbar {
    background-color: #000000;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}

html, body, form {
    height: 100%;
    margin: 0;
    padding: 0;
}

footer {
    font-size: smaller;
    width: 100%;
    bottom: 0;
    position: fixed;
}


/*********************************************/
/*table.gate-monitor-table-mobile tr:nth-child(even) {
    background: #F5F5F5
}

table.gate-monitor-table-mobile tr:nth-child(odd) {
    background: #FFF
}

table.gate-monitor-table-desktop tr:nth-child(even) {
    background: #F5F5F5
}

table.gate-monitor-table-desktop tr:nth-child(odd) {
    background: #FFF
}

table.lorry-monitor-table-mobile tr:nth-child(even) {
    background: #F5F5F5
}

table.lorry-monitor-table-mobile tr:nth-child(odd) {
    background: #FFF
}

table.lorry-monitor-table-desktop tr:nth-child(even) {
    background: #F5F5F5
}

table.lorry-monitor-table-desktop tr:nth-child(odd) {
    background: #FFF
}*/


/*************************************/
.restareareason-red {
    background-color: #fa0505 !important;
    color: #FFFFFF !important;
}

.restareareason-gray {
    background-color: #b0b3b3 !important;
    color: #FFFFFF !important;
}

.restareareason-purple {
    background-color: #9394CC !important;
    color: #FFFFFF !important;
}

.restareareason-green {
    background-color: #83CE01 !important;
    color: #FFFFFF !important;
}

.restareareason-blue {
    background-color: #82B6DE !important;
    color: #FFFFFF !important;
}

.restareareason-orange {
    background-color: #F17E43 !important;
    color: #FFFFFF !important;
}

.restareareason-yellow {
    background-color: #FDD605 !important;
    color: #FFFFFF !important;
}

/*************************************/
.warningtype-red {
    background-color: #fa0505 !important;
    color: #FFFFFF !important;
}

.warningtype-gray {
    background-color: #b0b3b3 !important;
    color: #FFFFFF !important;
}

.warningtype-purple {
    background-color: #9394CC !important;
    color: #FFFFFF !important;
}

.warningtype-green {
    background-color: #83CE01 !important;
    color: #FFFFFF !important;
}

.warningtype-blue {
    background-color: #82B6DE !important;
    color: #FFFFFF !important;
}

.warningtype-orange {
    background-color: #F17E43 !important;
    color: #FFFFFF !important;
}

.warningtype-yellow {
    background-color: #FDD605 !important;
    color: #FFFFFF !important;
}



/*********************************************/
.lorrytile-header-desktop {
    border: 2px solid #FFFFFF !important;
    background-color: #b0b3b3;
    color: #FFF;
    font-size: 16px !important;
}

.lorrytile-header-mobile {
    border: 2px solid #FFFFFF !important;
    background-color: #b0b3b3;
    color: #FFF;
    font-size: 15px !important;
}

.lorrytile-cell {
    padding: 5px;
    color: #000;
}

/* stile per la colonna NOTE da personalizzare nel file Site.Custom.css del cliente */
/*.lorrytile-cell-note {
   
}*/

.lorrytile-desktop {
    border: 2px solid #FFFFFF;
    font-size: 15px;
}

.lorrytile-mobile {
    border: 2px solid #FFFFFF;
    font-size: 12px;
}

.lorrytile-notarrived {
    background-color: #FFFFFF;
    color: #000000;
}

.lorrytile-checkin {
    background-color: #83CE01;
    color: #FFFFFF;
}

.lorrytile-docked {
    background-color: #F17E43;
    color: #FFF;
}

.lorrytile-parked {
    background-color: #b2b4b4;
    color: #FFFFFF;
}

.lorrytile-undocked {
    background-color: #82B6DE;
    color: #FFFFFF;
}

.lorrytile-checkout {
    background-color: #066BB6;
    color: #FFFFFF !important;
}

.lorrytile-arrived {
    background-color: #FDD605;
    color: #FFFFFF;
}

/*********************************************/
.gatetile-header-mobile {
    border: 2px solid #FFFFFF !important;
    background-color: #b0b3b3 !important;
    color: #FFF !important;
    font-size: 15px !important;
}

.gatetile-header-desktop {
    border: 2px solid #FFFFFF !important;
    background-color: #b0b3b3 !important;
    color: #FFF !important;
    font-size: 20px !important;
}

.gatetile-cell {
    padding: 5px
}

.gatetile-mobile {
    border: 2px solid #FFFFFF;
    font-size: 15px;
}

.gatetile-desktop {
    border: 2px solid #FFFFFF;
    font-size: 20px;
}

.gatetile-free {
    background-color: #83CE01 !important;
    color: #FFFFFF;
}

.gatetile-taken {
    background-color: #82B6DE !important;
    color: #FFFFFF;
}

.gatetile-almostfree {
    background-color: #fbf165 !important;
    color: #FFFFFF;
}

.gatetile-unavailable {
    background-color: #E56864 !important;
    color: #FFFFFF;
}

.gatetile-waiting {
    background-color: #F17E43 !important;
    color: #FFFFFF;
}

.gatetile-approaching {
    background-color: #83CE01 !important;
    color: #FFFFFF;
}



.gate-state-free {
    fill: #83CE01;
    background: #83CE01;
    color: #83CE01;
}

.gate-state-taken {
    fill: #FDD605;
    background: #FDD605;
    color: #FDD605;
}

.gate-state-almostfree {
    fill: #fbf165;
    background: #fbf165;
    background-color: #fbf165;
    color: #fbf165;
}

.gate-state-unavailable {
    fill: #E56864;
    background: #E56864;
    color: #E56864;
}

/*********************************************/

.restarea-free {
    fill: #FFFFFF;
}

.restarea-taken {
    fill: #FFFFFF;
}

.restarea-unavailable {
    fill: #E56864 !important;
    background: #E56864 !important;
    color: #E56864 !important;
}



/***********************************************************************/
/* TILE                                                                */
/***********************************************************************/
.tile-cedi, .tile-kpi {
    background-color: #DDD;
    border-radius: 8px;
}

.tile {
    border-radius: 8px;
    display: inline-block;
    width: 200px; /*larghezza del tile*/
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #ffffff;
}

    .tile:hover {
        text-decoration: none;
    }

.tile-title {
    font-size: 18px;
    margin-bottom: 1px;
    border-radius: 8px 8px 0 0;
}

.tile-description {
    font-size: 12px;
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px; /*lunghezza massima del testo mostrato, altrimenti va su due righe e non va bene*/
}

.tile-value {
    font-size: 40px;
    padding: 2px;
}

.tile-gray-title {
    background-color: #b0b3b3;
    color: #FFFFFF;
}

.tile-gray {
    color: #000000;
    border-bottom: 2px solid #b0b3b3;
    border-radius: 8px;
}

.tile-purple-title {
    background-color: #9394CC;
    color: #FFFFFF;
}

.tile-purple {
    color: #000000;
    border-bottom: 2px solid #9394CC;
    border-radius: 8px;
}

.tile-red-title {
    background-color: #DD0000;
    color: #FFFFFF;
}

.tile-red {
    color: #000000;
    border-bottom: 2px solid #DD0000;
    border-radius: 8px;
}

.tile-green-title {
    background-color: #83CE01;
    color: #FFFFFF;
}

.tile-green {
    color: #000000;
    border-bottom: 2px solid #83CE01;
    border-radius: 8px;
}

.tile-blue-title {
    background-color: #82B6DE;
    color: #FFFFFF;
}

.tile-blue {
    color: #000000;
    border-bottom: 2px solid #82B6DE;
    border-radius: 8px;
}

.tile-orange-title {
    background-color: #F17E43;
    color: #FFFFFF;
}

.tile-orange {
    color: #000000;
    border-bottom: 2px solid #F17E43;
    border-radius: 8px;
}

.tile-yellow-title {
    background-color: #FDD605;
    color: #FFFFFF;
}

.tile-yellow {
    color: #000000;
    border-bottom: 2px solid #FDD605;
    border-radius: 8px;
}
/***********************************************************************/
/* CONTENITORI DEI MENU' PRINCIPALI CHE MOSTRANO ICONA, TITOLO E TESTO */
/***********************************************************************/
div.container-table {
    background-color: transparent !important;
    width: 100%;
    height: 100%;
    display: table;
}

div.container-card {
    vertical-align: middle;
    background-color: var(--boxesBackground);
    display: inline-block;
    width: 210px;
    height: 110px;
    text-align: center;
    margin-top: 40px;
    margin-right: 40px;
    /*border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC; 
    border-right: 1px solid #CCCCCC;*/
    border-bottom: 3px solid var(--secondaryBackground);
    border-radius: 12px;
    /*box-shadow: 0px 0px 6px 0px var(--darkShadow);*/
    color: var(--primaryText);
}

    div.container-card:hover {
        /*border-bottom: 3px solid var(--primary);*/
        transform: scale(1.06);
        cursor: pointer;
        box-shadow: 0px 0px 8px 0px var(--lightShadow);
        -webkit-transition: background-color 300ms linear;
        -ms-transition: background-color 300ms linear;
        transition: background-color 300ms linear;
        font-weight: bold;
        /*border-color: var(--secondaryBackground);*/
    }


div.container-card-image {
    margin-top: 20px;
}

div.container-card-title {
    font-size: 15px;
    /*font-weight: bold;*/
    margin-top: 10px;
}

/*div.container-card-text {
    
}*/



div.container-cedi {
    vertical-align: middle;
    background-color: var(--boxesBackground);
    display: inline-block;
    width: 350px;
    height: 270px;
    text-align: center;
    /*border: 1px solid #CCC;*/
    border-radius: 12px;
    margin: 0 30px 30px 30px;
}

    div.container-cedi:hover {
        box-shadow: 0px 0px 8px 0px var(--lightShadow);
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        border: 0;
    }

.container-cedi-menu {
    text-decoration: none;
    font-weight: bold;
}

.container-cedi-menu-img {
    /*border-bottom: 2px solid #FFFFFF;*/
    filter: var(--primaryTextFilter);
}

    .container-cedi-menu-img:hover {
        /*border-bottom: 2px solid #CD001F;*/
        filter: var(--primaryFilter);
        transform: scale(1.2);
    }

.container-cedi-img {
    height: 44%;
    width: 100%;
    object-fit: contain;
    border-radius: 12px 12px 0 0;
    margin: 0;
}

div.container-cedi-title {
    font-size: large;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: end;
    /*height: 16%;*/
    padding: 10px 0px 0px 0px;
}

    div.container-cedi-title p {
        margin: 0;
    }

div.container-cedi-text {
    display: flex;
    justify-content: center;
}

    div.container-cedi-text p {
        margin: 0;
    }

div.container-cedi-address {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 9%
}

    div.container-cedi-address p {
        margin: 0;
    }

/*******************************/
/* scrollbar colorata */
/*******************************/
::-webkit-scrollbar {
    width: 12px !important;
}

::-webkit-scrollbar-track {
    background-color: #FFFFFF;
    border-left: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #545454;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #000000;
    }


/*******************************/
/* TELERIK ASP.NET */
/* BARRA LATERALE SPLITTER TELERIK */
/*******************************/
.rspCollapseBarExpand,
.rspCollapseBarExpandOver,
.rspCollapseBarCollapse,
.rspCollapseBarCollapseOver {
    width: 5px !important;
}


/*******************************/
/* TELERIK KENDO UI MVC */
/* BARRA LATERALE SPLITTER TELERIK */
/*******************************/
/*
.k-splitbar-static-horizontal {
    width: 0;
    border-width: 0;
    visibility: hidden;
    background-color: #000000;
}

div.k-splitter,
.k-splitter .k-splitbar {
    border-width: 0;
    background-color: #000000;
}

.k-splitter .k-splitbar {
    width: 0;
    height: 0;
}
*/

.container-fluid {
    background-color: var(--primaryBackground);
    padding: 0 !important;
}

    .container-fluid .text-muted {
        margin: 5px 0;
    }

.placeholders {
    margin: 30px auto;
}

.placeholder img {
    display: inline-block;
}

p .k-button {
    margin: 0 15px 0 0;
}

.btn-toggle {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none;
    height: 48px;
}

    .btn-toggle .k-icon {
        opacity: 1;
    }

    .btn-toggle,
    .k-primary.btn-toggle:hover,
    .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]),
    .btn-toggle:focus:not(.k-state-disabled):not([disabled]) {
        box-shadow: none;
        border-radius: 0;
    }

        .btn-toggle .k-i-hbars,
        .k-primary.btn-toggle:hover .k-i-hbars,
        .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]) .k-i-hbars,
        .btn-toggle:focus:not(.k-state-disabled):not([disabled]) .k-i-hbars {
            background-position: -80px -32px;
        }

.k-grid {
    background-color: var(--primaryBackground) !important;
    box-shadow: 0 0 0 0 !important;
    box-sizing: border-box;
}

    .k-grid, .k-grid * {
        overscroll-behavior: auto !important;
    }


.k-grid-header .k-header {
    background-color: var(--primaryBackground) !important;
    line-height: 20px;
    padding: 2px;
}

.k-filter-row {
    background-color: var(--primaryBackground) !important;
}

.k-grid tr {
    line-height: 20px;
}

.k-grid td {
    padding: 2px;
}

.k-grid tr {
    /*background-color: var(--primaryBackground);*/
    padding: 2px;
}

.k-toolbar {
    background-color: var(--primaryBackground) !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 22px !important;
    padding-right: 22px !important;
    border-radius: 0px !important;
    box-sizing: border-box;
}

.k-tabstrip-items-wrapper {
    background-color: var(--primaryBackground) !important;
    border-radius: 0px !important;
    box-sizing: border-box;
}

.k-tabstrip .k-hstack {
    padding-left: 22px !important;
    padding-right: 22px !important;
}

.k-toolbar .k-button {
    background-color: #FFF;
    color: var(--primaryText);
}

.k-toolbar tr:hover {
    background-color: transparent !important;
}

.k-tabstrip-content, .k-tabstrip-item {
    background-color: var(--primaryBackground) !important;
}

.k-grid-footer {
    border-bottom: 0 !important;
}

.k-pager-wrap {
    background-color: var(--primaryBackground) !important;
    box-shadow: 0 0 0 0 !important;
    z-index: 3;
    border: 0 !important;
    border-top: solid 1px #CCC !important;
    box-sizing: border-box !important;
}

@media (max-width: 768px) {
    .k-item {
        display: block;
        clear: both;
        float: none;
        width: 100%;
    }

    .k-header h1 {
        margin: 0;
        padding: 16px 15px 14px 60px;
        font-size: 18px;
        font-weight: lighter;
    }
}

.rsbInner {
    height: 34px;
    display: flex !important;
    align-items: center;
    background-color: #F6F6F6 !important;
    border-radius: 8px !important;
    border: solid 2px var(--primary) !important;
}

    .rsbInner input {
        width: calc(100% - 48px) !important;
    }

.rsbButtonSearch {
    height: 34px !important;
    background-color: var(--primary) !important;
    border: 0 !important;
    border-radius: 0 4px 4px 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.rsbIconSearch {
    color: #FFF !important;
}

html *::-webkit-scrollbar, body *::-webkit-scrollbar {
    max-height: 8px;
    max-width: 8px;
}

body *::-webkit-scrollbar-track {
    position: absolute;
    bottom: 0;
    z-index: 100002;
    background: transparent;
    border: 0;
}

body *::-webkit-scrollbar-thumb {
    background: #B3B3B3;
    opacity: 0.5;
    border-radius: 6px;
}

    body *::-webkit-scrollbar-thumb:hover, body *::-webkit-scrollbar-thumb:active {
        background-color: #707070 !important;
        cursor: pointer;
    }

* {
    box-sizing: border-box;
}

/*#accountMenuImg {
    filter: var(--primaryFilter);
}*/

/* immagini relative agli stati del LORRY */
.lorry-to-load {
    display: inline-block;
    background-image: url('../Images/lorry-status/lorry-to-load.png?v=16');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    border: 0px solid #000000;
    text-align: center;
}

.lorry-to-unload {
    display: inline-block;
    background-image: url('../Images/lorry-status/lorry-to-unload.png?v=16');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    border: 0px solid #000000;
    text-align: center;
}

.lorry-both {
    display: inline-block;
    background-image: url('../Images/lorry-status/lorry-both.png?v=16');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    border: 0px solid #000000;
    text-align: center;
}
/*--------------------------------------------*/


.lorry-status-to-load-0 {
    background-image: url('../Images/lorry-status/lorry-status-to-load-0.png?v=11');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.lorry-status-to-load-25 {
    background-image: url('../Images/lorry-status/lorry-status-to-load-25.png?v=11');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.lorry-status-to-load-50 {
    background-image: url('../Images/lorry-status/lorry-status-to-load-50.png?v=11');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.lorry-status-to-load-75 {
    background-image: url('../Images/lorry-status/lorry-status-to-load-75.png?v=11');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.lorry-status-to-load-100 {
    background-image: url('../Images/lorry-status/lorry-status-to-load-100.png?v=11');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*--------------------------------------------*/
.lorry-status-both-0 {
    background-image: url('../Images/lorry-status/lorry-status-both-0.png?v=11');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.lorry-status-both-25 {
    background-image: url('../Images/lorry-status/lorry-status-both-25.png?v=11');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.lorry-status-to-both-50 {
    background-image: url('../Images/lorry-status/lorry-status-both-50.png?v=11');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.lorry-status-to-both-75 {
    background-image: url('../Images/lorry-status/lorry-status-both-75.png?v=11');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.lorry-status-to-both-100 {
    background-image: url('../Images/lorry-status/lorry-status-both-100.png?v=11');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*--------------------------------------------*/
.lorry-status-to-unload-0 {
    background-image: url('../Images/lorry-status/lorry-status-to-unload-0.png?v=11');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.lorry-status-to-unload-25 {
    background-image: url('../Images/lorry-status/lorry-status-to-unload-25.png?v=11');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.lorry-status-to-unload-50 {
    background-image: url('../Images/lorry-status/lorry-status-to-unload-50.png?v=11');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.lorry-status-to-unload-75 {
    background-image: url('../Images/lorry-status/lorry-status-to-unload-75.png?v=11');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.lorry-status-to-unload-100 {
    background-image: url('../Images/lorry-status/lorry-status-to-unload-100.png?v=11');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.k-filtercell .k-dropdown-operator .k-input-button, .k-input-button, .k-input-button.k-button, .k-input-spinner .k-spinner-decrease, .k-input-spinner .k-spinner-increase, .k-button.k-button-icon .k-icon, .k-grid-filter .k-icon, .k-header .k-icon {
    color: var(--primaryText);
}

.k-grid-header .k-link .k-sort-icon .k-icon.k-svg-icon.k-svg-i-sort-asc-small, .k-grid-header .k-link .k-sort-icon .k-icon.k-svg-icon.k-svg-i-sort-desc-small {
    color: var(--secondary);
}

.k-input:focus-within, .k-widget.k-input:focus-within {
    border-color: var(--primary);
    color: var(--primaryText);
    background-color: #fff;
    box-shadow: 0 0 7px 0 var(--primary);
}

.k-panelbar > .k-item > .k-link.k-state-focus, .k-panelbar > .k-item > .k-link.k-state-focused, .k-panelbar > .k-item > .k-link:focus, .k-panelbar > .k-panelbar-header > .k-link.k-state-focus, .k-panelbar > .k-panelbar-header > .k-link.k-state-focused, .k-panelbar > .k-panelbar-header > .k-link:focus {
    box-shadow: inset 0 0 7px 0 var(--primary)
}

/***********************************************************************/
/* KPI */
/***********************************************************************/

.tile-kpi {
    padding: 14px;
    background-color: #DDD;
}

.tile-kpi-title {
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    margin: 0 !important;
}

.container-kpi {
    border-radius: 8px;
    background: #ffffff;
    vertical-align: middle;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex-wrap: nowrap;
    flex-direction: column;
}

.container-card-name {
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 0 0;
    margin-bottom: 10px;
}

.container-card-number {
    width: 100%;
    height: 40%;
}

.container-card-description {
    width: 100%;
    height: 40%;
}

.container-card-name h4 {
    font-size: 19px;
}

.grid-kpi {
    background-color: var(--primaryBackground);
}

.k-window, div.k-edit-form-container {
    background-color: var(--primaryBackground);
}

.k-detail-row k-alt, .k-widget .k-tabstrip {
    background-color: var(--primaryBackground) !important;
}

/***********************************************************************/
/* MANDATORY DOCUMENTS                                                 */
/***********************************************************************/

.actionMandatoryDocument {
    width: 20px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.canDeleteMandatoryDocument {
    background-color: #CD001F;
    color: #FFFFFF !important;
}

.cannotDeleteMandatoryDocument {
    background-color: #CCCCCC;
    color: #FFFFFF !important;
}

.formExportExcel {
    display: none !important;
}

.k-button {
    margin: 0;
    padding: 6px 12px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    background-repeat: repeat-x;
    background-position: 0 center;
    font: inherit;
    line-height: 1.42857143;
    text-align: center;
    text-decoration: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    position: relative;
}

.form-group {
    margin-bottom: 15px;
}

.k-edit-form-container .editor-label, .k-edit-label {
    float: left;
    clear: both;
    width: 30%;
    padding: .4em 0 1em;
    margin-left: 2%;
    text-align: right;
}

.k-edit-field, .k-edit-form-container .editor-field {
    float: right;
    clear: right;
    width: 60%;
    margin-right: 2%;
    padding: 0 0 .6em;
}

.k-actions.k-actions-start.k-actions-horizontal.k-window-actions {
    text-align: right !important;
    border-color: #ccc;
    background: #f5f5f5;
    display: flex;
    justify-content: flex-end;
}

.btn-default {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    -webkit-appearance: button;
    cursor: pointer;
}

.k-grid-header .k-header {
    padding: 8px !important;
}

/* Chip base */
.k-multiselect .k-chip {
    font-size: 0.95rem; /* base */
    min-height: 2.2em; /* altezza relativa al font */
    padding: 0.35em 0.7em; /* spazio interno proporzionale */
    box-sizing: border-box;
}

.k-multiselect .k-chip-content,
.k-multiselect .k-chip-action {
    display: flex;
    align-items: center;
}

/* Rimuove transizione tra i tabstrip */
.k-tabstrip-items .k-tabstrip-item, .k-tabstrip-items .k-item
{
    transition: none !important;
}

.k-tabstrip-items .k-loading {
    transition: none !important;
}

/* Riporto i col- di bootstrap.min per retrocompatibilità*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

.text-center {
    text-align: center
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}


.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

/* Riporto i col- di bootstrap.min per retrocompatibilità*/