/*=================font-face Start=================*/
@font-face {
	font-family: 'helveticaneueregular';
	src: url('../fonts/helveticaneue-webfont.eot');
	src: url('../fonts/helveticaneue-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/helveticaneue-webfont.woff2') format('woff2'),
	url('../fonts/helveticaneue-webfont.woff') format('woff'),
	url('../fonts/helveticaneue-webfont.ttf') format('truetype'),
	url('../fonts/helveticaneue-webfont.svg#helveticaneueregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'helveticaneuebold';
	src: url('../fonts/helvetica_neu_bold-webfont.eot');
	src: url('../helvetica_neu_bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/helvetica_neu_bold-webfont.woff2') format('woff2'),
	url('../fonts/helvetica_neu_bold-webfont.woff') format('woff'),
	url('../fonts/helvetica_neu_bold-webfont.ttf') format('truetype'),
	url('../fonts/helvetica_neu_bold-webfont.svg#helveticaneuebold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'helveticaneuelight';
	src: url('../fonts/helveticaneue_light-webfont.eot');
	src: url('../fonts/helveticaneue_light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/helveticaneue_light-webfont.woff2') format('woff2'),
	url('../fonts/helveticaneue_light-webfont.woff') format('woff'),
	url('../fonts/helveticaneue_light-webfont.ttf') format('truetype'),
	url('../fonts/helveticaneue_light-webfont.svg#helveticaneuelight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'helveticaneuemedium';
	src: url('../fonts/helveticaneue_medium-webfont.eot');
	src: url('../fonts/helveticaneue_medium-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/helveticaneue_medium-webfont.woff2') format('woff2'),
	url('../fonts/helveticaneue_medium-webfont.woff') format('woff'),
	url('../fonts/helveticaneue_medium-webfont.ttf') format('truetype'),
	url('../fonts/helveticaneue_medium-webfont.svg#helveticaneuemedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*=================font-face End=================*/


html, body {
	margin: 0;
	padding: 0;
}
body{
	/*font-family: 'helveticaneueregular';
	font-family: 'helveticaneuemedium';*/
	font-family: 'helveticaneuelight';
	background: #f0f2f3;
	font-size: 16px;
	color: #0F295A;
}
div.sitebar-main-list a {
	color: #ffffff;
}
td a {
	color: #000000 !important;
}
a:hover, a:focus{
	color: #0B1B42;
}
a, a:hover, a:focus{
	text-decoration: none;
	outline: 0 !important;
}
img{
	max-width: 100%;
	display: block;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'helveticaneuebold';
}

.loader {
	border: 4px solid #f3f3f3; /* Light grey */
	border-top: 4px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 30px;
	height: 30px;
	animation: spin 2s linear infinite;
	margin: auto; /* Center spinner in the SweetAlert */
}

/* Base styling for the datepicker */
.datepicker {
	/*font-family: 'Arial', sans-serif;*/ /* Replace with your preferred font */
	border: 1px solid #B0BEC5; /* Border for the entire datepicker */
	box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Soft shadow for 3D effect */
	border-radius: 4px; /* Rounded corners for a modern look */
}

.datepicker table {
	width: 100%;
}

.datepicker th, .datepicker td {
	padding: 8px;
	text-align: center;
}

/* Active (selected) date styling */
.datepicker .day.active, .datepicker .day.active:hover {
	background-color: #2979FF; /* Bright blue for active dates */
	color: white;
}

/* Hover states for days */
.datepicker .day:hover {
	background-color: #E3F2FD; /* Light blue background on hover for non-disabled days */
	cursor: pointer;
}

/* Disabled day improvements */
.datepicker .day.disabled {
	color: #B0BEC5; /* Blue Gray color, as suggested */
	background-color: #ECEFF1; /* Light gray background */
}

.datepicker .day.disabled:hover {
	background-color: #CFD8DC; /* Slightly darker gray on hover */
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.swal2-popup {
	padding: 12px; /* Adjust padding to reduce space */
}

.swal2-content {
	overflow: hidden; /* Prevent scrollbar */
}

.site-wrap{

}
.site-wrap:after,
.site-wrap:before{
	content: "";
	clear: both;
	display: table;
}


/*sitebar start*/
.sitebar {
	/*max-width: 420px;*/
	width: 21.9%;
	background: #33cc99;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100vh;
	z-index: 9999;
	transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
}
.site-bar-title {
	padding: 10px 21px 0px;
	background: #33cc99;
}
.site-bar-title h1 {
    font-size: 26px;
    color: #fff;
    margin: 0;
}
.sitebar-main-list ul{
	margin: 15px 20px 15px 18px;
	padding: 0 0 0;
	list-style-type: none;
}
.sitebar-main-list ul li{
	padding: 15px 0;
	border-bottom: 2px solid #0F295A;
}
.sitebar-main-list ul li:last-child{
	border-bottom:0px;
}
.sitebar-main-list ul li a{
	display: block;
	padding-left: 34px;
	position: relative;
	font-size: 18px;	
}
.sitebar-main-list ul li a:before{
	content: "";
/*	width: 24px;
	height:24px;*/
	position: absolute;
	left: 0px;
	top: auto;
	background: #FFFFFF;
	color: #33cc99;
}
.sitebar-main-list ul li a:hover:before,
.sitebar-main-list ul li a:focus:before,
.sitebar-main-list ul li.active a:before{
	color: #fff;
	background: #fff;
}
.sitebar-main-list ul li a:hover,
.sitebar-main-list ul li a:focus,
.sitebar-main-list ul li.active a{
	color: #fff;
}
.sitebar-main-list ul li a:after{
	content: "";
	display: table;
	clear: both;
}
.sitebar-main-list ul> li> a> span{
	width: 20px;
	height: 20px;
	background: #E32727;
	border: 1px solid #fff;
	border-radius: 100%;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	float: right;
	margin: 2px 0 0;
}
.sitebar-main-list ul li ul {
	margin: 10px 0 0 18px;
}
.sitebar-main-list ul li ul li {
	padding: 5px 0px 5px 15px;
	border-bottom: 0px;
}
.sitebar-main-list ul li ul li a{
	padding-left:20px;
}
.sitebar-main-list ul li ul li a::before {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0px;
	top: 8px;
	border-radius: 100%;
}
.nav-sm .sitebar {
    left: -422px;
	max-width: 420px;
}
.nav-sm .main-content {
    padding-left: 0;
}
/*sitebar end*/ 

/*main-content start*/
.main-content {
    background: #f0f2f3;
	padding-left: 21.9%; 
	transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
}
.main-content:after{
	content: "";
	clear: both;
	display: table;
}
.main-content-inner{
	float: left;
	width: 100%;
}
.main-content-header {
	padding: 24px 6px 25px 17px;
	position: sticky;
	top: 0px;
	background: #f0f2f3;
	z-index: 9;
}
.main-content-header h2 {
    margin: 0px;
    font-size: 26px;
    color: #33cc99;
}
.main-content-header-left h2 i {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    width: 47px;
}

.main-content-header-right{
	text-align: right;
}
.main-content-header-right strong{
	font-size: 18px;
    color: #0B1B42;
    display: inline-block;
    vertical-align: middle;
	font-family: 'helveticaneuemedium';
}
.main-content-header-right strong a{
    color: #33cc99;
}
.count {
    font-size: 23px;
    background: #33cc99;
    color: #fff;
    border: 2px solid #0F295A;
    border-radius: 100%;
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    margin: 0 0 0 14px;
}

.main-content-body {
    padding: 0 18px 18px 28px;
}
.tab-outer {
	position: relative;
}
.tab-outer-right{
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 4px 0 0;
}
.tab-outer-right-top {
	margin-bottom: 20px;
	position: relative;
	z-index: 10;
}
.tab-outer-right-top:after, .tab-outer-right-top:before{
	content:"";
	display: table;
	clear: both;
}
.inprogress {
	float: right;
	color: #33cc99;
	font-size: 16px;
}
.inprogress-icon{
	width: 18px;
	height: 18px;
	background: #E32727;
	border: 2px solid #fff;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	box-shadow: 1px 1px 4px #8e9295;
}
.inprogress.yellow .inprogress-icon{
	background: #E3B027;
}





.tab-outer-bottom {
	text-align: right;
}
.calender-with-count {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.calender-with-count i {
	font-size: 22px;
	color: #33cc99;
}
.calender-with-count span {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	font-size: 10px;
	height: 22px;
	line-height: 22px;
	bottom: 0px;
	color: #33cc99;
}
.review-switch {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 14px;
	color: #33cc99;
}
.switchBtn{
	display: inline-block;
	vertical-align: middle;
	width: 52px;
	height: 18px;
	background-color: #7b7b7b;
	border-radius: 18px;
	position: relative;
	overflow: hidden;
	margin-left: 5px;
}
.switchBtn > span{
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	padding: 0 0 0 22px;
	z-index: 2;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.switchBtn > span:nth-child(4){
	left: auto;
	right: 100%;
	padding: 0 22px 0 0;
	text-align: right;
}
.switchBtn > input{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	opacity: 0;
	cursor: pointer;
}
.switchBtn > input:checked{
	z-index: 3;
}
.switchBtn > input:first-child:checked + span{
	left: 0;
}
.switchBtn > input:nth-child(3):checked + span{
	right: 0;
	background: green;
}
.switchBtn > .icon{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 100%;
	z-index: 2;
	margin-left: 0px;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.switchBtn > input:nth-child(3):checked + span	+ .icon{
	left: 100%;
	margin-left: -18px;
}


.main-content-body h3{
	color: #0F295A;
	font-size: 26px;
	margin: 30px 0 15px;
}
.tab-outer .nav > li > a {
    padding: 10px 28px;
    color: #000000;
    font-size: 16px;
    border: 0;
	font-weight: bold;
}
.tab-outer .nav-tabs {
	border-bottom: 2px solid #0b1b42;
	position: sticky;
	top: 83px;
	background: #f0f2f3;
	z-index: 9;
}
.tab-outer .nav-tabs > li{
	margin-bottom: -2px;
}
.tab-outer .nav-tabs > li.active{
	border-radius: 4px 4px 0 0;
	border: 2px solid #0B1B42;
	border-bottom: 2px solid #f0f2f3;
}
.tab-outer .nav-tabs > li.active > a, 
.tab-outer .nav-tabs > li.active > a:focus, 
.tab-outer .nav-tabs > li.active > a:hover {
    color: #0B1B42;
    background: none;
    border: 0;
	font-family: 'helveticaneuemedium';
}
.tab-outer .nav > li > a:focus, .tab-outer .nav > li > a:hover {
    background: none;
    color: #0B1B42;
	border: 0;
}

.form-block {
    padding-bottom: 26px;
    border-bottom: 2px solid #95989A;
    margin-bottom: 36px;
}
.form-block:last-child{
	border-bottom: 0;
}
.custom-label{
	color: #0F295A;
	display: block;
	margin-bottom: 5px;
	font-family: 'helveticaneuemedium';
	font-weight: normal;
}
.main-content-body .form-control {
    color: #0F295A;
	height: 36px;
}
.main-content-body textarea.form-control {
	min-height: 84px;
}
.main-content-body .form-control::placeholder {
	color: #0F295A;
	opacity: 1; /* Firefox */
}

.main-content-body .form-control:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #0F295A;
}

.main-content-body .form-control::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #0F295A;
}
.main-content-body .checkbox label, .form-block .radio label{
	color: #0F295A;
	font-size: 14px;
}
.addReminder-button-row{
	padding:20px 0;
}
.addReminder-btn{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	color: #33cc99;
	font-family: 'helveticaneuebold';
	border: 0;
	padding: 0;
	border: none;
	outline: none;
	background: transparents;
}
.addReminder-btn:hover{
	color: #0F295A;
}
.submit-btn{
	font-size: 16px;
	background: #33cc99;
	color: #fff;
	border-radius: 4px;
	border: 0px;
	padding: 6px 30px;
	line-height: 22.85px;
	display: inline-block;
	font-family: 'helveticaneuemedium';
}
.submit-btn:hover, .submit-btn:focus{
	background: #0F295A;
	color: #fff;
}

.delete-btn {
	font-size: 16px;
	background: #e74c3c; /* Red color */
	color: #fff;
	border-radius: 4px;
	border: 0px;
	padding: 6px 30px;
	line-height: 22.85px;
	display: inline-block;
	font-family: 'helveticaneuemedium';
	white-space: nowrap;
}

.delete-btn:hover, .delete-btn:focus {
	background: #c0392b; /* Darker red for hover/focus */
	color: #fff;
}



.small-button {
	padding: 1px 6px !important;
}
.normal-btn-row {
	padding: 10px 0;
}
.normal-btn-row:after,
.normal-btn-row:before{
	content: "";
	clear: both;
	display: table;
}
input[type="date"].form-control, 
input[type="time"].form-control, 
input[type="datetime-local"].form-control, 
input[type="month"].form-control {
	line-height: inherit;
}

.body-top-btn-row{
	padding: 20px 0 0;
	margin-bottom: -30px;
}
.add-reminder-btn-small {
	font-size: 14px;
	background: #33cc99;
	color: #fff;
	border-radius: 4px;
	border: 0px;
	padding: 5px 15px 6px;
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	font-family: 'helveticaneuemedium';
}
.add-reminder-btn-small:hover, .add-reminder-btn-small:focus {
	background: #0F295A;
	color: #fff;
}
.reminder-search{
	margin:0 -10px;
}
.reminder-search:after, .reminder-search:before{
	content: "";
	clear: both;
	display: table;
}
.field-outer{
	padding:0 10px;
	box-sizing: border-box;
	float: left;
	width: 16%;
}
.reminder-search-hyphens {
	float:left ;
	font-size: 24px;
	padding:0 5px;
	width: 2%;	
}
.field-submit-outer{
	padding:0 10px;
	box-sizing: border-box;
	float: left;
	width: 14%;
}
.field-submit-outer .submit-btn{
	width: 100%;
	display: block;
	padding: 6px 10px;
}
.small-number-count {
	background: #33cc99;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	padding: 5px 10px 7px;
	display: inline-block;
	vertical-align: top;
	border-radius: 100%;
}


.reminder-list-table {
	border: 2px solid #0b1b42;
	margin: 20px 0;
	border-radius: 8px;
}
.reminder-list {
	padding: 15px 220px 15px 15px;
	border-bottom: 2px solid #0b1b42;
	position: relative;
	background: #fff;
}
.reminder-list:first-child{
	border-radius: 8px 8px 0 0;
}
.reminder-list:last-child{
	border-bottom: 0px;
}
.reminder-list:nth-child(2n){
	background: none;
}
.reminder-list-btn {
	position: absolute;
	right: 20px;
	top: 24px;
}
.reminder-list-table h4 {
	margin-bottom: 5px;
}
.reminder-list-bottom ul{
	margin: 0 0 0;
	padding: 0 0 0;
	list-style: none;
}
.reminder-list-bottom ul li{
	font-style: italic;
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
	font-size: 14px;
}
.reminder-list-bottom ul li:last-child{
	margin-right: 0px;
}
.small-red-cercle{
	width: 18px;
	height: 18px;
	background: #E32727;
	border: 2px solid #fff;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	box-shadow: 1px 1px 4px #8e9295;
	margin-right:5px;
}
.form-divider{
	margin: 26px 0;
	border-bottom: 2px solid #95989A;
}

.missing-and-bid{
	margin: 0 -7px;
}
.missing-and-bid:after, .missing-and-bid:before{
	content:"";
	clear: both;
	display: table;
}
.missing-parts, .bid-notes{
	width: 100%;
	float: left;
	padding: 0 7px;
	box-sizing: border-box;
}
.phone-reps-box {
	width: 50%;
	margin: 0 auto; /* Center the element */
	padding: 0 7px;
	box-sizing: border-box;
}

.parts-check-list-outer {
	background: #e0e0e0;
	padding: 10px 12px 12px;
	border-radius: 6px;
	margin-bottom: 11px;
}
.parts-check-list-inner{
	height: 186px;
	/*overflow-y: auto;*/
}
.parts-check-list-inner-middle{
	min-height: 600px;
}
.parts-check-list-outer .checkbox:first-child{
	margin-top: 0px;
}
.phone-reps-box-inner {
	padding: 28px 0 0;
}
.phone-reps-chatbox {
	border: 2px solid #33cc99;
	border-radius: 6px;
	margin-bottom: 15px;
}
.phone-reps-chatbox-header {
	border-radius: 3px 3px 0 0;
	background: #33cc99;
	padding: 8px 16px;
}
.phone-reps-chatbox-header h4 {
	color: #fff;
	margin: 0;
	font-size: 16px;
	line-height: 20px;
}
.small-green-cercle {
	width: 14px;
	height: 14px;
	background: #a2e536;
	border: 1px solid #fff;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	box-shadow: 1px 1px 4px #000;
}
.phone-reps-chatbox-header h4 .small-green-cercle{
	margin: -3px 5px 0 0;
}
.phone-reps-chatbox-body {
	padding: 0 14px;
	background: #fff;
	border-radius: 0 0 3px 3px;
	max-height: 187px;
	overflow-y: scroll;
}
.phone-reps-chat-row {
	padding: 12px 0 6px;
	margin-bottom: 5px;
}
.phone-reps-chat-row:last-child{
	margin-bottom: 0;
}
/*.phone-reps-chat-row:nth-child(2n){
	background: #f1f2f4;
	text-align: right;
	padding-right: 12px;
}*/
/* Changing from striping to coloring based on if chat = current user */
.phone-reps-chat-row.other-rep {
	background: #f1f2f4;
	text-align: right;
	padding-right: 12px;
}
.phone-reps-chat-row p{
	margin-bottom: -3px;
}
.phone-reps-chat-row small{
	font-size: 12px;
	font-style: italic;
	color: #707070;
}

.phone-rep-text-editor {
	border: 2px solid #33cc99;
	border-radius: 6px;
	background: #fff;
}
.phone-rep-text-editor-header {
	border-radius: 3px 3px 0 0;
	background: #0f295a;
	padding: 8px 16px;
}
.phone-rep-text-editor-header ul{
	list-style: none;
	margin: 0;
	padding: 0px;
}
.phone-rep-text-editor-header ul li{
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	font-family: 'helveticaneuemedium';
	margin-right: 5px;
}
.phone-rep-text-editor-body textarea{
	width: 100%;
	border: 0;
	padding: 10px 14px;
	box-sizing: border-box;
	min-height: 84px;
}
.bid-notes-inner .submit-btn{
	width:100%;
	text-align: center;
	font-size: 15px;
}
.bid-notes-inner .submit-btn:first-child{
	padding: 6px 3px;
}

.content-needed-outer {
	background: #e0e0e0;
	padding: 10px 12px 12px;
	border-radius: 6px;
	margin-bottom: 11px;
}
.content-needed-inner{
	height: 186px;
/*	overflow-y: auto;*/
}
.content-needed-inner-middle{
	min-height: 250px;
}
.content-needed-outer .checkbox:first-child{
	margin-top: 0px;
}
.missing-and-bid .checkbox label{
	padding-left: 34px;
}
.missing-and-bid .checkbox label input[type="checkbox"]{
	margin-left: -30px;
	transform: scale(1.5);
}
.vehicle-photo-list {
	list-style: none;
	margin: 0 -7px 35px;
	padding: 0;
}
.vehicle-photo-list:after, .vehicle-photo-list:before{
	content: "";
	clear: both;
	display: table;
}
.vehicle-photo-list li{
	float: left;
	width: 16.66%;
	padding: 0 7px;
	box-sizing: border-box;
}
button.submit-btn[disabled]{
	background: #989898;
}
.submit-btn img {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.assignments-btn-row{
	margin:0 0 15px;
}
.assignments-btn-row .submit-btn{
	padding: 6px 10px;
}
.assignments-btn-row-left {
	float: left;
}
.assignments-btn-row-left .submit-btn{
	margin-right: 10px;
}
.assignments-search{
	margin: 0 -10px;
}
.assignments-search:after, .assignments-search:before{
	content: "";
	clear: both;
	display: table;
}
.assignments-search .field-outer{
	width: 16.30%;
}
.additional-search-options-btn{
	font-family: 'helveticaneuemedium';
	color: #33cc99;
}
.additional-search-options-btn::before {
	content: "\f067";
	font-family: 'FontAwesome';
	margin-right: 5px;
}
.additional-search-options-btn.icon-minus{
	color: #0B1B42;
}
.additional-search-options-btn.icon-minus::before {
	content: "\f068";
}
.form-group {
	margin-bottom: 15px !important;
}
.assignments-search.five .field-outer:nth-child(1),
.assignments-search.five .field-outer:nth-child(2),
.assignments-search.five .field-outer:nth-child(3){
	width: 22.40%;
}
.assignments-search.five .field-outer .submit-btn{
	width: 100%;
}
.search-result-ttl{
	color: #0B1B42;
}
.search-result-btn-list{
	padding-bottom: 10px;
}
.search-result-btn-list .submit-btn{
	padding: 6px 15px;
	margin-right: 5px;
}
.assignments-table {
	width: 100%;
	border-collapse: collapse;
	position: relative;
	z-index: 2;
	border-radius: 6px;
	background: #fff;
}
.assignments-table::before {
	content: "";
	position: absolute;
	left: -2px;
	top: -2px;
	border: 2px solid #0b1b42;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border-radius: 8px;
	z-index: -1;
}
.assignments-table th{
	font-family: 'helveticaneuemedium';
	padding: 15px 10px;
	border-bottom: 2px solid #0b1b42;
} 
.assignments-table td{
	border-bottom: 2px solid #0b1b42;
	padding: 15px 10px;
	font-size: 14px;
}
.assignments-table tr td:first-child {
	color:#33cc99;
}
.assignments-table tr:last-child td {
	border-bottom: 0px;
}
.assignments-table tr:nth-child(2n){
	background:#eceeed;
}
table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::after {
	opacity: 1;
}
table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_desc_disabled::before {
	right: 1em;
	content: "\f0de";
	font-family: 'FontAwesome' !important;
	font-weight: 900;
	font-size: 16px;
	position: absolute !important;
	right: 10px;
	top: 14px;
}
table.dataTable thead .sorting::after, table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_desc_disabled::after, table.dataTable thead .sorting_desc_disabled::before {
	position: absolute;
	bottom: .5em;
	display: block;
	opacity: .3;
}
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_desc_disabled::after {
	content: "\f0dd" !important;
	font-family: 'FontAwesome' !important;
	font-weight: 900;
	right: 10px !important;
	font-size: 16px;
	bottom: 14px !important;
}
table.dataTable thead .sorting::after, table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_desc_disabled::after, table.dataTable thead .sorting_desc_disabled::before {
	position: absolute;
	bottom: .5em;
	display: block;
	opacity: .3;
}
table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::after {
	opacity: 1 !important;
}
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
	padding-right: 24px !important;
}

.assignments-table .inprogress {
	float: none;
	color: #0F295A;
	font-size: 14px;
	font-family: 'helveticaneuemedium';
}
.assignments-table .inprogress-icon {
	width: 14px;
	height: 14px;
	float: right;
	margin: 3px 0 0;
}
.inprogress.yellow .inprogress-icon{
	background: #ffe900;
}
.inprogress.green{
	color:#307c0f;
}
.inprogress.green .inprogress-icon{
	background: #9be327;
}
.inprogress.orange .inprogress-icon{
	background: #ff9b04;
}
.inprogress.gray .inprogress-icon{
	background: #94989b;
}
.inprogress.blue .inprogress-icon {
	background: 0047AB;
}
.export-assignments-row{
	padding:30px 0px;
}
.assignments-pagination {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.assignments-pagination li{
	display: inline-block;
	vertical-align: top;
	padding: 0 4px;
}
.assignments-pagination li a span{
	width: 26px;
	height: 26px;
	display: block;
	text-align: center;
	line-height: 26px;
	background: #33cc99;
	border-radius: 100%;
	color: #fff;
}
.assignments-pagination li a:hover span{
	background: #0F295A;
}

#navbarOverlay.show {
	opacity: 1;
	visibility: visible;
}
#navbarOverlay {
	background: rgba(255,255,255,0.8);
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 400ms ease 0s;
	visibility: hidden;
	width: 100%;
	z-index: 9999;
}
#menu-icon {
	cursor: pointer;
	float: left;
	padding: 5px 10px;
	background: #fff;
	border-radius: 6px;
	color: #0f295a;
	position: absolute;
	left: 15px;
	top: -4px;
}
.mobile-menu-header {
	display: none;
	position: relative;
}

.cke_reset{
	border-radius: 2px !important;
	border: 0px !important;
	overflow: hidden;
}
.cke_top {
	border: 0px !important;
	background: #33cc99 !important;
}
.cke_button_icon{
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-ms-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
}
/*.cke_reset{
	height: 126px !important;
}*/
.cke_contents.cke_reset {
	height: 84px !important;
}
a.cke_button_off:hover, a.cke_button_off:focus, a.cke_button_off:active {
	background: #33cc99 !important;
}
#cke_editor a.cke_button_on{
	background: #33cc99 !important;
}
.cke_editable{
	margin: 0 15px !important;
}

.modal{
	z-index: 99999;
	background: rgba(255,255,255,0.8);
}
.modal-header {
	padding: 25px 20px;
	border: 0;
	background: #33cc99;
	border-radius: 6px 6px 0 0;
}
.modal-header .close{
	opacity: 1;
	color: #fff;
}
.modal-header .close:focus, .modal-header .close:hover {
	color: #33cc99;
}
.modal-title{
	color:#fff;
}
.modal-body .form-block{
	padding: 5px 0 10px;
	margin: 0;
}
.modal-body .form-group:last-child {
	margin-bottom: 0px !important;
}
.modal-footer {
	padding: 20px 15px;
	background: #33cc99;
	border: 0;
	border-radius: 0 0 6px 6px;
}
.modal-footer .submit-btn:hover, .modal-footer .submit-btn:focus {
	background: #FFF;
	color: #0F295A;
}
.reminder-edit-delete-dropDown {
	position: absolute;
	right: 15px;
	top: 70px;
	background: #33cc99;
	padding: 15px;
	width: 230px;
	border-radius: 4px;
	display: none;
	z-index: 99;
}
.reminder-edit-delete-dropDown::after {
	content: "";
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 16px solid #33cc99;
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	right: 8px;
	top: -16px;
}
.reminder-edit-delete-dropDown a{
	color: #fff;
}
.delete-reminder-btn {
	border: 0;
	background: none;
	padding: 0;
	color: #fff;
	margin-top: 5px;
}
.submit-btn.addGrayBg {
	background: #8b8b8b;
}
.modal-body h3, .modal-body h4{
	margin: 0 0 15px;
}
.modal-body p{
	margin: 0 0 25px;
}
.reminder-list-btn-outer {
	position: relative;
}
.memo-table-list {
	border: 2px solid #0b1b42;
	margin: 20px 0;
	border-radius: 8px;
}
.memo-list {
	padding: 15px 15px 15px 15px;
	border-bottom: 2px solid #0b1b42;
	background: #fff;
}
.memo-list:first-child {
	border-radius: 8px 8px 0 0;
}
.memo-list:nth-child(2n) {
	background: none;
}
.memo-list:last-child {
	border-bottom: 0px;
	border-radius: 0 0 8px 8px;
}
.memo-list .flooding-memo-btn{
	color: #000000;
	background: none;
	border: 0px;
	padding: 0;
	text-align: left;
}
.reminder-list-btn-outer .reminder-list-btn {
	right: 0px;
	top: 0px;
}
.reminder-list-btn-outer .reminder-edit-delete-dropDown {
	top: 36px;
}
.dasbord-reminder-tab-outer .nav.nav-tabs {
	border: 0;
	padding-left: 15px;
}
.dasbord-reminder-tab-outer .nav-tabs > li{
	float: none;
}
.dasbord-reminder-tab-outer .nav-tabs > li.active{
	border: 0;
}
.dasbord-reminder-tab-outer .nav-tabs > li.active > a, 
.dasbord-reminder-tab-outer .nav-tabs > li.active > a:focus, 
.dasbord-reminder-tab-outer .nav-tabs > li.active > a:hover{
	background: #33cc99;
	color: #fff;
	border-radius: 4px;
	border: 0px;
	font-family: 'helveticaneuemedium';
}
.dasbord-reminder-tab-outer .reminder-list-table {
	margin-top: 0px;
}
.reminder-list-table.for-reoprt .reminder-list:last-child {
	border-radius: 0 0 8px 8px;
}
.reminder-list-table.for-reoprt .reminder-list {
	padding: 15px 15px 15px 15px;
}
.reminder-list-table.for-reoprt h4 {
	margin-top: 0;
}

.colorRed{
	color: #E32727;
}
.colorGreen{
	color: #307c0f;
}
.colorBlue{
	color: #33cc99;
}
.modalProgressBar{
	height: 40px;
	background: #0f295a;
}
.submit-btn.odd:hover{
	background: #0f295a;
	color: #fff;
}
.sources-box-outer {
	margin: 0 -10px;
}
.sources-box {
	width: 33.33%;
	float: left;
	padding: 10px 10px;
}
.sources-box-inner {
	text-align: center;
	border: 2px solid #0b1b42;
	border-radius: 6px;
	background: #fff;
	padding: 20px 50px;
}

.sources-box-inner-clean {
	text-align: center;
	border: 2px solid #0b1b42;
	border-radius: 6px;
	background: #fff;
	padding: 20px 50px;
}

.sources-box-middle {
	width: 33.33%;
	float: left;
	padding: 10px 10px;
}

.sources-box-right {
	width: 33.33%;
	float: right;
	padding: 10px 10px;
}

.sources-count {
	font-size: 44px;
	font-family: 'helveticaneuebold';
}

span.submit-btn.pull-right.junk-upload-button {
    height: 40px;
    text-align: center;
    width: 150px;
    padding:4px 12px;
    overflow: hidden;
}
span.submit-btn.pull-right.junk-upload-button label.btn:hover {
    color: #FFF;
}

.login-header {
	padding: 16px 11px 18px;
	background: #33cc99;
	text-align: center;
}
.login-header h1{
	color: #fff;
	font-size: 20px;
	margin: 0px;
}
.login-wrap {
	max-width: 320px;
	width: 100%;
	left: 50%;
	top: 50%;
	position: fixed;
	transform: translate(-50%,-50%);
	font-size: 13px;
}
.login-wrap label{
	font-weight: normal;
	font-family: 'helveticaneuelight';
	vertical-align: top;
}
.login-body {
	margin: 0 0 0px;
	padding: 16px 24px 16px;
	font-weight: 400;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ccd0d4;
	box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
.login-wrap.register{
	position: static;
	transform: none;
	margin: 20px auto;
}
.business-tab-body {
	border: 2px solid #0b1b42;
	border-radius: 6px;
	padding: 20px 30px;
	background: #fff;
}
.business-tab-body span {
	display: block;
	margin-bottom: 10px;
}
.user-management-case-header {
	border-bottom: 2px solid #95989A;
	padding: 0 0 20px;
}
.bigBlueText {
	font-size: 26px;
	color: #33cc99;
}
.user-management-case-body {
	padding: 10px 0;
}
.user-management-case-body .row {
	margin-bottom: 15px;
}
.sources-box-inner{
	position: relative;
}
.sources-count-popUp{
	position: absolute;
	left: 20px;
	top: 128px;
	background: #33cc99;
	padding: 15px;
	width: 280px;
	border-radius: 4px;
	display: none;
	z-index: 99;
	text-align: left;
	color: #fff;
}
.sources-count-popUp::after {
	content: "";
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 16px solid #33cc99;
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	left: 120px;
	top: -14px;
}

.toggle-icon{
	cursor: pointer;
}
/*21-4-20*/
.case-title-header{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #95989A;
	position: relative;
}
.case-title-header h4{
	margin-bottom: 0px;
}
.reminder-edit-delete-dropDown a {
	display: block;
	margin-bottom: 5px;
}
.reminder-edit-delete-dropDown .delete-reminder-btn{
	margin: 0 0 5px;
}
.case-details span,
.case-details strong{
	display: block;
}
.case-note {
	padding: 30px 0;
}
.vehicle-photo-list.case-vehicle-photo li{
	width: 33.33%;
	margin-bottom: 14px;
}

/*07-07-20*/
.tab-outer-sticky-header {
	position: sticky;
	top: 83px;
	z-index: 8;
}

	.tab-outer-sticky-header::before {
		content: "";
		position: absolute;
		background: #f0f2f3;
		width: 100%;
		height: 32px;
		left: 0;
		bottom: -32px;
		z-index: -19;
	}

.header-popup {
	background: #33cc99;
	position: absolute;
	max-width: 400px;
	top: -150%;
	left: 50%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	padding: 10px;
	color: #fff;
	border-radius: 6px;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

	.header-popup.show {
		opacity: 1;
		top: 10px;
	}

.header-popup-close {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	color: #fff;
	background: #0F295A;
	text-align: center;
	line-height: 22px;
	display: block;
	border: 0px;
	box-shadow: 1px 1px 4px #8e9295;
}

	.header-popup-close:hover, .header-popup-close:focus {
		color: #fff;
	}

.header-popup p {
	margin-bottom: 0px;
}

	.header-popup p small {
		font-size: 12px;
		font-style: italic;
	}
/*8.7.2020--pd*/
.tab-outer-right-bottom {
	margin-bottom: 0;
	position: relative;
	z-index: 10;
	display: inline-block;
	vertical-align: top;
}

.tab-outer-right-middle {
	margin-bottom: 0;
	position: relative;
	z-index: 10;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

.tab-outer-right-top {
	margin-bottom: 0;
	position: relative;
	z-index: 10;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

.tab-outer-right-bottom .review-switch {
	margin-right: 5px;
}

div.border-top {
	border-top: 2px solid black;
	/*padding-top: 4px;*/
}

div.border-left {
	border-left: 2px solid black;
}

div.border-right {
	border-right: 2px solid black;
}

div.border-bottom {
	border-bottom: 2px solid black;
}

.vertical-center {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.and-over-label {
	display: block; /* Make the label a block element */
	line-height: 28; /* Set this to the height of your column */
}


/*main-content end =====================================================*/

/*Responsive start =====================================================*/
@media (max-width: 1199px){
	.site-bar-title h1 {font-size: 22px;}
	.main-content-header h2{font-size: 22px;}
	.main-content-header-left h2 i{width: 37px;}
	.main-content-header-right strong {font-size: 16px;}
	.count{
		font-size: 16px;
		width: 30px;
		height: 30px;
		line-height: 28px;
	}
	.assignments-table .inprogress{
		width: 100px;
	}
	.search-result-btn-list .submit-btn {
		margin: 5px;
	}
	.assignments-table td{
		padding: 5px;
	}
}
@media (min-width: 992px){
	.bid-notes-inner .form-group .row{
		margin-right: -7px;
		margin-left: -7px;
	}
	.bid-notes-inner .form-group .col-md-6{
		padding-right: 7px;
		padding-left: 7px;
	}
	.bid-notes-inner .submit-btn:first-child{
		padding: 6px 3px;
	}
	.modal-dialog {width: 800px;}
}
@media (max-width: 991px){
	.mobile-menu-header {
		display: block;
		text-align: center;
		padding: 26px 15px 28px;
		background: #0F295A;
		margin: 0 -15px 20px;
	}
	.mobile-menu-header h1 {
		font-size: 22px;
		color: #fff;
		margin: 0px;
	}
	.main-content-header {
		padding: 0;
	}
	.main-content{padding-left: 0;}
	.sitebar {
		left: -300px;
		width: 300px;
	}
	.main-content-body h3{
		font-size: 20px;
	}
	.search-result-btn-list {
		text-align: center;
	}
	.assignments-table td{
		padding: 10px;
	}
	
}
@media (max-width: 840px){
	.assignments-table-outer {
		overflow: scroll;
	}
}
@media (min-width: 768px){
	.buyer-serch .field-outer{
		width: 21.45%;
	}
	.reminder-search.employee .field-outer {
		width: 27.95%;
	}
}
@media (max-width: 767px){
	.tab-outer-right {position: relative;}
	.tab-outer-right-top {
		margin-bottom: 10px;
		text-align: center;
	}
	.inprogress {
		font-size: 12px;
		float: none;		
	}
	.tab-outer-right-bottom {
		text-align: center;
		margin-bottom: 20px;
	}
	.review-switch{
		text-align: left;
		font-size: 12px;
	}
	.main-content-body {
		padding: 0 15px 18px;
	}
	.main-content-header-left {
		text-align: center;
		margin-bottom: 10px;
	}
	.main-content-header-right {
		text-align: center;
	}
	.form-group {
		margin-bottom: 0px !important;
	}
	.main-content-body .form-control{
		margin-bottom: 15px;
	}
	.missing-parts, .bid-notes {
		width: 100%;
		float: none;
	}
	.phone-reps-box {
		width: 100%;
		float: none;
	}
	.bid-notes {
		padding-top: 20px;
	}
	.assignments-search .field-outer {
		width: 100%;
		float: none;
	}
	.reminder-search-hyphens {
		float: none;
		width: 100%;
		height: 20px;
		line-height: 0px;
		text-align: center;
	}
	.assignments-search.five .field-outer:nth-child(1), .assignments-search.five .field-outer:nth-child(2), .assignments-search.five .field-outer:nth-child(3) {
		width: 100%;
	}
	.field-outer {
		float: none;
		width: 100%;
	}
	.reminder-list {padding: 15px 15px 15px 15px;}
	.field-submit-outer {
		float: none;
		width: 100%;
	}
	.field-submit-outer .submit-btn {
		width: auto;
		padding: 6px 30px;
	}
	.form-control {
		display: block !important;
		width: 100% !important;
	}
	.sources-box {width: 50%;}
	.form_datetime .form-control{
		margin-bottom: 0px;
	}
	.form_datetime{
		margin-bottom: 15px;
	}
}
@media (max-width: 600px){
	.tab-outer .nav > li > a {padding: 10px 18px;}
	.assignments-btn-row-left {
		float: none;
	}
	.assignments-btn-row .submit-btn {
		float: none !important;
		margin-bottom: 10px;
	}
	.assignments-pagination {
		float: none;
		padding: 20px 0 0;
		text-align: center;
	}
	.export-assignments-row {
		text-align: center;
	}
}
@media (max-width: 480px){
	.tab-outer .nav > li > a {
		padding: 5px 8px;
		font-size: 12px;
	}
	.addReminder-button-row {
		text-align: center;
	}
	.submit-btn{
		width: 100% !important;
		display: block;
		margin: 10px 0;
		float: none;
		text-align: center;
	}
	.assignments-btn-row-left {
		float: none;
	}
	.search-result-btn-list .submit-btn {
		margin: 5px 0;
	}
	.field-submit-outer .submit-btn {
		width: 100%;
	}
	.main-content-body h3 {
		font-size: 16px;
	}
	.small-number-count{
		padding: 3px 8px 5px;
	}
	.body-top-btn-row.text-right {
		text-align: center;
		margin-bottom: 10px;
	}
	.custom-label{
		font-size: 14px;
	}
	.sources-box {
		width: 100%;
	}
}

/*Responsive end*/

/*Responsive start =====================================================*/
@media (max-width: 1920px) {
	.ajs-message.ajs-custom {
		width: calc(100vw - 460px);
		overflow-wrap: break-word;
		word-wrap: break-word;
		color: #FFFFFF;
		background-color: #ED706B;
		border-color: #31708f;
	}
}

@media (max-width: 1199px) {
	.ajs-message.ajs-custom {
		width: calc(100vw - 460px);
		overflow-wrap: break-word;
		word-wrap: break-word;
		color: #FFFFFF;
		background-color: #ED706B;
		border-color: #31708f;
	}
}

@media (min-width: 992px) {
	.ajs-message.ajs-custom {
		width: calc(100vw - 460px);
		overflow-wrap: break-word;
		word-wrap: break-word;
		color: #FFFFFF;
		background-color: #ED706B;
		border-color: #31708f;
	}
}

@media (max-width: 991px) {
	.ajs-message.ajs-custom {
		width: calc(100vw - 20px);
		overflow-wrap: break-word;
		word-wrap: break-word;
		color: #FFFFFF;
		background-color: #ED706B;
		border-color: #31708f;
	}
}

@media (max-width: 840px) {
	.ajs-message.ajs-custom {
		width: calc(100vw - 20px);
		overflow-wrap: break-word;
		word-wrap: break-word;
		color: #FFFFFF;
		background-color: #ED706B;
		border-color: #31708f;
	}
}
/*		@media (min-width: 768px){
			.ajs-message.ajs-custom {
					width: calc(100vw - 440px);
					overflow-wrap:break-word;
					word-wrap: break-word;
					color: #31708f; 
					background-color: #d9edf7;
					border-color: #31708f; 
			}
		}*/
@media (max-width: 767px) {
	.ajs-message.ajs-custom {
		width: calc(100vw - 20px);
		overflow-wrap: break-word;
		word-wrap: break-word;
		color: #FFFFFF;
		background-color: #ED706B;
		border-color: #31708f;
	}
}

@media (max-width: 600px) {
	.ajs-message.ajs-custom {
		width: calc(100vw - 20px);
		overflow-wrap: break-word;
		word-wrap: break-word;
		color: #FFFFFF;
		background-color: #ED706B;
		border-color: #31708f;
	}
}

@media (max-width: 480px) {
	.ajs-message.ajs-custom {
		width: calc(100vw - 20px);
		overflow-wrap: break-word;
		word-wrap: break-word;
		color: #FFFFFF;
		background-color: #ED706B;
		border-color: #31708f;
	}
}



/*Responsive end*/

