/* Write your custom CSS here */
section {
  flex-grow: 1;
}
.app_upload {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: space-between;
  font-size: 17px;
}

.app_upload label{
	font-size: 18px;
	margin-bottom: 10px;
}

.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 25px;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  background: #dfdfdf;
  border-radius: 3px;
  transition: 0.2s;
  &.is-active {
    background-color: rgba(255, 255, 255, 0.05);
  }
}

.fake-btn {
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.file-msg {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  &:focus {
    outline: none;
  }
}

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

td{
	max-width: 150px !important;
	word-wrap: break-word !important;
}

.panel-blue{
    background: #009fe3;
    color: #fff;
    min-height: 300px;
}

.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: #009fe3;
	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: #009fe3;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li {
    margin: 20px 0;
    padding: 10px 10px 5px 10px;
	display: block;
	overflow: auto;
	background: #f9f9f9;
}

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 #009fe3;
  padding: 2px 5px;
  border-radius: 3px;
  margin: 2px;
}