@charset "UTF-8";

html {
  position: relative;
  min-height: 100%;
  background: #242e8d;
  margin: 5px;
}

body {
  background: #242e8d;
  float: left;
  width: 100%;
}

.w97 {
  width: 97% !important;
}

.w100 {
  width: 100% !important;
}

.desktop_mainFrame {

  width: 99%;
  margin: 5px;
  height: 97vh;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.desktop_mainFrame .navbar.navbar-inverse {
  background: #354196 !important;
  margin-top: 10px;
  position: absolute;
  margin-left: 10px;
  margin-right: 15px;
}

.desktop_mainFrame .fixed-sidebar-left {
  position: absolute;
  top: 53px;
  left: 15px;
  /*width: 246px;*/
  margin-left: 0;
  bottom: 0;
  z-index: 100;
  border-right: 0px solid #dedede !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 90% !important;
}

.appLogo {
  height: 42px;
}

.page-wrapper {
  /*margin-left: 246px;*/
  padding: 40px 10px;
  background: #354196 !important;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 0;
  height: 95vh !important;
  min-height: 680px !important;
}

.fixed-sidebar-left .side-nav {
  height: 100% !important;
  width: 100%;
  background-color: #2f3986 !important;
}

.wrapper.theme-1-active .fixed-sidebar-left .side-nav {
  background: #2f3986 !important;
  margin-left: -8px !important;
}

.fixed-sidebar-left .side-nav li {
  width: 246px;
  border-bottom: 1px solid #4c57a1;
}

.dragscroll_menu_wrap {
  overflow: auto;
}

a.toggle-left-nav-btn,
a#toggle_mobile_nav,
a#toggle_mobile_search {
  color: #ffffff;
  position: relative;
  padding-top: 5px;
  height: 42px;
}

.mask {
  height: 20px;
  width: 100%;
  position: absolute;
  color: #ffffff;
}

#clock {
  color: #cfd5ff;
  font-size: 13px;
}

.b-l-b {
  border-left: 1px solid #4c57a1;
}

.b-r-b {
  border-right: 1px solid #4c57a1;
}

.desktop_mainFrame .card-view {
    height: 88vh !important;
    width: 98%;
    margin-top: 15px;
    overflow-x: auto;
    margin-left: 2%;
}

#mnu_left_sidebar .left_searchbar {
  background-color: #3d499f;
  border: 1px solid #6c74ad;
  border-radius: 0;
  height: 32px;
}

#mnu_left_sidebar .left_searchbar_icon {
  color: #ffffff;
}

.fixed-sidebar-left .side-nav li:hover {
  background-color: #283172 !important;
  cursor: pointer;
}

.fixed-sidebar-left .side-nav li:first-child:hover {
  background-color: #2b3475 !important;
  cursor: pointer;
}

.fixed-sidebar-left .side-nav li a .pull-right i {
  color: #d5d9ff;
}

.left_sidebar_searchwrap {
  background-color: #4856b9;
  padding: 5px !important;
  width: 30px;
  height: 32px;
  border: 1px solid #6c74ad;
  border-right: 0;
}


.fixed-sidebar-left .side-nav li a:hover {
  border-left: 3px solid #00d8ff;
}

.full-table-grid tbody tr:nth-of-type(even) {
  background-color: #f4f6ff;
}

.full-table-grid tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.full-table-grid thead .w10,
.full-table-grid thead .w5,
.full-table-grid tbody .w10,
.full-table-grid tbody .w5 {
  width: auto !important;
}

.full-table-grid tbody tr td:last-child {
  text-align: center !important;
}


/***************** Modal Styling ************/
#page_desktop_modalwrap {
  width: 99%;
  margin: 5px;
  height: 96vh;
  border-radius: 5px;
  background: rgba(73, 2, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.modal-open .modal {
  background-color: rgba(255, 255, 255, 0.50);
  width: 99%;
  margin: 5px;
  height: 98vh;
  border-radius: 5px;
  background: rgb(36 46 119);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

#page_desktop_modalwrap .modal-header button {
  position: absolute;
  right: 2px;
  top: 2px;
  border-radius: 150px !important;
  width: 30px;
  height: 30px;
  padding: 4px;
}

#page_desktop_modalwrap .modal-header button i {
  text-align: center;
  font-size: 18px;
  padding: 0px !important;
}

#page_desktop_modalwrap .modal-dialog {
  width: 98% !important;
  margin: 1%;
}

#page_desktop_modalwrap .modal-open .modal {
  background-color: #252f77 !important;
}

#page_desktop_modalwrap .modal-header {
  padding: 8px 10px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #ffffff;
  border-left: 0px solid #3575d3;
}

#page_desktop_modalwrap .modal-header h4 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #222c8d !important;
}

#page_desktop_modalwrap .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, .2);
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#page_desktop_modalwrap .modal-body {
  position: relative;
  padding: 15px;
  height: 80vh;
  overflow-x: hidden;
}

#page_desktop_modalwrap .modal-dialog .modal-footer {
  padding: 10px 10px;
  border: none;
  background-color: #354196;
  border-top: 1px solid #e5e5e5;
  text-align: left;
}

/*********** Form Frames ********/

.main_form_frame {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 5px;
}

.main_form_head {
  width: 100%;
  height: auto;
  padding: 5px;
  background-color: #354196;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #626aa2;
  border-left: 3px solid #FFC107;
  border-bottom: 0px;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
}

.main_form_body {
  float: left;
  width: 100%;
  height: auto;
  padding: 10px 10px 0px 10px;
  background-color: #eff2f5;
  margin-bottom: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #c6ccdc;
}

.from-group {
  width: 100%;
  float: left;
  height: auto;
  margin-bottom: 8px;
}

.myhr {
  height: 1px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  border-top: 1px solid #d2d2d2;
}

.sticky_control_wrap {
  background-color: #eff2f5;
  width: 100%;
  padding: 20px 10px;
  border-radius: 5px;
}

.sticky_control_wrap a {
  margin-right: 10px;
}

.pay_table thead th {
  background-color: #e0e4e9;
  font-weight: bold;
  border-right: 1px solid #c0c8d2;
  padding: 5px;
}

.pay_table thead th:last-child {
  border-right: 0px solid #c0c8d2;
}

.pay_table tbody td {
  background-color: #e0e4e9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: 500;
  border-right: 1px solid #c0c8d2;
  padding: 5px;
}

.pay_table tbody td:last-child {
  border-right: 0px solid #c0c8d2;
}

.form-check {
  margin-bottom: 10px;
}

.form-control,
.typeahead.tt-input,
.typeahead.tt-hint,
.select2-container--default .select2-search--dropdown .select2-search__field {
  display: block;
  background-clip: padding-box;
  /* appearance: none; */
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  padding: 3px 5px;
  font-size: 13px;
  outline: 0;
  font-weight: 400;
  color: #535353;
  height: auto;
  border-radius: 0px;
  border: 1px solid #a1acd1;
  background-color: #fefeff;
}


.form-select {
  display: block;
  width: 100%;
  padding: 3px 40px 3px 5px;
  -moz-padding-start: calc(0.8rem - 3px);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23212a3a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 16px 12px;
  border: 1px solid #a1acd1;
  background-color: #fefeff;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}


.item_data_title_sm {
  font-size: 12px;
  font-weight: 500;
  color: #3e5598;
  text-transform: uppercase;
}

.auto_data_wrapper {
  float: left;
  width: 100%;
  height: auto;
}

.auto_data_wrap1 {
  background-color: #fdae10;
  text-align: center;
  padding: 15px;
  width: 24%;
  margin-right: 1%;
  float: left;
}

.auto_data_wrap1 .auto_data_box {
  background-color: #fdae10 !important;
  text-align: center;
  padding: 0px;
  color: #000000;
  font-weight: bold;
  font-size: 30px;
  border: 0px !important;
  outline: none;
}

.auto_data_wrap2 {
  background-color: #15b55f;
  text-align: center;
  padding: 15px;
  width: 24%;
  margin-right: 1%;
  float: left;
}

.auto_data_wrap2 .auto_data_box {
  background-color: #15b55f !important;
  text-align: center;
  padding: 0px;
  color: #000000;
  font-weight: bold;
  font-size: 30px;
  border: 0px !important;
  outline: none;
}

.auto_data_wrap3 {
  background-color: #4087f1;
  text-align: center;
  padding: 15px;
  width: 24%;
  margin-right: 1%;
  float: left;
}

.auto_data_wrap3 .auto_data_box {
  background-color: #4087f1 !important;
  text-align: center;
  padding: 0px;
  color: #000000;
  font-weight: bold;
  font-size: 30px;
  border: 0px !important;
  outline: none;
}

.auto_data_wrap4 {
  background-color: #db1717;
  text-align: center;
  padding: 15px;
  width: 24%;
  margin-right: 1%;
  float: left;
}

.auto_data_wrap4 .auto_data_box {
  background-color: #db1717 !important;
  text-align: center;
  padding: 0px;
  color: #000000;
  font-weight: bold;
  font-size: 30px;
  border: 0px !important;
  outline: none;
}


.auto_data_title {
  color: #ffffff;
  text-align: center;
  border-radius: 2px;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

.net_amount {
  text-align: left;
  background-color: transparent;
  border: none !important;
  color: #4087f1;
  font-weight: bold;
  font-size: 20px;
}

.btn_inpBtn {
  height: 27px;
  margin: 0;
  padding: 4px 10px 0px 10px;
  background-color: #292888 !important;
  border: 1px solid #292888 !important;
}

.btn_inpBtn:hover {
  height: 27px;
  margin: 0;
  padding: 4px 10px 0px 10px;
  background-color: #292888 !important;
  border: 1px solid #292888 !important;
}


.btn_inpBtn i {
  color: #ffffff !important;
  font-size: 16px !important;
}

#allottee_search_div {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #d7dcee;
  border: 1px solid #8399e2;
  z-index: 99;
  top: 0;
  padding: 10px;
  left: 0;
}

#allottee_search_div_inner {
  position: absolute;
  width: 600px;
  height: auto;
  background-color: #f1f2f7;
  border: 1px solid #8399e2;
  z-index: 99;
  top: 91px;
  padding: 10px;
}

.quick_pop_tbody {
  height: auto;
  max-height: 85vh;
  overflow-x: hidden;
  margin-top: 10px;
}

.pop_close {
  position: absolute;
  right: 15px;
  top: 0px;
  width: 30px;
  height: 27px;
  padding: 2px 4px 5px 5px;
  background-color: #e64444;
}

.pop_close i {
  color: #ffffff !important;
  font-size: 20px !important;
}

/********** Review Info Box ************/

.review-info-box {
  width: 100%;
  border-radius: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 15px;
  box-shadow: 0 0 12px 0 rgb(172 172 172 / 50%), 0 0 18px 0 rgb(178 178 178 / 50%);
  padding: 15px;
  border-top: 3px solid #354196;
}

.review-info-box-top {
  width: 100%;
}

.review-info-box-top-left {
  width: 23%;
  float: left;
  margin-left: 2%;
}

.review-info-box-top-right {
  width: 71%;
  float: left;
  margin-left: 3%;
  margin-right: 1%;
}

.cmn-form-wrap {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding-right: 15px;
}

.cmn-frame-wrap {
  border: 1px solid #989898;
  border-radius: 5px;
  padding: 15px 10px;
  margin-top: 20px;
  position: relative;
}

.frame-head {
  position: absolute;
  top: -13px;
  background: #ffffff;
  padding: 0 10px;
}

.review-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-left: 4px solid #fdc741;
  margin-bottom: 10px;
  background-color: #f7f7f7;
  padding: 5px;
}

.sm-title {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1c345a;
}

.sm-title-gray {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #838589;
}

.md-title {
  font-size: 14px;
  font-weight: bold;
  color: #1c345a;
}

.profile-img {
  border: 5px solid #354196;
  width: 100%;
}

.text_area {
  width: 100%;
  min-height: 50px;
  height: 80px;
  border: 1px solid #989898;
  padding: 5px;
  outline: none;
}

.short_text_area {
  width: 100%;
  min-height: 40px;
  height: 40px;
  border: 1px solid #6b54bd;
}

.pay_table {
  border: 0px !important;
}

.pay_table thead th {
  background-color: #cccccc;
  font-weight: bold !important;
  border-right: 1px solid #c0c8d2;
  padding: 5px !important;
}

.pay_table thead th:last-child {
  border-right: 0px solid #c0c8d2;
}

.pay_table tbody td {
  background-color: #ffffff !important;
  font-weight: bold !important;
  padding: 5px !important;
}

.pay_table tbody td:last-child {
  border-right: 0px solid #c0c8d2;
}


/****************** Login Style ************/

.login-register {
  float: left;
  margin: 8% 20% 5% 20%;
  width: 50%;
  height: 70%;
  background-color: #242e8d7d;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.login-register-left {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  background-color: #242e8d;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.login-register-left img {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.login-register-right {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  background-color: #212a87;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.login-register-right-top {
  float: left;
  width: 100%;
  height: auto;
  padding: 20px 20px 0px 20px;
  text-align: center;
}

.login-register-right-middle {
  float: left;
  width: 100%;
  height: auto;
  padding: 30px;
}

.login-register-right-bottom {
  float: left;
  width: 100%;
  height: auto;
  padding: 10px 20px 0px 20px;
  border-top: 1px solid #4850a2;
}

.login-register-right-bottom-left {
  float: left;
  width: 50%;
  height: auto;
}

.login-register-right-bottom-right {
  float: left;
  width: 50%;
  height: auto;
  padding-top: 5px;
  text-align: right;
}

.forgot-text {
  font-size: 12px !important;
  color: #ffffff;
  text-transform: capitalize;
}

.forgot-text:hover {
  font-size: 12px !important;
  color: #ffffff;
  text-transform: capitalize;
  text-decoration: underline;
}

.forgot-label {
  font-size: 12px !important;
  color: #ffffff;
  text-transform: uppercase;
}

label[for="checkbox-signup"] {
  font-size: 12px !important;
  color: #ffffff;
  text-transform: uppercase;
}

/********************* Dashboard Styling **************/

.dashboard_wrap {
  float: left;
  width: 100%;
  height: auto;
  font-family: 'Barlow Condensed', sans-serif;
}

.dashboard_wrap .blue {
  color: #1a256d;
}

.dashboard_wrap .lighred {
  color: #ff689d;
}

.dashboard_wrap .yellow {
  color: #ffbf43;
}

.dashboard_wrap .green {
  color: #26d874;
}

.dashboard_top_wrap {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.dashboard_property_count_box {
  float: left;
  width: 23%;
  height: auto;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #d4d7ef;
  position: relative;
  margin: 1% 1% 1% 1%;
}

.dashboard_property_count_box:first-child {
  margin-left: 0%;
  margin-right: 1%;
  width: 24%;
}

.dashboard_property_count_box:last-child {
  margin-left: 1%;
  margin-right: 0%;
  width: 24%;
}

.dash_widget_title {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.dash_widget_count {
  font-size: 38px;
  font-family: 'Barlow Condensed', sans-serif;
}

.paid-amt {
  float: left;
  width: 100%;
  font-size: 22px;
  color: #6771dc;
}

.open-amt {
  float: left;
  width: 100%;
  font-size: 22px;
  color: #ff8800;
}


.dash_widget_icon {
  text-align: right;
  font-size: 48px;
  position: absolute;
  right: 12px;
  bottom: 0;
}

.dashboard_middle_wrap {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.dashboard_middle_wrap_left {
  float: left;
  width: 49%;
  height: auto;
  margin-right: 1%;
}

.dashboard_middle_wrap_right {
  float: left;
  width: 49%;
  height: auto;
  margin-left: 1%;
}


.dashboard_property_detail_box {
  float: left;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #d4d7ef;
  position: relative;
  margin-bottom: 5px;
}

.dash_widget_bodywrap {
  float: left;
  width: 100%;
  margin: 5px 0;
  border-top: 1px solid #d4d7ef;
  padding: 10px 0 0px 0;
}

.dashboard_property_detail_box .pro-icon {
  float: left;
  width: 20%;
}

.dashboard_property_detail_box .pro-count {
  float: left;
  width: 80%;
}

.prop-value-wrap {
  float: left;
  width: 100%;
  background-color: #f6f7fa;
  border: 1px solid #dae2ed;
  border-radius: 2px;
  padding: 2%;
}

.prop-value-wrap-left {
  float: left;
  width: 50%;
  text-align: center;
  border-right: 1px solid #bac9dd;
}

.prop-value-wrap-right {
  float: left;
  width: 50%;
  text-align: center;
}


.dashboard_bottom_wrap {
  float: left;
  width: 100%;
  height: auto;
}

.no_bsmp {
  border: 0px;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.dash-icon {
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
}

#chartdiv {
  width: 100%;
  height: 280px;
  font-size: 12px;
}


g [aria-labelledby="id-66-title"] {
  display: none;
}

.dash_accounts_wrap {
  float: left;
  width: 100%;
  height: auto;
}

.dash_account_box {
  padding: 1%;
  border: 1px solid #d7ebff;
  border-radius: 5px;
  background-color: #f1f8ff;
}

.dash_account_title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.dash_select {
  padding: 3px 10px;
  border: none;
  background-color: #7880da;
  color: #ffffff;
  border-radius: 150px;
  outline: none;
  font-size: 12px;
  text-transform: uppercase;
}

.dashboard_profit {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 38px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #26d874;
  padding: 15px;
}

.dashboard_income {
  float: left;
  width: 50%;
  text-align: left;
  font-size: 22px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #6794dc;
  padding: 10px;
}

.dashboard_expense {
  float: left;
  width: 50%;
  text-align: left;
  font-size: 22px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #ff689d;
  padding: 10px;
}

.dashboard_middle_wrap_body {
  border-top: 1px solid #c6d4e1;
  float: left;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
}

.dashboard_middle_wrap_body table {
  width: 100%;
  border: 1px solid #c6d4e1;
}

.dashboard_middle_wrap_body table thead th,
.dashboard_middle_wrap_body table tbody td {
  padding: 5px;
}

.dashboard_middle_wrap_body table tbody tr:nth-of-type(even) {
  background-color: #f5faff;
  padding: 5px;
}

.dashboard_middle_wrap_body table tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
  padding: 5px;
}

.outstanding_wrap {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 10px;
  background-color: #f5f5f5;
  padding: 1%;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}

.outstanding_head {
  float: left;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.outstanding_body {
  float: left;
  width: 100%;
  height: auto;
}

.dashboard_outstanding {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 28px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #6771dc;
  padding: 5px;
}

.outstanding_property_wrap {
  float: left;
  width: 31%;
  height: auto;
  background-color: #ececec;
  border-radius: 5px;
  border: 1px solid #cfcfcf;
  margin: 1%;
}

.outstanding_property_wrap_left {
  float: left;
  width: 30%;
  height: auto;
}

.outstanding_property_wrap_right {
  float: left;
  width: 70%;
  height: auto;
}

.property_img{
  width: 100%;
  padding: 5px;
  border: 2px solid #cfcfcf;
  margin: 5px;
}

.dashboard_office_name {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: normal;
  font-family: 'Barlow Condensed', sans-serif;
  color: #6c6c6d;
  padding: 5px;
  margin-left: 5%;
}

.dashboard_office_count {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 22px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #6c6c6d;
  padding: 5px;
  margin-left: 5%;
}

.dash_link{
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.dash_link:hover{
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
}