body{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	background:#e9e9e9;
	font-weight:300;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Open Sans",sans-serif;
}
h2{
	font-size:24px;
	color:#444;
	margin-bottom:15px;
	font-weight:300;
}


#page_container{
	
	margin:0 auto;
	padding-bottom:40px;
}
.container{
	
	background:#fff;
}
.container.main_body{
	margin-top:15px;
	padding-bottom:30px;
}
.container.footer{
	margin-top:15px;
}
.container.footer .row{
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
	text-align:center;
}
.header{
	background:url(../img/header_people.png) bottom right no-repeat #fff;
	height:165px;
}
@media screen and (max-width:992px){
	.header{
		background:#fff;
	}
}	
.strapline{
	background:#0097d8;
	color:#fff;
	font-size:16px;
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
}
.header .main_menu{
	
}
.navbar{
	margin-bottom:0;
	box-shadow:none;
	border-radius:0;
	border:0;
	background:#fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    background:#ddd;
    box-shadow: none;
}
/* Toggle Styles */


/* tables */
table.tablesorter {
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #444;
	
	padding: 4px;
	color:#fff;
}
table.tablesorter thead tr .header {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3d3d3d;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}

table.tablesorter tbody tr:hover td {
	background-color:#d7e7e7;
}

table.tablesorter tbody tr.odd td {
	background-color:#f6f6f6;
}
table.tablesorter tbody tr.odd td.editable {
	background-color:#d7e3ee;
}
table.tablesorter tbody tr.even td.editable {
	background-color:#deeaf5;
}
table.tablesorter tbody td.editable {
	border-top:1px solid #fff;
	border-right:1px solid #eee;
}

table.tablesorter tbody tr.odd:hover td {
	background-color:#d7e7e7;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}
.tablesorter, .tablesorter .tablesorter-filter {
    width: auto;
}
.even.rowHover,
.odd.rowHover {
    background: #FF0000!important;
}
.tablesorter thead .disabled {display: none}
table tr.cursor-pointer{
	cursor:pointer;
}



.tablesorter {
    width: auto;
}
.tablesorter .tablesorter-filter {
    width: 100%;
}
.dashboard.pane{
	background:none;
	border:0px;
}
.dashboard .dash_panel {
	text-align:center;
	font-size:24px;
	text-transform:uppercase;
	background:#fff;
	border-top:5px solid #e1e1e1;
	padding:0;
	
}
.dashboard .dash_panel h3{
	border-bottom:1px solid #ccc;
	margin:0px;
	padding:10px 15px;
	text-align:left;
	font-size:14px;
	color:#777;
	text-transform:capitalize;
}

.top-header{
	height:40px;
	background:#fff;
	
}

.pane{
	/*background:#fff;*/
	/*border-top:5px solid #e1e1e1;*/
	/*margin:20px 10px 0 10px;
	padding:25px 25px;*/
}
.pane > h3{
	margin:0 0 15px 0;
	padding:0;
	font-size:20px;
}
.pane.title{
	padding:15px;
}

.select_positioning_fix{
	float:left;
	min-width:400px;
	padding-left:175px;
	clear:right;
}
.order_account_credit_details{
	font-size:12px;
	margin-left:175px;
}
.item_cost_price{
	font-size:12px;
}
input.charges_price{
	width:80px;
}
table.variation_table td, th{
	padding:2px 5px;
}
input.currency{
	max-width:100px;
}
.hidden_parent_hover{
	display:none;
}
.dropzone{
	min-height:0;
}
.invoice_item_notes{
	height:80px;
}
.monospace{
	font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}
.alert-box{
	clear:both;
}
.alert-box h3{
	font-size:16px;
	padding:5px 10px;
	color:#fff;
}
.alert-box.success{
	background:green;
}
.alert-box.info{
	background:yellow;
}
.alert-box.info h3{
	color:#888;
}
a.add_button{
	display:inline-block;
	padding:3px 5px;
	background:#5AA9AD;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
}
a.add_button:hover{
	text-decoration:none;
	background:#6ac6cb;
}
table.edit_item_table{
	table-layout:fixed!important;
}
table.edit_charges td{
	padding:2px 5px;
}
table.tablesorter{
	font-size:13px;
}
table.tablesorter .btn{
	font-size:11px;
}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.gutter-container{
	padding:0 15px;
}

.table.compact > thead > tr > th, 
.table.compact > tbody > tr > th, 
.table.compact > tfoot > tr > th, 
.table.compact > thead > tr > td, 
.table.compact > tbody > tr > td, 
.table.compact > tfoot > tr > td
{
  padding-top: 6px;
  padding-right: 4px;
  padding-bottom: 6px;
  padding-left: 4px;
  line-height: 1;
  vertical-align: top;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dddddd;
  font-size:13px;
}

.strikethrough{
	text-decoration:line-through;
}

.orders_table tr.cancelled td{
	color:#aaa;
}

div.tablesorterPager {
	padding: 10px 0 10px 0;
	background-color: #D6D2C2;
	text-align: center;
}
div.tablesorterPager span {
	padding: 0 5px 0 5px;
}
div.tablesorterPager input.prev {
	width: auto;
	margin-right: 10px;
}
div.tablesorterPager input.next {
	width: auto;
	margin-left: 10px;
}
div.tablesorterPager input {
	font-size: 8px;
	width: 50px;
	border: 1px solid #330000;
	text-align: center;
}

tr.border_top{
	border-top:2px solid #ccc;
}
tr.saving td{
	background:#666!important;
	color:#aaa!important;
}
input.driver_order{
	width:30px;
	float:right;
}
input.driver_select{
	width:150px;
	float:left;
}

.reporting_hoz_bar{
	background:#009ffb;
	height:20px;
	display:block
}
.reporting_hoz_bar_inner{
	font-size:12px;
	color:#fff;
	padding:1px 0 0 5px;
}
.rep_inv_accounts_select{
	max-width:200px
}

.sticky_interaction{
	position:absolute;
	top:-5px;
	right:30px;
	background:#fff;
	
}
.sticky_interaction.active.fixed {  
	position: fixed;   
	top: 20px;  
	right:80px;
	
	z-index:999;
}
.sticky_interaction a{
	color:#888;
	text-decoration:none;
	background:#eee;
	border-radius:3px;
	padding:7px 10px;
	font-weight:bold;
}
.sticky_interaction.active a{
	background:#5bb723;
	border-bottom:2px solid #386e17;
}
.sticky_interaction.active a{
	color:#fff;
	font-weight:bold;
}
.sticky_interaction .sticky_running_total{
	padding:4px 5px;
	font-size:18px;
	color:#555;
	font-weight:bold;
	margin-right:10px;
	line-height:14px;
	
}

.acc_title_links{
	margin-left:20px;
}
.acc_title_links a.active{
	text-decoration:underline;
}
.select_positioning_fix{
	position:relative;
}
.select_positioning_fix label{
	position:absolute;
	left:0px;
	top:10px
}

.val_error{
	border: 2px solid #ff0000;
	background: #ffeeee;
}
input:disabled{
	opacity:0.5;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAKrVq36zwjjgzhhYWGMYAEYB8RmROaABADeOQ8CXl/xfgAAAABJRU5ErkJggg==) repeat;
}
ul.form{
	list-style:none;
	padding:0;
	margin:0;
	/*background:#f0f0f0;*/
	padding:10px;
}	
ul.form label{
	width:170px;
	font-weight:400;
}	

ul.form h4{
	font-size:18px;
	margin-top:20px;
	margin-bottom:20px;
	font-weight:300;
}
ul.form li{
	margin-bottom:10px;
}
.numberCircle {
    background: #5EA226;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
	font-size:10px;
}
.numberCircle_md {
    background: #5EA226;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
	font-size:14px;
}

.application_form ul.form{
	background:none;
}
.application_form ul.form label{
	float:left;
	width:250px;
	font-weight:initial;
	padding-right:15px;
}
.application_form input[type="text"]{
	min-width:250px;
}

label.error{
	float:none!important;
	padding: 2px 4px;
	font-size: 90%;
	border-radius: 3px;
	box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25) inset;
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
	background-color:#d9534f;
	color:#fff;
	width:auto!important;
	margin-left:10px;
}
label.radio_error{
	margin-left: 170px!important;
}

ul.form label.medium, .application_form ul.form label.medium{
	width:300px;
}	
ul.form label.large, .application_form ul.form label.large{
	width:400px;
}	
ul.form label.fullwidth, .application_form ul.form label.fullwidth{
	width:100%;
}
.application_form li{
	display:block;
	clear:both;
}
.application_form h2{
	font-size:22px;
}
.application_form h2{
	font-size:22px;
}

.application_form .btnNext{
	text-transform:uppercase;
}
.datepicker td, .datepicker th{
	border-radius:0!important;
}

.id_doc_delete_badge{
	background-color:#b31010!important;
	margin-left:10px;
	cursor:pointer;
}
#header_search_results{
	position:absolute;
	background:#fff;
	right:0;
	min-width:400px;
	z-index:999;
	border-bottom:4px solid #0097D8;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	display:none;
}
.quick_search_results_list{
	list-style:none;
	margin:10px;
	padding:0;
}
.quick_search_results_list li a{
	cursor:pointer;
}
.identity_checks_additional_details_form label{
	min-width:175px;
	font-weight:normal;
}
.id_resource_check_well{
	margin-top:30px;
}
.id_check_pill{
	padding: 2px 4px;
	font-size: 90%;
	color: #333;
	border-radius: 3px;
	box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25) inset;
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
.id_check_pill.completed{
	background-color:#5cb85c;
	color:#fff;
}
.id_check_pill.incomplete{
	background-color:#f0c84e;
}

.chart_area{
	margin:20px;
	
}
.pie_area{
	margin:20px;	
}
.pie_labels{
	font-size:10px;
	text-align:right;
	text-transform:uppercase;
}
.pie_labels ul{
	list-style:none;
	margin:0;
	padding:0;
}
.pie_labels ul li{
	padding:0;
	margin:0;
}
.pie_num{
	padding:0px 4px;
	color:#fff;
	font-weight:bold;
	border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
	line-height: 1.6em;
	width: 1.6em;
	font-size:10px;
	
}
.kbd_block{
	padding: 2px 4px;
	font-size: 90%;
	color: #FFF;
	background-color: #333;
	border-radius: 3px;
	box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25) inset;
}
.identity_checks_additional_details_form .kbd_block{
	float:left;
}
/* Side notes for calling out things
-------------------------------------------------- */

/* Base styles (regardless of theme) */
.bs-callout {
  margin: 15px 0;
  padding: 15px 15px 15px 15px;
  border:1px solid #ccc;
  border-left: 5px solid #eee;
}
.bs-callout .form{
	margin:0;
	padding:0;
	display:inline-block;
	margin-top:5px;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
  /*background-color: #fcf2f2;*/
  border-color: #dFb5b4;
}
.bs-callout-warning {
  /*background-color: #fefbed;*/
  border-color: #f1e7bc;
}
.bs-callout-info {
  /*background-color: #f0f7fd;*/
  border-color: #d0e3f0;
}

label.error a{
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size:10px;
	text-decoration:underline;
}

.superheader{
	text-align:center;
	background:#fff;
	border-bottom:1px solid #ccc;
	padding:5px;
}
.superheader img{
	width:100%;
	max-width:350px;
}