.h-100vh {
  height: 100vh;
}

.input_type {
  margin-bottom: 25px;
}

.input_type label {
  margin-bottom: 0px;
  color: #555555;
  font-weight: 600;
  font-size: 15px;
}

.input_type .form-control {
  height: 45px;
  background: #f8f9fc;
  border: 2px solid #e3e6f0;
}

.input_type .input-group-text {
  background-color: #2951a2;
  color: #fff;
  padding: 0.375rem 0.90rem;
}

.input_type .input-group-prepend .have_checkbox {
  background: #dee2ec;
  position: relative;
  right: -3px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.input_type textarea {
  height: 100px !important;
}

[readonly] {
  background: #dcdcdd !important;
  cursor: not-allowed;
}

[readonly]:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-control:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.table.dataTable {
  margin: 0px !important;
}

.table.dataTable th {
  line-height: 17px;
  vertical-align: middle;
  font-size: 14px;
  color: #7c7c7f;
}

.table.dataTable td {
  font-size: 15px;
  color: #7c7c7f;
  vertical-align: middle;
}

.dataTables_filter {
  float: right;
}

.entries label, .dataTables_filter label {
  margin: 0px !important;
}

.dataTables_paginate .pagination {
  float: right;
}

.topbar {
  position: relative;
}

.topbar .logo-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  text-align: center;
}

.img-profile {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
}

.checkbox {
  opacity: 0 !important;
  position: absolute;
}

.checkbox:checked ~ .status {
  background: #1cc88a;
}

.table td label.status {
  background: #e74a3b;
  height: 16px;
  width: 16px;
  cursor: pointer;
  border-radius: 100%;
  top: 7px;
  position: relative;
  margin-bottom: 0px;
  margin-right: 9px;
}

.thead-light th {
  background-color: #f8f9fc !important;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}

.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent !important;
  font-family: "Font Awesome 5 Free";
  color: #2951a2;
  background-image: none !important;
  top: 0px !important;
  font-size: 17px;
  border: none !important;
  font-weight: 100;
}

.custom-radio .custom-control-label:before {
  content: "\f111";
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  content: "\f192";
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent !important;
  font-family: "Font Awesome 5 Free";
  color: #2951a2;
  background-image: none !important;
  top: 0px !important;
  font-size: 17px;
  border: none !important;
}

.custom-checkbox .custom-control-label:before {
  content: "\f0c8";
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  content: "\f14a";
}

.card-header h6 {
  color: #555555;
  font-size: 18px !important;
  font-weight: 600;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  display: none !important;
}

table.dataTable thead > tr > th.sorting_asc span,
table.dataTable thead > tr > th.sorting_desc span,
table.dataTable thead > tr > th.sorting span,
table.dataTable thead > tr > td.sorting_asc span,
table.dataTable thead > tr > td.sorting_desc span,
table.dataTable thead > tr > td.sorting span {
  padding-right: 30px;
}

table.dataTable thead > tr > th > span:active,
table.dataTable thead > tr > td > span:active {
  outline: none;
}

table.dataTable thead .sorting > span,
table.dataTable thead .sorting_asc > span,
table.dataTable thead .sorting_desc > span,
table.dataTable thead .sorting_asc_disabled > span,
table.dataTable thead .sorting_desc_disabled > span {
  cursor: pointer;
  position: relative;
}

table.dataTable thead .sorting > span:before,
table.dataTable thead .sorting > span:after,
table.dataTable thead .sorting_asc > span:before,
table.dataTable thead .sorting_asc > span:after,
table.dataTable thead .sorting_desc > span:before,
table.dataTable thead .sorting_desc > span:after,
table.dataTable thead .sorting_asc_disabled > span:before,
table.dataTable thead .sorting_asc_disabled > span:after,
table.dataTable thead .sorting_desc_disabled > span:before,
table.dataTable thead .sorting_desc_disabled > span:after {
  position: absolute;
  bottom: 0px;
  display: block;
  opacity: 0.3;
}

table.dataTable thead .sorting > span:before,
table.dataTable thead .sorting_asc > span:before,
table.dataTable thead .sorting_desc > span:before,
table.dataTable thead .sorting_asc_disabled > span:before,
table.dataTable thead .sorting_desc_disabled > span:before {
  right: 1em;
  content: "\2191";
}

table.dataTable thead .sorting > span:after,
table.dataTable thead .sorting_asc > span:after,
table.dataTable thead .sorting_desc > span:after,
table.dataTable thead .sorting_asc_disabled > span:after,
table.dataTable thead .sorting_desc_disabled > span:after {
  right: 0.5em;
  content: "\2193";
}

table.dataTable thead .sorting_asc > span:before,
table.dataTable thead .sorting_desc > span:after {
  opacity: 1;
}

table.dataTable thead .sorting_asc_disabled > span:before,
table.dataTable thead .sorting_desc_disabled > span:after {
  opacity: 0;
}

.with-ajax.form-control .dropdown-menu {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.with-ajax.form-control .dropdown-menu .bs-searchbox .form-control {
  background: #fff !important;
  border: none !important;
}

.selectpicker + .with-ajax.form-control {
  padding: 0px;
}

.selectpicker + .with-ajax.form-control .dropdown-toggle::after {
  float: right;
  top: 11px;
  position: relative;
}

.revisions-box {
  color: #78261f;
  background-color: #fadbd8;
  border-color: #f8ccc8;
  margin-top: -20px;
  border-radius: 0px;
  border: none;
  margin-left: -20px;
  margin-right: -20px;
}

.revisions-box .card-header {
  background-color: #f8ccc8;
}

.revisions-box .card-header .card-link {
  display: block;
  color: #333333 !important;
  font-size: 18px;
}

.revisions-box .card-header .card-link:after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  opacity: 0.5;
}

.revisions-box .card-header .card-link.collapsed:after {
  /* symbol for "collapsed" panels */
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
}

.revisions-box .list_of_revisions {
  padding: 15px;
}

.revisions-box .list_of_revisions .revisions_list {
  list-style-type: none;
  padding: 5px;
  color: #333333;
}

.revisions-box .list_of_revisions .revisions_list b {
  color: #c7202f;
}

.btn-lg {
  text-transform: uppercase;
  font-size: 17px;
  padding: 0.7rem 1rem;
  letter-spacing: 2px;
}

.revision_before_after .input_type {
  padding: 10px 10px;
  margin-bottom: 3px !important;
}

.revision_before_after .input_type.revison_before {
  color: #721c24 !important;
  background-color: #f7edee  !important;
  border-color: #f5c6cb !important;
}

.revision_before_after .input_type.revison_before label {
  color: #721c24 !important;
}

.revision_before_after .input_type.revison_before .form-control {
  color: #721c24 !important;
}

.revision_before_after .input_type.revison_after {
  color: #155724 !important;
  background-color: #e4f7e8  !important;
  border-color: #c3e6cb !important;
}

.revision_before_after .input_type.revison_after label {
  color: #155724 !important;
}

.revision_before_after .input_type.revison_after .form-control {
  color: #155724;
}

.fixed_top {
  position: fixed !important;
  top: 0;
}

.fheader {
  position: absolute;
  z-index: 10;
  top: 0px;
  right: 0px;
  width: 100%;
  border-radius: 0px;
}

.revision_link {
  color: #7c7c7f !important;
  text-decoration: underline !important;
}

.b-buttom {
  border-bottom: 3px solid #2951a2;
}

.check-list {
  padding: 0px;
}

.check-list li {
  margin: 0px;
  /*padding: 0px 0px 0px 20px;*/
  border-bottom: 1px solid #e3e6f0;
  list-style-type: none;
}

.check-list li .custom-control {
  margin-left: 20px;
}

.check-list li .custom-control-label {
  font-size: 13px !important;
  padding: 10px 0px;
  display: block;
  cursor: pointer;
}

.search {
  font-size: 13px;
  border-radius: 0px !important;
  height: 40px;
  border: none;
}

.check-list li .custom-checkbox .custom-control-label::before,
.check-list li .custom-checkbox .custom-control-label::after,
.check-list li .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  top: 6px !important;
}

.multi-title {
  line-height: 100%;
}

.c-avatar {
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50em;
  width: 44px;
  height: 44px;
  font-size: 14.4px;
}

.c-avatar-img {
  width: 100%;
  height: auto;
  border-radius: 50em;
}

.c-avatar .c-avatar-status {
  position: absolute;
  bottom: 0;
  display: block;
  border: 1px solid #fff;
  border-radius: 50em;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: -13px;
  padding: 1px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 5px;
}

.tenant_info .modal-header .user-img {
  border: 3px solid #fff;
}

.tenant_info .modal-header.header-bg {
  background: url(../img/footer-bg-think.png);
  background-size: 100%;
  padding-bottom: 0px;
}

.tenant_info .nav-tabs {
  border-bottom: 3px solid rgba(255, 255, 255, 0.7);
  width: 100%;
}

.tenant_info .nav-tabs .nav-item {
  border: none !important;
  margin-bottom: -3px;
}

.tenant_info .nav-tabs .nav-item .nav-link {
  color: rgba(252, 252, 252, 0.5);
  border: none;
  padding: 10px;
}

.tenant_info .nav-tabs .nav-item .nav-link.active, .tenant_info .nav-tabs .nav-item .nav-link:hover {
  background-color: transparent;
  border-bottom: 3px solid #1cc88a;
  color: #fff;
}

.sidebar {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  webkit-backdrop-filter: saturate(180%) blur(20px);
}

td.details-control {
  background: url("../../assets/img/details_open.png") no-repeat center center;
  cursor: pointer;
}

tr.shown td.details-control {
  background: url("../../assets/img/details_close.png") no-repeat center center;
}

tr.shown + tr > td {
  padding: 0px !important;
}

.maintenance-box {
  margin-top: -16px;
}

.maintenance-box .nav .nav-link {
  border-radius: 0px;
  line-height: 20px;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #fff;
}

.maintenance-box .nav .nav-link.active, .maintenance-box .nav .nav-link:hover {
  background: rgba(0, 0, 0, 0.2);
}

.maintenance-box .nav .nav-link .badge {
  position: absolute;
  right: 0px;
  top: 10px;
  right: 24px;
  top: 16px;
}

.maintenance-box .table th {
  font-size: 14px;
}

.maintenance-box .table td {
  font-size: 14px;
}
/*# sourceMappingURL=style.css.map */