/* Write your custom CSS here */
.table-row {
    border-bottom: 1px solid #f5f5f5;
    padding: 10px;
}

.page-header-fixed:not(.page-sidebar-fixed):not(.page-horizontal-bar) .page-inner{
    padding-top: 0px;
}

a, button{
	font-size: 15px !important;
}

.vertical-nav-menu.metismenu li{
	margin-top: 10px;
}

.page-inner.app-main__inner{
	background: #f5f5f5;
}

.panel-blue{
    background: #11394c;
    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: #11394c;
	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: #11394c;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

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

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;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}
 
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #003557;
  animation: spinner .6s linear infinite;
}

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

.fixed-sidebar .app-main .app-main__outer,
.app-main {
    z-index: auto;
}

.app-header {
  z-index: 15;
}

.closed-sidebar .app-header__logo .logo-src-alt {
  display: none;
}

.closed-sidebar .app-sidebar {
  transform: translateX(-80px);
}

.closed-sidebar.fixed-sidebar .app-main__outer {
  padding-left: 0;
}

.app-page-title {
  padding: 5px 30px;
  margin: -30px -30px 10px;
}

.app-header,
.app-header__logo {
  height: 42px;
}

.app-theme-white .app-header {
  background-color: #003557;
}

.fixed-header .app-main {
  padding-top: 42px;
}
.app-theme-white .app-footer .app-footer__inner,
.app-theme-white.app-container {
  background-color: #fff;
}

.card {
  box-shadow: none;
}

.app-theme-white.fixed-header .app-header__logo {
  background-color: transparent;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #003557;
  border-color: #003557;
}

.btn-info:hover {
    color: #003557;
    background-color: transparent;
    border-color: #003557;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: 400;
  color: #003557;
}

table.dataTable {
  font-size: 12px;
}

.table-actions-wrap {
  position: relative;
}

.table-actions-wrap a {
  color: inherit;
  font-size: 13px !important;
}

.table-action-list {
  position: absolute;
  top: 5px;
  left: 13px;
  background-color: #fff;
  border: 1px solid;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  z-index: 1;
}

.table-action-list a {
  display: block;
  padding: 5px 10px;
}

.table-actions-wrap a:hover {
  text-decoration: none;
}

.table-actions-wrap .table-actions-title {
  position: relative;
  display: block;
  text-align: center;
}

.table-actions-wrap .table-actions-title::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='15px' viewBox='0 0 15 15' version='1.1'%3E%3Cg id='surface1'%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:rgb(28.627451%25,31.372549%25,34.117647%25);fill-opacity:1;' d='M 1.855469 5.644531 C 0.832031 5.644531 0 6.472656 0 7.5 C 0 8.527344 0.828125 9.355469 1.855469 9.355469 C 2.882812 9.355469 3.710938 8.527344 3.710938 7.5 C 3.710938 6.472656 2.882812 5.644531 1.855469 5.644531 Z M 7.597656 5.644531 C 6.574219 5.644531 5.738281 6.472656 5.738281 7.5 C 5.738281 8.523438 6.570312 9.355469 7.597656 9.355469 C 8.621094 9.355469 9.453125 8.527344 9.453125 7.5 C 9.453125 6.472656 8.621094 5.644531 7.597656 5.644531 Z M 13.144531 5.644531 C 12.117188 5.644531 11.289062 6.472656 11.289062 7.5 C 11.289062 8.523438 12.117188 9.355469 13.144531 9.355469 C 14.167969 9.355469 15 8.527344 15 7.5 C 15 6.472656 14.167969 5.644531 13.144531 5.644531 Z M 13.144531 5.644531 '/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 15px;
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.table-action-list:hover,
.table-actions-title:hover + .table-action-list {
  opacity: 1;
  visibility: visible;
}

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 16px;
  margin: 0;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #003557;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 15px;
}

.slider.round:before {
  border-radius: 50%;
}

.app-page-breadcrumb {
  padding: 0 1.25rem;
}

.page-breadcrumb-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-breadcrumb-heading {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.page-breadcrumb-heading a {
  color: inherit;
  font-size: 16px !important;
}

.page-breadcrumb-heading a:after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}

.page-breadcrumb-heading > div {
  color: #003557;
}

.page-breadcrumb-wrapper .btn-primary {
  color: #003557;
  background-color: transparent;
  border-color: #003557;
  font-size: 12px !important;
}

.page-breadcrumb-wrapper .btn-primary:not(:disabled):not(.disabled):active, .page-breadcrumb-wrapper .btn-primary:not(:disabled):not(.disabled).active, .page-breadcrumb-wrapper .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #003557;
  border-color: #003557;
}

.stickey-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 30px;
  background-color: #fff;
  box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
}

.stickey-footer a, .stickey-footer button {
  font-size: 12px !important;
}

.btn-outline-primary {
    color: #003557;
    border-color: #003557;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle,
.btn-outline-primary:hover {
    color: #fff;
    background-color: #003557;
    border-color: #003557;
}

.dropdown-menu .dropdown-header {
  color: #003557;
}

.btn {
  padding: .25rem .5rem;
}

.fixed-sidebar .app-main .app-main__outer {
  padding-left: 0;
}

.fixed-sidebar .app-sidebar {
  box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
  margin-top: -42px;
  padding-top: 42px;
}

.form-control.error {
  border-color: #d92550;
}

.form-control.error:focus {
  box-shadow: 0 0 0 0.2rem rgb(217 37 80 / 25%);
}

/*thead input {
  width: 100%;
}*/

table.dataTable.no-footer,
table.dataTable thead th, table.dataTable thead td {
  border-color: #ddd;
  border-top: 0 none;
  background-color: #e0f3ff;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 3px 6px;
}

table.dataTable tbody th a, table.dataTable tbody td a {
  color: inherit;
  font-size: 12px !important;
}

table.dataTable tbody th a:hover, table.dataTable tbody td a:hover {
  text-decoration: none;
}

.header-input-search {
    border: 1px solid #ddd;
    width: 100%;
}

input:focus-visible {
  outline: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-size: 12px !important;
  padding: 5px 10px;
}

table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 4px 6px;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle,
.btn-primary:hover {
  color: #fff;
  background-color: #003557;
  border-color: #003557;
}