.forceCompleteBtn {
	background-color: red;
	border-radius: 3px;
	color: white;
	padding: 4px 6px;
}

.forceCompleteBtn :hover {
	text-decoration: none;
	text-decoration-line: none;
}

#table_clients .panel-heading .icon {
	color: #3B4147;
}

#table_clients .panel-heading .panel-form .form-group.search .form-control {
	border-radius: 5px;
	height: 35px;
}

#table_clients .panel-heading .panel-form .form-group.search:after {

	height: 35px;
	color: #3B4147;
	line-height: 34px;
}

.header .navbar.navbar-main .nav.navbar-nav li .icon {
	color: #3B4147;
}

#table_clients .panel-body .table-responsive .table.table-list .btn.icon {
	color: #3B4147;
}

#table_clients .panel-body .table-responsive .table.table-list tr td .label.label-sm.label-success {
	background: #3B4147;
}

#clients_edit .modal-header .modal-title .icon {
	color: #3B4147;
}


.checkbox input[type="checkbox"]:checked+label::after,
.checkbox input[type="checkbox"]:checked+label::before,
.checkbox-inline input[type="checkbox"]:checked+label::before,
.checkbox-inline input[type="checkbox"]:checked+label::after {
	background: #3b4147;
	border-radius: 5px;
}

#clients_edit .modal-body .nav.nav-tabs.nav-default li a {
	background: #3B4147;
	border: 0;
	box-shadow: inset 0px 0px 1px #6b6b6b;
	color: #fff;
	transition: all 0.5s ease;
}

#clients_edit .modal-body .nav.nav-tabs.nav-default li a:hover,
#clients_edit .modal-body .nav.nav-tabs.nav-default li a:focus {
	background: #fff;
	color: #3B4147;
	box-shadow: none;
}

#clients_edit .modal-body .nav.nav-tabs.nav-default li.active a {
	background: #fff;
	color: #3b4147;
	box-shadow: none;
}

#clients_edit .modal-body .nav.nav-tabs.nav-default li.active:after {
	background: #3B4147;
}

#clients_edit .modal-footer .buttons .btn.btn-action {
	background: #3B4147;
	border-radius: 5px;
	border-color: #3B4147;
	transition: all 0.5s ease;
	color: #fff;
}

#clients_edit .modal-footer .buttons .btn.btn-action:hover {
	background: #fff;
	color: #3B4147;
}


#clients_edit .modal-footer .buttons .btn.btn-default {
	background: #ff0000;
	border-radius: 5px;
	border-color: #ff0000;
	transition: all 0.5s ease;
	color: #fff;
}

#clients_edit .modal-footer .buttons .btn.btn-default:hover {
	opacity: 0.8;
}





#clients_create .modal-header .icon {
	color: #3B4147;
}


#clients_create .modal-body .nav.nav-tabs.nav-default li a {
	background: #3B4147;
	border: 0;
	box-shadow: inset 0px 0px 1px #6b6b6b;
	color: #fff;
	transition: all 0.5s ease;
}

#clients_create .modal-body .nav.nav-tabs.nav-default li a:hover,
#clients_edit .modal-body .nav.nav-tabs.nav-default li a:focus {
	background: #fff;
	color: #3B4147;
	box-shadow: none;
}

#clients_create .modal-body .nav.nav-tabs.nav-default li.active a {
	background: #fff;
	color: #3b4147;
	box-shadow: none;
}

#clients_create .modal-body .nav.nav-tabs.nav-default li.active:after {
	background: #3B4147;
}


#clients_create .modal-footer .buttons .btn.btn-action {
	background: #3B4147;
	border-radius: 5px;
	border-color: #3B4147;
	transition: all 0.5s ease;
	color: #fff;
}

#clients_create .modal-footer .buttons .btn.btn-action:hover {
	background: #fff;
	color: #3B4147;
}

#clients_create .modal-footer .buttons .btn.btn-default {
	background: #ff0000;
	border-radius: 5px;
	border-color: #ff0000;
	transition: all 0.5s ease;
	color: #fff;
}

#clients_create .modal-footer .buttons .btn.btn-default:hover {
	opacity: 0.8;
}






#devices_create .modal-header .icon {
	color: #3B4147;
}


#devices_create .modal-body .nav.nav-tabs.nav-default li a {
	background: #3B4147;
	border: 0;
	box-shadow: inset 0px 0px 1px #6b6b6b;
	color: #fff;
	transition: all 0.5s ease;
}

#devices_create .modal-body .nav.nav-tabs.nav-default li a:hover,
#clients_edit .modal-body .nav.nav-tabs.nav-default li a:focus {
	background: #fff;
	color: #3B4147;
	box-shadow: none;
}

#devices_create .modal-body .nav.nav-tabs.nav-default li.active a {
	background: #fff;
	color: #3b4147;
	box-shadow: none;
}

#devices_create .modal-body .nav.nav-tabs.nav-default li.active:after {
	background: #3B4147;
}


#devices_create .modal-body .tab-content .form-group .form-control {
	border-radius: 5px;
	height: 40px;
}

#devices_create .modal-body .tab-content .form-group .form-control .btn.dropdown-toggle.btn-default {
	border-radius: 5px;
	height: 40px;
}

#devices_create .modal-footer .buttons .btn.btn-action {
	background: #3B4147;
	border-radius: 5px;
	border-color: #3B4147;
	transition: all 0.5s ease;
	color: #fff;
}

#devices_create .modal-footer .buttons .btn.btn-action:hover {
	background: #fff;
	color: #3B4147;
}

#devices_create .modal-footer .buttons .btn.btn-default {
	background: #ff0000;
	border-radius: 5px;
	border-color: #ff0000;
	transition: all 0.5s ease;
	color: #fff;
}

#devices_create .modal-footer .buttons .btn.btn-default:hover {
	opacity: 0.8;
}



#devices_import .modal-header .icon {
	color: #3B4147;
}


#devices_import .modal-body .form-group .form-control {
	border-radius: 5px;
	height: 40px;
}

#devices_import .modal-footer .buttons .btn.btn-action {
	background: #3B4147;
	border-radius: 5px;
	border-color: #3B4147;
	transition: all 0.5s ease;
	color: #fff;
}

#devices_import .modal-footer .buttons .btn.btn-action:hover {
	background: #fff;
	color: #3B4147;
}

#devices_import .modal-footer .buttons .btn.btn-default {
	background: #ff0000;
	border-radius: 5px;
	border-color: #ff0000;
	transition: all 0.5s ease;
	color: #fff;
}

#devices_import .modal-footer .buttons .btn.btn-default:hover {
	opacity: 0.8;
}








#clients_import .modal-header .icon {
	color: #3B4147;
}


#clients_import .modal-body .form-group .form-control {
	border-radius: 5px;
	height: 40px;
}

#clients_import .modal-body .form-group .form-control .btn.dropdown-toggle.btn-default {
	border-radius: 5px;
	height: 40px;
}

#clients_import .modal-footer .buttons .btn.btn-action {
	background: #3B4147;
	border-radius: 5px;
	border-color: #3B4147;
	transition: all 0.5s ease;
	color: #fff;
}

#clients_import .modal-footer .buttons .btn.btn-action:hover {
	background: #fff;
	color: #3B4147;
}

#clients_import .modal-footer .buttons .btn.btn-default {
	background: #ff0000;
	border-radius: 5px;
	border-color: #ff0000;
	transition: all 0.5s ease;
	color: #fff;
}

#clients_import .modal-footer .buttons .btn.btn-default:hover {
	opacity: 0.8;
}

#clients_import .modal-body .form-group .icon-list .checkbox-inline input:checked+label {
	border-radius: 5px;
	background: #3B4147;
}


.checklist-row .checkbox.checkbox-lg input[value="pass"]+label::before {
	background-color: #56fc03 !important;
}

.checklist-row .checkbox.checkbox-lg input[value="pass"]:unchecked+label::before {
	color: #56fc03;
}

.checklist-row .checkbox.checkbox-lg input[value="fail"]+label::before {
	background-color: #fa4d41 !important;
}

.checklist-row .checkbox.checkbox-lg input[value="fail"]:unchecked+label::before {
	color: #fa4d41;
}

/* By Balwinder 18-08-21 */
.scrollbox-vertical {
	overflow-x: hidden;
	padding: 0px 3px;
}

/* End By Balwinder 18-08-21 */

/* By Balwinder 10-11-21 */
.pac-container {
	z-index: 99999 !important;
}

/* End By Balwinder 10-11-21 */

/* By sunpreet 18-11-21 */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {


	.mobileViewSecondary:focus~span .signButton {

		margin-bottom: 200px !important;
	}

	.mobileViewSecondary:focus {
		margin-bottom: 200px !important;
	}
}

/* End By sunpreet 18-11-21 */

/* Add by Rohit 27-5-22 */
#reports_create .select2-selection.select2-selection--multiple {
	border: unset !important;
	background: #F9F9F9 !important;
}

#reports_create .select2-container--default.select2-selection--multiple {
	height: 30px !important;
}

#reports_create .select2-container {
	width: 200px !important;
}

/* End by Rohit 27-5-22 */

/* By Balwinder 15-06-22 */
b.digital-circle {
	background: rgb(41 83 183) !important;
}

.cluster.cluster-large .cluster-inner.digital-cluster-inner:before {
	border-color: #2953B7 #2953B7 transparent #2953B7;
}

.cluster.cluster-large .cluster-inner.digital-cluster-inner:after {
	border-color: #2953B7 #2953B7 transparent #2953B7;
}

/* End By Balwinder 15-06-22 */

/* By Sun 28-06-22 */
.forceCompleteButtom {
	background-color: red;
	border-radius: 3px;
	color: white;
	padding: 4px 6px
}

.forceCompleteButtom :hover {
	text-decoration: none;
	text-decoration-line: none;
}

.completeStatus {
	color: green;
	text-align: center;
}

/* End By Sun 28-06-22 */
/* By balwinder 29-6-2022 */
.dtboxes {
	border: 2px solid black;
	height: 10px;
	width: 8px;
	background-color: #5555fd;
	border-radius: 2px;
	margin-top: 1px;
}

.outerdtboxes {
	margin-left: 9px;
	margin-top: -10px !important;
	position: absolute;
}

/* End By balwinder 29-6-2022 */
/* By bal 07-07-2022 */
table.table.table-list.job-listing th:nth-child(3) {
	width: 70px;
}

table.table.table-list.job-listing th:nth-child(4) {
	width: 70px;
}

/* End By bal 07-07-2022 */

a.leaflet-popup-close-button {
	position: absolute;
	right: 17px;
	top: -9px;
	font-size: 22px;
	color: #777;
	text-decoration: none;
}

/* By dawinder */

.SelectAll input[value="pass"]+label::before {
	background-color: #56fc03 !important;
}

.checkbox.checkbox-lg input[value="fail"]+label::before {
	background-color: red !important;
}

.container-activity {
	border: 1px solid #901F1F20 !important;
	margin-top: 2px;
}

/* End dawinder */
.chatTimestamps {
	font-size: 10px;
}

/* .marker-detail-popup-body {
    max-height: 200px;
    overflow: auto;
    display: inline-block;
} */
.marker-detail-outer .leaflet-popup-content-wrapper {
	max-height: 250px;
	overflow: auto;
}

.marker-detail-outer .popup-body {
	padding-top: 0px;
	padding-bottom: 0px;
}

/*added by Maninder*/
#internal_jobs .table-responsive {
	max-height: 290px;
}

#internal-job-list a.btn.publish-order {
	margin-top: 15px;
}

/*----------end-------------*/
/*added by Dawinder*/

.password-expiry-banner {
	margin: auto;
	width: 40%;
	color: white;
	background-color: rgb(16, 193, 16);
	padding: 6px;
	text-align: center;
}

/*----------end-------------*/

.checklist-error.alert-danger {
	margin-top: 20px;
	padding: 10px;
}

/*Add by maninder BT tags for object tab list*/
.bt-device-time {
	font-size: .7em;
	display: block;
	color: #999;
}

.bt-device-name {
	white-space: nowrap;
}

.bt-device-plus {
	background: #eee;
}

.group-heading>.group-title.bt-device-plus:after {
	top: 7px;
	left: 7px;
}

ul.bt-tags-list {
	list-style: none;
	padding: 0 7px;
}

li.bt-tags-panel-items {
	padding: 7px 8px;
	font-size: 13px;
}

.bt-tags-panel-items:hover {
	color: #202020;
	background-color: #eee;
}

/*End add by maninder BT tags for object tab list end*/

#notification-badge-icon {
	position: absolute;
	font-size: .9rem;
	margin-top: -0.1rem;
	margin-left: -0.5rem;
	padding: 0.15em 0.45em;
	background-color: #ff0000;
	align-items: center;
	justify-content: center;
}

.dropdown.notification-dropdown .dropdown-menu.dropdown-menu-right {
	max-height: 480px;
	overflow: scroll;
}

input.form-control.group_state {
	width: 35%;
	margin-right: 5px;
}

.input-group.objects_groups {
	display: flex;
}

input.form-control.group_title {
	margin-right: 5px;
}

span.group_span {
	padding: 6px 20px;
}

/*Start by kajal*/

li.alertsnotification {
	width: 260px;
	padding: 6px 6px 6px 0;
	border-bottom: 1px solid #d1d0d0;
	list-style: none;
}

.docketesdropdown li {
	padding: 7px 0 2px 0;
	border-bottom: 1px solid #d1d0d0;
}

.alertsnotification p {
	margin: 0 0 2px 0;
}

.h4hcontainer {
	margin: 20px;
}

.h4hcontainer header h1 {
	font-size: 1.71429em;
	line-height: 1.16667;
	color: var(--ds-text, var(--ds-text, #172B4D));
	letter-spacing: -0.01em;
}

.alertsTab {
	color: var(--ds-text-subtle, #42526E);
	cursor: pointer;
	line-height: 1.8;
}

.docketsTab {
	color: var(--ds-text-subtle, #42526E);
	cursor: pointer;
	line-height: 1.8;
}

.notificationsdropdown {
	display: flex;
	gap: 20px;
}

ul.alertsdropdown {
	padding: 0;
}


.docketsNotifications {
	display: none;
}

ul.docketesdropdown {
	padding: 0;
	list-style: none;
}

.alertsNotifications {
	height: auto;
	overflow: auto;
	width: 310px;
	margin-top: 5px;
	max-height: 400px;
}

.alertsNotifications::-webkit-scrollbar {
	width: 8px;
}

.alertsNotifications::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 4px;
}

.alertsNotifications::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.docketsNotifications {
	height: auto;
	overflow: auto;
	width: 310px;
	margin-top: 5px;
	max-height: 400px;
}

.docketsNotifications::-webkit-scrollbar {
	width: 8px;
}

.docketsNotifications::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 4px;
}

.docketsNotifications::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.activeTab span {
	color: blue;
}

.activeTab {
	border-bottom: 2px solid blue;
}

p.alertmessage {
	font-weight: 600;
}

.alertdevice span {
	font-weight: 600;
}

.alertspeed span {
	font-weight: 600;
}

.alertsTab span {
	font-size: 15px;
}

.docketsTab span {
	font-size: 15px;
}

.docketesdropdown li {
	padding: 7px 0 0 0;
}

.docketesdropdown li a {
	color: black;
	font-size: 13px;
}

ul.noalertsdropdown {
	list-style: none;
	padding: 0;
	font-size: 16px;
	margin-top: 10px;
}

.input-group.sign-btn {
	display: block;
}

.input-sign-btn {
	display: inline-flex;
	gap: 10px;
	padding-top: 20px;
}

#checklist_edit .modal-footer {
	display: none;
}

.toast-info {
	display: none !important;
}

#reports-form-reports span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

/*End by kajal*/