﻿@import "Site.Menu.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;
    --secondaryText: #FAFAFA;
    --secondaryTextFilter: invert(98%) sepia(3%) saturate(417%) hue-rotate(74deg) brightness(114%) contrast(96%);
    --boxesBackground: #E8EEF5;
    --lightShadow: #CCCCCC;
    --darkShadow: #777777;
}

*:not(span, a, .k-icon) {
    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: 8px;
    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 {
        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: 8px;
    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: auto;
    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_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-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-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) !important;
    }

    .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-icon.k-i-sort-asc-sm, .k-grid-header .k-link .k-icon.k-i-sort-desc-sm {
    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;
}

 