html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 100px;
	/* 	font-family: "Open Sans", Helvetica, Arial, sans-serif; */
	font-family: 'Roboto', sans-serif;
	color: #444;
	line-height: 22px;
	font-size: 14px;
}

@media only screen and (min-width: 768px) {
	.bodyContainer {
		padding-top: 9.5em;
	}
}

.footer {
	position: absolute;
	bottom: 0;
	font-size: 12px;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 100px;
	padding-top: 30px;
}

a, a:hover {
	text-decoration: none;
}

a {
	cursor: pointer;
}

a:focus {
	outline: 0;
	text-decoration: none;
}

button:focus {
	outline: 0;
}

.noshow {
	display: none;
}

label.error {
	display: block;
	color: #EA3C53;
	font-weight: normal;
	font-size: 12px
}

span.error {
	color: #EA3C53;
	font-weight: normal;
	padding-left: 10px;
}

input.error {
	border: 1px solid #EA3C53
}

.err-border {
	border: 1px solid #EA3C53
}

.italic {
	font-style: italic
}

.bold {
	font-weight: bold
}

.underline {
	text-decoration: underline;
}

.red {
	color: #eb483f !important
}

.gray {
	color: #aaa
}

.green {
	color: #2ecc71;
}

.yellow {
	color: #ff3;
}

.orange {
	color: #FF8C00;
}

.blue {
	color: #3498db;
}

.small, small {
	font-size: 12px;
	text-transform: lowercase;
}

.font-10 {
	font-size: 10px
}

.font-12 {
	font-size: 12px
}

.font-16 {
	font-size: 16px
}

.font-20 {
	font-size: 20px
}

.font-25 {
	font-size: 25px
}

.font-30 {
	font-size: 30px
}

.font-35 {
	font-size: 35px
}

.padding-5 {
	padding: 0 5px
}

.padding-10 {
	padding: 0 10px
}

.padding-15 {
	padding: 0 15px
}

.padding-20 {
	padding: 0 20px
}

.pl-10 {
	padding-left: 10px
}

.pl-20 {
	padding-left: 20px
}

.mt-0 {
	margin-top: 0;
}

.mt-5, .my-5, .m-5 {
	margin-top: 5px;
}

.mt-10, .my-10, .m-10 {
	margin-top: 10px;
}

.mt-15, .my-15, .m-15 {
	margin-top: 15px;
}

.mt-20, .my-20, .m-20 {
	margin-top: 20px;
}

.mt-30, .my-30, .m-30 {
	margin-top: 30px;
}

.mt-40, .my-40, .m-40 {
	margin-top: 40px;
}

.mt-50, .my-50, .m-50 {
	margin-top: 50px;
}

.mt-60, .my-60, .m-60 {
	margin-top: 60px;
}

.mt-70, .my-70, .m-70 {
	margin-top: 70px;
}

.mt-80, .my-80, .m-80 {
	margin-top: 80px;
}

.mt-90, .my-90, .m-90 {
	margin-top: 90px;
}

.mt-100, .my-100, .m-100 {
	margin-top: 100px;
}

.mb-5, .my-5, .m-5 {
	margin-bottom: 5px !important;
}

.mb-10, .my-10, .m-10 {
	margin-bottom: 10px !important;
}

.mb-20, .my-20, .m-20 {
	margin-bottom: 20px !important;
}

.mb-30, .my-30, .m-30 {
	margin-bottom: 30px !important;
}

.mb-40, .my-40, .m-40 {
	margin-bottom: 40px !important;
}

.mb-50, .my-50, .m-50 {
	margin-bottom: 50px !important;
}

.mb-60, .my-60, .m-60 {
	margin-bottom: 60px !important;
}

.mb-70, .my-70, .m-70 {
	margin-bottom: 70px !important;
}

.mb-80, .my-80, .m-80 {
	margin-bottom: 80px !important;
}

.mb-90, .my-90, .m-90 {
	margin-bottom: 90px !important;
}

.mb-100, .my-100, .m-100 {
	margin-bottom: 100px !important;
}

.ml-5, .mx-5, .m-5 {
	margin-left: 5px;
}

.ml-10, .mx-10, .m-10 {
	margin-left: 10px;
}

.ml-20, .mx-20, .m-20 {
	margin-left: 20px;
}

.ml-30, .mx-30, .m-30 {
	margin-left: 30px;
}

.ml-40, .mx-40, .m-40 {
	margin-left: 40px;
}

.ml-50, .mx-50, .m-50 {
	margin-left: 50px;
}

.ml-60, .mx-60, .m-60 {
	margin-left: 60px;
}

.ml-70, .mx-70, .m-70 {
	margin-left: 70px;
}

.ml-80, .mx-80, .m-80 {
	margin-left: 80px;
}

.ml-90, .mx-90, .m-90 {
	margin-left: 90px;
}

.ml-100, .mx-100, .m-100 {
	margin-left: 100px;
}

.mr-5, .mx-5, .m-5 {
	margin-right: 5px;
}

.mr-10, .mx-10, .m-10 {
	margin-right: 10px;
}

.mr-20, .mx-20, .m-20 {
	margin-right: 20px;
}

.mr-30, .mx-30, .m-30 {
	margin-right: 30px;
}

.mr-40, .mx-40, .m-40 {
	margin-right: 40px;
}

.mr-50, .mx-50, .m-50 {
	margin-right: 50px;
}

.mr-60, .mx-60, .m-60 {
	margin-right: 60px;
}

.mr-70, .mx-70, .m-70 {
	margin-right: 70px;
}

.mr-80, .mx-80, .m-80 {
	margin-right: 80px;
}

.mr-90, .mx-90, .m-90 {
	margin-right: 90px;
}

.mr-100, .mx-100, .m-100 {
	margin-right: 100px;
}

.marginRow {
	margin-top: 10px;
	margin-bottom: 10px;
}

.dataTable {
	font-size: 13px
}

.nav-tabs>li>a, .nav-pills>li>a, .nav-tabs.nav-justified>li>a {
	border-radius: 0;
}

/*Tabs v1
------------------------------------*/
.tab-v1 .nav-tabs {
	border: none;
	background: none;
	border-bottom: solid 2px #72c02c;
}

.tab-v1 .nav-tabs a {
	font-size: 14px;
	padding: 5px 15px;
}

.tab-v1 .nav-tabs>.active>a, .tab-v1 .nav-tabs>.active>a:hover, .tab-v1 .nav-tabs>.active>a:focus
	{
	color: #fff;
	border: none;
	background: #72c02c;
}

.tab-v1 .nav-tabs>li>a {
	border: none;
}

.tab-v1 .nav-tabs>li>a:hover {
	color: #fff;
	background: #72c02c;
}

.tab-v1 .tab-content {
	padding: 10px 0;
}

.tab-v1 .tab-content img {
	margin-top: 4px;
	margin-bottom: 15px;
}

.tab-v1 .tab-content img.img-tab-space {
	margin-top: 7px;
}

.navbar-brand .default-logo {
	max-height: 40px !important;
}

.navbar-brand .shrink-logo {
	max-height: 32px !important;
}

/* overwrite bootstrap css */
.btn-primary {
	background: #1e707c !important;
	border: 0 !important;
	color: #fff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open .dropdown-toggle.btn-primary
	{
	background: #1e707c !important;
}

.btn-info {
	color: #fff;
	background-color: #1e707c;
	border-color: #1e707c
}

/* overwrite bootstrap css */
.btn-danger:hover {
    color: #fff;
    background-color: #eb483f;
    border-color: #eb483f;
}

th {
	background-color: #e4eefb;
	border-bottom: 1px #e4eefb solid !important;
}

hr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #eee;
}

legend {
	border-bottom: 1px solid #ccc;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	/* 	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: 'Rubik', sans-serif;
}

h1 {
	letter-spacing: 3px;
}

h2 {
	letter-spacing: 2px;
}

h3, h4 {
	letter-spacing: 1px;
}

ol {
	list-style-position: inside;
	margin-left: -38px;
	text-align: justify;
}

ol .sublist {
	margin-left: 0px;
	list-style-type: lower-alpha;
}

.dataTable input {
	display: block;
	width: 100%;
	border: none;
	background: #efefef;
	border: none
	border-bottom: 2px solid #fff;
	transition: all 0.3s cubic-bezier(0.57, 0.47, 0.87, 0.38);
}

/* .dataTable td { */
/* 	height: auto; */
/* } */

.dataTable td table-height {
	height:200px;
}

.form-control {
	box-shadow: none;
	border-radius: 0;
}

.form-control:focus {
	border-color: #bbb;
	box-shadow: 0 0 2px #c9c9c9;
}

.input-group-addon {
	border-radius: 0;
}

.btn {
	box-shadow: none;
	border-radius: 20px;
}

.label {
	border-radius: 0;
}

.alert {
	border-radius: 0;
}

.thumbnail {
	border-radius: 0;
}

.pagination>li:first-child>a {
	border-radius: 0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0;
}

.pagination a:hover {
	color: #fff !important
}

.panel, .panel-heading, .panel-group .panel {
	border-radius: 10px;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.panel-heading {
	color: #fff;
	padding: 12px 15px;
	border-radius: 8px 8px 0 0;
}

.panel .table {
	margin-bottom: 0;
}

.panel-blue {border-none;
	
}

.panel-blue>.panel-heading {
	background: #3498db;
}

/*Panel Red*/
.panel-red {
	border-color: #e74c3c;
}

.panel-red>.panel-heading {
	background: #e74c3c;
}

/*Panel Green*/
.panel-green {
	border-color: #2ecc71;
}

.panel-green>.panel-heading {
	background: #2ecc71;
}

.panel-dark-green {
	border-color: #1e707c;
}

.panel-dakr-green>.panel-heading {
	background: #1e707c;
}

.panel-sea {
	border-color: #1abc9c;
}

.panel-sea>.panel-heading {
	background: #1abc9c;
}

.panel-orange {
	border-color: #e67e22;
}

.panel-orange>.panel-heading {
	background: #e67e22;
}

.panel-yellow {
	border-color: #f1c40f;
}

.panel-yellow>.panel-heading {
	background: #f1c40f;
}

/*Panel Grey*/
.panel-grey {
	border-color: #95a5a6;
}

.panel-grey>.panel-heading {
	background: #95a5a6;
}

.panel-dark {
	border-none;
	border-radius: 9px 9px 9px 9px;
}

.panel-dark>.panel-heading {
	background: #1e707c;
}

.panel-purple {
	border-color: #9b6bcc;
}

.panel-purple>.panel-heading {
	background: #9b6bcc;
}

.panel-aqua {
	border-color: #27d7e7;
}

.panel-aqua>.panel-heading {
	background: #27d7e7;
}

.panel-brown {
	border-color: #9c8061;
}

.panel-brown>.panel-heading {
	background: #9c8061;
}

.panel-dark-blue {
	border-none;
	border-radius: 9px 9px 9px 9px;
}

.panel-dark-blue>.panel-heading {
	background: #18313c;
}

.panel-light-green {
	border-color: #79d5b3;
}

.panel-light-green>.panel-heading {
	background: #79d5b3;
}

.panel-default-dark {
	border-color: #585f69;
}

.panel-default-dark>.panel-heading {
	background: #585f69;
}

.panel-info{
	border-radius: 9px 9px 9px 9px;
}

/* fix modal not scrolling after closing 1st modal and opening 2nd modal */
.modal {
	overflow-y: scroll;
}

.modal-header {
	padding: 15px 3% 15px 5%;
	background-color: #18313c;
	color: #efefef;
	border-radius: 8px 8px 0 0;
}

/* overwrite bootstrap css */
.modal-content {
	border-radius: 9px 9px 9px 9px;
}

.close {
	color: #eee !important;
	font-size: 30px !important;
	font-weight: 100;
	margin-top: -10px !important;
	opacity: 0.6;
}

.modal-body {
	padding: 30px 5% 30px 5%
}

.divider {
	background-color: #555 !important;
}

.code {
	font-family: monospace;
}

.cap {
	text-transform: uppercase;
	font-family: "" Source Sans Pro ";
}

.decap {
	text-transform: none;
}

.textList li {
	margin-top: 12px
}

.borderBottom {
	border-bottom: 1px solid #eee
}

.highlight {
	background-color: #ff3333;
	color: #fff;
	padding: 5px 10px
}

.box {
	border: 1px solid #ccc;
	padding: 30px
}

/* fix autocomplete result not shown in modal*/
ul.ui-autocomplete {
	z-index: 1100;
}

.paddingBtn {
	padding: 15px 50px 15px 50px
}

.box-shadow {
	border: 1px solid #ccc;
	box-shadow: 0px 8px 10px #999;
	padding: 34px;
}

.blankImg {
	width: 140px;
	height: 140px;
	background-color: #eee;
}

.blankImgTxt {
	text-align: center;
	padding: 50px 0;
}

.noty_message {
	padding: 20px 20px !important;
}

.noty_message i {
	padding: 0 10px 10px 0;
}

.noty_close {
	margin: 10px !important;
}

.noty_buttons {
	padding-right: 8px !important;
}

.noty_buttons button {
	padding: 4px 10px !important;
}

.dotLine hr {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #eee;
}

.alignedList {
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	margin-bottom: 15px;
	clear: both;
}

.viewField {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 2px;
	margin-bottom: 12px;
}

.section {
	margin-bottom: 20px;
	padding: 30px;
	background-color: #e4eefb;
}

.formDiv {
	display: block;
	width: 100%;
	height: 34px;
}

.password-verdict {
	font-size: 10px;
}

@media only screen and (max-width: 768px) {
	.tableResponsive {
		min-height: .01%;
		overflow-x: auto;
		
	}
}

@media ( min-width : 1200px) {
	.invoice_container {
		width: 1320px;
	}
	table {
		border-radius: 10px;
	}
	th {
		background: #ffffff;
	}
	tr {
	   height: 50px;
	}
	.dataTable input:focus {
		outline: none;
		background: white;
	}
	.table-striped>tbody>tr:nth-of-type(odd) {
		background-color: #ffffff;
	}
	tr.even:hover, tr.odd:hover {
		background: #f2f2f2 !important;
		transition: all 0.3s ease-in-out;
	}
	.dataTable input:focus {
		border-bottom: 2px solid #999;
		transition: all 0.13s ease-in-out;
	}
	td:hover {
		background: #ddd;
	}
	thead td:hover {
		background: white !important;
	}
	.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th,
		.table>thead>tr>td {
		padding: 5px;
/* 		padding: 2px 8px 0px 8px; */
		line-height: 1.5;
		vertical-align: top;
		border-top: 1px solid #ddd !important;
		border-bottom: none;
		border-right: none;
		border-left: none;
		
	}
	.table-bordered {
		border: 1px solid #ddd;
/* 		overflow: hidden; */
		box-shadow: 0px 1px 5px 0px #ccccccc9;
	}
	.table>thead>tr>th {
		padding-top: 18px;
		padding-right: 3px;
		vertical-align: bottom !important;
		border-bottom: none;
		border-right: none;
		border-left: none;
	}
	input[type=search] {
		border-radius: 20px;
	}
	.panel .table-bordered {
		border: none;
		box-shadow: none;
	}
}

.header-v6 li.menu-icons:first-child {
	padding-right: 0
}

/* back to top control */
.cd-top {
	display: inline-block;
	height: 36px;
	width: 36px;
	position: fixed;
	bottom: 30px;
	right: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #eb483f url(../pics/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}

.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}
/* end of back to top control */
.block-blue {
	background: #3498db;
}

.block-red {
	background: #e74c3c;
}

.block-green {
	background: #2ecc71;
}

.block-sea {
	background: #1abc9c;
}

.block-orange {
	background: #e67e22;
}

.block-yellow {
	background: #f1c40f;
}

/*Panel Grey*/
.block-grey {
	background: #95a5a6;
}

.block-purple {
	background: #9b6bcc;
}

.block-aqua {
	background: #27d7e7;
}

.block-brown {
	background: #9c8061;
}

.block-dark-blue {
	background: #4765a0;
}

.block-light-green {
	background: #79d5b3;
}

.text-right {
	text-align: right;
}

.float-left{
	float: left;
	width: 45%;
}

.float-right{
	float: right;
	width: 45%;
}

.notify-drop {
	width: 200px;
}

.noty-content {
  height: 400px;
  overflow-y: auto;
  text-align: left;
 }
 
 .noty-item {
	border-bottom: 1px white solid;
	width: 90%;
	padding: 0px 20px 10px 20px;
	margin: 0px auto;
	margin-top: 10px;
	text-align: left;
 }
 
 .notify-drop-footer {
 	height: 20px;
 }
 
 .noty-content-option-left {
 	position:absolute;
 	left:0px;
 	padding-left: 5px;
 	bottom:5px;
 }
 
 .noty-content-option-right {
 	position:absolute;
 	right:0px;
 	padding-right: 5px;
 	bottom:5px;
 }
 
 .disabled {
 	background: #eee;
 }
 
.dateRangePicker {
	width:15%;
	text-align:center;
	box-shadow: none;
	border-radius: 0;
}

.ageingDateRangePicker {
    width:15%;
    text-align:center;
    box-shadow: none;
    border-radius: 0;
}

.chartDateRangePicker {
	width:15%;
	text-align:center;
	box-shadow: none;
	border-radius: 0;
}
 
 .datepicker-dropdown:after,
 .datepicker-dropdown:before {
	display: none !important;
}

.wordwrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */
   word-wrap: break-word;      /* IE */
   word-break: break-all;
   white-space: normal;
}

.wordwrap-table {
	width: 100%;
}

.actions-dropdown {
	width:100%;
    height:auto;
	position:relative;
	list-style: none;
	text-align: right;
	float:left;
	background-clip: padding-box;
	margin:0;
	box-sizing: border-box;
}

.carImage {
	height: 100px;
	width: 200px;
}

.icPhoto {
	height: 100px;
	width: 200px;
}

.vehicleDisplayImage{
	height: 200px;
	width: 300px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

table.dataTable tbody tr.selected a, table.dataTable tbody th.selected a, table.dataTable tbody td.selected a {
    color: #000000!important;
}

table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: #f2f2f2!important;
}

table.dataTable tbody tr.selected, table.dataTable tbody th.selected, table.dataTable tbody td.selected {
    color: #444 !important;
}

table.dataTable thead th.dt-checkboxes-select-all, table.dataTable tbody td.dt-checkboxes-cell {
    width: 15px !important;
}

.vehTable {
	table-layout: fixed !important;
}