/* Write your custom CSS here */
.bootstrap-select.form-control{
	padding: 0 !important;
}

.modal-body .bootstrap-select{
	display: flex !important;
	flex-direction: column !important;
}

.modal-body .bootstrap-select button{
	order: 1;
}

.modal-body .bootstrap-select p{
	order: 2;
}

.response-msg.text-success{
	color: green;
}

.bootstrap-select > .dropdown-toggle{
	padding: 6.5px;
}

.custom-btn{
	background: #556ee6;
	color: #fff;
	padding: 3px 7px;
	border-radius: 3px;
	font-size: 12px;
	float: right;
}

.custom-modals .close{
	color: #fff;
	font-weight: 300;
}

.custom-modals .modal-title{
	display: inline-block;
	font-size: 16px;
	color: #fff;
}

.custom-modals .modal-header{
	background: linear-gradient(135deg,#6366f1,#8b5cf6);;
	margin-bottom: 15px;
	padding: 15px 30px;
}

label{
	width: 100%;
}

.table-row {
    border-bottom: 1px solid #f5f5f5;
    padding: 10px;
}

.filter_tasks_section{
background: #fff;
-webkit-box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
-moz-box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
border: none !important;
}

.page-inner{
background: #f8f8fb;
}

.panel-blue{
    background: linear-gradient(135deg,#6366f1,#8b5cf6);
    color: #fff;
    min-height: 300px;
-webkit-box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
-moz-box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
}

.ft-20{
    font-size: 20px;
}

.panel-blue .info-box-stats h2{
    font-weight: 700;
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.filter_tasks_section{
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
}

.filter_tasks_section h3{
    margin-top: 0;
}

.panel-blue .info-box-stats{
    float: none;
}

.panel-blue .info-box-stats h2, 
.info-box-content{
    color: #fff !important;   
}

.info-box-content table{
    width: 100%;
}

.info-box-content h4{
    margin-bottom: 1px;
    padding: 0;
}

.info-box-content h4 a{
	color: #fff !important;
    font-size: 16px;
}

.d-inline{
    display: inline;
}

.dt-button{
	background: #292f41;
	border: 0;
	padding: 10px 15px;
	color: #fff;
}

.img-popup img{
    max-width: 50%;
}

.modal-body img{
    max-width: 100%;
}

.br-5{
	border-radius: 5px;
	width: 90px;
}

.p3{
	padding: 3px;
	width: 80px;
}

.py-3{
	padding: 3px 15px;
}

.btn-secondary{
	background: #808080;
	color: #fff;
}

.btn-secondary:hover{
	background: #707070;
	color: #fff;
}

.btn-green{
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-green:hover{
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.sorting_1{
  color: #000;
}

.panel-grey{
	background: #efefef;
	padding: 15px 0;
}

.btn-add {
    margin-bottom: 10px;
}

.datepicker table {
    width: 300px !important;
    height: 300px !important;
}

.img-popup{
	position: relative;
	display: inline-block;
}

.img-popup i.fa{
	display: none;
	position: absolute;
    left: 25%;
    top: 45%;
    font-size: 25px !important;
    color: #fff;
}

.img-popup:hover i.fa{
	display: block;
}

.btn-slot {
    margin-bottom: 10px;
}
.d-none{display:none!important}
.filter-wrap {
	margin-bottom: 20px;
	border:1px solid #000;
	padding: 20px 10px;
}
.buttons-pdf {
    background: #d8121f;
    border: none;
    color:#fff;
    font-weight: bold;
    margin: 0 5px;
}
.buttons-csv {
    background: #f9d95e;
    border: none;
    color:#fff;
    font-weight: bold;
    margin: 0 5px;
}
.buttons-print {
    background: #007fff;
    border: none;
    color:#fff;
    font-weight: bold;
    margin: 0 5px;
}
.float-right {
    float: right!important;
}
.modal-header
{
	height: auto;
}

.time-slot-list {
    margin-bottom: 20px;
}

.time-slot-list .time-slot-item .btn {
  padding: 9px 10px;
  border: 2px solid #33467B;
  color: #333;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
}

.time-slot-list .time-slot-item .btn:hover, .time-slot-list .time-slot-item .btn:focus {
  border-color: #06DAB0;
  color: #06DAB0;
  background-color: transparent;
}

.time-slot-list .time-slot-item .time-slot-selected {
  border-color: #E74133;
  background-color: transparent;
  color: #E74133 !important;
  pointer-events: none;
}

.time-slot-list .time-slot-item:nth-child(n+5) {
  margin-top: 10px;
}

.sqmeter-btn-list .btn {
  margin: 5px 0;
}

.fa{
	font: normal normal normal 11px/1 FontAwesome !important;
}

.fa-lg{
	font: normal normal normal 16px/1 FontAwesome !important;
}

.modal-body{
	overflow: auto;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #292f41;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

.droplink.open .sub-menu .sub-menu{
	background: linear-gradient(135deg,#6366f1,#8b5cf6);
	padding: 15px;
	margin-bottom: 10px;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline.two_cols > li{
	display: flex;
}

ul.timeline > li > div:first-child{
	margin-right: 20px;
}

.p-30{
	padding: 0px 30px;
}

.p-45{
	padding: 0px 45px;
}

ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #333;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

#property_log .modal-body {
    overflow-y: auto;
    height: 400px;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid #EE038C;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.v-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.photo-grid div[class*="col-"]:nth-child(4n+1) 
{
  content: "";
  display: block;
  clear: both;
}

.enable-input {
    opacity: 1 !important;
    pointer-events: auto !important;
}
 .form-check-checkbox .form-control {
    opacity: 0.4;
    pointer-events: none;
}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

@media print{
	.purchase-content .col-md-6{
		float: none;
		display: inline-block;
	}
}

.photo-grid .col-md-3:nth-child(n+5) {
    margin-top: 30px;
}

@media screen and (max-width:991px) {
    .photo-grid .col-md-3:nth-child(n+5) {
        margin-top: 0;
    }
    .photo-grid .col-md-3:nth-child(n+4) {
        margin-top: 30px;
    }
    .time-slot-list .time-slot-item:nth-child(n+5) {
      margin-top: 0;
    }
    .time-slot-list .time-slot-item:nth-child(n+4) {
      margin-top: 10px;
    }
    .photo-grid div[class*="col-"]:nth-child(4n+1) {
      display: none;
    }
    .photo-grid div[class*="col-"]:nth-child(3n+1) {
      content: "";
      display: block;
      clear: both;
    }
}

@media screen and (max-width:767px) {
    .photo-grid .col-md-3:nth-child(n+4) {
        margin-top: 0;
    }
    .photo-grid .col-md-3:nth-child(n+3) {
        margin-top: 30px;
    }
    .time-slot-list .time-slot-item:nth-child(n+4) {
      margin-top: 0;
    }
    .time-slot-list .time-slot-item:nth-child(n+2) {
      margin-top: 10px;
    }
    .photo-grid div[class*="col-"]:nth-child(3n+1) {
      display: none;
    }
    .photo-grid div[class*="col-"]:nth-child(2n+1) {
      content: "";
      display: block;
      clear: both;
    }
}
.is_invalid{
  border-color:#a94442;
}
.text-break{
  overflow-wrap:break-word;
}

.multiselect-tag-list {
  display: flex;
  flex-wrap: wrap;
}

.multiselect-tag-item {
  border: 1px solid #292f41;
  padding: 2px 5px;
  border-radius: 3px;
  margin: 2px;
}