select, select.form-control {
	-moz-appearance: auto;
	-webkit-appearance: auto;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active {
	box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
	background-color: #c50f0d;
	color: #FFFFFF;
}
.dropdown-menu .dropdown-item:hover a, .dropdown-menu .dropdown-item:focus a, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active {
	box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
	background-color: #c50f0d;
	color: #FFFFFF;
}
a {
	color: #c20d0b;
}
b, strong {
	font-weight: bold;
}
.border_r1 {
	border-right: 1px solid #ccc;
}
.top-50 {
	margin-top: 50px
}
.mar-t10 {
	margin-top: 10px
}
.full-width {
	width: 100%;
}
.text-12 {
	font-size: 12px!important;
}
.text-16 {
	font-size: 16px!important;
}
.pos-ab {
	position: absolute;
}
.border-right {
	border-right: 1px solid #999999 !important;
	border-radius: 0px!important;
}
.card-avatar {
	margin: -50px auto 0;
	border-radius: 50%;
	overflow: hidden;
	padding: 0;
	box-shadow: 0 16px 38px -12px rgb(0 0 0 / 4%), 0 4px 25px 0px rgb(0 0 0 / 10%), 0 8px 10px -5px rgb(0 0 0 / 3%);
}
.btn {
	position: relative;
	padding: 12px 10px!important;
	margin: 0.3125rem 1px;
}
.bmd-form-group [class^='bmd-label'], .bmd-form-group [class*=' bmd-label'] {
	position: initial!important;
}
textarea {
	height: 40px !important;
	resize: inherit!important;
	line-height: 1.428571 !important;
}
.table p {
	margin-bottom: 0px!important
}
.minh-60 {
	min-height: 60px;
}
.mar-t33 {
	margin-top: 33px!important;
}
/*-------------------------------------------------------------------------Background color-------------------------------*/
.bg-yellow {
	background-color: #ffdc09
}
.black-bg {
	background: linear-gradient(60deg, #222529, #000000)!important;
	color: #fff;
}
.red-bg {
	background: linear-gradient(60deg, #c91310, #bb0606)!important;
	color: #fff;
}
.green-bg {
	background-color: #33ffd0!important;
}
.lred-bg {
	background-color: #ff6868!important;
}
.yellow-bg {
	background-color: #d1fd49!important;
}

.bg-trans {
	border: 0;
	background: transparent;
}
.alert.alert-info {
	box-shadow: 0 4px 20px 0px rgb(0 0 0 / 0%), 0 7px 10px -5px rgb(0 188 212 / 0%)!important;
}
/*------------------Background color ends-------------------------------*/



.fourblocks .card, .about .card {
	background: #fff;
}

ul.about-info {
	background: #f2f4f7;
	padding: 20px 10px;
	text-align: left;
	list-style: none;
}
ul.about-info li {
	padding-bottom: 10px;
}

.table thead tr th {
	font-size: 13px;
}
.table thead tr th {
	font-size: 13px;
}
ul.table-icon-set {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.table-icon-set li {
	display: inline-block;
	padding-right: 2px;
}
ul.table-icon-set li a {}
ul.table-icon-set li a i:hover {
	color: #C41518
}
ul.table-icon-set li a i {
	font-size: 16px;
	color: #000000;
}
/*Scroll to top*/
.back-to-top {
	position: fixed;
	bottom: 25px;
	right: 25px;
	display: none;
	z-index: 99999999999999999;
}

/*----------------------------------------------------------------------------------------------MENU-----------------------*/
.sidebar .nav li:first-child > a {
	margin: 0 0px !important;
}
.sidebar[data-color="purple"] li.active > a {
	background-color: #bf0a09;
	box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgb(255 151 151);
}
.nq {
	position: relative;
	top: 8px;
}
/*--------------------------------------------------------------------------MENU ends*/

/*-------------------------------------------------------------------------------------Notification------------------*/
.mkl-noti {
	padding-right: 0px;
	padding-left: 0px;
}
.mkl-noti.row {
	padding-right: 0px!important;
	padding-left: 0px!important;
}
.mkl-noti .dropdown-item {
	padding-right: 0px!important;
	padding-left: 0px!important;
	border-bottom: 1px solid #fff;
}
.mkl-noti .dropdown-item div {
	text-overflow: ellipsis;
	/* Required for text-overflow to do anything */
	white-space: nowrap;
	overflow: hidden;
}

/*---------------------------------------------------------------------------------------------------------DATA TABLE*/
table.dataTable tbody td, table.dataTable thead th {
	height: 35px;
}
.dataTables_length label {
	text-transform: capitalize;
}
.dataTables_length select {
	margin-right: 14px;
	padding: 0px 5px;
}
#cj-data_wrapper .col-xs-6 {
	flex: 0 0 50%!important;
	max-width: 50%!important;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.table.table-hover tbody tr:hover {
	background-color: #e6e6e6!important;
}
/*----------------------------------------------------------------------------LOGIN FORM--------------------*/
.login {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
}
.login .form-control {
	border: 1px solid #ddd;
	height: 40px;
	border-bottom: none;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 0;
	font-size: 14px;
}
#loginform {}
#loginform .form-group, #loginform label {
	text-align: left;
}

/*------------------------------------------------------------------------------------------------ CALENDER*/
.calender-top-section .table > thead > tr > th {
	text-align: center;
	font-size: 13px;
	color: #fff;
	letter-spacing: 1px;
}
.calender-top-section .table > tbody > tr > td {
	text-align: center
}

.fc-view-container, .fc-header-toolbar {
	padding: 0px 20px
}
#calendar {
	max-width: 100%;
	margin: 40px auto;
}
#calendar button {
	outline: none!important;
	border: none!important;
}
#calendar h2, #calendar span {
	color: #000000!important;
}
.popper, .tooltip {
	position: absolute;
	z-index: 9999;
	background: #FFC107;
	color: black;
	width: 150px;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	padding: 10px;
	text-align: center;
}
.style5 .tooltip {
	background: #1E252B;
	color: #F00;
	max-width: 200px;
	width: auto;
	font-size: .8rem;
	padding: .5em 1em;
}
.popper .popper__arrow, .tooltip .tooltip-arrow {
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	margin: 5px;
}
.tooltip .tooltip-arrow, .popper .popper__arrow {
	border-color: #FFC107;
}
.style5 .tooltip .tooltip-arrow {
	border-color: #1E252B;
}
.popper[x-placement^="top"], .tooltip[x-placement^="top"] {
	margin-bottom: 5px;
}
.popper[x-placement^="top"] .popper__arrow, .tooltip[x-placement^="top"] .tooltip-arrow {
	border-width: 5px 5px 0 5px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	bottom: -5px;
	left: calc(50% - 5px);
	margin-top: 0;
	margin-bottom: 0;
}
.popper[x-placement^="bottom"], .tooltip[x-placement^="bottom"] {
	margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow, .popper[x-placement^="bottom"] .popper__arrow {
	border-width: 0 5px 5px 5px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	top: -5px;
	left: calc(50% - 5px);
	margin-top: 0;
	margin-bottom: 0;
}
.tooltip[x-placement^="right"], .popper[x-placement^="right"] {
	margin-left: 5px;
}
.popper[x-placement^="right"] .popper__arrow, .tooltip[x-placement^="right"] .tooltip-arrow {
	border-width: 5px 5px 5px 0;
	border-left-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
	left: -5px;
	top: calc(50% - 5px);
	margin-left: 0;
	margin-right: 0;
}
.popper[x-placement^="left"], .tooltip[x-placement^="left"] {
	margin-right: 5px;
}
.popper[x-placement^="left"] .popper__arrow, .tooltip[x-placement^="left"] .tooltip-arrow {
	border-width: 5px 0 5px 5px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	right: -5px;
	top: calc(50% - 5px);
	margin-left: 0;
	margin-right: 0;
}
.fc-dayGridMonth-button, .fc-timeGridWeek-button, .fc-timeGridDay-button, .fc-today-button {
	text-transform: capitalize;
}
.fc-button {
	border-radius: none!important;
}
.fc-button-primary:not(:disabled).fc-button-active, .fc-button-primary:not(:disabled):active {
	color: #fff;
	background-color: #1a252f;
	background: linear-gradient(60deg, #ef5350, #cb0000);
	border: none;
}
.fc-button-primary {
	color: #fff;
	background: linear-gradient(60deg, #353535, #0a0a0a);
	border-color: #a52a2a00;
}
#calendar span.fc-icon {
	color: #ffffff!important;
}
/* CSS for custom pagination */
ul.setPaginate li.setPage {
	padding: 15px 10px;
	font-size: 14px;
}
ul.setPaginate {
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: hidden;
	font: 12px 'Tahoma';
	list-style-type: none;
}
ul.setPaginate li.dot {
	padding: 3px 0;
}
ul.setPaginate li {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}
ul.setPaginate li a {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #cccccc;
	color: #999999;
	display: inline-block;
	font: 15px/25px Arial, Helvetica, sans-serif;
	margin: 5px 3px 0 0;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;
}
ul.setPaginate li a:hover, ul.setPaginate li a.current_page {
	background: linear-gradient(60deg, #c91310, #bb0606)!important;
	border: linear-gradient(60deg, #c91310, #bb0606)!important;
	color: #ffffff;
	text-decoration: none;
}
ul.setPaginate li a {
	color: black;
	display: block;
	text-decoration: none;
	padding: 5px 8px;
	text-decoration: none;
}
.notif-unseen {
	background-color: whitesmoke
}
/* For vehicle image section */
.vehicle-img {
	margin-bottom: 15px;
	border: 5px solid #f5f5f5;
	outline: 1px solid #d0d0d0;
	position: relative;
	overflow: hidden;
	height: 140px;
}
.vehicle-img a img {
	width: 100%;
	height: 100%;
}
.veh-no-img {
	color: #797979;
	font-weight: 600;
}
.vehicle-img span.file-close-cross {
	position: absolute;
}
.vehicle-img span.file-close-cross i {
	font-size: 18px;
	color: red;
	margin: 5px;
}
.vehcle-img-zoom img {
	height: 100px;
}
#vehcle-img-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8) none 50% / contain no-repeat;
	cursor: pointer;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
}
#vehcle-img-overlay.open {
	visibility: visible;
	opacity: 1;
	z-index: 9999999;
}
#vehcle-img-overlay:after { /* X button icon */
	content: "\2715";
	position: absolute;
	color: #fff;
	top: 10px;
	right: 20px;
	font-size: 2em;
}

/*----------------------------------------------------------------------------------------------------------------Miscellaneous*/
.table tr td:first-child{
  min-width: 29px!important;
}

.table tr td{
  min-width: 65px;
}
.table-search {
	padding: 20px;
}
.add-job-section .form-control {
	background: no-repeat center bottom, center calc(100% - 1px);
	background-size: 0 100%, 100% 100%;
	border: 1px solid #ddd;
	height: 40px;
	border-bottom: none;
	transition: background 0s ease-out;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 0;
	font-size: 14px;
}
.add-job-section .form-control, .add-job-section .is-focused .form-control {
	background-image: linear-gradient(to top, #9c27b0 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px)!important;
}
.add-job-section .add-job-section label {
	color: #AAAAAA;
	background: #fff;
	padding: 5px 5px 5px 0px;
}

.heading1 {
	text-transform: uppercase;
	letter-spacing: 2px;
	border-left: 5px solid #ea2927;
	padding-left: 10px;
	margin: 20px 0px 20px 0px;
	font-weight: 800;
	/*	border-right: 5px solid #ea2927;
*/ padding-right: 10px;
}
.bulk-sms {
	text-align: right;
	/*border-left: 1px solid #97a3af;*//*border-left: 1px solid #97a3af;*/
	padding-top: 18px;
}
.expand-row {
	width: 20%;
	background-color: #FFFFFF!important;
}
.cus-3links span:first-child {
	display: block;
	font-weight: bold;
	text-align: center;
}
.cus-3links span:nth-child(2) input {
	height: 18px;
}
.cus-3links span:nth-child(3) {}
.heading2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	border-left: 5px solid #ea2927;
	padding-left: 10px;
	margin: 8px 0px 0px 0px;
	font-weight: 800;
	/* border-right: 5px solid #ea2927; */
	padding-right: 10px;
}
.r-vcenter {
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 10px;
	margin: 15px 0px 4px 0px;
	font-weight: 800;
	padding-right: 10px;
	text-align: right;
}
.r-vcenter label {
	color: #ff7b7a;
	font-weight: bold;
	padding-right: 8px;
	position: relative;
	top: -2px;
}
/*-----------------------------------------------------------------------------------Responsive*/
@media (max-width: 575px) {
	.vehicle-img {
		height: 120PX;
	}
}
@media (max-width: 460px) {
	.vehicle-img {
		height: 110PX;
	}
	.veh-img-wrap .col-sm-2.col-xs-4 {
		padding-right: 0;
	}
	.veh-img-wrap .col-sm-2.col-xs-4:nth-child(3) {
		padding-right: 15px;
	}
}
@media (max-width: 389px) {
	.vehicle-img {
		height: 90PX;
	}
}
@media (max-width: 991px) {
	.enquiry-icon{
		display: none;
	}
	.notification-icon{
		display: none;
	}
	.tech-efficiency{display: none!important;}
	
	#navbarDropdownMenuLink{display: none;}
	.sidebar .nav li a, .sidebar .nav li .dropdown-menu a {
		border-bottom: 0px solid #e2e2e2;
	}
	.sidebar .sidebar-wrapper {
		position: relative;
		height: calc(100vh - 75px);
		overflow: auto;
		width: 96%;
		z-index: 4;
		padding-bottom: 30px;
	}
}


/* 01-04-21 */
.estimates-work tr:first-child td input[type=text], .estimates-work tr:first-child td select, .estimates-work tr:first-child td textarea, .approved-work tr:first-child td input[type=text], .approved-work tr:first-child td select, .approved-work tr:first-child td textarea {
    font-weight: bold;
}

/* 06-04-21 */
.estimates-work tr td input[type=text], .estimates-work tr td select, .estimates-work tr td textarea, .approved-work tr td input[type=text], .approved-work tr td select, .approved-work tr td textarea {
    font-size: 15px !important;
}

/* 27-05-21 */
.estimates-work tr td:nth-child(4) input[type=text], .estimates-work tr td:nth-child(5) input[type=text], .approved-work tr td:nth-child(5) input[type=text], .approved-work tr td:nth-child(6) input[type=text] {
    color: #850101;
    font-weight: bold;
}

.approved-work tr td:nth-child(4) input[type=text], .approved-work tr td:nth-child(4) select {
	font-weight: bold;
}

.estimates-work tr:first-child td textarea, .approved-work tr:first-child td textarea{
	height: 100px !important;
}

/* Vehicle reminders */
.vehicle-reminders-wrap{
	border: 1px solid #d2cdcd;
    padding: 30px 10px;
    margin: 0 0 !important;
    box-shadow: inset 0 0 7px 0 #00000061;
    margin-top: 28px !important;
}

.vehicle-reminders-wrap .card .card-body .form-group {
    display: table;
    width: 100%;
}

.vehicle-reminders-wrap .add-job-section .form-control {
	width: 99px !important;
}

.pad-top-vr{
	margin-top: 7px !important;
}
.vr-service{
	width: 50% !important;
	float: left;
}

.vehicle-reminders-wrap .pad-top-vr {
	padding-bottom: 0 !important;
	margin-top: 9px !important;
}

/* Technician dashbaord efficiency */
.tech-dashboard-effi {
    height: 300px;
    font-size: 35px;
    padding-top: 125px;
}
@media(min-width:576px) {
	.tech-dashboard-effi {
	    font-size: 45px;
	}
}
@media(min-width:1200px) {
	.tech-dashboard-effi {
	    font-size: 100px;
	}
}

/*----------11-Aug-2021---------*/
.estimates-work .input-group-sm {
	flex-wrap: nowrap !important;
}

.estimates-work tr:first-child td input[type=text] {
	width: 130px !important;
}

.estimates-work tr td:nth-child(4) input[type=text], .estimates-work tr td:nth-child(5) input[type=text], .approved-work tr td:nth-child(4) input[type=text], .approved-work tr td:nth-child(5) input[type=text] {
	width: 130px !important;
}


.approved-work .input-group-sm {
	flex-wrap: nowrap !important;
}

.approved-work tr:first-child td input[type=text] {
	width: 130px !important;
}

.approved-work tr td:nth-child(4) input[type=text], .estimates-work tr td:nth-child(5) input[type=text], .approved-work tr td:nth-child(4) input[type=text], .approved-work tr td:nth-child(5) input[type=text] {
	width: 130px !important;
}
/*---------------*/

@media (max-width: 1199px) {
	.vehicle-reminders-wrap .form-label {
		font-size: 10px;
	}

	.vehicle-reminders-wrap .checkbox-size input[type="checkbox"] {
		width: 10px !important;
		height: 10px !important;
		position: absolute;
		top: 40px;
		z-index: 9999 !important;
	}

	.vehicle-reminders-wrap .form-control {
		height: 30px !important;
	}

	.vr-service {
    width: 100% !important;
}

}

@media (max-width: 991px) {
	.vehicle-reminders-wrap .form-label {
		font-size: 13px;
	}

	.vehicle-reminders-wrap .checkbox-size input[type="checkbox"] {
		width: 15px !important;
		height: 15px !important;
		position: relative;
		top: 0 !important;
	}

	.vehicle-reminders-wrap .form-control {
		height: 40px !important;
	}

	.vr-service {
    width: 50% !important;
}
}

.ui-autocomplete {
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index:1000 !important;
}

/* greenlight/redlight toggle: start */
ul.vfc-left-block {
 list-style: none;
 margin-bottom: 40px;
 padding-left: 0px;
}

/*ul.vfc-left-block li span.description {
 position: relative;
 top: -13px;
 font-weight: 400;
 white-space: break-spaces;
}
ul.vfc-left-block li span.sl-no {
 position: relative;
 top: -13px;
 font-weight: 600;
}*/
ul.vfc-left-block li {
 float: right;
}
.cus-check {
 display: inline-block;
 position: relative;
 padding-left: 35px;
 margin-bottom: 12px;
 cursor: pointer;
 font-size: 22px;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 min-height: 20px;
}

.cus-check input {
 position: absolute;
 opacity: 0;
 cursor: pointer;
 height: 0;
 width: 0;
}

.cus-check input:checked~.checkmark.green {
 background-color: #23af4c;
}

.checkmark {
 position: absolute;
 top: 0;
 left: 0;
 height: 25px;
 width: 25px;
 background-color: #eee;
}

.cus-check input:checked~.checkmark.red {
    background-color: #f00;
 }
/* greenlight/redlight toggle: end */

.estimates-work tr td textarea.part-description2, .approved-work tr td textarea.part-description2{
	height: 65px !important;
}