@media print {
	.main_menu, .header_right, .breadcrumb, [data-link], a, #pdf_settings, .company_info, .no_print{
		display: none !important;
	}
}
.container{
    max-width: 100%;
}
[data-item_group_id]{
    background-color: #ddd;
}
.tooltip {
    white-space: pre-line;
}
input.input-tiny{
	width: 20px;
}
.breadcrumb{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.fetch-danger{
	color:red;
}
.fetch-warning{
	color:orange;
}
.tooltip{
	width: unset !important;
}
a.help {
    font-size: 0.8em;
    padding: 0.2em;
    display: inline-block;
    vertical-align: top;
    line-height: 1em;
	font-weight: bold;
}
.input-prepend > a.help, .input-append > a.help{
	font-size:10px;
    padding-left: 6px;
	padding-top: 2px;
    display: inline-block;
    vertical-align: top;
    line-height: 12px;
	font-weight: bold;
}
.alert-info{
	font-weight:bold;
	background-color: #cce5ff;
	color: #004085;
	border: 1px solid #b8daff !important;
}
#purchase_order_table > tbody > tr >  td.price{
	max-width:100px;
	min-width:100px;
	text-align:right;
}
#purchase_order_table > tbody > tr >  td.were_charging{
	max-width:100px;
	min-width:100px;
	text-align:right;
}
#purchase_order_table > tbody > tr >  td{
	text-align:left;
}
#purchase_order_table > tfoot > tr >  td{
	vertical-align: top;
	text-align: left;
}

#purchase_order_table > tfoot > tr >  td.price{
	text-align:right;
	max-width:100px;
	min-width:100px;
}
#purchase_order_table > tfoot > tr >  td.were_charging{
	max-width:100px;
	min-width:100px;
	text-align:right;
}
#purchase_order_table{
	//width: 100%;
	
	margin-left: auto;
	margin-right: auto;
}
.selected{
	border-left: 2px red solid;
}
.pot_item{
	width: 5%;
	text-align: left;
}
.pot_description{
	width: 45%;
}
.pot_quantity{
	width: 10%;
	text-align: left;
}
.pot_price{
	width: 5%;
	text-align: left;
}
.pot_account{
	//width: 15%;
	text-align: left;
}
.pot_tax{
	width: 10%;
	text-align: left;
}
.pot_cost{
	
	text-align: left;
}
table.dashboard_table > tbody > tr > td{
	padding-right: 2em;
}
table.dashboard_table > thead > tr > th{
	padding-left: 5px;
	padding-right: 5px;
}
.holder{
	width: fit-content;
}
.tb_ship_head{
	text-align: left;
	font-weight: bolder;
}
.date_padded{
	padding-left: 1em;
}
.tb_ship{
	width: 750px;
	margin-top: 1em;
}
.tb_ship_id{
	width: 10%;
	max-width: 10%;
}
.tb_ship_name{
	width: 30%;
}
.tb_ship_status{
	width: 10%;
	max-width: 10%;
}
.tb_collector{
    width:20%;
    max-width:20%;
}
.tb_amount{
    width:5%;
    max-width:5%;
}
.tb_license_plate{
    width:15%;
    max-width:15%;
}
.tb_ship_type{
	width: 15%;
	max-width: 15%;
}
.hire_status_4{
	color: red;
}
.hire_status_5{
	color: green;
}
.job_status_0{
	color: red;
}
.job_status_1{
	color: deeppink;
}
.job_status_2{
	color: purple;
}
.job_status_3{
	color: green;
}
.job_status_4{
	color: blue;
}

.job_status_5{
	color: black;
}

div.main_menu{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		font-family: arial;
		
		box-sizing: content-box;
		background-color: rgb(20,20,20);
	}
	.menu_caret{
			    margin-top: 8px;
    margin-left: 2px;
		    display: inline-block;
			width: 0;
			height: 0;
			vertical-align: top;
			border-top: 4px solid rgb(235,235,235);;
			border-right: 4px solid transparent;
			border-left: 4px solid transparent;
			content: "";
	}
	div.main_menu > div > a{
		width: 100%;
		display:block;
		height: 70px;
		vertical-align: bottom;
		box-sizing: border-box;
		position:relative;
		background-color: rgb(20,20,20);
		color: rgb(235,235,235);
		transition: 0.2s;
		border-top: 2px solid #ffa32a;
	}
	div.main_menu > div > a:hover{
		margin-top: -5px;
	}
	div.main_menu > div > .active{
		background: #ffa32a;
	}
	div.main_menu > div > .active:hover{
		margin-top: 0;
	}
	div.main_menu > div {
		position:relative;
		min-width: 100px;
		flex-grow: 1;
		text-align: center;
	}
	.bottom{
		position:absolute;
		bottom: 0px;
		width: 100%;
		padding-bottom: 0.5em;
		transition: opacity 0.2s;
	}
	.menu_icon{
		position:relative;
		height: calc( 70px - 3em);
		top:0.5em;
		
		background-size: contain;
		background-position:center;
		background-repeat:no-repeat;
	}
	#menu_dashboard{
		background-image: url("/assets/images/dashboard.png");
	}
	#menu_create{
		background-image: url("/assets/images/create.png");
	}
	#menu_reports{
		background-image: url("/assets/images/menu_reports.png");
	}
	#menu_diary{
		background-image: url("/assets/images/menu_diary.png");
	}
	#menu_items{
		background-image: url("/assets/images/items.png");
	}
	#menu_notification{
		background-image: url("/assets/images/notification.png");
	}
	#menu_admin{
		background-image: url("/assets/images/admin.png");
	}
	#menu_clients{
		background-image: url("/assets/images/client.png");
	}
	#menu_jobs{
		background-image: url("/assets/images/jobs.png");
	}
	#menu_repairs{
		background-image: url("/assets/images/repairs.png");
	}
	#menu_purchase_orders{
		background-image: url("/assets/images/po.png");
	}
	#menu_poo{
		background-image: url("/assets/images/poo.png");
	}
	#menu_account{
		background-image: url("/assets/images/menu_account.png");
	}
	header{
		background-color: rgb(20,20,20);
		display: block;
		position: relative;
		height: 89px;
		min-height: fit-content;
	}
	.logo img{
		height: 100%;
	}
	.logo{
		background-color: rgb(20,20,20);
		width: 50%;
		float: left;
		background-repeat:no-repeat;
		height: 89px;
		background-size:contain;
		padding:0.5em;
		box-sizing:border-box;
	}
	.header_right{
		width: 50%;
		float: right;
		display:flex;
		flex-direction:column;
		height: 100%;
		padding-right: 10px;
		box-sizing: border-box;
		background-color: rgb(20,20,20);
	}
	.login_info > div{
		bottom: 0px;
		position:absolute;
		width: 100%;
		text-align: right;
		box-sizing: border-box;
		color: rgb(235,235,235);
		
	}
	.login_info{
		position:relative;
		display:block;
		flex-grow:1;
		vertical-align: bottom;
		box-sizing: border-box;
		margin: 0.5em;
	}
	.office_info{
		display:block;
		text-align: right;
		flex-grow:1;
		box-sizing: border-box;
		margin: 0.5em;
		font-weight: bold;
		color: rgb(235,235,235);
		font-size: 1.5em;
		line-height: 1em;
	}


html {
    height: 100%;
}
form{
	margin: 0px;
}
.datepicker{
	z-index: 60;
	min-width: unset !important;
}


a.create::before{
	content: "+";
	margin-right: 10px;
}
a.create{
	text-align: left;
	background-color: white;
	color:black;
}
.dropdown-menu > .add{
	border: 0;
}
.datepicker-modal{
	z-index:1060;
}
.datepicker.dropdown-menu{
	z-index:1060;
}
.invoice-additionals{
	list-style: none;
	margin-left: 0;
}
.invoice-additionals > li{
	float:left;
	width:25%;
	margin-bottom: 1em;
	padding: 0.5em;
	box-sizing: border-box;
}
.invoice-button{
	width:100%;
	box-sizing: border-box;
	margin-bottom: 0 !important;
}
.dropdown-link{
	margin: 0 !important;
	border-radius: 0;
	text-align: left;
	background-color: white !important;
	color:black;
	border:0px;
	
}
.header{
	padding: 1.5em;
	background-color: #333;
	color: white;
}

.placehold{
	visibility: hidden;
	max-height: 0px;
}
.hidden{
	display:none;
}
body {
	background-color: #ddd;
	padding-bottom: 2em;
	color: #696969;
	font-family: "Lato", sans-serif;
	overflow-y: scroll;
	height:100%;
}
p {
	font-weight: normal;
    font-size: 1em;
}
a:hover {
	text-decoration: none;
}

a.nopad {
	padding: 0px !important;
	margin: 0px !important;
}

.bold{
	font-weight: bold !important;
}

.valign_bottom{
	vertical-align: bottom !important;
}

.well {
	border: 0 none;
	box-shadow: none;
}

.createError :last-child {
	margin-bottom: 0;
}

.messages .createError {
	padding-top: 1em;
	padding-bottom: 1em;
	border-width: 0 0 0.1em;
	border-radius: 0;
}

.form-saving .control-group {
	opacity: 0.8;
}

.form-saving textarea,
.form-saving select,
.form-saving input,
.form-saving button {
	pointer-events: none;
}

.dashboard-item{
	width: 18%;
	float: left;
	margin: 0px;
	margin-right: 1%;
	margin-left: 1%;
	height: 320px;
	background-color: #fff;
	border: 0px;
	padding: 0px;
	display: block;
}

.dashboardinner {
	padding: 40px;
}

.dashboard-item a{
	padding: 12px;
	text-align: left;
	font-size: 16px;
}

.dashboard-item i{
	margin-right: 12px;
}

.input-append .datepicker{
	margin-top: 0px;
}

.text_align_right{
	text-align: right !important;
}

#items_list_items{
	max-height: 90vh;
	overflow-y: auto;
	background-color: #ddd;
}

#items_list .item{
	cursor: pointer;
}
#items_list .item:hover{
	background-color: #348cff;
}

.item_name{
	font-weight: bold;
}

.pre-wrap {
	white-space: pre-wrap
}

.toggle_editable_read{
	margin-top: 0.5em;
}

[contenteditable=true]{
	border: 2px solid #74B9EF;
	border-radius: 3px;
	padding: 2px;
	min-height: 1em;
}

[contenteditable=true]:hover{
	border: 2px solid yellow;
}

[contenteditable=true]:focus{
	border: 2px solid transparent;
}

#invoice_items_fieldset [contenteditable=true]{
	border: 1px solid #d2e5f4;
	border-radius: 3px;
	padding: 0.1em;
	min-height: 1em;
	background-color: white;
	margin: 1px;
}

.strong{
	font-weight: bold;
}

.pointer{
	cursor: pointer;
}

.invoice_container{
	min-height: 1.5em;
	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.modal-body {
	max-height: 80%;
}

.modal-header + .modal-body {
	max-height: 50vh;
}

.modal-body form:last-child {
	margin-bottom: 0;
}

.modal .form_elements_container .control-group{
	padding-right: 1em;
}

.small_text{
	font-size: .85em;
}

.report .small_text{
	font-size: .90em;
}

select.small_text{
	height: 2em;
}

.item .item_model_name{
	margin-bottom: 0;
	;line-height: normal;
}

.item .item_cateogry_name{
	font-size: .8em;
}

.background-gray{
	background-color: #f5f5f5;
}

sup, .sup {
  position: relative;
  bottom: 1ex;
  font-size: 80%;
}

.report .invoice_number .popover{
	width: auto;
}

.report .invoice_number .popover .popover-title{
	display: none;
}

.report .report_small{
	font-size: 0.95em;
}

#report_filter_form legend.filter_legend{
	position: relative;
	top: 2em;
}

#filter_item_display, #filter_item_container{
	margin-left: 1.5em;
}


#send_invoice_form .control-group{
	margin-bottom: 0px;
}

#send_invoice_form .control-label{
	text-align: left;
	width: 5em;
}

#send_invoice_form .controls{
	margin-left: 5em;
}

#send_invoice_form .toggle_editable_write{
	height: 2.5em;
}

#change_item_name_popover_i{
	cursor: pointer;
	margin-left: 1em;
}

.popover_close_circle{
	position: relative;
	top: -2em;
	cursor: pointer;
}

.categories_ul{
	list-style: none;
	font-weight: bold;
}

.sub_categories_ul{
	font-weight: normal;
}

.save_cancel_sub_category_links{
	position: relative;
	top: -0.5em;
	margin-left: 1em;
}

th a.tooltip_trigger{
 	color: #002;
 	font-size: 1.1em;
}

.table_with_filters thead td{
	vertical-align: bottom;
}

.tr_filters{
	background-color: #eee;
	border-bottom: 0px solid #555;
}

.big_add_button_top{
	margin-bottom: 1em;
}

input.input_small_text{
	font-size: 1rem;
}
.table th, .table td{
	line-height: 2rem;
	font-size: rem;
}
.input-add-on-small .add-on{
	font-size: 0.8rem;
	min-width: 2em;
	line-height: rem;
}

.input-add-on-small input{
	
	#height: 2em;
}

th.align_right, td.align_right{
	text-align: right;
}

.close {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.15em;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.4;
	filter: alpha(opacity=40);
	text-decoration: none;
}
.close:hover {
	color: #000000;
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
}

.navbar .nav>li>.dropdown-menu:after{
	border-bottom: 6px solid #cc7300;
}
.dropdown-menu{
	#min-width:100%;
}
a, .btn-link{
	color: #ffa32a;
}
.label-info, .badge-info{
	background-color: #cc7300;
}
ul.nav li {
	text-align: center;
	font-size: 1em;
	font-family: arial,helvetica,sans-serif;
	background-color: #ffa32a;
	border-right:1px solid #cc7300;
	border-left:1px solid #cc7300;
	border-bottom: 1px solid #cc7300;
	border-top: 1px solid #cc7300;
	
}

ul.nav li.active, ul.nav li:hover {
	//background-color: #1377c2;
	background-color: #ffa32a;
	//box-shadow:  inset 0px 0px 30px #00355d;
	box-shadow:  inset 0px 0px 2em #cc7300;
}

ul.nav li a.main_menu{
	color:#fff !important;
	text-shadow: 2px 2px 2px #cc7300;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a{
	color: #fff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top,#ffa32a,#cc7300);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffa32a),to(#cc7300));
    background-image: -webkit-linear-gradient(top,#ffa32a,#cc7300);
    background-image: -o-linear-gradient(top,#ffa32a,#cc7300);
    background-image: linear-gradient(to bottom,#ffa32a,#cc7300);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffa32a',endColorstr='#ffcc7300',GradientType=0);
}

ul.nav li i {
	display: block;
	clear: both;
	width: 100%;
	height: 2.5em;
	margin: auto;
	min-width: 4em;
}

.navbar .nav li.dropdown > .dropdown-toggle b.caret,
.navbar .nav li.dropdown.open > .dropdown-toggle b.caret,
.navbar .nav li.dropdown.active > .dropdown-toggle b.caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle b.caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}


.breadcrumb {
	margin-bottom: .8em;
	border: 0 none;
	background: #fff;
	font-size: .9em;
	line-height: 1;
}

.breadcrumb .icon-chevron-right {
	background-position: -456px -74px;
}
.navbar .nav>li>a {
    //padding: .8em 1em 0.8em 3em;
}

.mdlist-alt {
	//background-image: url('../images/icon-report.png');
	background-position: 5px center;
	background-repeat: no-repeat;
}

.mdsignin {
	//background-image: url('../images/icon-sign-in.png');
	background-position: 5px center;
	background-repeat: no-repeat;
}
.mdrepair {
	//background-image: url('../images/icon-repair.png');
	background-position: 5px center;
	background-repeat: no-repeat;
}
.mdsignout {
	//background-image: url('../images/icon-sign-out.png');
	background-position: 5px center;
	background-repeat: no-repeat;
}

.mdth-list {
	//background-image: url('../images/icon-invoice.png');
	background-position: 5px center;
	background-repeat: no-repeat;
}

.mduser {
	//background-image: url('../images/icon-clients.png');
	background-position: 5px center;
	background-repeat: no-repeat;
}

i.icon-mdcamera {
	//background-image: url('../images/icon-kit.png');
	background-position: center center;
}

.mddiary {
	//background-image: url('../images/icon-diary.png');
	background-position: 5px center;
	background-repeat: no-repeat;
}

.mdadmin {
	//background-image: url('../images/icon-admin.png');
	background-position: 5px center;
	background-repeat: no-repeat;
}

i.icon-mdaccount {
	//background-image: url('../images/icon-account.png');
	background-position: center center;
}

i.icon-mdlogout {
	//background-image: url('../images/icon-logout.png');
	background-position: center center;
}

.error{
	display:none;
	position: fixed;
	top:50%;
	left:50%;
	width: 50%;
	margin-left: -25%;
	
	border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	max-height:100%;
}
.error > .header{
	display:block;
	background-color:orange;
	color:black;
	line-height: 1.5em;
	font-size: 1em;
	border-style: solid;
	border-width: 2px;
	border-top: HSL(0,0%, 50%);
	border-left: HSL(0,0%, 50%);
	border-right: HSL(0,0%, 50%);
	border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	border-bottom: 0px;
	padding: 1em;
	font-weight: bold;
	letter-spacing: 1px;
}
.error > .content{
	display: block;
	line-height: 1.5em;
	font-size:1em;
	background-color: white;
	color:black;
	padding: 1em;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
	max-height: -webkit-fill-available;
	overflow-y: scroll;
}
.error > .content > a{
	width: 100%;
	display: block;
	cursor:pointer;
	text-align: center;
}
.success{
	color: lightgreen;
}
/* Diary page */

form#diary_form {
	display: block;
	margin-bottom: 10px;
	padding: 10px 10px 0;
	border-radius: 4px;
	background-color: #fff;
}

.datepicker_ymd {
	width: 6em;
}

.form-inline .control-group {
	display: inline-block;
	margin-bottom: 10px;
}

.diary-data th {
	width: 10em;
}

.diary-item, .diary-header {
	font-family: 'Oswald', sans-serif;
	cursor: default;
}

.diary-header {
	margin-top: 30px;
}

.diary-header > a,
.date-range > b,
.diary-item > b {
	display: inline-block;
	width: 20px;
	margin: 0 1px;
}

.diary-header > a {
	height: 20px;
	padding: 11px 0 10px;
	text-align: center;
	vertical-align: top;
}

.date-range > b {
	position: relative;
	border: 1px solid #ccc;
	text-align: center;
	font-weight: normal;
}

.diary-header .day {
	display: block;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	font-weight: bold;
	text-transform: capitalize;
}

.diary-header .month {
	position: absolute;
	top: -30px;
	left: 0;
	padding: 2px 7px;
	display: block;
	background-color: #fff;
	border: 1px solid #ccc;
	text-transform: uppercase;
	white-space: nowrap;
}

.diary-item:hover{
	background-color: #ccc;
	
}

.diary-body > .notBookable{
	background-color: #aaa;
}
.transfer-active {
	background-color: #fcf8e3;
}

.transfer-active .diary-item {
	cursor: pointer;
}

.transfer-active > .diary-item:hover {
	background-color: #fee1ab;
}

.diary-item > .name, .diary-header > .name {
	display: inline-block;
	min-width: 300px;
	vertical-align: top;
}

.is_cross_hire > .name {
	color: #c100b4;
}

.diary-item > b {
	position: relative;
	height: 20px;
	border: 1px solid #ddd;
	background-color: rgba(255, 255, 255, .65);
	font-weight: normal;
	vertical-align: top;
	overflow: hidden;
}

.diary-item > b:hover {
	overflow: visible;
}

.diary-item > .ph {
	visibility: hidden;
}

.diary-item > .active {
	cursor: pointer;
}
i.start-CARNET, i.end-CARNET{
	background-color:purple;
	
}
.status-CONFIRMED {
	opacity: 1;
}

.status-PENCILLED {
	opacity: 0.8;
}

.status-INVOICED {
	opacity: 0.5;
}

.diary-item > b > .client {
	position: absolute;
	top: -1px;
	left: -1px;
	height: 20px;
	padding: 1px 2px;
	font-size: 10px;
	font-style: normal;
	white-space: nowrap;
	color:black;
}

.diary-item > b:hover > .client {
	background-color: #fff;
	z-index: 2;
}

.diary-item > b > .start,
.diary-item > b > .end {
	position: absolute;
	bottom: 0;
	width: 10px;
	height: 20px;
}

.start {
	right: 0;
	background: rgba(0, 255, 0, 0.5);
}

.end {
	left: 0;
	background: rgba(255, 0, 0, 0.5);
}

/* dashboard */

.dashboardholder {
	display: block;
	width: 100%;
	background-image: url('../images/dashboardholder.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 500px;
	overflow: hidden;
}

h2 {
	font-family: 'Oswald', sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -1px;
}

h3, legend {
	font-family: 'Oswald', sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
}

legend {
	border-bottom: 0px;
	margin-bottom: 15px;
}

tr.odd td {
	background-color: #eee;
}

tr.even td {
	background-color: #ddd;
}

.accordion-inner {
	background-color: #888;
}

.nav-tabs a {
	border: 0px !important;
	color:white;
}

.logo {
	display: block;
	position: relative;
}

.logo img{
	max-width: 100%;
}


.logo-location {
	position: absolute;
	top: 45px;
	right: 45px;
	color: red;
	font-size: 20px;
	text-shadow: none;
}

.logo-location-birmingham {
	color: rgb(231, 255, 231);
}

.logo-location-manchester {
	color: rgb(253, 190, 241);
}

.auth-form {
	width: 290px;
	margin: 40px auto;
	padding: 20px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.auth-form .logo {
	margin-bottom: 20px;
}

.auth-form .logo-location {
	color: #000;
	top: 75px;
	right: 65px;
}

.auth-form label {
	font-weight: bold;
}

#transferBooking {
	display: none;
}

.advancedMode #transferBooking {
	display: inline !important;
}

.fixed {
	position: fixed;
    top: 0;
    z-index: 9000;
}

.fixed .date-range {
	background-color: white;
}

.disableClicks {
	position: absolute;
    height: 100%;
    opacity: 0.8;
	font-weight:bold;
	padding-top: 30px;
	text-align:center;
    width: 220px;
    background-color: black;
}
div.form-header {
	padding: 30px;
    background: #ffffff;
    margin-left: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
div.form-header div.col-6 {
	width: 48%;
	margin-right: 15px;
	float: left;
}
div.form-header div.col-6 img {
	width: 50%;
}
div.form-header div.col-6 a.btn {
	background: #ff994c;
    background: -moz-linear-gradient(-45deg, #ff994c 0%, #ff7d13 100%);
    background: -webkit-linear-gradient(-45deg, #ff994c 0%,#ff7d13 100%);
    background: linear-gradient(135deg, #ff994c 0%,#ff7d13 100%);
    border: 1px solid #ff994c;
    color: #ffffff;
    text-shadow: none;
    box-shadow: none;
    float: right;
    margin-top: 15px;
}
div.form-header div.col-6 a.btn:hover {
	background: #ff994c;
    background: -moz-linear-gradient(-45deg, #ff994c 0%, #ff7d13 100%);
    background: -webkit-linear-gradient(-45deg, #ff994c 0%,#ff7d13 100%);
    background: linear-gradient(135deg, #ff994c 0%,#ff7d13 100%);
    background: -moz-linear-gradient(-45deg, #ff7d13 0%, #ff994c 100%);
    background: -webkit-linear-gradient(-45deg, #ff7d13 0%,#ff994c 100%);
    background: linear-gradient(135deg, #ff7d13 0%,#ff994c 100%);
}
div#client-app-form {
	line-height: 22px;
}
div#client-app-form div.form-section {
	background: #ffffff;
	padding: 30px;
	margin: 30px 0;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
div#client-app-form h1, h2, h3, h4 {
    font-family: "Lato", sans-serif;
    text-transform: Capitalize;
    font-weight: 700;
    color: #303030;
    cursor: pointer;
}
div#client-app-form h4:hover {
	cursor: pointer;
}
div#client-app-form h1 a, h2 a, h3 a, h4 a {
    color: #303030;
}
div#client-app-form h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
    color: #303030;
    cursor: pointer;
    text-decoration: none;
}
div#client-app-form h4.panel-title a {
    font-size: 26px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    background: url('/assets/images/form-arrows.png') no-repeat;
    background-position: right center;
    background-size: 18px;
}
div#client-app-form span.step-number {
	color: #ff7d13;
}
div#client-app-form ul {
	font-weight: normal;
	font-size: 16px;
}
div#client-app-form ul li {
	line-height: 22px;
}
div#client-app-form textarea, 
div#client-app-form input[type="text"],
div#client-app-form input[type="password"], 
div#client-app-form input[type="datetime"], 
div#client-app-form input[type="datetime-local"], 
div#client-app-form input[type="date"], 
div#client-app-form input[type="month"], 
div#client-app-form input[type="time"], 
div#client-app-form input[type="week"], 
div#client-app-form input[type="number"], 
div#client-app-form input[type="email"], 
div#client-app-form input[type="url"], 
div#client-app-form input[type="search"], 
div#client-app-form input[type="tel"], 
div#client-app-form input[type="color"], 
.uneditable-input {
	width: 98%;
	height: 30px;
	box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.2);
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	margin-bottom: 30px;
}
div#client-app-form select {
	width: 99.5%;
	height: 40px;
	box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.2);
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	margin-bottom: 30px;
}
div#client-app-form select:focus {
	border-color: rgba(255,125,19,1);
    outline: 0;
    outline: thin dotted \9;
    box-shadow: 0px 0px 8px 0px rgba(255,125,19,0.5);
}
div#client-app-form div.form-sec h3 {
    margin: 15px 0 5px;
}
div#client-form-app textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: rgba(255,125,19,1);
    outline: 0;
    outline: thin dotted \9;
    box-shadow: 0px 0px 8px 0px rgba(255,125,19,0.5);
}
div#client-app-form div#choose-location input[type="radio"] {
	margin: 0px 10px 0px 1px;
	position: relative;
	top: -2px;
}
div#client-app-form select#hear {
	margin-bottom: 5px;
}
div#client-app-form button.btn {
    background: #ff994c;
    background: -moz-linear-gradient(-45deg, #ff994c 0%, #ff7d13 100%);
    background: -webkit-linear-gradient(-45deg, #ff994c 0%,#ff7d13 100%);
    background: linear-gradient(135deg, #ff994c 0%,#ff7d13 100%);
    border: 1px solid #ff994c;
    color: #ffffff;
    text-shadow: none;
    box-shadow: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
}
div#client-app-form button.btn:hover {
	background: #ff994c;
    background: -moz-linear-gradient(-45deg, #ff994c 0%, #ff7d13 100%);
    background: -webkit-linear-gradient(-45deg, #ff994c 0%,#ff7d13 100%);
    background: linear-gradient(135deg, #ff994c 0%,#ff7d13 100%);
    background: -moz-linear-gradient(-45deg, #ff7d13 0%, #ff994c 100%);
    background: -webkit-linear-gradient(-45deg, #ff7d13 0%,#ff994c 100%);
    background: linear-gradient(135deg, #ff7d13 0%,#ff994c 100%);
}
div#client-app-form label {
	text-transform: capitalize;
}
div.form-header p {
	line-height: 22px;
}
input[type="file"] {
	line-height: 15px;
	border: 1px solid #dddddd;
	padding: 10px;
	height: auto;
	margin-bottom: 10px;
	margin-top: 5px;
	color: #ff7d13;
}
label[for="photo_id"] {
	margin-bottom: 10px;
}
label[for="accept_tandc"] {
	text-transform: none !important;
}

.navbar a.brand {
	padding: 0px;
}


.crosshire_allowed{
	color: red;
	border:1px solid black;
	padding: 5px;
	border-radius: 3px;
}
.crosshire_allowed:hover{
	border:1px solid orange;
}
.location{
	display: flex;
}
.location_info{
	border-top-left-radius: 0.2em;
	border-top-right-radius: 0.2em;
	width: 3em;
	margin: 0.1em;
	padding:0ch;
	display:inline-block;
	text-align: center;
	border:0.1em solid black;
}
.location_info:hover{
	border:0.1em solid orange;
	color: orange;
}

/*bootstrap overrides */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled]{
	background-color: #cc7300;
}
.btn-primary{
	background-color: #ffa32a;
	background-image: linear-gradient(to bottom,#ffa32a,#cc7300);
	//margin-bottom: 10px;	
}
.navbar {
	margin: 10px 0;
}

.navbar .brand{
	float: none;
	margin-left: 0px;
}
.navbar-inner {
	border: 0 none;
	//background: #1377c2;
	//background: #ffa32a;
	background: #ffffff;
	padding-right: 0px;
	padding-left: 0px;
}
.subitem{
	margin-left: 10px;
}

.parent{
	font-weight: bold;
}
.dropdown-menu-left{
	right:0;
	left: unset;
}
.component_holder{
	display:block;
	max-height:100px;
	overflow-y:scroll;
}

tbody.invoice_0 > tr > td > div > .btn{
	display:none;
}

.span1, .span2, .span3,.span4,.span5,.span6,.span7,.span8,.span9{
	display:inline-block;
}

.repairs-grid{
	display:grid;
	grid-template-areas:
		'warning	warning				warning'
		'item		repairInformation 	repairCentre'
		'linked		repairInformation 	repairCentre'
		'client		attachments			blank';
	grid-gap: 10px;
	margin-bottom: 20px;
}
div.repair_client{
	grid-area: client;
}
div.repair_warning{
	grid-area: warning;
	text-align:center;
	border: 3px solid red;
}
div.repair_item{
	grid-area: item;
}
div.repair_invoice{
	grid-area: linked;
}
div.repair_centre_information{
	grid-area: repairCentre;
}
div.repair_information{
	grid-area: repairInformation;
}
div.repair_attachments{
	grid-area: attachments;
}
.repairs-grid > div{
	background-color: #f5f5f5;
	padding: 20px;
	border-radius: 3px;
}
.repairs-grid > div > table{
	border-collapse: separate; 
	border-spacing: 5px;
}
.repairs-grid > div > table > tbody > tr >td{
	/*border: 1px solid black;
	border-radius: 3px;
	padding: 5px;*/
}
.reports-holder{
	margin:0 auto;
	width: 100%;
	background-color: #f5f5f5;
	border-radius: 4px;
}

.reports_today{
	grid-area: today;
}
.reports_tomorrow{
	grid-area: tomorrow;
}
div.reports_title{
	grid-area: title;
}
div.reports_returns_today{
	grid-area: rrt;
	margin: auto;
}
div.reports_set_today{
	grid-area: rsett;
	margin: auto;
}
div.reports_collections_today{
	grid-area: rct;
	margin: auto;
}
div.reports_ship_today{
	grid-area: rst;
	margin: auto;
}
div.reports_ship_in_today{
	grid-area: rsit;
	margin: auto;
}
div.reports_title_today{
	grid-area: rtt;
}
div.reports_returns_tomorrow{
	grid-area: rrto;
	margin: auto;
}
div.reports_set_tomorrow{
	grid-area: rsetto;
	margin: auto;
}
div.reports_collections_tomorrow{
	grid-area: rcto;
	margin: auto;
}
div.reports_ship_tomorrow{
	grid-area: rsto;
	margin: auto;
}
div.reports_ship_in_tomorrow{
	grid-area: rsito;
	margin: auto;
}
div.reports_title_tomorrow{
	grid-area: rtto;
}
div.reports_week{
	grid-area: week;
}
div.reports_quotes{
	grid-area: quotes;
	margin: auto;
}
div.reports_pencilled{
	grid-area: pencilled;
	margin: auto;
}
div.reports_missing{
	grid-area: missing;
	margin: auto;
}
div.reports_repairs{
	grid-area: repairs;
	margin: auto;
}
.reports-grid > div{
	background-color: #f5f5f5;
	padding: 20px;
	border-radius: 3px;
}
h3{
	line-height: 25px;
	margin-top: 15px;
}
div.data_tile_collection{
	display: flex;
	flex-wrap: wrap;
}
.reports_required_in{
	width: 100%;
	display:inline-block;
}
.data_tile{
	height: 10em;
	max-width: 10em;
	min-width: 10em;
	border: 3px solid black;
	text-align: center;
	margin: 1em;
	overflow: hidden;
	top: 0px;
	padding: 0px !important;
	
}
.data_tile_holder{
	top: 0em;
	transition: top 0.5s;
	-webkit-transition: top 0.5s;
	position: relative;
	width:100%;
	height:100%;
}
.data_tile_holder:hover{
	top: -100%;
}
.data_tile_title{
	font-weight: bold;
	font-size: 2em;
	height: 50%;
	line-height:100%;
	width:100%;
	position: relative;
	top:0em;
}
.data_tile_title span{
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
.data_tile_content{
	font-size: 2em;
	position:relative;
	height:50%;
	display:block;
}
.data_tile_content span{
	display: inline-block;
	vertical-align: middle;
}
.data_tile_list{
	display:inline-block;
	vertical-align: middle;
	position: relative;
	height: 100%;
	width:100%;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: hsl(0,0%,95%);;
	color: hsl(0,0%,40%);

}
.data_tile_list > a{
		padding-bottom: 0.5em;
		display:block;
}
.border_zero{
	border-color: hsl(0,0%,85%);
	background-color:  hsl(0,0%,85%);
	border-style:solid;
	color:hsl(0,0%,95%);
}
.border_five_and_less{
	border-color:  hsl(0,0%,65%);
	background-color:  hsl(0,0%,65%);
	border-style:solid;
	color:hsl(0,0%,95%);
}
.border_over_five{
	border-color:  hsl(0,0%,45%);
	background-color:  hsl(0,0%,45%);
	border-style:solid;
	color:hsl(0,0%,95%);
}
.prepping_item{
		border-width:3px;
		border-radius: 3px;
		padding: 2px;
		height: 2em;
		vertical-align:middle;
}
.account_status_warning{
	width: 100%;
	text-align: center;
	border-bottom:0.2em solid red;
	font-weight: bold;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	box-sizing: border-box;
	padding: 1em;
	background-color:#f9f9f9;
}
.complete{
	opacity: 0.2;
}
.row-end{
	margin-bottom:2em;
}
@media only screen and (min-width: 1200px) {

	#items_list{
		margin-left: 40px;
	}
	.mobileOnly{
		display:none;
	}
}
@media only screen and (max-width:1199px) and (min-width: 1000px) {
	.header_right{
		float: unset;
		width: 100%;
		height: auto;
	}
	.logo{
		width:100%;
		height: 4em;
	}
	div.main_menu{
		flex-direction: column;
	}
	[class^="span"]{
		display:block;
		float: unset;
		width: 100%;
		max-width:100%;
		overflow:hidden;
		box-sizing:border-box;
		margin: 20px;
	}
	#items_list_items{
		position:relative;
	}
	.row{
		width:100%;
	}
	body{
		font-size: 2em;
		line-height:1em;
	}
	.navbar .nav{
		padding:0;
		margin:0;
	}
	.navbar .nav>li{
		width:100%;
		box-sizing: border-box;
	}
	.pull-right{
		margin-top: 1em !important;
		width:100%;
	}
	.navigation{
		max-height:0px;
		overflow:hidden;
	}
	.mobileOnly{
		display:block;
	}
	#expandMenu{
		display:block;
		width: 100%;
		padding:0.5em;
		border:1px solid black;
		text-align: center;
		box-sizing: border-box;
	}
	h2{
		font-size: 2em;
		line-height: 1em;
	}
	h3{ 
		font-size: 1.5em;
		line-height: 1em;
	}
	h6{
		font-size:1em;
		line-height:1em;
	}
	label{
		line-height:1em;
	}
	.disableClicks {
		position: absolute;
		height: 100%;
		width: 100%;
		opacity: 0.8;
		font-weight:bold;
		padding-top: 30px;
		text-align:center;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		background-color: black;
	}
	.dropdown-menu{
		min-width: 100%;
	}
}
@media only screen and (max-width: 999px) {
	.header_right{
		float: unset;
		width: 100%;
		height: auto;
	}
	.logo{
		width:100%;
		height: 4em;
	}
	div.main_menu{
		flex-direction: column;
	}
	[class^="span"]{
		display:block;
		float: unset;
		width: 100%;
		box-sizing:border-box;
		max-width:100%;
		overflow:hidden;
		margin: 20px;
	}
	#items_list_items{
		position:relative;
		max-height: 50vh;
	}
	.row{
		width:100%;
	}
	body{
		font-size: 2em;
		line-height:1em;
	}
	
	.navigation{
		max-height:0px;
		overflow:hidden;
	}
	.prep_item_holder{
		font-size:2em;
		line-height:1.1em;
	}
	[type=checkbox]{
		margin-right:1em!important;
		height: 2em;
		width: 2em !important;
	}
	.prepping_item, label{
		font-size:2rem;
	}
	.subitem{
		font-size: 1em;
		line-height: 1em;
	}
	
	.navbar .nav{
		padding:0;
		margin:0;
	}
	.navbar .nav>li{
		width:100%;
		box-sizing: border-box;
	}
	.pull-right{
		margin-top: 1em !important;
		width:100%;
	}
	.mobileOnly{
		display:block;
		border:0px;
		box-sizing: border-box;
	}
	h2{
		font-size: 2em;
		line-height: 1em;
	}
	h3{ 
		font-size: 1.5em;
		line-height: 1em;
	}
	h6{
		font-size:1em;
		line-height:1em;
	}
	
	#expandMenu{
		display:block;
		width: 100%;
		padding:0.5em;
		border:1px solid black;
		text-align: center;
		box-sizing: border-box;
	}
	
	label{
		line-height:1em;
	}
	.disableClicks {
		position: absolute;
		height: 100%;
		width: 100%;
		opacity: 0.8;
		font-weight:bold;
		padding-top: 30px;
		text-align:center;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		background-color: black;
	}
	.navbar .nav>li>a {
		padding: .8em 0em 0.8em 0em;
	}
	.dropdown-menu{
		min-width: 100%;
	}
	.dropdown-menu > li > a{
		padding: .8em 0em 0.8em 0em;
	}
}
@keyframes fadeUp{
		from {top: initial;}
		to {top:-5em;}
	}