body{
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.5px;
	background-color: #556574;
	min-height: 100vh;
	padding-bottom: 45px;
	position: relative;
}

::-webkit-scrollbar{
	width:5px;
}
::-webkit-scrollbar-track{
	background:#f1f1f1;
}
::-webkit-scrollbar-thumb{
	background:#26313C;
}

.btn-default{
	border-radius: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	border-radius: 5px;
	letter-spacing: 1px;
	border: 2px solid transparent;
	font-weight: 600;
}
h1,h2,h3,h4,h5,h6{
    color: #fff;
}
ul{
	padding: 0;
	list-style-type: none;
}
p{
	font-size: 13px;
	color: #000000;
	line-height: 22px;
}
.row{
	margin: 0;
}
.btn-blue{
	background-color: #00ADEF;
	border-color: #00ADEF;
	color: #ffffff;
}
.btn-blue:hover,.btn-blue:focus{
	background-color: #00ADEF;
	border-color: #00ADEF;
	color: #ffffff;
}
.btn-green,.btn-green:hover,.btn-green:focus{
	background-color: #7fcf7f;
	border-color: #7fcf7f;
	color: #ffffff;
}
.btn-yellow,.btn-yellow:hover,.btn-yellow:focus{
	background-color: yellow;
	border-color:yellow;
	color: #ffffff;
}
.btn-red,.btn-red:hover,.btn-red:focus{
	background-color: #ff0000;
	border-color:#ff0000;
	color: #ffffff;
}
.btn-white,.btn-white:hover,.btn-white:focus{
	background-color: #ffffff;
	border-color:#ffffff;
	color: #000000;
}
.btn-outline-white,.btn-outline-white:hover,.btn-outline-white:focus{
	background-color: transparent;
	border-color:#ffffff;
	color: #ffffff;
}
.btn-lg{
	padding: 12px 40px;
	font-size: 14px;
}
.btn-md{
	padding: 12px 36px;
	font-size: 12.5px;
}
.btn-sm{
	padding: 12px 32px;
	font-size: 12px;
}
.btn-xs{
	padding: 12px 10px;
	font-size: 9px;
}
.container{
	max-width: 90%;
}
.form-control,.form-control:focus{
	padding: 15px;
	height: auto;
	border-radius: 5px;
	background-color: #556574;
	border: none;
	outline: none;
	color: rgba(255,255,255,0.75);
	box-shadow: none;
	font-size: 12px;
}
.w-80{
	width:80%;
}
.w-49{
	width:49%;
}
.align-items-bottom{
	align-items: flex-end;
}
.w-33{
	width: 33%;
}
.w-26{
	width: 26%;
}
.w-40{
	width: 40%;
}
.w-60{
	width: 60%;
}

.w-30{
	width: 30%;
}

hr{
	border-top: 1px solid rgba(255,255,255,0.25);
}
textarea.form-control{
	min-height: 120px;
}
/*****************login_section*************/

.login_section {
    min-height: 100vh;
    background-image: url(../images/banner.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: auto;
	position: relative;
	display: flex;
	align-items: center;
}
.login_section:after{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(38, 49, 60, 0.8);
	content: "";
}
.logo_img{
	text-align: center
}
.login_div{
	background-color: #26313C;
	    box-shadow: 0 15px 20px 0 rgb(0 0 0 / 6%);
	position: relative;
	z-index: 99;
	padding:70px 60px 140px 60px;
	background-image: url("../images/login_pattern.png");
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	border-radius: 5px;
}
.logo_img img{
	height: 65px;
}
.user_login h3{
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
}
.error{
    font-size: 12px;
}
.login_form input{
    width: 80% !important;
}
.login_form .input-group-text{
	    background-color: #556574;
	border: none;
	color: #ffffff;
	padding: 15px 20px;
}
.login_form .input-group-text i{
	font-size: 12px;
}
.login_form .form-control{
	    background-color: #556574;
	border: none;
	padding: 15px 15px 15px 5px;
	height: auto;
	color:rgba(255,255,255,0.75);
	font-size: 12px;
	border-radius: 5px;
}
.login_form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.75);
}
.login_form ::-moz-placeholder { /* Firefox 19+ */
  color:rgba(255,255,255,0.75);
}
.login_form :-ms-input-placeholder { /* IE 10+ */
  color:rgba(255,255,255,0.75);
}
.login_form :-moz-placeholder { /* Firefox 18- */
  color:rgba(255,255,255,0.75);
}
.password_reveral{
	position: absolute;
	top: 15px;
	transform:translateX(-50%);
	right: 20px;
}
.password_reveral{
	color: #ffffff;
	font-size: 13px;
}
.change_pasword,.change_pasword:hover,.change_pasword:focus{
	color: #ffffff;
	font-size: 13px;
	text-decoration: underline;
}
.logo_img{
	margin-bottom: 50px;
}
.login_section .row{
	align-items: center
}
.change_password_text p{
	font-size: 11px;
	color: rgba(255,255,255,0.75);
	
}


/*******************main_header**************/
.vehicle_type_submit_buttons {
    display: flex;
}
.main_header{
	background-color: #26313C;
}
.main_header .header_logo img{
	height: 50px;
}
.main_header .nav-item .nav-link{
	font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
        padding-left: 10px;
    padding-right: 10px;
        margin-top: 10px;
}
ul.dropdown-menu.settings-menu.show {
    background-color: #3d4b58;
    margin-top: 35px;
}
a.dropdown-toggle.drop.icon-circle.drop-image.nav-link {
    margin-top: 4px !important;
}

/*********************inspection_section***************/

.inspection_section{
	padding: 50px 0;
}
.single_inspection{
	background-color: rgba(38, 49, 60,0.5);
    box-shadow: 0 15px 20px 0 rgb(0 0 0 / 6%);
	border-radius: 5px;
}
.main_heading{
	color: #ffffff;
	font-size: 25px;
	font-weight: 700;
	position: relative;
}
.main_heading:After{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 5px;
	width:60px;
	background-color: #00ADEF;
}
.common_form label{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
	
}
.common_form .form-control{
	font-size: 13px;
	background-color: #556574 !important;
}


/*********************inspector_details***************/

.inspector_details{
	padding: 7.5px 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.inspector_details p{
	margin-bottom: 0;
	font-size: 12px;
	color: #ffffff;
}
.inspector_details p time,.inspector_details p span{
	color: yellow;
}


/******************custom_modal****************/

.custom_modal .modal-dialog{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) !important;
	border-radius: 5px;
	margin: 10px auto;
}
.modal-w50 .modal-dialog{
	min-width: 50%;
}
.modal-w60 .modal-dialog{
	min-width: 60%;
}
.modal-w40 .modal-dialog{
	min-width: 40%;
}
.custom_modal .modal-header{
	padding: 0;
	border-bottom: none;
}
.custom_modal .modal-body{
	background-color: #3D4B58;
	padding: 60px;
	max-height: 575px;
	overflow: auto;
}
.custom_modal .modal-header button
{
	position: absolute;
    margin: 0;
    right: 0;
    top: 0;
    height: 32px;
       width: 32px;
    background-color: #556574 !important;
    padding: 0;
    color: #ffffff !important;
    font-size: 13px;
    opacity: 1;
    z-index: 999;
}
.body__content h4{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #ffffff;
}
.vehicle_info_list li{
	       font-size: 14px;
    font-weight: 500;
    padding: 9px 0;
    overflow: hidden;
    color: #ffffff;
}
.vehicle_info_list li span{
	width:50%;
	float: left;
}
.vehicle_info_list{
	margin-bottom: 0;
}
.vehicle_info_list li span:nth-child(2){
	color: yellow;
}
.input-md{
	    padding: 10px;
	font-size: 13px;
}
.justify-space-between{
	justify-content: space-between;
}
.ptt_input label{
	font-size: 12px;
	color: #ffffff;
	padding-right: 15px;
	margin-bottom: 0;
}
.wpx-100{
	width:100px;
}
.status_div h5,.status_div table th{
	font-size: 13px;
    font-weight: 600;
    color: yellow;
	padding-top: 0;
}
.status_div table td{
	padding-top: 0;
	font-size: 12px;
	color: #ffffff;
}
.status_div table th,.status_div table td{
	text-align: center;
}
.status_div ul li{
	font-size: 12px;
	color: yellow;
	padding: 5px 0;
}
.custom_modal .form-group label{
	font-size: 13px;
}



/************************custom_checkbox***************/

.checkbox_container {
  display: block;
  position: relative;
  padding-left:25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	color: #ffffff;
}
.checkbox_container label {
    font-size: 13px;
    color: #ffffff !important;
    margin-bottom: 0;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox_container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
     background-color: transparent;
    border: 1px solid rgba(255,255,255,0.75);
    border-radius: 3px;
}


/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
  background-color: #00ADEF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
      left: 6px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
}

.inspection_records h5{
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
}
.inspection_records td{
	font-size: 13px;
	color: #ffffff;
	background-color: rgba(38, 49, 60,0.5);
	padding: 15px;
	vertical-align: middle;

}
.inspection_records tr{
	border-bottom: 5px solid #3D4B58;
}
.inspection_records .btn-success{
	background-color: transparent;
	color: #28a745;
	padding: 0;
	border: none;
	font-size: 16px;
}
.inspection_records .btn-danger{
	background-color:transparent;
	color: #ff0000;
	padding: 0;
	border: none;
	font-size: 16px;
}
select.form-control{
	max-height: 48px;
}


/******************copyright**************/

.copyright_section{
	padding: 10px 0;
	    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.copyright_section p{
	color: rgba(255,255,255,0.75);
	font-size: 13px;
	margin-bottom: 0;
}


#add_notes-1 .modal-body .observe_form h4{
    font-size: 20px;
    color: #fff;
}
#add_notes-1 .modal-body .observe_form .alerts-message h6{
    font-size: 14px;
    color: #fff;
}
#add_notes-1 .modal-body .observe_form .alerts-message p{
	font-size: 11px;
    font-weight: 400;
    color: #fff;
}

/*file-css*/
.file-page .form-group {
	    width: 100%;
	        margin-bottom: 11px;
}
.file-page .form-group label{
	margin-top: 12px;
}
.check-form-group{
	display: flex;
	    margin-bottom: 20px;
}
.check-form-group .form-check .form-control{
	    width: 270px;
}
.check-form-group .form-check{
	margin-right: 25px;
	    width: 25%;
}
.begin-shift{
	margin-top: 30px;
    text-align: center;
    margin-bottom: 5px;
}
/***new******/
.condor-security {
    margin-bottom: 15px;
}
.condor-security {
    background: rgba(38, 49, 60,0.5);
    padding: 15px;
    box-shadow: 0px 0px 10px 0px rgb(16 157 255 / 20%);
    margin-top: 15px;
    max-height: 395px;
    overflow: auto;
}
.security-img img {
    width: 105px;
    margin-top: 20px;
    height: 105px;
    border-radius: 100%;
}
.security-img h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 8px;
}
.condor-security .security-img p {
    color: #fff;
}
.security-img p {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 3px;
}
.condor-security .property-1-details {
    padding: 0px 6px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-bottom: 0px;
}
.property-1-details .property-email {
    display: flex;
    margin-top: 14px;
    margin-bottom: 13px;
}
.property-email .fa-solid {
   color: #fff;
    margin-right: 10px;
    margin-top: 3px;
}
.property-1-details .property-email p {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}
.condor-security .action-buttons {
    border-top: 1px solid #26313c69;
    padding-top: 15px;
}
.action-buttons {
    text-align: center;
}
.action-buttons .btn {
    margin-right: 5px;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 13px;
    text-decoration: none;
    color: #fff !important;
    font-weight: 600;
}
.action-buttons .btn.view-button {
    background-color: #26313c !important;
}
.action-buttons .btn.edit-button {
    background-color: #8ec63f !important;
}
.action-buttons .btn.delete-button {
    background-color: #df0000 !important;
}
.employee-p .nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background: rgb(230, 230, 230);
    font-size: 13px;
    padding: 8px 15px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    margin-right: 3px;
    margin-bottom: 5px;
}
.choose-category .client-mg .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-size: 13px;
    padding: 8px 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: 500;
    border: 0px;
    height: 38px;
    color: rgb(255, 255, 255) !important;
    background-color: rgb(38, 49, 60) !important;
}
.new-quotes {
    background: #fff;
    padding: 15px 19px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 11%);
    border-radius: 2px;
    margin-bottom: 11px;
    margin-top: 20px;
}
.physical-address {
    border-bottom: 1px solid #00000021;
}
.physical-address h4 {
    font-size: 18px;
    font-weight: 600;
    color: #26313c;
}
a.btn.btn-primary.login-button-main {
    background: #26313c !important;
}
.new-quotes-sec {
    display: flex;
}
.client-profile {
    text-align: center;
    width: 30%;
    margin-top: 20px;
}
#nav-tabContent .client-profile img {
    width: 120px;
}
.municipal-detailed-page .client-profile img {
    width: 103px;
    margin-bottom: 7px;
}
.municipal-detailed-page .client-profile h4 {
    margin-bottom: 7px;
    color: #000000bd;
    font-weight: 600;
}
.client-profile h4 {
    font-size: 18px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
}
.municipal-detailed-page .client-profile p {
    margin-bottom: 20px;
}
.client-profile p {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
}
.municipal-detailed-page .cleint-email {
    border-right: 0px;
}
.cleint-email {
    width: 30%;
    margin-top: 15px;
    border-left: 1px solid #00000040;
    padding: 30px;
    border-right: 1px solid #00000040;
}
.cleint-email .property-email {
    display: flex;
    margin-top: 20px;
    margin-bottom: 18px;
}
.cleint-email .property-email img {
    width: 16px !important;
    height: 18px;
    margin-right: 15px;
}
.cleint-email .property-email p {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
}
.booking-collapse {
    margin-top: 10px;
    width: 100%;
}
a.btn.btn-primary.login-button-main {
    background: #26313c !important;
    border: none;
}
.booking-collapse .panel {
    width: 100%;
    clear: none;
    margin: 0px;
    box-shadow: 0px 0px 10px 0px rgb(16 157 255 / 18%);
    border-radius: 2px;
    margin-bottom: 20px;
}
.booking-collapse .panel {
    width: 100%;
    clear: none;
    margin: 0px;
    /* box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 18%); */
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 0px 15px;
    float: none;
}
.booking-collapse .panel-group .panel-heading {
    padding: 0;
    margin-top: 19px;
    margin-bottom: 0px;
}
.booking-collapse .panel-group .panel-heading a {
    display: block;
    padding: 10px;
    text-decoration: none;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #00000030;
}
.panel-heading h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000000e8;
}
.panel-heading h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000000e8;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.municial-panel {
    padding: 6px 0px;
}
.panel-group .panel-heading a.collapsed:after {
    content: '+';
    margin-top: -20px;
    padding-left: 3px;
}
.panel-group .panel-heading a:after {
    content: '-';
    float: right;
    margin-top: -20px;
    background: #23CED5;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 19px;
    padding-left: 5px;
    color: #fff;
}
.from-date-search-form .btn {
    height: 38px;
}
.from-date-search-form .form-control {
    outline: none !important;
    box-shadow: none !important;
    margin-right: 5px;
    height: 38px;
    width: 25%;
}
.btn-danger, .btn-success {
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
}
.ticket-details-table .table td, .ticket-details-table .table th {
    font-size: 12px;
    padding: 5px;
}
.selectable-checkboxes .form-check {
    width: 19%;
}
.selectable-checkboxes .form-check label span {
    float: right;
}
section.municipal_view_sec {
    padding: 30px 0px;
}
#myTab{
    border: none;
}
.physical-address-model .modal-body .form-group label {
    font-size: 13px;
    font-weight: 600;
}
.physical-address-model .modal-body .form-group .form-control {
    font-size: 13px;
    height: 40px;
    border: 1px solid #00000054;
}
.new-quotes {
    background: transparent !important;
}
.physical-address {
    border-bottom: 1px solid #cccccc24 !important;
}
.physical-address h4 {
    color: #fff !important;
}
div#nav-tabContent {
    background-color: #26313c;
    padding: 15px 0px;
}
.municipal_photos a img {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}
.dataTables_wrapper .dataTables_filter input, .dataTables_length select {
    background-color: #556574;
    color: #fff;
}


.single-card {
    background-color: #26313c;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
}
.add-ticket-form.inner_filters {
    padding: 0px;
}
.add-ticket-form.inner_filters form .col-md-2 {
    max-width: 20%;
    flex: 20%;
}
.add-client-bt .client-add {
    color: #fff;
    background-color: #26313c;
    border-color: #26313c;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 19px;
    margin-left: auto;
    display: block;
}
.property-main-bg {
    background: #fff;
    padding: 5px;
    box-shadow: 0px 0px 10px 0px rgb(16 157 255 / 20%);
    margin-top: 20px;
}

.property-main-bg {
    max-height: 460px;
    overflow: auto;
    margin-bottom: 18px;
        min-height: 460px;
}
.property-main-bg img {
    width: 100%;
}
.property__img img {
    width: 100%;
    max-height: 210px;
    margin: auto;
    height: 210px;
}
.property-content {
    padding: 0px 6px;
}
.property-content h5 {
    font-size: 15px;
    font-weight: 600;
    color: #000000db;
    margin-top: 10px;
}
.a-company {
    margin-bottom: 4px;
}
.personal-details {
    display: flex;
}
.a-company .p-details {
    width: auto;
}
.property-content p {
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px;
}
.property-content img {
    width: 12px;
    margin-right: 10px;
}
.properties-list a{
    text-decoration: none !important;
}
section.properties_sec {
    margin: 30px 0px;
}
.add-client-bt .client-add {
    color: #fff;
    background-color: #171f27;
    border-color: #171f27;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 19px;
    margin-left: auto;
    display: block;
}
.add-ticket-form .form-group .form-control {
    /*height: 42px !important;*/
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #556574;
}
.add-ticket-form .form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.property-email img {
    width: 16px !important;
    height: 18px;
    margin-right: 15px;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    color: #fff !important;
    font-size: 12px;
}
.choose-category {
    background: rgba(38, 49, 60,0.5);
    padding: 25px 22px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 11%);
    border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 25px;
}
.property-page .work-indication {
    margin-top: 20px;
}
.single-indication {
    text-align: center;
    padding: 15px;
    border: 1px solid #808080;
    border-radius: 5px;
    margin-bottom: 30px;
}
.indication-img {
    margin-bottom: 15px;
}
.indication-img img {
    width: 60%;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #26313c;
    height: 25px;
}
.dataTables_length label, .dataTables_filter {
    font-size: 12px;
    font-weight: 600;
}
.property_view_sec{
    margin: 30px 0px;
}
#nav-tabContent .client-profile img {
    width: 120px;
}
.contact-photo img {
    width: 95px !important;
    height: 80px !important;
    border-radius: 100%;
}
.municial-panel .personal-details {
    display: flex;
    margin-bottom: 10px;
}
.p-details {
    width: 200px;
}
.municial-panel .p-details p {
    margin-top: 0px;
}
.p-details p {
    margin-bottom: 0px;
    font-size: 13px;
    color: #26313c;
    font-weight: 600;
    margin-top: 7px;
}
.municial-panel .personal-details .name span {
    color: #23ced5;
    font-size: 13px;
    font-weight: 600;
}


.select2-container--default .select2-selection--multiple {
    background-color: #556574 !important;
    border: 1px solid #556574 !important;
    border-radius: 4px;
    cursor: text;
    height: 48px;
}

.condor-security.single-schedulue {
    position: relative;
    min-height: 305px;
}
.overlay{
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: rgba(255,255,255,0.8) url("https://bylawenforcer.app/assets/admin/img/loader.gif") center no-repeat;
    }
    /*body{
        text-align: center;
    }*/
    /* Turn off scrollbar when body element has the loading class */
    body.loading{
        overflow: hidden;   
    }
    /* Make spinner image visible when body element has the loading class */
    body.loading .overlay{
        display: block;
    }
.new-quotes {
    background: #fff;
    padding: 15px 19px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 11%);
    border-radius: 2px;
    margin-bottom: 11px;
    margin-top: 20px;
}
.physical-address {
    border-bottom: 1px solid #00000021;
}
.physical-address h4 {
    font-size: 18px;
    font-weight: 600;
    color: #26313c;
}
.new-quotes-sec {
    display: flex;
}
.client-profile {
    text-align: center;
    width: 30%;
    margin-top: 20px;
}
.municipal-detailed-page .client-profile img {
    width: 103px;
    margin-bottom: 7px;
}
.municipal-detailed-page .client-profile h4 {
    margin-bottom: 7px;
    color: #000000bd;
    font-weight: 600;
}
.client-profile h4 {
    font-size: 18px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
}
.municipal-detailed-page .client-profile p {
    margin-bottom: 20px;
}
.client-profile p {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
}
.municipal-detailed-page .cleint-email {
    border-right: 0px;
}
.cleint-email {
    width: 30%;
    margin-top: 15px;
    border-left: 1px solid #00000040;
    padding: 30px;
    border-right: 1px solid #00000040;
}
.cleint-email .property-email {
    display: flex;
    margin-top: 20px;
    margin-bottom: 18px;
}
.cleint-email .property-email img {
    width: 16px !important;
    height: 18px;
    margin-right: 15px;
}
.cleint-email .property-email p {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
}
.booking-collapse {
    margin-top: 10px;
}
.booking-collapse .panel {
    width: 100%;
    clear: none;
    margin: 0px;
    box-shadow: 0px 0px 10px 0px rgb(16 157 255 / 18%);
    border-radius: 2px;
    margin-bottom: 20px;
}
.booking-collapse .panel-group .panel-heading {
    padding: 0;
    margin-top: 19px;
    margin-bottom: 0px;
}
/*.booking-collapse .panel-title {
    padding: 10px;
}*/
.booking-collapse .panel-group .panel-heading a {
    display: block;
    padding: 10px 0px;
    text-decoration: none;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #00000030;
}
.panel-heading h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000000e8;
}
.municial-panel {
    padding: 6px 0px;
}
.booking-details {
    padding: 0px 15px;
}
.municial-panel .personal-details {
    display: flex;
    margin-bottom: 10px;
}
.p-details {
    width: 200px;
}
.municial-panel .p-details p {
    margin-top: 0px;
}
.p-details p {
    margin-bottom: 0px;
    font-size: 13px;
    color: #26313c;
    font-weight: 600;
    margin-top: 7px;
}
.municial-panel .personal-details .name span {
    color: #23ced5;
    font-size: 13px;
    font-weight: 600;
}
.municial-panel .personal-details .name p {
    color: #000000c7;
    font-size: 12px;
    font-weight: 600;
    margin-left: 10px;
    margin-top: 6px;
}
.employee-p .nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background: rgb(230, 230, 230);
    font-size: 13px;
    padding: 8px 15px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    margin-right: 3px;
    margin-bottom: 5px;
}
.property-main-bg {
    background: rgba(38, 49, 60,0.5);
    padding: 5px;
    margin-top: 20px;
}
.property-main-bg.photos_main_d{
    min-height: 210px;
    overflow-y: auto;
    max-height: 210px;
}
.property-main-bg.photos_main_d>img {
    width: 100%;
    height: 165px;
}
.property-main-bg img {
    width: 100%;
}
.property-content {
    padding: 0px 6px;
}
.property-content h5 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
}
.property-content p {
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px;
}
.property-content p img{
    width: auto;
}
.work-indication {
    margin-top: 20px;
}
.single-indication {
    text-align: center;
    padding: 30px;
    border: 1px solid #808080;
    border-radius: 5px;
    margin-bottom: 30px;
}
.indication-img {
    margin-bottom: 15px;
}
.indication-img img {
    width: 48%;
}
.indication-text a {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}
.indication-text p {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 1px;
}
.indication-text p {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 1px;
}
.physical-address-model .modal-header{
border-bottom: 0px;
}
.physical-address-model .modal-footer{
border-top: 0px;
}
.physical-address-model .modal-body .form-group label{
    font-size: 13px;
    font-weight: 600;
}
.physical-address-model .modal-body .form-group .form-control{
  font-size: 13px;
    height: 40px;
    border: 1px solid #00000054;
}
.aggrement-icons img, .property-main-bg img {
  cursor: pointer;
}
.condor-security.single-schedulue{
       position: relative;
        min-height: 305px;
   }
   .condor-security.single-schedulue .action-buttons {
        border: none !important;
        position: absolute;
        right: 12px;
        top: 2px;
    }
    .condor-security.single-schedulue .photos_main_d{
        height: 230px;
        overflow: auto;
   }
   .condor-security.single-schedulue .photos_main_d img{
       width: 100%;
       border-radius: 0px;
       margin-top: 0px;
       height: auto;
   }
   .aggrement-icons img, .property-main-bg img {
    cursor: pointer;
  }
  button.btn.btn-info.btn-email-config.tickets {
      margin-top: 30px;
  }
  .selectable-checkboxes .form-check {
      width: 19%;
  }
  .selectable-checkboxes .form-check label span{
      float: right;
  }
  .from-date-search-form .form-control{
      outline: none !important;
      box-shadow: none !important;
      margin-right: 5px;
      height: 38px;
      width: 25%;
  }
  .from-date-search-form .btn{
      height: 38px;
  }
  .welcome-main .pull-right{
    float: right;
  }
  .btn-table {
    position: fixed;
    top: 400px;
    z-index: 99;
    right: 2px;
}
.emaildesc p{
    word-break: break-word;
}
.emaildesc {
    width: 100%;
    word-break: break-word;
    overflow: auto;
}
.ticket-details-table .table td, .ticket-details-table .table th{
    font-size: 12px;
    padding: 5px;
}
.ticket-details-table .table td button, .ticket-details-table .table td a{
    margin-bottom: 3px;
    font-size: 12px;
}
.uploader_f8nj8r{
    max-width: 95% !important;
}
.uploader_f8nj8r-o_O-uploader_j21be0{
    max-width: 100% !important;
    min-width: 100% !important;
}
.uploader_f8nj8r-o_O-uploader_j21be0, .uploaderWrapper_1d4xkau, 
.uploader_f8nj8r-o_O-uploader_j21be0, #show_iframe iframe, 
.uploader_f8nj8r, .uploader_f8nj8r-o_O-uploader_j21be0, .uploader_f8nj8r-o_O-uploader_j21be0, .uploaderWrapper_1d4xkau > div, .uploader_f8nj8r{
    max-width: 100% !important;
    min-width: 100% !important;
}
.uploader_f8nj8r-o_O-uploader_j21be0 {
    width: 100%;
    max-width: 100% !important;
}
.uploaderWrapper_1d4xkau {
    justify-content: center;
}
.municipal_photos a img{
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}
.employee-p .nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background: rgb(230, 230, 230);
    font-size: 13px;
    padding: 8px 15px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    margin-right: 3px;
    margin-bottom: 5px;
}
.aggrement-icons {
    width: 100%;
    display: flex;
        flex-wrap: wrap;
}
.municipal-aggrements .aggrement-pdf {
    border: 1px solid #c0bfbf69;
    border-radius: 3px;
}
.aggrement-pdf {
    width: 20%;
    padding: 10px 5px;
    margin-top: 17px;
    margin-right: 10px;
}
.aggrement-pdf img {
    width: 50px;
}
.aggrement-pdf p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-top: 21px;
}
.application-popup .modal-header {
    border-bottom: 0px;
}
.application-popup .modal-body h4 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.application-popup .modal-body p {
    font-size: 13px;
    color: #000000c7;
    font-weight: 500;
    padding: 0px 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.action-buttons {
    text-align: center;
}
.action-buttons .btn.view-button {
    background-color: #26313c !important;
}
.action-buttons .btn {
    margin-right: 5px;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 13px;
    text-decoration: none;
    color: #fff !important;
    font-weight: 600;
}
.action-buttons .btn.edit-button {
    background-color: #8ec63f !important;
}
.action-buttons .btn.delete-button {
    background-color: #df0000 !important;
}
.site_orders_button {
    display: block;
    width: 100%;
    padding: 10px;
    color: #fff;
    background-color: #26313c !important;
    font-size: 14px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.setting_sec_child {
    padding: 30px;
    background-color: #26313c;
    width: 50%;
    margin: 50px auto;
    border-radius: 5px;
}
.setting_sec_child h5 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
}

.setting_sec_child ul li {
    list-style: disc;
    color: #fff;
}
.setting_sec_child ul li a {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
}
.setting_sec_child ul{
    margin-bottom: 0px;
    padding-left: 30px;
}