@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: url('../font/SourceSansPro-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	src: url('../font/SourceSansPro-Semibold.woff'), format('woff');
}
@font-face {
	font-family: 'Source Sans Pro';ro
	font-style: normal;
	font-weight: 700;
	src: url('../font/SourceSansPro-Bold.woff') format('woff');
}

body {
	background-color: #e3e3e3;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1, h2, h3 {
	margin-bottom: 15px !important;
}
footer {
	margin-top: 20px;
}
*:focus {
	outline: 0 !important;
}
.has-error .help-block, .has-error .control-label {
	color: #CF3B38;
}
.error-div {
	color: #CF3B38;
	font-weight: bold;
}

.has-error .form-control:focus {
	border-color: #CF3B38;	
}
.alert-danger {
	color: #CF3B38;
}
div[id^=accordion] .panel-title a {
	display: block;
}

/* header */
.pre-header {
	padding: 10px 0;
}
.bg-danger {
	color: #8F0000;
}
header {
	background-color: #fff;
	padding: 15px 0;
}
header .action {
	padding-top: 10px;
}

a.active-user {
	font-weight: bold !important;
}


/*navigation*/
.navbar {
	border-radius: 0px;
	text-transform: uppercase;
	border: 0px;
}
.navbar-inverse {
	background: #4d4d4d; /* Old browsers */
	background: -moz-linear-gradient(top,  #4d4d4d 0%, #363636 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4d), color-stop(100%,#363636)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4d4d4d 0%,#363636 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4d4d4d 0%,#363636 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4d4d4d 0%,#363636 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4d4d4d 0%,#363636 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#363636',GradientType=0 ); /* IE6-9 */
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}
.navbar-inverse .navbar-nav>li.active {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.dropdown-menu {
	font-size: 13px;
}



/* form */
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #FFF;
	border: 0px !important;
	border-radius: 0px !important;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(95, 95, 95, 0.3);
	-moz-box-shadow: 0px 2px 3px 0px rgba(95, 95, 95, 0.3);
	box-shadow: 0px 2px 3px 0px rgba(95, 95, 95, 0.3);
}
label {
	font-weight: 400;
}
.form-control {
	height: 30px;
	padding: 3px 6px;
	font-size: 13px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
	-moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
}
.form-control-readonly {
	padding-top: 7px;
	padding-right: 7px;
	word-wrap: break-word;
}

.form-control[readonly] {
	cursor: pointer;
}

.form-control-round {
	border-radius: 25px;
}
.form-control:focus {
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(247, 154, 5, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(247, 154, 5, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(247, 154, 5, 0.6);
}
.form-group {
	margin-bottom: 10px;
}
.form-group.compact {
	margin-bottom: 5px;
}
.input-small {
	width: 52px;	
}
input.search {
	width: 430px;
	display: inline;
	padding-right: 37px;
}
input.search ~ .search-icon {
	margin: 0px -30px;
	width: 23px;
	height: 23px;
	padding: 3px;
}
.inline {
	display: inline;
}
.required:after {
	content: '*';
	color: #FA8A8A;
}
.form-group .vertical-seperate {
	border-right: 1px solid #eee;
	min-height: 100px;
}


/* button */
.btn {
	padding: 4px 10px;
}
.btn-round {
	-moz-border-radius: 20px;
  	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.btn-black {
	border-color: #3d3d3d;
	background-color: #3d3d3d;
	color: #fff;
}
.btn-black:hover {
	border-color: #2e2e2e;
	background-color: #2e2e2e;
	color: #fff;
}
.btn-black a {
	color: #fff;
	text-decoration: none;
}
.btn-black .caret {
	border-top-color: #FFF;
}
.btn-lg {
	font-size: 16px;
}
.btn-customer {
	color: #fff;
	text-transform: uppercase;
}
.btn-make-another-booking {
	position: absolute; 
	right: 10px; 
	color: #fff;
}


/* table */
.table {
	margin-bottom: 10px;
}
.table thead {
	background-color: #3D3D3D;
	color: #FFF;
}
.table th {
	font-weight: 400;
	height: 40px;
	vertical-align: top !important;
}
.table th small {
	color: #999999;
	display: block;
}
.table tbody {
	background-color: #f4f4f4;
}
.table thead>tr>th, .table tbody>tr>th, .table tfoot>tr>th, .table thead>tr>td, .table tbody>tr>td, .table tfoot>tr>td {
	border-top: 1px solid #FEFEFE;
}
.table tbody>tr>th, .table tbody>tr>td {
	padding: 8px 4px;
}

/* panel */
.panel-heading {
	padding: 6px 20px;
}
.panel-title {
	font-size: 15px;
}
.panel-title a[data-toggle=collapse].collapsed:before {
	content: "\f0fe";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.panel-title a[data-toggle=collapse].collapsed:before {
	content: "\f0fe";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.panel-title a[data-toggle=collapse]:before {
	content: "\f146";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}



.lead {
	margin-bottom: 0px;
}
.gray {
	color: #999;
}
.vertical-slice {
	margin: 0 15px;
	vertical-align: middle;
	border-left: 1px solid #DDD;
}
.center {
	text-align: center;
}
.italic {
	font-style: italic;
}
.is-return-job {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	margin-right: 15px;
	color: gray;	
}
a.back {
	margin-right: 10px;
}
.form-control.bottom-space, label.bottom-space, .panel-group.bottom-space {
	margin-bottom: 5px;
}

/* home page */
.panel-home {
	min-height: 163px;
}
.panel-home ul {
	list-style: none;
}
.panel-home ul li {
	margin-bottom: 5px;
}
.panel-home ul li i {
	margin-right: 7px;
}
.panel-home ul li a {
	color: #333;
}


/* booking stop-point */
.stop-group {
	width: 100%;
	max-height: 85px;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.stop-group:after {
	content: "";
	position: relative;
	display: block;
	top: 36px;
	width: calc(100% - 50px);
	height: 10px;
	margin-left: 25px;
	background-color: #EDEDED;
	z-index: 0;
}
.stop-wrap {
	width: 50%; /*default value however it will be calculate on runtime*/
	float: left;
	text-align: center;
	-webkit-transition: 0.25s ease-out;
	transition: 0.20s ease-out;
}
.stop-wrap:first-child {
	text-align: left;
}
.stop-wrap:last-child {
	text-align: right;
}
.stop-wrap .stop {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #3D3D3D;
	border: 6px solid #EDEDED;
	margin: 20px 20px;
	z-index: 20;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	transition: 0.20s ease-out;
}
.stop-wrap:first-child .stop, .stop-wrap:last-child .stop {
	width: 60px !important;
	height: 60px !important;
	margin: 10px 20px !important;
	border: 8px solid #EDEDED !important;
}
.stop .index {
	position: relative;
	top: 18%;
	font-size: 13px;
	text-align: center;
	color: #FFF;
}
.stop-wrap:first-child .stop .index, .stop-wrap:last-child .stop .index {
	font-size: 20px !important;
}

/* booking stop-address */
.addr-stop-frame {
	overflow-x: auto;
	overflow-y: hidden;
	/* min-height: 750px; */
	background-color: #f2f2f2;
}
.addr-stop-group {
	float: left;
	white-space: nowrap;
}
.addr-stop {
	width: 285px;
	/* height: 700px; */
	background-color: #fff;
	margin: 18px 9px;
	float: left;
}
.addr-stop-fixed {
	background: #F4F4F4;
	padding-top: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #D5D5D5;
}
.swap-stop {
	margin-top: 192px;
	text-align: center;
}
.addr-stop:first-child {
	margin: 18px 9px 18px 18px;
}
.addr-stop:last-child {
	margin: 18px 18px 18px 9px;
}
.addr-stop .header {
	position: relative;
	height: 45px;	
	width: 100%;
	background-color: #3d3d3d;
}
.addr-stop .header .number {
	position: absolute;
	border-radius: 27px;
	width: 27px;
	height: 27px;
	top: 10px;
	left: 10px;
	background-color: #545454;
	text-align: center;
	font-size: 14px;
	padding-top: 4px;
	color: #FFF;
}
.addr-stop .header .number.active {
	background-color: #fff;
	color: #333;
}
.addr-stop .header .label {
	position: absolute;
	top: 14px;
	left: 39px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	color: #FFF;
}
.addr-stop .header .action {
	position: absolute;
	width: 100px;
	height: 30px;
	right: 10px;
	top: 10px;
	text-align: right;
}
.addr-stop .header .action button, .addr-stop .header .action .dragable {
	margin-right: 4px;
	padding-left: 7px;
	width: 28px;
}
.addr-stop .body {
	padding: 10px 20px;
}
.addr-stop .body .form-group {
	margin-right: 0px !important;
	margin-left: 0px !important;
	margin-bottom: 10px !important;;
}
.addr-stop .body .form-group .help-block {
	margin-bottom: 4px;
	white-space: normal;
}
.addr-stop .body .form-group label {
	display: block;
	clear: both;
	text-align: left;
	margin-bottom: 3px;
}
.addr-stop .body .form-group .form-control {
	margin-bottom: 4px;
}
.addr-stop .body .form-group .form-control.stop-name {
	margin-bottom: 0px;
}
.addr-stop .body .form-group label.datetime {
	display: inline;
}
.addr-stop .body .form-group .adjust-time {
	display: inline;
}
.addr-stop .body .form-group .adjust-time p {
	display: inline;
	margin-left: 10px;
}
.addr-stop .body .form-group .adjust-time button.adjusttime {
	margin-left: 2px;
	margin-bottom: 4px;
}
.addr-stop .body .form-group .setting-time {
	margin-top: 8px;
}
.addr-stop .body .form-group .setting-time .time {
	min-height: 45px;
	background-color: #F2F2F2;
	padding: 8px;
	margin-bottom: 2px;
}
.addr-stop .body .form-group .setting-time .time label {
	display: inline-block;
}
.addr-stop .body .form-group .setting-time .time input[name=pickupDateFrom], .addr-stop .body .form-group .setting-time .time input[name=pickupDateWhen] {
	width: 93px;
	display: inline;
	margin-bottom: 0px;
	margin-left: 5px;
}
.addr-stop .body .form-group .setting-time .time input[name=pickupDateTo] {
	width: 93px;
	display: inline;
	margin-bottom: 0px;
	margin-left: 20px;
}
.addr-stop .body .form-group .setting-time .time select {
	display: inline;
	margin-bottom: 0;
	width: 68px;
	padding-left: 0px;
}
.addr-stop .body .form-group .setting-time .time .close-setting-time-when, .addr-stop .body .form-group .setting-time .time .close-setting-time-fromto {
	font-size: 10px;
	display: inline;
	padding: 2px 4px;
	margin-top: 9px;
}

.adjust-time .anytime input.form-control {
	width: 130px;
	display: inline-block;
}
.setting-time.when .time.inline input[name=pickupDateWhen], .setting-time.fromto .time.inline input[name=pickupDateFrom], .setting-time.fromto .time.inline input[name=pickupDateTo]  {
	display: inline-block;
	width: 90px;
}
.setting-time.when .time.inline select[name=pickupTimeWhen], .setting-time.fromto .time.inline select[name=pickupTimeFrom], .setting-time.fromto .time.inline select[name=pickupTimeTo] {
	display: inline-block;
	width: 82px;
}
.setting-time.when .time.inline .close-setting-time-when, .setting-time.fromto .time.inline .close-setting-time-fromto {
	font-size: 10px;
	display: inline;
	padding: 2px 4px;
	margin-top: 9px;
}



/* modal address book */
#modalAddressBook .modal-header {
	background-color: #3d3d3d;
	color: #fff;
	padding: 10px;
}
#modalAddressBook .modal-dialog {
	width: 700px;
}
#modalAddressBook .modal-header .modal-title {
	font-size: 22px;
}
#modalAddressBook .modal-content {
	border-radius: 0;
}
#modalAddressBook .modal-body {
	padding: 0;
}
#modalAddressBook .modal-body .search-box {
	position: relative;
	width: 100%;
	background-color: #f2f2f2;
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
#modalAddressBook .modal-body .search-box strong.filter {
	margin: 0 2px 0 44px;
}
#modalAddressBook .modal-body .search-box select.form-control.sortby {
	display: inline;
	width: 140px;
	border-radius: 25px;
}
#modalAddressBook .modal-body .result-box {
	max-height: 450px;
	overflow-y: auto;
}
#modalAddressBook .modal-body .result-box ul {
	list-style: none;
	padding: 0;
}
#modalAddressBook .modal-body .result-box ul li {
	padding: 8px 25px;
	border-bottom: 1px solid #ededed;
	cursor: pointer;
}
#modalAddressBook .modal-body .result-box ul li:nth-child(odd) {
	background-color: #fafafa;
}

#modalAddressBook .modal-body .result-box ul li .addr-name {
	font-style: normal;
	font-size: 13px;
	line-height: 13px;
	color: #333;
	width: 35%;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	white-space: nowrap;
	overflow: hidden;
}
#modalAddressBook .modal-body .result-box ul li .suburb {
	font-style: normal;
	font-size: 13px;
	line-height: 13px;
	color: #333;
	width: 35%;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	white-space: nowrap;
	overflow: hidden;
}
#modalAddressBook .modal-body .result-box ul li .addr-line {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
}
#modalAddressBook .modal-body .result-box ul li {
	color: gray;
	font-style: italic;
	font-size: 12px;
}
@media(min-width: 992px) {
	#modalAddressBook .modal-dialog {
		width: 900px;
	}
}
@media(min-width: 1200px) {
	#modalAddressBook .modal-dialog {
		width: 1100px;
	}
	#modalAddressBook .modal-body .result-box ul li .addr-name {
		width: 30%;
	}
	#modalAddressBook .modal-body .result-box ul li .suburb {
		width: 30%;
	}
	#modalAddressBook .modal-body .result-box ul li .addr-line {
		width: 35%;
	}
}

.connote-print {
	cursor: pointer;
	display: block;
	margin: auto;
}

/* address book page */
table td a {
	margin-left: 7px;
}
.search-address-book > * {
	display: inline;
	margin-right: 10px;
}
.search-address-book > input[name=query] {
	width: 350px;	
}
.search-address-book > select[name=sortBy] {
	width: 200px;
}
.search-address-book > strong {
	margin-left: 20px;	
}


/* getQuote and booking pages */ 
.removeGoods {
	margin-right: 10px;
}

.font-normal {
	font-weight: normal;
}

/* job detail */
.row.action {
	margin-bottom: 6px;
}
.label-action {
	display: block;
	margin-top: 6px;
	margin-right: 15px;
	font-weight: bold; 
}
.row.action .header-group-action {
	min-width: 140px;
	display: inline-block;
}

.freeze-screen {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.5;
	z-index: 9999;
}
.notification {
	position: fixed;
	left: 37%;
	top: 40%;
	padding: 20px;
	background-color: #FFF;
	width: 300px;
	text-align: center;
	font-size: 13px;
	z-index: 9999;
	border-radius: 5px;
	font-size: 13px;
}
.notification i {
	margin-right: 10px;
}

/* 3rd party */
.twitter-typeahead {
	width: 100%;
}


.tt-hint {
	color: #ccc;
}

/* Job detail */
.responsive-container {
	position: relative;
	padding-bottom: 40.25%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}
.responsive-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.imageFrame {
	overflow: hidden;
	height: 100px;
	position: relative;
}
.imageFrame img {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	display: block;
	height: 100%;
	width: 100%;
}
.fix-header {
	margin-bottom: 0px;
	table-layout: fixed;
}
.pod-list {
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #333;
}
.pod-list  li>div {
	padding-top: 10px;
}

.pod-label {
	margin-bottom: 20px;
	border-bottom: 2px solid #333; 
	padding-bottom: 10px;
}

.suburb-state-selector {
	float: left;
	width: 30%;
	margin-right: 10px;
}

.suburb-state-selector-booking {
	float: left;
	width: 26%;
	margin-right: 5px;
}

.freight-suburb {
	float: right;
	width: 68%;
}

.freight-suburb-booking {
	float: right;
	width: 70%;
}

.sortable-header,.sortable-header:hover {
	color: #fff;
}

.pod-name-div {
	font-size: 20px;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-left: 40px;
}

.job-attachment-file-label {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
	padding-left: 10px;
	width: 100%;
}

.delete-attachment {
	padding: 0px 5px;
}

.choose-file-button {
	background-color: #3D3D3D;
	color: #FFFFFF;
	-moz-border-radius: 20px;
  	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 4px 10px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 12px;
	border: 1px solid #000000;
}

.choose-file-button.hover {
	color: #AAAAAA;
}

.attached-file-label {
	padding-left: 15px;
	padding-top: 5px;	
}

#add-attachment-message {
	padding-top: 10px;
	font-weight: bold;
}

.sundry-wrapper {
	padding-top: 10px;
	padding-left: 10px;
}

.sundry-wrapper label {
	font-weight: bold; 
	margin-left: 10px;
}


