/* comman css start */
.list-unstyled.p-1 .dropdown-item .text-body{
	width: 100%;
	display: block;
}

.vr-sidebar .nav-main li a.thisactive {
	color: #6571ff;
}

.vr-sidebar .nav-main .insp-nav a.thisactive::before {
	content: "";
	width: 3px;
	height: 32px;
	background: #6571ff;
	position: absolute;
	left: 0px;
}

.sidebar .sidebar-header .sidebar-toggler.active span:nth-child(1) {
	-webkit-animation: ease 0.6s top-2 forwards;
    animation: ease 0.6s top-2 forwards;
}
.sidebar .sidebar-header .sidebar-toggler.active span:nth-child(2) {
	-webkit-animation: ease 0.6s scaled-2 forwards;
    animation: ease 0.6s scaled-2 forwards;
}
.sidebar .sidebar-header .sidebar-toggler.active span:nth-child(3) {
	-webkit-animation: ease 0.6s bottom-2 forwards;
    animation: ease 0.6s bottom-2 forwards;
}

.ruapl{
	padding: 0;
    margin: 0;
    overflow: auto;
    overflow-y: scroll;
    max-height: calc(100vh - 220px);
}



.badge.badge-pill{
	margin-top: 0px !important;
}

.select2-dropdown{
	border: 1px solid #e9ecef !important;
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
    border: 1px solid #e9ecef;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color: #6571ff !important;
}

.chosen-container .chosen-drop{
	border: 1px solid #e9ecef !important;
	box-shadow: none !important;
}
.chosen-container-single .chosen-search input[type=text]{
	margin: 4px 0 !important;
    padding: 0.3rem 0.8rem !important;
    border: 1px solid #e9ecef !important;  
    border-radius: 0.25rem !important;
}
.chosen-container .chosen-results li.highlighted{
	background-color: #6571ff !important;
    background-image: linear-gradient(#6571ff 20%,#6571ff 90%) !important;
}
span.vertical-divider {
	height: 22px;
	width: 2px;
	background-color: #ccc;
	margin: 0 8px;
}

.sendtexttoguest, .sendtexttocontractor, .sendtexttoserviceman {
    cursor: pointer;
    height: 24px;
    width: 24px;
    background: #7987a1 !important;
    color: white;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
}

.loader{
	border: 16px solid #eaeaea !important;
    border-top: 16px solid #6571ff !important;
}

.resetallsearch {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    color: #7987a1;
    background: no-repeat;
    border: 0;
    padding: 0;
    line-height: normal;
}

.select2-dropdown{
	z-index: 99999 !important;
}

/* comman css end */

/* modal css start */
.modal-header .close {
	font-weight: 400;
	font-size: 30px;
	background: none;
	border: 0;
	padding: 0;
}

.modal-header {
	padding: 0.5rem 1rem;
}


/* modal css end */

.sidebar .sidebar-body .nav .nav-item .nav-link.thisactive .link-arrow{
	-webkit-transform: rotate(90deg);
    transform: rotate(180deg);
}


.sidebar .gc-menu .nav-link.thisactive .link-arrow{
	-webkit-transform: rotate(90deg);
    transform: rotate(180deg);
}

.dropdown-item:hover{
	cursor: pointer;
}

.month_year_datepicker .ui-datepicker-title .ui-datepicker-month, .month_year_datepicker .ui-datepicker-title .ui-datepicker-year{
	border: 1px solid #e9ecef;
    appearance: none;
    border-radius: 0.25rem;
    padding: 5px;
    width: 50px !important;
	
}
.month_year_datepicker .ui-datepicker-title .ui-datepicker-year{
	margin-left: 5px !important;

}
.month_year_datepicker .ui-datepicker-title{
	margin-top: -6px !important;
}
.month_year_datepicker  .ui-datepicker-buttonpane{
	margin: 0;
    padding: 0;
}

.month_year_datepicker  .ui-datepicker-buttonpane .ui-datepicker-current{
	color: #fff;
    background: #6571ff !important;
    border-color: #6571ff;
	padding: 0.469rem 0.8rem;
    font-size: 0.875rem;
	font-weight: 400;
	opacity: 1;
    border-radius: 0.25rem;
	margin-top: 14px;
}
.month_year_datepicker  .ui-datepicker-buttonpane .ui-datepicker-current:hover{
	color: #fff !important;
    background: #5660d9 !important;
    border-color: #5660d9;
	padding: 0.469rem 0.8rem;
    font-size: 0.875rem;
	font-weight: 400;
    border-radius: 0.25rem;
	border: 1px solid;
}
.month_year_datepicker  .ui-datepicker-buttonpane .ui-datepicker-close{
    color: #fff;
    background: #7987a1 !important;
    border-color: #7987a1;
	padding: 0.469rem 0.8rem;
    font-size: 0.875rem;
	font-weight: 400;
    border-radius: 0.25rem;
	margin-top: 14px;
}
.month_year_datepicker  .ui-datepicker-buttonpane .ui-datepicker-close:hover{
    color: #fff !important;
    background: #677389 !important;
    border-color: #677389;
	padding: 0.469rem 0.8rem;
    font-size: 0.875rem;
	font-weight: 400;
    border-radius: 0.25rem;
	border: 1px solid;
}

/* add new task res css start */

/* #ui-id-3 {
	margin-left: -42px;
	width: 300px !important;
} */

.autocompletetickmark {
	color: #848f99;
	height: 16px;
	width: 16px;
	margin-right: 10px;
}

.ui-autocomplete {
	z-index: 9999999 !important;
	top: 54px;
	background: white;
	box-shadow: 1px 1px 2px 1px #c0c0c0;
	/* width: auto !important;
	max-width: 400px; */
	max-height: 470px;
	overflow-y: scroll;
	font-size: 13px;
	color: #151b26;

}

.ui-autocomplete .ui-state-focus {
	background: transperant !important;
	color: #151b26;
}
.ui-autocomplete .ui-menu-item .ui-state-focus{
	position: absolute;
	width: 100%;
}
.ui-autocomplete .ui-menu-item:hover {
	background-color: #6571ff;
    color: #fff !important;
}

.ui-autocomplete .ui-menu-item:hover a{
	color: #fff !important;
	margin: 0 !important;
	
}

.ui-autocomplete .ui-menu-item{
	position: relative;
}
.ui-autocomplete .ui-menu-item a{
	position: absolute;
	width:100%;
}


.ui-autocomplete .ui-state-focus {
	background: transparent !important;
	color: #151b26 !important;
	font-weight: normal;
}

.ui-autocomplete .ui-menu-item {
	background: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #151b26;
    padding: 10px;
    font-size: 14px;
}
.ui-menu .ui-menu-item-wrapper{
	padding: 0;
}
.ui-state-active, .ui-widget-content .ui-state-active{
	border: none;
    background: none;
    font-weight: normal;
    color: #ffffff;
}
.ui-autocomplete-category {
	color: #848f99;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	align-items: flex-end;
	display: flex;
	height: 30px;
	padding: 0 15px;
	box-shadow: inset 0 1px #e8ecee;
}

.ui-autocomplete .ui-corner-all.ui-state-focus {
	border-radius: 4px !important;
	border: 1px solid transparent !important;
}

/* add new task res css end */


/* task notification css start */

.task-noti-css .loading_placeholder_div {
	display: block;
}

.task-noti-css .loading_placeholder_div {
	padding: 0px;
	margin: 0px;
	height: calc(100vh - 170px);
	overflow: hidden;
	position: absolute;
	width: 100%;
	bottom: 0px;
	margin-top: 40px;
	background: white;
}

.task-noti-css .loading_placeholder_table {
	margin-left: -6px;
}

.task-noti-css table.table.loading_placeholder_table td {
	border-bottom: 0px;

}

.task-noti-css .aatocomplete .autocompletetickmark {
	color: #25e8c8;
}

.task-noti-css .ui-autocomplete .ui-menu-item {
	border-bottom: 1px solid white;
}
.task-noti-css tr.faketr {
	background: linear-gradient(90deg, #ff8787, #ffc4c4, #ff4040, #ffc4c4);
	background-size: 400% 400%;
	animation: gradient 5s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}


.task-noti-css .addupdateform textarea,
.task-noti-css .chat_form textarea {
	overflow: hidden;
}

.task-noti-css .ph-avatar,
.task-noti-css .ph-row div {
	background: #f0f0f0 !important;
}

.task-noti-css span.attach_media_to_task i{
	font-size: 18px;
    width: 20px;
    height: 20px;
}

.task-noti-css span.attach_media_to_task {
	position: absolute;
    top: 0px;
    right: -24px;
    background: white;
    font-size: 20px;
    border-radius: 4px;
    text-align: center;
    color: #7987a1;
}

.task-noti-css span.attach_media_to_task:hover {
	color: #7e7e7e;
	cursor: pointer;
}

.task-noti-css .chat_form textarea {
	max-height: 300px;
}

.task-noti-css .commentsdivelem .col-md-11 {
	position: relative;
}

.task-noti-css .liked_count {
	font-size: 12px;
	margin-right: 6px;
}

.task-noti-css .like_attachment,
.task-noti-css .like_comment {
	position: absolute;
	right: 20px;
	color: #8c8c8c;
	top: 0px;
	font-size: 16px;
}

.task-noti-css .like_attachment:hover,
.task-noti-css .like_comment:hover {
	color: #5d5d5d;
	cursor: pointer;
}

.task-noti-css .liked {
	color: #6571ff;
}

.task-noti-css .toast-container .toast.toast-info .toast-message .toastrfull .clicktoastrlink {
	color: #6571ff;
}
.task-noti-css .res_details .btn-default {
	margin-bottom: 6px;
}

.task-noti-css .call_to_guest,
.task-noti-css .call_to_contractor {
	display: <?=($showcalltotask5->aliveinterval ==1)?'inline-block':'none' ?>;
}

.task-noti-css .msg-unit-code {
	text-align: right;
	padding-right: 52px;
	padding-bottom: 4px;
	font-size: 10px;
}

.task-noti-css .icon_img_small {
	height: 24px;
	width: 24px;
	color: #ccc;
}

.task-noti-css .call_to_guest svg,
.task-noti-css .call_to_contractor svg {
	height: 24px;
	width: 24px;
	fill: #ccc;
}

.task-noti-css .call_to_guest:hover svg,
.task-noti-css .call_to_contractor:hover svg {
	height: 24px;
	width: 24px;
	fill: #00a0df;
}


.task-noti-css .myhandle {
	display: none <?=($this->request->isMobile())?'!important':'' ?>;
	width: 24px;
	height: 24px;
	cursor: grab;
}

.task-noti-css .myhandle i {
	margin-left: 8px;
	margin-right: 8px;

	font-size: 16px;
	margin-top: 3px;
	color: #b7bfc6 !important;
}

.task-noti-css .myhandle i:hover {
	color: #b7bfc6 !important;
}

.task-noti-css .open>.dropdown-menu {
	display: block;
	opacity: 1;
	padding: 8px;
}

.task-noti-css .darkfont {
	color: #151b26;
}

.task-noti-css .toggleforabove {
	display: none;
}

.task-noti-css .togglemybelow {
	cursor: pointer;
}

.task-noti-css .table-hover>tbody>.newtr>td {
	background-color: white !important;
}

.task-noti-css .newtr>td {
	background-color: #fff;
	border-color: #14aaf5 !important;
	border-bottom: 1px solid !important;
	border-top: 1px solid !important;
	border-color: #14aaf5 !important;

	box-shadow: inset 0 2px 5px -1px #e0e6e8;
}

.task-noti-css .chzn-container-single .chzn-single {
	background: transparent !important;
	background-image: none !important;
}

.task-noti-css .chzn-container.chzn-container-single>.chzn-single b {
	display: none;
}

.task-noti-css .daterangepicker td.available:hover {
	background-color: #32c1ff !important;
	color: white !important;
}

.task-noti-css .daterangepicker td.active,
.task-noti-css .daterangepicker td.active:hover {
	background-color: #32c1ff !important;
	color: white !important;
}

.task-noti-css .daterangepicker td.in-range {
	background-color: #32c1ff !important;
	color: white !important;
}

.task-noti-css .daterangepicker td.weekend.in-range.available {
	background-color: #32c1ff99 !important;
	color: white !important;
}

.task-noti-css .calendar-table td {
	border-top: 1px solid white !important;
	border-bottom: 1px solid white !important;
}

.task-noti-css .calendar-table tr th {
	color: black !important;
}

.task-noti-css .closefollowersbar {
	display: none;
}

.task-noti-css .myfollowers-following-atlast svg {
	height: 16px;
	width: 16px;
}

.task-noti-css .myfollowers-following-atlast svg path {
	fill: #848f99;
}

.task-noti-css .myfollowers-following-atlast {
	color: #848f99;
	cursor: pointer;
	fill: #848f99;
	font-size: 13px;
	float: right;
	align-items: center;
	display: inline-flex;
	flex-shrink: 0;
	height: 24px;
	margin-left: 10px;
}

.task-noti-css .myfollowers-following-atlast svg:hover {
	opacity: .5;
}

.task-noti-css .myfollowers-following-atlast-text:hover {
	border-bottom: 1px solid #848f99;
	color: #848f99;
	fill: #848f99;
	text-decoration: none;
	opacity: .5;
}

.task-noti-css .myfollowers-following-atlast-text {
	border-bottom: 1px dotted #848f99;
	margin-left: 5px;
}

.task-noti-css .myfollowers-following-atlast svg.makemeblue path {
	color: #14aaf5;
	cursor: pointer;
	fill: #14aaf5;
}

.task-noti-css .myfollowers-following-atlast-text.makemeblue {
	border-bottom: 1px dotted #14aaf5;
	margin-left: 5px;
	color: #14aaf5;
	cursor: pointer;
}

.task-noti-css .myfollowers-following-atlast:hover svg.makemeblue path {
	fill: #32c1ff;
}

.task-noti-css .myfollowers-following-atlast-text.makemeblue:hover {
	border-bottom: 1px solid #32c1ff;
	color: #32c1ff;
	fill: #32c1ff;
	text-decoration: none;
}

.task-noti-css svg.iconforinput {
	color: #848f99;
	position: relative;
	top: 08px;
	left: 22px;
}

.task-noti-css .vendor_image_wrapper {
	box-shadow: 1px 1px 10px #999;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
}

.task-noti-css .scrolls {
	overflow-x: scroll;
	overflow-y: hidden;
	height: 80px;
}

.task-noti-css .imageDiv {
	margin: 0;
	height: 80px;
	width: 1200px;
}

.task-noti-css .imageDiv img {
	box-shadow: 1px 1px 10px #999;
	margin: 2px;
	max-height: 50px;
	cursor: pointer;
	display: inline-block
}

.task-noti-css div.scrollmenu {
	background-color: transparent;
	overflow: auto;
	white-space: nowrap;
	box-shadow: 0 0px 2px 0px #c0c0c0;
}

.task-noti-css div.scrollmenu img {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 6px;
	text-decoration: none;
	max-height: 80px;
}

/*-------------filter entries------------*/

.task-noti-css .Button {
	align-items: center;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 13px;
	justify-content: center;
	line-height: 1;
	min-width: 50px;
	text-align: center;
	transition-duration: .2s;
	transition-property: background, border, box-shadow, color, fill;
}

.task-noti-css .TaskUndeleteBanner-permadeleteButton {
	margin-left: 10px;
}

.task-noti-css .Button.Button--small {
	height: 30px;
	line-height: 30px;
	padding: 0 9px;
}

.task-noti-css .Button--secondary:not(.Button--disabled) {
	background: #fff;
	border-color: #b7bfc6;
	color: #646f79;
	fill: #848f99;
}

.task-noti-css .Button--primary:not(.Button--disabled) {
	background-color: #14aaf5;
	border-color: #14aaf5;
	color: #fff;
	fill: #fff;
}

.task-noti-css .TaskUndeleteBanner-permadeleteButton:not(.Button--disabled):active,
.task-noti-css .TaskUndeleteBanner-permadeleteButton:not(.Button--disabled).Button--active {
	background-color: #e8192e;
	border-color: #e8192e;
	box-shadow: none;
}

.task-noti-css .TaskUndeleteBanner-permadeleteButton:not(.Button--disabled):hover {
	background-color: #ed4758;
	border-color: #ed4758;
}

.task-noti-css .TaskUndeleteBanner-permadeleteButton:not(.Button--disabled) {
	background-color: #ff5263;
	border-color: #ff5263;
	color: #fff;
	fill: #fff;
}

.task-noti-css .legendicons {
	font-size: 16px;
	color: #848f99;
	margin: 2px;
}

.task-noti-css .legendicons-small {
	color: #848f99;

}


.task-noti-css .submitonclickform .dropdown .dropdown-toggle i {
	margin-right: 5px;
}

.task-noti-css .dropdown.filterentries {
	padding: 5px 10px;
	align-items: center;
	text-align: center;
	border-radius: 4px;
}

.task-noti-css .dropdown.filterentries:hover {
	background-color: #edf1f2;
	color: #222b37;
	fill: #222b37;
	text-decoration: none;
}

.task-noti-css .submitonclickform .dropdown .dropdown-toggle:hover {
	background-color: #edf1f2;
	color: #222b37;
	fill: #222b37;
	text-decoration: none;
}

.task-noti-css .submitonclickform .dropdown .dropdown-menu {
	left: -50%;
}

.task-noti-css .invoiceanchor {
	display: none !important;
}

.task-noti-css span.select2.select2-container.select2-container--default {
	width: 100%;
	min-width: 250px;
}

.task-noti-css .sendtexttocontractorrow,
.task-noti-css .sendtexttoguestrow {
	display: none;
	border-bottom: 1px solid #e0e6e8;
	padding-bottom: 5px !important;
}

.task-noti-css .removetechvendor,
.task-noti-css .removeduedate {
	align-items: center;
	background: #848f99;
	border-radius: 50%;
	cursor: pointer;
	display: inline-flex;
	fill: #fff;
	justify-content: center;
	padding: 2px;
	padding-top: 3px;
	margin-right: 5px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	visibility: hidden;
}

.task-noti-css .removetechvendor:hover,
.task-noti-css .removeduedate:hover {
	background: #646f79;
}

.task-noti-css .RemoveButton-xIcon {
	height: 10px;
	width: 10px;
}

.task-noti-css .clickforduedate:hover .removeduedate {
	visibility: visible;
}

.task-noti-css .chzn-container-active.techvendorselect .chzn-drop {
	left: -5px !important;
	top: -17px !important;
}

.task-noti-css .clickfortechvendor:hover .removetechvendor {
	visibility: visible;
}

.task-noti-css .highlightsearchterm {
	font-weight: bold;
}

.task-noti-css .fileuploadinfodiv {
	display: none;
	position: absolute;
	top: 25px;
	background: white;
	z-index: 999;
	left: -168px;
	top: 33px;
	box-shadow: 1px 1px 4px 0px black;
	width: 250px;
	padding: 0px 10px;
}

.task-noti-css .progress-bar {
	line-height: 20px;
}

.task-noti-css .sidebar-closed .panel-body .row>.col-md-3 .avatar-cust-sm {
	margin-left: 15px;
}

.task-noti-css .showontab {
	display: none;
}

.task-noti-css .vendor_pictures_modal_holder {
	display: flex;
}

.task-noti-css .vendor_pictures_modal_holder>div {
	margin: 10px;
	padding: 20px;
}

.task-noti-css .newservice-popup {
	display: none;
	position: fixed;
	bottom: 0;
	right: 40px;
	z-index: 1090;
	box-shadow: 0 5px 20px 0 rgba(21, 27, 38, .08);
	border: 1px solid #e0e6e8;
	border-radius: 4px 4px 0 0;
	background: #fff;
	color: #151b26;
}

.task-noti-css .newservice-popup-mini {
	display: none;
	bottom: 0;
	position: fixed;
	right: 40px;
	z-index: 9;
	box-shadow: 0 5px 20px 0 rgba(21, 27, 38, .08);
	border: 1px solid #e0e6e8;
	border-radius: 4px 4px 0 0;
	background: #fff;
	color: #151b26;
	background: linear-gradient(to top right, #ff5263 0%, #ff7381 50%, #fcbd01 100%);
	border: 0;
	min-width: 125px;
	width: 300px;
}

.task-noti-css .newservice-popup ::placeholder {
	color: #9ca6af;
}

.task-noti-css .form-container {
	width: 450px;
	background-color: white;
}

.task-noti-css #ui-id-3 {
	margin-left: -112px;
	width: 446px !important;
}


.task-noti-css .popupheader {
	height: 50px;
	padding: 0 20px;
	align-items: center;
	color: #fff;
	display: flex;
	height: 50px;
	padding: 0 20px;
}

.task-noti-css .popupheader .btnicon {
	color: #848f99;
	font-size: 18px;
}

.task-noti-css .popupbody {
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	overflow-x: auto;
	height: 64vh;
}

.task-noti-css .popupbodycontent {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 1px;
	overflow-x: none;
	overflow-y: auto;
}

.task-noti-css .taskname-popup {
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	display: block;
	flex-shrink: 0;
	margin-bottom: 10px;
	padding: 0 20px;
	vertical-align: baseline;
	border: 0;
}

.task-noti-css .assign_toandproject,
.task-noti-css .unitandcontractor {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	padding: 5px 20px;

}

.task-noti-css .forlabel,
.task-noti-css .inlabel,
.task-noti-css .unitlabel,
.task-noti-css .contractorlabel {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	color: #9ca6af;
	margin-right: 10px;
}

.task-noti-css .inlabel,
.task-noti-css .contractorlabel {
	margin-left: 10px;
}

.task-noti-css .unitandcontractor span.avatar-cust-option.insideofthis,
.task-noti-css .assign_toandproject span.avatar-cust-option.insideofthis {
	margin-right: 8px;
	padding: 1px;
	padding-left: 3px;
	height: 23px;
	width: 23px;
	font-size: 13px;
}

.task-noti-css .assign_toandproject .chzn-container.chzn-container-single,
.task-noti-css .unitandcontractor .chzn-container.chzn-container-single,
.task-noti-css .hkzonelabel {
	flex: 0 1 auto;
	min-width: 1px;
	display: inline-flex;
}

.task-noti-css .assign_toandproject .chzn-single,
.task-noti-css .unitandcontractor .chzn-single,
.task-noti-css .hkzonelabel {
	height: 30px !important;
	background: #f6f8f9 !important;
	border-color: #e0e6e8 !important;
	color: #646f79;
	flex: 0 1 auto;
	min-width: 1px;
	padding-left: 2px;
	align-items: center;
	border: 1px solid #e0e6e8 !important;
	border-radius: 15px !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	height: 30px !important;
	justify-content: center;
	max-width: 180px;
	position: relative;
	transition-duration: 100ms;
	transition-property: background, border, color, fill;
	white-space: nowrap;
}

.task-noti-css .assign_toandproject .chzn-single:hover,
.task-noti-css .unitandcontractor .chzn-single:hover,
.task-noti-css .hkzonelabel:hover {
	background: #edf8ff;
	border-color: #32c1ff;
	color: #32c1ff;
}

.task-noti-css .assign_toandproject .chzn-container:hover,
.task-noti-css .unitandcontractor .chzn-container:hover {
	background: transparent !important;
}

.task-noti-css .projectselect-popup .chzn-single span,
.task-noti-css .unitselect-popup .chzn-single span,
.task-noti-css .contractorselect-popup .chzn-single span,
.task-noti-css .techvendorselect-popup .chzn-single span,
.task-noti-css .hkzonelabel {
	padding-left: 20px;
	padding-right: 20px;
}


.task-noti-css .descriptionholder-popup,
.task-noti-css .servicenotesholder-popup {
	border: 0;
	flex: 1 0 auto;
	overflow: visible;
	display: flex;
	flex-direction: column;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 9px;
	overflow-y: auto;
	padding: 0;
	position: relative;
	word-wrap: break-word;
	color: #151b26;
}

.task-noti-css .servicenotesholderdiv-popup {
	min-height: 18vh;
	height: 18vh;
	padding: 10px 20px;
	border: none;
	outline: none;
	overflow: auto;
	white-space: pre-wrap;
	border-style: none;
	border-color: Transparent;
	overflow: auto;
	outline: none;
	resize: none;
}

.task-noti-css .descriptiontextarea-popup {
	min-height: 18vh;
	height: 18vh;
	padding: 10px 20px;
	border: none;
	outline: none;
	overflow: auto;
	white-space: pre-wrap;
	border-style: none;
	border-color: Transparent;
	overflow: auto;
	outline: none;
	resize: none;
}

.task-noti-css .stickmebottom {
	display: none !important;
}

.task-noti-css .assign_toandproject .chzn-container .chzn-results {
	max-height: 166px;
}

.task-noti-css .popupfooter {
	align-items: center;
	display: flex;
	flex: 0 1 auto;
	flex-shrink: 0;
	min-height: 50px;
	position: relative;
	z-index: 100;
}

.task-noti-css .popupfooter .leftbuttons {
	bottom: 10px;
	display: flex;
	flex-direction: row;
	left: 15px;
	position: absolute;
}

.task-noti-css .popupfooter .rightbuttons {
	bottom: 10px;
	display: flex;
	flex: 0 1 auto;
	margin-left: auto;
	position: absolute;
	right: 20px;
}

.task-noti-css .firstsetofbuttons {
	display: flex;
}

.task-noti-css .btnoffooter {
	align-items: center;
	cursor: pointer;
	display: flex;
	fill: #848f99;
	color: #848f99;
	justify-content: center;
	height: 30px;
	width: auto;
	min-width: 30px;
}

.task-noti-css a.datechanger.btnoffooter span {
	font-size: 11px;
}

.task-noti-css .popup-submit.popup-disabled {
	background: #edf1f2;
	border: 1px solid #e0e6e8;
	box-shadow: none;
	color: #b7bfc6;
	cursor: default;
	fill: #b7bfc6;
	pointer-events: none;
}

.task-noti-css .popup-submit.popup-disabled:hover {
	color: #b7bfc6;
}

.task-noti-css .popup-submit:hover {
	color: white;
	background-color: #008ce3;
	border-color: #008ce3;
}

.task-noti-css .popup-submit {
	align-items: center;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 13px;
	justify-content: center;
	line-height: 1;
	min-width: 50px;
	text-align: center;
	transition-duration: .2s;
	transition-property: background, border, box-shadow, color, fill;
	height: 30px;
	line-height: 30px;
	padding: 0 9px;
	background-color: #14aaf5;
	border-color: #14aaf5;
	color: #fff;
	fill: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 9px;
}

.task-noti-css .minimizeicon {
	height: 16px;
	width: 16px;
	align-items: center;
	display: inline-flex;
	fill: #848f99;
}

.task-noti-css .singlething {
	align-items: center;
	color: #fff;
	display: flex;
	height: 50px;
	padding: 0 20px;
	border: 0;
	cursor: pointer;
}

.task-noti-css .minimizebar-maximizebtn {
	fill: #fff;
	flex-shrink: 0;
	height: 16px;
	margin-left: auto;
	opacity: .5;
	width: 16px;
}

.task-noti-css .minimizebar-maximizebtn:hover {
	opacity: 1;
}

.task-noti-css .minimizebar-taskname {
	margin-right: 5px;
	min-width: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* The Modal (background) */
.task-noti-css .my-modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 9999;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Content/Box */
.task-noti-css .my-modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	/* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 600px;
	/* Could be more or less, depending on screen size */
}

/* The Close Button */
.task-noti-css .my-close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.task-noti-css .my-close:hover,
.task-noti-css .my-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.task-noti-css .priority_popup {
	display: none;
}

.task-noti-css input.priority_popup:checked+i {
	color: #dc5140;
}

.task-noti-css .popupwarning {
	background: #ff7878;
	padding: 10px;
	margin: 12px;
	border-radius: 4px;
	color: white;
	font-size: 18px;
	font-weight: bold;
}

.task-noti-css label.btn.btn-success.doesntmatterlabel {
	color: white !important;
	padding: 10px;
	font-weight: bold;
}

.task-noti-css label.btn.btn-default.doesntmatterlabel {
	color: black !important;
	padding: 10px;
	font-weight: bold;
}

.task-noti-css .popupwarning {
	display: none;
}

.task-noti-css .popupwarning.shakebc {
	/* Start the shake animation and make the animation last for 0.5 seconds */
	animation: shake 0.5s;

	/* When the animation is finished, start again */
	animation-iteration-count: 2;
}

@keyframes shake {
	0% {
		transform: translate(1px, 1px) rotate(0deg);
	}

	10% {
		transform: translate(-1px, -2px) rotate(-1deg);
	}

	20% {
		transform: translate(-3px, 0px) rotate(1deg);
	}

	30% {
		transform: translate(3px, 2px) rotate(0deg);
	}

	40% {
		transform: translate(1px, -1px) rotate(1deg);
	}

	50% {
		transform: translate(-1px, 2px) rotate(-1deg);
	}

	60% {
		transform: translate(-3px, 1px) rotate(0deg);
	}

	70% {
		transform: translate(3px, 1px) rotate(-1deg);
	}

	80% {
		transform: translate(-1px, -1px) rotate(1deg);
	}

	90% {
		transform: translate(1px, 2px) rotate(0deg);
	}

	100% {
		transform: translate(1px, -2px) rotate(-1deg);
	}
}

.task-noti-css .autocompletetickmark {
	color: #848f99;
	height: 16px;
	width: 16px;
	margin-right: 10px;
}

.task-noti-css .ui-autocomplete {
	z-index: 1999 !important;
	top: 54px;
	background: white;
	box-shadow: 1px 1px 2px 1px #c0c0c0;

	width: auto !important;
	max-width: 400px;
	max-height: 470px;

	overflow-y: scroll;
	font-size: 13px;
	color: #151b26;

}

.task-noti-css .ui-autocomplete .ui-state-focus {
	background: transperant !important;
	color: #151b26;
}

.task-noti-css .ui-autocomplete .ui-menu-item:hover {
	background-color: #edf1f2;
}

.task-noti-css .ui-autocomplete .ui-state-focus {
	background: transparent !important;
	color: #151b26 !important;
	font-weight: normal;
}

.task-noti-css .ui-autocomplete .ui-menu-item {
	background: white;
	height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #151b26;
	padding: 0 0px 0px 30px;
	padding-top: 10px;
	font-size: 13px;
}

.task-noti-css .ui-autocomplete-category {
	color: #848f99;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	align-items: flex-end;
	display: flex;
	height: 30px;
	padding: 0 15px;
	box-shadow: inset 0 1px #e8ecee;
}

.task-noti-css .ui-autocomplete .ui-corner-all.ui-state-focus {
	border-radius: 4px !important;
	border: 1px solid transparent !important;
}

.task-noti-css .resdetails_container {
	position: fixed;
	bottom: 26px;
	right: 874px;
	z-index: 1010;
	box-shadow: 2px 2px 8px -2px #888888;
	border-radius: 16px;
	width: 0px;
	background: white;
	overflow: hidden;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .09);
	border-radius: 16px;
}

.task-noti-css .res_head {
	border-bottom: 1px solid #E6E6E6;
	clear: both;
	overflow: hidden;
	width: 100%;
	background: #e9ebee;
	color: black;
	font-weight: bold;
	height: 67px;
	padding: 20px;
	border: 2px solid #b3b3b3;
	border-radius: 16px;
	border-bottom: 1px solid #b3b3b3;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.task-noti-css .res_head h3 {
	font-weight: bold;
	font-size: 20px;
	margin: 0;
}

.task-noti-css .res_body {
	overflow: scroll;
	height: 505px;
	padding: 14px;
	overflow-x: hidden;
	font-size: 12px;
	border: 2px solid #b3b3b3;
	border-radius: 16px;
	border-top: 1px solid #b3b3b3;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.task-noti-css .res_body h3 {
	font-weight: bold;
	text-decoration: underline;
}

.task-noti-css .res_body hr {
	border-top: 1px solid #bdbdbd;
	margin-top: 10px;
	margin-bottom: 10px;
}

.task-noti-css .close_resdetails {
	position: absolute;
	right: 20px;
	top: 16px;
	font-size: 22px;
	color: #000;
}

.task-noti-css span.markasunread_span {
	display: none;
	top: 0;
	right: 0;
}

.task-noti-css .markasunread_a {
	color: #456282;
	font-size: 10px;
}

.task-noti-css span.typeiconholder {
	margin-right: 6px;
}

.task-noti-css .chatList .typeiconholder span.badgeholder {
	margin: 0;
	float: right;
}

.task-noti-css .typeiconholder .badge {
	min-width: auto;
	max-width: auto;
	width: auto;
	font-size: 12px;
	text-align: center;
	padding: 3px 2px;

	height: auto;
}

.task-noti-css .iambluedot {
	width: 10px;
	height: 10px;
	background: #007AFE;
	border-radius: 50%;
}

.task-noti-css .bluedot {
	margin-right: 8px;
	margin-left: 8px;
	width: 10px;
	margin-top: 9px;
	height: 20px;
	float: left;
	vertical-align: middle;
}

.task-noti-css .nav-tabs>li.active>a,
.task-noti-css .nav-tabs>li.active>a:hover,
.task-noti-css .nav-tabs>li.active>a:focus {
	color: #000;
	background: unset;
}

.task-noti-css .tab-badge {
	position: absolute;
	background: red;
}

.task-noti-css .lastmsgcamedate,
.task-noti-css .lastmsgcametime {
	float: right;
}

.task-noti-css .message ul li.msg-divider {
	width: 100%;
	display: flex;

}

.task-noti-css .iconholdertd .badgeholder {
	position: absolute;
}

.task-noti-css .iconholdertd .badgeholder .badge {
	background: transparent;
	color: #6EEB83;
	padding: 0;
	font-size: 10px;
}

.task-noti-css .marktextcomplete_div {
	margin-right: 10px;
	height: 20px;
	float: left;
	vertical-align: middle;
	font-size: 18px;
}

.task-noti-css .marktextcomplete:hover {
	color: #0055b3;
	-webkit-animation: neon2 1.5s ease-in-out infinite alternate;
	-moz-animation: neon2 1.5s ease-in-out infinite alternate;
	animation: neon2 1.5s ease-in-out infinite alternate;
}

.task-noti-css .marktextcomplete {
	color: #000000;
}

.task-noti-css small.pull-right.calltimer {
	position: absolute;
	top: 2px;
	right: 8px;
}

.task-noti-css .timeholder {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	flex-shrink: 1;
	overflow: hidden;
	align-items: center;
	align-self: stretch;
	justify-content: center;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
}

.task-noti-css .timeholderdiv_before {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	flex-shrink: 1;
	overflow: hidden;
	align-items: stretch;
	margin: 5px 5px 5px 0px;
	height: 1px;
	opacity: 0.4;
	background-color: rgb(138, 141, 145);
}

.task-noti-css .timeholderdiv {
	position: relative;
	display: inline;
	flex-grow: 0;
	flex-shrink: 0;
	overflow: hidden;
	white-space: nowrap;
	overflow-wrap: break-word;
	font-size: 12px;
	color: rgb(138, 141, 145);
	font-weight: 400;
	align-self: center;
	padding: 5px 10px;
	cursor: inherit;
}

.task-noti-css .timeholderdiv_after {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	flex-shrink: 1;
	overflow: hidden;
	align-items: stretch;
	margin: 5px 0px 5px 5px;
	height: 1px;
	opacity: 0.4;
	background-color: rgb(138, 141, 145);
}

.task-noti-css .headLeft-sub-right {
	position: relative;
	height: 58px;
}

.task-noti-css .guest_text_status_div {
	position: absolute;
	bottom: 8px;
	right: 8px;
	display: flex;
	align-items: center;
}

.task-noti-css select.guest_text_status {
	background: white;
	border: none;
	color: #456282;
	font-size: 14px;
	margin-left: 6px;
	border-radius: 16px;
	padding: 5px;
	padding-left: 10px;
}

.task-noti-css select.guest_text_status option {
	color: #797979;
}

.task-noti-css .player {
	width: 100%;
	height: 100px;
}

.task-noti-css .chat_container .jp-audio {
	width: 250px;
}

.task-noti-css .chat_container .jp-details {
	display: none;
}

.task-noti-css .chat_container .jp-audio .jp-controls {
	width: 100%;
	left: 25px;
	padding: 0;
	top: 40px;
	position: absolute;

}

.task-noti-css .chat_container .jp-volume-controls {
	top: 40px;
	left: 128px;
}

.task-noti-css .chat_container .jp-play,
.task-noti-css .chat_container .jp-play:focus,
.task-noti-css .chat_container .jp-state-playing .jp-play,
.task-noti-css .chat_container .jp-state-playing .jp-play:focus {
	width: 20px;
	height: 20px;
	background-size: 100px !important;
}

.task-noti-css .chat_container .jp-next,
.task-noti-css .chat_container .jp-previous,
.task-noti-css .chat_container .jp-stop,
.task-noti-css .chat_container .jp-toggles {
	display: none;
}

.task-noti-css .chat_container .jp-audio .jp-type-single .jp-progress {
	left: 25px;
	top: 10px;
	height: 4px;
}

.task-noti-css .chat_container .jp-audio .jp-type-single .jp-time-holder {
	left: 25px;
}

.task-noti-css .chat_container .jp-audio .jp-time-holder {
	top: 20px;
}

.task-noti-css .chat_container .jp-audio,
.task-noti-css .chat_container .jp-audio-stream,
.task-noti-css .chat_container .jp-video {
	border: 1px solid transparent;
	margin-top: 10px;
	border-radius: 4px;
}

.task-noti-css .chat_container .jp-state-playing .jp-play {
	background: url(../image/jplayer.blue.monday.jpg) 0px -21px no-repeat;
}

.task-noti-css .chat_container .jp-play:focus {
	background: url(../image/jplayer.blue.monday.jpg) -20px 0 no-repeat;
}

.task-noti-css .chat_container .jp-play-bar:after {
	content: " ";
	background: blue;
	border: 1px solid blue;
	border-radius: 50%;
	float: right;
	height: 100%;
	width: 8px;
}

.task-noti-css #imageselector .modal-body {
	height: 100%;
}

.task-noti-css .singleimageholder {
	height: 250px;
	overflow: hidden;
	text-align: center;
}

.task-noti-css .singleselectedimage {
	overflow: hidden;
	height: auto;
	width: 200px;
}

.task-noti-css #image_attacher .modal-body {
	height: 100%;
}

.task-noti-css .image_task_image_holder img {
	width: 100%;
	border: 4px solid #c0c0c0;
	padding: 0px;
	border-radius: 4px;
	margin-top: 10px;
}

.task-noti-css .single_task_attach_holder input {
	margin-right: 6px;
}


/* task notification css end */

/* Deleted Tasks css start  */

.deleted-task-css .haveroundborder .chzn-container-single .chzn-single span {
	margin-right: 2px !important;
	line-height: 24px;
}

.deleted-task-css .haveroundborder .chzn-container-single .chzn-single {
	padding: 0 0 0 8px;
	height: 23px !important;
}

.deleted-task-css .haveroundborder .assignedtoimgholder,
.deleted-task-css .haveroundborder .techvendorselecticon {
	margin-top: -8px;
}

.deleted-task-css .dlttaskmodel .close {
	background: none;
	border: 0;
	font-size: 22px;
	color: #000;
	margin-left: 14px;
	padding: 0;
}

.deleted-task-css .dlttaskmodel a,
.deleted-task-css .dlttaskmodel label {
	font-size: 16px;
	color: #000;
	margin-left: 12px;
	cursor: pointer;
}

.deleted-task-css .dlttaskmodel a:hover,
.deleted-task-css .dlttaskmodel label:hover {
	color: #6571ff;
}


.deleted-task-css .row {
	margin: 0px;
}

.deleted-task-css .modal-content,
.deleted-task-css .modal-header,
.deleted-task-css .modal-body,
.deleted-task-css .modal-footer {
	background: white;
}

.deleted-task-css .modal-body {
	height: calc(100vh - 175px);
}

.deleted-task-css .modal-dialog {
	max-width: 100%;
	margin: 0;
}

.deleted-task-css .modal-header {
	max-height: 50px;
	height: 50px;
	padding: 6px 15px;
}


.deleted-task-css .chzn-drop,
.deleted-task-css .chzn-search input {
	width: auto !important;
}

.deleted-task-css .chzn-single {
	background: transparent !important;
	height: 20px !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: 0px 0px 0px #ffffff inset, 0 0px 0px rgba(0, 0, 0, 0.1) !important;
}

.deleted-task-css .chzn-single:hover {
	background: #f6f8f9 !important;
}


.deleted-task-css .avatar-cust-option {
	height: 18px;
	width: 18px;
	background: #fd9a00;
	color: white;
	border-radius: 50%;
	font-size: 8px;
	margin-right: 8px;
	white-space: nowrap;
	float: left;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
	line-height: 18px;
	display: inline-flex;
	justify-content: center;
}

.deleted-task-css .chzn-results li {
	word-break: break-all;
}

.deleted-task-css .avatar-tbl {
	text-align: center;
	background: #7987a1 !important;
	color: white;
	font-size: 10px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	white-space: nowrap;

	line-height: 24px;
	display: inline-flex;
	justify-content: center;
}

.deleted-task-css .myfollowers .chzn-drop,
.deleted-task-css .popup-myfollowers .chzn-drop {
	border-bottom: 0 !important;
	border-top: 1px solid #aaa !important;
	top: auto !important;
	bottom: 22px !important;
}

.deleted-task-css .myfollowers {
	text-align: left !important;
	width: 100%;
}

.deleted-task-css .myfollowers .chzn-container {
	padding: 0 !important;
}

.deleted-task-css .myfollowers .chzn-choices .search-field input {
	height: 28px;
}

.deleted-task-css .myfollowers .chzn-choices {
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	background: white !important;

}

.deleted-task-css .myfollowers .search-choice {
	border: 1px solid #ccc;
	background: #f6f8f94f !important;
	border-radius: 15px !important;
	margin: 3px !important;
	height: 32px;
}

.deleted-task-css .myfollowers .search-choice img {
	height: 24px !important;
	width: 24px !important;
}

.deleted-task-css .myfollowers .search-choice .avatar-cust-option {
	height: 24px !important;
	width: 24px !important;
	font-size: 12px;
	padding-top: 4px;
	font-weight: 100;
}

.deleted-task-css .myfollowers .search-choice span {
	vertical-align: -webkit-baseline-middle;
}

.deleted-task-css .myfollowers .chzn-container-multi .chzn-choices .search-choice .search-choice-close {
	top: 9px !important;
	opacity: 0.4;
}


.deleted-task-css .modal-body {
	overflow: scroll !important;
	overflow-x: hidden !important;
}

.deleted-task-css .historydivelem {
	color: #848f99;
	font-size: 11px;
	line-height: 17px;
}

.deleted-task-css .commentsdivelem {
	color: black;
}

.deleted-task-css .commentsdivelem.row {
	padding: 0 !important;
}

.deleted-task-css .commentsdivelem {
	font-size: 12px;
}

.deleted-task-css .commentsdivelem .namediv {
	font-size: 12px;
}

.deleted-task-css .commentsdivelem .agotime {
	font-size: 11px;
	font-weight: normal;
	margin-left: 12px;
}

.deleted-task-css .fileelem {
	margin-right: 12px;
}

.deleted-task-css .deletefile {
	color: #dc5140;
	margin-left: 6px;
}

.deleted-task-css .deletefile i {
	color: #646f79 !important;
	display: none;
	margin-left: 6px;
}

.deleted-task-css .fileelem:hover>.deletefile i {
	display: inline-flex;
}

.deleted-task-css .filldatainmodal {
	cursor: pointer;
}

.deleted-task-css .description:hover,
.deleted-task-css .description:active,
.deleted-task-css .description:focus,
.deleted-task-css .taskname:hover,
.deleted-task-css .taskname:active,
.deleted-task-css .taskname:focus {
	border: 1px solid #c7c7cc;
}

.deleted-task-css .haveroundborder .chzn-container {
	width: 80% !important;

	height: 20px !important;
	overflow: visible;
}


.deleted-task-css .comment {

	max-height: 30vh;
	min-height: 1px;
	overflow-y: auto;
}

.deleted-task-css .modal-footer {
	background: #f6f8f9;
	border-top: 1px solid #e0e6e8;
}

.deleted-task-css .panel.panel-shrink {

	width: 100%;

}

.deleted-task-css .panel.panel-shrink .panel-default {
	min-height: auto;
	width: 100%;
	margin: 0;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
}

.deleted-task-css .panel.panel-shrink .baaphubeta {
	padding: 0;
	margin: 0;
	overflow: auto;
	overflow-y: scroll;
	max-height: calc(100vh - 260px);
}

.deleted-task-css .shrinkedtable {
	width: 100%;
	margin-bottom: 20px;
	margin: 0 auto;
}

.deleted-task-css .shrinkedtable a i {
	color: #848f9970;
	font-size: 16px;
}

.deleted-task-css .shrinkedtable a i:hover {
	color: #048b3f;
}

.deleted-task-css .shrinkedtable a {
	color: #151b26;

}

.deleted-task-css .stickmetop {
	position: sticky;
	top: 0px;
	z-index: 999;

	margin-bottom: 0px;
}

.deleted-task-css .completed i {
	color: #048b3f !important;
}

.deleted-task-css .completed i:hover {
	color: #026e31 !important;
}


.deleted-task-css .thodasmall {
	font-size: 11px;
}

.deleted-task-css .uparpadding {
	padding-top: 8px;
}

.deleted-task-css .ql-container.ql-snow {
	border: 0 !important;
}

.deleted-task-css .ql-toolbar {
	border: 0 !important;
}

.deleted-task-css .drp-calendar.right {
	display: none !important;
}


.deleted-task-css .myhandle {
	display: none <?=($this->request->isMobile())?'!important':'' ?>;
	width: 24px;
	height: 24px;
	cursor: grab;
}

.deleted-task-css .myhandle i {
	margin-left: 8px;
	margin-right: 8px;

	font-size: 16px;
	margin-top: 3px;
	color: #b7bfc6 !important;
}

.deleted-task-css .myhandle i:hover {
	color: #b7bfc6 !important;
}

.deleted-task-css .open>.dropdown-menu {
	display: block;
	opacity: 1;
	padding: 8px;
}

.deleted-task-css .darkfont {
	color: #151b26;
}

.deleted-task-css .panel.col-md-6 {
	width: 48.5% !important;
}

.deleted-task-css .panel-default .modal-dialog {
	width: auto !important;
	min-width: 0;
	padding: 0px;
}

.deleted-task-css .leftmargin10 {
	margin-left: 10px !important;

}

.deleted-task-css .panel-default .modal-content {
	box-shadow: none !important;
	border: 0 !important;
}

.deleted-task-css .btn-mycomplete:hover {
	background-color: #00bf9c;
	border-color: #00bf9c;
}

.deleted-task-css .toggleforabove {
	display: none;
}

.deleted-task-css .togglemybelow {
	cursor: pointer;
}

.deleted-task-css .listpanel,
.deleted-task-css .detailspanel {
	display: flex;
	flex-direction: column;
}

.deleted-task-css .listpanel {
	flex: 0 1 1000px;
	min-width: 405px;
}

.deleted-task-css .detailspanel {

	margin-left: 15px !important;
}

.deleted-task-css .detailspanel .modal-body {
	height: calc(100vh - 460px);
}

.deleted-task-css .detailspanel .modal-footer-dpanel {
	background: #f6f8f9;

}

.deleted-task-css .panelholder {
	box-sizing: border-box;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;

}

.deleted-task-css .dropdown-toggle {
	color: #000;
	cursor: pointer;
}

.deleted-task-css .dropdown-toggle:hover {
	color: #222b37;
}

.deleted-task-css html {
	overflow: hidden !important;
}

.deleted-task-css td .row {
	padding: 0px !important;
	margin: 0px !important;
}

.deleted-task-css .myhandletd {
	width: 30px;
	height: 34px;
}


.deleted-task-css .padding-top2 {
	padding-top: 2px;
}

.deleted-task-css .arrowtd {
	text-align: center;
	width: 32px;
	padding-right: 9px !important;
}

.deleted-task-css .TaskRow-detailsCaret {
	cursor: pointer;
	fill: #b7bfc6;
	height: 100%;
	width: 12px;
}

.deleted-task-css .TaskRow-detailsCaret:hover {
	fill: #848f99;
}

.deleted-task-css span.todaydate {
	color: #00bf9c;
}

.deleted-task-css span.pastdate {
	color: #ff3366;
}

.deleted-task-css .arrowtd,
.deleted-task-css .myhandletd {
	border: 0 !important;
}

.deleted-task-css .table-hover>tbody>tr:not(.newtr):hover>td,
.deleted-task-css .table-hover>tbody>tr:not(.newtr):hover>th {
	border-top: 1px solid #dddddd !important;
	border-bottom: 1px solid #dddddd !important;
}

.deleted-task-css .table-hover>tbody>tr:hover>td,
.deleted-task-css .table-hover>tbody>tr:hover>th {
	background-color: #f6f8f9;
}

.deleted-task-css td.completed {
	opacity: 0.5;
}

.deleted-task-css .heading-cust {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	align-items: center;
	color: #151b26;
	display: flex;
	flex: 0 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.deleted-task-css a.chzn-single img {
	display: none;
}


.deleted-task-css .chzn-results .insideofthis.TokenButton-icon {
	height: 18px;
	width: 18px;
	float: left;
}


.deleted-task-css .descriptionholder .description.ql-disabled .ql-toolbar {
	display: none;
}

.deleted-task-css .ql-disabled .ql-container.ql-snow {
	border: none;

}

.deleted-task-css .modal-footer {
	position: sticky;
	bottom: 8px;

	padding: 0px;
	border-top: 1px solid #e0e6e8;
	border-radius: 4px 4px 0 0;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}


.deleted-task-css .ql-editor {
	overflow: visible;
}


.deleted-task-css .savecommentbtn {
	display: none;
	margin-top: 4px;
	margin-right: 4px;
	height: 33px;
}

.deleted-task-css .ql-editor.ql-blank::before {
	color: #9ca6af;
	font-style: normal;
}

.deleted-task-css .ql-snow .ql-stroke {
	stroke: #848f99 !important;
}

.deleted-task-css .ql-snow .ql-active .ql-stroke {
	stroke: #008ce3 !important;
}

.deleted-task-css .myfollowers-list {
	display: none;
}

.deleted-task-css .myfollowers-icons {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
}

.deleted-task-css .myfollowers-icons .avatar-cust-sm {
	margin-right: 5px;
}

.deleted-task-css .myfollowers-icons-add {
	color: #848f99;
	font-size: 13px;
	padding: 0px;
	text-align: center;
	padding-top: 1px;
	font-weight: 100;
	line-height: 24px;
	display: inline-flex;
	justify-content: center;
}

.deleted-task-css .myfollowers-icons-add i {
	line-height: 22px;
}

.deleted-task-css .myfollowers-icons-holder .avatar-cust-sm {
	float: left;
	margin-right: 5px;
	cursor: grab;
}

.deleted-task-css .tasknamehandler {
	width: 100%;
	border: 0px;
}

.deleted-task-css .filesdiv {
	padding: 0;
}

.deleted-task-css .fileelem i {
	color: #b7bfc6;
}

.deleted-task-css .avatar-cust-sm:hover>.avatar-cust-sm-delete {
	display: block;
}

.deleted-task-css .avatar-cust-sm-delete {
	position: absolute;
	top: -4px;
	background: #848f99;
	border-radius: 50%;
	height: 14px;
	width: 14px;
	line-height: 14px;
	text-align: center;
	font-size: 9px;
	margin-left: 8px;
	display: none;
}

.deleted-task-css .myhandletr:hover {
	border-top: 0;
	border-bottom: 0;
	background: #e9ecef;
	border-color: #cbd4db;
	border-left: 3px solid #6571ff;
}

.deleted-task-css .activetr {
	border-top: 0;
	border-bottom: 0;
	background: #e9ecef;
	border-color: #cbd4db;
	border-left: 3px solid #6571ff;
}

.deleted-task-css .table-hover>tbody>.newtr>td {
	background-color: white !important;
}

.deleted-task-css .newtr>td {
	background-color: #fff;
	border-color: #14aaf5 !important;
	border-bottom: 1px solid !important;
	border-top: 1px solid !important;
	border-color: #14aaf5 !important;

	box-shadow: inset 0 2px 5px -1px #e0e6e8;
}

.deleted-task-css .chzn-container-single .chzn-single {
	background: transparent !important;
	background-image: none !important;
}

.deleted-task-css .chzn-container.chzn-container-single>.chzn-single b {
	display: none;
}

.deleted-task-css .daterangepicker td.available:hover {
	background-color: #32c1ff !important;
	color: white !important;
}

.deleted-task-css .daterangepicker td.active,
.deleted-task-css .daterangepicker td.active:hover {
	background-color: #32c1ff !important;
	color: white !important;
}

.deleted-task-css .daterangepicker td.in-range {
	background-color: #32c1ff !important;
	color: white !important;
}

.deleted-task-css .daterangepicker td.weekend.in-range.available {
	background-color: #32c1ff99 !important;
	color: white !important;
}

.deleted-task-css .calendar-table td {
	border-top: 1px solid white !important;
	border-bottom: 1px solid white !important;
}

.deleted-task-css .calendar-table tr th {
	color: black !important;
}

.deleted-task-css .closefollowersbar {
	display: none;
}

.deleted-task-css svg.iconforinput {
	color: #848f99;
	position: relative;
	top: 8px;
	left: 22px;
}

.deleted-task-css a.clearsearchbro {
	position: absolute;
	right: 12px;
	top: 10px;
	cursor: pointer;
	color: #7987a1;
}

.deleted-task-css .tasknamehandler {
	border: 1px solid transparent !important;
	width: 100% !important;
}

.deleted-task-css .changejobnumber {
	cursor: pointer;
}

.sendtexttocontractor,
.deleted-task-css .sendtexttoserviceman {
	cursor: pointer;
}

.deleted-task-css a.vendor_pictures_modal_anchor.menu-arrow {
	cursor: pointer;
}

.deleted-task-css .serviceuserselect {
	max-width: 114px;
}

.deleted-task-css .techvendoricon {
	font-size: 20px;
	height: 34px;
	width: 34px;
	margin-top: 2px;
	margin-left: 2px;
	color: #848f99;
	border: 1px dashed #acb8c3;
	border-radius: 50%;
	padding: 4px;
	padding-top: 6px;
}

.deleted-task-css .chzn-container-single .chzn-single span {
	margin-right: 2px;
}

.deleted-task-css .vendor_image_wrapper {
	box-shadow: 1px 1px 10px #999;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
}

.deleted-task-css .scrolls {
	overflow-x: scroll;
	overflow-y: hidden;
	height: 80px;
}

.deleted-task-css .imageDiv {
	margin: 0;
	height: 80px;
	width: 1200px;
}

.deleted-task-css .imageDiv img {
	box-shadow: 1px 1px 10px #999;
	margin: 2px;
	max-height: 50px;
	cursor: pointer;
	display: inline-block
}

.deleted-task-css div.scrollmenu {
	background-color: transparent;
	overflow: auto;
	white-space: nowrap;
	box-shadow: 0 0px 2px 0px #c0c0c0;
}

.deleted-task-css div.scrollmenu img {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 6px;
	text-decoration: none;
	max-height: 80px;
}

/*-------------filter entries------------*/


.deleted-task-css .Button {
	align-items: center;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 13px;
	justify-content: center;
	line-height: 1;
	min-width: 50px;
	text-align: center;
	transition-duration: .2s;
	transition-property: background, border, box-shadow, color, fill;
}

.deleted-task-css .Button.Button--small {
	height: 30px;
	line-height: 30px;
	padding: 0 9px;
}

.deleted-task-css .Button--secondary:not(.Button--disabled) {
	background: #fff;
	border-color: #b7bfc6;
	color: #646f79;
	fill: #848f99;
}

.deleted-task-css .Button--primary:not(.Button--disabled) {
	background-color: #14aaf5;
	border-color: #14aaf5;
	color: #fff;
	fill: #fff;
}

.deleted-task-css .dropdown.filterentries {
	padding: 3px 10px;
	align-items: center;
	text-align: center;
	border-radius: 4px;
	font-size: 12px;
}

.deleted-task-css .dropdown.filterentries:hover {
	background-color: #edf1f2;
	color: #222b37;
	fill: #222b37;
	text-decoration: none;
}

.deleted-task-css .showontab {
	display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.deleted-task-css .stickmebottom {
		width: 100% !important;
	}

	.deleted-task-css .table-style {
		width: 100%;

	}

	.deleted-task-css .pad-space-responsive {
		padding-right: 32px !important;
	}

	.deleted-task-css .panelholder {
		margin-right: 15px;
		margin-left: 15px;
	}

	.deleted-task-css .panel.panel-shrink {
		margin: 0;
	}

	.deleted-task-css .showontab {
		display: block;
		color: #7987a1;
	}

	.deleted-task-css .mr-responsive {
		margin-right: 26px !important;
	}

	.deleted-task-css .ml-responsive {
		margin-left: 26px !important;
	}

	.deleted-task-css .detailspanel {
		min-width: 100%;
		margin: 0 !important;
	}

	.deleted-task-css .modal-footer {
		width: 100%;
	}
}

.deleted-task-css .vendor_pictures_modal_holder {
	display: flex;
}

.deleted-task-css .vendor_pictures_modal_holder>div {
	margin: 10px;
	padding: 20px;
}

.deleted-task-css .newservice-popup {
	display: none;
	position: fixed;
	bottom: 0;
	right: 40px;

	z-index: 9;
	box-shadow: 0 5px 20px 0 rgba(21, 27, 38, .08);
	border: 1px solid #e0e6e8;
	border-radius: 4px 4px 0 0;
	background: #fff;
	color: #151b26;
}

.deleted-task-css .newservice-popup-mini {
	display: none;
	bottom: 0;
	position: fixed;
	right: 40px;
	z-index: 9;
	box-shadow: 0 5px 20px 0 rgba(21, 27, 38, .08);
	border: 1px solid #e0e6e8;
	border-radius: 4px 4px 0 0;
	background: #fff;
	color: #151b26;
	background: linear-gradient(to top right, #ff5263 0%, #ff7381 50%, #fcbd01 100%);
	border: 0;
	min-width: 125px;
	width: 300px;
}

.deleted-task-css .newservice-popup ::placeholder {
	color: #9ca6af;
}

.deleted-task-css .form-container {
	max-width: 500px;
	width: 500px;

	background-color: white;
}

.deleted-task-css .popupheader {
	height: 50px;
	padding: 0 20px;
	align-items: center;
	color: #fff;
	display: flex;
	height: 50px;
	padding: 0 20px;
}

.deleted-task-css .popupheader .btnicon {
	color: #848f99;
	font-size: 18px;
}

.deleted-task-css .popupbody {

	background: #fff;
	display: flex;
	flex-direction: column;

	justify-content: center;
	max-height: 750px;
	overflow: hidden;
}

.deleted-task-css .popupbodycontent {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 1px;
	overflow-x: none;
	overflow-y: auto;
}

.deleted-task-css .taskname-popup {

	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	display: block;
	flex-shrink: 0;
	margin-bottom: 10px;
	padding: 0 20px;
	vertical-align: baseline;
	border: 0;
}

.deleted-task-css .assign_toandproject,
.deleted-task-css .unitandcontractor {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	padding: 5px 20px;

}

.deleted-task-css .forlabel,
.deleted-task-css .inlabel,
.deleted-task-css .unitlabel,
.deleted-task-css .contractorlabel {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	color: #9ca6af;
	margin-right: 10px;
}

.deleted-task-css .inlabel,
.deleted-task-css .contractorlabel {
	margin-left: 10px;
}

.deleted-task-css .unitandcontractor span.avatar-cust-option.insideofthis,
.deleted-task-css .assign_toandproject span.avatar-cust-option.insideofthis {
	margin-right: 8px;
	padding: 1px;
	padding-left: 3px;
	height: 23px;
	width: 23px;
	font-size: 13px;
}

.deleted-task-css .assign_toandproject .chzn-container.chzn-container-single,
.deleted-task-css .unitandcontractor .chzn-container.chzn-container-single,
.deleted-task-css .hkzonelabel {
	flex: 0 1 auto;
	min-width: 1px;
	display: inline-flex;
}

.deleted-task-css .assign_toandproject .chzn-single,
.deleted-task-css .unitandcontractor .chzn-single,
.deleted-task-css .hkzonelabel {
	height: 30px !important;
	background: #f6f8f9 !important;
	border-color: #e0e6e8 !important;
	color: #646f79;
	flex: 0 1 auto;
	min-width: 1px;
	padding-left: 2px;
	align-items: center;
	border: 1px solid #e0e6e8 !important;
	border-radius: 15px !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	height: 30px !important;
	justify-content: center;
	max-width: 180px;
	position: relative;
	transition-duration: 100ms;
	transition-property: background, border, color, fill;
	white-space: nowrap;
}

.deleted-task-css .assign_toandproject .chzn-single:hover,
.deleted-task-css .unitandcontractor .chzn-single:hover,
.deleted-task-css .hkzonelabel:hover {
	background: #edf8ff;
	border-color: #32c1ff;
	color: #32c1ff;
}

.deleted-task-css .assign_toandproject .chzn-container:hover,
.deleted-task-css .unitandcontractor .chzn-container:hover {
	background: transparent !important;
}

.deleted-task-css .projectselect-popup .chzn-single span,
.deleted-task-css .unitselect-popup .chzn-single span,
.deleted-task-css .contractorselect-popup .chzn-single span,
.deleted-task-css .techvendorselect-popup .chzn-single span,
.deleted-task-css .hkzonelabel {
	padding-left: 20px;
	padding-right: 20px;
}


.deleted-task-css .descriptionholder-popup,
.deleted-task-css .servicenotesholder-popup {
	border: 0;
	flex: 1 0 auto;
	overflow: visible;
	display: flex;
	flex-direction: column;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 9px;
	overflow-y: auto;
	padding: 0;
	position: relative;
	word-wrap: break-word;
	color: #151b26;
}

.deleted-task-css .servicenotesholderdiv-popup {
	min-height: 25vh;
	height: 25vh;
	padding: 10px 20px;
	border: none;
	outline: none;
	overflow: auto;
	white-space: pre-wrap;
	border-style: none;
	border-color: Transparent;
	overflow: auto;
	outline: none;
	resize: none;
}

.deleted-task-css .descriptiontextarea-popup {
	min-height: 25vh;
	height: 25vh;
	padding: 10px 20px;
	border: none;
	outline: none;
	overflow: auto;
	white-space: pre-wrap;
	border-style: none;
	border-color: Transparent;
	overflow: auto;
	outline: none;
	resize: none;
}

.deleted-task-css .stickmebottom {
	display: none !important;
}

.deleted-task-css .assign_toandproject .chzn-container .chzn-results {
	max-height: 166px;
}

.deleted-task-css .popupfooter {
	align-items: center;
	display: flex;
	flex: 0 1 auto;
	flex-shrink: 0;
	min-height: 50px;
	position: relative;
	z-index: 100;
}

.deleted-task-css .popupfooter .leftbuttons {
	bottom: 10px;
	display: flex;
	flex-direction: row;
	left: 15px;
	position: absolute;
}

.deleted-task-css .popupfooter .rightbuttons {
	bottom: 10px;
	display: flex;
	flex: 0 1 auto;
	margin-left: auto;
	position: absolute;
	right: 20px;
}

.deleted-task-css .firstsetofbuttons {
	display: flex;
}

.deleted-task-css .btnoffooter {
	align-items: center;
	cursor: pointer;
	display: flex;
	fill: #848f99;
	color: #848f99;
	justify-content: center;
	height: 30px;
	width: auto;
	min-width: 30px;
}

.deleted-task-css a.datechanger.btnoffooter span {
	font-size: 11px;
}

.deleted-task-css .popup-submit.popup-disabled {
	background: #edf1f2;
	border: 1px solid #e0e6e8;
	box-shadow: none;
	color: #b7bfc6;
	cursor: default;
	fill: #b7bfc6;
	pointer-events: none;
}

.deleted-task-css .popup-submit.popup-disabled:hover {
	color: #b7bfc6;
}

.deleted-task-css .popup-submit:hover {
	color: white;
	background-color: #008ce3;
	border-color: #008ce3;
}

.deleted-task-css .popup-submit {
	align-items: center;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 13px;
	justify-content: center;
	line-height: 1;
	min-width: 50px;
	text-align: center;
	transition-duration: .2s;
	transition-property: background, border, box-shadow, color, fill;
	height: 30px;
	line-height: 30px;
	padding: 0 9px;
	background-color: #14aaf5;
	border-color: #14aaf5;
	color: #fff;
	fill: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 9px;
}

.deleted-task-css .minimizeicon {
	height: 16px;
	width: 16px;
	align-items: center;
	display: inline-flex;
	fill: #848f99;
}

.deleted-task-css .singlething {
	align-items: center;
	color: #fff;
	display: flex;
	height: 50px;
	padding: 0 20px;
	border: 0;
	cursor: pointer;
}

.deleted-task-css .minimizebar-maximizebtn {
	fill: #fff;
	flex-shrink: 0;
	height: 16px;
	margin-left: auto;
	opacity: .5;
	width: 16px;
}

.deleted-task-css .minimizebar-maximizebtn:hover {
	opacity: 1;
}

.deleted-task-css .minimizebar-taskname {
	margin-right: 5px;
	min-width: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.deleted-task-css .vendor_pictures_modal {
	display: none;
	width: 100vw;
	height: 100vh;
	max-width: 100vw !important;
}

.deleted-task-css .vendor_pictures_modal .mymodal-content {
	width: 100vw;
	height: 100vh;
	max-width: 100vw !important;
}

/* Deleted Tasks css end  */



/* inbox css start */



@media (max-width: 480px){

	.panelholder .listpanel{
		min-width: 100%;
	}
	.panelholder .detailspanel{
		margin: 0 !important;
	}
	.form-container{
		width: 100vw !important;
	}
	.newservice-popup{
		right: 0 !important;
		bottom: 0 !important;
	}
	.comment:not(.ql-disabled) .ql-editor{
        height:60px !important;
    }
	.modal-footer-dpanel .commentholder .position-relative{
		bottom: 80px !important;
	}
}

/* inbox css end */

.sidebar-folded:not(.open-sidebar-folded) li.sub-menu > ul.sub ul.sub-menu > li{ display:none } 
.collapse:not(.show) {
    display: none !important;
}
.chzn-container .chzn-drop{
    border-top: 1px solid #aaa !important;
	border-radius: 4px !important;
}

.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-body .nav-main li span,
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-body .nav-main li .customnav,
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-body .nav-main .nav-item .nav-link .link-arrow {
	display: none;
}

sidebar-folded:not(.open-sidebar-folded)  .vr-sidebar .nav-main .gc-menu li a.thisactive::before,
.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-body .nav .nav-item.active .nav-link .sub-menu .menu-item::before ,
.sidebar-folded:not(.open-sidebar-folded) .vr-sidebar .nav-main .gc-menu li.thisactive .sub-menu li a.thisactive::before ,
.sidebar-folded:not(.open-sidebar-folded) .vr-sidebar .nav-main .gc-menu li.thisactive .sub-menu li.thisactive .sub-menu li a.thisactive::before {
	display: none;
}



.favs_menu_li .favmenu_anchor.thisactive{
	color: #000 !important;
}
.favs_menu_li .favmenu_anchor{
	line-height: 34px;
	display: flex;
    align-items: center;
    white-space: nowrap;
}

.favs_menu_li .favmenu_anchor svg{
	width: 14px;
    height: 14px;
    margin-left: auto;
}

.favmenu_anchor[aria-expanded=true] .link-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(180deg);
}

.favmenu_anchor .link-arrow{
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.favs_menu_li .favs_holder ul{
	padding: 0;
	line-height: 30px;
	list-style: none;

}

.favs_menu_li .favs_holder ul .forremovalid .removefromfav{
	position: absolute;
    right: 10px;
	display: none;
}

.vr-sidebar .nav-main li a:hover .removefromfav{
	display: inline-block;
}

.favs_menu_li .favs_holder ul .forremovalid .movefavmenu{
	float: right;
    margin-right: -10px;
    padding: 0;
    margin-left: auto !important;
}
.favs_menu_li .favs_holder ul .forremovalid .movefavmenu i{
	margin: 0;
}

/* .loader {
	border-top: 16px solid #6571ff !important;
} */

.dropdown.filterentries .dropdown-menu .dropdown-item:active{
	background-color: transparent;
}

.filterclose{
	position: absolute;
    right: 20px;
    cursor: pointer;
    background: transparent;
	font-size: 16px;
}

.close-ftr{
	position: absolute;
    right: 10px;
    cursor: pointer;
    background: transparent;
    font-size: 16px;
    color: #7987a1;
}

.toast-info {
	background-color: #6571ff !important;
	color: #fff !important;
	border: 0 !important;
	margin-top: 6px !important;
	/* margin: 0 !important; */
}

.toast-success {
    background-color: #05a34a !important;
	border: 0 !important;
	margin-top: 6px !important;
}
.toast-error {
    background-color: #ff3366 !important;
	border: 0 !important;
	margin-top: 6px !important;
}
.toast-warning {
    background-color: #fbbc06 !important;
	border: 0 !important;
	margin-top: 6px !important;
}

.toast-close-button{
	right: 0 !important;
    top: 0 !important;
}

.vr-sidebar .nav-main {
	list-style: none;
	padding: 26px;
}

.vr-sidebar .nav-main .customnav {
	flex-direction: row;
	padding: 0;
	border: 0;
	margin-bottom: 20px;
}

.vr-sidebar .nav-main .customnav .nav-item.active .nav-link{
	color: #000;
}

.vr-sidebar .nav-main .customnav .nav-item .nav-link {
	background-color: #ffffff;
	cursor: pointer;
	border: 2px solid #6571ff;
	border-radius: 0.25rem;
	height: 38px;
}

.vr-sidebar .nav-main .customnav .nav-item .nav-link.active {
	background-color: #6571ff;
	color: #fff;
}

.vr-sidebar .nav-main .customnav .nav-item .nav-link:hover {
	background-color: #6571ff;
	color: #fff;
}

.vr-sidebar .nav-main .customnav .nav-item .nav-link i {
	margin: 0;
	font-size: 16px;
}

.vr-sidebar .nav-main .customnav .nav-item .nav-link .broom-css {
	font-size: 20px;
}

.vr-sidebar .nav-main .customnav svg {
	width: 17px;
	height: 17px;
	fill: #000;
	position: relative;
	top: 0px;
}

.vr-sidebar .nav-main .tab-pane .contentmenu {
	padding: 0;
	line-height: 34px;
}

.vr-sidebar .nav-main .tab-pane .contentmenu .nav-item {
	margin: 0 !important;
}

.vr-sidebar .nav-main .tab-pane .contentmenu .nav-item .sub-menu .nav-item.sub-menu{
	padding: 0;
}

.vr-sidebar .nav-main .tab-pane .contentmenu .nav-item .sub-menu {
	list-style: circle;
	padding: 0 0 0 20px;
	line-height: 34px;
}

.vr-sidebar .nav-main .tab-pane .contentmenu .nav-item .sub-menu .addtofav {
	right: 3px;
}

.vr-sidebar .nav-main .tab-pane .contentmenu .link-arrow {
	fill: none;
}

.vr-sidebar .nav-main .tab-pane .addtofav {
	position: absolute;
	right: 24px;
	display: none;
}

.vr-sidebar .nav-main .tab-pane ul li:hover > a .addtofav{
	display: inline-block;
}

.vr-sidebar .nav-main .tab-pane .addtofav i {
	margin: 0;
}

.vr-sidebar .nav-main .nav-item .nav-link {
	height: 36px !important;
}

.vr-sidebar .nav-main li{
	width: 100%;
}

.vr-sidebar .nav-main li a {
	color: #000;
	display: flex !important;
	align-items: center;
	height: 32px;
}

.vr-sidebar .nav-main li a.thisactive {
	color: #6571ff;
}

.vr-sidebar .nav-main .insp-nav a.thisactive::before {
	content: "";
	width: 3px;
	height: 32px;
	background: #6571ff;
	position: absolute;
	left: 0px;
}

.vr-sidebar .nav-main .nav li a.thisactive::before {
	content: "";
	width: 3px;
	height: 32px;
	background: #6571ff;
	position: absolute;
	left: 0px;
}
.vr-sidebar .nav-main .gc-menu li a.thisactive::before {
	content: "";
	width: 3px;
	height: 32px;
	background: #6571ff;
	position: absolute;
	left: 0px;
}
.sidebar .sidebar-body .customnav .nav-item.active .nav-link::before{
    display: none;
}

.sidebar .sidebar-body .nav .nav-item.active .nav-link .sub-menu .menu-item::before {
	content: "";
	width: 3px;
	height: 32px;
	background: #6571ff;
	position: absolute;
	left: -25px;
}
.vr-sidebar .nav-main .gc-menu li.thisactive .sub-menu li a.thisactive::before {
	content: "";
	width: 3px;
	height: 32px;
	background: #6571ff;
	position: absolute;
	left: 25px;
}

.vr-sidebar .nav-main .gc-menu li.thisactive .sub-menu li.thisactive .sub-menu li a.thisactive::before {
	content: "";
	width: 3px;
	height: 32px;
	background: #6571ff;
	position: absolute;
	left: 50px;
}


.vr-sidebar .nav-main li a:hover {
	color: #6571ff;
}

.vr-sidebar .nav-main li a i:first-child {
	margin-right: 10px;
	font-size: 16px;
	min-width: 20px;
	display: block;
	justify-content: center;
}
.vr-sidebar .nav-main li a span.link-title {
	flex-grow: 1;
	width: 100%;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.vr-sidebar .nav-main li a svg:first-child {
	/* margin-right: 10px; */
	width: 16px;
}
.s-menu-styl .vr-sidebar .nav-main li a span {
	margin-left: 10px;
}

.gc-menu {
	line-height: 34px;
}

.gc-menu ul {
	padding: 0 0 0 20px;
	margin: 0;
}

.gc-menu ul li {
	margin: 0 !important;
}

.gc-menu ul li span.addtofav {
	right: 12px;
	display: none;
}
.gc-menu ul li:hover > a span.addtofav {
	display: inline-block;
}

.gc-menu a {
	display: flex;
	align-items: center;
	padding: 0;
	white-space: nowrap;
}

.gc-menu a .link-arrow {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gc-menu a .link-arrow {
	width: 14px;
	height: 14px;
	margin-left: auto;
	-webkit-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: inherit;
}

.gc-menu .nav-link[aria-expanded=true] .link-arrow {
	-webkit-transform: rotate(90deg);
	transform: rotate(180deg);
}

.top-profile {
	background: #6571ff;
	border-radius: 50% !important;
	color: #fff !important;
	text-transform: uppercase;
	width: 40px;
	height: 40px;
	justify-content: center;
	display: flex;
	align-items: center;
}

.form-select:focus {
	box-shadow: none;
}

.tooltip {
	z-index: 999999;
}

.geterrordataforip {
	cursor: pointer;
}

.position-relative input {
	padding-right: 30px;
}


/* inbox-page css start */

.inbox-page .myfollowers-following-atlast-text.makemeblue {
	border-bottom: 1px dotted #6571ff;
	margin-left: 6px;
	color: #6571ff;
	cursor: pointer;
}
.inbox-page .hiddenbaap{
	display: none !important;
}
.inbox-page .commentsdivelem .namediv{
	font-weight:bold;
}
.inbox-page .comment_div_for_padd{
	margin-left:6px;
	margin-top:5px;
	color:#6d6d6d;
}

.inbox-page .list_action_btn_holder {
	display: none;
	top: 8px;
	position: absolute;
	right: 70px;
	background: white;
	border: 1px solid #e8ecee;
	padding: 6px 4px;
	border-radius: 4px;
	min-width: 36px;
	text-align: center;
	box-shadow: 0 1px 4px 0 rgb(21 27 38 / 8%);
}
.inbox-page .myhandletr:hover .list_action_btn_holder{
	display:block;
}
.InboxClarifiedExpandableThread-seeMoreActivityButton:hover,
.InboxClarifiedExpandableThread-seeMoreActivityButton:hover .seemore_activity,
.inbox-page .seemore_activity:hover{
	color:#6571ff !important;
	fill:#6571ff !important;
}
.inbox-page .filldatainmodal{
	position: relative;
}
.inbox-page span.me_custom_dot_MF {
    width: 22px;
    background: #05a34a;
    height: 22px;
    display: block;
    position: absolute;
    top: 11px;
    right: 64px;
    border-radius: 50%;
}   
.inbox-page img.img_in_list {
	height: 200px;
	width: auto;
	border: 3px solid #c0c0c0;
	border-radius: 8px;
}
.inbox-page .InboxClarifiedStory {
	display: flex;
	flex-direction: row;
	position: relative;
}

.inbox-page .InboxClarifiedExpandableThread {
	color: #273240;
	padding-left: 24px;
	padding-right: 24px;
	position: relative;
}
.inbox-page .InboxClarifiedExpandableThread-story {
	margin-bottom: 24px;
}
.inbox-page .InboxClarifiedStory {
	display: flex;
	flex-direction: row;
	position: relative;
}
.inbox-page .InboxClarifiedExpandableThread-story:last-of-type {
	margin-bottom: 0;
}
.inbox-page .InboxClarifiedStory.InboxClarifiedExpandableThread-story:not(:last-of-type)::before {
	border: 1px solid #e8ecee;
	border-radius: 4px;
	bottom: -20px;
	left: 15px;
	position: absolute;
	top: 36px;
	width: 0;
	content: " ";
}

.inbox-page .InboxClarifiedStory-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 1px;
	overflow: hidden;
}
.inbox-page .InboxClarifiedStory-bodyContainer {
	display: flex;
	justify-content: space-between;
}
.inbox-page .InboxClarifiedStory-body {
	min-width: 1px;
}
.inbox-page .InboxClarifiedStoryStructure {
	display: flex;
	flex-direction: column;
	word-wrap: break-word;
}
.inbox-page .Typography {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.inbox-page .Typography--fontSize13 {
	font-size: 14px;
}
.inbox-page .Typography--lineHeight20 {
	line-height: 20px;
}
.inbox-page .Typography--fontWeightMedium {
	font-weight: 500;
}
.inbox-page .InboxClarifiedStoryStructure-content {
	margin-bottom: 0px;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
}
.inbox-page .InboxClarifiedStoryStructure-content p {
	margin: 0px 0 2px;
}

.inbox-page .StoryActorName-actorName {
	color: #151b26;
	text-transform: capitalize;
}
.inbox-page .InboxClarifiedExpandableThread .StoryActorName-actorName {
	color: #273240;
}
.inbox-page .InboxClarifiedExpandableThread .StoryActorName-actorName {
	transition: color .16s ease -0.01s;
}
.inbox-page .TruncatedRichText {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
}
.inbox-page .TruncatedRichText-richText {
	display: inline;
}
.inbox-page .RichText {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	white-space: pre-wrap;
	word-wrap: break-word;
}
.inbox-page .InboxClarifiedStory-timestamp {
	white-space: nowrap;
}
.inbox-page .Typography--lineHeight16 {
	line-height: 16px;
}
.inbox-page .Typography--fontSize11 {
	font-size: 11px;
}
.inbox-page .Typography--colorDarkGray1 {
	color: #6f7782;
}

.inbox-page .AvatarWithBadge-container {
	position: relative;
}
.inbox-page .AvatarWithBadge-avatar {
	border-radius: 50%;
}
.inbox-page .AvatarPhoto {
	align-items: center;
	background: center/cover #cbd4db;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.07);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	position: relative;
	vertical-align: top;
}
.inbox-page .AvatarPhoto--medium {
	font-size: 10px;
	height: 30px;
	line-height: 30px;
	min-width: 30px;
	width: 30px;
}
.inbox-page .Avatar--color1 {
	background-color: #7987a1 !important;
	color: #fff;
}
.inbox-page .list_history_holder .InboxClarifiedStory{
	display: none;
}
.list_history_holder .InboxClarifiedStory:nth-last-child(1),
.list_history_holder .InboxClarifiedStory:nth-last-child(2),
.inbox-page .list_history_holder .InboxClarifiedStory:nth-last-child(3){
	display: flex;
}
.inbox-page .myhandletr:hover .InboxClarifiedStory.InboxClarifiedExpandableThread-story:not(:last-of-type)::before {
	border-color: #cbd4db;
}
.inbox-page .InboxClarifiedExpandableThread-seeMoreActivityButton {
	color: #6f7782;
	fill: #6f7782;
	align-items: center;
	display: inline-flex;
	height: 40px;
	margin: 0px 0;
	padding-right: 16px;
	position: relative;
}
.inbox-page .InboxClarifiedExpandableThread-seeMoreActivityButton:hover, .InboxClarifiedExpandableThread-seeMoreActivityButton:focus {
	color: #6f7782;
	fill: #6f7782;
	outline: none;
	text-decoration: underline;
}
.inbox-page .InboxClarifiedExpandableThread-seeMoreActivityButton::before {
	border: 1px solid #e8ecee;
	border-radius: 4px;
	bottom: 4px;
	left: 15px;
	position: absolute;
	top: 27px;
	width: 0;
	content: " ";
}
.inbox-page .myhandletr:hover .InboxClarifiedExpandableThread-seeMoreActivityButton::before {
	border-color: #cbd4db;
}
.inbox-page .InboxClarifiedExpandableThread-verticalMoreIconContainer {
	display: inline-flex;
	justify-content: center;
	margin-right: 12px;
	width: 32px;
}
.inbox-page .myhandletr:hover .InboxClarifiedExpandableThread-verticalMoreIcon {
	fill: #9ca6af;
}
.inbox-page .MiniIcon.MiniIcon--small {
	height: 12px;
	width: 12px;
}
.inbox-page svg:not(:root) {
	overflow: hidden;
}
.inbox-page .InboxClarifiedExpandableThread-verticalMoreIcon {
	fill: #cbd4db;
}
.inbox-page .MiniIcon {
	flex: 0 0 auto;
	height: 12px;
	width: 12px;
}
.inbox-page .InboxClarifiedExpandableThread-seeMoreActivityText {
	display: inline-block;
}
.inbox-page .Typography--lineHeight20 {
	line-height: 20px;
}
.inbox-page .Typography--fontSize13 {
	font-size: 14px;
}
.inbox-page .taskname_in_list {
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}

.inbox-page .due_today {
	background: rgba(121, 135, 161, 0.2);
	color: #7987a1;
	padding: 4px 8px;
	font-size: 10px;
	font-weight: 500;
	border-radius: 4px;
}
.inbox-page .list_history_holder {
	padding: 20px 0px 6px 20px;
}

.inbox-page tr.block_tr > td {
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: #7987a1;
	height: 36px;
	vertical-align: middle !important;
	background: #fff !important;
	padding: 6px 14px;
}

.inbox-page .undeleterow{
	display: none;
}

.inbox-page .only_parent_service_holder .inside_heading{
	display:none;
}
.only_parent_service_holder .parent_services_holder i,
.inbox-page .only_parent_service_holder .avatar-tbl{
	display:none;
} 

.inbox-page .prior_vendor_notes_div {
	margin: 0px 32px;
	border-bottom: 1px solid #c0c0c0;
}
.inbox-page .prior_vendor_notes_div_heading {
	font-weight: bold;
}
.inbox-page .prior_vendor_notes_div_inner {
	border: 1px solid #c0c0c0;
	padding: 4px;
	border-radius: 4px;
	margin-left: 10px;
	width: 102%;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*.parent_services_holder,*/

.inbox-page .child_services_holder {
	border-top: 1px solid #e0e6e8;
	padding-top: 1rem;
}
.inbox-page .inside_heading {
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.inbox-page .list_inside_single {
	display: flex;
	justify-content: space-between;
	background: #f6f8f9;
	border-radius: 4px;
	padding: 8px 10px;
	margin-bottom: 6px;
}
.inbox-page .list_inside_single div{
	margin:0px 6px;
}
.inbox-page .list_inside_single div:nth-child(2){
	flex-grow:1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.only_parent_service_holder .list_inside_single div:nth-child(1),
.inbox-page .only_parent_service_holder .list_inside_single div:nth-child(3){
	display:none;
	margin:0;
}
.inbox-page .only_parent_service_holder .list_inside_single div:nth-child(2)::after{
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-left: 10px;
}
.inbox-page .Avatar--color1.AvatarPhoto.AvatarPhoto--medium {
	text-transform: uppercase;
}
.inbox-page .only_parent_service_holder .list_inside_single{
	display: flex;
	justify-content: space-between;
	background: #f6f8f9;
	border-radius: 4px;
	padding: 8px 10px;
	
}
.inbox-page .only_parent_service_holder .list_inside_single div:nth-child(2){
	flex-grow: 0;
	box-shadow: unset;
	background: transparent;
	border-radius: 0;
	font-size: 18px;
}

.inbox-page .only_parent_service_holder .list_inside_single:hover {
	font-weight:bold;
	color:black;
}
.inbox-page .loading_placeholder_div{
	display:block;
}
.inbox-page .aatocomplete .autocompletetickmark {
	color:#25e8c8;
}
.inbox-page .ui-autocomplete .ui-menu-item{
	border-bottom: 1px solid white;
}
.inbox-page .res_details .btn-default{
	margin-bottom:6px;
}
.inbox-page .call_to_guest,.call_to_contractor{
	display:<?= ($showcalltotask5->aliveinterval == 1)?'inline-block':'none' ?>;
}
.inbox-page .msg-unit-code {
	text-align: right;
	padding-right: 52px;
	padding-bottom: 4px;
	font-size: 10px;
}
.inbox-page .icon_img_small{
	height:24px;
	width:24px;
	color:#ccc;
   
}
.inbox-page .call_to_guest svg, .call_to_contractor svg{
	height:24px;
	width:24px;
	fill: #ccc;
}
.inbox-page .call_to_guest:hover svg, .call_to_contractor:hover svg{
	height:24px;
	width:24px;
	fill: #00a0df;
}
.inbox-page span.vertical-divider {
	height: 100%;
	width: 2px;
	background-color: #ccc;
	margin: 6px;
}
.inbox-page .unasscount{
	margin-top: 2px;
}
.inbox-page .unassignedoption{
	display:none !important;
}
.inbox-page .chzn-container-single.techvendorselect .chzn-search input{
	height:30px !important;
}


.inbox-page .fileupload_bro{
	display:none;
}
.inbox-page .ajax-file-upload-statusbar{
	display:flex;
	border:0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.inbox-page .filesdiv{
	margin-bottom: 0px;
}
.inbox-page .ajax-file-upload-progress{
	border:0px;
	background: rgba(101,113,255,.1);
	height: 100%;
	padding:0px;
}
.inbox-page .ajax-file-upload-bar{
	background:#6571ff;
	height: 8px;
}
.inbox-page #filesholderrow_demo_div{
	padding-left: 29px;
	font-size: 11px;
}
.inbox-page .ajax-file-upload-filename{
	color:#6571ff;
	margin:0px;
	width: 100%;
	font-size: 14px;
}
.inbox-page .ajax-file-upload-filename:before {
	content: "\f15b";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 14px !important;
	color: #b7bfc6;
	margin-right: 3px;
}

.inbox-page .tooltip-inner{
	min-width:auto !important;
}
.inbox-page .hidethetext{
	display:none;
}

.inbox-page input[data-type="currency"] {
	text-align: right;
}
.otherexpenseto_row .otherexpenseto_single span:nth-child(2),
.inbox-page .extraexpenseto_row .extraexpenseto_single span:nth-child(2){
	flex: 0 1 66%;
}
.otherexpenseto_row .otherexpenseto_single span:nth-child(3),
.inbox-page .extraexpenseto_row .extraexpenseto_single span:nth-child(3){
	max-width: 20%;
	display: flex;
}

.inbox-page .col-md-12.extraexpenseto_single .fileelem{
	margin-top: 8px;
}
.inbox-page .deleteexpfile{
	margin-left: 4px;
	cursor: grab;
	display:none;
}
.inbox-page .col-md-12.extraexpenseto_single .fileelem:hover .deleteexpfile {
	display: inline;
}
.inbox-page .col-md-12.extraexpenseto_single .fileelem .far.fa-file{
	margin-right: 10px;
}

.saveotherexpenseto,.deleteotherexpenseto
.inbox-page .saveexpenseto,.deleteexpenseto{
	cursor: pointer
}

.inbox-page .saveexpenseto{
	display:none;
}
.inbox-page .pdfrow{
	max-height: 275px;
	max-width: 420px;
	background: #fff;
	border: 1px solid #d5dce0;
	border-radius: 8px;
	padding: 0 !important;
	margin: 0 !important;
	text-align:left;
}
.inbox-page .pdfdetailrow{
	flex-grow: 1;
	overflow: hidden;
	padding-right: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inbox-page .pdfdetailrow .filename{
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 12px;
}
.inbox-page .pdfdetailrow .downloadblock a{
	color: #848f99 !important; 
}
.inbox-page .pdfdetailrow .downloadblock a:hover{
	color: #32c1ff !important;
}

.inbox-page .pdfdetailrow .downloadblock{
	font-size: 11px;
	line-height: 17px;
	color: #848f99;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inbox-page .commentimagediv{
	text-align: center;
}
.inbox-page .commentimagediv img {
	height: auto;
	width: 100%;
	max-height: 480px;
	border-radius: 8px;
}

.inbox-page .AttachmentCard-svg {
	fill: #9ca6af;
	height: 30px;
	margin: 15px;
	min-width: 30px;
}
.inbox-page .AssetIcon-coral {
	fill: #ff5263;
}

.inbox-page .pdfrow:hover{
	background: #f6f8f9;
	border: 1px solid #9ca6af;
	transition: border 100ms,background 100ms;
}
.inbox-page .overflowcrop{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.inbox-page .priorityflag,.completed i.priorityflag,.priorityflag:hover,.completed i.priorityflag:hover{
	color:#dc5140 !important;
}
.inbox-page .priorityflag_filter{
	color:#fff;
	margin-left: 26px;
	cursor: pointer;
}
.inbox-page .priorityflag_filter:hover{
	color:#dc5140;
}
.inbox-page .priorityflag_filter.active{
	color:#dc5140;
}

.inbox-page .row{
	margin:0px;
}

.inbox-page .modal-header{
	max-height: 50px;
	height: 50px;
	padding: 6px 15px;
}

.inbox-page .chzn-single{
	background: transparent !important;
	height: 20px !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: 0px 0px 0px #ffffff inset, 0 0px 0px rgba(0,0,0,0.1) !important;
}
.inbox-page .chzn-single:hover{
	background: #f6f8f9 !important;
}

.inbox-page .avatar-cust {
	height: 30px;
	width: 30px;
	background: #7987a1 !important;
	color: white;
	border-radius: 50%;
	white-space: nowrap;
	font-weight: 100;
	font-size: 11px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
	line-height: 30px;
	display: inline-flex;
	justify-content: center;
}
.inbox-page .avatar-cust-lg{
	height: 38px;
	width: 38px;
	background: #7987a1 !important;
	color: white;
	border-radius: 50%;
	font-size: 16px;
	font-weight: bold;
	margin-right: 12px;
	white-space: nowrap;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
	line-height: 38px;
	display: inline-flex;
	justify-content: center;
}

.inbox-page .avatar-cust-sm{
	height: 24px;
width: 24px;
background: #7987a1 !important;
color: white;
border-radius: 50%;
font-size: 10px;
font-weight: normal;
margin-right: 8px;
white-space: nowrap;
box-shadow: inset 0 0 0 1px rgb(0 0 0 / 20%);
line-height: 24px;
display: inline-flex;
justify-content: center;
}
.inbox-page .avatar-cust-option{
	height: 18px;
	width: 18px;
	background: #fd9a00;
	color: white;
	border-radius: 50%;
	font-size: 8px;
	margin-right: 8px;
	white-space: nowrap;
	float: left;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
	line-height: 18px;
	display: inline-flex;
	justify-content: center;
}
.inbox-page .chzn-results li{
	word-break: break-all;
}
.inbox-page .avatar-tbl{
	text-align: center;
	color: white;
	background: #7987a1 !important;
	font-size: 9px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	white-space: nowrap;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
	line-height: 24px;
	display: inline-flex;
	justify-content: center;
}
.inbox-page .myfollowers .chzn-drop,.popup-myfollowers .chzn-drop {
	border-bottom: 0 !important;
	border-top: 1px solid #aaa !important;
	top: auto !important;
	bottom: 44px !important;
}
.inbox-page .myfollowers {
	text-align: left !important;
	width: 100%;
}

.inbox-page .myfollowers .chzn-container{
	padding:0 !important;
	width: 100% !important;
}
.inbox-page .myfollowers .chzn-choices .search-field input{
	height: 40px !important;
	width: auto !important;
}
.inbox-page .myfollowers .chzn-choices{
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	background: white !important;
}
.inbox-page .myfollowers .search-choice{
	border: 1px solid #ccc;
	background: #f6f8f94f !important;
	border-radius: 15px !important;
	margin:3px !important;
	height: 32px;
}
.inbox-page .myfollowers .search-choice img{
	height: 24px !important;
	width: 24px !important;
}
.inbox-page .myfollowers .search-choice .avatar-cust-option{
	height: 24px !important;
	width: 24px !important;
	font-size: 12px;
	padding-top: 4px;
	font-weight: 100;
	background: #7987a1 !important;
}
.inbox-page .myfollowers .search-choice span{
	vertical-align: -webkit-baseline-middle;
}

.inbox-page .myfollowers .chzn-container-multi .chzn-choices .search-choice .search-choice-close{
	top:9px !important;
	opacity: 0.4;
}
.inbox-page .myfollowers .chzn-container-multi .chzn-choices .search-choice{
	background: #f6f8f9 !important;
	border: 1px solid #e4e4e4;
}
.inbox-page .myfollowers .chzn-container-multi .chzn-choices .search-choice:hover{
	background: #fff;
	border: 1px solid #7987a1;
	color: #7987a1;
}
.inbox-page .modal-body{
	overflow:scroll !important;
	overflow-x: hidden !important;
}
.inbox-page .histroydiv {
	background: #f6f8f9 !important;
	padding: 10px;
}
.inbox-page .historydivelem{
	color: #3c3e40;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
}
.inbox-page .historydivelem .history_name{
	font-weight:bold;
	color:black;
}
.inbox-page .historydivelem span {
	color: #848f99;
	font-size: 11px;
}
.inbox-page .commentsdivelem{
	color:black;
}
.inbox-page .commentsdivelem.row{
	padding:0 !important;
}
.inbox-page .commentsdivelem{
	font-size:12px;
}
.inbox-page .commentsdivelem .namediv{
	font-size: 12px;
	float: unset !important;
	margin-bottom: 10px;
}

.inbox-page .agotime{
	color: #848f99;
}
.inbox-page .commentsdivelem .agotime{
	color: #848f99;
	font-size: 11px;
	font-weight: normal;
	margin-left: 12px;
}

.inbox-page label.btn {
	font-size: 16px;
	padding: 0;
	margin: 0;
	padding-top: 3px;
	margin-right: 8px;
	color: #ccc;
	border:0px;
}
.inbox-page label.btn:hover{
	color: #00a0df;
	background: none;
}
.inbox-page .fileelem {
	margin-right: 12px;
}
.inbox-page .deletefile{
	color:#dc5140;
	margin-left: 6px;
}
.inbox-page .deletefile i{
	color:#646f79 !important;
	display: none;
	margin-left: 6px;
}
.inbox-page .fileelem:hover > .deletefile i{
	display: inline-flex;
}
.inbox-page .filldatainmodal{
	cursor: pointer;
}

.inbox-page .description:hover,.description:active,.description:focus,.taskname:hover,.taskname:active,.taskname:focus{
	border: 1px solid #c7c7cc;
}
.inbox-page .haveroundborder{
	background: #fff;
	border-color: #b7bfc6;
	color: #646f79;
	fill: #848f99;
	align-items: center;
	border: 1px solid transparent;
	border-radius: 6px;
	min-width: 1px;
	position: relative;
	transition: .2s box-shadow, .2s color;
	padding: 6px 0;
	height: 56px;
}
.inbox-page .haveroundborder .chzn-container{
	width: 80% !important;
	height: 20px !important;
	overflow: visible;
}
.inbox-page .haveroundborder label{
	margin-bottom:0px;
	font-size:12px;   
	margin-left: 8px;
}
.inbox-page .haveroundborder input{
	font-size: 13px;
	height: 22px;
}

.inbox-page .haveroundborder:hover{
	background-color: #f6f8f9;
	border-color: #646f79;
	border-style: solid;
	color: #222b37;
	fill: #222b37;
	cursor: pointer;
}
.inbox-page .input-group-addon{
	border:0;
	background:transparent;
}
.inbox-page .daterangepickerinput,.createddate{
	background: transparent;
	border: 0;
	color: #222b37;
}
.inbox-page .createddate{
	pointer-events: none;
}
.inbox-page .comment{
	max-height: 30vh;
	min-height: 1px;
	overflow-y: auto;
}
.inbox-page .modal-footer {
	background: #f6f8f9;
	border-top: 1px solid #e0e6e8;
}
.inbox-page .panel.panel-shrink {
	width: 100%;
}
.inbox-page .panel.panel-shrink .panel-default {
min-height: auto;
width: 100%;
margin: 0;
box-shadow: none;
border-radius: 0;
padding: 0;
}
.inbox-page .shrinkedtable{
	width: 100%;
	margin-bottom: 20px;
	margin: 0 auto;
}
.inbox-page .shrinkedtable a i{
	color: #848f9970;
	font-size: 16px;
	/* font-weight: 200; */
}
.inbox-page .shrinkedtable a i:hover{
	color:#000;
}
.inbox-page .shrinkedtable a{
	color:#151b26;
	
}
.inbox-page .shrinkedtable .archivebtn i{
	color: #7987a1 !important;
}
.inbox-page .taskname{
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
	min-height: 0;
	padding: 4px 10px;
	color: #151b26;
	text-transform: capitalize;
}
.inbox-page .completed i{
	color: #05a34a !important;
}

.inbox-page .thodasmall{
	font-size: 11px;
}
.inbox-page .uparpadding{
	padding-top: 8px;
}

.inbox-page .ql-container.ql-snow{
	border:0 !important;
}

.inbox-page .ql-toolbar{
	border:0  !important;
}
.inbox-page .drp-calendar.right {
	display: none !important;
}
.inbox-page .descriptionholder {
	border: 1px solid #d5dce0;
	border-radius: 4px;
}

.inbox-page .myhandle{
	display:none <?= ($this->request->isMobile())?'!important':'' ?>;
	width: 24px;
	height: 24px;
	cursor: grab;
}
.inbox-page .myhandle i {
	margin-left: 8px;
	margin-right: 8px;
	
	font-size: 16px;
	margin-top: 3px;
	color:#b7bfc6 !important;
}
.inbox-page .myhandle i:hover {
	color:#b7bfc6 !important;
}

.inbox-page .open > .dropdown-menu {
	display: block;
	opacity: 1;
	padding: 8px;
}
.inbox-page .darkfont {
	color: #151b26;
}
.inbox-page .panel.col-md-6{
	width:48.5% !important;
}
.inbox-page .panel-default .modal-dialog {
	width: auto !important;
	min-width: 0;
	padding: 0px;
}

.inbox-page .panel-default .modal-content {
	box-shadow: none !important;
	border:0 !important;
}
.inbox-page tr.completed {
	opacity: 0.5;
}

.inbox-page .toggleforabove{
	display:none;
}
.inbox-page .togglemybelow {
	cursor: pointer;
}
.inbox-page .listpanel,.detailspanel{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.inbox-page .listpanel.hidden,.detailspanel.hidden{
	display: none;
}

.inbox-page .listpanel {
	flex: 0 1 1000px;
	min-width: 405px;
	flex-grow: 1;
}
.inbox-page .detailspanel{
	flex: 0 1 900px;
	width: 38vw;
	margin-left: 15px !important;
	max-width: 100vw;
}
.inbox-page .detailspanel .modal-dialog {
	max-width: 100%;
	margin: 0;
}
.inbox-page .detailspanel .modal-body {
	height: calc( 100vh - 460px );
}
.inbox-page .detailspanel .modal-footer-dpanel {
	background: #f6f8f9;
}

.inbox-page .panelholder{
	box-sizing: border-box;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
}
.inbox-page .dropdown-toggle{
	color: #fff;
}
.inbox-page .dropdown-toggle:hover{
	color: #32c1ff;
}

.inbox-page html{
	overflow: hidden !important;
}
.inbox-page td .row{
	padding:0px !important;
	margin:0px !important;
}
.inbox-page .myhandletd {
	width: 30px;
	height: 34px;
}

.inbox-page .padding-top2{
	padding-top: 2px;
}
.inbox-page .arrowtd{
	text-align: center;
	width: 32px;
	padding-right: 9px !important;
}
.inbox-page .TaskRow-detailsCaret {
	cursor: pointer;
	fill: #b7bfc6;
	height: 100%;
	width: 12px;
}
.inbox-page .TaskRow-detailsCaret:hover {
	fill: #848f99;
}
.inbox-page span.todaydate {
	color: #00bf9c;
}
.inbox-page span.pastdate {
	color: #ed4758;
}

.inbox-page .table-hover > tbody > tr:not(.newtr):hover > td, .table-hover > tbody > tr:not(.newtr):hover > th{
	border-top: 1px solid #dddddd !important;
	border-bottom: 1px solid #dddddd !important;
	border-radius: 0;
}
.inbox-page .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
	background-color: #fff;
}

.inbox-page .heading-cust{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	align-items: center;
	color: #151b26;
	display: flex;
	flex: 0 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inbox-page a.chzn-single img {
	display: none;
}
.inbox-page .assignedtoimgholder img,.assignedtoimgholder .insideofthis,.daterangeholder i{
	vertical-align: middle;
	height: 30px;
	width: 30px;
	line-height: 30px;
	display: inline-flex;
	justify-content: center;
}
.inbox-page .techvendorselecticon{
	vertical-align: middle;
	height: 30px;
	width: 30px;
	line-height: 30px;
	display: inline-flex;
	justify-content: center;
	background: #7987a1;
	border-radius: 50%;
	color: white;
	margin-top:0px;
	box-shadow: inset 0 0 0 1px rgb(0 0 0 / 20%);
}

.inbox-page .assignedtoimgholder .insideofthis:not(img) {
	font-size: 14px;
}

.inbox-page .assignedtoimgholder{
	padding-top: 5px;
	padding-left: 4px;
}

.inbox-page .chzn-results .insideofthis.TokenButton-icon{
	height: 18px;
	width: 18px;
	float: left;
}
.inbox-page .TokenButton-icon{
	height: 34px;
	line-height: 1;
	width: 34px;
	border-radius: 50%;
	align-items: center;
	border-style: dashed;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	margin-right: 4px;
	transition: none;
	background: #7987a1;
	border-color: #7987a1;
	color: #ffffff;
	fill: #ffffff;
	margin: 0;
}
.inbox-page .AddedAttachmentStory-attachIcon {
	fill: #9ca6af;
	vertical-align: sub;
	height: 16px;
	width: 16px;
}
.inbox-page .TokenButton-icon .Icon{
	height: 16px;
	width: 16px;
}

.inbox-page .descriptionholder .description.ql-disabled .ql-toolbar {
	display:none;
}

.inbox-page .ql-disabled .ql-container.ql-snow {
	border:none;
}
.inbox-page .commentholder{
	background: white;
	position: relative;
	bottom: 0;
}
.inbox-page .modal-footer{
	position: sticky;
	bottom: 10px;
	flex: 0 1 675px;
	min-width: 495px;
	padding: 0px;
	border-top: 1px solid #e0e6e8;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);
}
.inbox-page .modal-body{
	border-radius: 4px 4px 0 0;
}

.inbox-page .ql-editor{
	overflow: visible;
}
.inbox-page .commentholder{
	border-radius: 4px;
	padding: 10px;
	width: 100%;
}

.inbox-page .savecommentbtn{
	display: none;
	margin-top: 4px;
	margin-right: 4px;
	height: 33px;
}
.inbox-page .comment .ql-editor{
	padding: 0;
}
.inbox-page .ql-editor.ql-blank::before{
	color: #9ca6af;
	font-style: normal;
}
.inbox-page .comment:not(.ql-disabled) .ql-editor{
	height:100px
}
.inbox-page .ql-snow .ql-stroke {
	stroke: #848f99 !important;
}
.inbox-page .ql-snow .ql-active .ql-stroke{
	stroke: #008ce3 !important;
}
.inbox-page .myfollowers-list{
	display: none;
}
.inbox-page .myfollowers-icons {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
}
.inbox-page .myfollowers-icons .avatar-cust-sm{
	margin-right:5px;
}
.inbox-page .myfollowers-icons-add{
	color: #848f99;
	font-size: 13px;
	padding: 0px;
	text-align: center;
	padding-top: 1px;
	font-weight: 100;
	line-height: 24px;
	display: inline-flex;
	justify-content: center;
}
.inbox-page .myfollowers-icons-add i {
	line-height: 22px;
}
.inbox-page .myfollowers-icons-holder .avatar-cust-sm {
	float: left;
	margin-right: 5px;
	cursor: grab;
	background: #7987a1 !important;
}
.inbox-page .myfollowers-icons-holder .myfollowers-icons-add {
	background: #fff !important;
}

/* .inbox-page .chzn-container-multi:not(.teamusers).chzn-container-active > .chzn-drop{
	left:-388px !important;
} */
.inbox-page .tasknamehandler {
	width: 100%;
	border: 0px;
}

/* .inbox-page .toast-info{ background:white;color:black !important;padding:14px !important;border-top: 10px solid #25e8c8; }
.inbox-page .toast-info a,.toast-info button { color:black !important; }
.inbox-page .toast-info a:hover,.toast-info button:hover { background: white !important;}
.inbox-page #toast-container.toast-top-center>div.toast.toast-warning {
	width: 540px !important;
} */

.inbox-page .filesdiv{
	padding: 0;
}
.inbox-page .fileelem i{
	color: #b7bfc6;
}
.inbox-page .avatar-cust-sm:hover > .avatar-cust-sm-delete{
	display:block;
}
.inbox-page .avatar-cust-sm-delete {
	position: absolute;
	top: -4px;
	background: #848f99;
	border-radius: 50%;
	height: 14px;
	width: 14px;
	line-height: 14px;
	text-align: center;
	font-size: 9px;
	margin-left: 8px;
	display: none;
}

.inbox-page .table-hover > tbody > .newtr > td{
	background-color: white !important;
}
.inbox-page .newtr > td {
	background-color: #fff;
	border-color: #14aaf5 !important;
	border-bottom: 1px solid !important;
	border-top: 1px solid !important;
	border-color: #14aaf5 !important;
	
	box-shadow: inset 0 2px 5px -1px #e0e6e8;
}

.inbox-page .clickfortechvendor .techvendorselecticon {
	margin-top: -8px;
}

.inbox-page .chzn-container-single .chzn-single{
	background:transparent !important;
	background-image:none !important;
	/* padding: 2px; */
}

.inbox-page .haveroundborder.inbox-page .chzn-container {
    padding: 6px 0;
}

.inbox-page .chzn-container-single .chzn-single span{
    margin-right:2px !important ;
    /* line-height: 38px; */
}

.inbox-page .chzn-container-single .chzn-single{
    padding: 0 0 0 8px;
    /* height: 23px !important; */
}

.inbox-page .flex-grow-1 .chzn-container {
    width: 100% !important;
    padding: 0;
}

.inbox-page .flex-grow-1 .chzn-container-single .chzn-single span{
    margin-right:2px !important ;
    line-height: 38px;
}

.inbox-page .flex-grow-1 .chzn-container-single .chzn-single{
    padding: 0px 0px 0 14px;
    height: 36px !important;
}

.inbox-page .chzn-container.chzn-container-single > .chzn-single b{
	display:none;
}

.inbox-page .daterangepicker td.available:hover{
	background-color:#32c1ff !important;
	color:white !important;
}

.inbox-page .daterangepicker td.active, .daterangepicker td.active:hover{
	background-color:#32c1ff !important;
	color:white !important;        
}

.inbox-page .daterangepicker td.in-range{
	background-color:#32c1ff !important;
	color:white !important;
}
.inbox-page .daterangepicker td.weekend.in-range.available{
	background-color:#32c1ff99 !important;
	color:white !important;
}

.inbox-page .calendar-table td {
	border-top: 1px solid white !important;
	border-bottom: 1px solid white !important;
}
.inbox-page .calendar-table tr th{
	color:black !important;
}
.inbox-page .closefollowersbar{
	display:none;
}
.inbox-page .myfollowers-following-atlast svg {
	height: 16px;
	width: 16px;
}
.inbox-page .myfollowers-following-atlast svg path {
	fill: #848f99;
}
.inbox-page .myfollowers-following-atlast{
	color: #848f99;
	cursor: pointer;
	fill: #848f99;
	font-size:13px;
	float: right;
	align-items: center;
	display: inline-flex;
	flex-shrink: 0;
	height: 24px;
}
.inbox-page .myfollowers-following-atlast svg:hover {
	opacity: .5;
}
.inbox-page .myfollowers-following-atlast-text:hover{
	border-bottom: 1px solid #848f99;
	color: #848f99;
	fill: #848f99;
	text-decoration: none;
	opacity: .5;
}
.inbox-page .myfollowers-following-atlast-text{
	border-bottom: 1px dotted #848f99;
	margin-left:5px;
}
.inbox-page .myfollowers-following-atlast svg.makemeblue path{
	color: #14aaf5;
	cursor: pointer;
	fill: #14aaf5;
}
.inbox-page .myfollowers-following-atlast-text.makemeblue{
	border-bottom: 1px dotted #14aaf5;
	margin-left:5px;
	color: #14aaf5;
	cursor: pointer;
}
.inbox-page .myfollowers-following-atlast:hover svg.makemeblue path{
	fill: #32c1ff;
}
.inbox-page .myfollowers-following-atlast-text.makemeblue:hover{
	border-bottom: 1px solid #32c1ff;
	color: #32c1ff;
	fill: #32c1ff;
	text-decoration: none;        
}
.inbox-page svg.iconforinput {
	color:#848f99;
	position: relative;
	top: 08px;
	left: 22px;
}

.inbox-page .tasknamehandler {
	border: 1px solid transparent !important;
	width: 100%  !important;
}

.inbox-page .changejobnumber{
	cursor: pointer;
}
/* .inbox-page .sendtexttoguest,.sendtexttocontractor,.sendtexttoserviceman{
	cursor: pointer;
} */
.inbox-page .vendor_notes {
	border: 1px solid #d5dce0;
	border-radius: 4px;
	/* box-shadow: inset 0 1px #e0e6e8; */
	padding: 8px;
}
.inbox-page a.vendor_pictures_modal_anchor.menu-arrow {
	cursor: pointer;
}
.inbox-page .serviceuserselect {
	max-width: 114px;
}

.inbox-page .techvendoricon{
	font-size: 20px;
	height: 34px;
	width: 34px;
	margin-top: 2px;
	margin-left: 2px;
	color: #848f99;
	border: 1px dashed #acb8c3;
	border-radius: 50%;
	padding: 4px;
	padding-top: 6px;
}
.inbox-page .chzn-container-single .chzn-single span{
	margin-right:0px;
}

.inbox-page .vendor_image_wrapper {
	box-shadow: 1px 1px 10px #999;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
}
.inbox-page .scrolls { 
	overflow-x: scroll;
	overflow-y: hidden;
	height: 80px;
} 
.inbox-page .imageDiv { 
	margin: 0;
	height: 80px;
width: 1200px;
} 
.inbox-page .imageDiv img { 
	box-shadow: 1px 1px 10px #999; 
	margin: 2px;
	max-height: 50px;
	cursor: pointer;
display:inline-block
}
.inbox-page div.scrollmenu {
	background-color: transparent;
	overflow: auto;
	white-space: nowrap;
	box-shadow: 0 0px 2px 0px #c0c0c0;
}

.inbox-page div.scrollmenu img {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 6px;
	text-decoration: none;
	max-height: 80px;
}

/*-------------filter entries------------*/

.inbox-page .filterentries button.mainbtn{
	background: transparent;
	color: #fff;
	width: auto;
}
.inbox-page .filterentries .dropdown-menu{
	min-width: 300px;
	background: #525252;
	color: #fff;
	opacity: 1;
	right: 0;
	left: unset;
	padding: 0px;
}
.inbox-page .dropdown.filterentries:hover button.mainbtn{
	background: transparent;
	color: #222b37 !important;
}
.inbox-page .dropdown.filterentries:hover .btn-noborder:hover,.dropdown.filterentries button.mainbtn:hover,.dropdown.filterentries:hover .btn-noborder{
	color: #222b37 !important;
	background: transparent;        
}
.inbox-page .filterentries .tab-content{
	padding: 0px;
}

.inbox-page .filterentries .btn-entryfilter{
	border-radius: 0px;
	border-color: #2c313b;
	color: #2c313b;
	margin: 5px;
	min-width: 100px;
	width: auto;
	background: #ddd;
}



.inbox-page .filterentries .nav-tabs{
	border: 0px;
	margin: 5px 8px;
}
.inbox-page .filterentries .nav-tabs > li > a {
	line-height: 1.428571429;
	border: 1px solid transparent;
	border-radius: 0px;
	color: #fff;
	border-bottom: 1px solid #b2ebe1;
	font-weight: 600;
	font-size: 14px;
}

.inbox-page .filterentries .tab-pane{
		padding: 5px;
	margin: 10px auto;
}

.inbox-page #customfilter .form-control{
	background: #2c313b !important;
	color: #FFF!important;
}


.inbox-page #presentfilter .btn-primary{
   color: #fff;
	background: transparent;
	border: 1px solid #ffffff;
	margin: 2px;
	min-width: 140px;
	width: auto;
	border-radius: 2px;
	font-size: 14px;
	line-height: 15px;
	text-transform: capitalize;
}

.inbox-page #presentfilter .btn-primary:hover{
	background-color: rgba(255,255,255,0.2);
	border-color: #b2ebe1;
}
#presentfilter .btn-primary:focus,
#presentfilter .btn-primary:active,
.inbox-page #presentfilter .btn-primary.active{
	border-color: #b2ebe1;
}
.inbox-page .btn-noborder {
	background: transparent;
	border: 1px solid transparent;
	padding: 0px;
	font-size: 12px;
	padding: 0px 10px;
	font-weight: 500;
	color: #fff;
	height:24px;
	width:24px;
	line-height: 1;
}
.inbox-page .btn-noborder:hover,
.inbox-page .filterentries button.mainbtn:hover {
	color: #222b37;
}
.inbox-page .goleft,.goright{
	font-size: 12px;
}
.inbox-page .undeleterow.row {
	height: 40px;
	padding: 0px 30px;
	background: #ffedef;
	color:#ff5263;
	margin-top: -8px;
}

.inbox-page .Button {
	align-items: center;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 13px;
	justify-content: center;
	line-height: 1;
	min-width: 50px;
	text-align: center;
	transition-duration: .2s;
	transition-property: background,border,box-shadow,color,fill;
}
.inbox-page .TaskUndeleteBanner-permadeleteButton {
	margin-left: 10px;
}
.inbox-page .Button.Button--small {
	height: 30px;
	line-height: 30px;
	padding: 0 9px;
}
.inbox-page .Button--secondary:not(.Button--disabled) {
	background: #fff;
	border-color: #b7bfc6;
	color: #646f79;
	fill: #848f99;
}
.inbox-page .Button--primary:not(.Button--disabled) {
	background-color: #14aaf5;
	border-color: #14aaf5;
	color: #fff;
	fill: #fff;
}
.inbox-page .TaskUndeleteBanner-permadeleteButton:not(.Button--disabled):active, .TaskUndeleteBanner-permadeleteButton:not(.Button--disabled).Button--active {
	background-color: #e8192e;
	border-color: #e8192e;
	box-shadow: none;
}
.inbox-page .TaskUndeleteBanner-permadeleteButton:not(.Button--disabled):hover {
	background-color: #ed4758;
	border-color: #ed4758;
}
.inbox-page .TaskUndeleteBanner-permadeleteButton:not(.Button--disabled) {
	background-color: #ff5263;
	border-color: #ff5263;
	color: #fff;
	fill: #fff;
}
.inbox-page .legendicons {
	font-size: 16px;
	color: #848f99;
	margin: 2px;
}
.inbox-page .legendicons-small{
	color: #848f99;
	
}
.inbox-page .submitonclickform .dropdown{
	margin-left:26px;
}
.inbox-page .submitonclickform .dropdown .dropdown-toggle{
	padding: 5px 10px;
	align-items: center;
	text-align: center;
	border-radius:4px;
}
.inbox-page .submitonclickform .dropdown .dropdown-toggle i{
	margin-right:5px;
}
.inbox-page .dropdown.filterentries{
	padding: 5px 10px;
	align-items: center;
	text-align: center;
	border-radius:4px;
}
.inbox-page .dropdown.filterentries:hover{
	background-color: #edf1f2;
	color: #222b37;
	fill: #222b37;
	text-decoration: none;
}
.inbox-page .submitonclickform .dropdown .dropdown-toggle:hover{    
	background-color: #edf1f2;
	color: #222b37;
	fill: #222b37;
	text-decoration: none;
}
.inbox-page .submitonclickform .dropdown .dropdown-menu{
	left:-50%;
}
.inbox-page .invoiceanchor{
	display:none !important;
}
.inbox-page span.select2.select2-container.select2-container--default {
	width: 100%;
	min-width: 250px;
}
.inbox-page .sendtexttocontractorrow,.sendtexttoguestrow{
	display:none;
	border-bottom: 1px solid #e0e6e8;
	padding-bottom: 5px !important;
}
.inbox-page .removetechvendor,.removeduedate{
	align-items: center;
	background: #848f99;
	border-radius: 50%;
	cursor: pointer;
	display: inline-flex;
	fill: #fff;
	justify-content: center;
	padding: 2px;
	padding-top: 3px;
	margin-right: 5px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	visibility: hidden;
}
.inbox-page .removetechvendor:hover,.removeduedate:hover{
	background: #646f79;
}
.inbox-page .RemoveButton-xIcon {
	height: 10px;
	width: 10px;
}
.inbox-page .clickforduedate:hover .removeduedate{
	visibility:visible;
} 
.inbox-page .chzn-container-active.techvendorselect .chzn-drop{
	left: -5px !important;
	top:-17px !important;
}
.inbox-page .clickfortechvendor:hover .removetechvendor{
	visibility: visible;
}

.inbox-page .highlightsearchterm {
	font-weight: bold;
}

.inbox-page .task-filter-style{
	height: 35px;
	font-size: 12px;
	font-weight: 500;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding: 8px;
	background: #6571ff;
	color: #fff;
	border-radius: 05px;
	margin-top: 10px;
}
.inbox-page .fileuploadinfodiv{
	display:none;
	position: absolute;
	top: 25px;
	background: white;
	z-index: 999;
	left: -168px;
	top: 33px;
	box-shadow: 1px 1px 4px 0px black;
	width: 250px;
	padding: 0px 10px;
}
.inbox-page .progress-bar{
	line-height: 20px;
}
.inbox-page .sidebar-closed .panel-body .row > .col-md-3 .avatar-cust-sm {
	margin-left: 15px;
}
.inbox-page .showontab{
display:none;
}
.inbox-page @media (min-width: 768px) and (max-width: 1024px) {
	.inbox-page .stickmebottom {
		width: 100% !important;
	}
	.inbox-page .table-style{
		width: 100%;

	}
	.inbox-page .pad-space-responsive{
		padding-right: 32px !important;
	}
   
	.inbox-page .panel.panel-shrink {
		margin:0;
	}

	.inbox-page .showontab{
		display: block;
		color: #7987a1;
	}
  
	.inbox-page .detailspanel{
		min-width: 100%;
		margin: 0 !important;
	}
  
}

.inbox-page .commentsdivelem .col-md-11{
	position: relative;
}
.inbox-page .liked_count {
	font-size: 12px;
	margin-right: 6px;
}    
.like_attachment,
.inbox-page .like_comment{
	position: absolute;
	right: 20px;
	color: #8c8c8c;
	top: 0px;
	font-size: 16px;
}
.like_attachment:hover,
.inbox-page .like_comment:hover{
	color:#5d5d5d;
	cursor:pointer;
}
.inbox-page .liked{
	color:#6571ff;
}
.inbox-page a.clearsearchbro {
	position: absolute;
	right: 12px;
	top: 10px;
	cursor: pointer;
	color: #7987a1;
}
.inbox-page .panel.panel-shrink .panel-default .loading_placeholder_div {
	padding: 0;
	margin: 0;
	overflow: auto;
	overflow-y: scroll;
	max-height: calc( 100vh - 326px );
}

.inbox-page .panel.panel-shrink .panel-default .scroll_wado {
	padding: 0;
	margin: 0;
	overflow: auto;
	overflow-y: scroll;
	max-height: calc( 100vh - 266px );
}
.inbox-page .addupdateform .modal-body .close {
	background: none;
	border: 0;
	font-size: 18px;
	color: #000;
	margin-left: 14px;
	padding: 0;
}
.inbox-page .actionsholderformobile a {
	font-size: 16px;
	color: #000;
	margin-left: 12px;
	cursor: pointer;
}
.inbox-page .actionsholderformobile a:hover{
	color: #6571ff;
}
.inbox-page span.vertical-divider {
height: 22px;
width: 2px;
background-color: #ccc;
margin: 0 8px;
}
.inbox-page .sendtexttoguest .fa-user {
	font-size: 10px;
	line-height: 24px;
}
.inbox-page .sendtexttocontractor .fa-tools {
	font-size: 10px;
	line-height: 24px;
}
.inbox-page .vendor_pictures_modal_holder {
    display: flex;
    }

    .inbox-page .vendor_pictures_modal_holder > div {
    margin: 10px;
    padding: 20px;
    }

    .inbox-page #ui-id-3{
        margin-left: -112px;
        width: 446px !important;
    }

    .inbox-page .inlabel,.contractorlabel{
        margin-left:10px;
    }
    .inbox-page .unitandcontractor span.avatar-cust-option.insideofthis,.assign_toandproject span.avatar-cust-option.insideofthis {
        margin-right: 8px;
        padding: 1px;
        padding-left: 3px;
        height: 23px;
        width: 23px;
        font-size: 13px;
    }

    .inbox-page .assign_toandproject .chzn-single,.unitandcontractor .chzn-single,.hkzonelabel{
        height: 30px !important;
        background: #f6f8f9 !important;
        border-color: #e0e6e8 !important;
        color: #646f79;
        flex: 0 1 auto;
        min-width: 1px;
        padding-left: 2px;
        align-items: center;
        border: 1px solid #e0e6e8 !important;
        border-radius: 15px !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-flex;
        font-size: 13px;
        height: 30px !important;
        justify-content: center;
        max-width: 180px;
        position: relative;
        transition-duration: 100ms;
        transition-property: background,border,color,fill;
        white-space: nowrap;
    }
    
    .inbox-page .assign_toandproject .chzn-container:hover,.unitandcontractor .chzn-container:hover{
        background:transparent !important;
    }
    .inbox-page .projectselect-popup .chzn-single span,.unitselect-popup .chzn-single span,.contractorselect-popup .chzn-single span,.techvendorselect-popup .chzn-single span,.hkzonelabel{
        padding-left: 20px;
        padding-right: 20px;
    }


    .inbox-page .descriptionholder-popup,.servicenotesholder-popup{
        border: 0;
        flex: 1 0 auto;
        overflow: visible;
        display: flex;
        flex-direction: column;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 9px;
        overflow-y: auto;
        padding: 0;
        position: relative;
        word-wrap: break-word;
        color: #151b26;
    }
  
    .inbox-page .stickmebottom{
        display:none !important;
    }
    .inbox-page .assign_toandproject .chzn-container .chzn-results{
        max-height: 166px;
    }
    .inbox-page .popupfooter{
        align-items: center;
        display: flex;
        flex: 0 1 auto;
        flex-shrink: 0;
        min-height: 50px;
        position: relative;
        z-index: 100;
    }
    .inbox-page .popupfooter .leftbuttons{
        bottom: 10px;
        display: flex;
        flex-direction: row;
        left: 15px;
        position: absolute;
    }
    .inbox-page .popupfooter .rightbuttons{
        bottom: 10px;
        display: flex;
        flex: 0 1 auto;
        margin-left: auto;
        position: absolute;
        right: 20px;
    }
    .inbox-page .firstsetofbuttons{
        display: flex;
    }
    .inbox-page .btnoffooter{
        align-items: center;
        cursor: pointer;
        display: flex;
        fill: #848f99;
        color:#848f99;
        justify-content: center;
        height: 30px;
        width: auto;
        min-width:30px;
    }
    .inbox-page a.datechanger.btnoffooter span {
        font-size: 11px;
    }
    .inbox-page .popup-submit.popup-disabled{
        background: #edf1f2;
        border: 1px solid #e0e6e8;
        box-shadow: none;
        color: #b7bfc6;
        cursor: default;
        fill: #b7bfc6;
        pointer-events: none;
    }
  
    
    .inbox-page .popup-submit{
        align-items: center;
        border-radius: 4px;
        border-style: solid;
        border-width: 1px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-flex;
        flex-shrink: 0;
        font-size: 13px;
        justify-content: center;
        line-height: 1;
        min-width: 50px;
        text-align: center;
        transition-duration: .2s;
        transition-property: background, border, box-shadow, color, fill;
        height: 30px;
        line-height: 30px;
        padding: 0 9px;
        background-color: #6571ff;
        border-color: #6571ff;
        color: #fff;
        fill: #fff;
        height: 30px;
        line-height: 30px;
        padding: 0 9px;
    }
  
    .inbox-page .singlething{
        align-items: center;
        color: #fff;
        display: flex;
        height: 50px;
        padding: 0 20px;
        border: 0;
        cursor: pointer;
    }
    .inbox-page .minimizebar-maximizebtn{
        fill: #fff;
        flex-shrink: 0;
        height: 16px;
        margin-left: auto;
        opacity: .5;
        width: 16px;
    }
    .inbox-page .minimizebar-maximizebtn:hover{
        opacity: 1;
    }
    .inbox-page .minimizebar-taskname{
        margin-right: 5px;
        min-width: 1px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
   
    .inbox-page .vendor_pictures_modal{
        width: 100vw;
        height: 100vh;
        max-width: 100vw !important;
    }
    .inbox-page .vendor_pictures_modal .mymodal-content{
        width: 100vw;
        height: 100vh;
        max-width: 100vw !important;
    }
   

    /* The Modal (background) */
    .inbox-page .my-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    /* Modal Content/Box */
    .inbox-page .my-modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 600px; /* Could be more or less, depending on screen size */
    }

    /* The Close Button */
    .inbox-page .my-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    }

    .inbox-page .my-close:hover,
    .inbox-page .my-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    }
    .inbox-page .priority_popup{
        display:none;
    }
	.inbox-page .autocompletetickmark{
        color:#848f99;
        height: 16px;
        width: 16px;
        margin-right: 10px;
    }

    .inbox-page .ui-autocomplete{
        z-index: 1999 !important;
        top: 54px;
        background: white;
        box-shadow: 1px 1px 2px 1px #c0c0c0;
        width: auto !important;
        max-width:400px;
        max-height: 470px;
        overflow-y: scroll;
        font-size: 13px;
        color:#151b26;

    }
    .inbox-page .ui-autocomplete .ui-state-focus{
        background:transperant !important;
        color:#151b26;
    }
    .inbox-page .ui-autocomplete .ui-menu-item:hover {
        background-color: #edf1f2;
    }
    .inbox-page .ui-autocomplete .ui-state-focus {
        background: transparent !important;
        color: #151b26 !important;
        font-weight: normal;
    }
    .inbox-page .ui-autocomplete .ui-menu-item{
        background: white;
        height: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color:#151b26;
        padding: 0 0px 0px 30px;
        padding-top: 10px;
        font-size: 13px;
    }
    .inbox-page .ui-autocomplete-category {
        color: #848f99;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        align-items: flex-end;
        display: flex;
        height: 30px;
        padding: 0 15px;
        box-shadow: inset 0 1px #e8ecee;
    }

    .inbox-page .ui-autocomplete .ui-corner-all.ui-state-focus{
        border-radius: 4px !important;
        border: 1px solid transparent !important;
    }
	.inbox-page .emptywindow,.emptywindowarchive{
        text-align:center;
        display:none;
    }
    .inbox-page .emptywindow img{
        max-width:70%;
    }
	.inbox-page .ph-item {
		padding: 0;
		margin: 0;
		border: 0px;
		height: 34px;
		/* margin-left: 30px;
		margin-right: 38px; */
	}
	.inbox-page .ph-row{
		margin: 0;
	}
	.inbox-page .ph-avatar{
		min-width: 26px !important;
		width: 26px !important;
		margin-top: 4px;
		padding: 0;

		/*min-width:26px !important;*/
		/*width:26px !important;*/
	}
	.inbox-page .ph-nopad{
		padding:0;
		padding-top: 6px;
	}
	.inbox-page .ph-col-mun {
		flex: 0 0 2%;
		padding: 0px 8px;
	}
	.inbox-page .ph-row div{
		border-radius: 6px;
		height: 20px;
	}
	.inbox-page .pad9{
		padding-left: 7%;
	}
	.inbox-page .mr-6{
		margin-right: 6px;
	}
	.inbox-page  #imageselector .modal-body{
		height: 100%;
	}
	.inbox-page  .singleimageholder{
		height: 250px;
		overflow: hidden;
		text-align: center;
	}
	.inbox-page  .singleselectedimage {
	    overflow: hidden;
	    height: auto;
	    width: 200px;
	}
	@media (max-width: 480px){

		.inbox-page .detailspanel{
			margin-left: 0 !important;
		}
		.inbox-page .listpanel{
			min-width: 100% !important;
		}
	}

/* inbox-page css end */


/* Owner Portal css */



/* Owner Summary start */

img.img-responsive {
	width: 100%;
}

.channels-icons {
	display: block;
	width: 32px;
	height: 30px;
	background-repeat: no-repeat;
	margin: 0 auto 10px;
	font-size: 29px;
	color: #6571ff;
	/* font-weight: 900 !important; */
}

.btn-nohover:hover {
	color: #fff;
	background-color: #6571ff;
	cursor: default !important;
}

.panel-default {
	background: white;
	padding: 10px;
	margin: 4px;
	/* margin-bottom: -999999999px; */
	min-height: 90vh;
	overflow: auto;
	box-shadow: 1px 1px 2px 1px #c0c0c0;
	border-radius: 4px;
}

.panel-chart .panel-heading {
	background: #E9EBEE !important;
	border-color: #E9EBEE !important;
	border-bottom: 1px solid #E9EBEE !important;
	color: #000000 !important;
	padding: 5px 10px !important;
	box-shadow: none !important;
}

.panel-chart .panel-body {
	background: #ffffff !important;
	border: 1px solid #E9EBEE !important;
	;
}

.hidden {
	display: none;
}

.dashboard .dashboard-top {
	margin-bottom: 20px;
}

.dashboard .dashboard-top .dashboard-top-section {
	text-align: center;
}

.properties-icon {
	background-image: url(./../webroot/img/properties.png);
	display: block;
	width: 40px;
	height: 30px;
	background-repeat: no-repeat;
	margin: 0 auto 10px;
}

.dashboard .dashboard-top .dashboard-top-section .title {
	color: #474646;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
}

.dashboard .dashboard-top .dashboard-top-section .value {
	color: #474646;
	font-size: 48px;
	line-height: 48px;
}

.dashboard .dashboard-top .dashboard-top-section .value-desc {
	color: #848382;
	font-weight: bold;
}

.btn-style {
	color: #000 !important;
}

.bookings-icon {
	background-image: url(./../webroot/img/bookings_blue.png);
	display: block;
	width: 31px;
	height: 30px;
	background-repeat: no-repeat;
	margin: 0 auto 10px;
}

.dashboard .dashboard-bottom .dashboard-bottom-section {}

.dashboard .dashboard-bottom .dashboard-bottom-section .header {
	vertical-align: middle;
	height: 30px;
	margin-bottom: 20px;
}

.dashboard .dashboard-bottom .dashboard-bottom-section .header .icon-container {
	float: left;
	margin-right: 14px;
}

.soon-arrivals-icon {
	background-image: url(./../webroot/img/arrivals.png);
	display: inline-block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
}

.dashboard .dashboard-bottom .dashboard-bottom-section .header .title-container {
	float: left;
	line-height: 18px;
}

.dashboard .dashboard-bottom .dashboard-bottom-section .header .title {
	font-size: 16px;
	font-weight: 600;
	color: #474646;
	text-transform: uppercase;
	padding: 0;
	line-height: 28px;
}

.dashboard .dashboard-bottom .dashboard-bottom-section .header .subtitle {
	font-size: 14px;
	font-weight: 500;
	color: #b8b8b8;
	line-height: 13px;
	height: 13px;
}

.dashboard .dashboard-bottom .dashboard-bottom-section .header .link-container {
	float: right;
}

.body.ru-busy.is-component.is-busy {
	height: calc(100vh - 43vh);
	width: 100%;
	overflow-y: auto;
	border-top: 1px solid #e9ecef;
}

.recent-bookings-icon {
	background-image: url(./../webroot/img/bookings.png);
	display: inline-block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
}

.singleResRow {
	border-bottom: 1px solid #e9ecef;
	width: 100%;
	padding: 12px 0;
	font-size: 14px;
	line-height: 26px;
	text-transform: capitalize;
	margin: 0;
}

.singleResRow .sglRes-main-txt {
	font-size: 14px;
	font-weight: 600;
}


/* Owner Summary end */


/* Owner booking start */

.heading-style {
	color: #6571ff;
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
}

.text-box-with-icon {
	position: relative;
	cursor: pointer;
}

.text-box-with-icon span {
	position: absolute;
	top: 10px;
	right: 14px;
}

.graytext {
	color: #9b9b9b;
}

.column-filter {
	/* background-color: #f0f1ff; */
	/* margin-top: 15px; */
}

.column-filter table,
.bookings-list table {
	/* table-layout: fixed; */
	width: 100%;
}

.column-filter table .form-select {
	/* height: 30px;
	padding: 2px 30px 0 10px; */
}

.column-filter table {
	/* border-bottom: transparent; */
}

.column-filter table tr td {
	vertical-align: middle;
	color: #7987a1;
	text-transform: capitalize;
	font-weight: 500;
}

.bookings-list .channel .fake-logo {
	width: 80px;
	max-width: 80px;
	background: transparent !important;
	color: #000000;
	/* font-size: 16px; */
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* .status-icon.confirmed {
	background-image: url(../../webroot/img/confirmed.png);
} */

.bookings-container .bookings-list table tr td {
	text-transform: capitalize;
	vertical-align: middle;
}

.bookings-container .bookings-list table tr .status .conf-icon {
	/* font-size: 16px; */
	color: #05a34a;
}

.accod-title {
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}

.fc .fc-scrollgrid-section-sticky>* {
	position: relative;
}

.fc-event {
	background: rgba(101, 113, 255, 0.2);
	border-left: 3px solid #6571ff;
	line-height: 28px;
	padding: 0 6px !important;
	margin: 0;
	text-transform: capitalize;
}


/* .fc-event.allowed_reservation {
    background-color: #fedfc4;
    border-color: #fd7e14;
    color: black;
    margin: 0 -6px;
    overflow: hidden;
    cursor: pointer;
} */

.not_allowed_reservation.fc-h-event {
	background-color: #fbbfdc;
	border-color: #f10075;
	color: black;
	margin: 0 -6px;
	overflow: hidden;
}

.fc-theme-standard tbody td {
	height: 120px;
}

.calholder .fc-scrollgrid tr td {
	padding: 0 !important;
}

.booking-details .select2-container {
	width: 100% !important;
}

.calholder .fc-col-header,
.calholder .fc-scrollgrid-sync-table,
.calholder .fc-daygrid-body {
	width: 100% !important;
}

.nav-prev {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 7px;
	margin-top: -22px;
	top: 50%;
	color: #ffffff !important;
	background: #6571ffb0;
	padding: 10px 14px;
	border-radius: 50%;
}

.nav-next {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 7px;
	margin-top: -22px;
	top: 50%;
	color: #ffffff !important;
	background: #6571ffb0;
	padding: 10px 14px;
	border-radius: 50%;
}

.bookings-list .nav-next,
.bookings-list .nav-prev {
	display: none;
}

.m-stmnt-list .nav-next,
.m-stmnt-list .nav-prev {
	display: none;
}


/* Owner booking end */

/*  Checklist Templates css start*/

.btn-success i {
	margin: 0;
}



.checklist-template-card {
	padding-top: 15px;
	padding-bottom: 15px;
	padding: 12px;
	min-height: 146px;
}



img.categoryImage {
	width: 34px;
	height: 34px;
}


.singlecheckList td:hover {

	cursor: pointer;
}


.forHolder {
	text-transform: capitalize;
	/* width: 20%; */
}

.categoryImageHolder {
	/* width: 30%; */
	text-align: end;
}

.actionsHolder {
	/* width: 10%; */
}

.singlecheckList:hover {
	background: #e9ecef;
	border-color: #cbd4db;
}



/*  Checklist Templates css end*/

/*  Checklist assign css start*/

.select2-dropdown--below{
	border-top: 1px solid #aaa !important;
    border-radius: 4px !important;
}

.ph-item {
	padding: 5px;
	margin-bottom: 0px;
	height: 37px;
}

.ph-col-3 {
	flex: 0 0 24%;
}

.ph-row {
	margin-top: 0px;
}

.ph-row div {
	border-radius: 6px;
	margin-right: 16px;
	margin-top: 0;
	height: 26px;
	background-color: #e5e6e6;
}

.ph-item>* {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.baapLoader {
	display: none !important;
	position: absolute;
	bottom: 16px;
	width: 76vw;
	margin: 16px;
	overflow: hidden;
	height: 250px;
}

.baapHandler .historyMessage {
	display: inline-block;
	color: #6571ff;
	cursor: pointer;
}

.checklistChanger .dropdown-menu .inner li:first-child {
	display: none;
}

.linesHolderBC>div {
	margin-bottom: 16px;
	/* display: flex; */
	/* align-items: center; */
	/* position: relative; */
	/* margin-bottom: 6px; */
	/* display: flex; */
	/* align-items: center; */
	/* position: relative; */
	border: 1px solid #e7e7e7;
	padding: 20px;
	border-radius: 4px;
}

/*  Checklist assign css end*/


/* datepicker css start*/

.wickedpicker{
	box-shadow: 0 5px 10px 0 rgb(183 192 206 / 20%) !important;
    border-radius: 0.25rem !important;
	width: 180px !important;
}
.wickedpicker__title{
	background: #f9fafb !important;
    border-bottom: 1px solid #e9ecef !important;
}
.wickedpicker__close{
	top: 16px !important;
    right: 14px !important;
}
.wickedpicker .hover-state {
    color: #6571ff !important;
}

.ui-datepicker {
	width: auto !important; 
}

.ui-widget.ui-widget-content {
	border: none !important;
    box-shadow: 0 5px 10px 0 rgb(183 192 206 / 20%);
    border-radius: 0.25rem;
    padding: 12px;
    /* border: 1px solid #ccc;
    height: 30vh;
    overflow: scroll;
    overflow-x: hidden;
    background: #fff; */
}

/* .ui-widget.ui-widget-content .ui-menu-item a{
	padding: 10px;
} */

.ui-widget-header {
	border: none !important;
	background: #fff !important;
	text-transform: uppercase !important;
	color: #7987a1 !important;
	padding: 0.85rem 0.85rem !important;
}

.ui-datepicker th {
	padding: 0.85rem 0.85rem;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td .ui-state-default {
	border: none;
	border-radius: 4px;
	background: #fff;
	font-weight: normal;
	color: #000;
	text-align: center;
	padding: 0.85rem 0.85rem;
}

.ui-datepicker td .ui-state-default.ui-state-active {
	background: #6571ff;
	color: #fff;
}

.ui-datepicker td .ui-state-default.ui-state-active:hover {
	background: #6571ff;
	color: #fff;
}

.ui-datepicker td .ui-state-default.ui-state-highlight {
	background-color: rgba(101, 113, 255, 0.3);
	color: #6571ff;
}

.ui-datepicker td .ui-state-default.ui-state-highlight:hover {
	background-color: rgba(101, 113, 255, 0.3);
	color: #6571ff;
}

.ui-datepicker td .ui-state-default:hover {
	background: #e9ecef;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	top: 6px;
	width: 3em;
	height: 3em;
	padding: 0.85rem 0.85rem;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
	left: 6px;
}

.ui-datepicker .ui-datepicker-next {
	right: 6px;
}

.ui-datepicker .ui-datepicker-title {
	margin-top: 4px;
}

.lightpick__day.is-start-date {
	border-radius: 0 !important;
	background-color: #6571ff !important;
	background-image: none !important;
}

.lightpick__day.is-start-date.is-end-date {
	background-image: none !important;
}

.lightpick__month-title-bar {
	justify-content: flex-end !important;
}

.lightpick__day.is-start-date.is-in-range {
	border-radius: 0 !important;
	background-color: #6571ff !important;
	background-image: none !important;
	color: #fff !important;
}

.lightpick__day.is-end-date.is-in-range {
	border-radius: 0 !important;
	background-color: #6571ff !important;
}

.lightpick__day:not(.is-disabled):hover {
	background-color: rgba(101, 113, 255, 0.2) !important;
	background-image: none !important;
	border-color: #6571ff;
	color: #6571ff;
	opacity: 1 !important;
}

.lightpick__day.is-in-range {
	background-color: rgba(101, 113, 255, 0.2) !important;
}

.lightpick__day.is-today {
	background-image: none !important;
	background-size: 18.8% auto;
	background-position: center bottom;
	color: #6571ff !important;
	background: rgba(101, 113, 255, 0.2) !important;
}

.lightpick__day.is-end-date {
	background-image: none !important;
	background-size: 18.8% auto;
	background-position: center bottom;
	color: #ffffff !important;
	background: #6571ff !important;
}

.lightpick__reset-action {
	color: #fff !important;
	background-color: #aeacad !important;
	border: 1px solid transparent !important;
	padding: 0.469rem 0.8rem;
	border-radius: 0.25rem !important;
}

.lightpick__apply-action {
	color: #fff !important;
	background-color: #6571ff !important;
	border: 1px solid transparent !important;
	padding: 0.4rem 0.8rem;
	border-radius: 0.25rem !important;
}

.lightpick__day.is-disabled {
	pointer-events: none;
	background: #e5e5e5;
	cursor: pointer;
	position: relative;
}

.lightpick__days {
	overflow: hidden;
}

.lightpick__day.is-available.vr-start-date:not(.is-end-date) {
	background: linear-gradient(to bottom right, #fff 0%, #fff 50%, #e5e5e5 50%, #e5e5e5 100%);
	opacity: .38;
}

.lightpick__day.is-available.vr-start-date.vr-end-date:not(.is-end-date) {
	background: linear-gradient(to bottom right, #e5e5e5 0%, #e5e5e5 49%, #fff 50%, #e5e5e5 51%, #e5e5e5 100%);
	pointer-events: none;
	opacity: .38;
}

.lightpick__day.is-available.vr-end-date:not(.is-end-date) {
	background: linear-gradient(to bottom right, #e5e5e5 0%, #e5e5e5 50%, #fff 50%, #fff 100%);
	opacity: .38;
}


/* datepicker css end*/


/* dispatch css start*/

a.menu-item {
    width: 100% !important;
    display: block !important;
	padding-right: 20px;
}

.bc-trigger-tooltip {
	cursor: pointer;
}

.row.bc-tooltip {
	position: absolute;
	z-index: 9999;
	display: none;
	left: 60px;
	top: 38px;
	width: 400px;
	background: #fff;
	padding: 16px 10px;
	border-radius: 0.25rem;
	box-shadow: 0 0 10px 0 rgb(183 192 206 / 20%);
	-webkit-box-shadow: 0 0 10px 0 rgb(183 192 206 / 20%);
}

.row.bc-tooltip::before {
	content: "";
	width: 13px;
	height: 13px;
	background: #fff;
	position: absolute;
	top: -7px;
	left: 50px;
	transform: rotate(45deg);
	border-top: 1px solid #f2f4f9;
	border-left: 1px solid #f2f4f9;
}

.ajax-file-upload-container {
	display: flex;
	flex-direction: column-reverse;
}

.ajax-file-upload-progress-pending {
	width: 65%;
}

.imageuploaddiv {
	text-align: center;
}

.ajax-file-upload-statusbar {
	margin: 5px 5px !important;
	padding: 0 !important;
}

#dispatchvue .resourcename .messagecount {
	display: none;
}


img.ajax-file-upload-preview {
	margin-right: 10px;
	max-height: 60px;
	max-width: 60px;
	border-radius: 6px;
}

.ajax-file-upload-filename {
	display: none;
}

.ajax-file-upload-statusbar {
	display: flex;
	border: 0px;
	/*border-bottom:1px solid #e0e6e8;*/
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	justify-content: space-between;
}

.ajax-file-upload-progress {
	border: 0px;
	background: rgba(101,113,255,.1);
	height: 100%;
	padding: 0px;
	width: 65%;
	color: black;
}

.ajax-file-upload-bar {
	background: #6571ff;
	/*height: 8px;*/
	height: 20px;
	font-weight: bold;
}

.ajax-file-upload-filename {
	color: #00a0df;
	margin: 0px;
	width: 100%;
	font-size: 14px;
}

.ajax-file-upload-filename:before {
	content: "\f15b";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 14px !important;
	color: #b7bfc6;
	margin-right: 3px;
}

.thumbinitsholder {
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	display: flex;
	color: white;
	border-radius: 50%;
}

.muted-text {
	color: #848f99;
}

.extra-muted-text {
	color: #b4c0cc;
}

.imageuploaddiv .ajax-upload-dragdrop,
.ajax-file-upload-container .ajax-file-upload-statusbar {
	width: 100% !important;
}

.eventdataholder,
.eventdataholder span {
	/*display:flex;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
}

.colormapicon {
	width: 20px;
	border-radius: 50%;
}

#ui-datepicker-div {
	z-index: 9999999 !important;
	}
.month_year_datepicker{
	width: 250px !important;

}
.ui-datepicker {
	background: white;
}

.ui-widget-header .ui-icon {
	background-image: url(https://vrmanaged.com/css/propmanagerassets/css/images/ui-icons_222222_256x240.png);
}

.fabholder {
	position: fixed;
	bottom: 30px;
	right: 10px;
	width: auto;
	z-index: 1030;
}

.fabholder button {
	padding: 10px;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	border: 1px solid transparent;
}

.fabholder i {
	font-size: 36px;
	margin-right: 0px;
}

.colormap td {
	height: 30px;
}

.smtwtfsdivmainholder [class*='col-sm'] {
	/*margin:0;*/
	padding: 0;
}

.btn-delete {
	background-color: #dc5140;
	color: #fff;
	border: 0px;
	display: inline-flex;
}

.tooltip-inner {
	padding: 5px 14px !important;
	text-align: left !important;
	background-color: white !important;
	border: 1px solid black;
	color: black;
}

.tooltip-inner {
	background-color: black !important;
	color: white !important;
}

.tooltip.right .tooltip-arrow {
	border-right-color: black !important;
}

.tooltip.top .tooltip-arrow {
	border-top-color: black !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.stickmebottom {
		width: 100% !important;
	}

	.table-style {
		width: 100%;
		overflow: scroll;
	}
}

@media (max-width: 480px) {

	a.menu-item{
		width: 180px !important;
	}


	#dispatchvue .d-day-css a,
	#ready .d-day-css a {
		padding: 0.5rem 0.55rem !important;
	}

	.restablediv {
		width: 40%;
	}

	.eventsholder {
		width: 60% !important;
	}

	.row.bc-tooltip {
		left: 10px;
		width: 360px;
	}

	.row.bc-tooltip::before {
		left: 100px;
	}
}

@media (max-width: 320px) {

	#dispatchvue .d-day-css a,
	#ready .d-day-css a {
		padding: 0.5rem 0.36rem !important;
	}
}

.col-md-2_4.col-sm-2_4 {
	width: 20%;
	float: left;
}

.some {
	width: calc(55% - 14px);
	margin-left: 14px width: 45%;
}

div.scrollmenu {
	background-color: transparent;
	white-space: nowrap;
	box-shadow: none;
	width: auto;
	height: auto;
	margin-bottom: 20px;
	overflow-x: scroll;
}

div.scrollmenu img {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 6px;
	text-decoration: none;
	max-height: 80px;
}

.lg-backdrop {
	z-index: 9999999999999999999999998;
}

.lg-outer {
	z-index: 9999999999999999999999999;
}

div.scrollmenu img {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 6px;
	text-decoration: none;
	max-height: 80px;
}

div.scrollmenu div,
div.scrollmenu img {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 6px;
	text-decoration: none;
	max-height: 80px;
	position: relative;
}

a.singleimageofvendor_a {
	display: block;
	box-shadow: 0 0px 2px 0px #c0c0c0;
}

a.deletetheimage.red {
	color: #ff3366;
    font-size: 18px;
    position: absolute;
    top: -2px;
    right: 0px;
    cursor: pointer;
}

.ajax-file-upload {
	height: 44px !important;
	line-height: 2 !important;
	width: 100% !important;
	color: rgb(146 146 146) !important;
	border-radius: 6px !important;
	background-color: transparent !important;
	border: 2px dashed #999 !important;
	box-shadow: none !important;
}

.ajax-file-upload:hover {
	background: none;
	box-shadow: none;
}

.historyHolder {
	font-size: 8px;
	text-align: left;
	padding: 6px;
	background: #e2e2e2;
	max-height: 200px;
	overflow: auto;
	border-radius: 6px;
}

.historySingleHolder {
	/*margin-bottom: 6px;*/
	border-bottom: 1px solid #c0c0c0;
}

.histNameTime {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	/*margin-bottom: 4px;*/
}

.histMessage {
	padding-left: 10px;
}

.historyLoader {
	display: block;
}

.categoryBlock {
	border: 1px solid #e0e0e0;
	padding: 16px;
	margin-bottom: 10px;
	border-radius: 6px;
}

.categoryInfo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

img.categoryImage {
	/* height: 36px; */
	margin-right: 6px;
	/* margin-bottom: 6px; */
}

.checklistName {
	flex-grow: 1;
	font-size: 20px;
}

#actionmodel .checklistSingle {
	display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
}

.categoryBlock .list-group-item {
	border: 0;
	padding: 0;
	margin-top: 8px;
}

.categoryBlock .list-group {
	margin-bottom: 0;
}

.checklistInner .checklistSingle div:first-child:before {
	content: "--";
}

.checklistInner .checklistInner .checklistSingle div:first-child:before {
	content: "---";
}

.checklistCheck {
	margin-right: 6px;
}

.checklistSingleHolder {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	border: 1px solid #c0c0c0;
	margin: 6px;
	padding: 6px;
	border-radius: 6px;
}

.eventdataholder {
	font-size: 10px;
	padding-top: 2px;
	width: 80%;
}

.makemebold {
	font-weight: 900;
}

.disabled {
	pointer-events: none;
}


input[type="radio"],
input[type="checkbox"] {
	margin-right: 2px;
}

.chosen-container {
	width: 100% !important;
}

table tr {
	/*border-bottom: 1px solid #c0c0c0;*/
}

.grayback {
	/* background-color: #ECECEC; */
}

.timeheader td div {
	border-right: 2px solid #c0c0c0;
}

.restable div {
	font-size: 12px !important;
	font-weight: bold;
	/* transform: translateY(30%);*/
}

.restable td {
	overflow: hidden;
	height: 30px;
	min-height: 30px !important;
	padding-left: 10px !important;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	border-bottom: 1px solid #ececec;
}

.restable .separatortd,
.eventstable .separatortd {
	height: 0px;
	display: none;
}

.inspectordiv,
.housekeeperdiv,
.housekeeper {
	float: left;
}

.messagecount {
	background: #dc5140;
	color: white;
	text-align: center;
	border-radius: 8px;
	width: 20px;
	float: right !important;
}

.timeheader td {
	position: -webkit-sticky;
	position: sticky;
	top: 28px;
	z-index: 999;
	background: white;
}

.eventstable .removeable {
	border-bottom: 1px solid #ececec;
}

.eventstable td {
	overflow: visible;
	height: 30px;
	padding: 0px !important;
	margin: 0px !important;
	min-height: 30px !important;
	width: 20px !important;
	min-width: 20px !important;
	max-width: 20px !important;
	width: 2880px !important;
	min-width: 2880px !important;
	max-width: 2880px !important;
}

.timeheader>td {
	width: 120px !important;
	min-width: 120px !important;
	max-width: 120px !important;
	height: 30px !important;
	max-height: 30px !important;
	min-height: 30px !important;
}

.stickmeattop {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	background: white;
	/* z-index: 999; */
}

.stickmeattop tr td {
	height: 40px !important;
    max-height: 30px !important;
    min-height: 30px !important;
    z-index: 999;
    font-weight: 600;
}

.nomargin {
	margin: 0;
}

.nopadding {
	padding: 0;
}

table {
	width: 100%;
}

.datetd {
	text-align: center;
}

.panel {
	margin-bottom: 0px;
}

.eventsholder,
.restablediv {
	overflow: auto;
	max-height: calc(100vh - 206px);
}

.eventsholder {
	position: relative;
	max-width: 83.33%;
}

.restablediv {
	overflow: hidden;
	overflow-x: scroll;
}

/* .red {
    color: #dc5140;
} */

/* .green {
    color: #6EEB83;
} */
/* theme colour  */
/* .started {
    background: #fbbc06;
}

.notstarted {
    background: #a1c4ff;
}

.notfinished {
    background: #ff3366;
}

.finished {
    background: #05a34a;
} */

/* end  */

/* give client colour  */

.started {
	background: #FB8B24;
}

.notstarted {
	background: #a1c4ff;
}

.notfinished {
	background: #D2360F;
}

.finished {
	background: #07C556;
}


/* end  */

.wrapper {
	padding: 5px;
}

.eventbody {
	position: absolute;
	height: 27px !important;
	border-radius: 4px;
	font-size: 12px;
	color: white;
	font-weight: bolder;
	margin-top: 1px;
	text-align: left;
	padding-left: 3px;
	padding-top: 5px;
	z-index: 1;
}

.eventbody:hover {
	cursor: pointer;
	/*box-shadow: 0px 0px 0px 2px rgb(8, 141, 207);*/
	box-shadow: 1px 1px 4px 0px black;
	height: 27px !important;
	z-index: 999;
	/* box-shadow: 0px 0px 2px 1px rgba(0,0,0, 0.46);
    height: 27px !important;*/
}

.residentifier {
	border: 1px solid white;
	padding: 0px 2px;
	margin-right: 3px;
}


.resettedicon {
	position: absolute;
	bottom: 2px;
	right: 3px;
	font-size: 10px;
}

.on_top {
	position: absolute;
	top: 2px;
	right: 3px;
	font-size: 10px;
}

.inspectortd {
	/* border-left: 8px solid #20aaea; */
	background-color: #e9ecef;
	border-bottom: 1px solid #fff !important;
}

.eventstable .type-insp {
	background-color: #e9ecef;
	border-bottom: 1px solid #fff !important;
}

.modal {
	z-index: 99999;
}

.modal-backdrop {
	z-index: 999999;
}

.separatordiv {
	height: 4px;
	background: #20aaea;
	vertical-align: middle;
	transform: translateY(0%) !important;
	vertical-align: -webkit-baseline-middle;
}

.timeline {
	background: #00bf9c;
	width: 2px !important;
	height: 100% !important;
	padding: 0;
	border: 0;
}


#chatmodal .modal-body {
	height: 68vh;
	overflow: hidden;
	padding-top: 0px;
}

.historytable {
	height: 60vh;
}

.chatdiv .panel-body {
	height: 50vh;
	/*overflow: scroll;	*/
}

.sscroll {
	height: 40vh;
	max-height: 40vh !important;
	display: flex;
	flex-direction: column-reverse;
	overflow-x: hidden;
}

.chats .by-me .chat-content {
	margin-left: 3%;
	margin-right: 20%;
	background: #E5E5EA;
	color: black;
}

.chats .by-other .chat-content {
	margin-right: 3%;
	margin-left: 20%;
	color: white;
	background: #0B93F6;
}

.chats .by-other .chat-content:after,
.chats .by-other .chat-content:before {
	border-left-color: #0B93F6;
}

.chats .by-me .chat-content:before,
.chats .by-me .chat-content:after {
	border-right-color: #E5E5EA;
}

.chats .by-me .chat-meta {
	color: black;
}

.chats .by-other .chat-meta {
	color: white;
}

.hasborder {
	border: 1.2px solid white;
	padding: 1px;
	margin-right: 2px;
}


.toast-info a {
	color: #fff !important;
	background: none;
	border: 0;
	padding: 0;
}

.toast-info a:hover {
	background: none;
	border: 0;
	padding: 0;
}


#toast-container>div:hover {
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
}

#toast-container>div {
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;

	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
	margin: 8px 0 0px;
}

.hold {
	/*background: linear-gradient(to top right, #ff5263 0%, #ff7381 35%, #fcbd01 100%);*/
	background: #7987a1;
}

.thisistimeheader {
	top: 0px;
	position: -webkit-sticky;
	position: sticky;
	display: block;
	z-index: 2;
}

.stickmebottom {
	display: none !important;
}

#dispatchvue .d-day-css {
	cursor: pointer;
	background-color: transparent;
	border: 1px solid #6571ff;
	padding: 0;
	border-radius: 0.25rem;
}

#dispatchvue .area-dropdown {
	margin: 0 6px;
}

#dispatchvue .d-day-css a {
	padding: 0.5rem 0.8rem;
	color: #6571ff;
	font-weight: 600;
	font-size: 14px;
	border-left: 1px solid;
	border-radius: 0;
	height: 38px;
}

#dispatchvue .d-day-css a:first-child {
	border-left: none;
}

/* #dispatchvue .d-day-css .smtwtfsdiv a {
	border-left: 1px solid;
} */

.closebeyond {
	position: absolute;
	top: 12px;
	right: 12px;
}

#dispatchvue .d-day-css a.geteventsfor.active {
	background: #6571ff;
	color: #FFFFFF;
}

#dispatchvue .datechangerdiv {
	cursor: pointer;
	background-color: #6571ff;
	padding: 0;
	border-radius: 0.25rem;
	margin-left: 6px;
}

#actionmodel .btn.disabled,
#actionmodel .btn[disabled],
#actionmodel fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	background-color: #7987a1;
	border-color: #7987a1;
}

#eventsmodel .btn.disabled,
#eventsmodel .btn[disabled],
#eventsmodel fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	background-color: #7987a1;
	border-color: #7987a1;
}

#dispatchvue .datechangerdiv a {
	color: #fff;
	border-left: 1px solid;
}

#dispatchvue .datechangerdiv a:first-child {
	border-left: none;
}

#dispatchvue .datechangerdiv .datechanger {
	padding-top: 9px;
}

.area-dropdown button {
	border: 1px solid #6571ff;
	background: transparent;
	color: #6571ff;
	font-weight: 500;
}

.area-dropdown button:hover {
	border: 1px solid #6571ff;
	background: #6571ff;
	color: #fff;
}

#dispatchvue .dispatchmaindiv {
	background-color: #fff;
	border-radius: 0;
	margin-top: 0px !important;
	box-shadow: none;
	overflow: hidden;
	border: 1px solid #e9ecef;
}

.chosen-container-single .chosen-single {
	padding: 0.469rem 0.8rem !important;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5 !important;
	color: #000 !important;
	border: 1px solid #e9ecef !important;
	appearance: none;
	border-radius: 0.25rem !important;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	background: none !important;
	box-shadow: none !important;
	height: 36px !important;
}

.chosen-container-single .chosen-single div b {
	background: url(chosen-sprite.png) no-repeat 0 8px !important;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 8px !important;
}




/* dispatch css end*/


/* Arrivals css start*/

#arrival .d-day-css {
	cursor: pointer;
	background-color: transparent;
	border: 1px solid #6571ff;
	padding: 0;
	border-radius: 0.25rem;
}

#arrival .d-day-css a {
	padding: 0.391rem 0.8rem;
	color: #6571ff;
	font-weight: 600;
	font-size: 14px;
	border-left: 1px solid;
	border-radius: 0;
}

#arrival .d-day-css .ar-left {
	border-left: 0;
}

#arrival .d-day-css .smtwtfsdiv a {
	border-left: 1px solid;
}

#arrival .d-day-css a.active {
	background: #6571ff;
	color: #FFFFFF;
}

#arrivalunits thead th i {
	margin: 0;
}

#arrival .clearsearch {
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
	color: #7987a1;
}

.jdttype .clearsearch {
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
	color: #7987a1;
}

.jdttype table thead th a {
	color: #7987a1;
}

.jdtdoc .clearsearch {
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
	color: #7987a1;
}

.jdtdoc table thead th a {
	color: #7987a1;
	display: flex;
    justify-content: space-between;
}

#arrival .datechangerdiv {
	cursor: pointer;
	background-color: #6571ff;
	padding: 0;
	border-radius: 0.25rem;
	margin: 0 6px;
}

#arrival .datechangerdiv a {
	color: #fff;
	border-left: 1px solid;
}

#arrival .datechangerdiv a:first-child {
	border-left: none;
}

#arrival .datechangerdiv .datechanger {
	padding-top: 9px;
}

/* .search {
	border: 2px solid #c0c0c0;
	color: black;
} */

/* .search:focus {
	border: 2px solid #c0c0c0;
	color: black;
} */

.iamcomplete td {
	background: #05a34a;
	color: white;
	font-weight: bold;
}

.iamcomplete td i {
	color: #fff !important;
}

.iamred td {
	background: #ff3366;
	color: white;
	font-weight: bold;
}

.iamred td i {
	color: #fff !important;
}

.stickmeattop,
.stickmeattop>th {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	left: 0;
	background: white;
	z-index: 99;
}

.hknotfoundbtn:hover {
	cursor: pointer;
}

h3 {
	margin-top: 0px;
}

.info-box .count {
	margin-top: 0px;
	font-size: 22px;
	float: left;
}

.info-box .title {
	float: right;
	font-size: 22px;
}

@media screen and (min-width: 768px) {}

@media (max-width: 1024px) and (min-width: 768px) {
	.sm-font {
		font-size: 12px ! important;
	}

	.table-style {
		width: 100%;
		overflow: scroll;
	}

	.stickmebottom {
		width: 100% !important;
	}
}


/* The container */

.container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Hide the browser's default radio button */

.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}


/* Create a custom radio button */


/* .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #797979;
    border-radius: 50%;
} */


/* On mouse-over, add a grey background color */

.container:hover input~.checkmark {
	background-color: #797979;
}


/* When the radio button is checked, add a blue background */

.container input:checked~.checkmark {
	background-color: #2196F3;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}


/* Show the indicator (dot/circle) when checked */

.container input:checked~.checkmark:after {
	display: block;
}


/* Style the indicator (dot/circle) */

.container .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.chosen-container {
	width: 100% !important;
}


.eventmodalhandler {
	cursor: grab;
}

.havecustomkaba {
	color: #05a34a;
}

.kabamodalopener {
	color: #ff3366;
	cursor: grab;
}


.btn-cancle {
	margin-top: 2px;
	background-color: #dc5140;
	border: 0px;
	color: #fff;
	display: inline-flex;
}

.addkabacode {
	margin-top: 5px;
}


/* Arrivals css end*/


/* Notification css start*/

.hknotifications .table th,
.hknotifications .table td {
	white-space: normal !important;
}

.selectmsg {
	display: none;
}

.chosen-container {
	width: 100% !important;
}

.hknotifications-send {
	background-color: #fff;
	border-radius: 5px;
}




@media (min-width: 768px) and (max-width: 1024px) {
	.stickmebottom {
		width: 100% !important;
	}

	.table-style {
		width: 100%;
		overflow: scroll;
	}
}

.chosen-container-multi .chosen-choices {
	display: block;
	width: 100%;
	padding: 0.36rem 0.8rem !important;
	font-size: 0.875rem;
	height: auto !important;
	font-weight: 400;
	line-height: 1.3 !important;
	color: #000 !important;
	background-color: #fff !important;
	background-clip: padding-box !important;
	border: 1px solid #e9ecef !important;
	appearance: none;
	border-radius: 0.25rem !important;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	background-image: none !important;
}

.chosen-container-active .chosen-choices {
	box-shadow: none !important;
}

.chosen-container-multi .chosen-choices:focus {
	box-shadow: none !important;
}


/* Notification css end*/

/* invoice report css start */


.invoice-report .ir-header h3 {
	margin: 0px 0px 10px 0px;
}

.invoice-report .panel-default {
	padding: 20px;
}

.invoice-report .form-control-ulti {
	width: 100%;
	margin-bottom: 0px;
	margin-right: 05px;
	float: left;
	height: 30px;
	padding: 4px;
	border-radius: 4px;
	line-height: 1;
	color: #555;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #b9b9b9;
	padding-left: 10px !important;
	font-size: 12px;
}

.invoice-report .btn-reset {
	color: #fff;
	background-color: #929292;
	border-color: #929292;
}

.invoice-report .clearallsearchbro {
	position: absolute;
	right: 12px;
	top: 10px;
	cursor: pointer;
	color: #7987a1;

}

.invoice-report .clearallsearchbro:hover {
	color: #7987a1;
}

.invoice-report svg.iconforinput {
	color: #848f99;
	position: relative;
	top: 7px !important;
	left: 22px !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.invoice-report .stickmebottom {
		width: 100% !important;
	}

}

@media print {

	.invoice-report aside,
	.invoice-report .stickmebottom,
	.invoice-report .listpanelbla,
	.invoice-report .panel-header,
	.invoice-report .modal-footer,
	.invoice-report .memoholdericoncopy,
	.invoice-report .addextraexpense_to,
	.invoice-report .addextraexpense_to+label {
		display: none !important;
	}

	.invoice-report .daterangeholder,
	.invoice-report .techvendorselecticon,
	.invoice-report .saveexpenseto_holder {
		visibility: hidden;
	}

	.invoice-report *,
	.invoice-report .modal-content,
	.invoice-report .modal-body {
		height: auto !important;
		overflow: hidden !important;
		overflow-x: hidden !important;
	}

	.invoice-report .modal-body>div:first-child {
		display: none;
	}

	.invoice-report .showonprint {
		display: revert;
	}

	.invoice-report .hideonprint {
		display: none;
	}

	.invoice-report .panel-body {
		padding: 0;
	}

	.invoice-report .row {
		margin: 0;
		padding: 0;
	}

	.invoice-report .stickmebottom {
		display: none !important;
	}
}

.invoice-report .showonprint {
	display: none;
}

/* invoice report css end */

/*  serv-invoices-css css start*/



.serv-invoices-css .hidethetext {
	display: none;
}

.serv-invoices-css .invoicethumb {
	height: 22px;
	width: 22px;
	font-size: 9px;
	border-radius: 50%;
	line-height: 23px;
	color: white;
	text-align: center;
}

.serv-invoices-css .btn-light:active:focus {
	box-shadow: none;
}

.serv-invoices-css .getservice {
	cursor: pointer;
}

.serv-invoices-css .listpanelbla {
	overflow-y: scroll;
}

.serv-invoices-css .listpanelbla,
.serv-invoices-css .taskpaneholder {
	display: flex;
	flex-direction: column;
}

.serv-invoices-css .listpanelbla {
	flex: 0 1 1000px;
	min-width: 405px;
	flex-grow: 1;
}

.serv-invoices-css .taskpaneholder {
	display: none;
	flex: 0 1 874px;
	min-width: 495px;
	margin-left: 15px;
}

.serv-invoices-css .panelholderbla {
	box-sizing: border-box;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;

}

.serv-invoices-css svg.iconforinput {
	color: #848f99;
	position: relative;
	top: 7px !important;
	left: 22px !important;
}

.serv-invoices-css .panel.panel-shrink {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: auto;
	overflow-y: scroll;
	max-height: calc(100vh - 270px);
}

.serv-invoices-css .getservice:hover {
	border-top: 0;
	border-bottom: 0;
	background: #e9ecef;
	border-color: #cbd4db;
	border-left: 3px solid #6571ff;
}

.serv-invoices-css .getservice.activetr {
	border-top: 0;
	border-bottom: 0;
	background: #e9ecef;
	border-color: #cbd4db;
	border-left: 3px solid #6571ff;
}

.serv-invoices-css .filterrow .status-list {
	padding: 0;
	list-style: none;
	line-height: 26px;
}

.serv-invoices-css .filterrow .status-list li label {
	cursor: pointer;
}

.serv-invoices-css .legendicons {
	font-size: 16px;
	color: #848f99;
	margin: 2px;
}

.serv-invoices-css .submitonclickformfilterinvoice .dropdown .dropdown-toggle {
	align-items: center;
	display: flex;
	text-align: left;
	border-radius: 4px;
	cursor: pointer;
	padding: 5px 10px;
	width: 160px;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
}

.serv-invoices-css .submitonclickformfilterinvoice .dropdown .dropdown-toggle i {
	margin-right: 5px;
}

.serv-invoices-css .dropdown.filterentries {

	align-items: center;
	text-align: center;
	border-radius: 4px;
	background-color: #e9ecef;
	border-color: #e9ecef;
}

.serv-invoices-css .dropdown.filterentries:hover {
	background-color: #edf1f2;
	color: #222b37 !important;
	fill: #222b37;
	text-decoration: none;
}

.serv-invoices-css .dropdown.filterentries .dropdown-menu .dropdown-item:active {
	background-color: transparent;
}

.serv-invoices-css .submitonclickformfilterinvoice .dropdown .dropdown-toggle:hover {
	background-color: #edf1f2;
	color: #222b37 !important;
	fill: #222b37;
	text-decoration: none;
}

.serv-invoices-css .submitonclickformfilterinvoice .dropdown .dropdown-menu {
	left: -2px;
	top: 38px;
}

.serv-invoices-css .dropdown-menu,
.serv-invoices-css .open>.dropdown-menu {
	opacity: 1;
	padding: 6px;
}

.serv-invoices-css .dropdown-menu .form-control {
	margin-bottom: 5px;
}

/*-------------filter entries------------*/

.serv-invoices-css .filterentries button.mainbtn {
	background: transparent;
}

.serv-invoices-css .filterentries .dropdown-menu {
	min-width: 300px;
	color: #fff;
	opacity: 1;
	right: 0;
	left: unset;
	padding: 10px 0;
}

.serv-invoices-css .btn-noborder {
	background: transparent;
	border: 1px solid transparent;
	padding: 0px;
	font-size: 12px;
	padding: 0px 10px;
	font-weight: 500;
	height: 20px;
	width: 24px;
	line-height: 1;
}

.serv-invoices-css .btn-noborder:hover,
.serv-invoices-css .filterentries button.mainbtn:hover {
	color: #00a0df;
}

.serv-invoices-css .goleft i,
.serv-invoices-css .goright i {
	font-size: 12px;
}

.serv-invoices-css .clearallsearchbro {
	position: absolute;
	right: 12px;
	top: 10px;
	cursor: pointer;
	color: #7987a1;
}

.serv-invoices-css .pl-0 {
	padding-left: 0px !important;
}

.serv-invoices-css .autocompletetickmark {
	color: #848f99;
	height: 16px;
	width: 16px;
	margin-right: 10px;
}

.serv-invoices-css .ui-autocomplete {
	z-index: 999 !important;
	background: white;
	box-shadow: 1px 1px 2px 1px #c0c0c0;
	max-height: 450px;
	overflow-y: scroll;
	font-size: 12px;
	color: #151b26;

}

.serv-invoices-css .ui-autocomplete .ui-state-focus {
	background: transperant !important;
	color: #151b26;
}

.serv-invoices-css .ui-autocomplete .ui-menu-item:hover {
	background-color: #edf1f2;
}

.serv-invoices-css .ui-autocomplete .ui-state-focus {
	background: transparent !important;
	color: #151b26 !important;
	font-weight: normal;
}

.serv-invoices-css .ui-autocomplete .ui-menu-item {
	background: white;
	height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #151b26;
	padding: 0 0px 0px 30px;
	padding-top: 10px;
	font-size: 13px;
}

.serv-invoices-css .ui-autocomplete-category {
	color: #848f99;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	align-items: flex-end;
	display: flex;
	height: 30px;
	padding: 0 15px;
	box-shadow: inset 0 1px #e8ecee;
}

.serv-invoices-css .ui-autocomplete .ui-corner-all.ui-state-focus {
	border-radius: 4px !important;
	border: 1px solid transparent !important;
}

.serv-invoices-css .filterrow .dropdown-menu>li:hover,
.serv-invoices-css .filterrow .dropdown-menu>li:focus {
	background: transparent !important;
	color: #000 !important;
}

.serv-invoices-css .modal-footer {
	position: sticky !important;
	bottom: 0px !important;
	width: 100% !important;
}

@media (max-width: 480px) {
	.serv-invoices-css .listpanelbla {
		min-width: auto !important;
	}

	.serv-invoices-css .modal-footer-dpanel .commentholder .position-relative {
		bottom: 80px !important;
	}

	.serv-invoices-css .taskpaneholder {
		min-width: 100% !important;
		margin: 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.serv-invoices-css .stickmebottom {
		width: 100% !important;
	}

	.serv-invoices-css .pad-space-responsive {
		padding-right: 32px !important;
	}

	.serv-invoices-css .panelholder {
		justify-content: left;
	}

	.serv-invoices-css .showontab {
		display: block;
		padding: 4px;
		float: left;
		margin-right: 10px;
		font-size: 18px;
		color: #6571ff;
	}

	.serv-invoices-css .detailspanel {
		min-width: 100% !important;
		margin: 0 !important;
	}

	.serv-invoices-css .taskpaneholder {
		min-width: 100% !important;
		margin: 0 !important;
	}
}

/* seviceop page */

@media (max-width: 480px) {
	.serv-invoices-css .billtoamountstatusholder .flex-w {
		flex-wrap: wrap !important;
	}
}

.serv-invoices-css .invoicetable tr td {
	white-space: normal;
}

.serv-invoices-css .expcharge_single_label:last-child {
	border: 0 !important;
}

.serv-invoices-css .addextraexpense_to,
.serv-invoices-css .addextrabill_to {
	color: #000;
	cursor: pointer;
}

.serv-invoices-css .pan-header .fa-paperclip {
	cursor: pointer;
}

.serv-invoices-css .pan-header .fa-paperclip:hover {
	color: #6571ff;
}

.serv-invoices-css .topmenudrop .close {
	background: none;
	border: 0;
	font-size: 20px;
	color: #000;
	margin-left: 14px;
	padding: 0;
}

.serv-invoices-css .topmenudrop a {
	font-size: 16px;
	color: #000;
	margin-left: 12px;
	cursor: pointer;
}

.serv-invoices-css .undeleterow.row {
	height: 40px;
	padding: 0px 30px !important;
	background: #ffedef;
	color: #ff5263;
	margin: 8px 0px !important;
}

.serv-invoices-css .Button {
	align-items: center;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 13px;
	justify-content: center;
	line-height: 1;
	min-width: 50px;
	text-align: center;
	transition-duration: .2s;
	transition-property: background, border, box-shadow, color, fill;
}

.serv-invoices-css .TaskUndeleteBanner-permadeleteButton {
	margin-left: 10px;
}

.serv-invoices-css .Button.Button--small {
	height: 30px;
	line-height: 30px;
	padding: 0 9px;
}

.serv-invoices-css .Button--secondary:not(.Button--disabled) {
	background: #fff;
	border-color: #b7bfc6;
	color: #646f79;
	fill: #848f99;
}

.serv-invoices-css .Button--primary:not(.Button--disabled) {
	background-color: #14aaf5;
	border-color: #14aaf5;
	color: #fff;
	fill: #fff;
}

.serv-invoices-css .TaskUndeleteBanner-permadeleteButton:not(.Button--disabled):active,
.serv-invoices-css .TaskUndeleteBanner-permadeleteButton:not(.Button--disabled).Button--active {
	background-color: #e8192e;
	border-color: #e8192e;
	box-shadow: none;
}

.serv-invoices-css .TaskUndeleteBanner-permadeleteButton:not(.Button--disabled):hover {
	background-color: #ed4758;
	border-color: #ed4758;
}

.serv-invoices-css .TaskUndeleteBanner-permadeleteButton:not(.Button--disabled) {
	background-color: #ff5263;
	border-color: #ff5263;
	color: #fff;
	fill: #fff;
}

.serv-invoices-css .markup_amount_icon.left.fas.fa-dollar-sign {
	display: block;
}

.serv-invoices-css .markup_amount_icon.left.fas.fa-percentage {
	display: none;
}

.serv-invoices-css .markup_amount_icon.right.fas.fa-dollar-sign {
	display: none;
}

.serv-invoices-css .markup_amount_icon.right.fas.fa-percentage {
	display: block;
}

@media print {

	.serv-invoices-css aside,
	.serv-invoices-css .listpanelbla,
	.serv-invoices-css .panel-header,
	.serv-invoices-css .modal-footer,
	.serv-invoices-css .memoholdericoncopy,
	.serv-invoices-css .addextraexpense_to,
	.serv-invoices-css .addextraexpense_to+label,
	.serv-invoices-css .addextrabill_to,
	.serv-invoices-css .addextrabill_to+label {
		display: none;
	}

	.serv-invoices-css .daterangeholder,
	.serv-invoices-css .techvendorselecticon,
	.serv-invoices-css .saveexpenseto_holder,
	.serv-invoices-css .savebillto_holder {
		visibility: hidden;
	}

	.serv-invoices-css *,
	.serv-invoices-css .modal-content,
	.serv-invoices-css .modal-body {
		height: auto !important;
		overflow: hidden !important;
		overflow-x: hidden !important;
	}

	.serv-invoices-css .modal-body>div:first-child {
		display: none;
	}
}

.serv-invoices-css .tooltip.bottom .tooltip-arrow {
	border-bottom-color: rgba(21, 27, 38, .97);
}

.serv-invoices-css .tooltip-inner {
	background-color: rgba(21, 27, 38, .97);
}

.serv-invoices-css .customer_charge,
.serv-invoices-css .invoiceamount,
.serv-invoices-css .expense_to_amount,
.serv-invoices-css .bill_to_amount {
	padding-right: 4px !important;
}

.serv-invoices-css .invoicefileholder {
	display: flex;
	flex-direction: column;
	padding-left: 40px;
	margin-top: 6px;
}

.serv-invoices-css .invoicefileholder .invoicefiledelete {
	display: none;
}

.serv-invoices-css .invoicefileholder .fileelem:hover .invoicefiledelete {
	display: inline-block;
}

.serv-invoices-css .invoicefileholder i {
	margin-right: 6px;
}

.serv-invoices-css td.supertablestatusholder {
	text-transform: capitalize;
}

.serv-invoices-css .amountstatus,
.serv-invoices-css .otheramountstatus,
.serv-invoices-css .expamountstatus,
.serv-invoices-css .billtoamountstatus {
	color: #848f9970;
	font-size: 20px;
	margin-right: 10px;
}

.serv-invoices-css .amountstatus.completed,
.serv-invoices-css .otheramountstatus.completed,
.serv-invoices-css .expamountstatus.completed,
.serv-invoices-css .billtoamountstatus.completed,
.serv-invoices-css .amountstatus:hover,
.serv-invoices-css .otheramountstatus:hover,
.serv-invoices-css .expamountstatus:hover,
.serv-invoices-css .billtoamountstatus:hover {
	color: #05a34a;
	cursor: pointer;
}

.serv-invoices-css .historydivelem span.newdata {
	color: #00a0df;
}

.serv-invoices-css .historydivelem span.olddata {
	text-decoration: line-through;
}

.serv-invoices-css .histroydiv {
	background: #f6f8f9 !important;
	padding: 10px;
}

.serv-invoices-css .otherexpenseto_row .otherexpenseto_single span:nth-child(2),
.serv-invoices-css .extraexpenseto_row .extraexpenseto_single span:nth-child(2),
.serv-invoices-css .extrabillto_row .extrabillto_single span:nth-child(2) {
	flex: 0 1 66%;
}

.serv-invoices-css .extrabillto_row .extrabillto_single span:nth-child(2) {
	display: flex;
}


.serv-invoices-css .commentsdivelem .agotime {
	font-size: 9px;
	color: #848f99;
}

.serv-invoices-css .historydivelem .histmadeuser {
	font-weight: 900;
}

.serv-invoices-css .historydivelem .historydifftime {
	margin-left: 6px;
}

.serv-invoices-css .modal-content,
.serv-invoices-css .modal-header,
.serv-invoices-css .modal-body,
.serv-invoices-css .modal-footer {
	background: white;
}

.serv-invoices-css .modal-body {
	height: calc(100vh - 269px);
}

.serv-invoices-css .detailspanel .modal-dialog {
	width: 100%;
	margin: 0;
	max-width: 100%;
}

.serv-invoices-css .detailspanel .modal-body {
	height: calc(100vh - 460px);
	padding: 0;
}

.serv-invoices-css .detailspanel .modal-footer-dpanel {
	background: #f6f8f9;

}

.serv-invoices-css .detailspanel .modal-footer-dpanel {
	background: #f6f8f9;

}

.serv-invoices-css .detailspanel .pan-header {
	font-size: 18px;
	font-weight: 500;
	padding: 10px 28px;
	background: #f6f8f9;
	display: flex;
	align-items: center;
}

.serv-invoices-css .mycust-modal-content .modal-header {
	padding: 1rem 1rem;
}


.serv-invoices-css .chzn-container {
	width: 100% !important;
	padding: 0;
}

.serv-invoices-css .chzn-container-single .chzn-single span {
	margin-right: 2px !important;
	line-height: 22px;
}

.serv-invoices-css .chzn-container-single .chzn-single {
	padding: 0.469rem 0.8rem;
	height: 36px !important;
}

.serv-invoices-css .chzn-drop,
.serv-invoices-css .chzn-search input {
	width: auto !important;
}

.serv-invoices-css .chzn-single {
	background: transparent !important;
	height: 20px !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: 0px 0px 0px #ffffff inset, 0 0px 0px rgba(0, 0, 0, 0.1) !important;
}

.serv-invoices-css .chzn-single:hover {
	background: #f6f8f9 !important;
}

.serv-invoices-css .avatar-cust {
	height: 30px;
	width: 30px;
	background: #7987a1 !important;
	color: white;
	/*border: 1px solid #d5dce0;*/
	border-radius: 50%;
	white-space: nowrap;
	font-weight: 100;
	font-size: 11px;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
	line-height: 30px;
	display: inline-flex;
	justify-content: center;
}

.serv-invoices-css .avatar-cust-lg {
	height: 38px;
	width: 38px;
	color: white;
	border-radius: 50%;
	font-size: 16px;
	font-weight: bold;
	margin-right: 12px;
	white-space: nowrap;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
	line-height: 38px;
	display: inline-flex;
	justify-content: center;
}

.serv-invoices-css .avatar-cust-sm {
	height: 24px;
	width: 24px;
	background: #7987a1 !important;
	color: white;
	border-radius: 50%;
	font-size: 10px;
	font-weight: normal;
	margin-right: 8px;
	white-space: nowrap;
	box-shadow: inset 0 0 0 1px rgb(0 0 0 / 20%);
	line-height: 24px;
	display: inline-flex;
	justify-content: center;
}

.serv-invoices-css .avatar-cust-option {
	height: 18px;
	width: 18px;
	background: #fd9a00;
	color: white;
	border-radius: 50%;
	font-size: 8px;
	margin-right: 8px;
	white-space: nowrap;
	float: left;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
	line-height: 18px;
	display: inline-flex;
	justify-content: center;
}

.serv-invoices-css .chzn-results li {
	word-break: break-all;
}

.serv-invoices-css .avatar-tbl {
	text-align: center;

	color: white;
	font-size: 9px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	white-space: nowrap;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
	line-height: 22px;
	display: inline-flex;
	justify-content: center;
}

.serv-invoices-css .myfollowers .chzn-drop,
.serv-invoices-css .popup-myfollowers .chzn-drop {
	border-bottom: 0 !important;
	border-top: 1px solid #aaa !important;
	top: auto !important;
	bottom: 22px !important;
}

.serv-invoices-css .myfollowers {
	text-align: left !important;
	width: 100%;
}

.serv-invoices-css .myfollowers .chzn-container {
	padding: 0 !important;
}

.serv-invoices-css .myfollowers .chzn-choices .search-field input {
	height: 28px;
	width: 100% !important;
}

.serv-invoices-css .myfollowers .chzn-choices {
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	background: white !important;

}

.serv-invoices-css .myfollowers .search-choice {
	border: 1px solid #ccc;
	background: #f6f8f94f !important;
	border-radius: 15px !important;
	margin: 3px !important;
	height: 32px;
}

.serv-invoices-css .myfollowers .search-choice img {
	height: 24px !important;
	width: 24px !important;
}

.serv-invoices-css .myfollowers .search-choice .avatar-cust-option {
	height: 24px !important;
	width: 24px !important;
	font-size: 12px;
	padding-top: 4px;
	font-weight: 100;
	background: #7987a1 !important;
}

.serv-invoices-css .myfollowers .search-choice span {
	vertical-align: -webkit-baseline-middle;
}

.serv-invoices-css .myfollowers .chzn-container-multi .chzn-choices .search-choice .search-choice-close {
	top: 9px !important;
	opacity: 0.4;
}

.serv-invoices-css .myfollowers .chzn-container-multi .chzn-choices .search-choice {
	background: #f6f8f9 !important;
	border: 1px solid #e4e4e4;
}

.serv-invoices-css .myfollowers .chzn-container-multi .chzn-choices .search-choice:hover {
	background: #ffffff;
	border: 1px solid #7987a1;
	color: #7987a1;
}

.serv-invoices-css .modal-body {
	overflow: scroll !important;
	overflow-x: hidden !important;
}

.serv-invoices-css .historydivelem {
	color: #848f99;
	font-size: 11px;
	line-height: 17px;
}

.serv-invoices-css .commentsdivelem {
	color: black;
}

.serv-invoices-css .commentsdivelem.row {
	padding: 0 !important;
}

.serv-invoices-css .commentsdivelem {
	font-size: 12px;
}

.serv-invoices-css .commentsdivelem .namediv {
	font-size: 12px;
}

.serv-invoices-css .commentsdivelem .agotime {
	font-size: 11px;
	font-weight: normal;
	margin-left: 12px;
}


.serv-invoices-css .fileelem {
	margin-right: 12px;
}

.serv-invoices-css .deletefile {
	color: #dc5140;
	margin-left: 6px;
}

.serv-invoices-css .deletefile i {
	color: #646f79 !important;
	display: none;
	margin-left: 6px;
}

.serv-invoices-css .fileelem:hover>.deletefile i {
	display: inline-flex;
}

.serv-invoices-css .filldatainmodal {
	cursor: pointer;
}

.serv-invoices-css .description:hover,
.serv-invoices-css .description:active,
.serv-invoices-css .description:focus,
.serv-invoices-css .taskname:hover,
.serv-invoices-css .taskname:active,
.serv-invoices-css .taskname:focus {
	border: 1px solid #c7c7cc;
}

.serv-invoices-css .haveroundborder {
	background: #fff;
	border-color: #b7bfc6;
	color: #646f79;
	fill: #848f99;
	align-items: center;
	border: 1px solid transparent;
	border-radius: 6px;

	min-width: 1px;
	position: relative;
	transition: .2s box-shadow, .2s color;
	padding: 6px;
	height: 56px;
}

.serv-invoices-css .clickfortechvendor .chzn-container-single .chzn-single {
	height: 40px !important;
	line-height: 36px;
	font-size: 14px;
	font-weight: 500;
}

.serv-invoices-css .haveroundborder .chzn-container {
	width: 80% !important;

	height: 20px !important;
	overflow: visible;
}

.serv-invoices-css .haveroundborder label {
	margin-bottom: 0px;
	font-size: 12px;
	margin-left: 8px;
}

.serv-invoices-css .haveroundborder input {
	font-size: 13px;
	height: 22px;
}

.serv-invoices-css .haveroundborder:hover {
	background-color: #f6f8f9;
	border-color: #646f79;
	border-style: solid;
	color: #222b37;
	fill: #222b37;
	cursor: pointer;
}

.serv-invoices-css .input-group-addon {
	border: 0;
	background: transparent;
}

.serv-invoices-css .daterangepickerinput,
.serv-invoices-css .createddate {
	background: transparent;
	border: 0;
	color: #222b37;
}

.serv-invoices-css .createddate {
	pointer-events: none;
}

.serv-invoices-css .comment {

	max-height: 30vh;
	min-height: 1px;
	overflow-y: auto;
}

.serv-invoices-css .shrinkedtable {
	width: 100%;
	margin-bottom: 20px;
	margin: 0 auto;
}

.serv-invoices-css .shrinkedtable a i {
	color: #848f9970;
	font-size: 20px;
}

.serv-invoices-css .shrinkedtable a i:hover {
	color: #05a34a;
	cursor: pointer;
}

.serv-invoices-css .shrinkedtable a {
	color: #151b26;

}

.serv-invoices-css .stickmetop {
	position: sticky;
	top: 0px;
	z-index: 999;
	background: white;
	border-bottom: 1px solid #dddddd;
}

.serv-invoices-css .taskname {
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
	min-height: 0;
	padding: 4px 10px;
	color: #151b26;
}

.serv-invoices-css .thodasmall {
	font-size: 11px;
}

.serv-invoices-css .uparpadding {
	padding-top: 8px;
}

.serv-invoices-css .ql-container.ql-snow {
	border: 0 !important;
}

.serv-invoices-css .ql-toolbar {
	border: 0 !important;
}

.serv-invoices-css .drp-calendar.right {
	display: none !important;
}

.serv-invoices-css .descriptionholder {
	border: 1px solid #d5dce0;
	border-radius: 4px;
}

.serv-invoices-css .descriptionholder:hover {
	border: 1px solid #d5dce0;
	border-radius: 4px;

}

.serv-invoices-css .myhandle {
	display: none <?=($this->request->isMobile())?'!important':'' ?>;
	width: 24px;
	height: 24px;
	cursor: grab;
}

.serv-invoices-css .myhandle i {
	margin-left: 8px;
	margin-right: 8px;

	font-size: 16px;
	margin-top: 3px;
	color: #b7bfc6 !important;
}

.serv-invoices-css .myhandle i:hover {
	color: #b7bfc6 !important;
}

.serv-invoices-css .open>.dropdown-menu {
	display: block;
	opacity: 1;
	padding: 8px;
}

.serv-invoices-css .darkfont {
	color: #151b26;
}

.serv-invoices-css .panel.col-md-6 {
	width: 48.5% !important;
}

.serv-invoices-css .panel-default .modal-dialog {
	width: auto !important;
	min-width: 0;
	padding: 0px;
	margin-left: 15px;
	margin-right: 15px;
}

.serv-invoices-css .panel-default .modal-content {
	box-shadow: none !important;
	border: 0 !important;
}

.serv-invoices-css tr.completed {
	opacity: 0.5;
}

.serv-invoices-css .toggleforabove {
	display: none;
}

.serv-invoices-css .togglemybelow {
	cursor: pointer;
	margin: 0px 4px;
}

.serv-invoices-css .listpanel,
.serv-invoices-css .detailspanel {
	display: flex;
	flex-direction: column;
}

.serv-invoices-css .listpanel {
	display: none !important;
}

.serv-invoices-css .listpanel {
	flex: 0 1 1000px;
	min-width: 405px;
}

.serv-invoices-css .detailspanel {
	flex: 0 1 900px;
	width: 38vw;
	max-width: 100vw;
}

.serv-invoices-css .panelholder {
	box-sizing: border-box;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
}
/* 
.serv-invoices-css .dropdown-toggle {
	color: #000;
} */

/* .serv-invoices-css .dropdown-toggle:hover {
	color: #222b37;
} */

.serv-invoices-css html {
	overflow: hidden !important;
}

.serv-invoices-css td .row {
	padding: 0px !important;
	margin: 0px !important;
}

.serv-invoices-css .myhandletd {
	width: 30px;
	height: 34px;
}

.serv-invoices-css .table thead>tr>th,
.serv-invoices-css .table tbody>tr>th,
.serv-invoices-css .table tfoot>tr>th,
.serv-invoices-css .table thead>tr>td,
.serv-invoices-css .table tbody>tr>td,
.serv-invoices-css .table tfoot>tr>td {
	vertical-align: middle;
}

.serv-invoices-css .padding-top2 {
	padding-top: 2px;
}

.serv-invoices-css .arrowtd {
	text-align: center;
	width: 32px;
	padding-right: 9px !important;
}

.serv-invoices-css .TaskRow-detailsCaret {
	cursor: pointer;
	fill: #b7bfc6;
	height: 100%;
	width: 12px;
}

.serv-invoices-css .TaskRow-detailsCaret:hover {
	fill: #848f99;
}

.serv-invoices-css span.todaydate {
	color: #00bf9c;
}

.serv-invoices-css span.pastdate {
	color: #ed4758;
}

.serv-invoices-css .arrowtd,
.serv-invoices-css .myhandletd {
	border: 0 !important;
}

.serv-invoices-css .table-hover>tbody>tr:not(.newtr):hover>td,
.serv-invoices-css .table-hover>tbody>tr:not(.newtr):hover>th {
	border-top: 1px solid #dddddd !important;
	border-bottom: 1px solid #dddddd !important;
}

.serv-invoices-css .table-hover>tbody>tr:hover>td,
.serv-invoices-css .table-hover>tbody>tr:hover>th {
	background-color: #f6f8f9;
}

.serv-invoices-css .table thead>tr>th,
.serv-invoices-css .table tbody>tr>th,
.serv-invoices-css .table tfoot>tr>th,
.serv-invoices-css .table thead>tr>td,
.serv-invoices-css .table tbody>tr>td,
.serv-invoices-css .table tfoot>tr>td {
	border-top: 1px solid transparent;
	border-bottom: 1px solid #dddddd;
}

.serv-invoices-css td.completed {
	opacity: 0.5;
}

.serv-invoices-css .modal-body .row {
	padding: 0px 16px;
	margin: 0px;
}

.serv-invoices-css .form-control {
	transition: none;
}

.serv-invoices-css .heading-cust {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	align-items: center;
	color: #151b26;
	display: flex;
	flex: 0 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.serv-invoices-css a.chzn-single img {
	display: none;
}

.serv-invoices-css .assignedtoimgholder img,
.serv-invoices-css .assignedtoimgholder .insideofthis,
.serv-invoices-css .daterangeholder i {
	vertical-align: middle;
	height: 30px;
	width: 30px;
	line-height: 30px;
	display: inline-flex;
	justify-content: center;
}

.serv-invoices-css .assignedtoimgholder .insideofthis:not(img) {
	font-size: 14px;
}

.serv-invoices-css .chzn-results .insideofthis.TokenButton-icon {
	height: 18px;
	width: 18px;
	float: left;
}

.serv-invoices-css .TokenButton-icon {
	height: 34px;
	line-height: 1;
	width: 34px;
	border: 1px solid #b7bfc6;
	border-radius: 50%;
	align-items: center;
	border-style: dashed;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	margin-right: 4px;
	transition: none;
	background: #fff;
	border-color: #b7bfc6;
	color: #646f79;
	fill: #848f99;
	margin: 0;
}

.serv-invoices-css .TokenButton-icon .Icon {
	height: 16px;
	width: 16px;
}

.serv-invoices-css .descriptionholder .description.ql-disabled .ql-toolbar {
	display: none;
}

.serv-invoices-css .ql-disabled .ql-container.ql-snow {
	border: none;
}

.serv-invoices-css .commentholder {
	background: white;
	position: relative;
	bottom: 0;
	border-radius: 4px;
	padding: 10px;
	width: 100%;
}


.serv-invoices-css .ql-editor {
	overflow: visible;
}

.serv-invoices-css .savecommentbtn {
	display: none;
	margin-top: 4px;
	margin-right: 4px;
	height: 33px;
}

.serv-invoices-css .comment .ql-editor {
	padding: 0;
}

.serv-invoices-css .ql-editor.ql-blank::before {
	color: #9ca6af;
	font-style: normal;
}

.serv-invoices-css .comment:not(.ql-disabled) .ql-editor {
	height: 100px
}

.serv-invoices-css .ql-snow .ql-stroke {
	stroke: #848f99 !important;
}

.serv-invoices-css .ql-snow .ql-active .ql-stroke {
	stroke: #008ce3 !important;
}

.serv-invoices-css .myfollowers-list {
	display: none;
}

.serv-invoices-css .myfollowers-icons {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
}

.serv-invoices-css .myfollowers-icons .avatar-cust-sm {
	margin-right: 5px;
}

.serv-invoices-css .myfollowers-icons-add {
	color: #848f99;
	font-size: 13px;
	padding: 0px;
	text-align: center;
	padding-top: 1px;
	font-weight: 100;
	line-height: 24px;
	display: inline-flex;
	justify-content: center;
}

.serv-invoices-css .myfollowers-icons-add i {
	line-height: 22px;
}

.serv-invoices-css .myfollowers-icons-holder .avatar-cust-sm {
	float: left;
	margin-right: 5px;
	cursor: grab;
	background: #7987a1 !important;
}

.serv-invoices-css .myfollowers-following-atlast {
	color: #848f99;
	cursor: pointer;
	fill: #848f99;
	font-size: 13px;
	float: right;
	align-items: center;
	display: inline-flex;
	flex-shrink: 0;
	height: 24px;
}

.serv-invoices-css .myfollowers-following-atlast svg {
	height: 16px;
	width: 16px;
}

.serv-invoices-css .myfollowers-following-atlast-text {
	border-bottom: 1px dotted #848f99;
	margin-left: 5px;
}

.serv-invoices-css .myfollowers-following-atlast svg:hover {
	opacity: .5;
}

.serv-invoices-css .myfollowers-following-atlast-text:hover {
	border-bottom: 1px solid #848f99;
	color: #848f99;
	fill: #848f99;
	text-decoration: none;
	opacity: .5;
}

.serv-invoices-css .myfollowers-icons-holder .myfollowers-icons-add {
	background: #fff !important;
}

.serv-invoices-css .chzn-container-multi:not(.teamusers).chzn-container-active>.chzn-drop {
	left: 0 !important;
	bottom: 40px !important;
}

.serv-invoices-css .tasknamehandler {
	width: 100%;
	border: 0px;
}

.serv-invoices-css .icon-btn {
	color: #ccc;
	font-size: 16px;
	padding: 0;
	margin: 0;
	padding-top: 3px;
	border: 0px;
}

.serv-invoices-css .icon-btn:hover {
	color: #B5B5B5;
}

.serv-invoices-css .filesdiv {
	padding: 0;
}

.serv-invoices-css .fileelem i {
	color: #b7bfc6;
}

.serv-invoices-css .avatar-cust-sm:hover>.avatar-cust-sm-delete {
	display: block;
}

.serv-invoices-css .avatar-cust-sm-delete {
	position: absolute;
	top: -4px;
	background: #848f99;
	border-radius: 50%;
	height: 14px;
	width: 14px;
	line-height: 14px;
	text-align: center;
	font-size: 9px;
	margin-left: 8px;
	display: none;
}

.serv-invoices-css .table-hover>tbody>.newtr>td {
	background-color: white !important;
}

.serv-invoices-css .newtr>td {
	background-color: #fff;
	border-color: #14aaf5 !important;
	border-bottom: 1px solid !important;
	border-top: 1px solid !important;
	border-color: #14aaf5 !important;

	box-shadow: inset 0 2px 5px -1px #e0e6e8;
}


.serv-invoices-css .chzn-container-single .chzn-single {
	background: transparent !important;
	background-image: none !important;
}

.serv-invoices-css .chzn-container.chzn-container-single>.chzn-single b {
	display: none;
}

.serv-invoices-css .daterangepicker td.available:hover {
	background-color: #32c1ff !important;
	color: white !important;
}

.serv-invoices-css .daterangepicker td.active,
.serv-invoices-css .daterangepicker td.active:hover {
	background-color: #32c1ff !important;
	color: white !important;
}

.serv-invoices-css .daterangepicker td.in-range {
	background-color: #32c1ff !important;
	color: white !important;
}

.serv-invoices-css .daterangepicker td.weekend.in-range.available {
	background-color: #32c1ff99 !important;
	color: white !important;
}

.serv-invoices-css .calendar-table td {
	border-top: 1px solid white !important;
	border-bottom: 1px solid white !important;
}

.serv-invoices-css .calendar-table tr th {
	color: black !important;
}

.serv-invoices-css .closefollowersbar {
	display: none;
}

.serv-invoices-css .myfollowers-following-atlast svg {
	height: 16px;
	width: 16px;
}

.serv-invoices-css .myfollowers-following-atlast svg path {
	fill: #848f99;
}

.serv-invoices-css .myfollowers-following-atlast {
	color: #848f99;
	cursor: pointer;
	fill: #848f99;
	font-size: 13px;
	float: right;
	align-items: center;
	display: inline-flex;
	flex-shrink: 0;
	height: 24px;
}

.serv-invoices-css .myfollowers-following-atlast svg:hover {
	opacity: .5;
}

.serv-invoices-css .myfollowers-following-atlast-text:hover {
	border-bottom: 1px solid #848f99;
	color: #848f99;
	fill: #848f99;
	text-decoration: none;
	opacity: .5;
}

.serv-invoices-css .myfollowers-following-atlast-text {
	border-bottom: 1px dotted #848f99;
	margin-left: 5px;
}

.serv-invoices-css svg.iconforinput {
	color: #848f99;
	position: relative;
	top: 10px;
	left: 20px;
}

.serv-invoices-css .allsearch {
	width: 250px;
	background-color: #edf1f2;
	-webkit-text-fill-color: #848f99;
	padding-left: 28px;
	border: 1px solid transparent;
	transition: width 0.15s;
	-webkit-transition: width 0.15s;
}

.serv-invoices-css .allsearch:focus {
	width: 451px;
	margin-left: 0% !important;
	background-color: white;
	padding-left: 12px;
	transition: width 0.15s;
	-webkit-transition: width 0.15s;
}

.serv-invoices-css .tasknamehandler {
	border: 1px solid transparent !important;
	width: 100% !important;
}

.serv-invoices-css .changejobnumber {
	cursor: pointer;
}

.serv-invoices-css .sendtexttocontractor,
.serv-invoices-css .sendtexttoserviceman {
	cursor: pointer;
}

.serv-invoices-css .vendor_notes {
	border: 1px solid #d5dce0;
	border-radius: 4px;
	box-shadow: inset 0 1px #e0e6e8;
	padding: 8px;
	height: auto;
	min-height: 66px;
}

.serv-invoices-css .invoicenotes {
	height: auto;
	min-height: 66px;
}

.serv-invoices-css a.vendor_pictures_modal_anchor.menu-arrow {
	cursor: pointer;
}

.serv-invoices-css .serviceuserselect {
	max-width: 114px;
}

.serv-invoices-css .techvendoricon {
	font-size: 20px;
	height: 34px;
	width: 34px;
	margin-top: 2px;
	margin-left: 2px;
	color: #848f99;
	border: 1px dashed #acb8c3;
	border-radius: 50%;
	padding: 4px;
	padding-top: 6px;
}

.serv-invoices-css .chzn-container-single .chzn-single span {
	margin-right: 2px;
}

.serv-invoices-css .vendor_image_wrapper {
	box-shadow: 1px 1px 10px #999;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
}

.serv-invoices-css .scrolls {
	overflow-x: scroll;
	overflow-y: hidden;
	height: 80px;
}

.serv-invoices-css .imageDiv {
	margin: 0;
	height: 80px;
	width: 1200px;
}

.serv-invoices-css .imageDiv img {
	box-shadow: 1px 1px 10px #999;
	margin: 2px;
	max-height: 50px;
	cursor: pointer;
	display: inline-block
}

.serv-invoices-css div.scrollmenu {
	background-color: transparent;
	overflow: auto;
	white-space: nowrap;
	box-shadow: 0 0px 2px 0px #c0c0c0;
}

.serv-invoices-css div.scrollmenu img {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 6px;
	text-decoration: none;
	max-height: 80px;
}

.serv-invoices-css .techvendorselecticon {
	margin-left: 0px;
	vertical-align: middle;
	height: 30px;
	width: 30px;
	line-height: 32px;
	display: inline-flex;
	justify-content: center;
	background: #7987a1;
	border-radius: 50%;
	color: white;
	margin-top: 0px;
}

.serv-invoices-css .invoicelabelholder,
.serv-invoices-css .billingstatusholder,
.serv-invoices-css .memoholderrow,
.serv-invoices-css .expense_toholderrow,
.serv-invoices-css .memoholder,
.serv-invoices-css .expense_toholder,
.serv-invoices-css .bill_toholderrow,
.serv-invoices-css .bill_toholder,
.serv-invoices-css .markup_row,
.serv-invoices-css .nonedittasknameholder {
	display: none;
}

.serv-invoices-css .invoiceanchor {
	display: none;
}

.serv-invoices-css a.btn.btn-sm.btn-default.markup_type {
	font-weight: bold;
	color: black;
}

.serv-invoices-css .topmenudrop .dropdown-menu>li>a {
	padding-left: 10px;
	cursor: pointer;

}

.serv-invoices-css .dropdown-menu>li:hover,
.serv-invoices-css .dropdown-menu>li:focus {
	background: #edf1f2;
}

.serv-invoices-css .topmenudrop ul.dropdown-menu {
	text-align: left;
}

.serv-invoices-css .topmenudrop .dropdown-menu {
	min-width: 50px;
	padding: 0px;
	left: -5rem;
}

.serv-invoices-css .col-md-12.extraexpenseto_single .fileelem,
.serv-invoices-css .col-md-12.extrabillto_single .fileelem {
	margin-top: 8px;
}

.serv-invoices-css .deleteexpfile {
	margin-left: 4px;
	cursor: grab;
	display: none;
}

.serv-invoices-css .col-md-12.extraexpenseto_single .fileelem:hover .deleteexpfile,
.serv-invoices-css .col-md-12.extrabillto_single .fileelem:hover .deleteexpfile {
	display: inline;
}

.serv-invoices-css .col-md-12.extraexpenseto_single .fileelem .far.fa-file,
.serv-invoices-css .col-md-12.extrabillto_single .fileelem .far.fa-file {
	margin-right: 10px;
}

.serv-invoices-css .saveotherexpenseto,
.serv-invoices-css .deleteotherexpenseto,
.serv-invoices-css .saveexpenseto,
.serv-invoices-css .deleteexpenseto,
.serv-invoices-css .savebillto,
.serv-invoices-css .deletebillto {
	cursor: pointer
}

.serv-invoices-css .saveexpenseto,
.serv-invoices-css .savebillto {
	display: none;
}

.serv-invoices-css .paymentrow.row {
	background-color: rgba(5, 163, 74, 0.1);
    color: #048a3f;
    border-color: rgba(5, 163, 74, 0.2);
}

/* The Modal (background) */
.serv-invoices-css .mycust-modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 666666;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

.serv-invoices-css a.loadmore {
	font-size: 10px;
	text-decoration: underline;
}

/* Modal Content */
.serv-invoices-css .mycust-modal-content {
	margin: auto;
	width: 600px;
	position: relative;
	display: flex;
	flex-direction: column;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #e9ecef;
	border-radius: 0.3rem;
	outline: 0;
}

/* The Close Button */
.serv-invoices-css .mycust-close {
	color: #000000;
	font-size: 18px;
}

.serv-invoices-css .mycust-close:hover,
.serv-invoices-css .mycust-close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.serv-invoices-css .vendor_pictures_modal_holder {
	display: flex;
}

.serv-invoices-css .vendor_pictures_modal_holder>div {
	margin: 10px;
	padding: 20px;
}

.serv-invoices-css .newservice-popup {
	display: none;
	position: fixed;
	bottom: 0;
	right: 40px;
	z-index: 9;
	box-shadow: 0 5px 20px 0 rgba(21, 27, 38, .08);
	border: 1px solid #e0e6e8;
	border-radius: 4px 4px 0 0;
	background: #fff;
	color: #151b26;
}

.serv-invoices-css .newservice-popup-mini {
	display: none;
	bottom: 0;
	position: fixed;
	right: 40px;
	z-index: 9;
	box-shadow: 0 5px 20px 0 rgba(21, 27, 38, .08);
	border: 1px solid #e0e6e8;
	border-radius: 4px 4px 0 0;
	background: #fff;
	color: #151b26;
	background: linear-gradient(to top right, #ff5263 0%, #ff7381 50%, #fcbd01 100%);
	border: 0;
	min-width: 125px;
	width: 300px;
}

.serv-invoices-css .newservice-popup ::placeholder {
	color: #9ca6af;
}

.serv-invoices-css .form-container {
	max-width: 500px;
	width: 500px;
	background-color: white;
}

.serv-invoices-css .popupheader {
	height: 50px;
	padding: 0 20px;
	align-items: center;
	color: #fff;
	display: flex;
	height: 50px;
	padding: 0 20px;
}

.serv-invoices-css .popupheader .btnicon {
	color: #848f99;
	font-size: 18px;
}

.serv-invoices-css .popupbody {
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-height: 750px;
	overflow: hidden;
}

.serv-invoices-css .popupbodycontent {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 1px;
	overflow-x: none;
	overflow-y: auto;
}

.serv-invoices-css .taskname-popup {

	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	display: block;
	flex-shrink: 0;
	margin-bottom: 10px;
	padding: 0 20px;
	vertical-align: baseline;
	border: 0;
}

.serv-invoices-css .assign_toandproject,
.serv-invoices-css .unitandcontractor {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	padding: 5px 20px;

}

.serv-invoices-css .forlabel,
.serv-invoices-css .inlabel,
.serv-invoices-css .unitlabel,
.serv-invoices-css .contractorlabel {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	color: #9ca6af;
	margin-right: 10px;
}

.serv-invoices-css .inlabel,
.serv-invoices-css .contractorlabel {
	margin-left: 10px;
}

.serv-invoices-css .unitandcontractor span.avatar-cust-option.insideofthis,
.serv-invoices-css .assign_toandproject span.avatar-cust-option.insideofthis {
	margin-right: 8px;
	padding: 1px;
	padding-left: 3px;
	height: 23px;
	width: 23px;
	font-size: 13px;
}

.serv-invoices-css .assign_toandproject .chzn-container.chzn-container-single,
.serv-invoices-css .unitandcontractor .chzn-container.chzn-container-single,
.serv-invoices-css .hkzonelabel {
	flex: 0 1 auto;
	min-width: 1px;
	display: inline-flex;
}

.serv-invoices-css .assign_toandproject .chzn-single,
.serv-invoices-css .unitandcontractor .chzn-single,
.serv-invoices-css .hkzonelabel {
	height: 30px !important;
	background: #f6f8f9 !important;
	border-color: #e0e6e8 !important;
	color: #646f79;
	flex: 0 1 auto;
	min-width: 1px;
	padding-left: 2px;
	align-items: center;
	border: 1px solid #e0e6e8 !important;
	border-radius: 15px !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	height: 30px !important;
	justify-content: center;
	max-width: 180px;
	position: relative;
	transition-duration: 100ms;
	transition-property: background, border, color, fill;
	white-space: nowrap;
}

.serv-invoices-css .assign_toandproject .chzn-single:hover,
.serv-invoices-css .unitandcontractor .chzn-single:hover,
.serv-invoices-css .hkzonelabel:hover {
	background: #edf8ff;
	border-color: #32c1ff;
	color: #32c1ff;
}

.serv-invoices-css .assign_toandproject .chzn-container:hover,
.serv-invoices-css .unitandcontractor .chzn-container:hover {
	background: transparent !important;
}

.serv-invoices-css .projectselect-popup .chzn-single span,
.serv-invoices-css .unitselect-popup .chzn-single span,
.serv-invoices-css .contractorselect-popup .chzn-single span,
.serv-invoices-css .techvendorselect-popup .chzn-single span,
.serv-invoices-css .hkzonelabel {
	padding-left: 20px;
	padding-right: 20px;
}


.serv-invoices-css .descriptionholder-popup,
.serv-invoices-css .servicenotesholder-popup {
	border: 0;
	flex: 1 0 auto;
	overflow: visible;
	display: flex;
	flex-direction: column;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 9px;
	overflow-y: auto;
	padding: 0;
	position: relative;
	word-wrap: break-word;
	color: #151b26;
}

.serv-invoices-css .servicenotesholderdiv-popup {
	min-height: 25vh;
	height: 25vh;
	padding: 10px 20px;
	border: none;
	outline: none;
	overflow: auto;
	white-space: pre-wrap;
	border-style: none;
	border-color: Transparent;
	overflow: auto;
	outline: none;
	resize: none;
}

.serv-invoices-css .descriptiontextarea-popup {
	min-height: 25vh;
	height: 25vh;
	padding: 10px 20px;
	border: none;
	outline: none;
	overflow: auto;
	white-space: pre-wrap;
	border-style: none;
	border-color: Transparent;
	overflow: auto;
	outline: none;
	resize: none;
}

.serv-invoices-css .stickmebottom {
	display: none !important;
}

.serv-invoices-css .assign_toandproject .chzn-container .chzn-results {
	max-height: 166px;
}

.serv-invoices-css .popupfooter {
	align-items: center;
	display: flex;
	flex: 0 1 auto;
	flex-shrink: 0;
	min-height: 50px;
	position: relative;
	z-index: 100;
}

.serv-invoices-css .popupfooter .leftbuttons {
	bottom: 10px;
	display: flex;
	flex-direction: row;
	left: 15px;
	position: absolute;
}

.serv-invoices-css .popupfooter .rightbuttons {
	bottom: 10px;
	display: flex;
	flex: 0 1 auto;
	margin-left: auto;
	position: absolute;
	right: 20px;
}

.serv-invoices-css .firstsetofbuttons {
	display: flex;
}

.serv-invoices-css .btnoffooter {
	align-items: center;
	cursor: pointer;
	display: flex;
	fill: #848f99;
	color: #848f99;
	justify-content: center;
	height: 30px;
	width: auto;
	min-width: 30px;
}

.serv-invoices-css a.datechanger.btnoffooter span {
	font-size: 11px;
}

.serv-invoices-css .popup-submit.popup-disabled {
	background: #edf1f2;
	border: 1px solid #e0e6e8;
	box-shadow: none;
	color: #b7bfc6;
	cursor: default;
	fill: #b7bfc6;
	pointer-events: none;
}

.serv-invoices-css .popup-submit.popup-disabled:hover {
	color: #b7bfc6;
}

.serv-invoices-css .popup-submit:hover {
	color: white;
	background-color: #008ce3;
	border-color: #008ce3;
}

.serv-invoices-css .popup-submit {
	align-items: center;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 13px;
	justify-content: center;
	line-height: 1;
	min-width: 50px;
	text-align: center;
	transition-duration: .2s;
	transition-property: background, border, box-shadow, color, fill;
	height: 30px;
	line-height: 30px;
	padding: 0 9px;
	background-color: #14aaf5;
	border-color: #14aaf5;
	color: #fff;
	fill: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 9px;
}

.serv-invoices-css .minimizeicon {
	height: 16px;
	width: 16px;
	align-items: center;
	display: inline-flex;
	fill: #848f99;
}

.serv-invoices-css .singlething {
	align-items: center;
	color: #fff;
	display: flex;
	height: 50px;
	padding: 0 20px;
	border: 0;
	cursor: pointer;
}

.serv-invoices-css .minimizebar-maximizebtn {
	fill: #fff;
	flex-shrink: 0;
	height: 16px;
	margin-left: auto;
	opacity: .5;
	width: 16px;
}

.serv-invoices-css .minimizebar-maximizebtn:hover {
	opacity: 1;
}

.serv-invoices-css .minimizebar-taskname {
	margin-right: 5px;
	min-width: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.serv-invoices-css .vendor_pictures_modal {
	display: none;
	width: 100vw;
	height: 100vh;
	max-width: 100vw !important;
}

.serv-invoices-css .vendor_pictures_modal .mymodal-content {
	width: 100vw;
	height: 100vh;
	max-width: 100vw !important;
}

.serv-invoices-css .btn-group-sm>.btn {
	padding: 5px 7px;
	font-size: 10px;
}

/* The Modal (background) */
.serv-invoices-css .my-modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 9999;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Content/Box */
.serv-invoices-css .my-modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	/* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 600px;
	/* Could be more or less, depending on screen size */
}

/* The Close Button */
.serv-invoices-css .my-close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.serv-invoices-css .my-close:hover,
.serv-invoices-css .my-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.serv-invoices-css .titleoftask {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
}

.serv-invoices-css a.loadmore.notdisabled {
	padding-top: 5px;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
}

.serv-invoices-css .diff-html-del {
	background-color: #e8ecee !important;
	text-decoration: line-through !important;
}

.serv-invoices-css .diff-html-ins {
	color: #00bf9c !important;
	text-decoration: none !important;
}

.serv-invoices-css .toggleforabove {
	border-left: 1px solid #c0c0c0;
	padding-left: 8px;
}

/*  serv-invoices-css css end*/


/*  Invoices css start*/

.invoices .searchtable-resp table th, .invoices .searchtable-resp table td{
	white-space: normal;
}

.invoices .checkall{
	font-size: 13px;
}

.invoices .clearsearch {
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
	color: #7987a1;
}

.slideforsearch:hover,
.slideforsearchonlycss:hover {
	border-color: #b3b3b3 !important;
}



.btn-delete {
	background-color: #dc5140;
	color: #fff;
	border: 0px;
	display: inline-flex;
}

.complete {
	margin-top: 2px;
	background-color: #6EEB83;
	color: #fff;
	border: 0px;
	display: inline-flex;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.stickmebottom {
		width: 100% !important;
	}

	.table-style {
		width: 100%;
		overflow: scroll;
	}

	.responsive-width {
		width: 14%;
	}
}


.diffclr {
	display: flex;
	justify-content: space-between;
}

.red-clr {
	color: red;
}

.unitnametd,
.reservation_numbertd {
	font-weight: bold;
}

input.form-control.changeamount {
	max-width: 70px;
	width: 70px;
}

.invoices .modal-content .input-group .input-group-addon {
	padding: 7px 12px;
	font-size: 14px;
	text-align: center;
	background-color: #f7f7f7;
	border-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	color: #000;
	border: 1px solid #e9ecef;
}

.comment {
	color: #688a7e;

}

.changeamount {
	text-align: right;
}

.unitstatus-1>td {
	background: #ffff99;
}

.unitstatus-2>td {
	background: #ffad99;
}

.invoices .input-group-addon{
	padding: 7px 12px;
    background-color: #f7f7f7;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/*  Invoices css end*/

/*  History Unit css start*/

#histunit .tableholder {
	overflow: scroll;
	height: calc(100vh - 260px);
	margin-top: 10px;
}


.wrapper {
	padding-bottom: 0px !important;
}

.panel {
	margin-bottom: 0px !important;
}


thead.stickmeattop tr th {
	background: white;
	position: sticky;
	top: 0;
}



@media (min-width: 768px) and (max-width: 1024px) {
	.table-style {
		width: 100%;
		overflow: scroll;
	}

	.tableholder {
		width: 100%;
		overflow: scroll !important;
		height: calc(90vh - 66px);
		margin-top: 10px;
	}

	.stickmebottom {
		width: 100% !important;
	}
	.fgt-1{
        flex-grow: 1 !important;
    }

}

.stickmetop th {
	position: sticky;
	top: 0;
	background: white;
	border-bottom: 1px solid black;
}

#histunit .clearsearch {
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
	color: #7987a1;
	background: no-repeat;
	border: 0;
	padding: 0;
	line-height: normal;
}

#histunit .clearsearch:hover {
	background: none;
}

/*  History Unit css end*/

/*  Activity Report css start*/

.active-repo .clearsearch {
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
	color: #7987a1;
	background: no-repeat;
	border: 0;
	padding: 0;
	line-height: normal;
}

.active-repo .clearsearch:hover {
	background: none;
}

/*  Activity Report css end*/

/*  Requests History css start*/

.req-hist tr td:nth-child(2) {
	word-break: break-all;
}

.req-hist .clearsearch {
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
	color: #7987a1;
	background: no-repeat;
	border: 0;
	padding: 0;
	line-height: normal;
}

.req-hist .table th,
.req-hist .table td {
	white-space: normal;
}


/*  Requests History css end */

/*  Escapia History css start */

.slideforsearch,
.slideforsearchonlycss {
	/* display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f3f3f3;
    color: #333;
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    font-weight: normal; */
}

.slideforsearch:hover,
.slideforsearchonlycss:hover {
	/* background-color: #e6e6e6;
    text-decoration: none;
    text-shadow: none;
    color: #333; 
    /*background: transparent;*/
	border-color: #b3b3b3;
	*/
}

.tableholder {
	overflow: scroll;
	height: calc(100vh - 32vh);
	margin-top: 10px;
}

.nicescroll-rails {
	/*display:block !important;*/
}

.wrapper {
	padding-bottom: 0px !important;
}

.panel {
	margin-bottom: 0px !important;
}


#histunit .clearsearch {
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
	color: #7987a1;
	background: no-repeat;
	border: 0;
	padding: 0;
	line-height: normal;
}

#histunit .clearsearch:hover {
	background: none;
}


/*  Escapia History css end */


/*  New Assignment css start */

#newhistory .clearsearch {
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
	color: #7987a1;
	background: no-repeat;
	border: 0;
	padding: 0;
	line-height: normal;
}

/*  New Assignment css end */

/*  Login History css start */

.log-histry .clearsearch {
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
	color: #7987a1;
	background: no-repeat;
	border: 0;
	padding: 0;
	line-height: normal;
}

/*  Login History css end */

/*  User Note History css start */

.note-histry .clear {
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
	color: #7987a1;
	background: no-repeat;
	border: 0;
	padding: 0;
	line-height: normal;
}

/*  User Note History css end */

/*  Login Attempts css start */

.log-attmpt .clear {
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
	color: #7987a1;
	background: no-repeat;
	border: 0;
	padding: 0;
	line-height: normal;
}

/*  Login Attempts css end */


/*  Ready History css start */

/* .search {
	border: 2px solid #c0c0c0;
	color: black;

}

.search:focus {
	border: 2px solid #c0c0c0;
	color: black;

} */

.iamcomplete td {
	background: #6EEB83;
	color: white;
	font-weight: bold;
}

.iamred td {
	background: #ff3366;
	color: white;
	font-weight: bold;
}

.stickmeattop,
.stickmeattop>th {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	left: 0;
	background: white;
	z-index: 99;
}

.modalbtn:hover {
	cursor: pointer;
}

.tooltip {
	position: relative;
	display: inline-block;
	opacity: 1;
	/*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -60px;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.info-box .count {
	margin-top: 0px;
	font-size: 22px;
	float: left;
}

.info-box .title {
	/* float:right;
    margin-top: 6px;
    margin-right: 6px; */
}

/* .info-box{
    min-height:40px;
    max-height:40px;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:10px;
    padding-right:0px;
} */


/* The container */
.container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
	/* position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #797979;
    border-radius: 50%; */
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
	background-color: #797979;
}

/* When the radio button is checked, add a blue background */
.container input:checked~.checkmark {
	background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked~.checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/* #detailsmodel .modal-dialog {
	width: 50%;
} */

.chosen-container {
	width: 100% !important;
}

/* .toast-info{ background:white;color:black !important;padding:14px !important;border-top: 10px solid #25e8c8; } */
/* .toast-info a,.toast-info button { color:black !important; }
.toast-info a:hover,.toast-info button:hover { background: white !important;}  */
.eventmodalhandler {
	cursor: grab;
}


.panel .panel-heading ul li {
	border: 0px;
}

.panel-heading .nav>li>a {
	border-top-right-radius: 04px !important;
	border-top-left-radius: 04px !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.stickmebottom {
		width: 100% !important;
	}
}


/*  Ready History css end */


/*  blass css start*/

/* CSS SINGLE-TASK */

.pan-header {
	font-size: 18px;
	font-weight: 500;
	padding: 10px 28px;
	background: #f6f8f9;
	display: flex;
	align-items: center;
    }
     .histroydiv {
    background: #f6f8f9 !important;
    padding: 10px;
    }
    .historydivelem {
    color: #848f99;
    font-size: 11px;
    line-height: 17px;
    }

/* END CSS SINGLE-TASK */

/*  Chart of accounts css start*/


.btn-borderless {
	background: transparent !important;
	border: 1px solid transparent !important;
}

.btn-borderless:hover {
	background: transparent !important;
	border: 1px solid transparent !important;
}

.btn.btn-borderless.btn-default {
	color: #6571ff;
	/* font-weight: 900;
    font-size: 14px; */
}

/* .btn.btn-borderless.btn-default:hover {
	text-decoration: underline;
} */

/* .indented td:nth-child(1), .indented td:nth-child(2) {
    padding-left: 2.5%;
} */

.numdrop {
	border-radius: 4px;
}

/* .chart {
	color: #b7bfc6;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #b7bfc6;
	border-radius: 4px;
} */

.open>.dropdown-menu {
	display: block;
	opacity: 1;
}

.actiontd>div {
	justify-content: flex-end;
	list-style: none;
}

th.asc,
th.desc {
	background-color: #F4F5F8 !important;
}

.pl-0 {
	padding-left: 0px;
}

.pr-0 {
	padding-right: 0px;
}

.entry2{
	/* overflow-y: auto;
	height: 80vh;
	padding:0; */
	/* background-color: #fff; */
	/* border-radius: 5px;
	margin: 10px !important; */
	/* box-shadow: 2px 2px 8px -2px #888888; */
	padding: 0;
    margin: 0;
    overflow: auto;
    overflow-y: scroll;
    max-height: calc(100vh - 220px);
}
.normalth div{
	width:120px;
}
td.bigwidth{
	min-width: 350px;
}
.stickmetop th{
	position:sticky;
	top:0;
	/* background:#e4e7f5; */
}
th.lightgreen, td.lightgreen {
	background: #edffed;
}
.bottomindividual td{
	background:#fff3e7 !important;
}
.bottomindividual2 td{
	background:#e8f2ff !important;
}
/*tr.lightgreen > td*/
/*tr.lightblue > td*/
th.lightblue, td.lightblue{
	background: #eaeaff;
}
/* .stickmebottom{
	display:none !important;
}*/
.givemetomargin td {
	/* border-top: 10px solid #f1f1f1; */
}

.stickmeleft {
	position: sticky;
	left: 0;
	z-index: 9;
	background: white !important;
}
.chosen-container {
	width: 100% !important;
}


@media (min-width: 768px) and (max-width: 1024px) {
	.stickmebottom {
		width: 100% !important;
	}

	.table-style {
		width: 100%;
		overflow: scroll;
	}

	.mt-responsive {
		margin-top: 10px;
	}

}

/*  Chart of accounts css end*/

/*  Process Service Orders css start*/

.progressString {
	font-size: 14px;
}

#step1 {
	display: block;
}

#step2 {
	display: block;
}

.divdiv {
	display: none;
}

.te_r {
	text-align: right;
}

.mt-20 {
	margin-top: 20px;
}

/* @media only screen and (max-width: 1300px){
        .form-control{
        font-size: 10px;
    }
    .search_fields label{
        font-weight: 400;
    font-size: 10px;
    }
    .alw-unit{
        line-height: 14px !important;
 
    }
    .pro-date{
        margin-top: 30px !important;
    font-size: 10px !important;
    display: flex;
    line-height: 21px;
    }
}
    @media only screen and (min-width: 1824px){
        .form-control{
        font-size: 14px;
    }
    .pro-date{
        margin-top: 30px !important;
    font-size: 16px !important;
    display: flex;
    line-height: 21px;
    }
    .alw-unit{
        line-height: 22px !important;
        font-size: 16px !important;
    }
}  */

/* Process Service Orders css end*/


@media (max-width: 480px) {

	.top-filter{
		margin-top: 0 !important;
	}

	/* .top-filter label {
		margin: 8px 10px;
		font-weight: 600;
		text-transform: capitalize;
	} */
/* 
	.top-filter .btn-primary {
		margin-left: 0;
		margin-top: 8px;
	} */

	.top-filter .form-group {
		flex-wrap: wrap !important;
	}

	.dashboard .dashboard-top .dashboard-top-section:first-child {
		margin-bottom: 16px;
	}

	.singleResRow .wid-15 {
		width: 15%;
	}

	.singleResRow .wid-85 {
		width: 85%;
	}

	.dashboard-bottom .arrivals {
		margin-bottom: 20px;
	}

	/* .top-filter .form-group .unit-typ,
	.top-filter .form-group .date-range-type-container,
	.top-filter .form-group .date-from-container,
	.top-filter .form-group .date-to-container {
		width: 100%;
		margin: 0 !important;
	} */

	.top-filter .form-group .date-range-type-container .select2-container {
		width: 100% !important;
		margin-top: 10px;
	}

	.ava-calender .card {
		box-shadow: none;
		border: none;
	}

	.ava-calender .card .card-body {
		padding: 0;
		background: #f9fafb;
	}

	.ava-calender .card .card-body .availcalcalholder .card-body {
		padding: 1rem 0.8rem;
		background: #fff;
	}

	.bookings-list .nav-next,
	.bookings-list .nav-prev {
		display: block;
	}

	.m-stmnt-list .nav-next,
	.m-stmnt-list .nav-prev {
		display: block;
	}

	.sidebar {
		z-index: 9999;
	}

	.sidebar-open .main-wrapper::before,
	.settings-open .main-wrapper::before {
		z-index: 9809;
	}

	#arrival .d-day-css a {
		padding: 0.4rem 0.6rem;
	}

	#ready .d-day-css a {
		padding: 0.391rem 0.5rem;
	}

	#ready .datechangerdiv a {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	.blue-bg,
	.brown-bg {
		margin-bottom: 10px;
	}
}

@media (min-width: 576px) {
	.dashboard-bottom .arrivals {
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {


	.top-filter {
		margin-top: 10px;
	}

	/* .top-filter label {
		margin-right: 10px;
	} */
/* 
	.top-filter .form-group .unit-typ,
	.top-filter .form-group .date-range-type-container,
	.top-filter .form-group .date-from-container,
	.top-filter .form-group .date-to-container {
		margin-right: 10px;
	} */

	.dashboard-bottom .arrivals {
		margin-bottom: 20px;
	}

	.dashboard .dashboard-top .dashboard-top-section .title {
		font-size: 12px;
	}

	.dashboard .dashboard-top .dashboard-top-section .value {
		font-size: 40px;
		line-height: 40px;
	}

	.dashboard .dashboard-top .dashboard-top-section .value-desc {
		font-size: 14px;
	}

	.dashboard .dashboard-top .dashboard-top-section .btn-primary {
		font-size: 12px;
		padding: 6px 10px;
	}

	.dashboard .dashboard-top .dashboard-top-section {
		margin-bottom: 16px;
	}

	.dashboard .dashboard-top {
		margin-bottom: 0px;
	}

	.fc-theme-standard tbody td {
		height: auto;
	}

	.bookings-list .nav-next,
	.bookings-list .nav-prev {
		display: block;
	}

	.m-stmnt-list .nav-next,
	.m-stmnt-list .nav-prev {
		display: block;
	}

	.sidebar {
		z-index: 9999;
	}

	.sidebar-open .main-wrapper::before,
	.settings-open .main-wrapper::before {
		z-index: 9809;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
	.dashboard .dashboard-bottom .dashboard-bottom-section:first-child {
		margin-bottom: 20px;
	}

	/* .top-filter label {
		margin-right: 10px;
	} */

	.dashboard-bottom .arrivals {
		margin-bottom: 0px;
	}

	.top-filter {
		/* display: none; */
		margin-top: 10px;
	}

	.bookings-list .nav-next,
	.bookings-list .nav-prev {
		display: block;
	}
}


/*  blass css end*/

/*  Arrival-Departure css start*/

.bottomborderkhari {
	border-bottom: 2px solid #dddddd;
}

#thisneedstobeprinted .table-striped>tbody>tr:nth-child(4n):not(.cancelledres)>td,
#thisneedstobeprinted .table-striped>tbody>tr:nth-child(4n)>th,
#thisneedstobeprinted .table-striped>tbody>tr:nth-child(4n-1):not(.cancelledres)>td,
#thisneedstobeprinted .table-striped>tbody>tr:nth-child(4n-1)>th {
	background-color: white !important;
}

#thisneedstobeprinted .table-striped>tbody>tr:nth-child(4n-2):not(.cancelledres)>td,
#thisneedstobeprinted .table-striped>tbody>tr:nth-child(4n-2)>th,
#thisneedstobeprinted .table-striped>tbody>tr:nth-child(4n-3):not(.cancelledres)>td,
#thisneedstobeprinted .table-striped>tbody>tr:nth-child(4n-3)>th {
	background-color: #f9f9f9 !important;
}

#thisneedstobeprinted .cancelledres td {
	background-color: #F8D5D5 !important;
}


.showonprint {
	display: none;
}

@media print {

	aside,
	#sidebar,
	.sidebar-menu {
		display: none !important;
	}

	.hideonprint {
		display: none;
	}

	.showonprint {
		display: block;
	}

	.stickmebottom {
		display: none !important;
		visibility: hidden !important;
	}

	.big_fonts {
		font-size: 16px;
	}

	th,
	td {
		font-size: 12px;
		padding: 4px;
	}

	.totalsrow td {
		font-weight: bold;
		background: #eaeaea !important;
		color: black !important;
	}

	.table-holder {
		margin: 0;
		padding: 0;
	}

	.table-bordered {
		border: 1px solid transparent !important;
	}

	table {
		overflow: visible !important;
	}

	thead {
		display: table-row-group
	}

	tfoot {
		display: table-row-group
	}

	.nobreak,
	tr,
	td,
	th {
		page-break-inside: avoid !important
	}

	/*.nobreak, tr,td,th { page-break-inside: auto !important }*/

	.panel-body {
		margin: 0px !important;
		padding: 0px !important;
	}

	html,
	body {
		margin: 0px !important;
		padding: 0px !important;
	}

	@page {
		margin: 0px;
		padding: 0px;
		margin-top: 0.5cm;
		margin-bottom: 1cm;
		margin-left: 0.5cm;
		margin-right: 0.5cm;
		/*size:210mm 297mm;        */
		/*size:auto;*/
		/*size: A4 portrait;*/
		/*border:1px solid black;*/
	}

	#thisneedstobeprinted input[type="checkbox"],
	.addnotereservation {
		display: none;
	}

	th,
	td,
	h4,
	h5,
	b {
		margin: 0 !important;
		padding: 0 !important;
	}

	.grayback {
		color-adjust: exact !important;
		-webkit-print-color-adjust: exact !important;
		background: #c0c0c0 !important;
		color: black !important;
		padding: 5px !important;
		border-radius: 0px !important;
		margin-top: 5px !important;
	}

	#thisneedstobeprinted table tr>th {
		background: #c0c0c0 !important;
		color: black !important;
		font-size: 14px;
	}

	.table-style {
		border-radius: 0px !important;
	}

	.thisisrunning table thead {
		display: table-header-group;
	}
}

td>input[type="checkbox"] {
	margin-right: 6px;
}

.addi-filters,
.reassign-filters {
	display: none;
}

input:checked+.slider {
	background-color: #6571ff !important;
}

.addi-filters {
	background: rgb(255, 255, 255);
	box-shadow: 0 0 10px 0 rgb(183 192 206 / 20%);
	-webkit-box-shadow: 0 0 10px 0 rgb(183 192 206 / 20%);
	-moz-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
	-ms-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
	border-radius: 0.25rem;
}

.reassign-filters {
	background: rgb(255, 255, 255);
	box-shadow: 0 0 10px 0 rgb(183 192 206 / 20%);
	-webkit-box-shadow: 0 0 10px 0 rgb(183 192 206 / 20%);
	-moz-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
	-ms-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
	border-radius: 0.25rem;
}

.addnotereservation {
	cursor: pointer;
	float: right;
}

/*  Arrival-Departure css end*/

/*  Clean & Inspection css end*/


.wrapper {
	padding-bottom: 0px !important;
}

.givemeellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.affix+.container-fluid {
	padding-top: 70px;
}


.panel .panel-heading ul li {
	border: 0px;
}

.panel-body-bg {
	background: #fff;
	border-bottom-left-radius: 05px;
	border-bottom-right-radius: 05px;
}



.toggle.btn {
	min-width: 50px;
	min-height: 30px;
}



.report-table-style {
	background-color: #fff;
	border-radius: 5px;
	margin-top: 10px !important;
	border: 1px solid #e1e1e1;
	padding: 15px;
}




.checkbox .toggle-group .btn-default {
	background-color: #f9fafb;
	border: 1px solid #e9ecef;
	color: #222b37;
}

.checkbox .toggle-group .toggle-handle {
	border: 1px solid #e9ecef;
}

.toggle-handle {
	background: #fff;
}

#reports .clearsearch {
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
	color: #7987a1;
	background: no-repeat;
	border: 0;
	padding: 0;
	line-height: normal;
}

#history .clearsearch {
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
	color: #7987a1;
	background: no-repeat;
	border: 0;
	padding: 0;
	line-height: normal;
}

.checkbox label .toggle,
.checkbox-inline .toggle {
	margin-left: 0px;
	margin-right: 0px;
}

.addnoteuser,
.addnoteuserinsp {
	margin-left: 10px;
	cursor: pointer;
}

.addnotereservation,
.addnotereservationinsp {
	cursor: pointer;
	float: right;
}

.modal-backdrop {
	z-index: 9999;
}

.btn-delete {
	background-color: #dc5140;
	color: #fff;
	border: 0px;
	display: inline-flex;
}

/* .toast-info{ background:white;color:black !important;padding:14px !important;border-top: 10px solid #25e8c8; }
.toast-info a,.toast-info button { color:black !important; }
.toast-info a:hover,.toast-info button:hover { background: white !important;}  */

.hkstd {
	display: block !important;
}

.unit_addr_col {
	display: none;
}


/*  Clean & Inspection css end*/

/*  Clean History css start*/


.panel .panel-heading ul li {
	border: 0px;
}

.panel-body-bg {
	background: #fff;
	border-bottom-left-radius: 05px;
	border-bottom-right-radius: 05px;
}

.panel-heading .nav>li>a {
	border-top-right-radius: 04px !important;
	border-top-left-radius: 04px !important;
}



#cleaninghistory .clear {
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
	color: #7987a1;
	background: no-repeat;
	border: 0;
	padding: 0;
	line-height: normal;
}

#cleaninghistory .clear:hover {
	background: none;
}

/*  Clean History css end*/


/*  Ready css start*/

#ready .d-day-css {
	cursor: pointer;
	background-color: transparent;
	border: 1px solid #6571ff;
	padding: 0;
	border-radius: 0.25rem;
}

#ready .d-day-css a {
	padding: 0.37rem 0.8rem;
	color: #6571ff;
	font-weight: 600;
	font-size: 14px;
	border-left: 1px solid;
	border-radius: 0;
}

#ready .d-day-css .ar-left {
	border-left: 0;
}

#ready .d-day-css .smtwtfsdiv a:first-child {
	border-left: none;
}

#ready .d-day-css a.active {
	background: #6571ff;
	color: #FFFFFF;
}

#ready .d-day-css a.geteventsfor.active {
	background: #6571ff;
	color: #FFFFFF;
}

#ready .datechangerdiv {
	cursor: pointer;
	background-color: #6571ff;
	padding: 0;
	border-radius: 0.25rem;
	margin-left: 6px;
}

#ready .datechangerdiv a {
	color: #fff;
	border-left: 1px solid;
	padding-top: 9px;
}

#ready .datechangerdiv a:first-child {
	border-left: none;
}

#ready .datechangerdiv .datechanger {
	padding-top: 9px;
}

#ready .clearsearch {
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
	color: #7987a1;
}

#ready .searchforready {
	padding-right: 30px;
}


#notifypreviewmodal .modal-footer .f-div {
	width: 100%;
}

.blue-bg {
	background: #7987a1;
	border-radius: 4px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

.brown-bg {
	background: #66d1d1;
	border-radius: 4px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

.green-bg {
	background: #6571ff;
	border-radius: 4px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

.resdetails_container {
	position: fixed;
	bottom: 58px;
	right: 836px;
	z-index: 1010;
	width: 0px;
	background: white;
	overflow: hidden;
	box-shadow: none;
	border-radius: 10px;
}

.res_head {
	clear: both;
	overflow: hidden;
	width: 100%;
	/* background: #6571ff; */
	background: #e9ebee;
	color: black;
	font-weight: bold;
	height: 80px;
	padding: 20px;
	border: 1px solid #b3b3b3;
	border-radius: 10px;
	border-bottom: none;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	clear: both;
	width: 100%;
	background: #ffffff;
	color: #000;
	/* font-weight: bold; */
	height: 80px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	border-bottom: 1px solid #e9ecef;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.res_head h3 {
	font-size: 1.05rem;
	font-weight: 500;
}

.res_body {
	overflow: auto;
	height: 450px;
	/* height: calc( 100vh - 106px ); */
	padding: 20px;
	overflow-x: hidden;
	font-size: 12px;
	line-height: 24px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	border-top: 0;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	color: #666666;
}

.res_body h3 {
	font-weight: bold;
	text-decoration: underline;
}

.res_body hr {
	border-top: 1px solid #bdbdbd;
	margin-top: 10px;
	margin-bottom: 10px;
}

.close_resdetails {
	position: absolute;
	right: 20px;
	font-size: 20px;
	color: #000;
}

span.markasunread_span {
	/*position: absolute;*/
	display: none;
	top: 0;
	right: 0;
}

.markasunread_a {
	color: #456282;
	font-size: 10px;
}

span.typeiconholder {
	margin-right: 6px;
}

.chatList .typeiconholder span.badgeholder {
	margin: 0;
	float: right;
}

.typeiconholder .badge {
	min-width: auto;
	max-width: auto;
	width: auto;
	font-size: 12px;
	text-align: center;
	/* padding: 0; */
	padding: 3px 2px;
	height: auto;
}

.iambluedot {
	width: 10px;
	height: 10px;
	background: #007AFE;
	border-radius: 50%;
}

.bluedot {
	margin-right: 8px;
	margin-left: 8px;
	width: 10px;
	margin-top: 9px;
	height: 20px;
	float: left;
	vertical-align: middle;
}


.chat_people_action_holder .nav-justified .nav-item {
	margin: 0 !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	/*color: #007AFE;*/
	color: #000;
	background: unset;
}

.tab-badge {
	position: absolute;
	background: red;
}

.lastmsgcamedate,
.lastmsgcametime {
	float: right;
}

.message ul li.msg-divider {
	width: 100%;
	display: flex;
	margin: 10px auto 20px auto;
}

.iconholdertd .badgeholder {
	position: absolute;
}

.iconholdertd .badgeholder .badge {
	background: transparent;
	color: #6EEB83;
	padding: 0;
	font-size: 10px;
}

.marktextcomplete_div {
	/* margin-right: 10px;*/
	height: 20px;
	float: left;
	vertical-align: middle;
	font-size: 18px;
}

.marktextcomplete:hover {
	color: #000;
	-webkit-animation: neon2 1.5s ease-in-out infinite alternate;
	-moz-animation: neon2 1.5s ease-in-out infinite alternate;
	animation: neon2 1.5s ease-in-out infinite alternate;
}

.marktextcomplete {
	color: #000000;
}

small.pull-right.calltimer {
	position: absolute;
	top: 2px;
	right: 8px;
}


/*taken from skype*/

.timeholder {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	flex-shrink: 1;
	overflow: hidden;
	align-items: center;
	align-self: stretch;
	justify-content: center;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
}

.timeholderdiv_before {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	flex-shrink: 1;
	overflow: hidden;
	align-items: stretch;
	margin: 5px 5px 5px 0px;
	height: 1px;
	opacity: 0.4;
	background-color: rgb(138, 141, 145);
}

.timeholderdiv {
	position: relative;
	display: inline;
	flex-grow: 0;
	flex-shrink: 0;
	overflow: hidden;
	white-space: nowrap;
	overflow-wrap: break-word;
	font-size: 12px;
	color: rgb(138, 141, 145);

	font-weight: 400;
	align-self: center;
	padding: 5px 10px;
	cursor: inherit;
}

.timeholderdiv_after {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	flex-shrink: 1;
	overflow: hidden;
	align-items: stretch;
	margin: 5px 0px 5px 5px;
	height: 1px;
	opacity: 0.4;
	background-color: rgb(138, 141, 145);
}


select.guest_text_status option {
	color: #797979;
}

.player {
	width: 100%;
	height: 100px;
}

.chat_container .jp-audio {
	width: 250px;
}

.chat_container .jp-details {
	display: none;
}

.chat_container .jp-audio .jp-controls {
	width: 100%;
	padding: 0;
	top: 40px;
	left: 25px;
	position: absolute;
}

.chat_container .jp-play,
.chat_container .jp-play:focus,
.chat_container .jp-state-playing .jp-play,
.chat_container .jp-state-playing .jp-play:focus {
	width: 20px;
	height: 20px;
	background-size: 100px !important;
}

.chat_container .jp-next,
.chat_container .jp-previous,
.chat_container .jp-stop,
.chat_container .jp-toggles {
	display: none;
}

.chat_container .jp-audio .jp-type-single .jp-progress {
	left: 25px;
	top: 10px;
	height: 4px;
}

.chat_container .jp-audio .jp-type-single .jp-time-holder {
	left: 25px;
}

.chat_container .jp-audio .jp-time-holder {
	top: 20px;
}

.chat_container .jp-audio,
.chat_container .jp-audio-stream,
.chat_container .jp-video {
	border: 1px solid transparent;
}

.chat_container .jp-state-playing .jp-play {
	background: url(../image/jplayer.blue.monday.jpg) 0px -21px no-repeat;
}

.chat_container .jp-play:focus {
	background: url(../image/jplayer.blue.monday.jpg) -20px 0 no-repeat;
}

.chat_container .jp-play-bar:after {
	content: " ";
	background: blue;
	/* height: 4px; */
	/* width: 4px; */
	border: 1px solid blue;
	border-radius: 50%;
	/* position: absolute; */
	/* right: 0; */
	float: right;
	/* left: 0; */
	height: 100%;
	width: 8px;
}

.chat_container .jp-volume-controls {
	position: absolute;
	top: 42px;
	left: 136px;
	width: 200px;
}

.chat-list-holder {
	width: 50%;
	float: left;
}

.chat_container {
	width: 0px;
	
	position: fixed;
	bottom: 58px;
	right: 20px;
	z-index: 1010;
}

.main-section small {
	font-size: 12px;
    /*padding-left: 44px;*/
}

.main-section .chatList h6{
	width: 100%;
    padding-left: 3.2em;
	text-align: end;
}

.main-section .msg-desc small {
	font-size: 10px;
}

.headLeft-sub h3 {
	margin-bottom: 4px;
	font-size: 1rem;
	font-weight: 500;
}

.headLeft-sub h5 {
	color: #7987a1 !important;
	font-size: 14px;
	font-weight: 400;
}

.main-section {
	background-color: #fff;
}

.head-section {
	clear: both;
	width: 100%;
	background: #ffffff;
	color: #000;

	height: 80px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	border-bottom: 1px solid #e9ecef;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.headLeft-section {
	height: 100%;
}


.headLeft-sub input {
	width: 60%;
	border-radius: 0px;
	border: 1px solid #E6E6E6;
	padding: 7px;
}

.headLeft-sub button {
	background: #009EF7;
	color: #fff;
	border: 1px solid #E6E6E6;
	padding: 7px 15px;
}

.headRight-section {
	width: 100% !important;
	float: left;
	position: relative;
}


.body-section {
	clear: both;
	overflow: hidden;
	width: 100%;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	border-top: 0;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.left-section {
	width: 100%;
	float: left;
	height: 450px;
	
	border-right: 1px solid #E6E6E6;
	background-color: #FFF;
	z-index: 1;
	position: relative;
}

.left-section .chat_people_ul_holder {

	height: 412px;
	
	overflow-y: scroll;
}

.left-section .chat_people_ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	height: 100%;
}

.left-section .chat_people_ul li {
	padding: 6px 10px;
    cursor: pointer;
    /* box-shadow: 65px 2px 2px 0px #e0e0e0; */
    height: auto;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 2px solid #e9ecef;
}

.left-section .chat_people_ul li:hover {
	background: #f0f3f5;
	
}

.left-section .chat_people_ul li.active {
	background: #F0EEF1;
	color: black;
	position: relative;
	display: block !important;
	visibility: visible !important;
	
}

.mCustomScrollBox,
.mCSB_container {
	overflow: unset !important;
}

.left-section .chat_people_ul li.active .desc .time {
	color: #fff;
}

.left-section .chatList {
	overflow: hidden;
	/* padding-top: 4px; */
}

.left-section .chatList .img {
	width: 60px;
	float: left;
	text-align: center;
	position: relative;
}

.left-section .chatList .img img {
	width: 30px;
	border-radius: 50%;
}

.left-section .chatList .img i {
	position: absolute;
	font-size: 10px;
	color: #52E2A7;
	border: 1px solid #fff;
	border-radius: 50%;
	left: 10px;
}

.left-section .chatList .desc {
	width: 100%;
	/* float: left; */
	position: relative;
}

.left-section .chatList .desc h5 {
	margin-top: 6px;
    margin-bottom: 6px;
    font-size: 14px;
    display: flex;
	font-weight: 700;
	justify-content: space-between;
}

.left-section .chatList .desc .time {
	position: absolute;
	right: 15px;
	color: #c1c1c1;
}

.right-section {
	width: 100% !important;
	float: left;
	height: 450px;
	
	background-color: white;
	position: relative;
}

.message {
	height: calc(100% - 56px);
	
}

.message {
	border-radius: 0px;
	padding: 0px;
	margin: 0;
	position: unset;
}

.message ul {
	padding: 0 10px;
	list-style: none;
	margin: 0;
	width: 100%;
	overflow: hidden;
	overflow-y: scroll;
	height: 100%;
	
}

/* .message ul li {
	
	display: flex;
	max-width: 80%;
	margin-bottom: 20px;
} */

/* .message ul li.msg-left {
	float: left;
} */

.message ul li.msg-left i {
	
	/* position: absolute;
	width: 22px;
	top: 29px; */
	font-size: 22px;
	width: 30px;
    height: 30px;
}
span.attach_media_to_task i {
    font-size: 18px !important;
    width: 20px !important;
    height: 20px !important;
}

.message ul li.msg-left .msg-desc .chat_media{
	width: 100%;
}

.message ul li.msg-left .msg-desc {
	
    font-size: 12px;
    color: black;
    position: relative;
    padding: 7px 15px;
    margin-bottom: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: rgba(101, 113, 255, 0.1);
    border-radius: 0 5px 5px;
    margin-left: 12px;
}

.message ul li.msg-left .msg-desc:before {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -10px;
    top: 0;
    border-top: 5px solid rgba(101, 113, 255, 0.1);
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid rgba(101, 113, 255, 0.1);
}

.message ul li.msg-left small {
	float: right;
	color: #c1c1c1;
}

.message ul li.msg-right {
	margin-left: auto;
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
}

.message ul li.msg-right i {
	position: absolute;
	width: 40px;
	right: 0px;
	bottom: 18px;
	font-size: 30px;
}

.message ul li.msg-right .msg-desc {
	
	font-size: 12px;
	line-height: 20px;
	
	position: relative;
	padding: 7px 15px;
	margin-bottom: 4px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background: rgba(102, 209, 209, 0.1);
	border-radius: 5px 0 5px 5px;
	margin-left: auto;
	word-break: break-all;
}

.message ul li.msg-right .msg-desc::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: -10px;
	top: 0;
	border-top: 5px solid rgba(102, 209, 209, 0.1);
	border-bottom: 5px solid transparent;
	border-left: 5px solid rgba(102, 209, 209, 0.1);
	border-right: 5px solid transparent;
}



.message ul li.msg-right small {
	float: right;
	/*color: #c1c1c1;*/
	color: #000;
	/*margin-right: 70px;*/
}

.message ul li.msg-day {
	border-top: 1px solid #EBEBEB;
	width: 100%;
	padding: 0px;
	margin: 15px 0px;
}

.message ul li.msg-day small {
	position: absolute;
	top: -10px;
	background: #F6F6F6;
	color: #c1c1c1;
	padding: 3px 10px;
	left: 50%;
	transform: translateX(-50%);
}

.right-section-bottom {
	background: #fff;
	width: 100%;
	padding: 10px;
	position: absolute;
	bottom: 0px;	
	text-align: center;
	border-top: 1px solid #E6E6E6;
}

.right-section-bottom textarea {
	border: 0px;
	padding: 8px 5px;
	/* width: 82%; */
	height: 38px;
	overflow: hidden;
    max-height: 300px;
}

.right-section-bottom .btn-send {
	
	padding: 8px 12px;

	cursor: pointer;
}

.right-section-bottom .sendchatmedia {
	padding: 10px 12px;
}

.slideicon {
	position: absolute;
	right: 18px;
	top: 20px;
	font-size: 22px;
	cursor: pointer;
}

.slideicon .hidechat i {
	font-size: 18px;
}

.showchat {
	display: none;
}

.minimized .hidechat {
	display: none;
}

.minimized .showchat {
	display: block;
}

i.verysmall {
	position: unset !important;
	width: 16px !important;
	height: 16px !important;
	font-size: 11px !important;
}

.verysmall.red {
	color: red;
}

.sender_name,
.reciever_name {
	font-weight: bold;
}


.chatList span.badgeholder {
	
	margin-left: 5px;
}

.chatList span.badgeholder .badge {
	min-width: 15px;
	
}

.chat_res_name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 600;
}

.chat_phone_number,
.chat_unit_code {
	color: #7987a1 !important;
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.headRight-sub {
	margin-top: 18px;
	width: 88%;
}

.nomargin {
	margin: 0;
}

.nopadding {
	padding: 0;
}

.showonlyvoicemail_label {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.toggle-handle,
.toggle,
.toggle-on,
.toggle-off {
	margin: 0 !important;
}

.chat_reservation_number {
	pointer-events: all;
	cursor: pointer;
	font-weight: 600;
	/* width: 70px; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.type_icon>.fa-stack,
.type_icon>i {
	/*float: left;*/
	font-size: 16px;
	margin-right: 3px;
	min-width: 16px;
}

.type_icon>.fa-stack>i,

/*.type_icon > .fa-stack,*/

.markasunread_icon {
	position: absolute;
	top: 18px;
	right: 40px;
	font-size: 22px;
	cursor: pointer;
}

.addservicetask_span {
	position: absolute;
	top: 18px;
    right: 72px;
	font-size: 22px;
	cursor: pointer;
}

.addservicetask_span i, .callfromchat_span i{
	color: #000;
	font-size: 14px !important;
}
.callfromchat_span{
	position: absolute;
	top: 18px;
    right: 98px;
	font-size: 22px;
	cursor: pointer;
}

.addservicetask i {
	/* font-size: 16px !important; */
}


.markasunread_a i,
.slideicon i {
	font-size: 16px;
	color: #000000;
}

.addservicetask,
.markasunread_icon .markasunread_a {
	/* font-size: 12px; */
}

a.chathandler:hover {
	color: #fff;
}

.icontotalchatcount {
	color: #ffffff;
	/*color: #6571ff;*/
	display: flex;
	justify-content: center;
	align-items: center;
}

#completedunitstable a.chathandler span.fa-stack {
	/*margin-top: 4px;*/
}

#readyunitsbody a.chathandler {
	text-align: center;
	/*margin-top: 5px;*/
}

span.typeiconholder {
	display: none;
	flex-direction: column;
	width: auto;
	min-width: 56px;
	float: left;
}




/* chat css */

.chat-box {

	border-radius: 10px;
	overflow: hidden;
	padding: 0;
	width: 50%;
	float: left;
}

.chat_btn {
	position: fixed;
	bottom: 60px;
	right: 0;
	margin-right: 26px;
	font-size: 30px;
	color: #000;
	width: 60px !important;
	height: 60px !important;
	border-radius: 50%;
}

.chat_btn .icontotalchatcount i,
.chat_btn .hidechat i {
	font-size: 24px;
}

.chat_btn:hover {
	color: #000;
}

.chat_btn:hover .fas.fa-comment,
.chat_btn:hover .fas.fa-times {
	transform: rotate(360deg);
	transition: transform 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.chat_btn .onscreen.hidechat {
	display: none;
}

.chat_btn.showing .onscreen.hidechat {
	display: block;
}

.chat_btn.showing .onscreen.icontotalchatcount {
	display: none;
}

span.onscreen.icontotalchatcount.totalchatcount.badge {
	
	background: red;
	position: absolute;
	top: -6px;
	right: 0px;
	color: white;
}

.vendor_pictures_modal_holder {
	display: flex;
}

.vendor_pictures_modal_holder>div {
	margin: 10px;
	padding: 20px;
}

.newservice-popup {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 20px;
	
	border: 1px solid #e9ecef;
	background: #fff;
	color: #151b26;
	z-index: 9999999;
	border-radius: 0.25rem;
	overflow: hidden;
}

.newservice-popup .chzn-container-single .chzn-single span {
    margin-right: 2px !important;
    line-height: 28px;
}

.newservice-popup .chzn-container.chzn-container-single > .chzn-single b {
    display: none;
}

.newservice-popup-mini {
	display: none;
	bottom: 0;
	position: fixed;
	right: 40px;
	z-index: 9;
	box-shadow: none;
	border-radius: 4px 4px 0 0;
	color: #151b26;
	background: #6571ff;
	border: 0;
	min-width: 125px;
	width: 300px;
}

.newservice-popup ::placeholder {
	color: #9ca6af;
}

.form-container {
	max-width: 500px;
	width: 500px;
	/*padding: 10px;*/
	background-color: white;
}

.popupheader {
	height: 50px;
	align-items: center;
	padding: 0 20px;
}

.popupbody {
	height: 66vh;
	background: #fff;
	display: flex;
	flex-direction: column;
	/*height: 70vh;*/
	justify-content: center;
	/* max-height: 750px; */
	overflow: hidden;
}

.popupbodycontent {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 1px;
	overflow-x: none;
	overflow-y: auto;
}


.assign_toandproject,
.unitandcontractor {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	padding: 0px 20px;
	flex-wrap: wrap;
}

.forlabel,
.inlabel,
.unitlabel,
.contractorlabel {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	color: #9ca6af;
	margin-right: 10px;
}

.inlabel,
.contractorlabel {
	margin-left: 10px;
}

.unitandcontractor span.avatar-cust-option.insideofthis,
.assign_toandproject span.avatar-cust-option.insideofthis {
	margin-right: 8px;
	padding: 1px;
	padding-left: 3px;
	height: 23px;
	width: 23px;
	font-size: 13px;
}

.assign_toandproject .chzn-container.chzn-container-single,
.unitandcontractor .chzn-container.chzn-container-single,
.hkzonelabel {
	flex: 0 1 auto;
	min-width: 1px;
	display: inline-flex;
	width: 100% !important;
}

.assign_toandproject .chzn-single,
.unitandcontractor .chzn-single,
.hkzonelabel {
	height: 30px !important;
	background: #f6f8f9 !important;
	border-color: #e0e6e8 !important;
	color: #646f79;
	flex: 0 1 auto;
	min-width: 1px;
	padding-left: 2px !important;
	align-items: center;
	border: 1px solid #e0e6e8 !important;
	border-radius: 15px !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	height: 30px !important;
	justify-content: center;
	max-width: 180px;
	position: relative;
	transition-duration: 100ms;
	transition-property: background, border, color, fill;
	white-space: nowrap;
}

.assign_toandproject .chzn-single:hover,
.unitandcontractor .chzn-single:hover,
.hkzonelabel:hover {
	background: #edf8ff;
	border-color: #6571ff;
	color: #6571ff;
}

.assign_toandproject .chzn-container:hover,
.unitandcontractor .chzn-container:hover {
	background: transparent !important;
}

.projectselect-popup .chzn-single span,
.unitselect-popup .chzn-single span,
.contractorselect-popup .chzn-single span,
.techvendorselect-popup .chzn-single span,
.hkzonelabel {
	padding-left: 20px;
	padding-right: 20px;
}

.descriptionholder-popup,
.servicenotesholder-popup {
	border: 0;
	flex: 1 0 auto;
	overflow: visible;
	display: flex;
	flex-direction: column;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 9px;
	overflow-y: auto;
	padding: 0;
	position: relative;
	word-wrap: break-word;
	color: #151b26;
}

.servicenotesholderdiv-popup {
	min-height: 20vh;
	height: 20vh;
}

.descriptiontextarea-popup {
	min-height: 20vh;
	height: 20vh;
}

.assign_toandproject .chzn-container .chzn-results {
	max-height: 166px;
}

.popupfooter {
	align-items: center;
	display: flex;
	flex: 0 1 auto;
	flex-shrink: 0;
	min-height: 50px;
	position: relative;
	z-index: 100;
}

.popupfooter .leftbuttons {
	bottom: 10px;
	display: flex;
	flex-direction: row;
	left: 15px;
	position: absolute;
}

.popupfooter .rightbuttons {
	bottom: 10px;
	display: flex;
	flex: 0 1 auto;
	margin-left: auto;
	position: absolute;
	right: 20px;
}

.firstsetofbuttons {
	display: flex;
}

.btnoffooter {
	align-items: center;
	cursor: pointer;
	display: flex;
	fill: #848f99;
	color: #848f99;
	justify-content: center;
	height: 30px;
	width: auto;
	min-width: 30px;
}

a.datechanger.btnoffooter span {
	font-size: 11px;
}

.popup-submit.popup-disabled {
	background: #edf1f2;
	border: 1px solid #e0e6e8;
	box-shadow: none;
	color: #b7bfc6;
	cursor: default;
	fill: #b7bfc6;
	pointer-events: none;
}

.popup-submit.popup-disabled:hover {
	color: #b7bfc6;
}

.popup-submit:hover {
	color: white;
	background-color: #5660d9;
	border-color: #5660d9;
}

.popup-submit {
	align-items: center;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 13px;
	justify-content: center;
	line-height: 1;
	min-width: 50px;
	text-align: center;
	transition-duration: .2s;
	transition-property: background, border, box-shadow, color, fill;
	height: 30px;
	line-height: 30px;
	padding: 0 9px;
	background-color: #6571ff;
	border-color: #6571ff;
	color: #fff;
	fill: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 9px;
}

.minimizeicon {
	height: 16px;
	width: 16px;
	align-items: center;
	display: inline-flex;
	fill: #848f99;
	margin-bottom: 10px;
}

.singlething {
	align-items: center;
	color: #fff;
	display: flex;
	height: 50px;
	padding: 0 20px;
	border: 0;
	cursor: pointer;
}

.minimizebar-maximizebtn {
	fill: #fff;
	flex-shrink: 0;
	height: 16px;
	margin-left: auto;
	opacity: .5;
	width: 16px;
}

.minimizebar-maximizebtn:hover {
	opacity: 1;
}

.minimizebar-taskname {
	margin-right: 5px;
	min-width: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vendor_pictures_modal {
	width: 100vw;
	height: 100vh;
	max-width: 100vw !important;
}

.vendor_pictures_modal .mymodal-content {
	width: 100vw;
	height: 100vh;
	max-width: 100vw !important;
}


.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 0;
    background: #e9ecef;
    font-weight: normal;
    /* padding: 10px; */
    color: #000000;
}


/* The Modal (background) */

.my-modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 9999;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}


/* Modal Content/Box */

.my-modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	/* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 600px;
	/* Could be more or less, depending on screen size */
}


/* The Close Button */

.my-close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.my-close:hover,
.my-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.priority_popup {
	display: none;
}

input.priority_popup:checked+i {
	color: #ff3366;
}

.techvendorselect-popup {
	width: 100% !important;
}

.chzn-drop {
	width: auto !important;
}

.chzn-search input {
	width: 172px !important;
    display: block;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.chzn-container .chzn-results .highlighted{
	background-image: linear-gradient(#6571ff 20%, #6571ff 90%) !important;
  
	background-color: #6571ff !important;
}

.popupheader .btnicon {
	color: #848f99;
	font-size: 18px;
	cursor: pointer;
}

.newservice-popup-blur-bg {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	/* filter: blur(1px); */
	background: #efefefa3;
	z-index: 9999999;
}

span.makecall_span {
	position: absolute;
	right: 0;
	top: 0;
}

a.makecall {
	display: block;
	/* color: #6EEB83; */
}

a.stopcall {
	display: none;
	color: #dc5140;
}

span.duration {
	margin-left: 10px;
	font-weight: 900;
}

.namediv {
	float: unset !important;
	/* margin-left: 6px; */
}

.icondiv {
	float: right !important;
}

.icondiv .sortholder .sortup,
.icondiv .sortholder .sortdown {
	height: 5px;
}

i.fas.fa-exclamation-circle.thisisred.pull-right {
	margin-top: 4px;
}

.formyabovetr {
	display: none;
}

.junu_che,
.thisisred,
.green-clr-stack.thisisred {

	color: #ff3366 !important;
}

.green-clr-stack.thisisred.thisisorange {
	color: #fbbc06;
	/*color:#dc5140;*/
}

#readyunitsbody .iconholdertd .action_btns a {
	cursor: pointer;
}

#completedunitsbody .iconholdertd .action_btns a {
	cursor: pointer;
}



	.descriptiontextarea-popup:hover,
	.servicenotesholderdiv-popup:hover {
		border: 1px solid #cecece !important;
		border-radius: 4px;
	}

	.newservice-popup,
	.form-container {
		border-radius: 8px !important;
	}

	.tooltip-inner {
		background: #000 !important;
	}

	.tooltip.top .tooltip-arrow {
		border-top-color: #000 !important;
	}


	.sentsmsto,
	.sentemailto {
		padding-left: 10px;
		font-weight: bold;
	}

	.sortingbyunit,
	.sortingbytime {
		cursor: pointer;
		display: flex;
		justify-content: space-between !important;
		color: #7987a1;
	}

	.sortingbyunit:hover,
	.sortingbytime:hover {
		color: #7987a1;
	}

	.sortingbyunit .sortup,
	.sortingbytime .sortup {
		height: 5px;
	}

	.sortingbyunit .sortdown,
	.sortingbytime .sortdown {
		height: 5px;
	}

	.sentsms,
	.sentemail {
		overflow-wrap: break-word;
	}

	/* .search {
		border: 2px solid #c0c0c0;
		color: black;
	}

	.search:focus {
		border: 2px solid #c0c0c0;
		color: black;
	} */

	.iamcomplete td {
		background: #6EEB83;
		color: white;
		font-weight: bold;
	}

	.iamred td {
		background: #ff3366;
		color: white;
		font-weight: bold;
	}

	.stickmeattop,
	.stickmeattop>th {
		position: -webkit-sticky;
		position: sticky;
		top: 0px;
		left: 0;
		background: #ffffff;
		z-index: 99;
	}
/* 
	.stickmeattop {
		z-index: 999 !important;
	} */

	.modalbtn:hover {
		cursor: pointer;
	}

	.mce-notification.mce-notification-warning {
		display: none !important;
	}

	.sms_to_preview input,
	.email_to_preview input {
		display: none;
	}

	.bg-warning {
		color: #dc5140;
	}

	.editphonenumber {
		cursor: pointer;
	}

	.editphonenumber:hover {
		color: #008BBF;
	}

	.info-box .title {
		font-size: 22px;
	}

	


	/* The container */

	.container {
		display: block;
		position: relative;
		padding-left: 28px;
		margin-bottom: 10px;
		cursor: pointer;
		font-size: 16px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}


	/* Hide the browser's default radio button */

	.container input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}



	/* On mouse-over, add a grey background color */

	.container:hover input~.checkmark {
		background-color: #797979;
	}


	/* When the radio button is checked, add a blue background */

	.container input:checked~.checkmark {
		background-color: #2196F3;
	}


	/* Create the indicator (the dot/circle - hidden when not checked) */

	.checkmark:after {
		content: "";
		position: absolute;
		display: none;
	}


	/* Show the indicator (dot/circle) when checked */

	.container input:checked~.checkmark:after {
		display: block;
	}


	/* Style the indicator (dot/circle) */

	.container .checkmark:after {
		top: 7px;
		left: 7px;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: white;
	}


	.chosen-container {
		width: 100% !important;
	}

	.eventmodalhandler {
		cursor: grab;
	}



	.btn-success i {
		font-size: 12px;
		margin-right: 0px;
	}

	.status-bg {
		background-color: #fff;
		border-radius: 5px;
		padding: 15px;
		margin-top: 10px !important;
		overflow: hidden;
	}

	#readyunitsbody .col-md-6.col-sm-6.btn-default {
		margin-top: 4px;
		margin-left: 4px;
		width: calc(50% - 4px);
	}

	span.totalchatcount.badge {
		font-size: 16px;
		height: 22px;
		width: auto;
		min-width: 22px;
		padding: 3px 5px;
		border-radius: 18px;
		margin-bottom: 10px;
	}

	i.icontotalchatcount.fas.fa-sms {
		font-size: 24px;
		margin-right: 10px;
	}

	

	.action_btns {
		display: flex;
		justify-content: space-evenly;
	}

	.action_btns .fa-stack {
		height: 2.5em;
		line-height: 2.5em;
		width: 2.5em;
		cursor: pointer;
	}

	.action_btns .fa-stack .fa-stack-2x {
		font-size: 2.5em;
	}

	.action_btns .notify_btn {
		color: #6571ff;
	}

	.action_btns .mark_complete_direct {
		color: #6571ff;
	}

	.action_btns .undolink {
		color: #7987a1;
	}

	.action_btns .details_btn {
		color: #6571ff;
	}

	#readyunitsbody .iconholdertd .action_btns .chathandler {
		color: #6571ff;
	}

	.action_btns .chathandler {
		color: #05a34a;
	}

	.action_btns .chathandler:hover {
		color: #048b3f;
	}

	.red-clr-stack {
		color: #dc5140;
	}

	.green-clr-stack {
		color: #6EEB83;
	}

	.red-clr-stack:hover {
		color: #dc5140;
	}

	.green-clr-stack:hover {
		color: #7987a1;
	}

	.user-inits {
		
		color: #7987a1;
		background: #e9ecef;
		border-radius: 50%;
		padding: 9px 10px;
		font-size: 12px;
		font-weight: bold;
		order: 2;
		margin-left: 10px;
		width: 36px;
		height: 36px;
	}
	.msg-left .msg-left-sub{
	    display: flex;
	}
	.msg-right .msg-left-sub{
	    display: flex;
	}

	.msg-left-sub {
		/* order: 1;
		margin-left: auto; */
		/* display: flex; */
		max-width: 80%;
	}

	.smtwtfsdiv .btn-default {
		margin-top: 0px;
	}



	/*  Ready css end*/


	

	@media (max-width: 768px) {
		.details-pane {
			box-shadow: none !important;
		}

		.details-pane .select2-container {
			width: 100% !important;
		}
	}

	@media (max-width: 480px) {
		.t-date-resp {
			width: 100%;
		}

		/* .top-filter label {
			margin: 8px 10px;
			font-weight: 600;
			text-transform: capitalize;
		} */
/* 
		.top-filter .btn-primary {
			margin-left: 0;
			margin-top: 8px;
		} */

		.top-filter .form-group {
			flex-wrap: wrap !important;
		}

		.dashboard .dashboard-top .dashboard-top-section:first-child {
			margin-bottom: 16px;
		}

		.singleResRow .wid-15 {
			width: 15%;
		}

		.singleResRow .wid-85 {
			width: 85%;
		}

		.dashboard-bottom .arrivals {
			margin-bottom: 20px;
		}

		/* .top-filter .form-group .unit-typ,
		.top-filter .form-group .date-range-type-container,
		.top-filter .form-group .date-from-container,
		.top-filter .form-group .date-to-container {
			width: 100%;
			margin: 0 !important;
		} */

		.top-filter .form-group .date-range-type-container .select2-container {
			width: 100% !important;
			margin-top: 10px;
		}

		.ava-calender .card {
			box-shadow: none;
			border: none;
		}

		.ava-calender .card .card-body {
			padding: 0;
			background: #f9fafb;
		}

		.ava-calender .card .card-body .availcalcalholder .card-body {
			padding: 1rem 0.8rem;
			background: #fff;
		}

		.bookings-list .nav-next,
		.bookings-list .nav-prev {
			display: block;
		}

		.m-stmnt-list .nav-next,
		.m-stmnt-list .nav-prev {
			display: block;
		}

		.sidebar {
			z-index: 9999;
		}

		.sidebar-open .main-wrapper::before,
		.settings-open .main-wrapper::before {
			z-index: 9809;
		}

		#ready .d-day-css a {
			padding: 0.391rem 0.5rem;
		}

		#ready .datechangerdiv a {
			padding-left: 0.5rem;
			padding-right: 0.5rem;
		}

		.blue-bg,
		.brown-bg {
			margin-bottom: 10px;
		}
	}

	@media (min-width: 576px) {
		.dashboard-bottom .arrivals {
			margin-bottom: 20px;
		}
	}

	@media (max-width: 768px) {

		
		.top-filter {
			/* display: none; */
			margin-top: 10px;
		}

		.top-filter label {
			margin-right: 10px;
		}

		/* .top-filter .form-group .unit-typ,
		.top-filter .form-group .date-range-type-container,
		.top-filter .form-group .date-from-container,
		.top-filter .form-group .date-to-container {
			margin-right: 10px;
		} */

		.dashboard-bottom .arrivals {
			margin-bottom: 20px;
		}

		.dashboard .dashboard-top .dashboard-top-section .title {
			font-size: 12px;
		}

		.dashboard .dashboard-top .dashboard-top-section .value {
			font-size: 40px;
			line-height: 40px;
		}

		.dashboard .dashboard-top .dashboard-top-section .value-desc {
			font-size: 14px;
		}

		.dashboard .dashboard-top .dashboard-top-section .btn-primary {
			font-size: 12px;
			padding: 6px 10px;
		}

		.dashboard .dashboard-top .dashboard-top-section {
			margin-bottom: 16px;
		}

		.dashboard .dashboard-top {
			margin-bottom: 0px;
		}

		.fc-theme-standard tbody td {
			height: auto;
		}

		.bookings-list .nav-next,
		.bookings-list .nav-prev {
			display: block;
		}

		.m-stmnt-list .nav-next,
		.m-stmnt-list .nav-prev {
			display: block;
		}

		.sidebar {
			z-index: 9999;
		}

		.sidebar-open .main-wrapper::before,
		.settings-open .main-wrapper::before {
			z-index: 9809;
		}
	}

	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
		.dashboard .dashboard-bottom .dashboard-bottom-section:first-child {
			margin-bottom: 20px;
		}

		.top-filter label {
			margin-right: 10px;
		}

		.dashboard-bottom .arrivals {
			margin-bottom: 0px;
		}

		.top-filter {
			/* display: none; */
			margin-top: 10px;
		}

		.bookings-list .nav-next,
		.bookings-list .nav-prev {
			display: block;
		}
	}


	@media only screen and (max-width: 1250px) {
		.info-box .count {
			font-size: 18px;
			float: left;
		}

		.info-box .title {
			float: right;
			margin-top: 0;
			font-size: 18px;
		}

		.stickmebottom {
			width: 100% !important;
		}
	}

	@media (max-width: 480px) {
		.fg-1 {
			flex-grow: 1;
		}

		.chat_btn.showing{
			left: 0px;
			z-index: 99999;
			bottom: 60px;
		}

		.chat_container{
			right: 2px;
			/* bottom: 28px; */
		}
		.chat_btn{
		
			right: 0px;
			margin-right: 14px;
		}
		.chat-msg-holder{
			width: 96% !important;
		}
		.resdetails_container{
			
			bottom: 28px;
			right: 14px !important;
		}
		/* .chat_btn.showing .onscreen.hidechat, .showing{
			display: none !important;
		} */
		.clickfortechvendor .chzn-container .chzn-drop{
			min-width: 220px !important;
		}
		.addNewChecklistCategory{
			display: block !important;
		}
	}
	
	@media (min-width: 768px) and (max-width: 1024px) {
		.table-style {
			width: 100%;
			overflow: scroll;
		}
	
		.stickmebottom {
			width: 100% !important;
		}
	
		.mt-responsive {
			margin-top: 10px;
		}
	
	
	}

	@media (min-width: 768px) and (max-width: 1024px) {
		.margin-space {
			margin: 0 !important;
		}
	
		.report-table-style {
	
			overflow: scroll;
		}
	
	
		.margin-responsive {
			margin: 0 !important;
			margin-top: 10px !important;
		}
	
		.affix {
			width: 93% !important;
	
		}
	
		.table-style {
			width: 100%;
			overflow: scroll;
		}
	
		.stickmebottom {
			width: 100% !important;
		}
	}
.d-flex.hidden{
	display: none !important;
}
.width-100{
	width: 100% !important;
}

@media (min-width: 480px){
	.navbar .search-form {
		display: flex !important;
	}
}
@media (max-width: 768px) {
	.login-bg-image-wrapper{
		display: none;
	}
}
@media (max-width: 480px){
	.login-bg-image-wrapper{
		display: none;
	}
	.navbar .search-form {
		display: flex !important;
		margin-right:0px;
	}
}
/*.auth-page .auth-side-wrapper{*/
/*	background-image:url("../img/login-bg.jpg");*/
/*}*/
.login_bg_image{
	transform: scale(1.1);
	height: 100%;
}
.login-bg-image-wrapper .auth-side-wrapper-no-image{
	height: 100%;
}

#addUserForm .error-message {
	color: red;
}
.table thead th, .datepicker table thead th{
        font-size:16px;
        
        
}
/*.card {*/
/*    background: #e6e9ed;*/
/*}*/

.form-control, .form-select, .select2-container .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple, .chosen-container-single .chosen-single{
        border: 1px solid #cccccc !important;
}
.border-danger, .swal2-popup .swal2-actions button.swal2-cancel {
    border-color: #ff3366 !important;
}
.navbar .search-form .form-control{
        border: none !important;
}

/*ul.nav-main.thisactive.vr1:after {*/
/*    content: "TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST ";*/
/*    position: absolute;*/
/*    font-size: 5rem;*/
/*    z-index: 1;*/
/*    bottom: 0;*/
    /* transform: rotate(-40deg); */
/*    opacity: 0.1;*/
/*}*/

.table th, .datepicker table th, .table td, .datepicker table td{
        white-space: normal;
}
.tooltip-inner {
    background: white !important;
    color: black !important;
    border: 1px solid black !important;
}
.tooltip.show{
    opacity:1;
}
.tox.tox-tinymce-aux,
.tox-fullscreen .tox.tox-tinymce-aux {
  z-index: 99999;
}