/* $separator_color : ; */
.mini-icon {
  width: 12px;
  height: 12px;
  margin-right: 3px;
  margin-top: -3px;
}

.micro-icon {
  width: 4px;
  height: 4px;
}

.icon {
  height: 14px;
  width: 14px;
}

.large-icon {
  width: 24px;
  height: 24px;
}

.btn-icon {
  border: 1px solid #92AABE;
  padding: 0.375rem 0.7rem;
  margin-left: 15px;
  margin-top: 5px;
}
.btn-icon .mini-icon {
  margin-right: 0px;
  margin-top: 5px;
  height: 15px;
}

.btn-warning[aria-expanded=false] .arrow,
.card-header.collapsed .arrow,
.email-block .dropdown.show .arrow {
  content: url("fonts/arrow-down-white.svg");
}

.btn-warning[aria-expanded=true] .arrow,
.card-header .arrow,
.email-block .dropdown .arrow {
  content: url("fonts/arrow-up-white.svg");
}

.expand {
  content: url("fonts/expand.svg");
}

.details-blue-icon {
  content: url("fonts/details.svg");
}

.details-black-icon {
  content: url("fonts/details-black.svg");
}

.edit-icon {
  content: url("fonts/edit_dark.svg");
  cursor: pointer;
  padding: 3px;
  margin-left: -7px;
}
.edit-icon:hover {
  content: url("fonts/edit_light.svg");
}
.edit-icon:active, .edit-icon:focus {
  content: url("fonts/edit_mid.svg");
}

.dropdown .arrow-black {
  content: url("fonts/arrow-down-black.svg");
}

.show .dropdown .arrow-black {
  content: url("fonts/arrow-up-black.svg");
}

.dropdown .arrow-red {
  content: url("fonts/arrow-down-red.svg");
}

.show .dropdown .arrow-red {
  content: url("fonts/arrow-up-red.svg");
}

.dropdown .arrow-blue {
  content: url("fonts/arrow-down-blue.svg");
  width: 11px;
}

.dropdown .show .arrow-blue, .dropdown.show .arrow-blue {
  content: url("fonts/arrow-up-blue.svg");
  width: 11px;
}

.dropdown .arrow-grey {
  content: url("fonts/arrow-down.svg");
  width: 11px;
}

.dropdown .show .arrow-grey, .dropdown.show .arrow-grey {
  content: url("fonts/arrow-up.svg");
  width: 11px;
}

.navbar .notification-icon {
  content: url("fonts/notifications.svg");
  width: 24px;
  height: 24px;
}
.navbar .notification-icon:hover {
  content: url("fonts/notifications-orange.svg");
  width: 24px;
  height: 24px;
}
.navbar .notification-dropdown[aria-expanded=true] {
  content: url("fonts/notifications-orange.svg");
  width: 24px;
  height: 24px;
}
.navbar .user-icon {
  content: url("fonts/user.svg");
  width: 24px;
  height: 24px;
}
.navbar .user-icon:hover {
  content: url("fonts/user-orange.svg");
  width: 24px;
  height: 24px;
}
.navbar .user-dropdown[aria-expanded=true] {
  content: url("fonts/user-orange.svg");
  width: 24px;
  height: 24px;
}
.navbar .search-dark-icon {
  content: url("fonts/search-dark.svg");
}
.navbar .search-icon {
  content: url("fonts/search-icon.svg");
}
.navbar .search-icon-hovered {
  content: url("fonts/search-icon-orange.svg");
}
.navbar .dropdown > a > .arrow.icon {
  content: url("fonts/arrow-down-white.svg");
}
.navbar .dropdown:hover > a > .arrow.icon {
  content: url("fonts/arrow-down-orange.svg");
}
.navbar .dropdown.active > a > .arrow.icon {
  content: url("fonts/arrow-down-orange.svg");
}
.navbar .dropdown.show > a > .arrow.icon {
  content: url("fonts/arrow-up-orange.svg");
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 13px;
}

.navbar .arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid #2F3F4E;
  margin: -15px 22px 0 0;
}
.navbar .arrow-up-white {
  border-bottom: 7px solid white !important;
  margin-top: -8px;
  margin-left: 410px;
  position: fixed;
}

.arrow {
  width: 11px;
  padding-top: 5px;
  margin-left: 5px;
}

.details-page .arrow {
  width: 12px;
  margin: 8px 2px 0px 25px;
}
.details-page .arrow-black,
.details-page .arrow-red {
  position: relative;
  top: -2px;
  margin-left: 3px;
}

.tenant-block .arrow {
  position: absolute;
  right: 23px;
  top: 17px;
}

@media (max-width: 992px) {
  .navbar-nav .dropdown-menu {
    margin-top: 0px;
    border: none;
  }
  .navbar-nav .dropdown-menu li {
    margin-left: 30px;
  }
}
/* .navbar-nav .open .dropdown-menu.dropdown-menu_nav>li {
    .close-icon {
        content: url("fonts/close-btn.svg");
        width: 10px;
        padding: 10px 0px;
        margin-right: 22px;
    }
} */
/* $separator_color : ; */
.select-form-control {
  background-color: transparent !important;
  border: 1px solid #92AABE !important;
  padding: 0.5rem 0.75rem !important;
}

.select-form .select2,
.select-form .select2-selection__rendered {
  width: 100%;
  display: block;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.select2-container {
  background-color: transparent;
  border-color: #92AABE;
  border-radius: 2px;
  outline: none;
}

.error-mail-block .select2-container--default .select2-selection--multiple,
.error-mail-block .select2-container--default.select2-container--focus .select2-selection--multiple,
.error-mail-block .select2-container--default .select2-selection--single,
.error-mail-block .select2-container {
  border-color: #EC6D6D;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #DFE6EC;
  border: 1px solid #DFE6EC;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice.error-select2__choice {
  background-color: #ECB6B6 !important;
  border: 1px solid #ECB6B6 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  margin-left: 7px;
  color: #2F3F4E;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  outline: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #435B70;
  color: white;
}

.select2-results__option {
  padding: 8px 12px;
  background-color: #F6F9FA;
}

.select2-selection .select2-selection--multiple,
.select2-selection {
  color: #2F3F4E;
  font-weight: 500;
  font-size: 16px;
  outline: 0;
  min-height: 43px;
  text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #92AABE;
  font-weight: 400;
}

.select2-selection__rendered {
  margin: 8px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #F6F9FA;
  color: #2F3F4E;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: auto !important;
  margin: 6px;
  height: 6px;
  border: none !important;
  content: url("fonts/arrow-down-darkblue.svg") !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  content: url("fonts/arrow-up-darkblue.svg") !important;
  width: auto !important;
  border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  right: 15px;
}

/* $separator_color : ; */
body {
  font-family: "Quicksand", "Segoe UI", "San Francisco", sans-serif;
}

a,
strong,
.dropdown-item,
.additional-font,
.breadcrumb,
.pagination,
.navbar,
.btn {
  font-family: "Poppins", "Segoe UI", "San Francisco", sans-serif;
}

.table thead th {
  vertical-align: top;
  font-weight: 500;
}

.table td,
.table th {
  line-height: 22px;
}

.btn-lg {
  font-weight: 600;
}

h1 strong,
h2 strong,
h4 strong {
  font-weight: bold;
}

.font-weight-boldest {
  font-weight: 700;
}

.tertiary {
  border-top: 1px solid #3F5469;
}

.required:after {
  content: " *";
  color: #EC6D6D;
}

.w-33 {
  width: 33%;
}

.px-05 {
  padding: 0px 5px;
}

.mb-05 {
  margin-bottom: 5px;
}

.mt-05 {
  margin-top: 5px;
}

.mt-n05 {
  margin-top: -5px;
}

.m-05 {
  margin: 5px;
}

.mt-15 {
  margin-top: 15px;
}

.mx--05 {
  margin: 0px -5px;
}

.min-width-100 {
  min-width: 6rem;
}

.min-width-320 {
  min-width: 320px;
}

.table,
.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-26 {
  font-size: 26px !important;
}

::-webkit-input-placeholder {
  font-weight: 400;
}

::-moz-placeholder {
  font-weight: 400;
}

/* Firefox 19+ */
:-moz-placeholder {
  font-weight: 400;
}

/* Firefox 18- */
:-ms-input-placeholder {
  font-weight: 400;
}

.base-font {
  font-family: "Quicksand", "Segoe UI", "San Francisco", sans-serif !important;
}

.base-text {
  font-family: "Quicksand", "Segoe UI", "San Francisco", sans-serif;
  font-size: 16px;
}

.pointer {
  cursor: pointer;
}

button:focus {
  outline: none;
}

.border-bottom {
  border-bottom: 1px solid #DFE6EC;
}

.modal-content {
  min-height: 400px;
}

.bg-info-light {
  background-color: #B0E3EE;
}

.bg-info-lighter {
  background-color: rgba(47, 153, 176, 0.2) !important;
}

.bg-info-lighter:hover {
  background-color: #8BC4D0 !important;
}

.bg-secondary-light {
  background-color: #DFE6EC;
}

.nav-link {
  padding-top: 10px;
  font-weight: 0.9375;
  color: #DFE6EC;
}

.nav-link-icon {
  margin-top: 3px;
  margin-bottom: -3px;
}

a.text-primary-no-hover:hover, a.text-primary-no-hover:focus {
  color: #567590 !important;
  text-decoration: none;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

.disk {
  height: 18px;
  width: 18px;
  font-size: 10px;
  border-radius: 50%;
  display: inline-block;
  padding-top: 2px;
  position: absolute;
  right: 7px;
  top: 20px;
}

.navbar-nav li:last-child {
  /*         padding-right: 2px !important;
  padding-left: 1px !important; */
}
.navbar-nav li:last-child .dropdown-menu {
  right: -13px;
}

.navbar .dropdown-menu {
  border: 1px solid #2f3f4e;
}

.notifications-block {
  width: 450px;
  padding: 20px;
  border: 1px solid white !important;
  max-height: 385px;
  overflow-y: auto;
}
.notifications-block .nav-link {
  padding-bottom: 15px;
  border-bottom: 1px solid #DFE6EC;
}
.notifications-block .nav-link:hover {
  background-color: #f6f9fa;
}
.notifications-block .nav-link:last-of-type {
  border-bottom: none;
}

.user-dropdown + .dropdown-menu {
  margin-top: 7px !important;
}

.owerflow-block {
  max-height: 250px;
  overflow-y: auto;
}

.select-form {
  width: calc(100% - 56px);
  display: inline-block;
}

.form-control:disabled,
.form-control[readonly] {
  border: 1px solid #A7C2D9;
  color: #92AABE;
  font-weight: 500;
}
.form-control:disabled::placeholder,
.form-control[readonly]::placeholder {
  color: #92AABE;
  font-weight: 500;
}

.dropdown-item.text-danger:hover {
  color: #fff !important;
  background-color: #EC6D6D;
  border-color: #EC6D6D;
  opacity: 0.7 !important;
}

.dropdown-item.text-danger:active, .dropdown-item.text-danger:focus {
  opacity: 1 !important;
}

@media (max-width: 576px) {
  .notifications-block {
    width: 360px;
    margin-top: 14px;
    right: -65px;
  }
  .notifications-block .arrow-up-white {
    margin-left: 235px;
  }

  .arrow-box-h {
    left: -10% !important;
  }
}
@media (min-width: 768px) {
  .modal-content {
    min-height: 500px;
  }

  .nav .nav-item {
    margin-top: 3px;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .arrow-box-h {
    min-width: 200px;
    left: -70% !important;
  }
}
@media (max-width: 992px) {
  body {
    font-size: 0.9rem;
  }
}
.dashboard-page .card-body h3 {
  line-height: 2.03125rem;
}

.current-info .left-border {
  border-right: none;
}
.current-info .right-border {
  border-left: none;
}

.border {
  border: 1px solid #DFE6EC;
  width: 8px;
  display: table-cell;
}

.current-info {
  margin: 0 auto;
  display: table;
}
.current-info .current-info-block {
  margin: 3px 5px;
}

.dropdown-menu.dropdown-menu-right.arrow-box {
  left: 2px !important;
}

.dropdown-menu.arrow-box {
  border: 1px solid rgba(47, 63, 78, 0.1);
}

.arrow-box-v {
  min-width: 310px;
}

.arrow-box-h {
  min-width: 250px;
  width: 100%;
  left: -60% !important;
  top: 5px !important;
  box-shadow: 0px 0px 3px rgba(47, 63, 78, 0.1);
  padding: 20px 18px 4px 20px;
}

.arrow-box-h .card,
.arrow-box-v .card,
.arrow-box .card {
  border: none;
}

.dropright .dropdown-menu {
  top: -15px !important;
  left: 15px !important;
  border: none;
}

.arrow-box-notification {
  min-width: 240px;
  width: 100%;
  left: 0% !important;
  top: 5px !important;
}

.arrow-box-notification:after,
.arrow-box-notification:before {
  left: 50% !important;
}

.arrow-box-v:before {
  content: "\a";
  border-style: solid;
  border-width: 9px 12px 9px 0;
  border-color: transparent white transparent transparent;
  position: absolute;
  left: -12px;
  top: 15px;
}

.arrow-box-h:after,
.arrow-box-h:before {
  bottom: 99%;
  left: 85%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.contract-info .arrow-box {
  width: 340px;
}

.details-dropdown .arrow-box:after,
.contract-info .arrow-box:after,
.details-dropdown .arrow-box:before,
.contract-info .arrow-box:before {
  bottom: 99%;
  left: 92%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.details-dropdown .arrow-box:after,
.details-dropdown .arrow-box:before {
  left: 84% !important;
}

.details-dropdown .arrow-box:after,
.contract-info .arrow-box:after,
.arrow-box-v:after,
.arrow-box-h:after {
  border-color: transparent;
  border-bottom-color: white;
  border-width: 7px;
  margin-left: -7px;
  margin-bottom: 1px;
}

.details-dropdown .arrow-box:before,
.contract-info .arrow-box:before,
.arrow-box-h:before {
  border-color: transparent;
  border-bottom-color: rgba(47, 63, 78, 0.1);
  border-width: 9px;
  margin-left: -9px;
  margin-bottom: 1px;
}

.details-dropdown .arrow-box {
  margin-top: 15px !important;
}

.badge-mini {
  font-size: 0.75rem;
}

.panel-verge {
  position: absolute;
  width: 4px;
  height: 100%;
  left: -1px;
  top: 0px;
  background: #F9C450;
  border-radius: 2px 0px 0px 2px;
}

.event-card {
  min-height: 181px;
  max-height: 265px;
}
.event-card .card-main {
  min-height: 108px;
}
.event-card .card-main .card-title, .event-card .card-main .text-primary {
  height: 2.8rem;
  overflow-y: hidden;
}
.event-card .card-main .content {
  max-height: 99px;
  overflow: hidden;
}

.table.table-min-width thead th {
  min-width: 80px;
}

.number-wrapper {
  position: absolute;
}

.table .number-wrapper {
  width: 80%;
}

.number {
  padding-right: 0px;
}

.number-wrapper:after,
.number-wrapper:before {
  position: absolute;
  right: 1px;
  width: 22px;
  height: 22px;
  font-size: 10px;
  pointer-events: none;
  background: #f6f9fa;
  padding-left: 6px;
  border-left: 1px solid #92aabe !important;
}

.number-wrapper:after {
  content: url("fonts/arrow-up-darkblue.svg") !important;
  top: 1px;
  border-bottom: 1px solid #92aabe !important;
  padding-top: 2px;
}

.number-wrapper:before {
  content: url("fonts/arrow-down-darkblue.svg") !important;
  border-top: 1px solid #92aabe !important;
  bottom: 1px;
  padding-top: 4px;
}

.number-wrapper-sm.number-wrapper:after,
.number-wrapper-sm.number-wrapper::before {
  font-size: 4px;
}

.number-wrapper-sm.number-wrapper:after {
  padding-top: 0px;
  height: 16px;
}

.number-wrapper-sm.number-wrapper:before {
  bottom: 1px;
  padding-top: 4px;
}

.custom-control-label::before {
  border: #92AABE solid 1px;
}

.custom-control-label-white::before {
  border: white solid 1px;
}

.dashboard-page .card {
  border: none;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  min-height: 100px;
}
.dashboard-page .card .active {
  color: #F9C450 !important;
}
.dashboard-page .card-header {
  border-bottom: none;
}
.dashboard-page .card-header h3.lh-20 {
  line-height: 20.8px !important;
}
.dashboard-page .card-header h3 .d-block {
  line-height: 40px !important;
}
.dashboard-page .card-header-minimized .dropdown-menu {
  margin-top: -30px;
}
.dashboard-page .dropdown-menu {
  box-sizing: border-box;
  border-top: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  z-index: 90;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}
.dashboard-page .dropdown-menu li a.text-primary:hover {
  color: #F9C450 !important;
}
.dashboard-page .open .dropdown-menu {
  border: 1px solid #E5E5E5;
  border-top: none;
  margin-bottom: 20px;
}

.search-btn {
  border-left: none;
  background: transparent;
}

.galery img {
  border-radius: 2px;
}

.galery.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 2px;
}

.modal-dialog-x-no-scrollable .modal-body {
  overflow-x: hidden;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.pagination {
  display: block;
}
.pagination .active {
  border-bottom: 4px solid;
  padding-bottom: 5px;
}
.pagination .page-item {
  white-space: nowrap;
}
.pagination .gradient-left {
  background: linear-gradient(90deg, #F6F9FA, #567590);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid;
  border-image: linear-gradient(90deg, #F6F9FA, #567590);
  border-left: none;
  border-right: none;
  border-top: none;
  border-image-slice: 1;
}
.pagination .gradient-right {
  background: linear-gradient(270deg, #F6F9FA, #567590);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid;
  border-image: linear-gradient(270deg, #F6F9FA, #567590);
  border-left: none;
  border-right: none;
  border-top: none;
  border-image-slice: 1;
}

.pagination-end {
  float: right;
}

.page-link {
  border-top: none;
  border-left: none;
  border-right: none;
}

@media (min-width: 768px) {
  .pagination {
    display: flex;
  }
}

/*# sourceMappingURL=main.css.map */
