body{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

#award-wrap{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#award-wrap img{
    height: 120px;
}

.backgroundGrey{
	background-color: #e8e8e8!important;
}

/*GENERAL*/

.pageCenter{
	text-align: center;
}

label{
	margin-bottom: 0px!important;
	font-family: "Nunito", sans-serif!important;
}

input, select, p, h1, h2, h3, h4, h5, button{
	font-family: "Nunito", sans-serif!important;
}

.h-span{
	font-size: 14px!important;
}

input:focus{
	outline: 0px!important;
}

.form-control:focus{
	outline: 0px!important;
}

*:focus,*:active {
   outline: none !important;
   box-shadow: none;
}

::placeholder{
    color: #ACACAC!important;
    opacity: 1;
}

:-ms-input-placeholder{ 
    color: #ACACAC!important;
}

::-ms-input-placeholder{ 
    color: #ACACAC!important;
}

.o2d-form{
	margin-top: 40px;
}

.requiredField{
	color: #A51919;
}

.requiredField-logistics{
	color: #4ea9c4;
}

.requiredField-admin{
	color: #711371;
}

#refreshWrap, #refreshMapWrap{
	padding-bottom: 20px;
}

/*PAGES*/

.pageContainer{
	padding: 75px;
	width: 100%;
	position: relative;
    /*-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
}

.pageHide{
	display: none;
}

/*PAGE COLOURS*/

.bg-admin {
    background-color: #333;
	color: white;
}

.bg-croydon{
	background-color: #711371;
	color: white;
}

.text-admin {
	color: #333;
}

.active-text-admin{
	/*color: #A7A7A7!important;*/
	color: #711371!important;
	font-weight: 600;
}

.bg-supplier{
	background-color: #A51919;
	color: white;
}

.text-supplier, .active-text-supplier{
	color: #A51919!important;
}

.active-text-supplier{
	font-weight: 600;
}

.bg-logistics{
	background-color: #4ea9c4;
	color: white;
}

.text-logistics, .active-text-logistics{
	color: #4ea9c4!important;
}

.active-text-logistics{
	font-weight: 600;
}

.bg-hold{
	background-color: #D6440B;
	color: white;
}

.text-hold, .active-text-hold{
	color: #D6440B!important;	
}

.active-text-hold{
	font-weight: 600;
}

.bg-gate{
	background-color: #EAA315;
	color: white;
}

.text-gate, .active-text-gate{
	color: #EAA315!important;
}

.active-text-gate{
	font-weight: 600;
}

.bg-pts{
	background-color: #e51958;
	color: white;
}

.text-pts, .active-text-pts{
	color: #e51958!important;
}

.active-text-pts{
	font-weight: 600;
}

/*NAVBAR*/

.o2d-navbar{
	padding: 0px!important;
	font-family: "Nunito", sans-serif!important;
}

.o2d-navbar a{
	padding: 10px!important;
	color: white!important;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    /*left: 250px;
   	width: 0;*/
	width: 250px;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
   	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	background-color: white;
	padding-top: 75px;
	font-family: "Nunito", sans-serif!important;
}

#sidebar-wrapper h5{
	text-align: center;
    margin-bottom: 30px;
}

#sidebar-wrapper ul{
	list-style: none;
	padding-left: 0px;
	margin: 10px;
}

#sidebar-wrapper li{
	border-top: 1px solid #e8e8e8;
	/*padding: 10px 5px;*/
	cursor: pointer;
}

#sidebar-wrapper > ul > li:first-child{
	border-top: 0px!important;
}

#button1{
	border-top: 0px!important;
}

#wrapper {
	/*padding-left: 0px;*/
	padding-left: 250px;
   	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
	/*padding-left: 250px;*/
	padding-left: 0px;
}

#wrapper.toggled #sidebar-wrapper {
	width: 250px;
	/*width: 0px;*/
}

.sidebar-icon{
	width: 20%;
}

#sidebar-wrapper a{
	color: black;
	display: block;
	padding: 10px 5px;
}

.sidebar-nav-supplier li:hover a{
	text-decoration: none;
	color: #A51919;
}

.sidebar-nav-logistics li:hover a{
	color: #4ea9c4;
	text-decoration: none;
}

.sidebar-nav-gate li:hover a{
	color: #EAA315;
	text-decoration: none;
}

/*ADMIN AND LOGIN*/

.login-fail{
	color: rgb(239, 79, 37);
}

#logo{
	width: 52%;
	padding-top: 5%;
	padding-bottom: 5%;
}

.cookies {
    background-color: #333;
    color: #fff;
    
    position: fixed;
    width: 100%;
    bottom: 0;
    
    padding: 1em;
	margin-top: 50px;
}

#cookiesText{
	width: 70%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
}

#cookiesButtonWrap{
	width: 25%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
}

.cookies button {
    border: none;
	border-radius: 10px;
    background-color: #E66B25;
    padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	margin: auto;
	color: white;
}

.cookies button:focus{
	ouline: none!important;
}

/*DASHBOARD*/

.dashboardWrap{
	padding: 7.5px 0px;
}

#deliveryStatsWrap, #indDeliveryStatsWrap{
	background-color: #f7f7f7;
	color: black;
	height: 100%;
}

#dailyTargetWrap, #indDailyTargetWrap{
	background-color: #4ea9c4;
	color: white;
	height: 100%;
}

#yearStatsWrap, #indYearStatsWrap{
	background-color: #9685f0;
	color: white;
	height: 100%;
}

#vehiclesWrap, #indVehiclesWrap{
	background-color: #efc30b;
	color: white;
	width: 100%;
	/*height: 135px;*/
}

/*#dueWrap, #indDueWrap{
	background-color: #83b63d;
	color: white;
	width: 100%;
	margin-bottom: 15px;
}

#remainingWrap, #indRemainingWrap{
	background-color: #83b63d;
	color: white;
	width: 100%;
	margin-bottom: 15px;
}*/

#deliveriesStatsWrap, #indDeliveriesStatsWrap{
	background-color: #83b63d;
	color: white;
	width: 100%;
	margin-bottom: 15px!important;
}

.dashboard-item{
	padding: 10px;
}

.dashboard-col-right{
	padding-right: 7.5px!important;
}

.dashboard-col-left{
	padding-left: 7.5px!important;
}

.success-text{
	color: rgb(131, 182, 61);
}

.amber-text{
	color: rgb(239, 195, 11);
}

.failed-text{
	color: rgb(239, 79, 37);
}

.progress-bg{
	background-color: rgba(0,0,0,0.20)!important;
	height: 10px!important;
}

.progress-bar-bg{
	background-color: white!important;
}

/*CLOCS DASHBOARD*/

.clocs-bg-green{
	background-color: #73ae22!important;
}

.clocs-bg-amber{
	background-color: #f3b21a!important;
}

.clocs-bg-red{
	background-color: #b62917!important;
}

/*ADMIN DASHBOARDS*/



/*DONUT CHARTS*/

#dailyTargetWrap .ct-series-a .ct-area, #dailyTargetWrap .ct-series-a .ct-slice-donut-solid, #dailyTargetWrap .ct-series-a .ct-slice-pie, #yearStatsWrap .ct-series-a .ct-area, #yearStatsWrap .ct-series-a .ct-slice-donut-solid, #yearStatsWrap .ct-series-a .ct-slice-pie, #indDailyTargetWrap .ct-series-a .ct-area, #indDailyTargetWrap .ct-series-a .ct-slice-donut-solid, #indDailyTargetWrap .ct-series-a .ct-slice-pie, #indYearStatsWrap .ct-series-a .ct-area, #indYearStatsWrap .ct-series-a .ct-slice-donut-solid, #indYearStatsWrap .ct-series-a .ct-slice-pie{
	fill: white!important;
}

#dailyTargetWrap .ct-series-b .ct-area, #dailyTargetWrap .ct-series-b .ct-slice-donut-solid, #dailyTargetWrap .ct-series-b .ct-slice-pie, #yearStatsWrap .ct-series-b .ct-area, #yearStatsWrap .ct-series-b .ct-slice-donut-solid, #yearStatsWrap .ct-series-b .ct-slice-pie, #indDailyTargetWrap .ct-series-b .ct-area, #indDailyTargetWrap .ct-series-b .ct-slice-donut-solid, #indDailyTargetWrap .ct-series-b .ct-slice-pie, #indYearStatsWrap .ct-series-b .ct-area, #indYearStatsWrap .ct-series-b .ct-slice-donut-solid, #indYearStatsWrap .ct-series-b .ct-slice-pie {
	fill: rgba(0,0,0,0.20)!important;
}

#deliveryStatsWrap .ct-series-a .ct-area, #deliveryStatsWrap .ct-series-a .ct-slice-donut-solid, #deliveryStatsWrap .ct-series-a .ct-slice-pie, #ind-deliveriesOverall .ct-series-a .ct-area, #ind-deliveriesOverall .ct-series-a .ct-slice-donut-solid, #ind-deliveriesOverall .ct-series-a .ct-slice-pie{
	fill: rgb(131, 182, 61)!important;
}

#deliveryStatsWrap .ct-series-b .ct-area, #deliveryStatsWrap .ct-series-b .ct-slice-donut-solid, #deliveryStatsWrap .ct-series-b .ct-slice-pie, #ind-deliveriesOverall .ct-series-b .ct-area, #ind-deliveriesOverall .ct-series-b .ct-slice-donut-solid, #ind-deliveriesOverall .ct-series-b .ct-slice-pie{
	fill: rgb(239, 195, 11)!important;
}

#deliveryStatsWrap .ct-series-c .ct-area, #deliveryStatsWrap .ct-series-c .ct-slice-donut-solid, #deliveryStatsWrap .ct-series-c .ct-slice-pie, #ind-deliveriesOverall .ct-series-c .ct-area, #ind-deliveriesOverall .ct-series-c .ct-slice-donut-solid, #ind-deliveriesOverall .ct-series-c .ct-slice-pie{
	fill: rgb(239, 79, 37)!important;
}

#deliveryStatsWrap .ct-series-d .ct-area, #deliveryStatsWrap .ct-series-d .ct-slice-donut-solid, #deliveryStatsWrap .ct-series-d .ct-slice-pie, #ind-deliveriesOverall .ct-series-d .ct-area, #ind-deliveriesOverall .ct-series-d .ct-slice-donut-solid, #ind-deliveriesOverall .ct-series-d .ct-slice-pie{
	fill: rgba(0,0,0,0.10)!important;
}

.ct-label {
  text-anchor: middle!important;
  alignment-baseline: middle!important;
  font-size: 20px!important;
  fill: white!important;
  content: "\f018";
}

.ct-label::before{
	
  content: "TESTING LABEL";
}

/*ACCORDIONS*/

.card{
	margin-bottom: 5px;
	font-family: "Nunito", sans-serif!important;
}

.onTimeAccordionHeader{
	background: linear-gradient(to right, #83b63d 0%, #83b63d .75em, white .75em, white 100%);
}

.withinAccordionHeader{
	background: linear-gradient(to right, #efc30b 0%, #efc30b .75em, white .75em, white 100%);
}

.lateAccordionHeader{
	background: linear-gradient(to right, #ef4f25 0%, #ef4f25 .75em, white .75em, white 100%);
}

.order-btn-container{
	margin-top: 10px;
}

.accordionBtn{
	margin-bottom: 10px;
	width: 60%;
}

.card-col{
    padding: 0px 5px!important;
}

.card-col-left{
    padding: 0px 5px 0px 15px!important;
}

/*BUTTONS*/

.btn-green{
	background: rgb(131, 182, 61);
	color: white;
}

.text-green{
	color: rgb(131, 182, 61);
}

.btn-amber{
	background: rgb(239, 195, 11);
	color: white;
}

.btn-blue{
	background-color: #5589E8;
	color: white;
}

.btn-orange{
	background: #E66B25;
	color: white;
}

.btn-red{
	color: white;
    background: rgb(239, 79, 37);
}

.text-red{
	color: rgb(239, 79, 37);
}

.header-btn:hover{
	text-decoration: none;
}

/*MAPS*/

.map{
	height: 500px;
	width: 100%;
}

.orderRouteDetails{
	padding-top: 15px;
	font-family: "Nunito", sans-serif!important;
}

#mapOrderDirections{
	height: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
}

/*CHECKBOXES*/

.checkbox-container{
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-container input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark{
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

.order-form-checkbox .checkmark, .admin-form-checkbox .checkmark{
	height: 24px;
	width: 24px;
	background-color: #fff;
}

.order-form-checkbox, .admin-form-checkbox{
	margin-bottom: 25px!important;
}

.checkbox-container:hover input ~ .checkmark{
	background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark{
	background-color: #D6440B;
}

.order-form-checkbox .checkbox-container input:checked ~ .checkmark{
	background-color: #A51919;
}

.admin-form-checkbox .checkbox-container input:checked ~ .checkmark{
	background-color: #711371;
}

.checkmark:after{
	content: "";
	position: absolute;
	display: none;
}

.checkbox-container input:checked ~ .checkmark:after{
	display: block;
}

.checkbox-container .checkmark:after{
	left: 9px;
	top: 5px;
	width: 7px;
	height: 14px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*BAYS*/

.bayContainer{
	background-color: white;
	padding: 10px;
	border-radius: .25em;
	margin-bottom: 20px;
	font-family: "Nunito", sans-serif!important;
}

.btn-bay{
	margin-top: 10px;
}

/*PRINT ORDER*/

#printOrder{
	height: 297mm;
	width: 210mm;
	background-color: #fff;
}

#printWrapper{
	background-color: #fff!important;
	height: 297mm;
	width: 210mm;
	position: relative;
}

#printOrderHeader{
	padding: 40px;
}

#printOrderBanner{
	background-color: #E66B25;
	text-align: center;
	color: white;
	padding: 8px 0px;
}

#printOrderBanner h2{
	margin-bottom: 0px;
	font-size: 40px;
}

#printOrderContent{
	width: 40%;
	margin: auto;
	font-size: 20px;
	padding: 20px 0px;
}

#printOrderContent .row{
	margin-top: 10px;
}

#councilLogo{
	position: absolute;
	bottom: 94px;
	right: 30px;
}

.councilLogo{
	position: absolute;
	bottom: 30px;
	right: 30px;
}

#printFooter{
	height: 64px;
	width: 100%;
	background-color: #E66B25;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#btn-print{
	font-size: 25px;
	border-radius: 8px;
	color: white;
	background-color: #E66B25;
	border: 0px;
	padding: 10px 40px;
	margin-bottom: 20px;
}

.downloadCol{
	padding-right: 0px!important;
	padding-left: 0px!important;
}

#downloadText{
	background-color: #E66B25;
	color: white;
	text-transform: uppercase;
	text-size: 18px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	height: 50px;
	position: relative;
    top: 50%;
    transform: translateY(50%);
}

#qrWrap{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
	text-align: left;
}

#qrWrap img {
	
	border: 5px solid #E66B25;
	border-radius: 10px;
}

/*MEDIA QUERIES*/

@media only screen and (max-width: 767px){
	.pageContainer{
		position: absolute;
	}
	
	#wrapper{
		padding-left: 0px;
	}
	
	#wrapper.toggled{
		padding-left: 250px;
	}
	
	.dashboard-col-right{
		margin-bottom: 15px!important;
		padding-right: 15px!important;
	}

	.dashboard-col-left{
		padding-left: 15px!important;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1200px){
    .card-col-left, .card-col{
        font-size: 12px;
    }
    
    .card-col{
        padding: 0px 8px;
    }
}