/*=================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;
}

#smsMessageThread {
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	border-radius: 8px;
}

#txtSmsMessage {
	resize: none;
}


i.fa-phone:hover {
	cursor: pointer;
}

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 */
	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 {
	box-shadow: none;
}

.site-wrap:after,
.site-wrap:before{
	content: "";
	clear: both;
	display: table;
}


/*sitebar start*/
.sitebar {
	/*max-width: 420px;*/
	width: 21.9%;
	background-color: #2C6DFF;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100vh;
	box-shadow: 6px 0 20px rgba(0, 0, 0, 0.3);
	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: #2C6DFF;
}
.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: 16px 0;
	border-bottom: 3px solid #ffffff;	
}
.sitebar-main-list ul li:last-child {
	border-bottom: 0px;
}
	.sitebar-main-list ul li a {
		display: flex;
		align-items: center;
		padding-left: 34px;
		position: relative;
		font-size: 20px;
		gap: 10px; /* adjust the value as needed */
	}

.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;
}
.side_hover {
	display: flex;
	align-items: center;
	gap: 10px; /* Add some space between the image and the text */
	text-decoration: none;
	transition: transform 0.3s ease, color 0.3s ease;
}

.side_hover img {
	transition: transform 0.3s ease;
	width: 24px; /* Adjust image size if needed */
	height: 24px;
}

.side_hover span {
	display: inline-block;
	background: linear-gradient(90deg, #ff8c00, #ff0080);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: background 0.3s ease;
}

.side_hover:hover img {
	transform: rotate(15deg) scale(1.1); /* Slight rotation and zoom */
}

.side_hover:hover span {
	background: linear-gradient(90deg, #00f260, #0575e6);
}

.side_hover_extra {
	gap: 10px; /* Add some space between the image and the text */
	transition: transform 0.3s ease, color 0.3s ease;
}

.side_hover_extra img {
	transition: transform 0.3s ease;
	width: 24px; /* Adjust image size if needed */
	height: 24px;
}

.side_hover_extra span {
	display: inline-block;
	background: linear-gradient(90deg, #ff8c00, #ff0080);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: background 0.3s ease;
}

.side_hover_extra:hover img {
	transform: rotate(15deg) scale(1.1); /* Slight rotation and zoom */
}

.side_hover_extra:hover span {
	background: linear-gradient(90deg, #00f260, #0575e6);
}

.sitebar-main-list ul li ul {
	margin: 10px 0 0 62px;
}
.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: 32px;
		color: #2C6DFF;
	}
.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: #2C6DFF;
	}
.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;
}

/* FLIP SPECIFIC CODE STARTS*/
.letjam {
	margin: 0;
	padding: 0;
	background-color: #f4f4f9;
	color: #333;
}

.filter-container {
	width: 100%;
	margin: 20px auto;
	padding: 20px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.container {
	max-width: 1952px;
	width: 100%;
	margin: 20px auto;
	padding: 20px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	display: none;
}

.tabs {
	display: flex;
	width: 100%;
	font-size: large;
	font-weight: bold;
}

.tab {
	cursor: pointer;
	padding: 10px 20px;
	position: relative;
	transition: all 0.3s ease;
	flex: 1;
	text-align: center;
}

.tab::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #2c6dff;
	transition: width 0.3s ease;
	left: 10%;
}

.tab:hover {
	color: #0d2c45;
}

.tab:hover::after {
	width: 80%;
	left: 10%;
	transform: none;
}

.tab.active {
	color: #2c6dff;
}

.tab.active::after {
	width: 80%;
	left: 10%;
}

.summary {
	margin-top: 20px;
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	text-align: start;
	padding: 20px;
	margin: 0 10px;
	border-radius: 8px;
}

.summary-box {
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	padding: 0px var(--padding-xl);
	gap: 10px;
	align-items: flex-start;
}

.summary-box-priority {
	background: #f9f9fc;
	padding: 20px;
	margin: 0 10px;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
}

.first_collumn {
	flex: 1;
	width: 100%;
	position: relative;
	display: flex;
	border-radius: 20px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
	margin: 10px;
}

.second_collumn {
	flex: 1;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
	text-align: left;
	margin: 10px;
}

.single_item {
	display: flex;
	width: 100%;
	position: relative;
	background-color: #e1e1e1;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 20px;
}

.status_item_container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	font-size: large;
	font-weight: 600;
}

.summary-box h3 {
	margin: 0;
	font-size: 1.2em;
	cursor: pointer;
	transition: color 0.2s ease;
}

.summary-box p {
	margin: 5px 0;
	font-size: 0.9em;
}

.status_item {
	display: flex;
	width: 100%;
	position: relative;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

	.status_item:hover {
		color: #2c6dff;
	}

	.status_item:hover {
		cursor: pointer;
		transition: color 0.2s ease;
	}

	.status_item:hover {
		color: #2c6dff;
	}

		.status_item:hover span {
			transition: color 0.2s ease;
		}

		.status_item:hover span {
			color: #2c6dff;
		}

.priority_item {
	font-size: 20px;
	font-weight: bold;
}


	.priority_item:hover {
		color: #2c6dff;
	}

	.priority_item:hover {
		cursor: pointer;
		transition: color 0.2s ease;
	}

	.priority_item:hover {
		color: #2c6dff;
	}

		.priority_item:hover span {
			transition: color 0.2s ease;
		}

		.priority_item:hover span {
			color: #2c6dff;
		}

.sub-status {
	margin-left: 20px;
	margin-top: 5px;
	cursor: pointer;
	transition: color 0.2s ease;
}


	.sub-status:hover {
		color: #2c6dff;
	}

.sub_status_item {
	margin-left: 20px;
	margin-right: 20px;
	width: 100%;
	cursor: pointer;
	transition: color 0.2s ease;
}

	.sub_status_item:hover {
		color: #2c6dff;
	}

.sub-status span {
	transition: color 0.2s ease;
}

.sub-status:hover span {
	color: #2c6dff;
}

.sub-status p {
	margin: 0;
	cursor: pointer;
}

.tab-content {
	opacity: 1; /* Ensure tabs are visible */
	visibility: visible;
	position: relative; /* Allow Bootstrap's tab switching */
	width: 100%;
}


	.tab-content.active {
		opacity: 1;
		visibility: visible;
		position: relative;
		display: flex;
		flex-direction: row;
	}

.assignment-inventory-tab-content {
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 100%;
}

.assignment-inventory-tab-content.active {
	display: flex;
	opacity: 1;
	visibility: visible;
	position: relative;
	flex-direction: row;
}

.status,
.items {
	transition: color 0.2s ease;
}

.summary-box h3:hover .status,
.summary-box h3:hover .items {
	color: #2c6dff;
}

.prio-list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.selected_item_list {
	display: flex; /* Make the buttons flow in a row */
	flex-wrap: wrap; /* Allow wrapping to the next row if there's not enough space */
	gap: 10px; /* Space between buttons */
	margin: 20px; /* Optional margin for spacing around the container */
}

.selection_wrap {
	display: inline-flex; /* Adjust size dynamically based on content */
	align-items: center; /* Align content vertically */
	padding: 10px 20px; /* Add spacing inside the button */
	color: white;
	background-color: #2c6dff;
	border-radius: 20px;
	cursor: pointer;
	white-space: nowrap; /* Prevent the button content from wrapping */
}

.selected_item {
	display: flex; /* Arrange items side by side */
	align-items: center; /* Align items vertically */
	gap: 10px; /* Add space between the text and the close icon */
}

.selected {
	color: #2c6dff;
	text-decoration: underline;
}

.arrow-down {
	transition: transform 0.1s ease; /* Smooth transition for rotation */
}

	.arrow-down.rotated {
		transform: rotate(180deg); /* Rotate 90 degrees */
	}

.filter {
	position: relative;
	line-height: 100%;
}

.tag-toggle {
	border-radius: 8px;
	transition: ease-in-out 0.2s;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 8px;
}

	.tag-toggle:hover {
		cursor: pointer;
	}

.priority_filters {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 21px;
	text-align: left;
	font-size: var(--single-line-body-base-size);
	color: var(--text-brand-tertiary);
	font-family: var(--single-line-body-base);
}

.tag-toggle.active {
	color: #F5F5F5; /* Active text color */
	background-color: #2c2c2c; /* Active background color */
}

.tag-toggle {
	color: #757575; /* Default text color */
	background-color: #F5F5F5; /* Default background color */
}

.customer_filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px; /* Adds space between elements */
}

.tag-toggle-customer {
	border-radius: 8px;
	transition: ease-in-out 0.2s;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 8px;
	background-color: #F5F5F5; /* Default background */
	cursor: pointer;
}

	.tag-toggle-customer:hover {
		background-color: #e0e0e0; /* Light hover effect */
	}

	.tag-toggle-customer.active {
		color: #F5F5F5; /* Active text color */
		background-color: #2c2c2c; /* Active background */
	}

.contact_filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px; /* Adds space between elements */
}

.tag-toggle-contact {
	border-radius: 8px;
	transition: ease-in-out 0.2s;
	display: flex;
	font-weight:bold;
	font-size:large;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 12px;
	background-color: #F5F5F5; /* Default background */
	cursor: pointer;
}

	.tag-toggle-contact:hover {
		background-color: #e0e0e0; /* Light hover effect */
	}

	.tag-toggle-contact.active {
		color: #ffffff; /* Active text color */
		background-color: #2C6DFF; /* Active background */
	}


/* FLIP SPECIFIC CODE ENDS*/

.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: #2C6DFF;
	font-family: 'helveticaneuebold';
	border: 0;
	padding: 0;
	border: none;
	outline: none;
	background: transparents;
}
.addReminder-btn:hover{
	color: #0F295A;
}
.submit-btn {
	font-size: 16px;
	background: #2C6DFF;
	color: #fff;
	border-radius: 50px;
	border: 0px;
	padding: 6px 30px;
	line-height: 22.85px;
	display: inline-block;
	font-family: 'helveticaneuemedium';
}

.submit-btn-login{
	width: 100%;
}
.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;
}

.search-add-assignment {
	display: flex;
	justify-content: space-between;
}

.search-add-contact {
	display: flex;
	justify-content: end;
}

/* New Flexbox container for horizontal layout */
.flex-container {
	display: flex;
	flex-wrap: wrap; /* Allow items to wrap to the next line */
	gap: 15px; /* Space between items */
}

.form-group {
	flex: 1 1 30%; /* Allow items to grow and shrink, with a base width of 30% */
}

/* Adjustments for responsiveness */
@media (max-width: 768px) {
	.form-group {
		flex: 1 1 100%; /* Stack items on smaller screens */
	}
}

/* Modal Background */
.modal_two {
	display: none;
	/*display: flex;*/
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6); /* Dark background */
	backdrop-filter: blur(8px); /* Blur effect */
}

/* Modal Content */
.modal-content-contact {
	backdrop-filter: blur(12px);
	text-align: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	position: relative;
	background: white;
	padding: 28px 60px;
	top: 10%;
	margin: auto;
	width: 30%;
	min-width: 30%;
	border-radius: 10px;
}

	.modal-content-contact h2 {
		color: #2C6DFF; /* Set to desired color */
		padding-bottom: 8px;
		border-bottom: 2px solid #007bff;
		width: 100%;
	}


/* Close Button */
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
    color: grey;
}

.close:hover {
    color: black;
}

button[type="cancel"] {
	background-color: red; /* Change button color */
	color: white; /* Change text color */
	border: none;
	padding: 12px;
	cursor: pointer;
	border-radius: 12px;
	transition: 0.3s ease;
}

	button[type="cancel"]:hover {
		background-color: darkred; /* Darker shade on hover */
	}

/* Form Styling */
form {
    display: flex;
    flex-direction: column;
	padding-top: 12px;
    gap: 12px; /* Adds spacing between elements */
}

.customer-form {
	display: flex;
	flex-direction: column;
	padding-top: 12px;
	gap: 12px; /* Adds spacing between elements */
	align-items:center;
}

/* Labels */
label {
    font-size: 14px;
    font-weight: 600;
    color: Black;
    text-align: left;
    display: block;
}

/* Input Fields */
input {
	width: 100%;
	padding: 10px;
	border: 1px solid rgba(82, 82, 82, 0.5);
	border-radius: 5px;
	font-size: 14px;
	background: rgba(255, 255, 255, 0.1);
	color: black;
	outline: none;
	transition: all 0.3s ease-in-out;
}

/* Input Focus Effect */
input:focus {
    border-color: black;
    background: white;
}

#notes {
	width: 100%;
	height: 80px; /* Adjust as needed */
	resize: vertical; /* Allows resizing */
	border-radius: 5px;
	font-size: 14px;
	padding: 10px;
}


/* Submit Button */
button {
	align-self: flex-end;
	padding: 12px;
	border: none;
	border-radius: 12px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	background: #007bff;
	color: white;
	transition: 0.3s ease-in-out;
}

button:hover {
    background: #0056b3;
	color: #FFF !important;
}

fieldset {
    border: none;
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

fieldset label {
    font-size: 17px;
    cursor: pointer;
    display: flex;
    gap: 5px;
}

fieldset input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: #007bff; /* Custom radio button color */
}

.body-top-btn-row {
	padding: 0 0 0;
}
.add-reminder-btn-small {
	font-size: 14px;
	background: #2C6DFF;
	color: #fff;
	border-radius: 4px;
	border: 0px;
	padding: 8px 32px;
	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;
}

.input-group {
	display: flex;
	width: 100%;
}

#Phone {
	width: 100%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-append {
	width: 30%;
}

.input-group-text {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

	.input-group-text i {
		font-size: 3.4rem;
		transition: color 0.3s ease, text-shadow 0.3s ease;
	}

	.input-group-text:hover i {
		color: #28f028b3;
		text-shadow: -1px -1px 0 #0F295A, 1px -1px 0 #0F295A, -1px 1px 0 #0F295A, 1px 1px 0 #0F295A;
	}


.field-outer {
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
	width: 16%;
}

.top-section-search {
	display: flex;
	flex-direction: row;
	gap: 16px;
	justify-content: space-between;
}

.top-section-search container{
	display: flex;
	flex-direction: row;
	gap: 16px;
}

	.top-secion-search-child {
		float: right;
	}

.bottom-section-search {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 0;
}

.top-section-search-child {
	display: flex;
	justify-content: space-between;
}

.filterIcon {
	height: calc(var(--base-height) * 0.7);
	width: calc(var(--base-height) * 0.7);
	opacity: 50%;
}

.customer-field-outer {
	box-sizing: border-box;
	float: left;
	width: 24%;
	display: inline-flex;
	gap: 8px;
}

.filter-customers {
	display: flex;
	align-items: center; /* Ensures vertical centering */
	justify-content: center; /* Optional: Centers horizontally */
	height: 100%; /* Ensure it takes full height */
	padding: 5px 16px; /* Optional: Adjust padding */
	border-radius: 8px;
	border: 1px solid #ccc;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.contact_card {
	display: flex;
	flex-direction: column;
	width: 458px;
	min-width: 300px;
	margin: 0px 10px;
	background: white;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.modal-content {
	background: white;
/*	padding: 28px 60px;*/
	margin: 10% auto;
	width: 50%;
	border-radius: 10px;
}

.modal_bottom {
	display:flex;
	justify-content:space-between;
}

	.modal_bottom img {
		width: 28px;
		height: auto;
		max-width: 50px;
		max-height: 50px;
		transition: filter 0.2s ease-in-out;
	}

		.modal_bottom img:hover {
			filter: brightness(1) sepia(1) hue-rotate(-50deg) saturate(5);
		}


.close {
	float: right;
	font-size: 36px;
	cursor: pointer;
}

hr {
	border: none;
	height: 2px;
	background-color: #ccc; /* Change color if needed */
	margin: 10px 0; /* Adjust spacing */
}

.card_image {
	width: 24px;
	height: 24px;
	opacity: 50%;
}

.card_image_dots {
	background-color: NONE; /* Aqua with 50% opacity */
	border-radius: 100%;
	cursor:pointer;
	transition: 0.2s ease;
}

	.card_image_dots:hover {
		box-shadow: 0 0 3px 3px rgba(0, 255, 255, 0.7);
		opacity: 100%;
	}


.contact_name {
	width: 100%;
	display: flex;
	padding: 6px;
	flex-direction: row;
	justify-content: space-between;
}

.contact_name_child {
	display: flex;
	align-items: center;
	gap: 8px;
}

.lower_section {
	display: flex;
	flex-direction: column;
	padding: 6px;
	gap: 10px;
}

/* Ensure child div contents are centered vertically and aligned left */
.contact_email,
.contact_phone,
.contact_type {
	display: flex;
	align-items: center; /* Centers vertically */
	gap: 8px; /* Adds spacing between the icon and text */
}

	/* Optional: Adjust the link styles */
	.contact_email a,
	.contact_phone a,
	.contact_type a {
		text-decoration: none;
		color: #007bff;
		font-weight: bold;
		font-size: 16px;
		font-family: Arial, sans-serif;
	}


.specific_text {
	font-size: medium;
	opacity: 50%;
	color: black;
	font-weight: bold;
	margin: 0 !important;
	font-family: 'helveticaneuebold';
}

.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: 12%;
}
.field-submit-outer .submit-btn{
	width: 12rem;
	display: block;
	padding: 6px 10px;
}
.small-number-count {
	background: #2C6DFF;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	padding: 5px 8px;
	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 #2C6DFF;
	border-radius: 6px;
	margin-bottom: 15px;
}
.phone-reps-chatbox-header {
	border-radius: 3px 3px 0 0;
	background: #2C6DFF;
	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: 3px solid #2C6DFF;
	border-radius: 6px;
	background: #fff;
}
.phone-rep-text-editor-header {
	border-radius: 3px 3px 0 0;
	background: #2C6DFF;
	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: #2C6DFF;
}
.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: 4px;
	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: 4px;
	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;
	cursor:pointer;
}
.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: #2C6DFF !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: #2C6DFF;
	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: #FFF;
}
.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 rgba(11, 27, 66, 0.3);
	border-radius: 8px;
	background: #fff;
	padding: 20px 50px;
	cursor: pointer;
	transition: 0.3s;
}

	.sources-box-inner:hover {
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
	}

.low-priority {
	background: linear-gradient( 45deg, rgba(40, 240, 40, 0.7) 18%, rgba(255, 255, 255, 0.5) 50% );
}

.medium-priority {
	background: linear-gradient( 45deg, rgba(255, 255, 0, 0.7) 18%, rgba(255, 255, 0, 0.5) 50% );
}

.high-priority {
	background: linear-gradient( 45deg, rgba(255, 0, 0, 0.7) 18%, rgba(255, 0, 0, 0.5) 50% );
}
	.sources-box-inner-low:hover {
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
	}

.sources-box-inner.active {
	border: 2px solid #007bff; /* Blue border for active queue */
	background-color: #e9f5ff; /* Light blue background for active queue */
}


.sources-box-inner hr {
	border: none !important; /* Removes default Bootstrap styling */
	border-top: 3px solid !important; /* Replace #FF5733 with your desired color */
	margin-top: 16px !important; /* Adjust spacing if needed */
	margin-bottom: 8px !important;
	width: 100% !important; /* Optional: Ensure full width */
	border-radius: 40px;
}

.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: 32px;
	font-family: 'helveticaneuebold';
}

.sources-oldest-file {
	font-size: 24px;
	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: #2C6DFF;
	text-align: center;
}

.login-header-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.login-img {
	width: 32px;
	margin: 0 0 0 4px;
}

.login-header h1 {
	color: #fff;
	font-size: 26px;
	margin: 0px;
	-webkit-text-stroke: 0.5px black;
}

.login-submit {
	/*border-bottom: 1px solid #95989A;*/
	/*padding-bottom: 20px;*/
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content: center;
}

.login-wrap {
	max-width: 320px;
	width: 100%;
	left: 50%;
	top: 50%;
	position: fixed;
	transform: translate(-50%,-50%);
	font-size: 13px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0px 0px 22px rgba(0,0,0,0.3);
}
.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;
		display:none;
	}
	.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: #2C6DFF;
		margin: 0 -15px 20px;
	}
	/*.mobile-menu-header h1 {
		font-size: 22px;
		color: #fff;
		margin: 0px;
	}*/

		.mobile-menu-header h1 {
			font-size: 28px;
			color: #fff;
			margin: 0px;
			style ="font-type: Orbitron";
			font-family: Orbitron;
			font-weight: 800;
			-webkit-text-stroke: 0.5px black;
		}

	.main-content-header {
		padding: 0;
	}
	.main-content{padding-left: 0;}
	.sitebar {
		left: -300px;
		width: 300px;
		box-shadow: none;
	}
	.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-left > h2 {
		display: none;
	}

	.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%;
	}
}

/* Override font color for the first td in rows of tables with the custom-table class */
.custom-table tbody tr td:first-child {
	color: black !important; /* Force black font color */
}



/*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*/

