﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

a {
    text-decoration: none !important;
    cursor: pointer;
}

label {
    font-size:small;
    font-weight:normal;
}

mark {
    background-color: yellow;
}

#HeaderPageTitle {
    color: #f4435e;
}

/*per evitare propgazione evento click tramite il tag <button>*/
button.disabled span {
    pointer-events: none;
}

.account-img {
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.account-content {
    display: none;
    position: fixed;
    right:0;
    top: 45px;
    background-color: #000000;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999999999;
    color: #FFFFFF !important;
}

.account-content:hover, .account-li:hover   .account-content {
    display: block;
}

.account-content a {
    padding: 10px;
    text-decoration: none;
    display: block;
    text-align: left;
    color: #FFFFFF !important;
}

.account-content a:hover {
    background-color: #FFFFFF;
    color: #000000 !important;
    z-index: 999999999;
}
 
.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.5);
}

.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: 18px;
    height: 18px;
}

/* 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: 100;
}

.toolbar {
	width: 100%;
	background-color: transparent;
	margin: 0 auto;
}

 

.footer_buttons {
	display: table;
	width: 100%;
	height: 50px;
	bottom: 0;
	position: fixed;
	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: 6px;
	height:35px;
}
.button_undo:hover {
	background-color: #e1dede;
	color: #000000;
}
.button_confirm {
    background-color: #000000;
    color: #FFFFFF;
    border: 1px solid #e7dfdf;
    border-radius: 6px;
    height: 35px;
}
.button_confirm:hover {
    color: #FFFFFF;
}
.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;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align:center;
}
.messageLabel {
    background: #83CE01;
    color: #FFFFFF;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}
.warningLabel {
    background: #FFD900;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
    margin-top: 5px;
    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;
    overflow: hidden;
}

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 {
    background-color: #EEEEEE;
}

.tile {
    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-top: 1px;
    margin-bottom: 1px;
}

.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: 1px solid #b0b3b3;
}

.tile-purple-title {
    background-color: #9394CC;
    color: #FFFFFF;
}

.tile-purple {
    color: #000000;
    border-bottom: 1px solid #9394CC;
}

.tile-red-title {
    background-color: #DD0000;
    color: #FFFFFF;
}

.tile-red {
    color: #000000;
    border-bottom: 1px solid #DD0000;
}

.tile-green-title {
    background-color: #83CE01;
    color: #FFFFFF;
}

.tile-green {
    color: #000000;
    border-bottom: 1px solid #83CE01;
}

.tile-blue-title {
    background-color: #82B6DE;
    color: #FFFFFF;
}

.tile-blue {
    color: #000000;
    border-bottom: 1px solid #82B6DE;
}

.tile-orange-title {
    background-color: #F17E43;
    color: #FFFFFF;
}

.tile-orange {
    color: #000000;
    border-bottom: 1px solid #F17E43;
}

.tile-yellow-title {
    background-color: #FDD605;
    color: #FFFFFF;
}

.tile-yellow {
    color: #000000;
    border-bottom: 1px solid #FDD605;
}
/***********************************************************************/
/* CONTENITORI DEI MENU' PRINCIPALI CHE MOSTRANO ICONA, TITOLO E TESTO */
/***********************************************************************/
div.container-table {
    background-color: #F5F4F4;
    width: 100%;
    height: 100%;
    display: table;
}

div.container-card {
    vertical-align: middle;
    background-color: #FFFFFF;
    display: inline-block;
    width: 230px;
    height: 120px;
    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 #000;
}

div.container-card:hover {
    border-bottom: 3px solid #CD001F;
}


div.container-card-image{
	margin-top: 20px;
}

div.container-card-title {
    font-size: medium;
    /*font-weight: bold;*/
    margin-top: 10px;
}

/*div.container-card-text {
    
}*/



div.container-cedi {
    vertical-align: middle;
    background-color: #FFFFFF;
    display: inline-block;
    width: 350px;
    height: 300px;
    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 #000;
}

div.container-cedi:hover {
    border-bottom: 3px solid #CD001F;
}

.container-cedi-menu {
    text-decoration: none;
    font-weight: bold;
}

.container-cedi-menu-img {
    border-bottom: 2px solid #FFFFFF;
    padding-bottom: 5px;
}

.container-cedi-menu-img:hover {
    border-bottom: 2px solid #CD001F;
}

.container-cedi-img {
    margin: 10px;
    margin-top:20px;
}

div.container-cedi-title {
    font-size: large;
    font-weight: bold;
    padding: 5px;
}

div.container-cedi-text {
    padding: 10px;
}


/*******************************/
/* 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 .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-header .k-header {
    line-height: 20px;
    padding: 2px;
}

.k-grid tr {
    line-height: 20px;
}

.k-grid td {
    padding: 2px;
}

@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;
    }
}



ul#menu {
    margin-top: 10px;
    margin-left: 1px;
    padding: 0;
    list-style: none;
}

ul#menu li {
    display: block;
    width: 50px;
    height: 35px;
    margin-top: 20px;
    margin-left: 2px;
    margin-bottom: 5px;
    border-left: 2px solid #000000;
}

ul#menu li a {
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 35px;
    padding-left: 5px;
    text-decoration: none;
    width: 50px; /* 150px - 15px (padding) */
    height: 35px;
}

ul#menu li.active, ul#menu li:hover {
    border-left: 2px solid #CD001F;
}

/* 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-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-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);
}