@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/*Margin Classes*/
.margin-top-5 {
	margin-top: 5px !important;
}

.margin-top-8 {
	margin-top: 8px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-15 {
	margin-top: 15px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-25 {
	margin-top: 25px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-35 {
	margin-top: 35px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-45 {
	margin-top: 45px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.margin-top-55 {
	margin-top: 55px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-70 {
	margin-top: 70px !important;
}

.margin-top-80 {
	margin-top: 80px !important;
}

.margin-top-100 {
	margin-top: 100px !important;
}

/*------------*/
.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.margin-bottom-5 {
	margin-bottom: 5px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-15 {
	margin-bottom: 15px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-25 {
	margin-bottom: 25px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-35 {
	margin-bottom: 35px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-45 {
	margin-bottom: 45px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-bottom-55 {
	margin-bottom: 55px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

.margin-bottom-80 {
	margin-bottom: 80px !important;
}


/*--------------*/
.margin-left-0 {
	margin-left: 0px !important;
}
.margin-left-5 {
	margin-left: 5px !important;
}

.margin-left-10 {
	margin-left: 10px !important;
}

.margin-left-15 {
	margin-left: 15px !important;
}

.margin-left-20 {
	margin-left: 20px !important;
}

.margin-left-25 {
	margin-left: 25px !important;
}

.margin-left-30 {
	margin-left: 30px !important;
}

.margin-left-35 {
	margin-left: 35px !important;
}

.margin-left-40 {
	margin-left: 40px !important;
}

.margin-left-45 {
	margin-left: 45px !important;
}

.margin-left-50 {
	margin-left: 50px !important;
}

.margin-left-55 {
	margin-left: 55px !important;
}

.margin-left-60 {
	margin-left: 60px !important;
}

/*--------------*/
.margin-right-5 {
	margin-right: 5px !important;
}

.margin-right-10 {
	margin-right: 10px !important;
}

.margin-right-15 {
	margin-right: 15px !important;
}

.margin-right-20 {
	margin-right: 20px !important;
}

.margin-right-25 {
	margin-right: 25px !important;
}

.margin-right-30 {
	margin-right: 30px !important;
}

.margin-right-35 {
	margin-right: 35px !important;
}

.margin-right-40 {
	margin-right: 40px !important;
}

.margin-right-45 {
	margin-right: 45px !important;
}

.margin-right-50 {
	margin-right: 50px !important;
}

.margin-right-55 {
	margin-right: 55px !important;
}

.margin-right-60 {
	margin-right: 60px !important;
}
/*------------*/
.no-margin-left {
	margin-left: 0px !important;
}

.no-margin-bottom {
	margin-bottom: 0px !important;
}

.no-margin-top {
	margin-top: 0px !important;
}

.no-margin-right {
	margin-right: 0px !important;
}

.no-margin {
	margin: 0px !important;
}
/*End Margin Classes*/

/*Padding Classes*/
.no-padding {
	padding: 0px;
}

.no-padding-left {
	padding-left: 0px;
}

.no-padding-right {
	padding-right: 0px;
}

.no-padding-top {
	padding-top: 0px;
}

.no-padding-bottom {
	padding-bottom: 0px !important;
}

.padding-5 {
	padding: 5px;
}

.padding-10 {
	padding: 10px;
}

.padding-15 {
	padding: 15px;
}

.padding-20 {
	padding: 20px !important;
}

.padding-left-5 {
	padding-left: 5px !important;
}

.padding-left-10 {
	padding-left: 10px;
}

.padding-left-15 {
	padding-left: 15px;
}

.padding-left-20 {
	padding-left: 20px;
}

.padding-right-5 {
	padding-right: 5px;
}

.padding-right-10 {
	padding-right: 10px;
}

.padding-right-15 {
	padding-right: 15px;
}

.padding-right-20 {
	padding-right: 20px;
}

.padding-top-60 {
	padding-top: 60px;
}

.width-100 {
	width: 100%;
}
.width-36 {
	width: 36% !important;
}
.width-15 {
	width: 15% !important;
}
.width-50 {
	width: 50% !important;
}
.text-align-center {
	text-align: center;
}
.text-align-right {
	text-align: right;
}
.min-height-40 {
	min-height:40px !important;
} 

.table-padding-4 td, .table-padding-4 th {
	padding: 4px !important;
	text-align: center;
}

html {
	min-height: 100%;
	position: relative;
}

body {
	font-family: 'Open Sans', sans-serif !important;
	height: 100%;
	margin-bottom: -60px;
	background-color: #FbFbFb;
	background-image: linear-gradient(to bottom, #FbFbFb, #f3f3f3);
}

a {
	cursor: pointer !important;
}

.lower-fotter {
	min-height: 60px;
	background-color: #222;
	color: #fff;
	padding: 15px;
	position: absolute;
	width: 100%;
	bottom: 0px;
	text-align: right;
}

.lower-fotter  .maintain-logo-image {
	max-height: 35px;
	display: inline-block;
	vertical-align: middle;
}

.login-logo-container {
	background-color: #fff;
	padding: 10px;
}

.get-in-touch {
	position: relative;
	margin: 0 auto;
	padding: 30px;
	border-radius: 15px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	color: #fff;
}

.theme-color-green {
	background-color: #76923e !important;
}

.theme-color-maroon {
	background-color: #810311 !important;
}

.theme-color-dark {
	background-color: #1d3367 !important;
}

.theme-color-light-blue {
	background-color: #337ab7 !important;
}

.get-in-touch h3 {
	font-size: 31px;
	font-weight: bold;
}

.get-in-touch h4 {
	font-size: 25px;
}

.get-in-touch input[type=text], .get-in-touch input[type=email],
	.get-in-touch input[type=password], .get-in-touch textarea {
	background: rgb(235, 241, 245);
	color: rgb(36, 39, 41);
}

.get-in-touch  input:focus, .get-in-touch  textarea:focus {
	outline: 0;
	background: #FFF;
}

.form-signin .form-control {
	height: 40px;
	border-radius: 0px;
}

.btn-primary {
	padding: 8px;
}

.login-logo-container .main-logo-image, .login-logo-container .maintain-logo-image
	{
	max-height: 45px;
}

.login-form-container {
	padding-top: 4%;
}

.navbar-inverse {
	background-color: #f8f8f8 !important;
}

.navbar-brand {
	height: 75px;
}

.navbar-brand .main-logo-image {
	max-height: 45px;
	margin: 0 auto;
}

@media screen and (min-width:768px) {
	.navbar-brand {
		width: 250px;
		text-align: center;
	}
}

.user-detail-menu-list {
	min-width: 200px;
	border-radius: 0px;
}

.icon-class {
	margin-right: 10px;
	height: 30px;
	width: 30px;
}

.static {
	padding: 10px;
	width: 250px;
	font-weight: bold;
	text-align: left;
}

.downloadNotification {
	padding: 5px;
}

.new-btn-collapse-sidebar-left {
	position: absolute;
	left: 0;
	width: 50px;
	height: 60px;
	cursor: pointer;
	text-align: center;
	font-size: 23px;
	padding: 17px 0;
}

.table-filter-item {
	padding: 5px;
	height: 71px;
}

.table-filter-item .form-control {
	border-radius: 0px;
	height: 34px;
}

.table-filter-item.btn-container .btn {
	margin-top: 23px;
}

@media screen and (min-width:768px) and (max-width:1050px) {
	label {
		font-size: 13px !important;
	}
	.town-hall-lnk {
		display: none;
	}
}

@media screen and (min-width:542px) and (max-width:767px) {
	label {
		font-size: 17px !important;
	}
	.downloadNotification a {
		font-size: 17px;
	}
	.memo-responsive {
		margin: 0px !important;
		padding: 0px;
		width: 50px;
		float: left !important;
	}
}

@media screen and (min-width:200px) and (max-width:542px) {
	body {
		margin-top: 80px !important;
		font-size: 16px;
	}
	.table-responsive table  th {
		font-size: 18px !important;
	}
	.table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th,
		.table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td,
		.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td
		{
		font-size: 18px !important;
	}
	.form-control {
		font-size: 15px !important;
	}
	.nav-tabs>li>a {
		font-size: 14px !important;
	}
	.nav>li>a {
		padding: 8px 8px;
	}
	.btn-xs, .btn-group-xs>.btn {
		font-size: 14px !important;
	}
	.btn {
		font-size: 14px !important;
	}
	.dropdown-menu {
		font-size: 14px !important;
	}
	.navbar-inverse .navbar-nav>li>a {
		color: #33485d !important;
	}
	.tab-pane tbody>tr>td {
		padding: 5px;
	}
	.title-mobile-view {
		line-height: 30px;
	}
	.timesheet-popup .modal-title{
		height:50px;
	}
.mobile-view-width134 {
	width: 134px;
}
}

@media screen and (max-width:400px) {
	.table-filter-item {
		width: 100% !important;
	}
}

select {
	color: #222 !important;
}

a {
	cursor: pointer !important;
}

#filtersTextBox .form-control {
	border-radius: 0px !important;
}

.pagination {
	margin: 0px !important;
}

.btn-primary.btn-xs {
	padding: 1px 6px !important;
}

.new-order-form-container .form-control {
	border-radius: 0px !important;
}

.new-order-form-container h5 {
	font-weight: bold;
}

.new-order-form-container .col-sm-6, .new-order-form-container .col-sm-4,
	.new-order-form-container .col-xs-6, .new-order-form-container .col-md-6,
	.new-order-form-container .col-md-3 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

@media screen and (max-width:430px) {
	.new-order-form-container .col-xs-6 {
		width: 100% !important;
	}
}
		
@media screen and (min-width:100px) and (max-width:600px) {
	.mobile-view{
		display: block !important;
	}
	
	.window-view{
		display: none !important;
	}
	.mobile-view-search
	{
		width: 100%;
	}
	.show-search-mobile{
		display: block;
	}
	
	.table>tbody>tr>td
	{
		border-top:0px !important ;
		padding: 0px;
	}
	.hide-on-mobile {
		display: none !important;
	}
	
	.on-mobile-padding {
		padding: 0px !important;
	}
	.mobile-view-color{
		background-color: #33485d !important;
	}
	
	#jobSearchby{
		padding-left: 5px !important;
	}
	
	.bootbox .modal-dialog 	{
		width: 300px !important;
	}
	.bootbox .modal-header 	{
		background-color: rgb(29, 51, 103) !important;
	}
	.mobile-view-hide{
		display:none;		
	}
	#exportTimeSheet{
		display: none;
	}
	#exportTimeSheet{
		display: none;
	}
	#exportFullfilmentTimeSheet
	{
		display: none;
	}
	
	.moblie-view-padding-5{
		padding: 5px !important;
	}
	
	.moblie-view-nopadding{
		padding: 0px !important;
	}
	.shift-left-panel {
		padding:0;
		font-size:12px !important;
	}
	.shift-left-panel th{
		padding:0;
		font-size:12px !important;
	}
}
@media screen and (min-width:600px) and (max-width:5000px) {
	.mobile-view{
		display: none !important;
	}
	.window-view{
		display: block !important;
	}
	.show-search-mobile{
		display: none;
	}
	.shift-left-panel {
		width:47.5px !important; 
		height:49px !important;
	}
	.shift-left-panel th{
		width:47.5px !important;
		padding: 7px !important
	}
}
.new-order-form-container .nav-tabs li a {
	border: 1px solid #ddd;
	border-radius: 0px;
}

.fleet-report-form-container .nav-tabs li a {
	border: 1px solid #ddd;
	border-radius: 0px;
}

.bootbox .modal-dialog {
	width: 500px;
	margin: 30px auto;
}

.bootbox .modal-header {
	background-color: rgb(29, 51, 103) !important;
	padding: 10px 15px;
	color: #fff;
}

.bootbox  .modal-footer {
	padding: 10px 15px;
}

.disabled-test {
	display: none;
}

.form .form-control {
	border-radius: 0px;
}

.form h5 {
	font-weight: bold;
}

.daterangepicker.opensright .ranges ul {
	min-width: 230px;
}

.daterangepicker.opensright .ranges li {
	min-width: 230px !important;
	border-radius: 0px !important;
}

.modal-header {
	padding: 10px 15px;
}

.modal-fotter {
	padding: 10px 15px;
}

#viewTimesheetHistoryPopup .form-control {
	border-radius: 0px;
}

.orderinnerTime {
	color: #fff;
	left: 0;
	margin-left: 35px;
	margin-top: 50px;
	position: absolute;
	font-weight: bold;
	z-index: 999;
	background-color: #fff !important;
	width: 85%; 
	opacity: 1;
	border: 1px solid #1D3367;
}

.orderinnerTimeRed {
	background-color: #993d3d !important;
	color: #fff;
}

.collapse.in {
	z-index: 9999;
}

.clickable {
	cursor: pointer;
}

.orderinnerTime .clickable {
	padding: 3px 0px;
	cursor: pointer;
}

.timesheet-lable .label {
	font-size: 88% !important;
}

.clearBoth {
	clear: both;
}

.reportDetails {
	float: right;
	padding-right: 30px;
}

#inspection-list-for-csv th {
	padding: 40px;
	margin: 40px;
	width: 200px;
}

#inspection-list-for-csv td {
	padding: 40px;
	margin: 40px;
	width: 200px;
}

.photo img {
	height: 50px;
	padding-right: 4px;
	border-radius: 2px;
	float: left;
}

.message {
	display: block !important;
	font-size: 11px;
	white-space: pre-wrap;
}

.subject {
	display: block;
	font-size: 12px;
	font-weight: 600;
}

.subject .time {
	font-size: 11px;
	font-style: italic;
	position: absolute;
	right: 10px;
}

.dropdown-menu.extended {
	border: medium none !important;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
	max-width: 310px !important;
	min-width: 280px !important;
	padding: 0;
	top: 42px;
	width: 100%;
}

.notify-arrow-red {
	border-bottom-color: #1D3367 !important;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: #1D3367 !important;
}

.notify-arrow {
	border-style: solid;
	border-width: 0 9px 9px;
	height: 0;
	left: 7px;
	margin-top: 10px;
	opacity: 1;
	position: absolute;
	top: -18px;
	transition: all 0.25s ease 0s;
	width: 0;
	z-index: 10;
}

.dropdown-menu.extended li p.red {
	background-color: #1D3367;
	color: #fff;
}

.dropdown-menu.extended li p {
	background-color: #f1f2f7;
	border-radius: 4px 4px 0 0;
	color: #666666;
	margin: 0;
	padding: 10px;
}

.dropdown-menu.extended li a {
	display: inline-block;
	padding: 2px 5px !important;
	width: 100%;
	border-bottom: 1px solid #ebebeb !important;
	font-size: 12px;
	list-style: outside none none;
}

.top-menu .badge {
	position: absolute;
	right: -2px;
	top: -2px;
	z-index: 100;
}

.top-menu {
	margin-top: 18px;
}

.created-name {
	padding-left: 10px;
	vertical-align: top;
	top: 15px;
	position: absolute;
}

.created-time {
	float: right;
	font-weight: bold;
}

.memo-title {
	font-weight: bold;
	margin-top: -28px;
	padding-left: 64px;
}

.memo-message {
	max-height: 500px;
	overflow: auto;
	clear: both;
	padding-top: 10px;
}

.inbox-head {
	background: #41cac0 none repeat scroll 0 0;
	border-radius: 0 4px 0 0;
	color: #fff;
	min-height: 60px;
	padding: 12px;
}

.e-mail .tab-pane .list-group-item:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.e-mail .tab-pane .list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.e-mail .tab-pane .list-group .checkbox {
	display: inline-block;
	margin: 0px;
}

.e-mail .tab-pane .list-group input[type="checkbox"] {
	margin-top: 2px;
}

.e-mail .tab-pane .list-group .glyphicon {
	margin-right: 5px;
}

.e-mail a.list-group-item.read {
	color: #222;
	background-color: #F3F3F3;
}

.e-mail hr {
	margin-top: 5px;
	margin-bottom: 10px;
}

.e-mail .nav-pills>li>a {
	padding: 5px 10px;
}

.e-mail .ad {
	padding: 5px;
	background: #F5F5F5;
	color: #222;
	font-size: 80%;
	border: 1px solid #E5E5E5;
}

.e-mail .ad a.title {
	color: #15C;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}

.e-mail .ad a.url {
	color: #093;
	text-decoration: none;
}

.view-report-inspection th {
	border: 0;
	color: #fff;
}

.t-no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.incorrect-equipement {
	color: red;
}

#timesheet-list-for-csv {
	visibility: hidden;
	overflow: hidden;
	display: none;
}

#fleet-list-for-csv {
	visibility: hidden;
	overflow: hidden;
	display: none;
}

#user-list-for-csv {
	visibility: hidden;
	overflow: hidden;
	display: none;
}

#fleetJso-list-for-csv {
	visibility: hidden;
	overflow: hidden;
	display: none;
}

#fleet-inspection-for-csv {
	visibility: hidden;
	overflow: hidden;
	display: none;
}

.image-fleet {
	float: left;
}

.image-fleet img {
	width: 50px;
	height: 80px;
	margin-left: 3px;
	object-fit: cover;
}

.image-fleet i {
	color: red;
	font-size: 23px;
	margin-left: 2px;
	position: absolute;
	cursor: pointer;
}

.no-inner-topmargin .margin-top-20 {
	margin-top: 0 !important;
}

.fleetInspectionClose {
	color: #fff;
	float: right;
	opacity: 1;
	position: absolute;
	right: 9px;
	text-align: right;
	top: 5px;
	z-index: 2;
}

.only-for-print {
	display: none;
}

.inspection-popup-width {
	width: 70% !important;
}

@media print {
	@page {
		size: auto;
		margin-bottom: 0mm;
	}
	.no-print {
		display: none;
	}
	.inspection-popup-width {
		width: 100% !important;
	}
	.margin-top-print {
		top: 0px;
		position: absolute;
		width: 100%;
	}
	.only-for-print {
		display: block;
	}
	#timesheetWeekView {
		margin-left: -32px;
		margin-top: -18px;
		width: 107.5%;
		overflow: hidden;
	}
	#viewTimesheetHistoryPopup {
		overflow: hidden;
		width: 934px;
		margin-left: 30px;
		overflow-x: hidden;
		overflow-y: hidden;
		margin-top: -20px;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	}
}

.formError {
	color: red;
}

.memo-drop-memu a {
	font-size: 18px !important;
	padding: 12px !important;
}

.fleet-repair-multiselect, .fleet-repair-multiselect div,
	.fleet-repair-multiselect button {
	width: 100%;
}

.fleet-repair-multiselect ul {
	height: 300px !important;
}


.nvd3 text {
	font: normal 15px Arial !important;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak,
	.x-ng-cloak {
	display: none !important;
}

.On_Leave {
	background-color: rgba(171, 37, 37, 0.39) !important;
}

.Day_Off {
	background-color: #91f191 !important;
}

.Holiday {
	background-color: #f1a491 !important;
}

.SPECIAL_PROJECT {
	background-color: #e2d6d0 !important;
}

.RIDE_ALONG {
	background-color: #e2d6d0 !important;
}

.NOT_BACK_FROM_VACATION {
	background-color: rgba(171, 37, 37, 0.39) !important;
}

.NOT_WORKING {
	background-color: rgba(255, 117, 37, 1) !important;
}

.LIEU_DAY {
	background-color: #CD5C5C !important;
}

.PERSONAL_DAY {
	background-color: #FFA07A !important;
}

.SICK_DAY_PAID {
	background-color: #808000 !important;
}

.SICK_CALL_NOT_PAID {
	background-color: #808000 !important;
}

.Shift_Trade {
	background-color: #0ba501 !important;
}

.BEREAVEMENT {
	background-color: #c4d7ba !important;
}

.STAT_WORKING {
	background-color: #cccc99 !important;
}

.half_sick_day_paid {
	background-color: #ffe6e6 !important;
}

.half_pto {
	background-color: #a489fa !important;
}

.half_sick_day {
	background-color: #33CCCC !important;
}

.sick_day_Appt_paid {
	background-color: #99FF99 !important;
}

.fourth_sick_day {
	background-color: #b2b20d !important;
}

.STAT_OFF {
	background-color: #cccc99 !important;
}

.SUSPENDED {
	background-color: #008080 !important;
}

.sick_call {
	background-color: rgba(255, 128, 64, 0.64) !important;
}

.SICK_CALL_NOT_PAID {
	background-color: #808000 !important;
}

.STAT_WORKING {
	background-color: #cccc99 !important;
}

.STAT_OFF {
	background-color: #cccc99 !important;
}

.long_term_vacation {
	background-color: rgba(193, 189, 66, 0.76) !important;
}

.No_Show {
	background-color: rgb(111, 208, 246) !important;
}

.pto {
	background-color: #91f191 !important;
}

.Extra_work {
	background-color: rgba(128, 0, 255, 0.31) !important;
}

.Fleet_Issues {
	background-color: #99eacf !important;
}

.Family_Emergency {
	background-color: #dbebab !important;
}

.lack_of_work {
	background-color: #b3b6e3 !important;
}

.Suspension {
	background-color: #dbebab !important;
}

.Training {
	background-color: #fefdc2 !important;
}

.LEAD {
	background-color: #e492a0 !important;
}

.completeBox1 {
	cursor: pointer;
}

.Spare {
	background-color: #ffff00 !important;
}

.Swap_Not_Working {
	background-color: rgba(62, 36, 113, 0.65) !important;
}

.Swap_Working {
	background-color: rgba(62, 36, 113, 0.24) !important;
}

.legendLabel {
	padding-left: 10px;
	padding-right: 30px;
}

.help-border {
	border: 1px solid #ccc;
	padding: 1px;
	float: left;
}

.pending {
	background-color: wheat !important;
	border-color: wheat !important;
}

.fc-event {
	color: #000 !important;
}

.card {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 0.25rem;
	display: block;
	margin-bottom: 0.75rem;
	position: relative;
}

.card-primary {
	background-color: #0275d8;
	border-color: #0275d8;
}

.card-success {
	background-color: #5cb85c;
	border-color: #5cb85c;
}

.card-info {
	background-color: #5bc0de;
	border-color: #5bc0de;
}

.card-warning {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

.card-danger {
	background-color: #d9534f;
	border-color: #d9534f;
}

.card-block {
	padding: 1.25rem;
}

.text-xs-center {
	text-align: center !important;
}

.card-blockquote {
	border-left: 0 none;
	margin-bottom: 0;
	padding: 0;
}

blockquote {
	margin: 0 0 1rem;
}

.card-inverse .card-blockquote, .card-inverse .card-footer,
	.card-inverse .card-header, .card-inverse .card-title {
	color: #fff;
}

card-inverse .card-blockquote>footer, .card-inverse .card-link,
	.card-inverse .card-text {
	color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-blockquote>footer, .card-inverse .card-link,
	.card-inverse .card-text {
	color: rgba(255, 255, 255, 0.65);
}

.card-inverse {
	/*     width: 31%; */
	float: left;
	margin: 10px;
}

.icon-for-dashboard {
	color: #0275d8;
	width: 80px;
	height: 80px;
	background: #fff;
	text-align: center;
	border-radius: 49px;
	-webkit-border-radius: 49px;
	-moz-border-radius: 49px;
	-o-border-radius: 49px;
}

.fa-file-text-o:before {
	font-size: 50px;
	position: absolute;
	margin-left: -19px;
	margin-top: 12px;
}

.text-d:before {
	color: #5CB85C !important;
}

.text-a:before {
	color: #5BC0DE !important;
}

.text-b:before {
	color: #F0AD4E !important;
}

.text-c:before {
	color: #D9534F !important;
}

.card-primary {
	background-color: #0275d8;
	border-color: #0275d8;
}

.card-success {
	background-color: #5cb85c;
	border-color: #5cb85c;
}

.card-info {
	background-color: #5bc0de;
	border-color: #5bc0de;
}

.card-warning {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

.card-danger {
	background-color: #d9534f;
	border-color: #d9534f;
}

.market-update-left h3 {
	margin-top: -1px;
}

#superPerformChart .nv-axisMaxMin {
	display: none;
}

.tech-sign {
	margin-top: -25px;
	text-align: right;
	padding-right: 14px;
	font-weight: bold;
}

.had-taskcode-history {
	color: darkviolet;
}

.fleet-appointment-Approved {
	background-color: #5cb85c !important;
	border-color: #5cb85c !important;
}

.fleet-appointment-Garage_Approved {
	background-color: #bbe769 !important;
	border-color: #bbe769 !important;
}

.tooltip.top {
	left: 3px !important;
}

.vis-current-time {
	display: none;
}

#jSignature canvas {
	height: 220px !important;
}

.jSignatureStyle #jSignature {
	height: 180px !important;
}

.vis-item-content {
	width: 100%;
	font-size: 16px;
}

.vis-item-content .badge {
	margin-left: 5px;
}

.high-red .badge {
	background-color: #d9534f !important;
}

.high-green  .badge {
	background-color: rgb(0, 172, 62) !important;
}

.high-blue  .badge {
	background-color: rgb(0, 136, 206) !important;
}

.high-orange .badge {
	background-color: rgb(242, 161, 64) !important;
}

.high-red {
	background-color: rgb(217, 83, 79, 0.6) !important;
	color: #fff !important;
	border-color: #d9534f !important;
	height: 55px;
}

.high-orange {
	background-color: rgb(242, 161, 64, 0.6) !important;
	color: #fff !important;
	border-color: rgb(242, 161, 64) !important;
	height: 55px;
}

.high-green {
	background-color: rgb(0, 172, 62, 0.6) !important;
	color: #fff !important;
	border-color: rgb(0, 172, 62) !important;
	height: 55px;
}

.high-blue {
	background-color: rgb(0, 136, 206, 0.5) !important;
	color: #fff !important;
	border-color: rgb(0, 136, 206) !important;
	height: 55px;
}

#timelineheader {
	position: relative;
	left: 20px;
	top: 90px;
	z-index: 10;
}

.legendLabel {
	padding-right: 21px !important;
}

.swapClass {
	background-color: yellow !important;
}

.ng-dirty.ng-invalid {
	border-color: red !important;
}

.line-box1 div {
	height: 9px;
	/* 	background-color: red; */
	width: 20px;
	float: left;
	margin: 4px 3px 0 10px;
}

.line-box1 {
	line-height: 17px;
}

.height20 {
	height: 20px !important;
}

.height50 {
	height: 50px !important;
}

.height40 {
	height: 40px !important;
}

/* .jobDescriptionTxtBox #mceu_14, .businessAddressTxtBox #mceu_14 {
	display: none !important;
} */

.jobDescriptionTxtBox, .businessAddressTxtBox {
	height: auto !important;
}

.businessAddPrint {
	margin-top: -5px;
}

@media print {
	.businessAddPrint p {
		margin: 0px !important;
		line-height: 5px !important;
		padding: 0px !important;
	}
}

.assign-to-multi-select .dropdown-multiselect, .assign-to-multi-select button
	{
	width: 100%;
}

.height38 {
	height: 38px !important;
}

#techWoChart g nvd3 nv-wrap nv-axis g text {
	text-anchor: end !important;
	transform: rotate(0deg) !important;
}

#techWoChart .nv-axis g .zero text {
	text-anchor: start !important;
	transform: rotate(75deg) !important;
}

#svgFleetAmount .nv-x text {
	font-size: 10px !important;
}

#timesheet-list-mobile .tdDate {
	min-width: 65px;
}

.tdDate {
	min-width: 65px;
}

.linktype {
	cursor: pointer !important;
}

.barcode-gen-div {
	width: 235px !important;
	border: 1px red dotted;
	float: left;
	padding: 6px !important;
	overflow: hidden !important;
}

.navbar-element {
	position: relative;
	top: 25px;
	margin: 10px;
	float: none;
	vertical-align: top;
}

@media screen and (max-width:600px) {
	.header-element {
		display: none !important;
	}
	.header-button {
		padding-left: 2px;
		padding-right: 2px;
	}
}

@media screen and (max-width: 768px) {
	.header-notification {
		display: none !important;
	}
}

@media screen and (max-width: 1160px) {
	.header-dropdown {
		display: none !important;
	}
	.hide-footer {
		display: none !important;
	}
}

@media ( min-width : 600px) and (max-width: 767px) {
	.top-nav {
		position: absolute !important;
		right: 40% !important;
		top: 0px !important;
	}
}

@media ( min-width : 768px) and (max-width: 1160px) {
	.header-logo {
		display: none !important;
	}
}

@media screen and (min-width:768px) and (max-width: 860px) {
	.header-label {
		top: 15px;
	}
}

@media screen and (min-width:860px) and (max-width: 1160px) {
	.header-label {
		left: 130px;
	}
}

.jobform-channel-table {
	width: 100%;
	border: 1px solid lightblue;
	margin-top: 15px
}

.jobform-channel-table-cell {
	background-color: #eaf0fd;
	padding-left: 20px;
}

.jobform-details {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid lightblue;
	background-color: #eaf0fd;
}

.highlight-cell {
	background-color: #1d3367;
	color: white;
}

.modal {
	overflow-y: auto !important;
}

/**input:invalid {
  background-color: #ffdddd;
}
select:invalid{
  background-color: #ffdddd;
}
textarea:invalid{
	background-color: #ffdddd;
}
**/
.multiselect-parent .dropdown-header {
	color: #000;
	font-weight: bolder;
	font-size: 13px;
	padding: 4px 5px;
}

.taskcode-Approved {
	background-color: #bee8be;
	border-color: #bee8be;
	color: #000 !important;
}

.bootbox-error .modal-header {
	background-color: #fcf8e3 !important;
	color: #8a6d3b !important;
}

.bootbox-success .modal-header {
	background-color: #dff0d8 !important;
	color: #3c763d !important;
}

.job-date-picker {
	width: 114px;
	color: #fff;
	text-align: center;
	padding: 0;
	font-size: 18px;
	line-height: 0;
	border: none;
	outline: none;
}

.cal-date-changer {
	font-size: 16px;
	cursor: pointer;
}

.order-date-range {
	cursor: pointer;
	padding: 5px 10px;
	border: 1px solid lightblue !important;
	margin-top: -5px !important;
}

.input-text-area {
	min-height: 80px;
}

.job-attribute {
	padding: 8px;
	min-height: 75px;
}

.tab-pane-item {
	padding: 10px;
}

.table-line-break {
	display: table;
}

.file-position {
	position: relative;
	overflow: hidden;
	height: 35px;
}

.btn-file-style {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 50px;
	text-align: left;
	filter: alpha(opacity = 0);
	opacity: 0;
	cursor: inherit;
	display: block;
	width: 84px;
}

.file-name-size {
	font-size: 12px;
}

@media screen and (max-width:768px) {
	.file-name-style {
		font-size: 20px;
	}
}

.image-validation img {
	max-width: 60px;
	max-height: 70px;
}

#map {
	display: block;
	width: 100%;
	height: 550px;
	margin: 0 auto;
	-moz-box-shadow: 0px 5px 20px #ccc;
	-webkit-box-shadow: 0px 5px 20px #ccc;
	box-shadow: 0px 5px 20px #ccc;
}

.map-container {
	margin: 5px;
}

.dw-review-panel-container {
	border-top: 1px solid #ddd;
	margin-top: 25px;
	font-size: 16px;
	padding-bottom: 10px;
}

.dw-review-panel-container span {
	position: absolute;
	margin-top: -15px;
	padding: 1px 5px 1px 5px;
	margin-left: -5px;
	border-radius: 9px;
	color: #fff;
}

.unassigned-job-datepicker {
	position: absolute;
	cursor: pointer;
	margin-left: 37%;
	text-align: center;
}

.vis-labelset .vis-label {
	height: 75px !important;
}

.vis-foreground .vis-group {
	height: 75px !important;
}

.over-time {
	color: red !important;
}

.under-time {
	color: green !important;
}

.dw-attr-panel-container {
	border-top: 1px solid #767474;
	margin-top: 20px;
	font-size: 15px;
	padding-bottom: 20px;
}

.dw-attr-panel-container span {
	background: #ffffff;
	color: #000;
	font-weight: bold;
	padding: 2px 10px 0 10px;
	margin-left: -15px;
	position: absolute;
	margin-top: -15px;
}

.remove-border .scheduler-border {
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
}

.remove-border .scheduler-border legend {
	margin-left: -20px;
}

.safetyInspection select[multiple] {
	height: 160px !important;
}

.red-class {
	color: red !important;
}

.red-class select[multiple] {
	border-color: red !important;
}

.red-class .pull-right {
	width: 40px;
	background-color: red;
	height: 15px;
	margin-left: 10px;
	margin-top: 3px;
	border-radius: 4px;
}

.orange-class {
	color: orange !important;
}

.orange-class select[multiple] {
	border-color: orange !important;
}

.orange-class .pull-right {
	width: 40px;
	background-color: orange;
	height: 15px;
	margin-left: 10px;
	margin-top: 3px;
	border-radius: 4px;
}

.yellow-class {
	color: #ffc60c !important;
}

.yellow-class select[multiple] {
	border-color: #ffc60c !important;
}

.yellow-class .pull-right {
	width: 40px;
	background-color: #ffc60c;
	height: 15px;
	margin-left: 10px;
	margin-top: 3px;
	border-radius: 4px;
}

.green-class {
	color: green !important;
}

.green-class select[multiple] {
	border-color: green !important;
}

.green-class .pull-right {
	width: 40px;
	background-color: green;
	height: 15px;
	margin-left: 10px;
	margin-top: 3px;
	border-radius: 4px;
}
/* .grid-hyper-link a:hover, a:focus {
	color:#fff !important;
} */
.alert-info .alert-link {
	color: #245269;
}

.alert-warning {
	color: #804040;
	background-color: #f3e8b1;
	border-color: #d7c195;
}

@media screen and (max-width: 768px) {
	.navbar-fixed-top .navbar-header {
		width: 100% !important;
	}
}
.multi-select-dd {
	width:100%;
}
.multi-select-dd div {
	width:100%;
}
.multi-select-dd button {
	width:100%;
}
#jSignatureNew canvas {
	height: 210px !important;
}

#jSignatureHr canvas {
	height: 210px !important;
}

.tooltipnew .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	margin-left: 8px;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}

.tooltipnew:hover .tooltiptext {
	visibility: visible;
}
.popUpheight {
	height: 400px !important;
}

.bell-notification {
  color:#9d9d9d;
  text-decoration: none;
  padding: 20px 16px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  font-size: 22px;
  
}

/*.bell-notification:hover {
 -- background: #d9534f;
}*/

.bell-notification .badge {
  position: absolute;
  top: 4px;
  right: -9px;
  padding: 5px 10px;
  border-radius: 50%;
  background-color:#d9534f;
  color: white;
  font-weight:bold;
  text-align:center;
  font-size:12px;
  line-height:1;
}

.np-details-inner-time {
    color: #fff;
    right: 0;
    margin-right: 57px;
    margin-top: 37px;
    position: absolute;
    font-weight: bold;
    z-index: 999;
    background-color: #fff !important;
    width: 65%;
    opacity: 1;
}

.customSarchForJobSelect .select2-container {
	display:inline !important;
	width: 250px !important;
}
.please_wait {
  animation: blinker 1s linear infinite;
  text-align: center;
  font-weight: bold;
  color:red
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.datepicker {
  height: 330px !important;
}