.loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background-color: rgba(255, 255, 255, 0.5); }
  .loader .blocks {
    margin: 0;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -20px; }
  .loader .blocks > div {
    background-color: #1a84d4;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out; }
  .loader .blocks .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .loader .blocks .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }
  .loader .blocks .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .loader .blocks .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }
body, html {
  height: 100%;
  font-family: 'Roboto', sans-serif; }
  body.bg-light, html.bg-light {
    background-color: #F8F8F8; }

* {
  outline: none !important; }

.fill-height {
  height: 100%; }

.btn-sm {
  padding: .25rem .5rem !important;
  font-size: .80rem !important;
  line-height: 1.6 !important;
  border-radius: .2rem !important;
  min-width: 94px; }

.btn-danger {
  background-color: #FC7373;
  border-color: #FC7373; }
  .btn-danger:hover, .btn-danger:active {
    background-color: #dc5959;
    border-color: #dc5959; }

.disabled-menu {
  opacity: 0.6; }
  .disabled-menu .d-flex {
    box-shadow: none !important; }
    .disabled-menu .d-flex a {
      cursor: not-allowed !important; }
      .disabled-menu .d-flex a img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }
      .disabled-menu .d-flex a h4 {
        opacity: .7; }

.w-222 {
  width: 222px !important;
  /* @media (max-width: 692px) {
    width: 100% !important;
    } */ }

a {
  color: #495588;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer !important; }
  a:hover, a:active {
    color: #1a84d4;
    text-decoration: none; }

span.error {
  font-size: 12px;
  text-align: left;
  display: block;
  margin-top: 0.125rem; }

nav.navbar {
  padding: .3rem 1rem; }
  nav.navbar a img {
    width: 18px; }
  nav.navbar a.navbar-brand img {
    width: 65px; }
  nav.navbar .logout-btn {
    position: absolute;
    right: 0;
    line-height: 0;
    -webkit-appearance: none; }
    @media (max-width: 991.98px) {
      nav.navbar .logout-btn {
        position: relative; } }
  nav.navbar .mes-bg-logo {
    width: 60px;
    position: absolute;
    right: 5rem;
    line-height: 0; }
    @media (max-width: 991.98px) {
      nav.navbar .mes-bg-logo {
        right: 1rem; } }

.breadcrumbs-section .breadcrumb {
  padding: 1rem 2rem;
  background: #F1F1F2;
  margin-bottom: 0;
  border-radius: 0; }
  .breadcrumbs-section .breadcrumb .breadcrumb-item:first-of-type::before {
    display: none; }
  .breadcrumbs-section .breadcrumb .breadcrumb-item a {
    color: #969696;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem; }
  .breadcrumbs-section .breadcrumb .breadcrumb-item:before {
    content: ">";
    color: #969798;
    font-weight: 600; }
  .breadcrumbs-section .breadcrumb .breadcrumb-item.active {
    color: #363636;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem; }
    .breadcrumbs-section .breadcrumb .breadcrumb-item.active:before {
      color: #363636; }

.sidebar-nav-left {
  background-color: #1a84d4;
  position: fixed;
  left: 0;
  top: 50px;
  z-index: 99;
  bottom: 0;
  width: 12.5rem;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(0);
  transition: 0.5s; }
  @media (max-width: 767.98px) {
    .sidebar-nav-left {
      transform: translateX(-100%);
      transition: 0.5s; } }
  .sidebar-nav-left .nav.primary-nav {
    padding: 1.5rem 0 0 0; }
    .sidebar-nav-left .nav.primary-nav .nav-item .nav-link {
      color: white;
      padding: 0.375rem 0.75rem;
      font-size: 0.9125rem; }
      .sidebar-nav-left .nav.primary-nav .nav-item .nav-link.active {
        background-color: white;
        color: #1a84d4; }
  .sidebar-nav-left .nav.secondary-nav .nav-item .nav-link {
    color: white;
    font-weight: 500;
    font-size: 0.8125rem;
    padding: 0.25rem 0.75rem;
    position: relative; }
    .sidebar-nav-left .nav.secondary-nav .nav-item .nav-link.active {
      background-color: white;
      color: #1a84d4; }
    .sidebar-nav-left .nav.secondary-nav .nav-item .nav-link i {
      display: inline-block;
      width: 1rem; }
    .sidebar-nav-left .nav.secondary-nav .nav-item .nav-link span {
      position: absolute;
      right: 1rem;
      top: 50%;
      transform: translateY(-50%);
      padding: 0.3rem;
      border-radius: 0.5rem;
      color: #1a84d4; }
  .sidebar-nav-left .nav-title {
    font-size: 0.625rem;
    padding: 1rem 0.75rem 0.25rem;
    color: white;
    margin-top: 1rem;
    position: relative;
    text-transform: uppercase; }
    .sidebar-nav-left .nav-title::before {
      position: absolute;
      top: 0;
      left: 0.75rem;
      right: 0.75rem;
      content: "";
      height: 1px;
      background-color: white; }
    .sidebar-nav-left .nav-title .btn {
      padding: 0;
      border: none;
      border-radius: 0; }
      .sidebar-nav-left .nav-title .btn:focus, .sidebar-nav-left .nav-title .btn:active {
        background: none; }

.onefm-admin-view {
  padding-top: 3.125rem; }
  @media (min-width: 768px) {
    .onefm-admin-view {
      padding-left: 12.5rem;
      transition: 0.5s; } }

.btn {
  padding: 0.375rem 1.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none; }
  .btn:focus, .btn:active {
    outline: none;
    box-shadow: none; }
    .btn:focus:focus, .btn:active:focus {
      outline: none;
      box-shadow: none !important; }
  .btn.btn-primary {
    font-size: .875rem;
    background: #1a84d4;
    border-radius: 3px; }
  .btn.btn-outline-primary.btn-clear {
    background: none;
    border-radius: 0;
    border: none; }
    .btn.btn-outline-primary.btn-clear:hover, .btn.btn-outline-primary.btn-clear:focus, .btn.btn-outline-primary.btn-clear:active {
      background: none;
      color: #1a84d4; }
  .btn.min-width {
    min-width: 8rem; }
  .btn.close-pn-btn {
    background-color: #DF9F30 !important; }
  .btn.discard-pn-btn {
    background-color: #DC3545 !important; }

.btn-group .btn + .btn {
  padding: .375rem .75rem; }
.btn-group.single-filter-btn .btn {
  line-height: 0;
  padding: 0 1rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-color: #e1e4eb;
  background-color: white;
  font-size: 0.8125rem; }
  .btn-group.single-filter-btn .btn.filter-active::after {
    content: "\f3ff";
    font-family: "Ionicons";
    color: #00C153;
    margin-left: 0.25rem;
    line-height: 1; }

.input-group .form-control {
  border-color: #E1E4EB; }
.input-group .input-group-prepend .input-group-text {
  background: transparent;
  border-color: #E1E4EB; }
  .input-group .input-group-prepend .input-group-text i {
    color: #a2a2a7;
    font-size: .875rem; }
.input-group .input-group-prepend .btn-outline-secondary {
  background-color: white;
  padding: 0.375rem 1rem !important;
  border-color: #E1E4EB;
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: none !important; }
  .input-group .input-group-prepend .btn-outline-secondary i {
    color: #a2a2a7;
    font-size: .875rem; }
.input-group .input-group-append .input-group-text {
  background: transparent;
  border-color: #E1E4EB; }
  .input-group .input-group-append .input-group-text i {
    color: #a2a2a7;
    font-size: .875rem; }
.input-group .input-group-append .btn-outline-secondary {
  background-color: white;
  padding: 0.375rem 1rem !important;
  border-color: #E1E4EB;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: none !important; }
  .input-group .input-group-append .btn-outline-secondary i {
    color: #a2a2a7;
    font-size: .875rem; }

.dropdown .dropdown-toggle {
  border-color: #E1E4EB;
  font-size: .875rem; }
  .dropdown .dropdown-toggle:after {
    display: none; }

.form-group label.label-sm {
  font-size: 0.8125rem;
  color: #9099B0;
  margin: 0 0 0.25rem 0; }
.form-group.custom-checkbox .form-check.form-check-inline {
  overflow: hidden;
  margin-right: 1rem;
  margin-bottom: 0.5rem; }
  .form-group.custom-checkbox .form-check.form-check-inline .form-check-label {
    font-size: 0.8125rem;
    font-weight: 500;
    position: relative;
    padding-left: 1.5rem;
    cursor: pointer; }
    .form-group.custom-checkbox .form-check.form-check-inline .form-check-label::before {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      font-family: "Ionicons";
      content: "\f371";
      color: #ddd;
      display: block;
      line-height: 1;
      font-size: 1.25rem; }
  .form-group.custom-checkbox .form-check.form-check-inline .form-check-input {
    position: absolute;
    left: -1rem; }
    .form-group.custom-checkbox .form-check.form-check-inline .form-check-input:checked + .form-check-label::before {
      content: "\f374";
      color: #00C153; }

.card-title {
  font-size: 1.2rem; }

.card.notification-panel .list-group {
  display: block;
  padding: 0.25rem;
  overflow-y: auto; }
  .card.notification-panel .list-group .list-group-item {
    border: none;
    border-bottom: solid 1px #f8f8f8;
    font-size: 0.8125rem;
    margin-bottom: 0.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
    .card.notification-panel .list-group .list-group-item:last-of-type {
      margin-bottom: 0; }
    .card.notification-panel .list-group .list-group-item.unread {
      background-color: #FFFBEF; }
    .card.notification-panel .list-group .list-group-item strong {
      font-weight: 500;
      padding: 0 0.5rem 0 0; }
    .card.notification-panel .list-group .list-group-item .avatar {
      background-color: #f79a9a;
      width: 2rem;
      height: 2rem;
      min-width: 2rem;
      font-size: 1.1rem;
      font-weight: 500;
      color: #e06868;
      line-height: 0px; }
    .card.notification-panel .list-group .list-group-item .text-primary {
      color: #495588 !important; }
    .card.notification-panel .list-group .list-group-item .text-dark {
      color: #666 !important; }
    .card.notification-panel .list-group .list-group-item .text-muted {
      color: #999 !important;
      display: block; }
    @media (min-width: 768px) {
      .card.notification-panel .list-group .list-group-item {
        padding-left: 1rem; } }
    .card.notification-panel .list-group .list-group-item .comment-ref {
      width: 1.25rem;
      height: 1.25rem;
      background-color: #1a84d4;
      color: white;
      font-weight: 500;
      position: relative; }
      .card.notification-panel .list-group .list-group-item .comment-ref i {
        display: block;
        line-height: 1; }
      .card.notification-panel .list-group .list-group-item .comment-ref a {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        cursor: pointer; }
    .card.notification-panel .list-group .list-group-item .btn {
      padding: 0px 5px;
      font-size: 1rem; }
    .card.notification-panel .list-group .list-group-item:after {
      content: '';
      display: table;
      clear: both; }
    .card.notification-panel .list-group .list-group-item p:after {
      content: '';
      display: table;
      clear: both; }

.table thead tr th {
  color: #8089A4;
  font-size: .8125rem;
  padding: 0.8125rem; }
.table tbody tr td {
  border-top: 1px solid #E1E4EB;
  border-bottom: 1px solid #E1E4EB;
  padding: 0.8125rem;
  font-size: 0.8125rem;
  vertical-align: middle;
  color: #8089A4; }
  .table tbody tr td .bg-transparent {
    border: 1px solid #fff;
    box-shadow: 0px 0px 2px #b9b9b9;
    font-size: 13px;
    border-radius: 50%;
    cursor: pointer;
    color: #989696; }
  .table tbody tr td .btn.btn-icon {
    padding: 0;
    width: 2rem;
    height: 2rem;
    font-size: 1.25rem;
    background: none;
    position: relative;
    z-index: 10;
    border: none;
    color: #9099B0; }
    .table tbody tr td .btn.btn-icon:focus, .table tbody tr td .btn.btn-icon:active {
      box-shadow: none;
      background: none;
      border: none;
      color: #9099B0; }
      .table tbody tr td .btn.btn-icon:focus:focus, .table tbody tr td .btn.btn-icon:active:focus {
        box-shadow: none; }
    .table tbody tr td .btn.btn-icon i {
      line-height: 1;
      display: block; }
    .table tbody tr td .btn.btn-icon + .btn-group {
      box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
      height: 2rem;
      border-radius: 1rem;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1;
      padding: 0 2rem 0 0.5rem;
      overflow: hidden;
      background: white;
      opacity: 0;
      visibility: hidden;
      transition: 0.5s; }
      .table tbody tr td .btn.btn-icon + .btn-group .btn {
        padding: 0 0.5rem;
        height: 2rem;
        line-height: 2rem;
        border: none;
        background: none;
        color: #9099B0; }
        .table tbody tr td .btn.btn-icon + .btn-group .btn:focus, .table tbody tr td .btn.btn-icon + .btn-group .btn:active {
          box-shadow: none;
          background: none;
          border: none;
          color: #9099B0; }
          .table tbody tr td .btn.btn-icon + .btn-group .btn:focus:focus, .table tbody tr td .btn.btn-icon + .btn-group .btn:active:focus {
            box-shadow: none; }
        .table tbody tr td .btn.btn-icon + .btn-group .btn i {
          font-size: 1rem;
          display: block; }
    .table tbody tr td .btn.btn-icon.active {
      box-shadow: none;
      background: none;
      border: none;
      color: #9099B0; }
      .table tbody tr td .btn.btn-icon.active + .btn-group {
        transition: 0.2s;
        opacity: 1;
        visibility: visible; }

.select2 .selection .select2-selection__rendered .select2-selection__choice {
  font-size: .8125rem;
  background-color: #F4F4F9;
  border: 1px solid #e2e2e2; }

.select2-results__option {
  font-size: 0.8125rem; }

.side-bar {
  width: 350px;
  position: fixed;
  z-index: 10;
  top: 3.125rem;
  right: 0;
  bottom: 0;
  background-color: #fff;
  overflow-x: hidden;
  color: #474747;
  transition: 0.5s;
  box-shadow: -1px -3px 16px #42424269;
  transform: translate(355px, 0px); }
  @media (max-width: 575.98px) {
    .side-bar {
      transform: translate(370px, 0px); } }
  @media (max-width: 767.98px) {
    .side-bar {
      width: 100%;
      transform: translate(105%, 0);
      box-shadow: none; } }
  .side-bar .sidebar-header h3 {
    font-size: 1.125rem;
    color: #474747; }
  .side-bar .sidebar-header button {
    color: #474747;
    cursor: pointer; }
  .side-bar .sidebar-body .form-group input, .side-bar .sidebar-body .form-group select {
    font-weight: 500;
    font-size: 0.875rem; }
  .side-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.875rem;
    font-weight: 500; }

.dropdown-menu {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.2);
  overflow: hidden; }
  .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    cursor: pointer;
    position: relative;
    overflow: hidden; }
  .dropdown-menu input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
    opacity: 0; }
  .dropdown-menu .dropdown-header {
    padding: 0.5rem 1rem;
    color: #557CB0; }

.bg-orange {
  background: #EA7E36; }

.bg-blue {
  background: #1991EB; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00C153; }

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00C153 !important; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 193, 83, 0.25); }

.border-radius-bottom-0 {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da !important;
  min-height: 1.9375rem; }

.modal-backdrop + .modal-backdrop {
  opacity: 0; }

.uploaded-data {
  font-size: .875rem;
  align-items: center;
  margin-left: .5rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: .3rem;
  font-weight: 300; }

.modal .modal-dialog {
  min-height: calc(100vh - 3.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 768px) {
    .modal .modal-dialog {
      min-height: calc(100vh - 20px); } }
.modal .modal-content {
  border: none; }
  .modal .modal-content p.lead {
    font-size: 1rem;
    font-weight: 300; }
  .modal .modal-content .upload-btn {
    padding: 0; }
    .modal .modal-content .upload-btn label {
      display: block;
      width: 100%;
      padding: 0.5rem 1rem; }
@media (max-width: 991.98px) {
  .modal.preview .modal-dialog {
    margin: 0.5rem auto; } }
.modal.preview .modal-body {
  font-size: 0.875rem;
  padding: 1.5rem; }
  @media (max-width: 991.98px) {
    .modal.preview .modal-body {
      padding: 0.5rem; } }
  .modal.preview .modal-body h1 {
    font-size: 1.75rem; }
  .modal.preview .modal-body h2 {
    font-size: 1.3125rem; }
  .modal.preview .modal-body h3 {
    font-size: 1.02375rem; }
  .modal.preview .modal-body h4 {
    font-size: 0.875rem; }
  .modal.preview .modal-body h5 {
    font-size: 0.72625rem; }
  .modal.preview .modal-body h6 {
    font-size: 0.58625rem; }
  .modal.preview .modal-body .footer-section h5 {
    font-size: 0.8125rem; }
  .modal.preview .modal-body .mes-logo {
    right: 0.9375rem;
    max-width: 7rem;
    top: 0; }
  .modal.preview .modal-body .add-tenent-contract .card-header {
    padding: 1.125rem 1.125rem 1.125rem 0.9375rem; }
.modal .table {
  font-size: 0.8125rem; }
  .modal .table tr th, .modal .table tr td {
    padding: 0.5rem;
    font-size: 0.8125rem; }
.modal.allocate-units-modal .form-group {
  font-size: 0.8125rem; }
.modal.allocate-units-modal .table tr td {
  vertical-align: middle; }
  .modal.allocate-units-modal .table tr td:first-of-type, .modal.allocate-units-modal .table tr td:last-of-type {
    width: 2.5rem; }
  .modal.allocate-units-modal .table tr td:nth-of-type(3), .modal.allocate-units-modal .table tr td:nth-of-type(4), .modal.allocate-units-modal .table tr td:nth-of-type(5) {
    width: 8rem; }
.modal.allocate-units-modal .table tr th {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom-width: 1px; }
.modal.allocate-units-modal .table tr td {
  border-left: none;
  border-right: none;
  border-top: none; }
.modal.error-modal {
  z-index: 2100; }
  .modal.error-modal .modal-content {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5); }
.modal.receipt-modal .modal-header {
  border-bottom: 2px #dadada dashed; }
  .modal.receipt-modal .modal-header h3 {
    color: #656565; }
.modal.receipt-modal .modal-body .form-group .col-form-label {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #656565; }
.modal.receipt-modal .modal-body .form-group .form-control-plaintext {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #656565; }
.modal.receipt-modal .modal-footer .btn {
  background: #6100FA; }
.modal .select2-dropdown {
  z-index: 1051; }
.modal .daterangepicker.dropdown-menu {
  z-index: 3000; }
.modal.mail-modal .modal-body p {
  position: relative; }
  .modal.mail-modal .modal-body p:after {
    content: '';
    position: absolute;
    width: 257px;
    height: 1px;
    background-color: #9a9a9a42;
    left: 70px;
    margin: 0 auto;
    top: 10px; }
  .modal.mail-modal .modal-body p:before {
    content: '';
    position: absolute;
    width: 257px;
    height: 1px;
    background-color: #9a9a9a42;
    right: 70px;
    margin: 0 auto;
    top: 10px; }

.select2-dropdown {
  z-index: 999; }

.daterangepicker.dropdown-menu {
  z-index: 999; }

.preview-wrapper {
  font-size: 0.875rem;
  padding: 1.5rem; }
  .preview-wrapper .row {
    display: block; }
    .preview-wrapper .row div[class^='col-'], .preview-wrapper .row div[class*=' col-'] {
      float: left; }
    .preview-wrapper .row .col-2 {
      width: 16.666667%; }
    .preview-wrapper .row .col-3 {
      width: 25%; }
    .preview-wrapper .row .col-4 {
      width: 33.333333%; }
    .preview-wrapper .row .col-6 {
      width: 50%; }
    .preview-wrapper .row .col-5 {
      width: 41.666667%; }
    .preview-wrapper .row .col-10 {
      width: 83.333333%; }
    .preview-wrapper .row .col-12 {
      width: 100%; }
    .preview-wrapper .row .w-100 {
      clear: both; }
  .preview-wrapper .card {
    display: block; }
  .preview-wrapper .table {
    display: table !important;
    margin: 0; }
    .preview-wrapper .table .col, .preview-wrapper .table .col-auto {
      display: table-cell !important;
      padding: 0.5rem !important;
      vertical-align: middle !important; }
  .preview-wrapper h1 {
    font-size: 1.75rem;
    font-weight: 700; }
  .preview-wrapper h2 {
    font-size: 1.3125rem;
    font-weight: 700; }
  .preview-wrapper h3 {
    font-size: 1.02375rem;
    font-weight: 700; }
  .preview-wrapper h4 {
    font-size: 0.875rem;
    font-weight: 700; }
  .preview-wrapper h5 {
    font-size: 0.72625rem;
    font-weight: 700; }
  .preview-wrapper h6 {
    font-size: 0.58625rem;
    font-weight: 700; }
  .preview-wrapper .footer-section h5 {
    font-size: 0.8125rem; }
  .preview-wrapper .mes-logo {
    right: 0.9375rem;
    max-width: 7rem;
    top: 0; }
  .preview-wrapper p {
    font-size: 0.875rem; }

.pdfobject-container {
  height: 83vh; }
  .pdfobject-container.has-footer {
    height: 75vh; }

.btn-group .filter-btn {
  border-color: #ddd;
  font-size: 0.8125rem;
  color: #111;
  background: white;
  padding: .375rem .75rem;
  color: #adb0b1;
  border-radius: .25rem !important; }

.lead-head .input-group .form-control {
  box-shadow: none; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 11px !important; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 9px !important; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #e4e4e4 !important; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #adadad !important; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin: 1px !important; }

.daterange-filter-full {
  position: relative;
  top: 4px; }
  .daterange-filter-full:before {
    content: "\f31b";
    display: inline-block;
    font-family: "Ionicons"; }
  .daterange-filter-full input {
    position: absolute;
    top: -4px;
    left: 2px;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    background-color: transparent;
    opacity: 0;
    cursor: pointer; }

input[type='number'] {
  -moz-appearance: textfield; }

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.multiselect-container {
  max-height: 200px !important;
  overflow: auto; }

.cursor-pointer {
  cursor: pointer; }

.back-icon {
  font-size: 1.5rem; }
  .back-icon i {
    display: block;
    line-height: 1; }

.page-header h3 {
  font-size: 1.3125rem; }
.page-header .input-group {
  width: 270px; }
  @media (max-width: 575.98px) {
    .page-header .input-group {
      width: 100%; } }
  .page-header .input-group .form-control {
    font-size: 0.8125rem; }

.form-control-placeholder {
  min-height: 2.375rem; }

.primary-color-dark {
  color: #667087; }
  .primary-color-dark:focus {
    color: #667087; }

.successModal-icon {
  display: table;
  margin: auto;
  width: 75px;
  height: auto; }
  .successModal-icon img {
    width: 100%;
    height: auto; }

.successModal-msg h3 {
  color: #94d36c !important; }

.successModal-msg h3 {
  color: #94D36C;
  text-align: center; }

.form-check.form-check-inline.check-block-type {
  overflow: hidden;
  margin: 0 0.5rem 0.5rem 0; }
  .form-check.form-check-inline.check-block-type.filled-type .form-check-input:checked + .form-check-label {
    background-color: #00C153 !important;
    color: white; }
  .form-check.form-check-inline.check-block-type.filled-type .form-check-input:disabled + .form-check-label {
    background-color: #f8f9fa;
    cursor: not-allowed; }
  .form-check.form-check-inline.check-block-type.filled-type .form-check-label {
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-size: .9rem;
    font-weight: 500;
    min-width: 100px;
    text-align: center; }
    .form-check.form-check-inline.check-block-type.filled-type .form-check-label::before {
      display: none; }
  .form-check.form-check-inline.check-block-type .form-check-label {
    border: solid 1px #ddd;
    padding: 0.5rem 1rem 0.5rem 2.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
    font-weight: 500;
    color: #667087; }
    .form-check.form-check-inline.check-block-type .form-check-label::before {
      position: absolute;
      width: 1.125rem;
      height: 1.125rem;
      border: solid 2px #00C153;
      content: "";
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "Ionicons";
      left: 0.75rem;
      top: 50%;
      transform: translateY(-50%);
      font-size: 0.675rem;
      line-height: 0.675rem;
      color: white;
      border-radius: 50%;
      box-sizing: border-box; }
  .form-check.form-check-inline.check-block-type .form-check-input {
    position: absolute;
    left: -1rem;
    opacity: 0; }
    .form-check.form-check-inline.check-block-type .form-check-input:checked + .form-check-label::before {
      background-color: #00C153;
      content: "\f122"; }
  .form-check.form-check-inline.check-block-type.warning-type .form-check-label {
    padding: 0.5rem 1rem 0.5rem 2.25rem;
    color: #444; }
    .form-check.form-check-inline.check-block-type.warning-type .form-check-label::before {
      width: auto;
      height: auto;
      border: none;
      border-radius: 0;
      color: #FF7855;
      content: "";
      font-size: 1.25rem;
      line-height: 1;
      background: none; }
  .form-check.form-check-inline.check-block-type.warning-type .form-check-input:checked + .form-check-label::before {
    background: none;
    content: "\f100"; }
.form-check.form-check-inline.check-btn-type {
  overflow: hidden; }
  .form-check.form-check-inline.check-btn-type .form-check-label {
    border: solid 1px #ddd;
    padding: 0.375rem 1.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
    font-weight: 500;
    color: #667087; }
  .form-check.form-check-inline.check-btn-type .form-check-input {
    position: absolute;
    left: -1rem;
    opacity: 0; }
    .form-check.form-check-inline.check-btn-type .form-check-input:checked + .form-check-label {
      background-color: #00C153;
      border-color: #00C153;
      color: white; }
    .form-check.form-check-inline.check-btn-type .form-check-input:checked:disabled + .form-check-label {
      background-color: #00C153;
      border-color: #00C153;
      opacity: 0.65; }
    .form-check.form-check-inline.check-btn-type .form-check-input:disabled + .form-check-label {
      background-color: #e9ecef;
      cursor: not-allowed; }

.text-right span.error {
  text-align: right; }

.view-list p {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #656565; }
  .view-list p span {
    font-weight: 500; }

input:disabled, .btn:disabled {
  cursor: not-allowed !important; }

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

.mt-9 {
  margin-top: 9rem; }

.custom-badge {
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  width: 10rem; }

.tenant-personal-information .tenant-personal-info-img img, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-personal-info-img img {
  width: 100%;
  height: 100%; }
  .tenant-personal-information .tenant-personal-info-img img.prev-icon, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-personal-info-img img.prev-icon {
    width: 100px !important;
    height: 80px !important;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

.tenant-img, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-personal-information .tenant-work-permit-img, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-work-permit-img, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-pass-front-img, .onefm-client.tenant-creation .tenant-information .tenant-personal-information .tenant-work-permit-img {
  width: 175px;
  height: 175px; }
  .tenant-img .img-preview, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-personal-information .tenant-work-permit-img .img-preview, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-work-permit-img .img-preview, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-pass-front-img .img-preview, .onefm-client.tenant-creation .tenant-information .tenant-personal-information .tenant-work-permit-img .img-preview {
    width: 100%;
    height: 100%;
    background: whitesmoke;
    border: 1px dashed #b9b9b9; }
    .tenant-img .img-preview img, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-personal-information .tenant-work-permit-img .img-preview img, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-work-permit-img .img-preview img, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-pass-front-img .img-preview img, .onefm-client.tenant-creation .tenant-information .tenant-personal-information .tenant-work-permit-img .img-preview img {
      width: 100%;
      height: 100%; }
      .tenant-img .img-preview img.prev-icon, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-personal-information .tenant-work-permit-img .img-preview img.prev-icon, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-work-permit-img .img-preview img.prev-icon, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-pass-front-img .img-preview img.prev-icon, .onefm-client.tenant-creation .tenant-information .tenant-personal-information .tenant-work-permit-img .img-preview img.prev-icon {
        width: 80px !important;
        height: 80px !important;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }

.bg-active-yellow {
  background: #E0F092; }

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

.upload-btn {
  position: relative;
  cursor: pointer;
  padding: .375rem .75rem; }
  .upload-btn label {
    position: relative;
    margin-bottom: 0;
    cursor: pointer; }
  .upload-btn input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 9; }

.font-8 {
  font-size: .8rem; }

.font-8125 {
  font-size: .8125rem; }

.modal-xxl {
  max-width: 900px; }

.max-width-210 {
  max-width: 210px; }

.custom-ordered-list .custom-list-item {
  width: 100%;
  position: relative; }
  .custom-ordered-list .custom-list-item .list-item-bullet {
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
    border: solid 1px #1a84d4;
    color: #1a84d4;
    font-weight: 500;
    font-size: 0.8125rem;
    margin-right: 1rem;
    position: absolute;
    top: 0;
    left: 0; }
  .custom-ordered-list .custom-list-item .list-item-content {
    padding-left: 2.5rem; }
    .custom-ordered-list .custom-list-item .list-item-content h5 {
      font-weight: 400;
      color: #667087; }

.btn-upload input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
  z-index: 10;
  cursor: pointer; }

.overflow-fix {
  max-width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.overflow-data {
  z-index: 999;
  display: block;
  white-space: nowrap;
  position: absolute;
  background-color: white;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
  padding: 1px 4px;
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.3s; }
  .overflow-data.elm-overflow {
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important; }

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 14px; }

.slider-switch {
  position: relative;
  display: inline-block;
  width: 57px;
  height: 22px; }
  .slider-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }
    .slider-switch .slider:before {
      position: absolute;
      content: "";
      height: 18px;
      width: 18px;
      left: 2px;
      bottom: 2px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s; }
    .slider-switch .slider.round {
      border-radius: 34px; }
      .slider-switch .slider.round:before {
        border-radius: 50%; }
  .slider-switch input {
    opacity: 0;
    width: 0;
    height: 0; }

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

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

.nofification-panel .list-group-item.unread {
  background-color: #FFFBEF !important; }

.filterd-check {
  position: absolute;
  left: 11px;
  top: -9px; }

.font-weight-500 {
  font-weight: 500 !important; }

.text-md {
  font-size: 0.8125rem; }

.font-size-0-875 {
  font-size: 0.875rem; }

@media (min-width: 768px) {
  .w-max-13 {
    max-width: 13rem; } }

@media (min-width: 768px) {
  .w-max-8 {
    max-width: 8rem; } }

@media (min-width: 768px) {
  .w-max-10 {
    max-width: 10rem; } }

.badge {
  padding: 0.3rem;
  font-size: 0.74rem;
  line-height: 1.5;
  background-color: white;
  width: 100%;
  max-width: 140px; }
  .badge.badge-light {
    border: solid 1px #cecece;
    color: #8089A4; }
  .badge.badge-primary {
    border: solid 1px #1a84d4;
    color: #1a84d4; }
  .badge.badge-success {
    border: solid 1px #00C153;
    color: #00C153; }
  .badge.badge-warning {
    border: solid 1px #F1A500;
    color: #F1A500; }
  .badge.badge-danger {
    border: solid 1px #FC7373;
    color: #FC7373; }
  .badge.badge-secondary {
    border: solid 1px #6c757d;
    color: #6c757d; }
  .badge.badge-dark {
    border: solid 1px #343a40;
    color: #343a40; }
  .badge.badge-info {
    border: solid 1px #17a2b8;
    color: #17a2b8; }

@media (min-width: 768px) {
  .w-max-9 {
    max-width: 9.25rem; } }

.custom-timepicker .cancelBtn {
  display: none; }
.custom-timepicker .applyBtn {
  min-width: 63px !important; }
.custom-timepicker .calendar-time {
  margin: 0 !important;
  padding: 0 !important; }
  .custom-timepicker .calendar-time div {
    display: flex; }
  .custom-timepicker .calendar-time select {
    display: block;
    width: 100% !important;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da; }
    .custom-timepicker .calendar-time select:first-of-type {
      margin-right: 10px !important; }
    .custom-timepicker .calendar-time select:last-of-type {
      margin-left: 10px !important; }

.select2-container--open {
  z-index: 9999; }

.modal .select2-container--open {
  z-index: 9999 !important; }

.fixed-top {
  z-index: 10001; }

.purchase-request-textarea + span.error {
  position: absolute;
  padding: 1rem; }

textarea.form-control {
  font-size: .875rem; }

.profile-image {
  width: 100%;
  height: 100%;
  max-width: 10rem;
  max-height: 10rem; }

.signature-image {
  width: 100%;
  max-width: 15rem; }

.notification-badge {
  background-color: #ffffff;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  font-size: 0.74rem;
  font-weight: 700;
  right: .5rem !important;
  overflow: hidden;
  text-align: center; }

.table-responsive {
  min-height: 15rem; }

[readonly][disabled] {
  background-color: #e9ecef !important; }

.z0 {
  z-index: 0; }

.z-100 {
  z-index: 100; }

.font-2 {
  font-size: 1.25rem; }

.font-1 {
  font-size: 1rem; }

.ui-tooltip {
  background: #000;
  border: none;
  border-radius: 3px; }
  .ui-tooltip .ui-tooltip-content {
    font-size: 13px;
    font-weight: 500;
    color: #fff; }

.query-search-list-detail.company-work-list .pdf-wrapper h4 {
  font-size: 1.1rem !important;
  font-weight: 600 !important; }
  .query-search-list-detail.company-work-list .pdf-wrapper h4 small {
    font-size: .9rem !important; }
.query-search-list-detail.company-work-list .pdf-wrapper *:not(h4) {
  font-size: .7rem !important;
  color: black !important; }
.query-search-list-detail.company-work-list .pdf-wrapper thead tr th, .query-search-list-detail.company-work-list .pdf-wrapper thead tr td {
  padding: .5rem .4rem !important; }
.query-search-list-detail.company-work-list .pdf-wrapper .table-2 thead tr th:nth-of-type(1) {
  min-width: 90px !important;
  max-width: 90px !important; }
.query-search-list-detail.company-work-list .pdf-wrapper .table-2 thead tr th:nth-of-type(2) {
  min-width: 90px !important;
  max-width: 90px !important; }
.query-search-list-detail.company-work-list .pdf-wrapper .table-2 thead tr th:nth-of-type(2) {
  min-width: 90px !important;
  max-width: 90px !important; }
.query-search-list-detail.company-work-list .pdf-wrapper .table-2 thead tr th:nth-of-type(3) {
  min-width: 90px !important;
  max-width: 90px !important; }
.query-search-list-detail.company-work-list .pdf-wrapper .table-2 thead tr th:nth-of-type(4) {
  min-width: 90px !important;
  max-width: 90px !important; }
.query-search-list-detail.company-work-list .pdf-wrapper .table-2 thead tr th:nth-of-type(5) {
  min-width: 90px !important;
  max-width: 90px !important; }
.query-search-list-detail.company-work-list .pdf-wrapper .table-2 thead tr th:nth-of-type(6) {
  min-width: 90px !important;
  max-width: 90px !important; }
.query-search-list-detail.company-work-list .pdf-wrapper .table-2 thead tr th:nth-of-type(7) {
  min-width: 90px !important;
  max-width: 90px !important; }
.query-search-list-detail.company-work-list .pdf-wrapper .table-2 thead tr th:nth-of-type(8) {
  min-width: 90px !important;
  max-width: 90px !important; }
.query-search-list-detail.company-work-list .pdf-wrapper .table-1 thead tr td:nth-of-type(7) {
  word-break: break-all; }
.query-search-list-detail.company-work-list .pdf-wrapper .table-1 thead tr th:nth-of-type(2) {
  min-width: 90px !important;
  max-width: 90px !important; }
.query-search-list-detail.company-work-list .pdf-wrapper .table-1 thead tr th:nth-of-type(3) {
  min-width: 70px !important;
  max-width: 70px !important; }
.query-search-list-detail.company-work-list .pdf-wrapper .table-1 thead tr th:nth-of-type(4) {
  min-width: 110px !important;
  max-width: 110px !important; }
.query-search-list-detail.company-work-list .pdf-wrapper .table-1 thead tr th:nth-of-type(5) {
  min-width: 101px !important;
  max-width: 101px !important; }
.query-search-list-detail.company-work-list .pdf-wrapper .table-1 thead tr th:nth-of-type(6) {
  min-width: 91px !important;
  max-width: 91px !important; }
.query-search-list-detail.company-work-list .pdf-wrapper .table-1 thead tr th:nth-of-type(7) {
  min-width: 95px !important;
  max-width: 95px !important; }
.query-search-list-detail.company-work-list .pdf-wrapper .table-1 thead tr th:nth-of-type(8) {
  min-width: 81px !important;
  max-width: 81px !important; }
.query-search-list-detail.company-work-list .pdf-wrapper .table-1 thead tr th:nth-of-type(9) {
  min-width: 90px !important;
  max-width: 90px !important; }
.query-search-list-detail.company-work-list .pdf-wrapper .table-1 thead tr th:nth-of-type(10) {
  min-width: 90px !important;
  max-width: 90px !important; }
.query-search-list-detail.company-work-list .pdf-wrapper .table-1 thead tr th:nth-of-type(11) {
  min-width: 90px !important;
  max-width: 90px !important; }
.query-search-list-detail.company-work-list .pdf-wrapper .table-1 thead tr th:nth-of-type(12) {
  min-width: 94px !important;
  max-width: 94px !important; }
.query-search-list-detail.company-work-list .pdf-wrapper .table-1 thead tr th:nth-of-type(13) {
  min-width: 80px !important;
  max-width: 80px !important; }
.query-search-list-detail.company-work-list .pdf-wrapper .table-1 thead tr th:nth-of-type(14) {
  min-width: 104px !important;
  max-width: 104px !important; }

@media print {
  .sidebar-nav-left {
    display: none !important; }

  .onefm-admin-view {
    padding-left: 0 !important;
    padding-top: 0; }

  .page-header {
    display: none !important; }

  .query-search-list .card-header {
    display: none !important; }

  .maintenance-list {
    padding: .25rem !important; }

  .query-search-list-detail.company-work-list h4 {
    font-size: 1.1rem !important;
    font-weight: 600 !important; }
    .query-search-list-detail.company-work-list h4 small {
      font-size: .9rem !important; }
  .query-search-list-detail.company-work-list *:not(h4) {
    font-size: .7rem !important;
    color: black !important; }
  .query-search-list-detail.company-work-list thead tr th, .query-search-list-detail.company-work-list thead tr td {
    padding: .5rem .4rem !important; }

  .card .btn-group {
    display: none !important; }
  .card .card-body ul li span:first-of-type {
    font-weight: 600; } }
.youtube-btn {
  color: #212529 !important;
  background-color: #ffffff;
  background-image: url(../../img/youtube-icon.png) !important;
  background-repeat: no-repeat;
  background-position: calc(100% - .5rem) center;
  padding-right: 2rem;
  padding-left: .7rem;
  font-weight: 300;
  font-size: .8rem;
  cursor: pointer !important;
  border: solid 1px #ddd;
  display: flex;
  align-items: center; }

#uploadContract-error {
  position: absolute;
  margin-top: 2rem; }

.clockpicker-am-pm-block {
  display: inline-flex;
  margin-top: 1rem; }
  .clockpicker-am-pm-block .pm-button {
    margin: 1px 1px 1px 10px; }

.font-15 {
  font-size: 1.5rem; }

.dhx_cal_data table td {
  cursor: pointer; }

.dhx_now {
  position: relative; }
  .dhx_now .dhx_month_body {
    padding: 10px 0 11px 0; }
  .dhx_now .dhx_month_head {
    background: #ef0707;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 100%;
    padding: 0;
    font-size: 15px;
    line-height: 0;
    z-index: 1;
    color: #fff;
    font-weight: 500;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 0px 2px #fff; }

@media print {
  .legends-cmltv-table .table tbody tr td.bg-danger {
    background-color: #dc3545 !important; }
  .legends-cmltv-table .table tbody tr td.bg-success {
    background-color: #28a745 !important; } }
.success-page .success {
  background-image: url(../../img/green01.png), url(../../img/green02.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 300px; }
  .success-page .success h4.text-success {
    color: #176209 !important; }
.success-page .failure {
  background-image: url(../../img/red01.png), url(../../img/red02.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 300px; }
  .success-page .failure h4.text-danger {
    color: #E10025 !important; }

.global-badge {
  font-size: 13px; }
  .global-badge span {
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 5px; }

.slider-switch.pn-setting {
  width: 45px;
  height: 22px; }
  .slider-switch.pn-setting input:checked + .slider {
    background-color: #00C14B !important; }
    .slider-switch.pn-setting input:checked + .slider:before {
      transform: translateX(23px); }

.remarks .card .card-body .list-group .list-group-item {
  font-size: 0.8125rem; }
  .remarks .card .card-body .list-group .list-group-item strong {
    font-weight: 500;
    padding: 0 0.5rem 0 0; }
  .remarks .card .card-body .list-group .list-group-item .text-primary {
    color: #495588 !important; }
  .remarks .card .card-body .list-group .list-group-item .text-dark {
    color: #666 !important; }
  .remarks .card .card-body .list-group .list-group-item .text-muted {
    color: #999 !important; }
  @media (min-width: 768px) {
    .remarks .card .card-body .list-group .list-group-item {
      padding-left: 0.25rem; } }
  .remarks .card .card-body .list-group .list-group-item .comment-ref {
    width: 1.25rem;
    height: 1.25rem;
    background-color: #1a84d4;
    color: white;
    font-weight: 500;
    position: relative; }
    .remarks .card .card-body .list-group .list-group-item .comment-ref i {
      display: block;
      line-height: 1; }
    .remarks .card .card-body .list-group .list-group-item .comment-ref a {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      cursor: pointer; }
.remarks .card .card-body .avatar {
  background-color: #FC7373;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #dc5959; }

span.ion-alert-circled:before {
  padding-right: 5px; }

#addCreditNote #fileName {
  white-space: inherit;
  word-break: break-all; }

.sector-multiselect-wrp .multiselect-container .input-group {
  margin: 5px 0px 7px;
  padding: 0 9px; }
.sector-multiselect-wrp .multiselect-clear-filter {
  padding-left: 6px;
  padding-right: 0;
  background-color: transparent;
  color: gray; }
  .sector-multiselect-wrp .multiselect-clear-filter i:after {
    font-family: "Ionicons";
    content: "\f12a";
    font-style: normal; }
.sector-multiselect-wrp .multiselect.dropdown-toggle {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  padding-left: 10px;
  color: #484848;
  text-align: left;
  font-size: 13px; }
  .sector-multiselect-wrp .multiselect.dropdown-toggle:after {
    right: 8px;
    top: 13px;
    position: absolute; }
.sector-multiselect-wrp .multiselect-container {
  width: 100%;
  overflow: auto; }
.sector-multiselect-wrp .multiselect-container {
  padding: 0.3125rem 0; }
  .sector-multiselect-wrp .multiselect-container .multiselect-search {
    font-size: 12px;
    border-radius: 4px; }
  .sector-multiselect-wrp .multiselect-container > li {
    position: relative; }
    .sector-multiselect-wrp .multiselect-container > li > a {
      color: #212529; }
      .sector-multiselect-wrp .multiselect-container > li > a > label {
        padding: 0.3125rem 1rem 0.3125rem 1.625rem;
        width: 100%;
        font-size: .8125rem;
        line-height: 1.2; }
        .sector-multiselect-wrp .multiselect-container > li > a > label input {
          display: none; }
    .sector-multiselect-wrp .multiselect-container > li.active:before {
      position: absolute;
      left: 0.5rem;
      top: 50%;
      transform: translateY(-50%);
      font-family: "Ionicons";
      content: "\f122";
      font-size: 14px; }
.sector-multiselect-wrp .multiselect-container > li {
  position: relative; }
  .sector-multiselect-wrp .multiselect-container > li a {
    color: #212529; }
  .sector-multiselect-wrp .multiselect-container > li:before {
    position: absolute;
    left: 9px !important;
    top: 6px;
    font-family: "Ionicons";
    content: "";
    font-size: 14px;
    width: 13px;
    height: 13px;
    border-radius: 2px;
    line-height: 10px;
    border: solid 1px #b9b9b9; }
  .sector-multiselect-wrp .multiselect-container > li.active:before {
    position: absolute;
    left: 9px !important;
    top: 3px;
    font-family: "Ionicons";
    content: "\f122";
    font-size: 14px; }
  .sector-multiselect-wrp .multiselect-container > li > a > label {
    padding: 0.25rem 1rem 0.25rem 1.6rem;
    width: 100%;
    font-size: .85rem; }
    .sector-multiselect-wrp .multiselect-container > li > a > label input {
      display: none; }
.sector-multiselect-wrp .multiselect-native-select {
  width: 100%; }

.survey-create .accordion .card .card-header {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f3f4f8+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f4f8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f4f8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f3f4f8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f4f8',GradientType=0 );
  /* IE6-9 */ }
  .survey-create .accordion .card .card-header .collapse-btn.collapsed i::before {
    content: "\f125";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
  .survey-create .accordion .card .card-header .collapse-btn i::before {
    content: "\f123";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
.survey-create .accordion .card .card-body {
  background-color: #FCFFE4; }

.image-input-wrp {
  padding: 0;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  margin-top: 1.3rem;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  border: dashed 1px #a5a4a4;
  border-radius: 7px; }

.close-uploaded-img {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  right: -15px;
  top: -26px;
  color: #bd1010;
  font-size: 1.2rem; }

.mce-statusbar {
  display: none !important; }

.my-custom-tooltip {
  border: none !important;
  border-radius: 3px !important; }

.checkbox-options span {
  display: none !important; }
  .checkbox-options span:last-of-type {
    display: inline !important; }

.company-logo {
  width: 110px; }

.admin-login {
  background-color: white;
  height: 100%; }
  .admin-login .login-bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important; }
  .admin-login .fill-height {
    height: 100%; }
    .admin-login .fill-height.flex {
      display: flex; }
      .admin-login .fill-height.flex .form-box {
        position: relative;
        z-index: 1;
        width: 450px;
        padding: 3.5rem 2rem 3.5rem;
        height: auto;
        background-color: white;
        margin: auto;
        text-align: center; }
        @media screen and (max-width: 1224px) {
          .admin-login .fill-height.flex .form-box {
            padding: 3.5rem 0 3.5rem 0; } }
        .admin-login .fill-height.flex .form-box .logo-holder {
          text-align: center;
          margin-bottom: 1rem; }
          .admin-login .fill-height.flex .form-box .logo-holder img {
            width: 170px; }
        .admin-login .fill-height.flex .form-box form {
          width: 100%;
          margin: 2rem 0 0rem;
          float: left; }
          .admin-login .fill-height.flex .form-box form .form-group {
            position: relative;
            margin-bottom: 35px;
            clear: both;
            text-align: center; }
            .admin-login .fill-height.flex .form-box form .form-group .form-control {
              background: white;
              border: none;
              border-bottom: solid 1px #557CB0;
              height: 33px;
              color: #557CB0;
              font-size: 13px;
              box-shadow: none;
              padding: 0 0px;
              border-radius: 0; }
            .admin-login .fill-height.flex .form-box form .form-group h3 {
              font-size: 1.2rem;
              font-weight: 600;
              color: #1a84d4; }
            .admin-login .fill-height.flex .form-box form .form-group p {
              font-size: 12px;
              color: #6b6b6b; }
          .admin-login .fill-height.flex .form-box form .login-btn {
            margin-top: 0rem !important;
            margin-bottom: 1rem;
            clear: both;
            padding: .7rem 4rem;
            font-size: 14px;
            font-weight: 600;
            background: #1a84d4;
            color: #fff;
            outline: none;
            width: 100%; }
          .admin-login .fill-height.flex .form-box form .forgot-pswd-btn {
            text-align: right;
            font-size: 13px;
            display: block; }
          .admin-login .fill-height.flex .form-box form .external-view-btn {
            padding: 1rem 2.5rem;
            font-size: 14px;
            font-weight: 600;
            border: 1px solid #1a84d4;
            color: #1a84d4;
            border-radius: 0.2rem;
            outline: none;
            text-decoration: none; }

@media (max-width: 575.98px) {
  .user-management .filter-section .input-group {
    margin-bottom: 5px; } }
@media (max-width: 575.98px) {
  .user-management .filter-section .dropdown {
    margin-bottom: 5px; } }
@media (max-width: 575.98px) {
  .user-management .user-management-table table {
    min-width: 1010px; } }
.user-management .user-management-table table thead tr th {
  width: 10%; }
.user-management .user-management-table table tbody tr td:nth-child(2) {
  color: #9C5BFD; }
.user-management .user-management-table table tbody tr td:nth-child(4) {
  color: #000; }
.user-management .warehouse-management-table .table thead th:first-of-type {
  min-width: 70px; }
.user-management .warehouse-management-table .table thead th:nth-child(2) {
  min-width: 185px; }
.user-management .warehouse-management-table .table thead th:nth-child(3) {
  min-width: 185px; }
.user-management .warehouse-management-table .table thead th:nth-child(4) {
  min-width: 185px; }
.user-management .warehouse-management-table .table thead th:nth-child(5) {
  min-width: 150px; }
.user-management .warehouse-management-table .table thead th:nth-child(6) {
  min-width: 110px; }
.user-management .warehouse-management-table .table thead th:nth-child(7) {
  min-width: 120px; }
.user-management .warehouse-management-table .table thead th:nth-child(8) {
  min-width: 180px; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ced4da !important; }

.select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da !important; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  cursor: pointer;
  background: #FF7074;
  display: inline-block;
  font-weight: bold;
  width: 12px;
  margin-right: 2px;
  height: 12px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  float: left;
  border-radius: 50%;
  color: #fff !important;
  line-height: 0;
  margin-top: 3px; }

.settings {
  padding: 2rem;
  /* .badge {
    padding: 0.25rem 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    width: 8rem;
    &.badge-primary {
      background-color: $primary-color;
    }
    &.badge-success {
      background-color: $primary-green;
    }
    &.badge-warning {
      background-color: $primary-warning;
      color: white;
    }
    &.badge-danger {
      background-color: $danger-color;
    }
  } */ }
  @media (max-width: 575.98px) {
    .settings {
      padding: 1rem; } }
  .settings.home h5 {
    margin: 0 0 1.5rem 0;
    font-size: 1.125rem;
    font-size: 500; }
  .settings.home .icon-grid .icon-grid-item {
    margin-bottom: 1rem;
    width: 10rem;
    color: inherit;
    text-decoration: none; }
    .settings.home .icon-grid .icon-grid-item img {
      display: block;
      margin: auto;
      max-width: 5rem; }
    .settings.home .icon-grid .icon-grid-item span {
      display: block;
      padding: 0.75rem 0 0;
      text-align: center;
      font-size: 0.875rem;
      line-height: 1.4; }
  .settings.role-management .permissions-list h6 small {
    font-weight: 500; }
  .settings.role-management .permissions-list .card {
    border-bottom: solid 1px #ddd;
    border-radius: .25rem; }
    .settings.role-management .permissions-list .card .card-header {
      background: none;
      border-bottom: 0;
      padding: 1.5rem 2rem 1.5rem 3rem;
      cursor: pointer; }
      .settings.role-management .permissions-list .card .card-header::before {
        position: absolute;
        left: 1.25rem;
        top: 1.6rem;
        font-family: "Ionicons";
        content: "\f208";
        font-size: 0.5rem;
        width: 1rem;
        height: 0.875rem;
        background-color: #eee;
        line-height: 0.875rem;
        text-align: center;
        border-radius: 2px; }
      .settings.role-management .permissions-list .card .card-header.collapsed::before {
        content: "\f217"; }
      .settings.role-management .permissions-list .card .card-header h5 {
        font-size: 1rem;
        font-weight: 500; }
    .settings.role-management .permissions-list .card .card-body {
      padding: 0 2rem 1.5rem 3rem; }
    .settings.role-management .permissions-list .card .form-group:last-of-type {
      margin-bottom: 0; }
    .settings.role-management .permissions-list .card label {
      cursor: pointer; }
  .settings.role-management .user-management-table tbody tr td:last-of-type .btn-group .del-role-btn i {
    font-size: 1.3rem; }
  .settings.workflow-management .workflow-management-table tbody tr td:last-of-type {
    min-width: 3.5rem; }
    .settings.workflow-management .workflow-management-table tbody tr td:last-of-type .btn-group .del-role-btn i {
      font-size: 1.3rem; }
  .settings.workflow-management .workflow-management-table tbody tr td:first-of-type {
    min-width: 3.5rem; }
  .settings.workflow-management .workflow-management-table tbody tr td:nth-of-type(2) {
    min-width: 10rem; }
  .settings.workflow-management .workflow-management-table tbody tr td:nth-of-type(3) {
    min-width: 10rem; }
  .settings.workflow-management .workflow-management-table tbody tr td:nth-of-type(4) {
    min-width: 20rem; }
  .settings.workflow-management .workflow-management-table tbody tr td:nth-of-type(5) {
    min-width: 10rem; }
  .settings.workflow-management .counts-view {
    position: absolute;
    background-color: #1a84d4;
    min-width: 20px;
    min-height: 20px;
    color: white;
    font-size: 11px;
    left: 14px;
    top: 50px;
    bottom: auto;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500; }
  .settings.workflow-management .workflow-remove-btn {
    right: 25px;
    left: auto;
    top: calc(50% - 15px);
    bottom: auto;
    margin: auto;
    position: absolute; }
    .settings.workflow-management .workflow-remove-btn .btn {
      font-size: 20px; }

.facility-management .facility-tab-wrp .facility-tab-head {
  margin-top: 1rem;
  background-color: whitesmoke;
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 1rem 2rem 0; }
  @media (max-width: 768px) {
    .facility-management .facility-tab-wrp .facility-tab-head {
      margin-left: -15px;
      margin-right: -15px; } }
.facility-management .facility-tab-wrp .tab-content {
  padding: 1.5rem 1rem; }

.nav-tab-classic {
  border-bottom-color: whitesmoke; }
  .nav-tab-classic .nav-item {
    margin-right: .5rem; }
    .nav-tab-classic .nav-item .nav-link {
      font-size: 14px;
      background-color: #eaeaea;
      color: #363636;
      border-color: gainsboro;
      padding: .3rem 1rem; }
      .nav-tab-classic .nav-item .nav-link:hover {
        border-color: gainsboro; }
      .nav-tab-classic .nav-item .nav-link.active {
        background-color: white;
        border-color: gainsboro gainsboro #fff; }
        .nav-tab-classic .nav-item .nav-link.active:hover {
          border-color: gainsboro gainsboro #fff; }

.form-inline .floor-number-input-wrp, .change-floor-btn {
  display: none; }
  .form-inline .floor-number-input-wrp.show, .change-floor-btn.show {
    display: flex; }

.floor-number-input-wrp {
  display: flex;
  flex-flow: nowrap !important; }
  .floor-number-input-wrp input {
    width: 100% !important; }

.unit-table {
  border: 1px solid #dee2e6;
  max-width: 540px;
  margin: 10px 0 0 16px;
  border-radius: .2rem;
  display: none; }
  .unit-table.show {
    display: block; }
  .unit-table .table {
    margin: 0; }
    .unit-table .table td, .unit-table .table th {
      padding: .60rem;
      vertical-align: middle;
      font-size: .85rem; }
    .unit-table .table thead th {
      border: none;
      font-weight: 400; }
      .unit-table .table thead th:nth-of-type(1) {
        text-align: center;
        width: 30px; }
      .unit-table .table thead th:nth-of-type(2) {
        width: 160px; }
      .unit-table .table thead th:nth-of-type(3) {
        width: 60px;
        text-align: center; }
      .unit-table .table thead th:nth-of-type(4) {
        width: 107px;
        text-align: center; }
    .unit-table .table tbody tr {
      position: relative; }
    .unit-table .table tbody td:nth-of-type(1) {
      text-align: center;
      width: 30px; }
    .unit-table .table tbody td:nth-of-type(3) {
      text-align: center; }
    .unit-table .table tbody td input {
      text-align: center; }
    .unit-table .table tbody .form-control {
      font-size: .75rem; }

.unit-wrp {
  position: relative;
  padding-left: 10px; }
  .unit-wrp .expand-collapse-btn {
    display: none; }
  .unit-wrp.expanded-floor .expand-collapse-btn {
    display: block; }

.unit-block-cntrl {
  position: relative;
  padding-left: 10px; }

.unit-block-wrp {
  display: none;
  margin-bottom: 1rem; }
  .unit-block-wrp:last-of-type {
    margin-bottom: 0; }
  .unit-block-wrp.show {
    display: block; }
  .unit-block-wrp .single-unit {
    padding-left: .25rem; }
    @media (max-width: 717px) {
      .unit-block-wrp .single-unit {
        padding-left: 1.25rem; } }
    .unit-block-wrp .single-unit .collapse-window {
      display: block !important; }
    .unit-block-wrp .single-unit .unit-block-cntrl {
      padding-left: 0 !important; }
    .unit-block-wrp .single-unit .expand-collapse-btn {
      display: none !important; }
    .unit-block-wrp .single-unit .collapse-panel {
      padding: 10px 0 10px 25px; }
  .unit-block-wrp .collapse-panel {
    padding: 10px 0 10px 26px;
    display: none; }
    .unit-block-wrp .collapse-panel.show {
      display: block; }

.expand-collapse-btn {
  width: 1rem;
  height: 0.875rem;
  position: absolute;
  float: left;
  left: 0;
  top: 8px;
  cursor: pointer; }
  .expand-collapse-btn::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Ionicons";
    content: "\f208";
    font-size: 0.5rem;
    width: 1rem;
    height: 0.875rem;
    background-color: #eee;
    line-height: 0.875rem;
    text-align: center;
    border-radius: 2px; }
  .expand-collapse-btn.collapsed::before {
    content: "\f217"; }

.unit-save-btn, .unit-delete-btn {
  padding: 0.32rem 0;
  line-height: 17px;
  font-size: 11px;
  width: 53px; }

.unit-delete-btn {
  display: none; }
  .unit-delete-btn.show {
    display: block; }

select.custom-select-sm {
  height: calc(1.8125rem + 3px) !important;
  font-size: .875rem;
  line-height: 1rem; }

.custom-file-input-sm {
  height: calc(1.8125rem + 3px) !important;
  font-size: .875rem !important;
  line-height: 1.2rem !important;
  margin-bottom: 0 !important; }
  .custom-file-input-sm:after {
    height: 100% !important;
    line-height: 1.3 !important; }

.facility-basic-info {
  padding-bottom: 2rem; }
  .facility-basic-info .form-group {
    margin-bottom: 0; }
    .facility-basic-info .form-group span.error {
      position: absolute; }

.img-preview-file-input-wrp {
  height: auto; }
  .img-preview-file-input-wrp .img-preview-file-input {
    height: auto; }
  .img-preview-file-input-wrp .img-preview-wrp {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #f1f1f2;
    position: absolute;
    top: 2px;
    left: 2px;
    background-size: cover;
    background-position: center center; }
  .img-preview-file-input-wrp .img-text-wrp {
    position: relative;
    left: 23px;
    width: calc(100% - 84px);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.floor-name-disp {
  min-width: 195px; }

@media (max-width: 717px) {
  .form-inline .floor-number-input-wrp.show, .change-floor-btn.show {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 1rem !important; }

  .w-222 {
    width: 100% !important; }

  .change-floor-btn, .unit-add-btn, .add-floor-btn {
    margin-top: .5rem; }

  .expand-collapse-btn {
    left: -12px; }

  .floor-grp {
    width: 100%;
    margin-left: 0 !important; }

  .add-floor-btn {
    margin-left: 0 !important; }

  .unit-grp {
    width: 100%; } }
.width-100px {
  width: 100px; }
  @media (max-width: 768px) {
    .width-100px {
      width: auto; } }

.paid-wrp {
  display: none; }

.paid-sub {
  display: none; }

input[type="radio"] + label.col-form-label-sm {
  padding-top: 3px !important;
  cursor: pointer; }

.lead-channel-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .lead-channel-list.add-new-layout li {
    padding: 1rem .5rem; }
    .lead-channel-list.add-new-layout li .drag-handle {
      display: inline-block; }
    .lead-channel-list.add-new-layout li .btn-danger {
      display: block; }
  .lead-channel-list li {
    position: relative;
    min-height: 52px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-top: none;
    padding: 1rem 1.3rem;
    background-color: white;
    display: flex;
    align-items: center; }
    .lead-channel-list li .status-label {
      position: absolute;
      right: 1.3rem;
      margin: 0;
      padding: .1rem .5rem;
      border-radius: 4px;
      font-size: .88rem;
      width: 93px;
      text-align: center; }
      .lead-channel-list li .status-label.label-success {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745; }
      .lead-channel-list li .status-label.label-disabled {
        color: #fff;
        background-color: #cacaca;
        border-color: #cacaca; }
    .lead-channel-list li.disabled .drag-handle {
      opacity: .5;
      cursor: not-allowed; }
    .lead-channel-list li.disabled .btn-danger, .lead-channel-list li.disabled .btn-danger:active {
      background-color: #cacaca;
      border-color: #cacaca;
      cursor: not-allowed; }
    .lead-channel-list li span.label, .lead-channel-list li span.input-wrp {
      font-size: .9rem;
      font-weight: 500;
      line-height: .9rem; }
    .lead-channel-list li span.input-wrp {
      margin-right: .5rem; }
    .lead-channel-list li.ui-sortable-placeholder {
      visibility: visible !important;
      border-left: none;
      border-right: none; }
    .lead-channel-list li .btn-danger {
      display: none;
      padding: 6px;
      border-radius: 3px;
      line-height: 0;
      position: relative; }
      .lead-channel-list li .btn-danger:after {
        content: '';
        width: 70%;
        height: 2px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: white; }
  .lead-channel-list .drag-handle {
    display: none;
    cursor: move;
    position: relative;
    width: 18px;
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    margin-right: .7rem;
    padding: 0 5px;
    color: #b9b8b8; }
    .lead-channel-list .drag-handle:before, .lead-channel-list .drag-handle:after {
      content: "\f397";
      font-family: "Ionicons";
      margin: 0 1px; }

.onefm-admin.lead-unit-availability {
  padding: 1rem; }
  .onefm-admin.lead-unit-availability .tab-content {
    width: 100%; }
  .onefm-admin.lead-unit-availability .legents {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    margin: auto;
    margin-bottom: 2rem; }
    .onefm-admin.lead-unit-availability .legents li {
      padding-left: 1.5rem;
      position: relative;
      float: left;
      margin-left: 2rem;
      color: darkslategrey;
      font-size: .75rem; }
      .onefm-admin.lead-unit-availability .legents li:first-of-type {
        margin-left: 0; }
      .onefm-admin.lead-unit-availability .legents li:after {
        content: '';
        width: 16px;
        height: 16px;
        position: absolute;
        left: 0px;
        top: 1px; }
      .onefm-admin.lead-unit-availability .legents li.reserved:after {
        background: #7326ae;
        background: -moz-linear-gradient(top, #7326ae 0%, #5c1791 100%);
        background: -webkit-linear-gradient(top, #7326ae 0%, #5c1791 100%);
        background: linear-gradient(to bottom, #7326ae 0%, #5c1791 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7326ae', endColorstr='#5c1791',GradientType=0 ); }
      .onefm-admin.lead-unit-availability .legents li.out-of-order:after {
        background: #f06561;
        background: -moz-linear-gradient(top, #f06561 0%, #db3f3f 100%);
        background: -webkit-linear-gradient(top, #f06561 0%, #db3f3f 100%);
        background: linear-gradient(to bottom, #f06561 0%, #db3f3f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f06561', endColorstr='#db3f3f',GradientType=0 ); }
      .onefm-admin.lead-unit-availability .legents li.vacant-dirty:after {
        background: #ffc107;
        background: -moz-linear-gradient(top, #ffc107 0%, #ce9a00 100%);
        background: -webkit-linear-gradient(top, #ffc107 0%, #ce9a00 100%);
        background: linear-gradient(to bottom, #ffc107 0%, #ce9a00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc107', endColorstr='#ce9a00',GradientType=0 ); }
      .onefm-admin.lead-unit-availability .legents li.vacant-ready:after {
        background: #63cd65;
        background: -moz-linear-gradient(top, #63cd65 0%, #19a82e 100%);
        background: -webkit-linear-gradient(top, #63cd65 0%, #19a82e 100%);
        background: linear-gradient(to bottom, #63cd65 0%, #19a82e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63cd65', endColorstr='#19a82e',GradientType=0 ); }
      .onefm-admin.lead-unit-availability .legents li.occupied:after {
        background: #3359a4;
        background: -moz-linear-gradient(top, #3359a4 0%, #0b307a 100%);
        background: -webkit-linear-gradient(top, #3359a4 0%, #0b307a 100%);
        background: linear-gradient(to bottom, #3359a4 0%, #0b307a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3359a4', endColorstr='#0b307a',GradientType=0 ); }
  .onefm-admin.lead-unit-availability .facility-lists {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: .8rem;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto; }
    .onefm-admin.lead-unit-availability .facility-lists li {
      height: 120px;
      width: 256px;
      min-width: 256px;
      background-color: gainsboro;
      float: left;
      margin-right: 1rem;
      border-radius: 5px;
      position: relative;
      background-size: cover;
      overflow: hidden;
      background-position: center;
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.74); }
      .onefm-admin.lead-unit-availability .facility-lists li:hover a:before {
        background-color: rgba(26, 132, 212, 0.8); }
      .onefm-admin.lead-unit-availability .facility-lists li a {
        cursor: pointer;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        text-decoration: none;
        color: white; }
        .onefm-admin.lead-unit-availability .facility-lists li a.active {
          background-color: rgba(0, 0, 0, 0.58) !important; }
        .onefm-admin.lead-unit-availability .facility-lists li a:before {
          transition: all .3s ease;
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          background-color: rgba(0, 0, 0, 0.25); }
      .onefm-admin.lead-unit-availability .facility-lists li h3 {
        position: absolute;
        color: white;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: inline-table;
        width: 100%;
        text-align: center;
        font-weight: 600; }
        .onefm-admin.lead-unit-availability .facility-lists li h3 small {
          font-size: 0.8125rem; }
  .onefm-admin.lead-unit-availability .facility-block-indication .card-header {
    background-color: white;
    border: none; }
    .onefm-admin.lead-unit-availability .facility-block-indication .card-header .filters-wrp .facility-block-filter {
      float: right; }
      .onefm-admin.lead-unit-availability .facility-block-indication .card-header .filters-wrp .facility-block-filter .filter-btn {
        color: #212529; }
        .onefm-admin.lead-unit-availability .facility-block-indication .card-header .filters-wrp .facility-block-filter .filter-btn:active {
          color: white; }
  .onefm-admin.lead-unit-availability .fac-logo {
    width: auto;
    height: 45px; }
    .onefm-admin.lead-unit-availability .fac-logo img {
      width: auto;
      height: 100%; }
  .onefm-admin.lead-unit-availability .unit-block-charts {
    list-style: none;
    padding: 0;
    width: 100%;
    display: block;
    padding-left: 5%; }
    .onefm-admin.lead-unit-availability .unit-block-charts .block-chart {
      display: block;
      transform: scale(0.8);
      transition: all .4s ease; }
      .onefm-admin.lead-unit-availability .unit-block-charts .block-chart.active-block {
        transform: scale(1); }
        .onefm-admin.lead-unit-availability .unit-block-charts .block-chart.active-block .block-total-count {
          background-color: #1a84d4; }
        .onefm-admin.lead-unit-availability .unit-block-charts .block-chart.active-block .thrd-build-wrp h2 {
          color: #1a84d4; }
        .onefm-admin.lead-unit-availability .unit-block-charts .block-chart.active-block .thrd-build {
          background: #3359a4;
          border-color: #1a84d4; }
          .onefm-admin.lead-unit-availability .unit-block-charts .block-chart.active-block .thrd-build:before {
            background-color: #1a84d4; }
          .onefm-admin.lead-unit-availability .unit-block-charts .block-chart.active-block .thrd-build:after {
            background-color: #1a84d4; }
          .onefm-admin.lead-unit-availability .unit-block-charts .block-chart.active-block .thrd-build .grid-container.last-grid li:nth-last-child(1):before {
            background-color: #146bad; }
          .onefm-admin.lead-unit-availability .unit-block-charts .block-chart.active-block .thrd-build .fill-values li.reserved, .onefm-admin.lead-unit-availability .unit-block-charts .block-chart.active-block .thrd-build .fill-values li.reserved .unit-point {
            background: #7326ae;
            background: -moz-linear-gradient(top, #7326ae 0%, #5c1791 100%);
            background: -webkit-linear-gradient(top, #7326ae 0%, #5c1791 100%);
            background: linear-gradient(to bottom, #7326ae 0%, #5c1791 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7326ae', endColorstr='#5c1791',GradientType=0 ); }
          .onefm-admin.lead-unit-availability .unit-block-charts .block-chart.active-block .thrd-build .fill-values li.out-of-order, .onefm-admin.lead-unit-availability .unit-block-charts .block-chart.active-block .thrd-build .fill-values li.out-of-order .unit-point {
            background: linear-gradient(to bottom, #868686 0%, #616161 100%);
            background: #f06561;
            background: -moz-linear-gradient(top, #f06561 0%, #db3f3f 100%);
            background: -webkit-linear-gradient(top, #f06561 0%, #db3f3f 100%);
            background: linear-gradient(to bottom, #f06561 0%, #db3f3f 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f06561', endColorstr='#db3f3f',GradientType=0 ); }
          .onefm-admin.lead-unit-availability .unit-block-charts .block-chart.active-block .thrd-build .fill-values li.vacant-dirty, .onefm-admin.lead-unit-availability .unit-block-charts .block-chart.active-block .thrd-build .fill-values li.vacant-dirty .unit-point {
            background: #ffc107;
            background: -moz-linear-gradient(top, #ffc107 0%, #ce9a00 100%);
            background: -webkit-linear-gradient(top, #ffc107 0%, #ce9a00 100%);
            background: linear-gradient(to bottom, #ffc107 0%, #ce9a00 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc107', endColorstr='#ce9a00',GradientType=0 ); }
          .onefm-admin.lead-unit-availability .unit-block-charts .block-chart.active-block .thrd-build .fill-values li.vacant-ready, .onefm-admin.lead-unit-availability .unit-block-charts .block-chart.active-block .thrd-build .fill-values li.vacant-ready .unit-point {
            background: linear-gradient(to bottom, #989797 0%, #717171 100%);
            background: #63cd65;
            background: -moz-linear-gradient(top, #63cd65 0%, #19a82e 100%);
            background: -webkit-linear-gradient(top, #63cd65 0%, #19a82e 100%);
            background: linear-gradient(to bottom, #63cd65 0%, #19a82e 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63cd65', endColorstr='#19a82e',GradientType=0 ); }
          .onefm-admin.lead-unit-availability .unit-block-charts .block-chart.active-block .thrd-build .fill-values li.occupied, .onefm-admin.lead-unit-availability .unit-block-charts .block-chart.active-block .thrd-build .fill-values li.occupied .unit-point {
            background: #3359a4;
            background: -moz-linear-gradient(top, #3359a4 0%, #0b307a 100%);
            background: -webkit-linear-gradient(top, #3359a4 0%, #0b307a 100%);
            background: linear-gradient(to bottom, #3359a4 0%, #0b307a 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3359a4', endColorstr='#0b307a',GradientType=0 ); }
      .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .block-total-count {
        width: 58px;
        position: absolute;
        height: 58px;
        background-color: grey;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 25px;
        font-weight: 600;
        left: -52px;
        top: 40%;
        line-height: 35px; }
      .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build-wrp {
        margin: auto;
        width: 135px;
        position: relative;
        margin-left: calc(50% - 106px); }
        .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build-wrp h2 {
          font-weight: 600;
          font-size: 28px;
          text-align: center;
          color: grey;
          margin-bottom: 1rem; }
      .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build {
        background: grey;
        width: 100px;
        height: 400px;
        margin: auto;
        border: 5px solid grey;
        border-bottom: 0;
        position: relative; }
        .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build .fill-values {
          margin: 0;
          padding: 0;
          list-style: none;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 0; }
          .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build .fill-values li {
            height: 0;
            position: relative;
            top: 0;
            left: 0; }
            .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build .fill-values li .unit-point {
              cursor: pointer;
              position: absolute;
              left: 100px;
              top: calc(48% - 13px);
              text-decoration: none;
              white-space: nowrap;
              height: 30px;
              background-color: gainsboro;
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 35px; }
              .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build .fill-values li .unit-point .value-percentage {
                display: none;
                color: white;
                font-size: 12px;
                padding-right: 10px;
                font-weight: 500; }
                .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build .fill-values li .unit-point .value-percentage:hover {
                  display: block; }
              .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build .fill-values li .unit-point .value-point {
                width: 30px;
                color: white;
                font-weight: 600;
                line-height: 22px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center; }
                .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build .fill-values li .unit-point .value-point + .value-percentage {
                  display: block; }
                .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build .fill-values li .unit-point .value-point:hover + .value-percentage {
                  display: block; }
            .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build .fill-values li.reserved, .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build .fill-values li.reserved .unit-point {
              background: #5f5f5f;
              background: linear-gradient(to bottom, #5f5f5f 0%, #3c3c3c 100%); }
            .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build .fill-values li.out-of-order, .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build .fill-values li.out-of-order .unit-point {
              background: #868686;
              background: linear-gradient(to bottom, #868686 0%, #616161 100%); }
            .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build .fill-values li.vacant-dirty, .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build .fill-values li.vacant-dirty .unit-point {
              background: #8a8989;
              background: linear-gradient(to bottom, #8a8989 0%, #6d6d6d 100%); }
            .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build .fill-values li.vacant-ready, .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build .fill-values li.vacant-ready .unit-point {
              background: #7b7979;
              background: linear-gradient(to bottom, #7b7979 0%, #585858 100%); }
            .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build .fill-values li.occupied, .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build .fill-values li.occupied .unit-point {
              background: #424242;
              background: linear-gradient(to bottom, #424242 0%, #232323 100%); }
        .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build .grid-container {
          display: grid;
          grid-template-columns: auto auto auto auto auto;
          grid-gap: 2px;
          padding: 0;
          list-style: none;
          position: absolute;
          width: 100%;
          height: 100%;
          z-index: 1; }
          .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build .grid-container.last-grid li {
            height: calc(100% - 1px); }
            .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build .grid-container.last-grid li:nth-last-child(1) {
              grid-column-end: 1;
              grid-column-start: -1;
              position: relative;
              padding: 14px 0;
              background: transparent; }
              .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build .grid-container.last-grid li:nth-last-child(1):before {
                content: '';
                height: 100%;
                top: 0;
                left: calc(50% - 1px);
                width: 2px;
                background-color: grey;
                position: absolute; }
        .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build .grid-container > li {
          background-color: transparent;
          text-align: center;
          height: calc(100% - 0px);
          font-size: 30px;
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.15) 100%); }
        .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build:before {
          content: '';
          position: absolute;
          top: -5px;
          width: calc(100% + 20px);
          left: -10px;
          height: 5px;
          background-color: grey; }
        .onefm-admin.lead-unit-availability .unit-block-charts .block-chart .thrd-build:after {
          content: '';
          position: absolute;
          top: auto;
          bottom: -1px;
          left: -18px;
          width: calc(100% + 36px);
          height: 2px;
          background-color: grey; }
  .onefm-admin.lead-unit-availability .facility-block-listing {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12); }
    .onefm-admin.lead-unit-availability .facility-block-listing .goback-head {
      margin-bottom: 0; }
      .onefm-admin.lead-unit-availability .facility-block-listing .goback-head a {
        cursor: pointer;
        text-decoration: none;
        color: #474a4a;
        display: flex;
        align-items: center; }
        .onefm-admin.lead-unit-availability .facility-block-listing .goback-head a img {
          width: 34px;
          margin-right: 1rem; }
  .onefm-admin.lead-unit-availability .availability-list-table .reservation-active {
    display: none; }
  .onefm-admin.lead-unit-availability .availability-list-table .reservation-active-state .reservation-active {
    display: block; }
  .onefm-admin.lead-unit-availability .availability-list-table .reservation-active-state .reservation-inactive {
    display: none; }
  .onefm-admin.lead-unit-availability .availability-list-table .label-action {
    opacity: 1; }
  .onefm-admin.lead-unit-availability .availability-list-table .detail-view {
    display: none; }
    .onefm-admin.lead-unit-availability .availability-list-table .detail-view.show {
      display: table-row; }
    .onefm-admin.lead-unit-availability .availability-list-table .detail-view .curr-status-wrp, .onefm-admin.lead-unit-availability .availability-list-table .detail-view .reserv-status-wrp {
      display: flex !important;
      flex-wrap: wrap;
      justify-content: center; }
      .onefm-admin.lead-unit-availability .availability-list-table .detail-view .curr-status-wrp .top-label, .onefm-admin.lead-unit-availability .availability-list-table .detail-view .reserv-status-wrp .top-label {
        width: 100%; }
  .onefm-admin.lead-unit-availability .availability-list-table .btn-sm {
    padding: .2rem .5rem !important; }
  .onefm-admin.lead-unit-availability .availability-list-table .table th {
    border-bottom: none !important;
    border-top: none !important;
    font-size: .9rem; }
    .onefm-admin.lead-unit-availability .availability-list-table .table th:nth-of-type(1) {
      width: 4%;
      min-width: 72px; }
    .onefm-admin.lead-unit-availability .availability-list-table .table th:nth-of-type(2) {
      width: 4%;
      min-width: 85px; }
    .onefm-admin.lead-unit-availability .availability-list-table .table th:nth-of-type(3) {
      width: 4%;
      min-width: 84px; }
    .onefm-admin.lead-unit-availability .availability-list-table .table th:nth-of-type(4) {
      width: 9%;
      min-width: 72px; }
    .onefm-admin.lead-unit-availability .availability-list-table .table th:nth-of-type(5) {
      width: 10%; }
    .onefm-admin.lead-unit-availability .availability-list-table .table th:nth-of-type(6) {
      width: 10%; }
    .onefm-admin.lead-unit-availability .availability-list-table .table th:nth-of-type(7) {
      width: 10%; }
    .onefm-admin.lead-unit-availability .availability-list-table .table th:nth-of-type(8) {
      width: 10%; }
    .onefm-admin.lead-unit-availability .availability-list-table .table th:nth-of-type(9) {
      width: 10%; }
    .onefm-admin.lead-unit-availability .availability-list-table .table th:nth-of-type(10) {
      width: 10%; }
  .onefm-admin.lead-unit-availability .availability-list-table .table tbody tr td {
    font-size: 0.85rem;
    font-weight: 500;
    vertical-align: middle; }
  .onefm-admin.lead-unit-availability .availability-list-table .table tr.detail-view {
    background-color: #FFFFF8; }
  .onefm-admin.lead-unit-availability .availability-list-table .text-reserved {
    color: #7326ae; }
  .onefm-admin.lead-unit-availability .availability-list-table .text-vacant-ready {
    color: #63cd65; }
  .onefm-admin.lead-unit-availability .availability-list-table .text-vacant-dirty {
    color: #ffc107; }
  .onefm-admin.lead-unit-availability .availability-list-table .text-out-of-order {
    color: #f06561; }
  .onefm-admin.lead-unit-availability .availability-list-table .text-occupied {
    color: #3359a4; }

.fa-chevron-right, .fa-chevron-left {
  font-style: normal; }
  .fa-chevron-right:before, .fa-chevron-left:before {
    font-family: "Ionicons"; }

.fa-chevron-right:before {
  content: "\f125"; }

.fa-chevron-left:before {
  content: "\f124"; }

.filter-block {
  display: flex; }
  .filter-block .btn-group .filter-btn {
    border: none;
    padding: 0 0 0 .3rem;
    font-size: .8rem;
    line-height: 8px;
    color: #8089A4; }

.sort-btn {
  border: none;
  padding: 0 0 0 .3rem;
  font-size: .8rem;
  line-height: 8px;
  color: #8089A4;
  background: none; }
  .sort-btn i {
    transform: rotate(90deg);
    display: block;
    font-size: 16px;
    margin-top: -3px; }

.sector-multiselect-wrp .multiselect-container {
  padding: 0.3125rem 0; }
  .sector-multiselect-wrp .multiselect-container > li {
    position: relative; }
    .sector-multiselect-wrp .multiselect-container > li > a {
      color: #212529; }
      .sector-multiselect-wrp .multiselect-container > li > a > label {
        padding: 0.3125rem 1rem 0.3125rem 1.625rem;
        width: 100%;
        font-size: .8125rem;
        line-height: 1.2; }
        .sector-multiselect-wrp .multiselect-container > li > a > label input {
          display: none; }
    .sector-multiselect-wrp .multiselect-container > li.active:before {
      position: absolute;
      left: 0.5rem;
      top: 50%;
      transform: translateY(-50%);
      font-family: "Ionicons";
      content: "\f122";
      font-size: 14px; }
.sector-multiselect-wrp .multiselect-native-select {
  width: 100%; }

.table-detail-section {
  display: none; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.66);
  border: solid 1px rgba(0, 0, 0, 0.28);
  background-size: 9px !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.28); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 9px; }

.onefm-admin.lead-client-detailed {
  padding: 1rem 1rem 1rem 2rem;
  padding: 1rem; }
  .onefm-admin.lead-client-detailed .client-head h3 {
    font-size: 1.125rem; }
  .onefm-admin.lead-client-detailed .client-head .input-group {
    width: 270px; }
    @media (max-width: 575.98px) {
      .onefm-admin.lead-client-detailed .client-head .input-group {
        width: 100%; } }
  .onefm-admin.lead-client-detailed .card {
    border-radius: 0;
    border: none; }
    .onefm-admin.lead-client-detailed .card.lead-data.edit-mode .form-group {
      display: block; }
    .onefm-admin.lead-client-detailed .card.lead-data.edit-mode .lead-item-text {
      display: none; }
    .onefm-admin.lead-client-detailed .card .card-header {
      background: none; }
      .onefm-admin.lead-client-detailed .card .card-header h5 {
        font-weight: 700;
        margin: 0; }
        .onefm-admin.lead-client-detailed .card .card-header h5 small {
          padding-top: 0.25rem;
          display: block;
          font-weight: 700; }
    .onefm-admin.lead-client-detailed .card .card-body {
      font-size: 0.8125rem; }
      .onefm-admin.lead-client-detailed .card .card-body h5 {
        font-weight: 500;
        font-size: 1rem; }
      .onefm-admin.lead-client-detailed .card .card-body .nav.nav-tabs.lead-detail-info .nav-item {
        margin: 0; }
        .onefm-admin.lead-client-detailed .card .card-body .nav.nav-tabs.lead-detail-info .nav-item .nav-link {
          font-size: .875rem;
          background: #ECECEC;
          border: none;
          margin: 0 0 0 0.25rem; }
          .onefm-admin.lead-client-detailed .card .card-body .nav.nav-tabs.lead-detail-info .nav-item .nav-link.active {
            border: none;
            background-color: #1a84d4; }
            .onefm-admin.lead-client-detailed .card .card-body .nav.nav-tabs.lead-detail-info .nav-item .nav-link.active.text-muted {
              color: white !important; }
      .onefm-admin.lead-client-detailed .card .card-body .tab-content.client-detail-tab-content .tab-pane .table thead tr th {
        font-size: .8125rem; }
        .onefm-admin.lead-client-detailed .card .card-body .tab-content.client-detail-tab-content .tab-pane .table thead tr th:nth-of-type(1) {
          min-width: 47px; }
        .onefm-admin.lead-client-detailed .card .card-body .tab-content.client-detail-tab-content .tab-pane .table thead tr th:nth-of-type(2) {
          min-width: 200px; }
        .onefm-admin.lead-client-detailed .card .card-body .tab-content.client-detail-tab-content .tab-pane .table thead tr th:nth-of-type(3) {
          min-width: 100px; }
        .onefm-admin.lead-client-detailed .card .card-body .tab-content.client-detail-tab-content .tab-pane .table thead tr th:nth-of-type(4) {
          min-width: 86px; }
        .onefm-admin.lead-client-detailed .card .card-body .tab-content.client-detail-tab-content .tab-pane .table thead tr th:nth-of-type(5) {
          min-width: 150px; }
      .onefm-admin.lead-client-detailed .card .card-body .tab-content.client-detail-tab-content .tab-pane .table tbody tr td {
        vertical-align: middle; }
    @media (max-width: 575.98px) {
      .onefm-admin.lead-client-detailed .card .admin-client-table .table {
        min-width: 1010px; } }
    .onefm-admin.lead-client-detailed .card .admin-client-table .table thead th {
      font-size: .8125rem; }
      .onefm-admin.lead-client-detailed .card .admin-client-table .table thead th:first-of-type {
        min-width: 45px; }
      .onefm-admin.lead-client-detailed .card .admin-client-table .table thead th:last-of-type {
        width: 180px; }
    .onefm-admin.lead-client-detailed .card .admin-client-table .table tbody tr td {
      vertical-align: middle;
      font-weight: 500; }
      .onefm-admin.lead-client-detailed .card .admin-client-table .table tbody tr td .rating {
        margin: 0px 8px; }
        .onefm-admin.lead-client-detailed .card .admin-client-table .table tbody tr td .rating label {
          margin-bottom: 0px; }
  .onefm-admin.lead-client-detailed .tab-content {
    width: 100%; }
  .onefm-admin.lead-client-detailed .fac-logo {
    width: auto;
    height: 45px; }
    .onefm-admin.lead-client-detailed .fac-logo img {
      width: auto;
      height: 100%; }
  .onefm-admin.lead-client-detailed .btn-group .btn.btn-outline-secondary {
    border-radius: .25rem !important;
    border-color: #ddd !important;
    font-size: 0.8125rem;
    color: #111 !important;
    background: white !important;
    padding: .375rem .75rem; }
.onefm-admin .facility-lists {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: .8rem;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto; }
  .onefm-admin .facility-lists li {
    height: 210px;
    width: 280px;
    min-width: 280px;
    background-color: gainsboro;
    float: left;
    margin-right: 1rem;
    border-radius: 5px;
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.74); }
    .onefm-admin .facility-lists li:hover a:before {
      background-color: rgba(26, 132, 212, 0.8); }
    .onefm-admin .facility-lists li:hover a p {
      color: #ffffff; }
    .onefm-admin .facility-lists li a {
      cursor: pointer;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      text-decoration: none;
      color: white;
      background-color: transparent !important;
      text-shadow: 1px 1px 1px #484848;
      z-index: 0; }
      .onefm-admin .facility-lists li a:before {
        transition: all .3s ease;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.58); }
      .onefm-admin .facility-lists li a:hover {
        color: white; }
    .onefm-admin .facility-lists li h6 {
      position: relative;
      z-index: 5; }
    .onefm-admin .facility-lists li h3 {
      color: white;
      margin-bottom: 0;
      position: relative;
      z-index: 5; }
    .onefm-admin .facility-lists li p {
      font-size: 0.875rem;
      position: relative;
      z-index: 5;
      font-weight: 400; }
    .onefm-admin .facility-lists li .list-content-footer {
      left: 0;
      right: auto;
      bottom: 0;
      margin: auto 0;
      width: 100%;
      text-align: left;
      color: #ffffff;
      padding: 14px;
      position: absolute;
      text-shadow: 1px 1px 1px #484848;
      background: -moz-linear-gradient(top, lightgray 0%, lightgray 1%, rgba(238, 238, 238, 0.63) 100%);
      background: -webkit-linear-gradient(top, #9a9a9a 0%, #c3c2c2 1%, rgba(238, 238, 238, 0.63) 100%);
      background: linear-gradient(to bottom, rgba(27, 27, 27, 0) 1%, rgba(0, 0, 0, 0.65) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#a1eeeeee',GradientType=0 ); }
      .onefm-admin .facility-lists li .list-content-footer P {
        font-size: .8125rem; }
    .onefm-admin .facility-lists li.expired a::before {
      background-color: rgba(252, 7, 7, 0.58) !important; }
    .onefm-admin .facility-lists li.expired:hover a:before {
      background-color: rgba(252, 7, 7, 0.58) !important; }
.onefm-admin .lead-item-input {
  display: none; }
.onefm-admin .two-step-from-group label {
  margin-bottom: .5rem !important; }
  .onefm-admin .two-step-from-group label small {
    display: none;
    top: 15px; }

.mt-_10 {
  margin-top: -10px; }

.saveLeadDetails-btn {
  display: none; }

.text-primary {
  color: #495588 !important;
  font-weight: 600; }

.lead-data-edit .lead-item-text {
  display: none; }
.lead-data-edit .lead-item-input {
  display: block; }
.lead-data-edit .saveLeadDetails-btn {
  display: block; }
.lead-data-edit .editLeadDetails-btn {
  display: none; }

.nofification-panel .list-group {
  display: block;
  margin-bottom: 4rem;
  overflow: auto; }
  .nofification-panel .list-group .list-group-item {
    font-size: 0.8125rem; }
    .nofification-panel .list-group .list-group-item:last-of-type {
      border-bottom: none; }
    .nofification-panel .list-group .list-group-item strong {
      font-weight: 500;
      padding: 0 0.5rem 0 0; }
    .nofification-panel .list-group .list-group-item .avatar {
      background-color: #f79a9a;
      width: 2rem;
      height: 2rem;
      min-width: 2rem;
      font-size: 1.1rem;
      font-weight: 500;
      color: #e06868;
      line-height: 0px; }
    .nofification-panel .list-group .list-group-item .text-primary {
      color: #495588 !important; }
    .nofification-panel .list-group .list-group-item .text-dark {
      color: #666 !important; }
    .nofification-panel .list-group .list-group-item .text-muted {
      color: #999 !important;
      display: block; }
    @media (min-width: 768px) {
      .nofification-panel .list-group .list-group-item {
        padding-left: 1rem; } }
    .nofification-panel .list-group .list-group-item .comment-ref {
      width: 1.25rem;
      height: 1.25rem;
      background-color: #1a84d4;
      color: white;
      font-weight: 500;
      position: relative; }
      .nofification-panel .list-group .list-group-item .comment-ref i {
        display: block;
        line-height: 1; }
      .nofification-panel .list-group .list-group-item .comment-ref a {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        cursor: pointer; }
    .nofification-panel .list-group .list-group-item .btn {
      padding: 0px 5px;
      font-size: 1rem; }
    .nofification-panel .list-group .list-group-item:after {
      content: '';
      display: table;
      clear: both; }
    .nofification-panel .list-group .list-group-item p:after {
      content: '';
      display: table;
      clear: both; }

.notification-card-footer {
  position: absolute;
  width: calc(100% - 32px);
  bottom: 2px;
  background-color: white; }

.onefm-admin.leads {
  padding: 1rem; }
  @media (max-width: 767.98px) {
    .onefm-admin.leads {
      padding: 1rem; } }
  .onefm-admin.leads .lead-head h3 {
    font-size: 1.3125rem; }
  .onefm-admin.leads .lead-head .input-group {
    width: 270px; }
    @media (max-width: 767.98px) {
      .onefm-admin.leads .lead-head .input-group {
        width: 100%; } }
    .onefm-admin.leads .lead-head .input-group .form-control {
      font-size: 0.8125rem; }
  .onefm-admin.leads .lead-head .btn {
    height: 2.25rem; }
  .onefm-admin.leads .lead-head .sort-deals p {
    font-size: .75rem;
    color: #6b7785; }
  .onefm-admin.leads .lead-head .sort-deals .btn-group .btn {
    padding: .5rem .75rem;
    border-color: #E1E4EB;
    font-size: .75rem; }
    .onefm-admin.leads .lead-head .sort-deals .btn-group .btn:first-of-type {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }
    .onefm-admin.leads .lead-head .sort-deals .btn-group .btn:last-of-type {
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem; }
    .onefm-admin.leads .lead-head .sort-deals .btn-group .btn img {
      width: 17px; }
    .onefm-admin.leads .lead-head .sort-deals .btn-group .btn.active {
      background: #D2C3FC; }
  .onefm-admin.leads .lead-head .sort-deals select {
    background: transparent;
    padding: 0.5rem .5rem;
    border-radius: 3px !important;
    border-color: #E1E4EB;
    font-size: .75rem;
    height: 2.25rem; }
  .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items {
    min-width: 230px; }
    .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items:after {
      content: '';
      width: 1px;
      right: 0;
      bottom: 0;
      position: absolute;
      top: 3rem;
      background: #efefef; }
      @media (max-width: 575.98px) {
        .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items:after {
          display: none; } }
    .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items:last-of-type:after {
      display: none; }
    @media (max-width: 575.98px) {
      .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items {
        overflow: inherit; } }
    .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items:first-of-type .ui-fixed .right-arrow {
      display: none; }
    .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items .ui-fixed {
      padding: 0;
      width: 100%;
      float: left;
      display: block; }
      .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items .ui-fixed li {
        width: 100%;
        float: left;
        position: relative; }
        .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items .ui-fixed li:first-of-type:before, .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items .ui-fixed li:first-of-type:after {
          display: none; }
        .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items .ui-fixed li .tiltle-head {
          float: left; }
          .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items .ui-fixed li .tiltle-head h4 {
            margin: 0;
            color: #006bca;
            font-size: 14px;
            font-weight: 600;
            padding-bottom: 4px; }
          .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items .ui-fixed li .tiltle-head p {
            color: #9a9a9a;
            font-size: 12px;
            font-weight: 600; }
            .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items .ui-fixed li .tiltle-head p i {
              color: #9a9a9a;
              font-weight: 900;
              font-size: 12px; }
          .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items .ui-fixed li .tiltle-head small {
            font-size: 11px;
            font-weight: 500;
            color: #a99b9b; }
        .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items .ui-fixed li i {
          color: #9a9a9a;
          font-weight: 900;
          font-size: 12px; }
        .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items .ui-fixed li:before {
          content: '';
          width: 0px;
          height: 0px;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-bottom: 12px solid #f8f8f8;
          left: -12px;
          bottom: 0;
          position: absolute; }
        .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items .ui-fixed li:after {
          content: '';
          width: 0px;
          height: 0px;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-bottom: 12px solid #ffffff;
          left: -12px;
          bottom: 0;
          position: absolute; }
      .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items .ui-fixed .right-arrow {
        position: absolute;
        left: -15px;
        top: 0;
        width: 30px;
        background: #ffffff;
        height: 60px; }
        .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items .ui-fixed .right-arrow i {
          border: solid #f8f9fa;
          border-width: 0 8px 8px 0;
          display: inline-block;
          padding: 22px;
          transform: rotate(-45deg);
          top: 4px;
          position: relative;
          left: -32px; }
        @media (max-width: 575.98px) {
          .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items .ui-fixed .right-arrow {
            display: none; } }
    .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items ul.sorting-section {
      margin: 0;
      padding: 0;
      width: 100%;
      float: left;
      overflow-x: auto; }
      .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items ul.sorting-section li {
        margin-bottom: .5rem;
        float: left;
        width: 100%; }
        .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items ul.sorting-section li .card .card-body {
          padding: .625rem; }
          .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items ul.sorting-section li .card .card-body .card-data {
            cursor: pointer; }
            .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items ul.sorting-section li .card .card-body .card-data .avatar {
              width: 35px;
              height: 35px;
              float: left;
              background-position: center;
              background-size: cover;
              background-repeat: no-repeat;
              border-radius: 50%;
              text-align: center;
              background: #f2f4f7;
              display: -webkit-box;
              display: flex;
              align-items: center;
              justify-content: center;
              text-transform: uppercase;
              font-weight: 500;
              color: #006bca; }
            .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items ul.sorting-section li .card .card-body .card-data .title {
              margin: 0 0 0 9px;
              float: left; }
              .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items ul.sorting-section li .card .card-body .card-data .title h5 {
                font-size: .6875rem;
                font-weight: 600;
                color: #006bca;
                margin: 0; }
              .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items ul.sorting-section li .card .card-body .card-data .title p {
                font-size: .625rem;
                font-style: normal;
                line-height: 20px; }
              .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items ul.sorting-section li .card .card-body .card-data .title small {
                font-size: 9px;
                line-height: 10px;
                float: left; }
            .onefm-admin.leads .scroll-section .lead-grid-view .leads-listing-items ul.sorting-section li .card .card-body .card-data img {
              width: 20px;
              margin-left: 2rem;
              float: left; }
  .onefm-admin.leads .scroll-section .lead-list-view .leads-management-table .table thead th {
    font-size: .75rem;
    text-transform: uppercase; }
    @media (max-width: 575.98px) {
      .onefm-admin.leads .scroll-section .lead-list-view .leads-management-table .table thead th {
        min-width: 195px; } }
  .onefm-admin.leads .scroll-section .lead-list-view .leads-management-table .table tbody tr {
    cursor: pointer; }
    .onefm-admin.leads .scroll-section .lead-list-view .leads-management-table .table tbody tr td {
      vertical-align: middle;
      /* .badge {
        font-size: .6875rem;
        border-radius: 3px;
        width: 115px;
      } */ }
.onefm-admin.lead-details {
  padding: 1rem 1rem 1rem 2rem; }
  @media (max-width: 767.98px) {
    .onefm-admin.lead-details {
      padding: 0.5rem 1.5rem; } }
  .onefm-admin.lead-details .card {
    border-radius: 0;
    border: none; }
    .onefm-admin.lead-details .card .card-header {
      background: none;
      padding: 1.125rem; }
      .onefm-admin.lead-details .card .card-header h5 {
        font-weight: 700;
        margin: 0; }
        .onefm-admin.lead-details .card .card-header h5 small {
          padding-top: 0.25rem;
          display: block;
          font-weight: 700; }
    .onefm-admin.lead-details .card .card-body {
      font-size: 0.8125rem; }
      .onefm-admin.lead-details .card .card-body h5 {
        font-weight: 500;
        font-size: 1rem; }
      .onefm-admin.lead-details .card .card-body .stages.list-inline {
        min-height: 2rem;
        position: relative; }
        @media (max-width: 767.98px) {
          .onefm-admin.lead-details .card .card-body .stages.list-inline {
            height: auto; } }
        .onefm-admin.lead-details .card .card-body .stages.list-inline::before {
          position: absolute;
          content: "";
          height: 0.5rem;
          top: -0.5rem;
          background-color: white;
          left: 0;
          right: 0;
          z-index: 11; }
          @media (max-width: 767.98px) {
            .onefm-admin.lead-details .card .card-body .stages.list-inline::before {
              display: none; } }
          @media (min-width: 768px) {
            .onefm-admin.lead-details .card .card-body .stages.list-inline::before {
              height: 1rem;
              top: -1rem; } }
        .onefm-admin.lead-details .card .card-body .stages.list-inline::after {
          position: absolute;
          content: "";
          height: 0.5rem;
          bottom: -0.5rem;
          background-color: white;
          left: 0;
          right: 0;
          z-index: 11; }
          @media (max-width: 767.98px) {
            .onefm-admin.lead-details .card .card-body .stages.list-inline::after {
              display: none; } }
          @media (min-width: 768px) {
            .onefm-admin.lead-details .card .card-body .stages.list-inline::after {
              height: 1rem;
              bottom: -1rem; } }
        .onefm-admin.lead-details .card .card-body .stages.list-inline .list-inline-item {
          margin: 0;
          padding: 0.5rem 0.5rem 0.5rem 2.5rem;
          line-height: 1;
          background-color: #ddd;
          font-weight: 500;
          font-size: 0.875rem;
          position: relative;
          overflow: visible;
          cursor: pointer; }
          @media (min-width: 768px) {
            .onefm-admin.lead-details .card .card-body .stages.list-inline .list-inline-item {
              display: flex;
              align-items: center;
              justify-content: center; } }
          @media (max-width: 767.98px) {
            .onefm-admin.lead-details .card .card-body .stages.list-inline .list-inline-item {
              padding: 0.675rem 1rem;
              margin-bottom: 0.25rem;
              width: 100%;
              border-radius: 0.5rem; } }
          .onefm-admin.lead-details .card .card-body .stages.list-inline .list-inline-item:first-of-type {
            border-top-left-radius: 1rem;
            border-bottom-left-radius: 1rem; }
            @media (max-width: 767.98px) {
              .onefm-admin.lead-details .card .card-body .stages.list-inline .list-inline-item:first-of-type {
                border-radius: 0.5rem; } }
          .onefm-admin.lead-details .card .card-body .stages.list-inline .list-inline-item .btn-group {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
            @media (max-width: 767.98px) {
              .onefm-admin.lead-details .card .card-body .stages.list-inline .list-inline-item .btn-group {
                position: relative;
                top: auto;
                left: auto;
                right: auto;
                bottom: auto;
                width: 100%; } }
            .onefm-admin.lead-details .card .card-body .stages.list-inline .list-inline-item .btn-group .btn {
              background: none;
              border-radius: 0;
              width: 100%;
              height: 100%;
              border: none; }
              .onefm-admin.lead-details .card .card-body .stages.list-inline .list-inline-item .btn-group .btn i {
                font-size: 1.25rem; }
          .onefm-admin.lead-details .card .card-body .stages.list-inline .list-inline-item::before {
            content: "";
            width: 2rem;
            height: 2rem;
            border-right: solid 3px white;
            border-top: solid 3px white;
            position: absolute;
            right: -1rem;
            top: 0;
            transform: rotateZ(45deg);
            z-index: 10;
            background-color: #ddd;
            background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55%, #dddddd 50%, #dddddd 100%); }
            @media (min-width: 768px) {
              .onefm-admin.lead-details .card .card-body .stages.list-inline .list-inline-item::before {
                width: 3rem;
                height: 3rem;
                top: 50%;
                margin-top: -1.5rem;
                right: -1.4rem; } }
            @media (max-width: 767.98px) {
              .onefm-admin.lead-details .card .card-body .stages.list-inline .list-inline-item::before {
                font-family: "Ionicons";
                content: "\f3a6";
                width: auto;
                height: auto;
                border-right: none;
                border-top: none;
                right: 1rem;
                top: 50%;
                transform: translateY(-50%);
                background: none;
                display: block;
                line-height: 1;
                font-size: 1.125rem; } }
          .onefm-admin.lead-details .card .card-body .stages.list-inline .list-inline-item.completed {
            background-color: #00C153;
            color: white; }
            .onefm-admin.lead-details .card .card-body .stages.list-inline .list-inline-item.completed::before {
              background: #00C153;
              background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55%, #00c153 50%, #00c153 100%); }
              @media (max-width: 767.98px) {
                .onefm-admin.lead-details .card .card-body .stages.list-inline .list-inline-item.completed::before {
                  content: "\f375"; } }
          .onefm-admin.lead-details .card .card-body .stages.list-inline .list-inline-item.active {
            background-color: #008D30;
            color: white; }
            .onefm-admin.lead-details .card .card-body .stages.list-inline .list-inline-item.active::before {
              background: #008D30;
              background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55%, #008d30 50%, #008d30 100%); }
              @media (max-width: 767.98px) {
                .onefm-admin.lead-details .card .card-body .stages.list-inline .list-inline-item.active::before {
                  content: "\f375"; } }
          .onefm-admin.lead-details .card .card-body .stages.list-inline .list-inline-item:last-of-type {
            border-top-right-radius: 1rem;
            border-bottom-right-radius: 1rem; }
            @media (min-width: 768px) {
              .onefm-admin.lead-details .card .card-body .stages.list-inline .list-inline-item:last-of-type {
                flex: 0 0 4rem !important; }
                .onefm-admin.lead-details .card .card-body .stages.list-inline .list-inline-item:last-of-type .btn {
                  padding-right: 1.5rem; } }
            @media (max-width: 767.98px) {
              .onefm-admin.lead-details .card .card-body .stages.list-inline .list-inline-item:last-of-type {
                border-radius: 0.5rem;
                padding: 0; } }
            .onefm-admin.lead-details .card .card-body .stages.list-inline .list-inline-item:last-of-type::before {
              display: none; }
      .onefm-admin.lead-details .card .card-body .stages.lost .list-inline-item.completed {
        background-color: #FC7373; }
        .onefm-admin.lead-details .card .card-body .stages.lost .list-inline-item.completed::before {
          background: #FC7373;
          background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55%, #FC7373 50%, #FC7373 100%); }
          @media (max-width: 767.98px) {
            .onefm-admin.lead-details .card .card-body .stages.lost .list-inline-item.completed::before {
              content: "\f36e"; } }
      .onefm-admin.lead-details .card .card-body .stages.lost .list-inline-item.active {
        background-color: #dc5959; }
        .onefm-admin.lead-details .card .card-body .stages.lost .list-inline-item.active::before {
          background: #dc5959;
          background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55%, #dc5959 50%, #dc5959 100%); }
          @media (max-width: 767.98px) {
            .onefm-admin.lead-details .card .card-body .stages.lost .list-inline-item.active::before {
              content: "\f36e"; } }
      .onefm-admin.lead-details .card .card-body .stages.moving-list .list-inline-item.completed {
        background-color: #F1A500; }
        .onefm-admin.lead-details .card .card-body .stages.moving-list .list-inline-item.completed::before {
          background: #F1A500;
          background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55%, #F1A500 50%, #F1A500 100%); }
          @media (max-width: 767.98px) {
            .onefm-admin.lead-details .card .card-body .stages.moving-list .list-inline-item.completed::before {
              content: "\f36e"; } }
      .onefm-admin.lead-details .card .card-body .stages.moving-list .list-inline-item.active {
        background-color: #F17B00; }
        .onefm-admin.lead-details .card .card-body .stages.moving-list .list-inline-item.active::before {
          background: #F17B00;
          background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55%, #F17B00 50%, #F17B00 100%); }
          @media (max-width: 767.98px) {
            .onefm-admin.lead-details .card .card-body .stages.moving-list .list-inline-item.active::before {
              content: "\f36e"; } }
      .onefm-admin.lead-details .card .card-body .form-control.comment-box {
        font-size: 0.875rem;
        padding: 0.75rem 1rem; }
      .onefm-admin.lead-details .card .card-body .form-control::placeholder {
        color: #bbb; }
    .onefm-admin.lead-details .card .list-group .list-group-item {
      font-size: 0.8125rem; }
      .onefm-admin.lead-details .card .list-group .list-group-item strong {
        font-weight: 500;
        padding: 0 0.5rem 0 0; }
      .onefm-admin.lead-details .card .list-group .list-group-item .text-primary {
        color: #495588 !important; }
      .onefm-admin.lead-details .card .list-group .list-group-item .text-dark {
        color: #666 !important; }
      .onefm-admin.lead-details .card .list-group .list-group-item .text-muted {
        color: #999 !important; }
      @media (min-width: 768px) {
        .onefm-admin.lead-details .card .list-group .list-group-item {
          padding-left: 2.25rem; } }
      .onefm-admin.lead-details .card .list-group .list-group-item .comment-ref {
        width: 1.25rem;
        height: 1.25rem;
        background-color: #1a84d4;
        color: white;
        font-weight: 500;
        position: relative; }
        .onefm-admin.lead-details .card .list-group .list-group-item .comment-ref i {
          display: block;
          line-height: 1; }
        .onefm-admin.lead-details .card .list-group .list-group-item .comment-ref a {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          cursor: pointer; }
    .onefm-admin.lead-details .card .avatar {
      background-color: #FC7373;
      width: 2rem;
      height: 2rem;
      min-width: 2rem;
      font-size: 0.875rem;
      font-weight: 500;
      color: #dc5959; }
  .onefm-admin.lead-details .btn-group .btn {
    padding: .375rem .75rem; }
    .onefm-admin.lead-details .btn-group .btn.btn-outline-secondary {
      border-color: #ddd;
      font-size: 0.8125rem;
      color: #111;
      background: white;
      border-top-left-radius: .25rem;
      border-bottom-left-radius: .25rem; }
      .onefm-admin.lead-details .btn-group .btn.btn-outline-secondary:hover, .onefm-admin.lead-details .btn-group .btn.btn-outline-secondary:focus, .onefm-admin.lead-details .btn-group .btn.btn-outline-secondary:active {
        background: white; }
      .onefm-admin.lead-details .btn-group .btn.btn-outline-secondary i {
        display: block;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1;
        position: relative;
        z-index: 11; }
      .onefm-admin.lead-details .btn-group .btn.btn-outline-secondary + .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
  .onefm-admin.lead-details .btn-group.single-btn .btn {
    border-radius: .25rem; }
  .onefm-admin.lead-details .btn-group .contract-popover .btn {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0; }
  .onefm-admin.lead-details .btn-group .contract-popover + .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .onefm-admin.lead-details .timeline .timeline-item {
    position: relative; }
    .onefm-admin.lead-details .timeline .timeline-item > a {
      position: absolute;
      cursor: pointer;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 10; }
    .onefm-admin.lead-details .timeline .timeline-item .timeline-icon {
      width: 3.5rem;
      height: 3.5rem;
      border: solid 0.25rem #ddd;
      color: #1a84d4;
      position: relative;
      background-color: #EFEFEF; }
      .onefm-admin.lead-details .timeline .timeline-item .timeline-icon i {
        font-size: 1.5rem;
        position: relative;
        z-index: 10;
        display: block;
        line-height: 1; }
      .onefm-admin.lead-details .timeline .timeline-item .timeline-icon::before {
        width: 0.25rem;
        left: 1.75rem;
        transform: translateX(-0.3125rem);
        position: absolute;
        content: "";
        height: 3rem;
        top: 100%;
        background-color: #ddd; }
    .onefm-admin.lead-details .timeline .timeline-item .timeline-content h6 {
      font-size: 0.8125rem;
      font-weight: 500;
      color: #495588; }
    .onefm-admin.lead-details .timeline .timeline-item .timeline-content p {
      font-size: 0.75rem; }
    .onefm-admin.lead-details .timeline .timeline-item.completed .timeline-icon {
      color: white; }
      .onefm-admin.lead-details .timeline .timeline-item.completed .timeline-icon::after {
        position: absolute;
        width: 3rem;
        height: 3rem;
        top: 0;
        left: 0;
        background-color: #00C153;
        content: "";
        border: solid 0.125rem white;
        border-radius: 50%;
        z-index: 0; }
    .onefm-admin.lead-details .timeline .timeline-item:last-of-type {
      cursor: pointer; }
      .onefm-admin.lead-details .timeline .timeline-item:last-of-type .timeline-icon::before {
        display: none; }
  .onefm-admin.lead-details .lead-data .form-group {
    display: none; }
  .onefm-admin.lead-details .lead-data.edit-mode .form-group {
    display: block; }
  .onefm-admin.lead-details .lead-data.edit-mode .lead-item-text {
    display: none; }
  .onefm-admin.lead-details .lead-data.edit-mode .delete-col {
    display: none !important; }
  @media (max-width: 767.98px) {
    .onefm-admin.lead-details .lead-data .card-header h5 {
      width: 100%; } }
  @media (max-width: 1199.98px) {
    .onefm-admin.lead-details .lead-data .card-header h5 {
      min-width: 50%;
      max-width: 50%; } }
.onefm-admin.lead-quote, .onefm-admin.lead-contract, .onefm-admin.unit-termination {
  padding: 1rem; }
  .onefm-admin.lead-quote .card .card-header, .onefm-admin.lead-contract .card .card-header, .onefm-admin.unit-termination .card .card-header {
    background: none;
    padding: 1.125rem 1.125rem 0 1.125rem;
    border-bottom: none; }
    .onefm-admin.lead-quote .card .card-header a, .onefm-admin.lead-contract .card .card-header a, .onefm-admin.unit-termination .card .card-header a {
      font-weight: 500; }
  .onefm-admin.lead-quote .card .card-body, .onefm-admin.lead-contract .card .card-body, .onefm-admin.unit-termination .card .card-body {
    font-size: 0.8125rem; }
    .onefm-admin.lead-quote .card .card-body .nav.nav-fill .nav-item:last-of-type .nav-link:after, .onefm-admin.lead-contract .card .card-body .nav.nav-fill .nav-item:last-of-type .nav-link:after, .onefm-admin.unit-termination .card .card-body .nav.nav-fill .nav-item:last-of-type .nav-link:after {
      display: none; }
    .onefm-admin.lead-quote .card .card-body .nav.nav-fill .nav-item .nav-link, .onefm-admin.lead-contract .card .card-body .nav.nav-fill .nav-item .nav-link, .onefm-admin.unit-termination .card .card-body .nav.nav-fill .nav-item .nav-link {
      padding: 3px 10px;
      font-weight: 600;
      font-size: 1rem;
      position: relative;
      background-color: #E6E6E6;
      color: #fff; }
      @media (max-width: 767.98px) {
        .onefm-admin.lead-quote .card .card-body .nav.nav-fill .nav-item .nav-link:after, .onefm-admin.lead-contract .card .card-body .nav.nav-fill .nav-item .nav-link:after, .onefm-admin.unit-termination .card .card-body .nav.nav-fill .nav-item .nav-link:after {
          display: none; } }
      .onefm-admin.lead-quote .card .card-body .nav.nav-fill .nav-item .nav-link:after, .onefm-admin.lead-contract .card .card-body .nav.nav-fill .nav-item .nav-link:after, .onefm-admin.unit-termination .card .card-body .nav.nav-fill .nav-item .nav-link:after {
        content: '';
        width: 230px;
        bottom: 0;
        position: absolute;
        height: 3px;
        left: 30px;
        top: .8rem;
        background: #E6E6E6; }
      .onefm-admin.lead-quote .card .card-body .nav.nav-fill .nav-item .nav-link.active-fill, .onefm-admin.lead-contract .card .card-body .nav.nav-fill .nav-item .nav-link.active-fill, .onefm-admin.unit-termination .card .card-body .nav.nav-fill .nav-item .nav-link.active-fill {
        background-color: #8400FF;
        color: #fff; }
      .onefm-admin.lead-quote .card .card-body .nav.nav-fill .nav-item .nav-link.completed:after, .onefm-admin.lead-contract .card .card-body .nav.nav-fill .nav-item .nav-link.completed:after, .onefm-admin.unit-termination .card .card-body .nav.nav-fill .nav-item .nav-link.completed:after {
        background: #8400FF; }
    .onefm-admin.lead-quote .card .card-body .nav.nav-fill .nav-item span, .onefm-admin.lead-contract .card .card-body .nav.nav-fill .nav-item span, .onefm-admin.unit-termination .card .card-body .nav.nav-fill .nav-item span {
      transform: translateX(-50%);
      position: absolute;
      left: 50%;
      top: 100%;
      font-size: .625rem;
      color: #cccbcb;
      width: 100px; }
    .onefm-admin.lead-quote .card .card-body .add-tenent-contract .card-header, .onefm-admin.lead-contract .card .card-body .add-tenent-contract .card-header, .onefm-admin.unit-termination .card .card-body .add-tenent-contract .card-header {
      border-bottom: solid 1px #ddd;
      background-color: #efefef;
      padding: 1.125rem 1.125rem 0 0.9375rem; }
      .onefm-admin.lead-quote .card .card-body .add-tenent-contract .card-header .save-edit-contract-btn, .onefm-admin.lead-contract .card .card-body .add-tenent-contract .card-header .save-edit-contract-btn, .onefm-admin.unit-termination .card .card-body .add-tenent-contract .card-header .save-edit-contract-btn {
        display: none; }
      .onefm-admin.lead-quote .card .card-body .add-tenent-contract .card-header .form-group, .onefm-admin.lead-contract .card .card-body .add-tenent-contract .card-header .form-group, .onefm-admin.unit-termination .card .card-body .add-tenent-contract .card-header .form-group {
        display: none; }
    .onefm-admin.lead-quote .card .card-body .add-tenent-contract .card-body, .onefm-admin.lead-contract .card .card-body .add-tenent-contract .card-body, .onefm-admin.unit-termination .card .card-body .add-tenent-contract .card-body {
      font-size: 0.875rem !important; }
      .onefm-admin.lead-quote .card .card-body .add-tenent-contract .card-body .form-group, .onefm-admin.lead-contract .card .card-body .add-tenent-contract .card-body .form-group, .onefm-admin.unit-termination .card .card-body .add-tenent-contract .card-body .form-group {
        display: none; }
      .onefm-admin.lead-quote .card .card-body .add-tenent-contract .card-body .btn, .onefm-admin.lead-contract .card .card-body .add-tenent-contract .card-body .btn, .onefm-admin.unit-termination .card .card-body .add-tenent-contract .card-body .btn {
        font-size: 1rem; }
      .onefm-admin.lead-quote .card .card-body .add-tenent-contract .card-body .form-control, .onefm-admin.lead-contract .card .card-body .add-tenent-contract .card-body .form-control, .onefm-admin.unit-termination .card .card-body .add-tenent-contract .card-body .form-control {
        font-size: .875rem; }
        .onefm-admin.lead-quote .card .card-body .add-tenent-contract .card-body .form-control:disabled, .onefm-admin.lead-contract .card .card-body .add-tenent-contract .card-body .form-control:disabled, .onefm-admin.unit-termination .card .card-body .add-tenent-contract .card-body .form-control:disabled {
          border: none;
          background: transparent; }
    .onefm-admin.lead-quote .card .card-body .add-tenent-contract .card-footer .col .form-control, .onefm-admin.lead-contract .card .card-body .add-tenent-contract .card-footer .col .form-control, .onefm-admin.unit-termination .card .card-body .add-tenent-contract .card-footer .col .form-control {
      font-size: .875rem; }
    .onefm-admin.lead-quote .card .card-body .add-tenent-contract .card-footer .col .save-contract-btn, .onefm-admin.lead-contract .card .card-body .add-tenent-contract .card-footer .col .save-contract-btn, .onefm-admin.unit-termination .card .card-body .add-tenent-contract .card-footer .col .save-contract-btn {
      display: none; }
    .onefm-admin.lead-quote .card .card-body .add-tenent-contract.edit-mode .card-header .edit-contract-btn, .onefm-admin.lead-contract .card .card-body .add-tenent-contract.edit-mode .card-header .edit-contract-btn, .onefm-admin.unit-termination .card .card-body .add-tenent-contract.edit-mode .card-header .edit-contract-btn {
      display: none; }
    .onefm-admin.lead-quote .card .card-body .add-tenent-contract.edit-mode .card-header .save-edit-contract-btn, .onefm-admin.lead-contract .card .card-body .add-tenent-contract.edit-mode .card-header .save-edit-contract-btn, .onefm-admin.unit-termination .card .card-body .add-tenent-contract.edit-mode .card-header .save-edit-contract-btn {
      display: block; }
    .onefm-admin.lead-quote .card .card-body .add-tenent-contract.edit-mode .card-header .display-text, .onefm-admin.lead-contract .card .card-body .add-tenent-contract.edit-mode .card-header .display-text, .onefm-admin.unit-termination .card .card-body .add-tenent-contract.edit-mode .card-header .display-text {
      display: none; }
    .onefm-admin.lead-quote .card .card-body .add-tenent-contract.edit-mode .card-header .form-group, .onefm-admin.lead-contract .card .card-body .add-tenent-contract.edit-mode .card-header .form-group, .onefm-admin.unit-termination .card .card-body .add-tenent-contract.edit-mode .card-header .form-group {
      display: block; }
    .onefm-admin.lead-quote .card .card-body .add-tenent-contract.edit-mode .card-body .display-text, .onefm-admin.lead-contract .card .card-body .add-tenent-contract.edit-mode .card-body .display-text, .onefm-admin.unit-termination .card .card-body .add-tenent-contract.edit-mode .card-body .display-text {
      display: none; }
    .onefm-admin.lead-quote .card .card-body .add-tenent-contract.edit-mode .card-body .form-group, .onefm-admin.lead-contract .card .card-body .add-tenent-contract.edit-mode .card-body .form-group, .onefm-admin.unit-termination .card .card-body .add-tenent-contract.edit-mode .card-body .form-group {
      display: block; }
    .onefm-admin.lead-quote .card .card-body .add-tenent-contract.edit-mode .delete-col, .onefm-admin.lead-contract .card .card-body .add-tenent-contract.edit-mode .delete-col, .onefm-admin.unit-termination .card .card-body .add-tenent-contract.edit-mode .delete-col {
      display: none !important; }
    .onefm-admin.lead-quote .card .card-body .footer-section .address h5, .onefm-admin.lead-contract .card .card-body .footer-section .address h5, .onefm-admin.unit-termination .card .card-body .footer-section .address h5 {
      font-size: 14px; }
    .onefm-admin.lead-quote .card .card-body .footer-section .btn-toolbar .btn-group:first-of-type .btn, .onefm-admin.lead-contract .card .card-body .footer-section .btn-toolbar .btn-group:first-of-type .btn, .onefm-admin.unit-termination .card .card-body .footer-section .btn-toolbar .btn-group:first-of-type .btn {
      padding: 0px 18px; }
      .onefm-admin.lead-quote .card .card-body .footer-section .btn-toolbar .btn-group:first-of-type .btn i, .onefm-admin.lead-contract .card .card-body .footer-section .btn-toolbar .btn-group:first-of-type .btn i, .onefm-admin.unit-termination .card .card-body .footer-section .btn-toolbar .btn-group:first-of-type .btn i {
        font-size: 1.25rem; }
  .onefm-admin.lead-quote .mes-logo, .onefm-admin.lead-contract .mes-logo, .onefm-admin.unit-termination .mes-logo {
    right: 0.9375rem;
    max-width: 7rem;
    top: 0; }
.onefm-admin .footer-section .address h5 {
  font-size: 14px; }
.onefm-admin .footer-section .btn-toolbar .btn-group:first-of-type .btn {
  padding: 0px 18px; }
  .onefm-admin .footer-section .btn-toolbar .btn-group:first-of-type .btn i {
    font-size: 1.25rem; }
.onefm-admin.lead-upload-contract {
  padding: 1rem; }
  .onefm-admin.lead-upload-contract .card {
    border-radius: 0; }
    .onefm-admin.lead-upload-contract .card .card-header {
      background: none;
      padding: 1.125rem; }
    .onefm-admin.lead-upload-contract .card .card-body {
      font-size: 0.8125rem;
      padding: 1.125rem; }
  .onefm-admin.lead-upload-contract .thumbnail {
    height: 9.375rem;
    overflow: hidden; }
    .onefm-admin.lead-upload-contract .thumbnail img {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      margin: auto; }
    .onefm-admin.lead-upload-contract .thumbnail .overlay {
      position: absolute;
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 1;
      cursor: pointer; }
    .onefm-admin.lead-upload-contract .thumbnail .count {
      width: 2.5rem;
      height: 2.5rem;
      background-color: white;
      color: #1a84d4;
      font-weight: 700;
      font-size: 1.25rem;
      position: absolute;
      left: 0.5rem;
      bottom: 0.5rem;
      z-index: 5; }
    .onefm-admin.lead-upload-contract .thumbnail .action-panel {
      position: absolute;
      right: 0.5rem;
      top: 0.5rem;
      z-index: 5; }
      .onefm-admin.lead-upload-contract .thumbnail .action-panel .btn.btn-icon {
        padding: 0;
        width: 2rem;
        height: 2rem;
        font-size: 1.5rem;
        background: none;
        position: relative;
        z-index: 10;
        border: none;
        color: white; }
        .onefm-admin.lead-upload-contract .thumbnail .action-panel .btn.btn-icon:focus, .onefm-admin.lead-upload-contract .thumbnail .action-panel .btn.btn-icon:active {
          box-shadow: none;
          background: none;
          border: none;
          color: white; }
          .onefm-admin.lead-upload-contract .thumbnail .action-panel .btn.btn-icon:focus:focus, .onefm-admin.lead-upload-contract .thumbnail .action-panel .btn.btn-icon:active:focus {
            box-shadow: none; }
        .onefm-admin.lead-upload-contract .thumbnail .action-panel .btn.btn-icon i {
          line-height: 1;
          display: block; }
        .onefm-admin.lead-upload-contract .thumbnail .action-panel .btn.btn-icon + .btn-group {
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
          height: 2rem;
          border-radius: 1rem;
          position: absolute;
          right: 0;
          top: 0;
          z-index: 1;
          padding: 0 2rem 0 0.5rem;
          overflow: hidden;
          background: white;
          opacity: 0;
          visibility: hidden;
          transition: 0.5s; }
          .onefm-admin.lead-upload-contract .thumbnail .action-panel .btn.btn-icon + .btn-group .btn {
            padding: 0 0.5rem;
            height: 2rem;
            line-height: 2rem;
            border: none;
            background: none;
            color: #9099B0; }
            .onefm-admin.lead-upload-contract .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:focus, .onefm-admin.lead-upload-contract .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:active {
              box-shadow: none;
              background: none;
              border: none;
              color: #9099B0; }
              .onefm-admin.lead-upload-contract .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:focus:focus, .onefm-admin.lead-upload-contract .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:active:focus {
                box-shadow: none; }
            .onefm-admin.lead-upload-contract .thumbnail .action-panel .btn.btn-icon + .btn-group .btn i {
              font-size: 1rem;
              display: block; }
        .onefm-admin.lead-upload-contract .thumbnail .action-panel .btn.btn-icon.active {
          box-shadow: none;
          background: none;
          border: none;
          color: #9099B0; }
          .onefm-admin.lead-upload-contract .thumbnail .action-panel .btn.btn-icon.active + .btn-group {
            transition: 0.2s;
            opacity: 1;
            visibility: visible; }
    .onefm-admin.lead-upload-contract .thumbnail.upload {
      border: dashed 2px #ddd;
      height: 100%;
      color: #ddd; }
      .onefm-admin.lead-upload-contract .thumbnail.upload i {
        font-size: 5rem;
        display: block;
        line-height: 1; }
      .onefm-admin.lead-upload-contract .thumbnail.upload input[type="file"] {
        position: absolute;
        left: 0;
        font-size: 0;
        cursor: pointer;
        z-index: 5;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0; }
.onefm-admin .mce-tinymce {
  box-shadow: none !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  overflow: hidden;
  box-sizing: border-box; }
  .onefm-admin .mce-tinymce.mce-panel {
    border-color: #ddd; }
  .onefm-admin .mce-tinymce .mce-stack-layout-item {
    border: none; }
.onefm-admin .form-group.lg .mce-tinymce.mce-panel {
  border-bottom: none !important; }

.ui-state-highlight:not(.ui-sortable-handle) {
  background-color: #F5F5F9 !important;
  height: 70px;
  border-radius: .5rem;
  border: dashed 1px gray; }

.ui-sortable-helper {
  box-shadow: 0px 1px 35px rgba(0, 0, 0, 0.3) !important; }

.onefm-admin.clients {
  padding: 1rem; }
  .onefm-admin.clients .client-head h3 {
    font-size: 1.3125rem; }
  .onefm-admin.clients .client-head .input-group {
    width: 270px; }
    @media (max-width: 575.98px) {
      .onefm-admin.clients .client-head .input-group {
        width: 100%; } }
    .onefm-admin.clients .client-head .input-group .form-control {
      font-size: 0.8125rem; }
  @media (max-width: 575.98px) {
    .onefm-admin.clients .card .admin-client-table .table {
      min-width: 1010px; } }
  .onefm-admin.clients .card .admin-client-table .table thead th {
    font-size: .8125rem; }
    .onefm-admin.clients .card .admin-client-table .table thead th:first-of-type {
      min-width: 45px; }
    .onefm-admin.clients .card .admin-client-table .table thead th:last-of-type {
      min-width: 180px; }
  .onefm-admin.clients .card .admin-client-table .table tbody tr td {
    vertical-align: middle; }
    .onefm-admin.clients .card .admin-client-table .table tbody tr td .rating {
      margin: 0px auto;
      display: inline-block; }
      .onefm-admin.clients .card .admin-client-table .table tbody tr td .rating label {
        margin-bottom: 0px; }
  @media (max-width: 575.98px) {
    .onefm-admin.clients .card .admin-tenant-table .table {
      min-width: 1010px; } }
  .onefm-admin.clients .card .admin-tenant-table .table thead th {
    font-size: .8125rem; }
    .onefm-admin.clients .card .admin-tenant-table .table thead th:nth-of-type(1) {
      min-width: 55px; }
    .onefm-admin.clients .card .admin-tenant-table .table thead th:nth-of-type(2) {
      min-width: 120px; }
    .onefm-admin.clients .card .admin-tenant-table .table thead th:nth-of-type(3) {
      min-width: 75px; }
    .onefm-admin.clients .card .admin-tenant-table .table thead th:nth-of-type(4) {
      min-width: 80px; }
    .onefm-admin.clients .card .admin-tenant-table .table thead th:nth-of-type(5) {
      min-width: 102px; }
    .onefm-admin.clients .card .admin-tenant-table .table thead th:nth-of-type(6) {
      min-width: 90px; }
    .onefm-admin.clients .card .admin-tenant-table .table thead th:nth-of-type(7) {
      min-width: 92px; }
    .onefm-admin.clients .card .admin-tenant-table .table thead th:nth-of-type(8) {
      min-width: 95px; }
    .onefm-admin.clients .card .admin-tenant-table .table thead th:nth-of-type(9) {
      min-width: 90px; }
    .onefm-admin.clients .card .admin-tenant-table .table thead th:nth-of-type(10) {
      min-width: 100px; }
    .onefm-admin.clients .card .admin-tenant-table .table thead th:nth-of-type(11) {
      min-width: 95px; }
    .onefm-admin.clients .card .admin-tenant-table .table thead th:nth-of-type(12) {
      min-width: 85px; }
  .onefm-admin.clients .card .admin-tenant-table .table tbody tr td {
    vertical-align: middle; }
    .onefm-admin.clients .card .admin-tenant-table .table tbody tr td .rating {
      margin: 0px auto;
      display: inline-block; }
      .onefm-admin.clients .card .admin-tenant-table .table tbody tr td .rating label {
        margin-bottom: 0px; }
  .onefm-admin.clients .facility-filter .nav.nav-pills {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: .8rem;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto; }
    .onefm-admin.clients .facility-filter .nav.nav-pills li {
      height: 5rem;
      width: 256px;
      min-width: 256px;
      background-color: gainsboro;
      float: left;
      margin-right: 1rem;
      border-radius: 0.25rem;
      position: relative;
      background-size: cover;
      overflow: hidden;
      background-position: center;
      box-shadow: 0px 1px 0.25rem rgba(0, 0, 0, 0.3); }
      .onefm-admin.clients .facility-filter .nav.nav-pills li .form-check {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10; }
        .onefm-admin.clients .facility-filter .nav.nav-pills li .form-check .form-check-label {
          font-size: 1.5rem;
          font-weight: 700;
          position: absolute;
          background-color: rgba(0, 0, 0, 0.4);
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 0; }
        .onefm-admin.clients .facility-filter .nav.nav-pills li .form-check .form-check-input {
          position: absolute;
          left: -1rem;
          top: -1rem;
          opacity: 0; }
          .onefm-admin.clients .facility-filter .nav.nav-pills li .form-check .form-check-input:checked + .form-check-label {
            background-color: rgba(26, 132, 212, 0.8); }
  .onefm-admin.clients .blocks-filter .form-check .form-check-label {
    font-size: 0.8125rem;
    font-weight: 500; }
  .onefm-admin.clients .blocks-filter .form-check .form-check-input {
    position: absolute;
    left: -1rem;
    top: -1rem;
    opacity: 0; }
    .onefm-admin.clients .blocks-filter .form-check .form-check-input:checked + .form-check-label::before {
      font-family: "Ionicons";
      content: "\f120";
      position: absolute;
      right: 0.25rem;
      bottom: 0.25rem;
      color: #00C153;
      line-height: 1;
      display: block;
      font-size: 1.125rem; }
.onefm-admin.client-unit-details {
  padding: 1rem 1rem 1rem 2rem; }
  .onefm-admin.client-unit-details .card {
    border-radius: 0;
    border: none; }
    .onefm-admin.client-unit-details .card .card-header {
      background: none;
      padding: 1.125rem; }
      .onefm-admin.client-unit-details .card .card-header h5 {
        font-weight: 700;
        margin: 0; }
        .onefm-admin.client-unit-details .card .card-header h5 small {
          padding-top: 0.25rem;
          display: block;
          font-weight: 700; }
    .onefm-admin.client-unit-details .card .card-body {
      font-size: 0.8125rem; }
      .onefm-admin.client-unit-details .card .card-body h5 {
        font-weight: 500;
        font-size: 1rem; }
      .onefm-admin.client-unit-details .card .card-body .stages.list-inline {
        height: 2rem;
        position: relative; }
        .onefm-admin.client-unit-details .card .card-body .stages.list-inline::before {
          position: absolute;
          content: "";
          height: 0.5rem;
          top: -0.5rem;
          background-color: white;
          left: 0;
          right: 0;
          z-index: 11; }
        .onefm-admin.client-unit-details .card .card-body .stages.list-inline::after {
          position: absolute;
          content: "";
          height: 0.5rem;
          bottom: -0.5rem;
          background-color: white;
          left: 0;
          right: 0;
          z-index: 11; }
        .onefm-admin.client-unit-details .card .card-body .stages.list-inline .list-inline-item {
          margin: 0;
          padding: 0.5rem;
          line-height: 1;
          background-color: #ddd;
          font-weight: 500;
          font-size: 0.875rem;
          position: relative;
          overflow: visible;
          cursor: pointer; }
          .onefm-admin.client-unit-details .card .card-body .stages.list-inline .list-inline-item:first-of-type {
            border-top-left-radius: 1rem;
            border-bottom-left-radius: 1rem; }
          .onefm-admin.client-unit-details .card .card-body .stages.list-inline .list-inline-item .btn-group {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
            .onefm-admin.client-unit-details .card .card-body .stages.list-inline .list-inline-item .btn-group .btn {
              background: none;
              border-radius: 0;
              width: 100%;
              height: 100%;
              border: none; }
          .onefm-admin.client-unit-details .card .card-body .stages.list-inline .list-inline-item::before {
            content: "";
            width: 2rem;
            height: 2rem;
            border-right: solid 3px white;
            border-top: solid 3px white;
            position: absolute;
            right: -1rem;
            top: 0;
            transform: rotateZ(45deg);
            z-index: 10;
            background-color: #ddd; }
          .onefm-admin.client-unit-details .card .card-body .stages.list-inline .list-inline-item.completed {
            background-color: #00C153;
            color: white; }
            .onefm-admin.client-unit-details .card .card-body .stages.list-inline .list-inline-item.completed::before {
              background-color: #00C153; }
          .onefm-admin.client-unit-details .card .card-body .stages.list-inline .list-inline-item.active {
            background-color: #008D30;
            color: white; }
            .onefm-admin.client-unit-details .card .card-body .stages.list-inline .list-inline-item.active::before {
              background-color: #008D30; }
          .onefm-admin.client-unit-details .card .card-body .stages.list-inline .list-inline-item:last-of-type {
            border-top-right-radius: 1rem;
            border-bottom-right-radius: 1rem; }
            .onefm-admin.client-unit-details .card .card-body .stages.list-inline .list-inline-item:last-of-type::before {
              display: none; }
      .onefm-admin.client-unit-details .card .card-body .stages.lost .list-inline-item.completed {
        background-color: #FC7373; }
        .onefm-admin.client-unit-details .card .card-body .stages.lost .list-inline-item.completed::before {
          background-color: #FC7373; }
      .onefm-admin.client-unit-details .card .card-body .stages.lost .list-inline-item.active {
        background-color: #dc5959; }
        .onefm-admin.client-unit-details .card .card-body .stages.lost .list-inline-item.active::before {
          background-color: #dc5959; }
      .onefm-admin.client-unit-details .card .card-body .form-control.comment-box {
        font-size: 0.875rem;
        padding: 0.75rem 1rem; }
      .onefm-admin.client-unit-details .card .card-body .form-control::placeholder {
        color: #bbb; }
    .onefm-admin.client-unit-details .card .list-group .list-group-item {
      font-size: 0.8125rem; }
      .onefm-admin.client-unit-details .card .list-group .list-group-item strong {
        font-weight: 500;
        padding: 0 0.5rem 0 0; }
      .onefm-admin.client-unit-details .card .list-group .list-group-item .text-primary {
        color: #495588 !important; }
      .onefm-admin.client-unit-details .card .list-group .list-group-item .text-dark {
        color: #666 !important; }
      .onefm-admin.client-unit-details .card .list-group .list-group-item .text-muted {
        color: #999 !important; }
      @media (min-width: 768px) {
        .onefm-admin.client-unit-details .card .list-group .list-group-item {
          padding-left: 2.25rem; } }
      .onefm-admin.client-unit-details .card .list-group .list-group-item .comment-ref {
        width: 1.25rem;
        height: 1.25rem;
        background-color: #1a84d4;
        color: white;
        font-weight: 500;
        position: relative; }
        .onefm-admin.client-unit-details .card .list-group .list-group-item .comment-ref i {
          display: block;
          line-height: 1; }
        .onefm-admin.client-unit-details .card .list-group .list-group-item .comment-ref a {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          cursor: pointer; }
    .onefm-admin.client-unit-details .card .avatar {
      background-color: #FC7373;
      width: 2rem;
      height: 2rem;
      min-width: 2rem;
      font-size: 0.875rem;
      font-weight: 500;
      color: #dc5959; }
  .onefm-admin.client-unit-details .btn-group .btn {
    padding: .375rem .75rem; }
    .onefm-admin.client-unit-details .btn-group .btn.btn-outline-secondary {
      border-color: #ddd;
      font-size: 0.8125rem;
      color: #111;
      background: white; }
      .onefm-admin.client-unit-details .btn-group .btn.btn-outline-secondary:hover, .onefm-admin.client-unit-details .btn-group .btn.btn-outline-secondary:focus, .onefm-admin.client-unit-details .btn-group .btn.btn-outline-secondary:active {
        background: white; }
      .onefm-admin.client-unit-details .btn-group .btn.btn-outline-secondary i {
        display: block;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1; }
  .onefm-admin.client-unit-details .btn-group.single-filter-btn .btn {
    border-radius: .25rem;
    position: relative;
    bottom: 10px; }
  .onefm-admin.client-unit-details .timeline .timeline-item {
    position: relative;
    padding: .6875rem 0; }
    .onefm-admin.client-unit-details .timeline .timeline-item > a {
      position: absolute;
      cursor: pointer;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 10; }
    .onefm-admin.client-unit-details .timeline .timeline-item .timeline-icon {
      width: 2.5rem;
      height: 2.5rem;
      border: solid 0.25rem #ddd;
      color: #1a84d4;
      position: relative;
      background-color: #EFEFEF; }
      .onefm-admin.client-unit-details .timeline .timeline-item .timeline-icon i {
        font-size: 1.3rem;
        position: relative;
        z-index: 10;
        display: block;
        line-height: 1; }
      .onefm-admin.client-unit-details .timeline .timeline-item .timeline-icon::before {
        width: 0.25rem;
        left: 1.1875rem;
        transform: translateX(-0.3125rem);
        position: absolute;
        content: "";
        height: 2rem;
        top: 100%;
        background-color: #ddd; }
    .onefm-admin.client-unit-details .timeline .timeline-item .timeline-content h6 {
      font-size: 0.75rem;
      font-weight: 500;
      color: #495588; }
    .onefm-admin.client-unit-details .timeline .timeline-item .timeline-content p {
      font-size: 0.6875rem; }
    .onefm-admin.client-unit-details .timeline .timeline-item.completed .timeline-icon {
      color: white; }
      .onefm-admin.client-unit-details .timeline .timeline-item.completed .timeline-icon::after {
        position: absolute;
        width: 2rem;
        height: 2rem;
        top: 0;
        left: 0;
        background-color: #00C153;
        content: "";
        border: solid 0.125rem white;
        border-radius: 50%;
        z-index: 0; }
    .onefm-admin.client-unit-details .timeline .timeline-item:last-of-type {
      cursor: pointer; }
      .onefm-admin.client-unit-details .timeline .timeline-item:last-of-type .timeline-icon::before {
        display: none; }
  .onefm-admin.client-unit-details .lead-data .form-group {
    display: none; }
  .onefm-admin.client-unit-details .lead-data.edit-mode .form-group {
    display: block; }
  .onefm-admin.client-unit-details .lead-data.edit-mode .lead-item-text {
    display: none; }
  .onefm-admin.client-unit-details .nav.nav-tabs .nav-item .nav-link {
    font-size: .875rem;
    background: #ECECEC;
    border: none;
    border-bottom: 2px solid transparent; }
    .onefm-admin.client-unit-details .nav.nav-tabs .nav-item .nav-link.active {
      background: #fff;
      border-bottom: 2px solid blue !important;
      border-left: none;
      border-right: none;
      border-top: none; }
  .onefm-admin.client-unit-details .tab-content {
    margin-top: 1px; }
    .onefm-admin.client-unit-details .tab-content .tab-pane .list-group .list-group-item {
      font-size: 0.8125rem; }
      .onefm-admin.client-unit-details .tab-content .tab-pane .list-group .list-group-item strong {
        font-weight: 500;
        padding: 0 0.5rem 0 0; }
      .onefm-admin.client-unit-details .tab-content .tab-pane .list-group .list-group-item .avatar {
        background-color: #f79a9a;
        width: 2rem;
        height: 2rem;
        min-width: 2rem;
        font-size: 1.1rem;
        font-weight: 500;
        color: #e06868;
        line-height: 0px; }
      .onefm-admin.client-unit-details .tab-content .tab-pane .list-group .list-group-item .text-primary {
        color: #495588 !important; }
      .onefm-admin.client-unit-details .tab-content .tab-pane .list-group .list-group-item .text-dark {
        color: #666 !important; }
      .onefm-admin.client-unit-details .tab-content .tab-pane .list-group .list-group-item .text-muted {
        color: #999 !important; }
      @media (min-width: 768px) {
        .onefm-admin.client-unit-details .tab-content .tab-pane .list-group .list-group-item {
          padding-left: 1rem; } }
      .onefm-admin.client-unit-details .tab-content .tab-pane .list-group .list-group-item .comment-ref {
        width: 1.25rem;
        height: 1.25rem;
        background-color: #1a84d4;
        color: white;
        font-weight: 500;
        position: relative; }
        .onefm-admin.client-unit-details .tab-content .tab-pane .list-group .list-group-item .comment-ref i {
          display: block;
          line-height: 1; }
        .onefm-admin.client-unit-details .tab-content .tab-pane .list-group .list-group-item .comment-ref a {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          cursor: pointer; }
      .onefm-admin.client-unit-details .tab-content .tab-pane .list-group .list-group-item .btn {
        padding: 0px 5px;
        font-size: 1rem; }
    @media (max-width: 575.98px) {
      .onefm-admin.client-unit-details .tab-content .tab-pane .table {
        min-width: 1010px; } }
    .onefm-admin.client-unit-details .tab-content .tab-pane .table thead th {
      font-size: .8125rem; }
      .onefm-admin.client-unit-details .tab-content .tab-pane .table thead th:first-of-type {
        min-width: 45px; }
      .onefm-admin.client-unit-details .tab-content .tab-pane .table thead th:last-of-type {
        width: 100px; }
    .onefm-admin.client-unit-details .tab-content .tab-pane .table tbody tr td {
      vertical-align: middle;
      font-weight: 500;
      font-size: .8125rem; }
      .onefm-admin.client-unit-details .tab-content .tab-pane .table tbody tr td span {
        font-size: .6875rem;
        width: 100px;
        display: block;
        margin: 0px auto; }
.onefm-admin.client-tenant-details {
  padding: 1rem; }
  .onefm-admin.client-tenant-details .client-head h3 {
    font-size: 1.125rem; }
  .onefm-admin.client-tenant-details .client-head .input-group {
    width: 270px; }
    @media (max-width: 575.98px) {
      .onefm-admin.client-tenant-details .client-head .input-group {
        width: 100%; } }
  .onefm-admin.client-tenant-details .card {
    border-radius: 0;
    border: none; }
    .onefm-admin.client-tenant-details .card .card-header {
      background: none;
      padding: 1.125rem; }
      .onefm-admin.client-tenant-details .card .card-header h5 {
        font-weight: 700;
        margin: 0; }
        .onefm-admin.client-tenant-details .card .card-header h5 small {
          padding-top: 0.25rem;
          display: block;
          font-weight: 700; }
    .onefm-admin.client-tenant-details .card .card-body {
      font-size: 0.8125rem; }
      .onefm-admin.client-tenant-details .card .card-body h5 {
        font-weight: 500;
        font-size: 1rem; }
    .onefm-admin.client-tenant-details .card .list-group .list-group-item {
      font-size: 0.8125rem; }
      .onefm-admin.client-tenant-details .card .list-group .list-group-item strong {
        font-weight: 500;
        padding: 0 0.5rem 0 0; }
      .onefm-admin.client-tenant-details .card .list-group .list-group-item .text-primary {
        color: #495588 !important; }
      .onefm-admin.client-tenant-details .card .list-group .list-group-item .text-dark {
        color: #666 !important; }
      .onefm-admin.client-tenant-details .card .list-group .list-group-item .text-muted {
        color: #999 !important; }
      @media (min-width: 768px) {
        .onefm-admin.client-tenant-details .card .list-group .list-group-item {
          padding-left: 2.25rem; } }
      .onefm-admin.client-tenant-details .card .list-group .list-group-item .comment-ref {
        width: 1.25rem;
        height: 1.25rem;
        background-color: #1a84d4;
        color: white;
        font-weight: 500;
        position: relative; }
        .onefm-admin.client-tenant-details .card .list-group .list-group-item .comment-ref i {
          display: block;
          line-height: 1; }
        .onefm-admin.client-tenant-details .card .list-group .list-group-item .comment-ref a {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          cursor: pointer; }
    .onefm-admin.client-tenant-details .card .avatar {
      background-color: #FC7373;
      width: 2rem;
      height: 2rem;
      min-width: 2rem;
      font-size: 0.875rem;
      font-weight: 500;
      color: #dc5959; }
  .onefm-admin.client-tenant-details .btn-group .btn {
    padding: .375rem .75rem; }
    .onefm-admin.client-tenant-details .btn-group .btn.btn-outline-secondary {
      border-color: #ddd;
      font-size: 0.8125rem;
      color: #111;
      background: white; }
      .onefm-admin.client-tenant-details .btn-group .btn.btn-outline-secondary:hover, .onefm-admin.client-tenant-details .btn-group .btn.btn-outline-secondary:focus, .onefm-admin.client-tenant-details .btn-group .btn.btn-outline-secondary:active {
        background: white; }
      .onefm-admin.client-tenant-details .btn-group .btn.btn-outline-secondary i {
        display: block;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1; }
  .onefm-admin.client-tenant-details .btn-group.single-btn .btn {
    border-radius: .25rem; }
  .onefm-admin.client-tenant-details .lead-data .form-group {
    display: none; }
  .onefm-admin.client-tenant-details .lead-data.edit-mode .form-group {
    display: block; }
  .onefm-admin.client-tenant-details .lead-data.edit-mode .lead-item-text {
    display: none; }
  .onefm-admin.client-tenant-details .nav.nav-tabs .nav-item .nav-link {
    font-size: .875rem;
    background: #ECECEC;
    border: none;
    border-bottom: 2px solid transparent; }
    .onefm-admin.client-tenant-details .nav.nav-tabs .nav-item .nav-link.active {
      background: #fff;
      border-bottom: 2px solid blue !important; }
  .onefm-admin.client-tenant-details .tab-content {
    margin-top: 1px; }
    .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .form-group .form-control-plaintext {
      display: block;
      padding: .25rem .5rem;
      font-size: .875rem;
      line-height: 1.5;
      border-radius: .2rem;
      background-color: #fff;
      border: 1px solid #ced4da;
      color: #495057; }
    .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .form-group .tenant-item-text {
      font-size: 0.8125rem;
      display: block;
      font-weight: 500; }
    .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .form-group .form-control {
      display: none; }
      .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .form-group .form-control[readonly] {
        background-color: white; }
    .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .form-group .input-group {
      display: none; }
    .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .form-group span {
      font-size: 11px; }
    .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .form-group label.label-sm {
      color: #212529; }
    .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-personal-information h3, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information h3 {
      font-size: 1.4375rem;
      font-weight: 600;
      color: #494949; }
    .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-personal-information .tenant-img, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-img, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-personal-information .tenant-work-permit-img, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-work-permit-img, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-pass-front-img {
      width: 175px;
      height: 175px; }
      .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-personal-information .tenant-img .custom-file-upload, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-img .custom-file-upload, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-personal-information .tenant-work-permit-img .custom-file-upload, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-work-permit-img .custom-file-upload, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-pass-front-img .custom-file-upload {
        left: 0;
        right: 0;
        margin: auto !important;
        top: 0;
        bottom: 0;
        display: none;
        width: 38px; }
        .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-personal-information .tenant-img .custom-file-upload .inputfile, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-img .custom-file-upload .inputfile, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-personal-information .tenant-work-permit-img .custom-file-upload .inputfile, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-work-permit-img .custom-file-upload .inputfile, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-pass-front-img .custom-file-upload .inputfile {
          width: 0.1px;
          height: 0.1px;
          opacity: 0;
          overflow: hidden;
          position: absolute;
          z-index: -1; }
          .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-personal-information .tenant-img .custom-file-upload .inputfile + label, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-img .custom-file-upload .inputfile + label, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-personal-information .tenant-work-permit-img .custom-file-upload .inputfile + label, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-work-permit-img .custom-file-upload .inputfile + label, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-pass-front-img .custom-file-upload .inputfile + label {
            color: #f1e5e6;
            background-color: #fc7373;
            max-width: 100%;
            font-size: 1.25rem;
            font-weight: 700;
            cursor: pointer;
            padding: 4px 10px;
            border-radius: 50%;
            margin: 0 auto; }
      .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-personal-information .tenant-img img, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-img img, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-personal-information .tenant-work-permit-img img, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-work-permit-img img, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-pass-front-img img {
        width: 100%;
        height: 100%; }
    .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-personal-information .tenant-work-permit-img, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-work-permit-img, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-pass-front-img {
      width: 280px;
      height: 180px; }
    .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .btn {
      width: 32%;
      font-size: 12px;
      padding: 0.375rem 4px;
      text-overflow: ellipsis;
      overflow: hidden; }
    .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-pass-front-img {
      width: 310px;
      height: 190px; }
      @media (max-width: 768px) {
        .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-pass-front-img {
          width: 100%;
          height: auto;
          max-width: 310px;
          max-height: 190px;
          min-height: 190px; }
          .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-pass-front-img img {
            width: 100%;
            height: auto;
            max-width: 310px;
            max-height: 190px;
            min-height: 190px; } }
    .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .btn-group:not(.onfb-btn-group-btns) .btn:nth-of-type(1) {
      background: #00D16C; }
    .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .btn-group:not(.onfb-btn-group-btns) .btn:nth-of-type(2) {
      background: #E9AA00; }
    .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .btn-group:not(.onfb-btn-group-btns) .btn:nth-of-type(3) {
      background: #FF565C; }
    .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information.edit-mode .tenant-personal-information .custom-file-upload, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information.edit-mode .tenant-passport-information .custom-file-upload {
      display: flex;
      align-items: center;
      z-index: 9; }
    .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information.edit-mode .form-group .form-control-plaintext {
      display: none; }
    .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information.edit-mode .form-group .tenant-item-text {
      display: none; }
    .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information.edit-mode .form-group .form-control {
      display: block;
      font-weight: 500; }
    .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information.edit-mode .input-group {
      display: flex; }

.rating {
  border: none;
  position: relative; }

.rating > input {
  display: none; }

.rating > label:before {
  margin: 0 5px;
  font-size: 1.25rem;
  font-family: "Ionicons";
  display: inline-block;
  content: "\f4b3"; }

.rating > .half:before {
  content: "\f4b1";
  position: absolute; }

.rating > label {
  color: #ddd;
  float: right; }

/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label {
  color: #00E558; }

/* hover previous stars in list */
.onefm-admin.quote {
  padding: 1rem; }
  @media (max-width: 767.98px) {
    .onefm-admin.quote {
      padding: 1rem; } }
  .onefm-admin.quote .lead-head h3 {
    font-size: 1.3125rem; }
  .onefm-admin.quote .lead-head .input-group {
    width: 270px; }
    @media (max-width: 767.98px) {
      .onefm-admin.quote .lead-head .input-group {
        width: 100%; } }
    .onefm-admin.quote .lead-head .input-group .form-control {
      font-size: 0.8125rem; }
  .onefm-admin.quote .lead-head .single-filter-btn .btn {
    line-height: 0;
    padding: 0px 8px;
    height: 2.1rem;
    border-color: #e1e4eb; }
  .onefm-admin.quote .quote-list-view .quote-management-table .table thead th {
    font-size: .75rem;
    text-transform: uppercase; }
    @media (max-width: 575.98px) {
      .onefm-admin.quote .quote-list-view .quote-management-table .table thead th {
        min-width: 195px; } }
    .onefm-admin.quote .quote-list-view .quote-management-table .table thead th:last-of-type {
      min-width: 100px; }
  .onefm-admin.quote .quote-list-view .quote-management-table .table tbody tr {
    cursor: pointer; }
    .onefm-admin.quote .quote-list-view .quote-management-table .table tbody tr td {
      vertical-align: middle;
      /* .badge {
        font-size: .6875rem;
        border-radius: 3px;
      } */ }
      .onefm-admin.quote .quote-list-view .quote-management-table .table tbody tr td:first-of-type {
        max-width: 70px; }

.onefm-admin.contract {
  padding: 1rem; }
  @media (max-width: 767.98px) {
    .onefm-admin.contract {
      padding: 1rem; } }
  .onefm-admin.contract .lead-head h3 {
    font-size: 1.3125rem; }
  .onefm-admin.contract .lead-head .input-group {
    width: 270px; }
    @media (max-width: 767.98px) {
      .onefm-admin.contract .lead-head .input-group {
        width: 100%; } }
    .onefm-admin.contract .lead-head .input-group .form-control {
      font-size: 0.8125rem; }
  .onefm-admin.contract .quote-list-view .contract-management-table .table thead th {
    font-size: .75rem;
    text-transform: uppercase; }
    @media (max-width: 575.98px) {
      .onefm-admin.contract .quote-list-view .contract-management-table .table thead th {
        min-width: 195px; } }
    .onefm-admin.contract .quote-list-view .contract-management-table .table thead th:last-of-type {
      min-width: 100px; }
  .onefm-admin.contract .quote-list-view .contract-management-table .table tbody tr {
    cursor: pointer; }
    .onefm-admin.contract .quote-list-view .contract-management-table .table tbody tr td {
      vertical-align: middle;
      /* .badge {
        font-size: .6875rem;
        border-radius: 3px;
      } */ }
      .onefm-admin.contract .quote-list-view .contract-management-table .table tbody tr td:first-of-type {
        max-width: 70px; }

.onefm-admin.updates {
  padding: 1rem; }
  .onefm-admin.updates .client-head h3 {
    font-size: 1.3125rem; }
  .onefm-admin.updates .client-head .input-group {
    width: 270px; }
    @media (max-width: 575.98px) {
      .onefm-admin.updates .client-head .input-group {
        width: 100%; } }
    .onefm-admin.updates .client-head .input-group .form-control {
      font-size: 0.8125rem; }
  .onefm-admin.updates .card .nav.nav-tabs .nav-item:first-of-type .nav-link {
    border-top-left-radius: .25rem; }
  .onefm-admin.updates .card .nav.nav-tabs .nav-item:last-of-type .nav-link {
    border-top-right-radius: .25rem; }
  .onefm-admin.updates .card .nav.nav-tabs .nav-item .nav-link {
    background: #f7f7f7;
    font-size: 14px;
    color: #888888;
    border-bottom: 2px solid transparent;
    padding: .5rem 1.2rem;
    font-weight: 500;
    line-height: 20px;
    border: solid 1px #dee2e6;
    border-radius: 0; }
    .onefm-admin.updates .card .nav.nav-tabs .nav-item .nav-link.active {
      background: #fff;
      color: #333;
      border-bottom: 2px solid #0679fb; }
  .onefm-admin.updates .card .my-update-table .table thead th {
    font-size: .8125rem; }
    .onefm-admin.updates .card .my-update-table .table thead th:first-of-type {
      min-width: 70px; }
    .onefm-admin.updates .card .my-update-table .table thead th:nth-child(2) {
      min-width: 110px; }
    .onefm-admin.updates .card .my-update-table .table thead th:nth-child(3) {
      min-width: 400px; }
    .onefm-admin.updates .card .my-update-table .table thead th:nth-child(4) {
      min-width: 120px;
      /* span {
        &.badge {
          font-size: 13px;
        }
      } */ }
    .onefm-admin.updates .card .my-update-table .table thead th:nth-child(5) {
      min-width: 150px; }
    .onefm-admin.updates .card .my-update-table .table thead th:nth-child(6) {
      min-width: 120px; }
    .onefm-admin.updates .card .my-update-table .table thead th:nth-child(7) {
      min-width: 100px; }
    .onefm-admin.updates .card .my-update-table .table thead th:last-of-type {
      width: 150px; }
  .onefm-admin.updates .card .my-update-table .table tbody tr td {
    vertical-align: middle; }
    .onefm-admin.updates .card .my-update-table .table tbody tr td:nth-child(3) {
      /* span {
        &.badge {
          font-size: 13px;
          font-weight: 500;
        }
      } */ }
.onefm-admin.infringement-report {
  padding: 1rem 1rem 1rem 1rem; }
  .onefm-admin.infringement-report .facility-filter .nav.nav-pills {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: .8rem;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto; }
    .onefm-admin.infringement-report .facility-filter .nav.nav-pills li {
      height: 5rem;
      width: 256px;
      min-width: 256px;
      background-color: gainsboro;
      float: left;
      margin-right: 1rem;
      border-radius: 0.25rem;
      position: relative;
      background-size: cover;
      overflow: hidden;
      background-position: center;
      box-shadow: 0px 1px 0.25rem rgba(0, 0, 0, 0.3); }
      .onefm-admin.infringement-report .facility-filter .nav.nav-pills li .form-check {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10; }
        .onefm-admin.infringement-report .facility-filter .nav.nav-pills li .form-check .form-check-label {
          font-size: 1.5rem;
          font-weight: 700;
          position: absolute;
          background-color: rgba(0, 0, 0, 0.4);
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 0; }
        .onefm-admin.infringement-report .facility-filter .nav.nav-pills li .form-check .form-check-input {
          position: absolute;
          left: -1rem;
          top: -1rem;
          opacity: 0; }
          .onefm-admin.infringement-report .facility-filter .nav.nav-pills li .form-check .form-check-input:checked + .form-check-label {
            background-color: rgba(26, 132, 212, 0.8); }
  .onefm-admin.infringement-report .blocks-filter .form-check .form-check-label {
    font-size: 0.8125rem;
    font-weight: 500; }
  .onefm-admin.infringement-report .blocks-filter .form-check .form-check-input {
    position: absolute;
    left: -1rem;
    top: -1rem;
    opacity: 0; }
    .onefm-admin.infringement-report .blocks-filter .form-check .form-check-input:checked + .form-check-label::before {
      font-family: "Ionicons";
      content: "\f120";
      position: absolute;
      right: 0.25rem;
      bottom: 0.25rem;
      color: #00C153;
      line-height: 1;
      display: block;
      font-size: 1.125rem; }
  .onefm-admin.infringement-report .infringement-table .table thead th {
    font-size: .8125rem; }
    .onefm-admin.infringement-report .infringement-table .table thead th:first-of-type {
      min-width: 70px; }
    .onefm-admin.infringement-report .infringement-table .table thead th:nth-child(2) {
      min-width: 170px; }
    .onefm-admin.infringement-report .infringement-table .table thead th:nth-child(3) {
      min-width: 170px; }
    .onefm-admin.infringement-report .infringement-table .table thead th:nth-child(4) {
      min-width: 125px; }
    .onefm-admin.infringement-report .infringement-table .table thead th:nth-child(5) {
      min-width: 200px; }
    .onefm-admin.infringement-report .infringement-table .table thead th:nth-child(5) {
      min-width: 125px; }
    .onefm-admin.infringement-report .infringement-table .table thead th:last-of-type {
      width: 150px; }
  .onefm-admin.infringement-report .infringement-table .table tbody tr td {
    vertical-align: middle;
    /* .badge {
                   padding: 0.25rem 0.5rem;
                   font-size: 0.8125rem;
                   line-height: 1.5;
                   width: 10rem;
                   &.badge-primary {
                     background-color: $primary-color;
                   }
                   &.badge-success {
                     background-color: $primary-green;
                   }
                   &.badge-warning {
                     background-color: $primary-warning;
                     color: white;
                   }
                   &.badge-danger {
                     background-color: $danger-color;
                   }
                 } */ }
    .onefm-admin.infringement-report .infringement-table .table tbody tr td:nth-child(3) {
      /* span {
        &.badge {
          font-size: 13px;
          font-weight: 500;
        }
      } */ }

.card.personal-detail-card {
  width: 290px;
  background: #4859c7;
  background: -moz-linear-gradient(top, #4859c7 0%, rgba(33, 41, 92, 0.78) 54%, rgba(0, 0, 0, 0.78) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #4859c7), color-stop(54%, rgba(33, 41, 92, 0.78)), color-stop(100%, rgba(0, 0, 0, 0.78)));
  background: -webkit-linear-gradient(top, #4859c7 0%, rgba(33, 41, 92, 0.78) 54%, rgba(0, 0, 0, 0.78) 100%);
  background: -o-linear-gradient(top, #4859c7 0%, rgba(33, 41, 92, 0.78) 54%, rgba(0, 0, 0, 0.78) 100%);
  background: -ms-linear-gradient(top, #4859c7 0%, rgba(33, 41, 92, 0.78) 54%, rgba(0, 0, 0, 0.78) 100%);
  background: linear-gradient(to bottom, #4859c7 0%, rgba(33, 41, 92, 0.78) 54%, rgba(0, 0, 0, 0.78) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4859c7', endColorstr='#000000', GradientType=0 ); }
  .card.personal-detail-card .l-side p {
    font-size: 10px; }
  .card.personal-detail-card .r-side {
    font-size: 13px; }
  .card.personal-detail-card .temp {
    width: 200px;
    background: #568FE5;
    padding: 8px 19px; }
    .card.personal-detail-card .temp p {
      font-size: 11px; }
    .card.personal-detail-card .temp img {
      width: 15px; }
    .card.personal-detail-card .temp h3 {
      font-size: 25px; }

.tenant-img.access-detail-img .custom-file-upload, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-personal-information .access-detail-img.tenant-work-permit-img .custom-file-upload, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .access-detail-img.tenant-work-permit-img .custom-file-upload, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .access-detail-img.tenant-pass-front-img .custom-file-upload, .onefm-client.tenant-creation .tenant-information .tenant-personal-information .access-detail-img.tenant-work-permit-img .custom-file-upload {
  width: 38px !important;
  height: 38px !important; }
  .tenant-img.access-detail-img .custom-file-upload label, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-personal-information .access-detail-img.tenant-work-permit-img .custom-file-upload label, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .access-detail-img.tenant-work-permit-img .custom-file-upload label, .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .access-detail-img.tenant-pass-front-img .custom-file-upload label, .onefm-client.tenant-creation .tenant-information .tenant-personal-information .access-detail-img.tenant-work-permit-img .custom-file-upload label {
    color: #ffffff !important;
    font-size: 20px !important;
    background-color: #fc7373;
    max-width: 100%;
    font-weight: 700;
    cursor: pointer;
    padding: 4px 10px;
    border-radius: 50%;
    margin: 0 auto; }

.house-rule-tab li.nav-item:first-of-type .nav-link {
  background-color: #4E72D2;
  border-top-left-radius: 7px !important;
  border-top-right-radius: inherit !important;
  position: relative; }
  .house-rule-tab li.nav-item:first-of-type .nav-link:hover {
    border-color: transparent; }
    .house-rule-tab li.nav-item:first-of-type .nav-link:hover::after {
      content: '';
      position: absolute;
      width: 109px;
      height: 2px;
      background-color: #9FBBE9;
      top: auto;
      bottom: 10px;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .house-rule-tab li.nav-item:first-of-type .nav-link.active::after {
    content: '';
    position: absolute;
    width: 109px;
    height: 2px;
    background-color: #9FBBE9;
    top: auto;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto; }
.house-rule-tab li.nav-item:nth-of-type(2) .nav-link {
  background-color: #F3393C;
  border-top-right-radius: inherit !important;
  border-top-left-radius: inherit !important;
  position: relative; }
  .house-rule-tab li.nav-item:nth-of-type(2) .nav-link:hover {
    border-color: transparent; }
    .house-rule-tab li.nav-item:nth-of-type(2) .nav-link:hover::after {
      content: '';
      position: absolute;
      width: 109px;
      height: 2px;
      background-color: #F69E9F;
      top: auto;
      bottom: 10px;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .house-rule-tab li.nav-item:nth-of-type(2) .nav-link.active::after {
    content: '';
    position: absolute;
    width: 109px;
    height: 2px;
    background-color: #F69E9F;
    top: auto;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto; }
.house-rule-tab li.nav-item:nth-of-type(3) .nav-link {
  background-color: #71D33D;
  border-top-right-radius: 7px;
  border-top-left-radius: inherit;
  position: relative; }
  .house-rule-tab li.nav-item:nth-of-type(3) .nav-link:hover {
    border-color: transparent; }
    .house-rule-tab li.nav-item:nth-of-type(3) .nav-link:hover::after {
      content: '';
      position: absolute;
      width: 109px;
      height: 2px;
      background-color: #B7ED98;
      top: auto;
      bottom: 10px;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .house-rule-tab li.nav-item:nth-of-type(3) .nav-link.active::after {
    content: '';
    position: absolute;
    width: 109px;
    height: 2px;
    background-color: #B7ED98;
    top: auto;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto; }
.house-rule-tab li.nav-item .nav-link {
  padding: 9px 25px;
  font-weight: 600; }

.house-rule-content .tab-pane .card .figure {
  position: relative;
  width: 175px; }
  .house-rule-content .tab-pane .card .figure .fig-img {
    min-height: 140px;
    background: #e4e4e4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-position: center;
    background-size: 70px;
    background-repeat: no-repeat;
    background-image: url("/static/img/pdf.png"); }
  .house-rule-content .tab-pane .card .figure .action-panel {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    z-index: 5; }
    .house-rule-content .tab-pane .card .figure .action-panel .btn.btn-icon {
      padding: 0;
      width: 28px;
      height: 28px;
      font-size: 33px;
      background: white;
      position: relative;
      z-index: 10;
      border: none;
      color: white;
      border-radius: 50%; }
      .house-rule-content .tab-pane .card .figure .action-panel .btn.btn-icon:focus, .house-rule-content .tab-pane .card .figure .action-panel .btn.btn-icon:active {
        box-shadow: none;
        background: none;
        border: none;
        color: white; }
        .house-rule-content .tab-pane .card .figure .action-panel .btn.btn-icon:focus:focus, .house-rule-content .tab-pane .card .figure .action-panel .btn.btn-icon:active:focus {
          box-shadow: none; }
      .house-rule-content .tab-pane .card .figure .action-panel .btn.btn-icon i {
        line-height: 1;
        display: block;
        font-size: 22px; }
      .house-rule-content .tab-pane .card .figure .action-panel .btn.btn-icon + .btn-group {
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
        height: 28px;
        border-radius: 1rem;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        padding: 0 2rem 0 0.5rem;
        overflow: hidden;
        background: white;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s; }
        .house-rule-content .tab-pane .card .figure .action-panel .btn.btn-icon + .btn-group .btn {
          padding: 0 0.5rem;
          height: 2rem;
          line-height: 2rem;
          border: none;
          background: none;
          color: grey; }
          .house-rule-content .tab-pane .card .figure .action-panel .btn.btn-icon + .btn-group .btn:focus, .house-rule-content .tab-pane .card .figure .action-panel .btn.btn-icon + .btn-group .btn:active {
            box-shadow: none;
            background: none;
            border: none;
            color: grey; }
            .house-rule-content .tab-pane .card .figure .action-panel .btn.btn-icon + .btn-group .btn:focus:focus, .house-rule-content .tab-pane .card .figure .action-panel .btn.btn-icon + .btn-group .btn:active:focus {
              box-shadow: none; }
          .house-rule-content .tab-pane .card .figure .action-panel .btn.btn-icon + .btn-group .btn i {
            font-size: 16px;
            display: block; }
      .house-rule-content .tab-pane .card .figure .action-panel .btn.btn-icon.active {
        box-shadow: none;
        background: none;
        border: none;
        color: grey; }
        .house-rule-content .tab-pane .card .figure .action-panel .btn.btn-icon.active + .btn-group {
          transition: 0.2s;
          opacity: 1;
          visibility: visible; }
  .house-rule-content .tab-pane .card .figure .figure-caption {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-height: 82px; }
.house-rule-content .tab-pane .card .video-box .figure {
  width: 100% !important; }
  .house-rule-content .tab-pane .card .video-box .figure video {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
  .house-rule-content .tab-pane .card .video-box .figure .video-play-btn {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: calc(100% - 90px);
    background: transparent; }
    .house-rule-content .tab-pane .card .video-box .figure .video-play-btn img {
      width: 40px; }
  .house-rule-content .tab-pane .card .video-box .figure .figure-caption {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-height: 82px;
    background: #000000d4; }
.house-rule-content .tab-pane .card video::-webkit-media-controls {
  display: none; }
.house-rule-content .tab-pane .card .switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 25px; }
  .house-rule-content .tab-pane .card .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
    .house-rule-content .tab-pane .card .switch input:checked + .slider {
      background-color: #43B951; }
      .house-rule-content .tab-pane .card .switch input:checked + .slider:before {
        -webkit-transform: translateX(21px);
        -ms-transform: translateX(21px);
        transform: translateX(21px); }
    .house-rule-content .tab-pane .card .switch input:focus + .slider {
      box-shadow: 0 0 1px #2196F3; }
  .house-rule-content .tab-pane .card .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }
    .house-rule-content .tab-pane .card .switch .slider:before {
      position: absolute;
      content: "";
      height: 18px;
      width: 18px;
      left: 3px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s; }
    .house-rule-content .tab-pane .card .switch .slider.round {
      border-radius: 34px; }
      .house-rule-content .tab-pane .card .switch .slider.round:before {
        border-radius: 50%; }
.house-rule-content .tab-pane .card .mce-statusbar {
  display: none !important; }

.flagstrap .dropdown-menu {
  overflow: auto;
  padding: 0 10px; }

.home-sidebar-nav-left {
  background-color: #1a84d4;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  bottom: 0;
  width: 21rem;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(0);
  transition: 0.5s; }
  @media (max-width: 767.98px) {
    .home-sidebar-nav-left {
      transform: translateX(-100%);
      transition: 0.5s; } }
  .home-sidebar-nav-left .nav.primary-nav {
    padding: 1.5rem 0 0 0; }
    .home-sidebar-nav-left .nav.primary-nav .nav-item .nav-link {
      color: white;
      font-weight: 700;
      padding: 1.8rem 1rem 1rem;
      font-size: 0.9125rem;
      border-bottom: 2px solid #268dda;
      text-decoration: none; }
      .home-sidebar-nav-left .nav.primary-nav .nav-item .nav-link .ion-chevron-right {
        position: absolute;
        right: 1rem; }
      .home-sidebar-nav-left .nav.primary-nav .nav-item .nav-link img {
        position: relative;
        bottom: 1.2rem;
        width: 15px;
        height: 15px; }
        .home-sidebar-nav-left .nav.primary-nav .nav-item .nav-link img:first-of-type {
          display: none; }
        .home-sidebar-nav-left .nav.primary-nav .nav-item .nav-link img:last-of-type {
          display: block; }
      .home-sidebar-nav-left .nav.primary-nav .nav-item .nav-link.active {
        background-color: white;
        color: #1a84d4; }
        .home-sidebar-nav-left .nav.primary-nav .nav-item .nav-link.active img:first-of-type {
          display: block; }
        .home-sidebar-nav-left .nav.primary-nav .nav-item .nav-link.active img:last-of-type {
          display: none; }
      .home-sidebar-nav-left .nav.primary-nav .nav-item .nav-link .text h5 {
        font-size: 17px; }
      .home-sidebar-nav-left .nav.primary-nav .nav-item .nav-link .text p {
        font-size: 11px;
        font-weight: 400; }

.onefm-admin-view {
  overflow: hidden;
  min-height: 100%; }
  @media (min-width: 768px) {
    .onefm-admin-view.home {
      padding-left: 20.4rem;
      transition: 0.5s;
      padding-top: 1rem; } }
  @media (max-width: 768px) {
    .onefm-admin-view.home {
      padding-top: 1rem; } }
  .onefm-admin-view.home .onefm-home {
    padding: 0rem 2rem 1rem 2rem; }
    .onefm-admin-view.home .onefm-home .mes-logo img {
      width: 110px; }
    .onefm-admin-view.home .onefm-home .mes-logo .btn {
      font-size: 2rem;
      color: #1a3a82; }
    .onefm-admin-view.home .onefm-home .card .text-center {
      width: 250px;
      height: 260px;
      transition: 0.5s; }
      .onefm-admin-view.home .onefm-home .card .text-center:hover {
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
      .onefm-admin-view.home .onefm-home .card .text-center a {
        text-decoration: none; }
        .onefm-admin-view.home .onefm-home .card .text-center a h4 {
          font-size: 20px; }
        .onefm-admin-view.home .onefm-home .card .text-center a img {
          width: 130px; }
        .onefm-admin-view.home .onefm-home .card .text-center a .notification-badge {
          top: 5px;
          right: 0px !important;
          left: 75px !important;
          margin: 0px auto;
          width: 28px;
          height: 28px;
          font-size: 0.8125rem; }

.home-side-bar {
  opacity: 1 !important;
  height: 100%;
  margin-bottom: .6rem;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  background-color: #fff;
  color: #474747;
  transition: 0.5s;
  box-shadow: -1px -3px 16px rgba(66, 66, 66, 0.32);
  transform: translate(304px, 0px);
  width: 300px; }
  .home-side-bar.open {
    transform: translate(0, 0) !important; }
  @media (max-width: 575.98px) {
    .home-side-bar {
      transform: translate(288px, 0px); } }
  .home-side-bar .overflow {
    overflow-x: hidden;
    height: 100%; }
    .home-side-bar .overflow .sidebar-header h3 {
      font-size: 1.125rem;
      color: #474747; }
    .home-side-bar .overflow .sidebar-header button {
      color: #474747;
      cursor: pointer; }
    .home-side-bar .overflow .sidebar-body {
      height: 100%; }
      .home-side-bar .overflow .sidebar-body .img-checkbox {
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: .9rem; }
        .home-side-bar .overflow .sidebar-body .img-checkbox label {
          margin-bottom: 0; }
          .home-side-bar .overflow .sidebar-body .img-checkbox label img {
            cursor: pointer;
            height: 120px;
            width: 256px;
            border-radius: 5px;
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); }
        .home-side-bar .overflow .sidebar-body .img-checkbox input[type=checkbox] {
          display: none; }
        .home-side-bar .overflow .sidebar-body .img-checkbox label:before {
          cursor: pointer;
          content: url("/static/icons/stroke.png");
          position: absolute;
          z-index: 100;
          margin-top: 8px;
          margin-left: 8px; }
        .home-side-bar .overflow .sidebar-body .img-checkbox :checked + label:before {
          content: url("/static/icons/tick.png"); }
  .home-side-bar .btn-right {
    top: 0;
    left: -50px;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    background: url(/static/icons/sidebar.png);
    background-position: center;
    width: 50px;
    background-repeat: no-repeat;
    background-size: contain; }
    .home-side-bar .btn-right .btn {
      font-size: 25px;
      cursor: pointer; }
      .home-side-bar .btn-right .btn.close-btn {
        display: none; }

.logout-btn {
  -webkit-appearance: none !important; }

.onefm-admin.passports {
  padding: 1rem 1rem 1rem 1rem;
  /* .badge {
    padding: 0.25rem 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    width: 10rem;
    &.badge-primary {
      background-color: $primary-color;
    }
    &.badge-success {
      background-color: $primary-green;
    }
    &.badge-warning {
      background-color: $primary-warning;
      color: white;
    }
    &.badge-danger {
      background-color: $danger-color;
    }
  } */ }
  .onefm-admin.passports .client-head h3 {
    font-size: 1.3125rem; }
  .onefm-admin.passports .client-head .input-group {
    width: 270px; }
    @media (max-width: 575.98px) {
      .onefm-admin.passports .client-head .input-group {
        width: 100%; } }
    .onefm-admin.passports .client-head .input-group .form-control {
      font-size: 0.8125rem; }
  .onefm-admin.passports .card {
    font-size: 0.8125rem; }
    @media (max-width: 575.98px) {
      .onefm-admin.passports .card .admin-client-table .table {
        min-width: 1010px; } }
    .onefm-admin.passports .card .admin-client-table .table thead th {
      font-size: .8125rem; }
      .onefm-admin.passports .card .admin-client-table .table thead th:first-of-type {
        min-width: 45px; }
      .onefm-admin.passports .card .admin-client-table .table thead th:last-of-type {
        width: 180px; }
    .onefm-admin.passports .card .admin-client-table .table tbody tr td {
      vertical-align: middle; }
      .onefm-admin.passports .card .admin-client-table .table tbody tr td .rating {
        margin: 0px 8px; }
        .onefm-admin.passports .card .admin-client-table .table tbody tr td .rating label {
          margin-bottom: 0px; }
  .onefm-admin.passports .facility-filter .nav.nav-pills {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: .8rem;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto; }
    .onefm-admin.passports .facility-filter .nav.nav-pills li {
      height: 5rem;
      width: 256px;
      min-width: 256px;
      background-color: gainsboro;
      float: left;
      margin-right: 1rem;
      border-radius: 0.25rem;
      position: relative;
      background-size: cover;
      overflow: hidden;
      background-position: center;
      box-shadow: 0px 1px 0.25rem rgba(0, 0, 0, 0.3); }
      .onefm-admin.passports .facility-filter .nav.nav-pills li .form-check {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10; }
        .onefm-admin.passports .facility-filter .nav.nav-pills li .form-check .form-check-label {
          font-size: 1.5rem;
          font-weight: 700;
          position: absolute;
          background-color: rgba(0, 0, 0, 0.4);
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 0; }
        .onefm-admin.passports .facility-filter .nav.nav-pills li .form-check .form-check-input {
          position: absolute;
          left: -1rem;
          top: -1rem;
          opacity: 0; }
          .onefm-admin.passports .facility-filter .nav.nav-pills li .form-check .form-check-input:checked + .form-check-label {
            background-color: rgba(26, 132, 212, 0.8); }
  .onefm-admin.passports .blocks-filter .form-check .form-check-label {
    font-size: 0.8125rem;
    font-weight: 500; }
  .onefm-admin.passports .blocks-filter .form-check .form-check-input {
    position: absolute;
    left: -1rem;
    top: -1rem;
    opacity: 0; }
    .onefm-admin.passports .blocks-filter .form-check .form-check-input:checked + .form-check-label::before {
      font-family: "Ionicons";
      content: "\f120";
      position: absolute;
      right: 0.25rem;
      bottom: 0.25rem;
      color: #00C153;
      line-height: 1;
      display: block;
      font-size: 1.125rem; }
  .onefm-admin.passports .blocks-filter .form-check.white-form-check .form-check-input:checked + .form-check-label::before {
    color: #fff !important; }
  .onefm-admin.passports .custom-file-upload {
    left: 0;
    right: 0;
    margin: auto !important;
    top: 0;
    bottom: 0;
    display: inline-table;
    width: 38px;
    z-index: 10; }
    .onefm-admin.passports .custom-file-upload .inputfile {
      width: 0.1px;
      height: 0.1px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1; }
      .onefm-admin.passports .custom-file-upload .inputfile + label {
        color: #f1e5e6;
        background-color: #f5445aa3;
        max-width: 100%;
        font-size: 1.25rem;
        font-weight: 700;
        cursor: pointer;
        padding: 4px 10px;
        border-radius: 50%;
        margin: 0 auto; }
  .onefm-admin.passports .thumbnail {
    height: 9.375rem;
    overflow: hidden; }
    .onefm-admin.passports .thumbnail img {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      margin: auto; }
    .onefm-admin.passports .thumbnail .overlay {
      position: absolute;
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 1;
      cursor: pointer; }
    .onefm-admin.passports .thumbnail .count {
      width: 2.5rem;
      height: 2.5rem;
      background-color: white;
      color: #1a84d4;
      font-weight: 700;
      font-size: 1.25rem;
      position: absolute;
      left: 0.5rem;
      bottom: 0.5rem;
      z-index: 5; }
    .onefm-admin.passports .thumbnail .action-panel {
      position: absolute;
      right: 0.5rem;
      top: 0.5rem;
      z-index: 5; }
      .onefm-admin.passports .thumbnail .action-panel .btn.btn-icon {
        padding: 0;
        width: 2rem;
        height: 2rem;
        font-size: 1.5rem;
        background: none;
        position: relative;
        z-index: 10;
        border: none;
        color: white; }
        .onefm-admin.passports .thumbnail .action-panel .btn.btn-icon:focus, .onefm-admin.passports .thumbnail .action-panel .btn.btn-icon:active {
          box-shadow: none;
          background: none;
          border: none;
          color: white; }
          .onefm-admin.passports .thumbnail .action-panel .btn.btn-icon:focus:focus, .onefm-admin.passports .thumbnail .action-panel .btn.btn-icon:active:focus {
            box-shadow: none; }
        .onefm-admin.passports .thumbnail .action-panel .btn.btn-icon i {
          line-height: 1;
          display: block; }
        .onefm-admin.passports .thumbnail .action-panel .btn.btn-icon + .btn-group {
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
          height: 2rem;
          border-radius: 1rem;
          position: absolute;
          right: 0;
          top: 0;
          z-index: 1;
          padding: 0 2rem 0 0.5rem;
          overflow: hidden;
          background: white;
          opacity: 0;
          visibility: hidden;
          transition: 0.5s; }
          .onefm-admin.passports .thumbnail .action-panel .btn.btn-icon + .btn-group .btn {
            padding: 0 0.5rem;
            height: 2rem;
            line-height: 2rem;
            border: none;
            background: none;
            color: #9099B0; }
            .onefm-admin.passports .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:focus, .onefm-admin.passports .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:active {
              box-shadow: none;
              background: none;
              border: none;
              color: #9099B0; }
              .onefm-admin.passports .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:focus:focus, .onefm-admin.passports .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:active:focus {
                box-shadow: none; }
            .onefm-admin.passports .thumbnail .action-panel .btn.btn-icon + .btn-group .btn i {
              font-size: 1rem;
              display: block; }
        .onefm-admin.passports .thumbnail .action-panel .btn.btn-icon.active {
          box-shadow: none;
          background: none;
          border: none;
          color: #9099B0; }
          .onefm-admin.passports .thumbnail .action-panel .btn.btn-icon.active + .btn-group {
            transition: 0.2s;
            opacity: 1;
            visibility: visible; }
    .onefm-admin.passports .thumbnail.upload {
      border: dashed 2px #ddd;
      height: 100%;
      color: #ddd; }
      .onefm-admin.passports .thumbnail.upload i {
        font-size: 5rem;
        display: block;
        line-height: 1; }
      .onefm-admin.passports .thumbnail.upload input[type="file"] {
        position: absolute;
        left: 0;
        font-size: 0;
        cursor: pointer;
        z-index: 5;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0; }
.onefm-admin.clients {
  /* .badge {
      padding: 0.25rem 0.5rem;
      font-size: 0.8125rem;
      line-height: 1.5;
      width: 10rem;
      &.badge-primary {
        background-color: $primary-color;
      }
      &.badge-success {
        background-color: $primary-green;
      }
      &.badge-warning {
        background-color: $primary-warning;
        color: white;
      }
      &.badge-danger {
        background-color: $danger-color;
      }
    } */ }
.onefm-admin.new-passport {
  padding: 1rem 1rem 1rem 1rem;
  font-size: 0.8125rem;
  /* .badge {
    padding: 0.375rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    &.badge-primary {
      background-color: $primary-color;
    }
    &.badge-success {
      background-color: $primary-green;
    }
    &.badge-warning {
      background-color: $primary-warning;
      color: white;
    }
    &.badge-danger {
      background-color: $danger-color;
    }
  } */ }
  .onefm-admin.new-passport .custom-file-upload {
    left: 0;
    right: 0;
    margin: auto !important;
    top: 0;
    bottom: 0;
    display: inline-table;
    width: 38px;
    z-index: 10; }
    .onefm-admin.new-passport .custom-file-upload .inputfile {
      width: 0.1px;
      height: 0.1px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1; }
      .onefm-admin.new-passport .custom-file-upload .inputfile + label {
        color: #f1e5e6;
        background-color: #f5445aa3;
        max-width: 100%;
        font-size: 1.25rem;
        font-weight: 700;
        cursor: pointer;
        padding: 4px 10px;
        border-radius: 50%;
        margin: 0 auto; }
  .onefm-admin.new-passport .passport-img {
    position: relative;
    background-size: cover;
    background-position: center;
    width: 310px;
    height: 190px; }
    @media (max-width: 768px) {
      .onefm-admin.new-passport .passport-img {
        width: 100%;
        height: auto;
        max-width: 310px;
        max-height: 190px;
        min-height: 190px; }
        .onefm-admin.new-passport .passport-img img {
          width: 100%;
          height: auto;
          max-width: 310px;
          max-height: 190px;
          min-height: 190px; } }
    .onefm-admin.new-passport .passport-img img {
      width: 100%;
      height: auto;
      max-width: 310px;
      max-height: 190px;
      min-height: 190px; }
  .onefm-admin.new-passport .select2-container .select2-selection--single {
    height: 2.375rem; }
    .onefm-admin.new-passport .select2-container .select2-selection--single .select2-selection__rendered {
      padding-left: 0.75rem;
      color: #495588; }
  .onefm-admin.new-passport .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.375rem; }
  .onefm-admin.new-passport .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.25rem;
    display: none; }
  .onefm-admin.new-passport .img-thumbnail.signature {
    width: 19rem;
    height: 10rem; }
    .onefm-admin.new-passport .img-thumbnail.signature img {
      max-width: 100%;
      max-height: 100%;
      margin: auto;
      display: block; }

.onefm-admin.new-asset {
  padding: 1rem 1rem 1rem 1rem;
  font-size: 0.8125rem;
  /* .badge {
    padding: 0.375rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    &.badge-primary {
      background-color: $primary-color;
    }
    &.badge-success {
      background-color: $primary-green;
    }
    &.badge-warning {
      background-color: $primary-warning;
      color: white;
    }
    &.badge-danger {
      background-color: $danger-color;
    }
  } */ }
  .onefm-admin.new-asset .custom-file-upload {
    left: 0;
    right: 0;
    margin: auto !important;
    top: 0;
    bottom: 0;
    display: inline-table;
    width: 38px;
    z-index: 10; }
    .onefm-admin.new-asset .custom-file-upload .inputfile {
      width: 0.1px;
      height: 0.1px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1; }
      .onefm-admin.new-asset .custom-file-upload .inputfile + label {
        color: #f1e5e6;
        background-color: #f5445aa3;
        max-width: 100%;
        font-size: 1.25rem;
        font-weight: 700;
        cursor: pointer;
        padding: 4px 10px;
        border-radius: 50%;
        margin: 0 auto; }
  .onefm-admin.new-asset .passport-img {
    position: relative;
    width: 310px;
    height: 190px; }
    @media (max-width: 768px) {
      .onefm-admin.new-asset .passport-img {
        width: 100%;
        height: auto;
        max-width: 310px;
        max-height: 190px;
        min-height: 190px; }
        .onefm-admin.new-asset .passport-img img {
          width: 100%;
          height: auto;
          max-width: 310px;
          max-height: 190px;
          min-height: 190px; } }
    .onefm-admin.new-asset .passport-img img {
      width: 100%;
      height: auto;
      max-width: 310px;
      max-height: 190px;
      min-height: 190px; }
  .onefm-admin.new-asset .select2-dropdown {
    z-index: 800; }
  .onefm-admin.new-asset .select2-container .select2-selection--single {
    height: 2.375rem; }
    .onefm-admin.new-asset .select2-container .select2-selection--single .select2-selection__rendered {
      padding-left: 0.75rem;
      color: #495588; }
  .onefm-admin.new-asset .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.375rem; }
  .onefm-admin.new-asset .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.25rem;
    display: none; }
  .onefm-admin.new-asset .img-thumbnail.signature {
    width: 19rem;
    height: 10rem; }
    .onefm-admin.new-asset .img-thumbnail.signature img {
      max-width: 100%;
      max-height: 100%;
      margin: auto;
      display: block; }
  .onefm-admin.new-asset .thumbnail {
    height: 9.375rem;
    overflow: hidden; }
    .onefm-admin.new-asset .thumbnail img {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      margin: auto; }
    .onefm-admin.new-asset .thumbnail .overlay {
      position: absolute;
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 1;
      cursor: pointer; }
    .onefm-admin.new-asset .thumbnail .count {
      width: 2.5rem;
      height: 2.5rem;
      background-color: white;
      color: #1a84d4;
      font-weight: 700;
      font-size: 1.25rem;
      position: absolute;
      left: 0.5rem;
      bottom: 0.5rem;
      z-index: 5; }
    .onefm-admin.new-asset .thumbnail .action-panel {
      position: absolute;
      right: 0.5rem;
      top: 0.5rem;
      z-index: 5; }
      .onefm-admin.new-asset .thumbnail .action-panel .btn.btn-icon {
        padding: 0;
        width: 2rem;
        height: 2rem;
        font-size: 1.5rem;
        background: none;
        position: relative;
        z-index: 10;
        border: none;
        color: white; }
        .onefm-admin.new-asset .thumbnail .action-panel .btn.btn-icon:focus, .onefm-admin.new-asset .thumbnail .action-panel .btn.btn-icon:active {
          box-shadow: none;
          background: none;
          border: none;
          color: white; }
          .onefm-admin.new-asset .thumbnail .action-panel .btn.btn-icon:focus:focus, .onefm-admin.new-asset .thumbnail .action-panel .btn.btn-icon:active:focus {
            box-shadow: none; }
        .onefm-admin.new-asset .thumbnail .action-panel .btn.btn-icon i {
          line-height: 1;
          display: block; }
        .onefm-admin.new-asset .thumbnail .action-panel .btn.btn-icon + .btn-group {
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
          height: 2rem;
          border-radius: 1rem;
          position: absolute;
          right: 0;
          top: 0;
          z-index: 1;
          padding: 0 2rem 0 0.5rem;
          overflow: hidden;
          background: white;
          opacity: 0;
          visibility: hidden;
          transition: 0.5s; }
          .onefm-admin.new-asset .thumbnail .action-panel .btn.btn-icon + .btn-group .btn {
            padding: 0 0.5rem;
            height: 2rem;
            line-height: 2rem;
            border: none;
            background: none;
            color: #9099B0; }
            .onefm-admin.new-asset .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:focus, .onefm-admin.new-asset .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:active {
              box-shadow: none;
              background: none;
              border: none;
              color: #9099B0; }
              .onefm-admin.new-asset .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:focus:focus, .onefm-admin.new-asset .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:active:focus {
                box-shadow: none; }
            .onefm-admin.new-asset .thumbnail .action-panel .btn.btn-icon + .btn-group .btn i {
              font-size: 1rem;
              display: block; }
        .onefm-admin.new-asset .thumbnail .action-panel .btn.btn-icon.active {
          box-shadow: none;
          background: none;
          border: none;
          color: #9099B0; }
          .onefm-admin.new-asset .thumbnail .action-panel .btn.btn-icon.active + .btn-group {
            transition: 0.2s;
            opacity: 1;
            visibility: visible; }
    .onefm-admin.new-asset .thumbnail.upload {
      border: dashed 2px #ddd;
      height: 100%;
      color: #ddd; }
      .onefm-admin.new-asset .thumbnail.upload i {
        font-size: 5rem;
        display: block;
        line-height: 1; }
      .onefm-admin.new-asset .thumbnail.upload input[type="file"] {
        position: absolute;
        left: 0;
        font-size: 0;
        cursor: pointer;
        z-index: 5;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0; }
.onefm-admin .amount-view {
  width: 310px;
  float: right;
  height: 68px;
  border: solid 1px #1a84d4;
  color: #1a84d4;
  display: flex;
  align-items: center;
  justify-content: center; }
  .onefm-admin .amount-view .amount-view-in {
    display: flex;
    align-items: center;
    justify-content: center; }
    .onefm-admin .amount-view .amount-view-in label {
      margin-right: .5rem;
      font-weight: 500; }
    .onefm-admin .amount-view .amount-view-in label, .onefm-admin .amount-view .amount-view-in h2 {
      margin-bottom: 0; }
.onefm-admin.incident-create {
  padding: 1rem; }
  .onefm-admin.incident-create .thumbnail {
    height: 9.375rem;
    overflow: hidden; }
    .onefm-admin.incident-create .thumbnail img {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      margin: auto; }
    .onefm-admin.incident-create .thumbnail .overlay {
      position: absolute;
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 1; }
    .onefm-admin.incident-create .thumbnail .count {
      width: 2.5rem;
      height: 2.5rem;
      background-color: white;
      color: #1a84d4;
      font-weight: 700;
      font-size: 1.25rem;
      position: absolute;
      left: 0.5rem;
      bottom: 0.5rem;
      z-index: 5; }
    .onefm-admin.incident-create .thumbnail .action-panel {
      position: absolute;
      right: 0.5rem;
      top: 0.5rem;
      z-index: 5; }
      .onefm-admin.incident-create .thumbnail .action-panel .btn.btn-icon {
        padding: 0;
        width: 2rem;
        height: 2rem;
        font-size: 1.5rem;
        background: none;
        position: relative;
        z-index: 10;
        border: none;
        color: white; }
        .onefm-admin.incident-create .thumbnail .action-panel .btn.btn-icon:focus, .onefm-admin.incident-create .thumbnail .action-panel .btn.btn-icon:active {
          box-shadow: none;
          background: none;
          border: none;
          color: white; }
          .onefm-admin.incident-create .thumbnail .action-panel .btn.btn-icon:focus:focus, .onefm-admin.incident-create .thumbnail .action-panel .btn.btn-icon:active:focus {
            box-shadow: none; }
        .onefm-admin.incident-create .thumbnail .action-panel .btn.btn-icon i {
          line-height: 1;
          display: block; }
        .onefm-admin.incident-create .thumbnail .action-panel .btn.btn-icon + .btn-group {
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
          height: 2rem;
          border-radius: 1rem;
          position: absolute;
          right: 0;
          top: 0;
          z-index: 1;
          padding: 0 2rem 0 0.5rem;
          overflow: hidden;
          background: white;
          opacity: 0;
          visibility: hidden;
          transition: 0.5s; }
          .onefm-admin.incident-create .thumbnail .action-panel .btn.btn-icon + .btn-group .btn {
            padding: 0 0.5rem;
            height: 2rem;
            line-height: 2rem;
            border: none;
            background: none;
            color: #9099B0; }
            .onefm-admin.incident-create .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:focus, .onefm-admin.incident-create .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:active {
              box-shadow: none;
              background: none;
              border: none;
              color: #9099B0; }
              .onefm-admin.incident-create .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:focus:focus, .onefm-admin.incident-create .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:active:focus {
                box-shadow: none; }
            .onefm-admin.incident-create .thumbnail .action-panel .btn.btn-icon + .btn-group .btn i {
              font-size: 1rem;
              display: block; }
        .onefm-admin.incident-create .thumbnail .action-panel .btn.btn-icon.active {
          box-shadow: none;
          background: none;
          border: none;
          color: #9099B0; }
          .onefm-admin.incident-create .thumbnail .action-panel .btn.btn-icon.active + .btn-group {
            transition: 0.2s;
            opacity: 1;
            visibility: visible; }
    .onefm-admin.incident-create .thumbnail.upload {
      border: dashed 2px #ddd;
      height: 100%;
      color: #ddd; }
      .onefm-admin.incident-create .thumbnail.upload i {
        font-size: 5rem;
        display: block;
        line-height: 1; }
      .onefm-admin.incident-create .thumbnail.upload input[type="file"] {
        position: absolute;
        left: 0;
        font-size: 0;
        cursor: pointer;
        z-index: 5;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0; }

.onefm-admin.service-requests {
  padding: 1rem 1rem 1rem 1rem;
  /* .badge {
    padding: 0.25rem 1rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    font-weight: 400;
    min-width: 6rem;
    &.badge-primary {
      background-color: $primary-color;
    }
    &.badge-success {
      background-color: $primary-green;
    }
    &.badge-warning {
      background-color: $primary-warning;
      color: white;
    }
    &.badge-danger {
      background-color: $danger-color;
    }
    &.badge-outline {
      background: none;
      &.badge-primary {
        border: solid 1px $primary-color;
        color: $primary-color;
      }
      &.badge-success {
        border: solid 1px $primary-green;
        color: $primary-green;
      }
      &.badge-warning {
        border: solid 1px $primary-warning;
        color: $primary-warning;
      }
      &.badge-danger {
        border: solid 1px $danger-color;
        color: $danger-color;
      }
    }
  } */ }
  .onefm-admin.service-requests .client-head h3 {
    font-size: 1.3125rem; }
  .onefm-admin.service-requests .client-head .input-group {
    width: 270px; }
    @media (max-width: 575.98px) {
      .onefm-admin.service-requests .client-head .input-group {
        width: 100%; } }
    .onefm-admin.service-requests .client-head .input-group .form-control {
      font-size: 0.8125rem; }
  .onefm-admin.service-requests .card .onfb-service-requests-table .table thead th {
    font-size: .8125rem; }
    .onefm-admin.service-requests .card .onfb-service-requests-table .table thead th:first-of-type {
      max-width: 3.5rem; }
    .onefm-admin.service-requests .card .onfb-service-requests-table .table thead th:nth-of-type(2) {
      min-width: 8rem; }
    .onefm-admin.service-requests .card .onfb-service-requests-table .table thead th:nth-of-type(3) {
      min-width: 8rem; }
    .onefm-admin.service-requests .card .onfb-service-requests-table .table thead th:nth-of-type(4) {
      min-width: 8rem; }
    .onefm-admin.service-requests .card .onfb-service-requests-table .table thead th:nth-of-type(5) {
      min-width: 8rem; }
    .onefm-admin.service-requests .card .onfb-service-requests-table .table thead th:nth-of-type(8) {
      min-width: 7.75rem; }
    .onefm-admin.service-requests .card .onfb-service-requests-table .table thead th:last-of-type {
      min-width: 6rem; }
  .onefm-admin.service-requests .card .onfb-service-requests-table .table tbody tr td {
    vertical-align: middle; }
    .onefm-admin.service-requests .card .onfb-service-requests-table .table tbody tr td .rating {
      margin: 0px 8px; }
      .onefm-admin.service-requests .card .onfb-service-requests-table .table tbody tr td .rating label {
        margin-bottom: 0px; }
  .onefm-admin.service-requests .card .onfb-service-requests-table .table .multiselect-container {
    max-height: 227px !important; }
  .onefm-admin.service-requests .card .nav.nav-tabs .nav-item .nav-link.active {
    border: none;
    background-color: #1a84d4;
    color: #FFF !important; }
  .onefm-admin.service-requests .facility-filter .nav.nav-pills {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: .8rem;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto; }
    .onefm-admin.service-requests .facility-filter .nav.nav-pills li {
      height: 5rem;
      width: 256px;
      min-width: 256px;
      background-color: gainsboro;
      float: left;
      margin-right: 1rem;
      border-radius: 0.25rem;
      position: relative;
      background-size: cover;
      overflow: hidden;
      background-position: center;
      box-shadow: 0px 1px 0.25rem rgba(0, 0, 0, 0.3); }
      .onefm-admin.service-requests .facility-filter .nav.nav-pills li .form-check {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10; }
        .onefm-admin.service-requests .facility-filter .nav.nav-pills li .form-check .form-check-label {
          font-size: 1.5rem;
          font-weight: 700;
          position: absolute;
          background-color: rgba(0, 0, 0, 0.4);
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 0; }
        .onefm-admin.service-requests .facility-filter .nav.nav-pills li .form-check .form-check-input {
          position: absolute;
          left: -1rem;
          top: -1rem;
          opacity: 0; }
          .onefm-admin.service-requests .facility-filter .nav.nav-pills li .form-check .form-check-input:checked + .form-check-label {
            background-color: rgba(26, 132, 212, 0.8); }
  .onefm-admin.service-requests .blocks-filter .form-check .form-check-label {
    font-size: 0.8125rem;
    font-weight: 500; }
  .onefm-admin.service-requests .blocks-filter .form-check .form-check-input {
    position: absolute;
    left: -1rem;
    top: -1rem;
    opacity: 0; }
    .onefm-admin.service-requests .blocks-filter .form-check .form-check-input:checked + .form-check-label::before {
      font-family: "Ionicons";
      content: "\f120";
      position: absolute;
      right: 0.25rem;
      bottom: 0.25rem;
      color: #00C153;
      line-height: 1;
      display: block;
      font-size: 1.125rem; }
.onefm-admin.payment-notice {
  padding: 1rem 1rem 1rem 1rem; }
  .onefm-admin.payment-notice .client-head h3 {
    font-size: 1.3125rem; }
  .onefm-admin.payment-notice .client-head .input-group {
    width: 270px; }
    @media (max-width: 575.98px) {
      .onefm-admin.payment-notice .client-head .input-group {
        width: 100%; } }
    .onefm-admin.payment-notice .client-head .input-group .form-control {
      font-size: 0.8125rem; }
  .onefm-admin.payment-notice .card .onfb-payment-notice-table .table thead th {
    font-size: .8125rem; }
    .onefm-admin.payment-notice .card .onfb-payment-notice-table .table thead th:first-of-type {
      min-width: 4rem; }
    .onefm-admin.payment-notice .card .onfb-payment-notice-table .table thead th:nth-of-type(2) {
      min-width: 6rem; }
    .onefm-admin.payment-notice .card .onfb-payment-notice-table .table thead th:nth-of-type(3) {
      min-width: 6rem; }
    .onefm-admin.payment-notice .card .onfb-payment-notice-table .table thead th:nth-of-type(4) {
      min-width: 6rem; }
    .onefm-admin.payment-notice .card .onfb-payment-notice-table .table thead th:nth-of-type(5) {
      min-width: 7rem; }
    .onefm-admin.payment-notice .card .onfb-payment-notice-table .table thead th:nth-of-type(6) {
      min-width: 7.75rem; }
    .onefm-admin.payment-notice .card .onfb-payment-notice-table .table thead th:last-of-type {
      min-width: 6rem; }
  .onefm-admin.payment-notice .card .onfb-payment-notice-table .table tbody tr td {
    vertical-align: middle; }
    .onefm-admin.payment-notice .card .onfb-payment-notice-table .table tbody tr td .rating {
      margin: 0px 8px; }
      .onefm-admin.payment-notice .card .onfb-payment-notice-table .table tbody tr td .rating label {
        margin-bottom: 0px; }
  .onefm-admin.payment-notice .card .onfb-payment-notice-table .table .multiselect-container {
    max-height: 227px !important; }
  .onefm-admin.payment-notice .card .nav.nav-tabs .nav-item .nav-link.active {
    border: none;
    background-color: #1a84d4;
    color: #FFF !important; }
  .onefm-admin.payment-notice .facility-filter .nav.nav-pills {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: .8rem;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto; }
    .onefm-admin.payment-notice .facility-filter .nav.nav-pills li {
      height: 5rem;
      width: 256px;
      min-width: 256px;
      background-color: gainsboro;
      float: left;
      margin-right: 1rem;
      border-radius: 0.25rem;
      position: relative;
      background-size: cover;
      overflow: hidden;
      background-position: center;
      box-shadow: 0px 1px 0.25rem rgba(0, 0, 0, 0.3); }
      .onefm-admin.payment-notice .facility-filter .nav.nav-pills li .form-check {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10; }
        .onefm-admin.payment-notice .facility-filter .nav.nav-pills li .form-check .form-check-label {
          font-size: 1.5rem;
          font-weight: 700;
          position: absolute;
          background-color: rgba(0, 0, 0, 0.4);
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 0; }
        .onefm-admin.payment-notice .facility-filter .nav.nav-pills li .form-check .form-check-input {
          position: absolute;
          left: -1rem;
          top: -1rem;
          opacity: 0; }
          .onefm-admin.payment-notice .facility-filter .nav.nav-pills li .form-check .form-check-input:checked + .form-check-label {
            background-color: rgba(26, 132, 212, 0.8); }
  .onefm-admin.payment-notice .blocks-filter .form-check .form-check-label {
    font-size: 0.8125rem;
    font-weight: 500; }
  .onefm-admin.payment-notice .blocks-filter .form-check .form-check-input {
    position: absolute;
    left: -1rem;
    top: -1rem;
    opacity: 0; }
    .onefm-admin.payment-notice .blocks-filter .form-check .form-check-input:checked + .form-check-label::before {
      font-family: "Ionicons";
      content: "\f120";
      position: absolute;
      right: 0.25rem;
      bottom: 0.25rem;
      color: #00C153;
      line-height: 1;
      display: block;
      font-size: 1.125rem; }

.onefm-admin.reports {
  padding: 1rem; }
  .onefm-admin.reports .client-head h3 {
    font-size: 1.3125rem; }
  .onefm-admin.reports .client-head .input-group {
    width: 270px; }
    @media (max-width: 575.98px) {
      .onefm-admin.reports .client-head .input-group {
        width: 100%; } }
    .onefm-admin.reports .client-head .input-group .form-control {
      font-size: 0.8125rem; }
  .onefm-admin.reports .card-deck .card .card-body .card-title {
    color: #33256F;
    font-size: .9375rem; }
  .onefm-admin.reports .card-deck .card .card-body h2 {
    font-size: 3rem;
    color: #633CE3; }
  .onefm-admin.reports .card-deck .card .card-body p {
    font-size: 12px;
    color: #D5D5D5; }
  .onefm-admin.reports .chart-section .card .card-header h4 {
    font-size: 1.3rem;
    color: #33256F; }
  .onefm-admin.reports .chart-section .card .card-header select {
    border-radius: 31px;
    font-size: 14px; }
  .onefm-admin.reports .chart-section .card .card-body .legend .list-group {
    max-width: 150px; }
    .onefm-admin.reports .chart-section .card .card-body .legend .list-group .list-group-item .legend-label {
      font-size: 13px; }
      .onefm-admin.reports .chart-section .card .card-body .legend .list-group .list-group-item .legend-label .badge {
        width: 10px;
        height: 10px;
        position: absolute;
        left: 0;
        top: 5px; }
  .onefm-admin.reports .chart-section .card .card-body .legend.sale-stage-legend {
    position: absolute;
    right: 0;
    height: 250px;
    overflow: auto;
    z-index: 9; }
.onefm-admin.facility-reports {
  padding: 1rem; }
  .onefm-admin.facility-reports .card-decks .card .card-body .card-title {
    color: #33256F;
    font-size: .9375rem; }
  .onefm-admin.facility-reports .card-decks .card .card-body h2 {
    font-size: 3rem;
    color: #633CE3; }
  .onefm-admin.facility-reports .card-decks .card .card-body p {
    font-size: 12px;
    color: #D5D5D5; }
  .onefm-admin.facility-reports .chart-section .card .card-header h4 {
    font-size: 1.3rem;
    color: #33256F; }
  .onefm-admin.facility-reports .chart-section .card .card-header select {
    border-radius: 31px;
    font-size: 14px; }
  .onefm-admin.facility-reports .chart-section .card .card-body .legend .list-group .list-group-item .legend-label {
    font-size: 13px; }
    .onefm-admin.facility-reports .chart-section .card .card-body .legend .list-group .list-group-item .legend-label .badge {
      float: left;
      height: 10px;
      position: relative;
      top: 3px;
      margin-right: 10px; }
  .onefm-admin.facility-reports .chart-section .card .card-body .legend.sale-stage-legend {
    position: absolute;
    right: 0;
    height: 250px;
    overflow: auto;
    z-index: 9; }

#quotesSent .c3-line, #finalisedDeals .c3-line, #leadsAdded .c3-line, #rateTrend .c3-line {
  stroke-width: 3; }

.c3-legend-background {
  stroke: transparent !important; }

.c3-chart-arcs-title {
  font-size: 1.3rem !important;
  font-weight: 600; }

.legend-view .list-group-item .legend-label {
  font-size: 13px; }
  .legend-view .list-group-item .legend-label .badge {
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 5px; }

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

.chart-section .table thead tr th, .chart-section .table thead tr td, .chart-section .table thead tr th a, .chart-section .table thead tr td a {
  color: #5a6378 !important; }

.allocate-units-table thead tr th {
  font-size: 0.8125rem; }
.allocate-units-table tbody tr td {
  font-size: 0.8125rem; }
  .allocate-units-table tbody tr td:first-of-type {
    width: 5rem; }
  .allocate-units-table tbody tr td:nth-of-type(3) {
    width: 12rem; }
  .allocate-units-table tbody tr td:last-of-type {
    width: 5rem;
    font-size: 1.25rem;
    color: #dc5959;
    line-height: 1; }
  .allocate-units-table tbody tr td .custom-check {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
    margin: 0; }
    .allocate-units-table tbody tr td .custom-check input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
      .allocate-units-table tbody tr td .custom-check input:checked ~ .checkmark {
        background-color: #5ecc48; }
        .allocate-units-table tbody tr td .custom-check input:checked ~ .checkmark:after {
          display: block; }
      .allocate-units-table tbody tr td .custom-check input:disabled ~ .checkmark {
        opacity: 0.65;
        cursor: not-allowed; }
    .allocate-units-table tbody tr td .custom-check .checkmark {
      display: block;
      height: 22px;
      width: 22px;
      background-color: #eae9e9;
      border-radius: 100%; }
      .allocate-units-table tbody tr td .custom-check .checkmark:after {
        content: "";
        position: absolute;
        display: none; }
  .allocate-units-table tbody tr td .custom-check .checkmark:after {
    left: 8px;
    top: 5px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0px 3px 3px 0;
    transform: rotate(37deg); }

.retained-units-table thead tr th {
  font-size: 0.8125rem; }
  .retained-units-table thead tr th:first-of-type {
    max-width: 3rem;
    width: 3rem; }
  .retained-units-table thead tr th:nth-of-type(3) {
    width: 12rem; }
.retained-units-table tbody tr td {
  font-size: 0.8125rem;
  vertical-align: middle; }
  .retained-units-table tbody tr td .custom-check {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
    margin: 0; }
    .retained-units-table tbody tr td .custom-check input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
      .retained-units-table tbody tr td .custom-check input:checked ~ .checkmark {
        background-color: #5ecc48; }
        .retained-units-table tbody tr td .custom-check input:checked ~ .checkmark:after {
          display: block; }
      .retained-units-table tbody tr td .custom-check input:disabled ~ .checkmark {
        opacity: 0.65;
        cursor: not-allowed; }
    .retained-units-table tbody tr td .custom-check .checkmark {
      display: block;
      height: 22px;
      width: 22px;
      background-color: #eae9e9;
      border-radius: 100%; }
      .retained-units-table tbody tr td .custom-check .checkmark:after {
        content: "";
        position: absolute;
        display: none; }
  .retained-units-table tbody tr td .custom-check .checkmark:after {
    left: 8px;
    top: 5px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0px 3px 3px 0;
    transform: rotate(37deg); }
  .retained-units-table tbody tr td .form-group {
    display: none; }
  .retained-units-table tbody tr td.edit-mode .bed-count-text {
    display: none; }
  .retained-units-table tbody tr td.edit-mode .form-group {
    display: block; }

.onefm-admin.infringement-report {
  padding: 1rem 1rem 1rem 1rem;
  /* .badge {
    padding: 0.25rem 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    width: 10rem;
    &.badge-primary {
      background-color: $primary-color;
    }
    &.badge-success {
      background-color: $primary-green;
    }
    &.badge-warning {
      background-color: $primary-warning;
      color: white;
    }
    &.badge-danger {
      background-color: $danger-color;
    }
  } */ }
  .onefm-admin.infringement-report .client-head h3 {
    font-size: 1.3125rem; }
  .onefm-admin.infringement-report .client-head .input-group {
    width: 270px; }
    @media (max-width: 575.98px) {
      .onefm-admin.infringement-report .client-head .input-group {
        width: 100%; } }
    .onefm-admin.infringement-report .client-head .input-group .form-control {
      font-size: 0.8125rem; }
  @media (max-width: 575.98px) {
    .onefm-admin.infringement-report .card .infringement-table .table {
      min-width: 1010px; } }
  .onefm-admin.infringement-report .card .infringement-table .table thead th {
    font-size: .8125rem; }
  .onefm-admin.infringement-report .card .infringement-table .table tbody tr td {
    vertical-align: middle; }
  .onefm-admin.infringement-report .facility-filter .nav.nav-pills {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: .8rem;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto; }
    .onefm-admin.infringement-report .facility-filter .nav.nav-pills li {
      height: 5rem;
      width: 256px;
      min-width: 256px;
      background-color: gainsboro;
      float: left;
      margin-right: 1rem;
      border-radius: 0.25rem;
      position: relative;
      background-size: cover;
      overflow: hidden;
      background-position: center;
      box-shadow: 0px 1px 0.25rem rgba(0, 0, 0, 0.3); }
      .onefm-admin.infringement-report .facility-filter .nav.nav-pills li .form-check {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10; }
        .onefm-admin.infringement-report .facility-filter .nav.nav-pills li .form-check .form-check-label {
          font-size: 1.5rem;
          font-weight: 700;
          position: absolute;
          background-color: rgba(0, 0, 0, 0.4);
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 0; }
        .onefm-admin.infringement-report .facility-filter .nav.nav-pills li .form-check .form-check-input {
          position: absolute;
          left: -1rem;
          top: -1rem;
          opacity: 0; }
          .onefm-admin.infringement-report .facility-filter .nav.nav-pills li .form-check .form-check-input:checked + .form-check-label {
            background-color: rgba(26, 132, 212, 0.8); }
  .onefm-admin.infringement-report .blocks-filter .form-check .form-check-label {
    font-size: 0.8125rem;
    font-weight: 500; }
  .onefm-admin.infringement-report .blocks-filter .form-check .form-check-input {
    position: absolute;
    left: -1rem;
    top: -1rem;
    opacity: 0; }
    .onefm-admin.infringement-report .blocks-filter .form-check .form-check-input:checked + .form-check-label::before {
      font-family: "Ionicons";
      content: "\f120";
      position: absolute;
      right: 0.25rem;
      bottom: 0.25rem;
      color: #00C153;
      line-height: 1;
      display: block;
      font-size: 1.125rem; }
  .onefm-admin.infringement-report .blocks-filter .form-check.white-form-check .form-check-input:checked + .form-check-label::before {
    color: #fff !important; }

.onefm-admin.sp-services {
  padding: 1rem; }
  .onefm-admin.sp-services .card {
    border-radius: 0; }
    .onefm-admin.sp-services .card .card-header {
      background: none;
      padding: 1.125rem; }
      .onefm-admin.sp-services .card .card-header h3 {
        color: #444F79; }
    .onefm-admin.sp-services .card .card-body {
      font-size: 0.8125rem;
      padding: 1.125rem; }
      .onefm-admin.sp-services .card .card-body ol {
        font-size: 1rem;
        font-weight: 500; }
        .onefm-admin.sp-services .card .card-body ol li {
          margin-bottom: 1rem; }
  .onefm-admin.sp-services .thumbnail {
    height: 14rem;
    overflow: hidden; }
    .onefm-admin.sp-services .thumbnail img {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      margin: auto; }
    .onefm-admin.sp-services .thumbnail .overlay {
      position: absolute;
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 1;
      cursor: pointer; }
    .onefm-admin.sp-services .thumbnail .count {
      width: 2.5rem;
      height: 2.5rem;
      background-color: white;
      color: #1a84d4;
      font-weight: 700;
      font-size: 1.25rem;
      position: absolute;
      left: 0.5rem;
      bottom: 0.5rem;
      z-index: 5; }
    .onefm-admin.sp-services .thumbnail .action-panel {
      position: absolute;
      right: 0.5rem;
      top: 0.5rem;
      z-index: 5; }
      .onefm-admin.sp-services .thumbnail .action-panel .btn.btn-icon {
        padding: 0;
        width: 2rem;
        height: 2rem;
        font-size: 1.5rem;
        background: none;
        position: relative;
        z-index: 10;
        border: none;
        color: white; }
        .onefm-admin.sp-services .thumbnail .action-panel .btn.btn-icon:focus, .onefm-admin.sp-services .thumbnail .action-panel .btn.btn-icon:active {
          box-shadow: none;
          background: none;
          border: none;
          color: white; }
          .onefm-admin.sp-services .thumbnail .action-panel .btn.btn-icon:focus:focus, .onefm-admin.sp-services .thumbnail .action-panel .btn.btn-icon:active:focus {
            box-shadow: none; }
        .onefm-admin.sp-services .thumbnail .action-panel .btn.btn-icon i {
          line-height: 1;
          display: block; }
        .onefm-admin.sp-services .thumbnail .action-panel .btn.btn-icon + .btn-group {
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
          height: 2rem;
          border-radius: 1rem;
          position: absolute;
          right: 0;
          top: 0;
          z-index: 1;
          padding: 0 2rem 0 0.5rem;
          overflow: hidden;
          background: white;
          opacity: 0;
          visibility: hidden;
          transition: 0.5s; }
          .onefm-admin.sp-services .thumbnail .action-panel .btn.btn-icon + .btn-group .btn {
            padding: 0 0.5rem;
            height: 2rem;
            line-height: 2rem;
            border: none;
            background: none;
            color: #9099B0; }
            .onefm-admin.sp-services .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:focus, .onefm-admin.sp-services .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:active {
              box-shadow: none;
              background: none;
              border: none;
              color: #9099B0; }
              .onefm-admin.sp-services .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:focus:focus, .onefm-admin.sp-services .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:active:focus {
                box-shadow: none; }
            .onefm-admin.sp-services .thumbnail .action-panel .btn.btn-icon + .btn-group .btn i {
              font-size: 1rem;
              display: block; }
        .onefm-admin.sp-services .thumbnail .action-panel .btn.btn-icon.active {
          box-shadow: none;
          background: none;
          border: none;
          color: #9099B0; }
          .onefm-admin.sp-services .thumbnail .action-panel .btn.btn-icon.active + .btn-group {
            transition: 0.2s;
            opacity: 1;
            visibility: visible; }
    .onefm-admin.sp-services .thumbnail.upload {
      border: dashed 2px #ddd;
      color: #ddd; }
      .onefm-admin.sp-services .thumbnail.upload i {
        font-size: 5rem;
        display: block;
        line-height: 1; }
      .onefm-admin.sp-services .thumbnail.upload input[type="file"] {
        position: absolute;
        left: 0;
        font-size: 0;
        cursor: pointer;
        z-index: 5;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0; }
.onefm-admin.house-rules .card .card-header {
  background: none;
  padding: 1.125rem; }
  .onefm-admin.house-rules .card .card-header h3 {
    color: #444F79; }
.onefm-admin.house-rules .card .card-body h5 {
  color: #444f79; }
.onefm-admin.house-rules .card .card-body .btn {
  background: #2F0A82; }
.onefm-admin.house-rules .card .card-body .terms {
  font-size: 0.875rem; }
  .onefm-admin.house-rules .card .card-body .terms p {
    margin-bottom: 1rem; }
  .onefm-admin.house-rules .card .card-body .terms h1, .onefm-admin.house-rules .card .card-body .terms h2, .onefm-admin.house-rules .card .card-body .terms h3, .onefm-admin.house-rules .card .card-body .terms h4, .onefm-admin.house-rules .card .card-body .terms h5, .onefm-admin.house-rules .card .card-body .terms h6 {
    margin: 1.5rem 0;
    color: #212529; }
  .onefm-admin.house-rules .card .card-body .terms ul, .onefm-admin.house-rules .card .card-body .terms ol {
    margin-bottom: 1rem;
    padding-left: 1rem; }
    .onefm-admin.house-rules .card .card-body .terms ul li, .onefm-admin.house-rules .card .card-body .terms ol li {
      margin-bottom: 0.5rem; }
  .onefm-admin.house-rules .card .card-body .terms .card {
    border-radius: 0; }
    .onefm-admin.house-rules .card .card-body .terms .card .card-header {
      background: none;
      padding: 1.125rem; }
      .onefm-admin.house-rules .card .card-body .terms .card .card-header h3 {
        color: #444F79; }
    .onefm-admin.house-rules .card .card-body .terms .card .card-body {
      padding: 0 1.125rem 1.125rem; }
.onefm-admin.house-rules .switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 25px; }
  .onefm-admin.house-rules .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
    .onefm-admin.house-rules .switch input:checked + .slider {
      background-color: #43B951; }
      .onefm-admin.house-rules .switch input:checked + .slider:before {
        -webkit-transform: translateX(21px);
        -ms-transform: translateX(21px);
        transform: translateX(21px); }
    .onefm-admin.house-rules .switch input:focus + .slider {
      box-shadow: 0 0 1px #2196F3; }
  .onefm-admin.house-rules .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }
    .onefm-admin.house-rules .switch .slider:before {
      position: absolute;
      content: "";
      height: 18px;
      width: 18px;
      left: 3px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s; }
    .onefm-admin.house-rules .switch .slider.round {
      border-radius: 34px; }
      .onefm-admin.house-rules .switch .slider.round:before {
        border-radius: 50%; }

.modal.house-rule-confirm .modal-body p {
  font-size: .6875rem; }

.onefm-admin .remove-icon-btn {
  background: transparent;
  border: none;
  font-size: 1.4rem;
  position: relative;
  right: 11px;
  cursor: pointer;
  line-height: 0;
  padding: .2rem .5rem;
  color: #585858; }
  .onefm-admin .remove-icon-btn:hover {
    opacity: .8; }
  .onefm-admin .remove-icon-btn:disabled {
    opacity: .3;
    cursor: not-allowed; }
.onefm-admin .check-icon-btn {
  background: transparent;
  border: none;
  font-size: 1.4rem;
  position: absolute;
  right: 11px;
  top: 11px;
  line-height: 0;
  padding: .2rem .5rem;
  cursor: default;
  color: #00C153; }
  .onefm-admin .check-icon-btn.text-warning {
    font-size: 1.5rem; }
.onefm-admin .my-work-orders-table th:first-of-type {
  min-width: 50px; }
.onefm-admin .my-work-orders-table th:nth-of-type(2) {
  min-width: 145px; }
.onefm-admin .my-work-orders-table th:nth-of-type(3) {
  min-width: 300px; }
.onefm-admin .my-work-orders-table th:nth-of-type(4) {
  min-width: 120px; }
.onefm-admin .my-work-orders-table th:nth-of-type(5) {
  min-width: 105px; }
.onefm-admin .my-work-orders-table th:nth-of-type(6) {
  min-width: 120px; }
.onefm-admin .my-work-orders-table th:nth-of-type(7) {
  min-width: 105px; }
.onefm-admin .my-work-orders-table th:nth-of-type(8) {
  min-width: 105px; }
.onefm-admin .my-work-orders-table th:last-of-type {
  min-width: 61px; }
.onefm-admin .maintenance-list-table th:nth-of-type(2) {
  width: 270px; }
.onefm-admin .maintenance-list-table tr td:nth-of-type(2) {
  word-break: break-word; }
.onefm-admin.inspection-list .history-table th:nth-of-type(2) {
  width: 140px; }
.onefm-admin.inspection-list .history-table th:nth-of-type(3) {
  width: 236px; }
.onefm-admin.inspection-list .history-table tr td:nth-of-type(2) {
  word-break: break-word; }
.onefm-admin.inspection-list .configured-table th:nth-of-type(2) {
  max-width: 142px; }
.onefm-admin.inspection-list .configured-table th:nth-of-type(3) {
  max-width: 400px; }
.onefm-admin.inspection-list .configured-table th:nth-of-type(4) {
  width: 105px; }
.onefm-admin.inspection-list .configured-table th:nth-of-type(5) {
  width: 253px; }
.onefm-admin.inspection-list .card .nav.nav-tabs .nav-item:first-of-type .nav-link, .onefm-admin.maintenance-list .card .nav.nav-tabs .nav-item:first-of-type .nav-link {
  border-top-left-radius: .25rem; }
.onefm-admin.inspection-list .card .nav.nav-tabs .nav-item:last-of-type .nav-link, .onefm-admin.maintenance-list .card .nav.nav-tabs .nav-item:last-of-type .nav-link {
  border-top-right-radius: .25rem; }
.onefm-admin.inspection-list .card .nav.nav-tabs .nav-item .nav-link, .onefm-admin.maintenance-list .card .nav.nav-tabs .nav-item .nav-link {
  background: #f7f7f7;
  font-size: 14px;
  color: #888888;
  border-bottom: 2px solid transparent;
  padding: .5rem 1.2rem;
  font-weight: 500;
  line-height: 20px;
  border: solid 1px #dee2e6;
  border-radius: 0; }
  .onefm-admin.inspection-list .card .nav.nav-tabs .nav-item .nav-link.active, .onefm-admin.maintenance-list .card .nav.nav-tabs .nav-item .nav-link.active {
    background: #fff;
    color: #333;
    border-bottom: 2px solid #0679fb; }
.onefm-admin.inspection-list table.configured-table th:nth-of-type(2), .onefm-admin.maintenance-list table.configured-table th:nth-of-type(2) {
  max-width: 350px !important;
  min-width: 350px !important; }
.onefm-admin.inspection-list table.configured-table th:nth-of-type(3), .onefm-admin.maintenance-list table.configured-table th:nth-of-type(3) {
  width: 310px; }
.onefm-admin.inspection-list table.configured-table td:nth-of-type(2) span.overflow-fix, .onefm-admin.maintenance-list table.configured-table td:nth-of-type(2) span.overflow-fix {
  white-space: normal !important;
  word-break: break-word !important;
  max-width: 100% !important; }
.onefm-admin.issues-list table th:nth-of-type(3) {
  width: 138px; }
.onefm-admin.issues-list table th:nth-of-type(4) {
  width: 280px;
  max-width: 280px; }
.onefm-admin.issues-list table th:nth-of-type(5) {
  width: 125px; }
.onefm-admin.issues-list table th:nth-of-type(6) {
  width: 125px; }
.onefm-admin.issues-list table th:nth-of-type(7) {
  width: 125px; }
.onefm-admin.issues-list table th:nth-of-type(8) {
  width: 155px; }
.onefm-admin.issues-list .nav.nav-tabs .nav-item .nav-link.active {
  border: none;
  background-color: #1a84d4;
  color: #FFF !important; }
.onefm-admin.location-qr-list table th:nth-of-type(6) {
  width: 460px; }
.onefm-admin.location-qr-list table th:nth-of-type(2) {
  width: 170px; }
.onefm-admin.inspection-report table th {
  max-width: 150px;
  min-width: 150px; }
.onefm-admin.inspection-report table .bg-success {
  background-color: #86C041 !important; }
.onefm-admin.inspection-report table .bg-danger {
  background-color: #FF7B7B !important; }
.onefm-admin.maintenance-list, .onefm-admin.inspection-list, .onefm-admin.issues-list, .onefm-admin.location-qr-list, .onefm-admin.inspection-report {
  padding: 1rem 1rem 1rem 1rem;
  /* .badge {
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  width: 10rem;
  &.badge-primary {
  background-color: $primary-color;
  }
  &.badge-success {
  background-color: $primary-green;
  }
  &.badge-warning {
  background-color: $primary-warning;
  color: white;
  }
  &.badge-danger {
  background-color: $danger-color;
  }
  } */ }
  .onefm-admin.maintenance-list .client-head h3, .onefm-admin.inspection-list .client-head h3, .onefm-admin.issues-list .client-head h3, .onefm-admin.location-qr-list .client-head h3, .onefm-admin.inspection-report .client-head h3 {
    font-size: 1.3125rem; }
  .onefm-admin.maintenance-list .client-head .input-group, .onefm-admin.inspection-list .client-head .input-group, .onefm-admin.issues-list .client-head .input-group, .onefm-admin.location-qr-list .client-head .input-group, .onefm-admin.inspection-report .client-head .input-group {
    width: 270px; }
    @media (max-width: 575.98px) {
      .onefm-admin.maintenance-list .client-head .input-group, .onefm-admin.inspection-list .client-head .input-group, .onefm-admin.issues-list .client-head .input-group, .onefm-admin.location-qr-list .client-head .input-group, .onefm-admin.inspection-report .client-head .input-group {
        width: 100%; } }
    .onefm-admin.maintenance-list .client-head .input-group .form-control, .onefm-admin.inspection-list .client-head .input-group .form-control, .onefm-admin.issues-list .client-head .input-group .form-control, .onefm-admin.location-qr-list .client-head .input-group .form-control, .onefm-admin.inspection-report .client-head .input-group .form-control {
      font-size: 0.8125rem; }
  .onefm-admin.maintenance-list .card, .onefm-admin.inspection-list .card, .onefm-admin.issues-list .card, .onefm-admin.location-qr-list .card, .onefm-admin.inspection-report .card {
    font-size: 0.8125rem; }
    @media (max-width: 575.98px) {
      .onefm-admin.maintenance-list .card .admin-client-table .table, .onefm-admin.inspection-list .card .admin-client-table .table, .onefm-admin.issues-list .card .admin-client-table .table, .onefm-admin.location-qr-list .card .admin-client-table .table, .onefm-admin.inspection-report .card .admin-client-table .table {
        min-width: 1010px; } }
    .onefm-admin.maintenance-list .card .admin-client-table .table thead th, .onefm-admin.inspection-list .card .admin-client-table .table thead th, .onefm-admin.issues-list .card .admin-client-table .table thead th, .onefm-admin.location-qr-list .card .admin-client-table .table thead th, .onefm-admin.inspection-report .card .admin-client-table .table thead th {
      font-size: .8125rem;
      /* &:last-of-type {
      width: 180px;
      } */ }
      .onefm-admin.maintenance-list .card .admin-client-table .table thead th:first-of-type, .onefm-admin.inspection-list .card .admin-client-table .table thead th:first-of-type, .onefm-admin.issues-list .card .admin-client-table .table thead th:first-of-type, .onefm-admin.location-qr-list .card .admin-client-table .table thead th:first-of-type, .onefm-admin.inspection-report .card .admin-client-table .table thead th:first-of-type {
        min-width: 45px; }
    .onefm-admin.maintenance-list .card .admin-client-table .table tbody tr td, .onefm-admin.inspection-list .card .admin-client-table .table tbody tr td, .onefm-admin.issues-list .card .admin-client-table .table tbody tr td, .onefm-admin.location-qr-list .card .admin-client-table .table tbody tr td, .onefm-admin.inspection-report .card .admin-client-table .table tbody tr td {
      vertical-align: middle; }
      .onefm-admin.maintenance-list .card .admin-client-table .table tbody tr td .rating, .onefm-admin.inspection-list .card .admin-client-table .table tbody tr td .rating, .onefm-admin.issues-list .card .admin-client-table .table tbody tr td .rating, .onefm-admin.location-qr-list .card .admin-client-table .table tbody tr td .rating, .onefm-admin.inspection-report .card .admin-client-table .table tbody tr td .rating {
        margin: 0px 8px; }
        .onefm-admin.maintenance-list .card .admin-client-table .table tbody tr td .rating label, .onefm-admin.inspection-list .card .admin-client-table .table tbody tr td .rating label, .onefm-admin.issues-list .card .admin-client-table .table tbody tr td .rating label, .onefm-admin.location-qr-list .card .admin-client-table .table tbody tr td .rating label, .onefm-admin.inspection-report .card .admin-client-table .table tbody tr td .rating label {
          margin-bottom: 0px; }
  .onefm-admin.maintenance-list .facility-filter .nav.nav-pills, .onefm-admin.inspection-list .facility-filter .nav.nav-pills, .onefm-admin.issues-list .facility-filter .nav.nav-pills, .onefm-admin.location-qr-list .facility-filter .nav.nav-pills, .onefm-admin.inspection-report .facility-filter .nav.nav-pills {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: .8rem;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto; }
    .onefm-admin.maintenance-list .facility-filter .nav.nav-pills li, .onefm-admin.inspection-list .facility-filter .nav.nav-pills li, .onefm-admin.issues-list .facility-filter .nav.nav-pills li, .onefm-admin.location-qr-list .facility-filter .nav.nav-pills li, .onefm-admin.inspection-report .facility-filter .nav.nav-pills li {
      height: 5rem;
      width: 256px;
      min-width: 256px;
      background-color: gainsboro;
      float: left;
      margin-right: 1rem;
      border-radius: 0.25rem;
      position: relative;
      background-size: cover;
      overflow: hidden;
      background-position: center;
      box-shadow: 0px 1px 0.25rem rgba(0, 0, 0, 0.3); }
      .onefm-admin.maintenance-list .facility-filter .nav.nav-pills li .form-check, .onefm-admin.inspection-list .facility-filter .nav.nav-pills li .form-check, .onefm-admin.issues-list .facility-filter .nav.nav-pills li .form-check, .onefm-admin.location-qr-list .facility-filter .nav.nav-pills li .form-check, .onefm-admin.inspection-report .facility-filter .nav.nav-pills li .form-check {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10; }
        .onefm-admin.maintenance-list .facility-filter .nav.nav-pills li .form-check .form-check-label, .onefm-admin.inspection-list .facility-filter .nav.nav-pills li .form-check .form-check-label, .onefm-admin.issues-list .facility-filter .nav.nav-pills li .form-check .form-check-label, .onefm-admin.location-qr-list .facility-filter .nav.nav-pills li .form-check .form-check-label, .onefm-admin.inspection-report .facility-filter .nav.nav-pills li .form-check .form-check-label {
          font-size: 1.5rem;
          font-weight: 700;
          position: absolute;
          background-color: rgba(0, 0, 0, 0.4);
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 0; }
        .onefm-admin.maintenance-list .facility-filter .nav.nav-pills li .form-check .form-check-input, .onefm-admin.inspection-list .facility-filter .nav.nav-pills li .form-check .form-check-input, .onefm-admin.issues-list .facility-filter .nav.nav-pills li .form-check .form-check-input, .onefm-admin.location-qr-list .facility-filter .nav.nav-pills li .form-check .form-check-input, .onefm-admin.inspection-report .facility-filter .nav.nav-pills li .form-check .form-check-input {
          position: absolute;
          left: -1rem;
          top: -1rem;
          opacity: 0; }
          .onefm-admin.maintenance-list .facility-filter .nav.nav-pills li .form-check .form-check-input:checked + .form-check-label, .onefm-admin.inspection-list .facility-filter .nav.nav-pills li .form-check .form-check-input:checked + .form-check-label, .onefm-admin.issues-list .facility-filter .nav.nav-pills li .form-check .form-check-input:checked + .form-check-label, .onefm-admin.location-qr-list .facility-filter .nav.nav-pills li .form-check .form-check-input:checked + .form-check-label, .onefm-admin.inspection-report .facility-filter .nav.nav-pills li .form-check .form-check-input:checked + .form-check-label {
            background-color: rgba(26, 132, 212, 0.8); }
  .onefm-admin.maintenance-list .blocks-filter .form-check .form-check-label, .onefm-admin.inspection-list .blocks-filter .form-check .form-check-label, .onefm-admin.issues-list .blocks-filter .form-check .form-check-label, .onefm-admin.location-qr-list .blocks-filter .form-check .form-check-label, .onefm-admin.inspection-report .blocks-filter .form-check .form-check-label {
    font-size: 0.8125rem;
    font-weight: 500; }
  .onefm-admin.maintenance-list .blocks-filter .form-check .form-check-input, .onefm-admin.inspection-list .blocks-filter .form-check .form-check-input, .onefm-admin.issues-list .blocks-filter .form-check .form-check-input, .onefm-admin.location-qr-list .blocks-filter .form-check .form-check-input, .onefm-admin.inspection-report .blocks-filter .form-check .form-check-input {
    position: absolute;
    left: -1rem;
    top: -1rem;
    opacity: 0; }
    .onefm-admin.maintenance-list .blocks-filter .form-check .form-check-input:checked + .form-check-label::before, .onefm-admin.inspection-list .blocks-filter .form-check .form-check-input:checked + .form-check-label::before, .onefm-admin.issues-list .blocks-filter .form-check .form-check-input:checked + .form-check-label::before, .onefm-admin.location-qr-list .blocks-filter .form-check .form-check-input:checked + .form-check-label::before, .onefm-admin.inspection-report .blocks-filter .form-check .form-check-input:checked + .form-check-label::before {
      font-family: "Ionicons";
      content: "\f120";
      position: absolute;
      right: 0.25rem;
      bottom: 0.25rem;
      color: #00C153;
      line-height: 1;
      display: block;
      font-size: 1.125rem; }
  .onefm-admin.maintenance-list .blocks-filter .form-check.white-form-check .form-check-input:checked + .form-check-label::before, .onefm-admin.inspection-list .blocks-filter .form-check.white-form-check .form-check-input:checked + .form-check-label::before, .onefm-admin.issues-list .blocks-filter .form-check.white-form-check .form-check-input:checked + .form-check-label::before, .onefm-admin.location-qr-list .blocks-filter .form-check.white-form-check .form-check-input:checked + .form-check-label::before, .onefm-admin.inspection-report .blocks-filter .form-check.white-form-check .form-check-input:checked + .form-check-label::before {
    color: #fff !important; }

.settings.maintenance-create {
  border-radius: 0;
  border: none; }
  .settings.maintenance-create .thumbnail {
    height: 9.375rem;
    overflow: hidden; }
    .settings.maintenance-create .thumbnail img {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      margin: auto; }
    .settings.maintenance-create .thumbnail .overlay {
      position: absolute;
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 1; }
    .settings.maintenance-create .thumbnail .count {
      width: 2.5rem;
      height: 2.5rem;
      background-color: white;
      color: #1a84d4;
      font-weight: 700;
      font-size: 1.25rem;
      position: absolute;
      left: 0.5rem;
      bottom: 0.5rem;
      z-index: 5; }
    .settings.maintenance-create .thumbnail .action-panel {
      position: absolute;
      right: 0.5rem;
      top: 0.5rem;
      z-index: 5; }
      .settings.maintenance-create .thumbnail .action-panel .btn.btn-icon {
        padding: 0;
        width: 2rem;
        height: 2rem;
        font-size: 1.5rem;
        background: none;
        position: relative;
        z-index: 10;
        border: none;
        color: white; }
        .settings.maintenance-create .thumbnail .action-panel .btn.btn-icon:focus, .settings.maintenance-create .thumbnail .action-panel .btn.btn-icon:active {
          box-shadow: none;
          background: none;
          border: none;
          color: white; }
          .settings.maintenance-create .thumbnail .action-panel .btn.btn-icon:focus:focus, .settings.maintenance-create .thumbnail .action-panel .btn.btn-icon:active:focus {
            box-shadow: none; }
        .settings.maintenance-create .thumbnail .action-panel .btn.btn-icon i {
          line-height: 1;
          display: block; }
        .settings.maintenance-create .thumbnail .action-panel .btn.btn-icon + .btn-group {
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
          height: 2rem;
          border-radius: 1rem;
          position: absolute;
          right: 0;
          top: 0;
          z-index: 1;
          padding: 0 2rem 0 0.5rem;
          overflow: hidden;
          background: white;
          opacity: 0;
          visibility: hidden;
          transition: 0.5s; }
          .settings.maintenance-create .thumbnail .action-panel .btn.btn-icon + .btn-group .btn {
            padding: 0 0.5rem;
            height: 2rem;
            line-height: 2rem;
            border: none;
            background: none;
            color: #9099B0; }
            .settings.maintenance-create .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:focus, .settings.maintenance-create .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:active {
              box-shadow: none;
              background: none;
              border: none;
              color: #9099B0; }
              .settings.maintenance-create .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:focus:focus, .settings.maintenance-create .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:active:focus {
                box-shadow: none; }
            .settings.maintenance-create .thumbnail .action-panel .btn.btn-icon + .btn-group .btn i {
              font-size: 1rem;
              display: block; }
        .settings.maintenance-create .thumbnail .action-panel .btn.btn-icon.active {
          box-shadow: none;
          background: none;
          border: none;
          color: #9099B0; }
          .settings.maintenance-create .thumbnail .action-panel .btn.btn-icon.active + .btn-group {
            transition: 0.2s;
            opacity: 1;
            visibility: visible; }
    .settings.maintenance-create .thumbnail.upload {
      border: dashed 2px #ddd;
      height: 100%;
      color: #ddd; }
      .settings.maintenance-create .thumbnail.upload i {
        font-size: 5rem;
        display: block;
        line-height: 1; }
      .settings.maintenance-create .thumbnail.upload input[type="file"] {
        position: absolute;
        left: 0;
        font-size: 0;
        cursor: pointer;
        z-index: 5;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0; }
  .settings.maintenance-create .permissions-list h6 small {
    font-weight: 500; }
  .settings.maintenance-create .permissions-list .card {
    border-bottom: solid 1px #ddd;
    border-radius: .25rem;
    overflow: hidden; }
    .settings.maintenance-create .permissions-list .card .card-header {
      background: none;
      border-bottom: 0;
      padding: 1rem 2rem 1rem 3rem;
      cursor: pointer;
      background-color: #e2e2e2;
      position: relative; }
      .settings.maintenance-create .permissions-list .card .card-header [data-toggle="collapse"] {
        min-height: 51px; }
      .settings.maintenance-create .permissions-list .card .card-header [data-toggle="collapse"]::before {
        position: absolute;
        left: 1.25rem;
        font-family: "Ionicons";
        content: "\f208";
        font-size: 0.5rem;
        width: 1rem;
        height: 0.875rem;
        background-color: #eee;
        line-height: 0.875rem;
        text-align: center;
        border-radius: 2px; }
      .settings.maintenance-create .permissions-list .card .card-header [data-toggle="collapse"].collapsed::before {
        content: "\f217"; }
      .settings.maintenance-create .permissions-list .card .card-header h5 {
        font-size: 1rem;
        font-weight: 500; }
    .settings.maintenance-create .permissions-list .card .card-body {
      padding: 0 2rem 1.5rem 3rem; }
    .settings.maintenance-create .permissions-list .card label {
      cursor: pointer; }
  .settings.maintenance-create .user-management-table tbody tr td:last-of-type .btn-group .del-role-btn i {
    font-size: 1.3rem; }

select.bg-light + .select2 .selection .select2-selection {
  background-color: #f8f9fa; }

.ion-record.text-primary {
  color: #1a84d4 !important; }

.location-tag-print {
  height: auto; }
@page {
  .location-tag-print {
    size: 12cm 12cm; } }
  @media print {
    .location-tag-print {
      min-width: 12cm !important;
      min-height: 12cm !important;
      width: 12cm !important;
      height: 12cm !important; } }
  .location-tag-print .navbar-brand {
    width: 100%;
    height: 52px; }
    .location-tag-print .navbar-brand img {
      max-width: 100%;
      max-height: 52px; }
  .location-tag-print .card {
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.125); }
    .location-tag-print .card .card-header {
      border-bottom: 2px solid rgba(0, 0, 0, 0.125); }
    .location-tag-print .card .card-body {
      flex: none !important; }
    @media print {
      .location-tag-print .card {
        width: 10.5cm !important;
        height: 12.5cm !important;
        border: 5px solid rgba(0, 0, 0, 0.125); }
        .location-tag-print .card .card-body {
          font-size: .8rem; } }
  @media print {
    .location-tag-print.print-all {
      min-width: 10.5cm !important;
      min-height: 12.5cm !important;
      width: 10.5cm !important;
      height: 100% !important; } }

.qr-img {
  width: 5.5cm;
  height: 5.5cm; }

.qr-image-wrp {
  overflow: hidden !important;
  margin-bottom: 0 !important; }

.notification-badge {
  background-color: #ffffff;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  font-size: 0.6875rem;
  font-weight: 700;
  right: .5rem !important;
  overflow: hidden;
  text-align: center; }

.legends-cmltv-view {
  float: left; }
  .legends-cmltv-view .legend {
    float: left;
    font-size: 0.8125rem;
    font-weight: 500;
    margin-right: 2rem;
    display: flex;
    align-items: center; }
    .legends-cmltv-view .legend span {
      display: block;
      width: 1rem;
      height: 1rem;
      margin-right: 6px;
      border-radius: .2rem; }

.max-w-50 {
  max-width: 50% !important; }

.img-print-fix {
  border-radius: 4px;
  max-width: 2cm !important;
  max-height: 2cm !important; }

.img-print-fix-full {
  border-radius: 4px;
  max-width: 2cm !important;
  max-height: 2cm !important; }

.card-header.expand-head {
  background: none;
  border-bottom: 0;
  cursor: pointer;
  background-color: #f7f7f7;
  position: relative; }
  .card-header.expand-head [data-toggle="collapse"] {
    padding: .6rem .6rem .6rem 2rem; }
    .card-header.expand-head [data-toggle="collapse"]::before {
      position: absolute;
      left: .7rem;
      top: .7rem;
      font-family: "Ionicons";
      content: "\f208";
      font-size: 0.5rem;
      width: 1rem;
      height: 0.875rem;
      background-color: #eee;
      line-height: 0.875rem;
      text-align: center;
      border-radius: 2px; }
    .card-header.expand-head [data-toggle="collapse"].collapsed::before {
      content: "\f217"; }

.event-detail {
  padding: 1rem; }
  .event-detail .bullet-listings li {
    left: 2rem;
    width: 96%; }
    .event-detail .bullet-listings li:last-of-type {
      border-bottom: none; }
    .event-detail .bullet-listings li:after {
      position: absolute;
      content: "";
      width: 0.5625rem;
      height: 0.5625rem;
      left: -32px;
      top: -20px;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      background-color: #dc3d45;
      z-index: 1; }
    .event-detail .bullet-listings li p {
      color: #839CC1;
      font-weight: 500; }
    .event-detail .bullet-listings li .event-time {
      position: absolute;
      top: -30px;
      left: 0; }
  .event-detail .bullet-listings:after {
    position: absolute;
    content: "";
    width: 1.5px;
    transform: translateX(-50%);
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #E3E3E3; }
  .event-detail .thumbnail {
    height: 9.375rem;
    overflow: hidden; }
    .event-detail .thumbnail img {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      margin: auto; }
    .event-detail .thumbnail .overlay {
      position: absolute;
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 1; }
    .event-detail .thumbnail .count {
      width: 2.5rem;
      height: 2.5rem;
      background-color: white;
      color: #1a84d4;
      font-weight: 700;
      font-size: 1.25rem;
      position: absolute;
      left: 0.5rem;
      bottom: 0.5rem;
      z-index: 5; }
    .event-detail .thumbnail .action-panel {
      position: absolute;
      right: 0.5rem;
      top: 0.5rem;
      z-index: 5; }
      .event-detail .thumbnail .action-panel .btn.btn-icon {
        padding: 0;
        width: 2rem;
        height: 2rem;
        font-size: 1.5rem;
        background: none;
        position: relative;
        z-index: 10;
        border: none;
        color: white; }
        .event-detail .thumbnail .action-panel .btn.btn-icon:focus, .event-detail .thumbnail .action-panel .btn.btn-icon:active {
          box-shadow: none;
          background: none;
          border: none;
          color: white; }
          .event-detail .thumbnail .action-panel .btn.btn-icon:focus:focus, .event-detail .thumbnail .action-panel .btn.btn-icon:active:focus {
            box-shadow: none; }
        .event-detail .thumbnail .action-panel .btn.btn-icon i {
          line-height: 1;
          display: block; }
        .event-detail .thumbnail .action-panel .btn.btn-icon + .btn-group {
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
          height: 2rem;
          border-radius: 1rem;
          position: absolute;
          right: 0;
          top: 0;
          z-index: 1;
          padding: 0 2rem 0 0.5rem;
          overflow: hidden;
          background: white;
          opacity: 0;
          visibility: hidden;
          transition: 0.5s; }
          .event-detail .thumbnail .action-panel .btn.btn-icon + .btn-group .btn {
            padding: 0 0.5rem;
            height: 2rem;
            line-height: 2rem;
            border: none;
            background: none;
            color: #9099B0; }
            .event-detail .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:focus, .event-detail .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:active {
              box-shadow: none;
              background: none;
              border: none;
              color: #9099B0; }
              .event-detail .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:focus:focus, .event-detail .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:active:focus {
                box-shadow: none; }
            .event-detail .thumbnail .action-panel .btn.btn-icon + .btn-group .btn i {
              font-size: 1rem;
              display: block; }
        .event-detail .thumbnail .action-panel .btn.btn-icon.active {
          box-shadow: none;
          background: none;
          border: none;
          color: #9099B0; }
          .event-detail .thumbnail .action-panel .btn.btn-icon.active + .btn-group {
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
            height: 2rem;
            border-radius: 1rem;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1;
            padding: 0 2rem 0 0.5rem;
            overflow: hidden;
            background: white;
            opacity: 0;
            visibility: hidden;
            transition: 0.5s; }
            .event-detail .thumbnail .action-panel .btn.btn-icon.active + .btn-group .btn {
              padding: 0 0.5rem;
              height: 2rem;
              line-height: 2rem;
              border: none;
              background: none;
              color: #9099B0; }
              .event-detail .thumbnail .action-panel .btn.btn-icon.active + .btn-group .btn:focus, .event-detail .thumbnail .action-panel .btn.btn-icon.active + .btn-group .btn:active {
                box-shadow: none;
                background: none;
                border: none;
                color: #9099B0; }
                .event-detail .thumbnail .action-panel .btn.btn-icon.active + .btn-group .btn:focus:focus, .event-detail .thumbnail .action-panel .btn.btn-icon.active + .btn-group .btn:active:focus {
                  box-shadow: none; }
              .event-detail .thumbnail .action-panel .btn.btn-icon.active + .btn-group .btn i {
                font-size: 1rem;
                display: block; }
          .event-detail .thumbnail .action-panel .btn.btn-icon.active.active {
            box-shadow: none;
            background: none;
            border: none;
            color: #9099B0; }
            .event-detail .thumbnail .action-panel .btn.btn-icon.active.active + .btn-group {
              transition: 0.2s;
              opacity: 1;
              visibility: visible; }
    .event-detail .thumbnail.upload {
      border: dashed 2px #ddd;
      height: 100%;
      color: #ddd; }
      .event-detail .thumbnail.upload i {
        font-size: 5rem;
        display: block;
        line-height: 1; }
      .event-detail .thumbnail.upload input[type="file"] {
        position: absolute;
        left: 0;
        font-size: 0;
        cursor: pointer;
        z-index: 5;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0; }

.event-create .thumbnail {
  height: 100px;
  width: 100px;
  overflow: hidden; }
  .event-create .thumbnail img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    margin: auto; }
  .event-create .thumbnail .overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1; }
  .event-create .thumbnail .count {
    width: 2.5rem;
    height: 2.5rem;
    background-color: white;
    color: #1a84d4;
    font-weight: 700;
    font-size: 1.25rem;
    position: absolute;
    left: 0.5rem;
    bottom: 0.5rem;
    z-index: 5; }
  .event-create .thumbnail .action-panel {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    z-index: 5; }
    .event-create .thumbnail .action-panel .btn.btn-icon {
      padding: 0;
      width: 2rem;
      height: 2rem;
      font-size: 1.5rem;
      background: none;
      position: relative;
      z-index: 10;
      border: none;
      color: white; }
      .event-create .thumbnail .action-panel .btn.btn-icon:focus, .event-create .thumbnail .action-panel .btn.btn-icon:active {
        box-shadow: none;
        background: none;
        border: none;
        color: white; }
        .event-create .thumbnail .action-panel .btn.btn-icon:focus:focus, .event-create .thumbnail .action-panel .btn.btn-icon:active:focus {
          box-shadow: none; }
      .event-create .thumbnail .action-panel .btn.btn-icon i {
        line-height: 1;
        display: block; }
      .event-create .thumbnail .action-panel .btn.btn-icon + .btn-group {
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
        height: 2rem;
        border-radius: 1rem;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        padding: 0 2rem 0 0.5rem;
        overflow: hidden;
        background: white;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s; }
        .event-create .thumbnail .action-panel .btn.btn-icon + .btn-group .btn {
          padding: 0 0.5rem;
          height: 2rem;
          line-height: 2rem;
          border: none;
          background: none;
          color: #9099B0; }
          .event-create .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:focus, .event-create .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:active {
            box-shadow: none;
            background: none;
            border: none;
            color: #9099B0; }
            .event-create .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:focus:focus, .event-create .thumbnail .action-panel .btn.btn-icon + .btn-group .btn:active:focus {
              box-shadow: none; }
          .event-create .thumbnail .action-panel .btn.btn-icon + .btn-group .btn i {
            font-size: 1rem;
            display: block; }
      .event-create .thumbnail .action-panel .btn.btn-icon.active {
        box-shadow: none;
        background: none;
        border: none;
        color: #9099B0; }
        .event-create .thumbnail .action-panel .btn.btn-icon.active + .btn-group {
          transition: 0.2s;
          opacity: 1;
          visibility: visible; }
  .event-create .thumbnail.upload {
    border: dashed 2px #ddd;
    height: 100px;
    width: 100px;
    color: #ddd; }
    .event-create .thumbnail.upload i {
      font-size: 3rem;
      display: block;
      line-height: 1; }
    .event-create .thumbnail.upload input[type="file"] {
      position: absolute;
      left: 0;
      font-size: 0;
      cursor: pointer;
      z-index: 5;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      opacity: 0; }

.onefm-admin.report-graphs h4 {
  color: #5A6378;
  font-size: 1.3rem; }
.onefm-admin.other-statistics .c3-legend-item-tile {
  shape-rendering: auto;
  stroke-linecap: round;
  stroke-dasharray: 0.1 10;
  stroke-width: 8;
  transform: translate(6px, 1px); }
.onefm-admin.other-statistics .small-chart-cards2 .card .card-body {
  min-height: 132px !important; }
  .onefm-admin.other-statistics .small-chart-cards2 .card .card-body h2 {
    font-size: 2.5rem !important; }
  .onefm-admin.other-statistics .small-chart-cards2 .card .card-body p {
    max-width: 175px; }
.onefm-admin.other-statistics .small-chart-cards .table tr td * {
  color: white !important; }
.onefm-admin.other-statistics .small-chart-cards .card, .onefm-admin.other-statistics .small-chart-cards2 .card {
  color: white; }
  .onefm-admin.other-statistics .small-chart-cards .card.card-blue, .onefm-admin.other-statistics .small-chart-cards2 .card.card-blue {
    background-color: #4A96EC; }
  .onefm-admin.other-statistics .small-chart-cards .card.card-red, .onefm-admin.other-statistics .small-chart-cards2 .card.card-red {
    background-color: #FF7373; }
  .onefm-admin.other-statistics .small-chart-cards .card.card-orange, .onefm-admin.other-statistics .small-chart-cards2 .card.card-orange {
    background-color: #F1A80A; }
  .onefm-admin.other-statistics .small-chart-cards .card.card-cyan, .onefm-admin.other-statistics .small-chart-cards2 .card.card-cyan {
    background-color: #58B5FC; }
  .onefm-admin.other-statistics .small-chart-cards .card.card-violet, .onefm-admin.other-statistics .small-chart-cards2 .card.card-violet {
    background-color: #7965F1; }
  .onefm-admin.other-statistics .small-chart-cards .card.card-violet-dark, .onefm-admin.other-statistics .small-chart-cards2 .card.card-violet-dark {
    background-color: #6753e0; }
  .onefm-admin.other-statistics .small-chart-cards .card.card-purple, .onefm-admin.other-statistics .small-chart-cards2 .card.card-purple {
    background-color: #AB5DEC; }
  .onefm-admin.other-statistics .small-chart-cards .card.card-green, .onefm-admin.other-statistics .small-chart-cards2 .card.card-green {
    background-color: #5EC368; }
  .onefm-admin.other-statistics .small-chart-cards .card.card-pink, .onefm-admin.other-statistics .small-chart-cards2 .card.card-pink {
    background-color: #EC5DAE; }
  .onefm-admin.other-statistics .small-chart-cards .card.card-pink-dark, .onefm-admin.other-statistics .small-chart-cards2 .card.card-pink-dark {
    background-color: #8531cc; }
  .onefm-admin.other-statistics .small-chart-cards .card .card-body, .onefm-admin.other-statistics .small-chart-cards2 .card .card-body {
    line-height: 1rem;
    min-height: 102px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column !important; }
    .onefm-admin.other-statistics .small-chart-cards .card .card-body h2, .onefm-admin.other-statistics .small-chart-cards2 .card .card-body h2 {
      margin-bottom: 0 !important;
      font-size: 1rem !important; }
    .onefm-admin.other-statistics .small-chart-cards .card .card-body p, .onefm-admin.other-statistics .small-chart-cards2 .card .card-body p {
      font-size: .85rem !important;
      font-weight: 500; }
    .onefm-admin.other-statistics .small-chart-cards .card .card-body small, .onefm-admin.other-statistics .small-chart-cards2 .card .card-body small {
      font-size: .75rem !important;
      font-weight: 300; }
.onefm-admin .c100 {
  font-size: 93px;
  background-color: #EAF0F9; }
  .onefm-admin .c100:after {
    top: 0.05em;
    left: 0.05em;
    width: 0.90em;
    height: 0.90em; }
  .onefm-admin .c100:hover::after {
    top: 0.05em;
    left: 0.05em;
    width: 0.90em;
    height: 0.90em; }
  .onefm-admin .c100:hover > span {
    line-height: 3.9em;
    font-size: 25px;
    width: 100%; }
  .onefm-admin .c100 .slice .bar, .onefm-admin .c100 .slice .fill {
    width: 0.84em;
    height: 0.84em;
    clip: rect(0em, 0.5em, 1em, 0em);
    position: absolute; }
  .onefm-admin .c100 .slice.bar-dark-green .bar, .onefm-admin .c100 .slice.bar-dark-green .fill {
    border: 0.08em solid #28a745; }
  .onefm-admin .c100 .slice.bar-cyan .bar, .onefm-admin .c100 .slice.bar-cyan .fill {
    border: 0.08em solid #00E1C5; }
  .onefm-admin .c100 .slice.bar-orange .bar, .onefm-admin .c100 .slice.bar-orange .fill {
    border: 0.08em solid #EBA048; }
  .onefm-admin .c100 .slice.bar-green .bar, .onefm-admin .c100 .slice.bar-green .fill {
    border: 0.08em solid #C0ED3B; }
  .onefm-admin .c100:after {
    background-color: white; }
  .onefm-admin .c100 > span {
    line-height: 3.9em;
    font-size: 25px;
    font-weight: 500;
    color: #5D5E78; }
.onefm-admin.management-summery .c3-legend-item-tile {
  shape-rendering: auto;
  stroke-linecap: round;
  stroke-dasharray: 0.1 10;
  stroke-width: 8;
  transform: translate(6px, 1px); }
.onefm-admin.management-summery .total-revenue {
  width: 140px; }
.onefm-admin.management-summery .revenue-section .card .card-body .card-title {
  font-size: 0.9375rem; }
.onefm-admin.management-summery .revenue-section .card .card-body h3 {
  font-size: 1rem !important; }
.onefm-admin.management-summery .revenue-section .card .card-body p {
  color: #b7b3b3 !important;
  font-weight: 600; }

.table tr td h2 {
  font-size: 1.2rem !important; }
.table tr td.card-blue {
  background-color: #4A96EC; }
.table tr td.card-red {
  background-color: #FF7373; }
.table tr td.card-orange {
  background-color: #F1A80A; }
.table tr td.card-cyan {
  background-color: #58B5FC; }
.table tr td.card-violet {
  background-color: #7965F1; }
.table tr td.card-violet-dark {
  background-color: #6753e0; }
.table tr td.card-purple {
  background-color: #AB5DEC; }
.table tr td.card-green {
  background-color: #5EC368; }
.table tr td.card-pink {
  background-color: #EC5DAE; }
.table tr td.card-pink-dark {
  background-color: #8531cc; }

.ui-datepicker td .ui-state-default, .ui-state-default.ui-state-highlight {
  border: none !important;
  height: 35px;
  text-align: center;
  line-height: 30px;
  border-radius: 3px; }

.ui-widget-content .ui-state-highlight {
  color: #007fff !important; }

.ui-datepicker td.ui-datepicker-days-cell-over .ui-state-default {
  color: #007fff; }

.ui-datepicker td.ui-datepicker-days-cell-over .ui-state-active.ui-state-highlight {
  color: #ffffff !important; }

.ui-datepicker .ui-state-default.ui-state-active {
  background: #007fff !important;
  color: #ffffff !important; }

.ui-datepicker .ui-datepicker-prev {
  left: 0px !important;
  top: 0 !important; }

.ui-datepicker .ui-datepicker-next {
  right: 0px !important;
  top: 0 !important; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  min-width: 32px;
  width: 32px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-next .ui-state-hover, .ui-datepicker .ui-datepicker-prev .ui-state-hover {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 38%;
  margin-top: 0;
  width: 9px;
  height: 9px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-prev .ui-state-hover {
  margin-left: -3px !important; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
  border-color: transparent;
  background-color: #eee; }

.ui-datepicker-prev span {
  transform: rotate(135deg); }

.ui-datepicker-next span {
  transform: rotate(-45deg); }

.ui-widget-header .ui-icon {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
  background-image: none; }

.ui-widget.ui-widget-content {
  border: 1px solid #ddd;
  border-radius: 0;
  margin-left: -15px; }

.ui-datepicker {
  width: 15em  !important; }

.ui-datepicker-calendar .ui-state-highlight {
  height: auto !important; }

.ui-datepicker {
  font-family: 'Roboto', sans-serif; }

.ui-datepicker .ui-datepicker-title {
  font-family: 'Roboto', sans-serif; }

.ui-datepicker-header {
  background: white;
  border: none; }

.onefm-client.tenant-creation {
  padding: 1rem 1rem 1rem 2rem; }
  .onefm-client.tenant-creation .client-head .input-group {
    width: 270px; }
    @media (max-width: 575.98px) {
      .onefm-client.tenant-creation .client-head .input-group {
        width: 100%; } }
  .onefm-client.tenant-creation .tenant-information .form-group .multiselect-selected-text, .onefm-client.tenant-creation .tenant-information .form-group .select2-selection__placeholder {
    font-size: .875rem; }
  .onefm-client.tenant-creation .tenant-information .form-group span:not(.multiselect-selected-text, .select2-selection__placeholder) {
    font-size: 11px; }
  .onefm-client.tenant-creation .tenant-information .tenant-personal-information h3, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information h3, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information h3 {
    font-size: 1.4375rem;
    font-weight: 600;
    color: #494949; }
  .onefm-client.tenant-creation .tenant-information .tenant-personal-information .tenant-img, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-img, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-img, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-personal-information .tenant-work-permit-img, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-personal-information .tenant-work-permit-img, .onefm-client.tenant-creation .tenant-information .tenant-personal-information .tenant-work-permit-img, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-work-permit-img, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-work-permit-img, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-pass-front-img, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-pass-front-img {
    width: 175px;
    height: 175px; }
    .onefm-client.tenant-creation .tenant-information .tenant-personal-information .tenant-img .custom-file-upload, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-img .custom-file-upload, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-img .custom-file-upload, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-personal-information .tenant-work-permit-img .custom-file-upload, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-personal-information .tenant-work-permit-img .custom-file-upload, .onefm-client.tenant-creation .tenant-information .tenant-personal-information .tenant-work-permit-img .custom-file-upload, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-work-permit-img .custom-file-upload, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-work-permit-img .custom-file-upload, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-pass-front-img .custom-file-upload, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-pass-front-img .custom-file-upload {
      left: 0;
      right: 0;
      margin: auto !important;
      top: 0;
      bottom: 0;
      width: 175px;
      height: 175px; }
      .onefm-client.tenant-creation .tenant-information .tenant-personal-information .tenant-img .custom-file-upload .error, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-img .custom-file-upload .error, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-img .custom-file-upload .error, .onefm-client.tenant-creation .tenant-information .tenant-personal-information .tenant-work-permit-img .custom-file-upload .error, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-work-permit-img .custom-file-upload .error, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-work-permit-img .custom-file-upload .error, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-pass-front-img .custom-file-upload .error, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-pass-front-img .custom-file-upload .error {
        position: absolute;
        width: 155px;
        top: 10.7rem;
        left: 13px; }
      .onefm-client.tenant-creation .tenant-information .tenant-personal-information .tenant-img .custom-file-upload .inputfile, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-img .custom-file-upload .inputfile, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-img .custom-file-upload .inputfile, .onefm-client.tenant-creation .tenant-information .tenant-personal-information .tenant-work-permit-img .custom-file-upload .inputfile, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-work-permit-img .custom-file-upload .inputfile, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-work-permit-img .custom-file-upload .inputfile, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-pass-front-img .custom-file-upload .inputfile, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-pass-front-img .custom-file-upload .inputfile {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1; }
        .onefm-client.tenant-creation .tenant-information .tenant-personal-information .tenant-img .custom-file-upload .inputfile + label, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-img .custom-file-upload .inputfile + label, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-img .custom-file-upload .inputfile + label, .onefm-client.tenant-creation .tenant-information .tenant-personal-information .tenant-work-permit-img .custom-file-upload .inputfile + label, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-work-permit-img .custom-file-upload .inputfile + label, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-work-permit-img .custom-file-upload .inputfile + label, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-pass-front-img .custom-file-upload .inputfile + label, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-pass-front-img .custom-file-upload .inputfile + label {
          color: #cecbcb;
          max-width: 100%;
          font-size: .6875rem;
          font-weight: 700;
          cursor: pointer;
          margin: 0 auto;
          text-align: center;
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          justify-content: center;
          height: 100%; }
          .onefm-client.tenant-creation .tenant-information .tenant-personal-information .tenant-img .custom-file-upload .inputfile + label span, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-img .custom-file-upload .inputfile + label span, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-img .custom-file-upload .inputfile + label span, .onefm-client.tenant-creation .tenant-information .tenant-personal-information .tenant-work-permit-img .custom-file-upload .inputfile + label span, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-work-permit-img .custom-file-upload .inputfile + label span, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-work-permit-img .custom-file-upload .inputfile + label span, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-pass-front-img .custom-file-upload .inputfile + label span, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-pass-front-img .custom-file-upload .inputfile + label span {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: center; }
    .onefm-client.tenant-creation .tenant-information .tenant-personal-information .tenant-img .img-preview, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-img .img-preview, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-img .img-preview, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-personal-information .tenant-work-permit-img .img-preview, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-personal-information .tenant-work-permit-img .img-preview, .onefm-client.tenant-creation .tenant-information .tenant-personal-information .tenant-work-permit-img .img-preview, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-work-permit-img .img-preview, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-work-permit-img .img-preview, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-pass-front-img .img-preview, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-pass-front-img .img-preview {
      width: 100%;
      height: 100%;
      background: whitesmoke;
      border: 1px dashed #b9b9b9; }
      .onefm-client.tenant-creation .tenant-information .tenant-personal-information .tenant-img .img-preview img, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-img .img-preview img, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-img .img-preview img, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-personal-information .tenant-work-permit-img .img-preview img, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-personal-information .tenant-work-permit-img .img-preview img, .onefm-client.tenant-creation .tenant-information .tenant-personal-information .tenant-work-permit-img .img-preview img, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-work-permit-img .img-preview img, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-work-permit-img .img-preview img, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-pass-front-img .img-preview img, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-pass-front-img .img-preview img {
        width: 100%;
        height: 100%; }
  .onefm-client.tenant-creation .tenant-information .tenant-personal-information .tenant-work-permit-img, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-work-permit-img, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-work-permit-img, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .tenant-pass-front-img, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-pass-front-img {
    width: 280px;
    height: 180px; }
  .onefm-client.tenant-creation .tenant-information .work-permit-upload h3 {
    font-size: 1.4375rem;
    font-weight: 600;
    color: #494949; }
  .onefm-client.tenant-creation .tenant-information .work-permit-upload .tenant-work-permit-img, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .work-permit-upload .tenant-passport-information .tenant-pass-front-img, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .work-permit-upload .tenant-passport-information .tenant-pass-front-img, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .work-permit-upload .tenant-pass-front-img, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .work-permit-upload .tenant-pass-front-img {
    width: 280px;
    height: 180px; }
    .onefm-client.tenant-creation .tenant-information .work-permit-upload .tenant-work-permit-img .custom-file-upload, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .work-permit-upload .tenant-passport-information .tenant-pass-front-img .custom-file-upload, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .work-permit-upload .tenant-passport-information .tenant-pass-front-img .custom-file-upload, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .work-permit-upload .tenant-pass-front-img .custom-file-upload, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .work-permit-upload .tenant-pass-front-img .custom-file-upload {
      left: 0;
      right: 0;
      margin: auto !important;
      top: 0;
      bottom: 0;
      width: 100px;
      height: 100px; }
      .onefm-client.tenant-creation .tenant-information .work-permit-upload .tenant-work-permit-img .custom-file-upload .inputfile, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .work-permit-upload .tenant-passport-information .tenant-pass-front-img .custom-file-upload .inputfile, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .work-permit-upload .tenant-passport-information .tenant-pass-front-img .custom-file-upload .inputfile, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .work-permit-upload .tenant-pass-front-img .custom-file-upload .inputfile, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .work-permit-upload .tenant-pass-front-img .custom-file-upload .inputfile {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1; }
        .onefm-client.tenant-creation .tenant-information .work-permit-upload .tenant-work-permit-img .custom-file-upload .inputfile + label, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .work-permit-upload .tenant-passport-information .tenant-pass-front-img .custom-file-upload .inputfile + label, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .work-permit-upload .tenant-passport-information .tenant-pass-front-img .custom-file-upload .inputfile + label, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .work-permit-upload .tenant-pass-front-img .custom-file-upload .inputfile + label, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .work-permit-upload .tenant-pass-front-img .custom-file-upload .inputfile + label {
          color: #cecbcb;
          max-width: 100%;
          font-size: .6875rem;
          font-weight: 700;
          cursor: pointer;
          margin: 0 auto;
          text-align: center; }
      .onefm-client.tenant-creation .tenant-information .work-permit-upload .tenant-work-permit-img .custom-file-upload .error, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .work-permit-upload .tenant-passport-information .tenant-pass-front-img .custom-file-upload .error, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .work-permit-upload .tenant-passport-information .tenant-pass-front-img .custom-file-upload .error, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .work-permit-upload .tenant-pass-front-img .custom-file-upload .error, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .work-permit-upload .tenant-pass-front-img .custom-file-upload .error {
        white-space: nowrap;
        position: absolute;
        width: 185px;
        top: 8.7rem;
        left: -87px; }
    .onefm-client.tenant-creation .tenant-information .work-permit-upload .tenant-work-permit-img .img-preview, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .work-permit-upload .tenant-passport-information .tenant-pass-front-img .img-preview, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .work-permit-upload .tenant-passport-information .tenant-pass-front-img .img-preview, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .work-permit-upload .tenant-pass-front-img .img-preview, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .work-permit-upload .tenant-pass-front-img .img-preview {
      width: 100%;
      height: 100%;
      background: whitesmoke;
      border: 1px dashed #b9b9b9; }
      .onefm-client.tenant-creation .tenant-information .work-permit-upload .tenant-work-permit-img .img-preview img, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .work-permit-upload .tenant-passport-information .tenant-pass-front-img .img-preview img, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .work-permit-upload .tenant-passport-information .tenant-pass-front-img .img-preview img, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information .tenant-passport-information .work-permit-upload .tenant-pass-front-img .img-preview img, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information .tenant-passport-information .work-permit-upload .tenant-pass-front-img .img-preview img {
        width: 100%;
        height: 100%; }
  .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-pass-front-img {
    width: 310px;
    height: 190px; }
    .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-pass-front-img .custom-file-upload {
      left: 0;
      right: 0;
      margin: auto !important;
      top: 0;
      bottom: 0;
      width: 115px;
      height: 100px; }
      .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-pass-front-img .custom-file-upload .inputfile {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1; }
        .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-pass-front-img .custom-file-upload .inputfile + label {
          color: #cecbcb;
          max-width: 100%;
          font-size: .6875rem;
          font-weight: 700;
          cursor: pointer;
          margin: 0 auto;
          text-align: center; }
      .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-pass-front-img .custom-file-upload .error {
        position: absolute;
        width: 241px;
        top: 8.8rem;
        left: -97px; }
    .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-pass-front-img .img-preview {
      width: 100%;
      height: 100%;
      background: whitesmoke;
      border: 1px dashed #b9b9b9; }
      .onefm-client.tenant-creation .tenant-information .tenant-passport-information .tenant-pass-front-img .img-preview img {
        width: 100%;
        height: 100%; }
  .onefm-client.tenant-creation .tenant-information .tenant-passport-information .btn-group .btn:nth-of-type(1) {
    background: #00D16C; }
  .onefm-client.tenant-creation .tenant-information .tenant-passport-information .btn-group .btn:nth-of-type(2) {
    background: #E9AA00; }
  .onefm-client.tenant-creation .tenant-information .tenant-passport-information .btn-group .btn:nth-of-type(3) {
    background: #FF565C; }
  .onefm-client.tenant-creation .tenant-information.edit-mode .tenant-personal-information .custom-file-upload, .onefm-client.tenant-creation .onefm-admin.client-tenant-details .tab-content .tab-pane .tenant-information.edit-mode .tenant-passport-information .custom-file-upload, .onefm-admin.client-tenant-details .tab-content .tab-pane .onefm-client.tenant-creation .tenant-information.edit-mode .tenant-passport-information .custom-file-upload {
    display: inline-table; }
  .onefm-client.tenant-creation .tenant-information.edit-mode .form-group .form-control-plaintext {
    display: none; }
  .onefm-client.tenant-creation .tenant-information.edit-mode .form-group .form-control {
    display: block; }

.query-search-list .collapse.collapsed + .view-report-button {
  display: none !important; }
.query-search-list h6 small {
  font-weight: 500; }
.query-search-list .card {
  border-bottom: solid 1px #ddd;
  border-radius: .25rem;
  overflow: hidden; }
  .query-search-list .card .card-header {
    background: none;
    border-bottom: 0;
    padding: 1rem 2rem 1rem 3rem;
    cursor: pointer;
    background-color: #e2e2e2;
    position: relative; }
    .query-search-list .card .card-header .collapse {
      min-height: 51px; }
      .query-search-list .card .card-header .collapse::before {
        position: absolute;
        left: 1.25rem;
        font-family: "Ionicons";
        content: "\f208";
        font-size: 0.5rem;
        width: 1rem;
        height: 0.875rem;
        background-color: #eee;
        line-height: 0.875rem;
        text-align: center;
        border-radius: 2px; }
      .query-search-list .card .card-header .collapse.collapsed::before {
        content: "\f217"; }
    .query-search-list .card .card-header h5 {
      font-size: 1rem;
      font-weight: 500; }
  .query-search-list .card label {
    cursor: pointer; }

.query-search-list-detail.company-work-list .card .card-header img {
  width: 120px; }
.query-search-list-detail.company-work-list .card .card-body ul {
  line-height: 2rem; }
.query-search-list-detail.company-work-list .card .card-body .table.company-worker-table thead tr th:nth-of-type(2) {
  min-width: 130px; }
.query-search-list-detail.company-work-list .card .card-body .table.company-worker-table thead tr th:nth-of-type(4) {
  min-width: 200px; }
.query-search-list-detail.company-work-list .card .card-body .table.company-worker-table thead tr th:nth-of-type(5) {
  min-width: 150px; }
.query-search-list-detail.company-work-list .card .card-body .table.company-worker-table thead tr th:nth-of-type(6) {
  min-width: 130px; }
.query-search-list-detail.company-work-list .card .card-body .table.company-worker-table thead tr th:nth-of-type(9) {
  min-width: 120px; }
.query-search-list-detail.company-work-list .card .card-body .table.company-worker-table thead tr th:nth-of-type(10) {
  min-width: 120px; }
.query-search-list-detail.company-work-list .card .card-body .table.company-worker-table thead tr th:nth-of-type(11) {
  min-width: 120px; }
.query-search-list-detail.company-work-list .card .card-body .table.company-worker-table thead tr th:nth-of-type(12) {
  min-width: 170px; }
.query-search-list-detail.company-work-list .card .card-body .table.company-worker-table thead tr th:nth-of-type(14) {
  min-width: 140px; }
.query-search-list-detail.company-work-list .card .card-body .table.company-worker-table thead tr th:nth-of-type(15) {
  min-width: 135px; }
.query-search-list-detail.company-work-list .card .card-body .table.company-worker-table thead tr th:nth-of-type(16) {
  min-width: 120px; }
.query-search-list-detail.company-work-list .card .card-body .table.company-worker-table thead tr th:nth-of-type(17) {
  min-width: 120px; }
.query-search-list-detail.company-work-list .card .card-body .table.company-worker-table thead tr th:nth-of-type(18) {
  min-width: 120px; }
.query-search-list-detail.company-work-list .card .card-body .table.company-worker-table thead tr th:nth-of-type(19) {
  min-width: 120px; }
.query-search-list-detail.company-work-list .card .card-body .table.company-worker-table thead tr th:nth-of-type(20) {
  min-width: 120px; }
.query-search-list-detail.company-work-list .card .card-body .table.company-worker-table thead tr th:nth-of-type(21) {
  min-width: 120px; }
.query-search-list-detail.company-work-list .card .card-body .table.company-worker-table thead tr th:nth-of-type(22) {
  min-width: 120px; }
.query-search-list-detail.company-work-list .card .card-body .table.company-worker-table thead tr th:nth-of-type(23) {
  min-width: 180px; }
.query-search-list-detail.company-work-list .card .card-body .table.company-worker-table thead tr th:nth-of-type(24) {
  min-width: 140px; }
.query-search-list-detail.company-work-list .card .card-body .table.company-worker-table thead tr th:nth-of-type(25) {
  min-width: 160px; }
.query-search-list-detail.company-work-list .card .card-body .table.company-worker-table thead tr th:nth-of-type(25) {
  min-width: 120px; }
.query-search-list-detail.company-work-list .card .card-body .table.worker-nationality-building-table thead tr th:first-of-type {
  min-width: 60px; }
.query-search-list-detail.company-work-list .card .card-body .table.occupancy-status-table thead tr th:nth-of-type(2) {
  min-width: 170px; }
.query-search-list-detail.company-work-list .card .card-body .table.occupancy-status-table thead tr th:nth-of-type(3) {
  min-width: 150px; }
.query-search-list-detail.company-work-list .card .card-body .table.occupancy-status-table thead tr th:nth-of-type(4) {
  min-width: 120px; }
.query-search-list-detail.company-work-list .card .card-body .table.occupancy-status-table thead tr th:nth-of-type(5) {
  min-width: 110px; }
.query-search-list-detail.company-work-list .card .card-body .table.occupancy-status-table thead tr th:nth-of-type(6) {
  min-width: 110px; }
.query-search-list-detail.company-work-list .card .card-body .table.occupancy-status-table thead tr th:nth-of-type(7) {
  min-width: 150px; }
.query-search-list-detail.company-work-list .card .card-body .table.occupancy-status-table thead tr th:nth-of-type(8) {
  min-width: 155px; }
.query-search-list-detail.company-work-list .card .card-body .table.occupancy-status-table thead tr th:nth-of-type(9) {
  min-width: 110px; }
.query-search-list-detail.company-work-list .card .card-body .table.occupancy-status-table thead tr th:nth-of-type(10) {
  min-width: 102px; }
.query-search-list-detail.company-work-list .card .card-body .table.query-search-new img {
  width: 55px; }
.query-search-list-detail.company-work-list .card .card-body .table.query-search-new thead tr th:nth-of-type(2) {
  min-width: 100px; }
.query-search-list-detail.company-work-list .card .card-body .table.query-search-new thead tr th:nth-of-type(3) {
  min-width: 115x; }
.query-search-list-detail.company-work-list .card .card-body .table.query-search-new thead tr th:nth-of-type(4) {
  min-width: 160px; }
.query-search-list-detail.company-work-list .card .card-body .table.query-search-new thead tr th:nth-of-type(5) {
  min-width: 100px; }
.query-search-list-detail.company-work-list .card .card-body .table.query-search-new thead tr th:nth-of-type(6) {
  min-width: 90px; }
.query-search-list-detail.company-work-list .card .card-body .table.query-search-new thead tr th:nth-of-type(7) {
  min-width: 100px; }
.query-search-list-detail.company-work-list .card .card-body .table.query-search-new thead tr th:nth-of-type(8) {
  min-width: 120px; }
.query-search-list-detail.company-work-list .card .card-body .table.query-search-new thead tr th:nth-of-type(9) {
  min-width: 70px; }
.query-search-list-detail.company-work-list .card .card-body .table.query-search-new thead tr th:nth-of-type(10) {
  min-width: 80px; }
.query-search-list-detail.company-work-list .card .card-body .table.query-search-new tbody tr td:nth-of-type(14) img {
  width: 55px; }
.query-search-list-detail.company-work-list .card .card-body .table.ipa-report-table thead tr th:nth-of-type(2) {
  min-width: 165px; }
.query-search-list-detail.company-work-list .card .card-body .table.ipa-report-table thead tr th:nth-of-type(3) {
  min-width: 200px; }
.query-search-list-detail.company-work-list .card .card-body .table.ipa-report-table thead tr th:nth-of-type(4) {
  min-width: 200px; }
.query-search-list-detail.company-work-list .card .card-body .table.ipa-report-table thead tr th:nth-of-type(5) {
  min-width: 100px; }
.query-search-list-detail.company-work-list .card .card-body .table.ipa-report-table thead tr th:nth-of-type(6) {
  min-width: 150px; }
.query-search-list-detail.company-work-list .card .card-body .table.ipa-report-table thead tr th:nth-of-type(7) {
  min-width: 170px; }
.query-search-list-detail.company-work-list .card .card-body .table.ipa-report-table thead tr th:nth-of-type(8) {
  min-width: 150px; }
.query-search-list-detail.company-work-list .card .card-body .table.ipa-report-table thead tr th:nth-of-type(9) {
  min-width: 150px; }
.query-search-list-detail.company-work-list .card .card-body .table.ipa-report-table thead tr th:nth-of-type(10) {
  min-width: 100px; }
.query-search-list-detail.company-work-list .card .card-body .table.ipa-report-table thead tr th:nth-of-type(11) {
  min-width: 100px; }
.query-search-list-detail.company-work-list .card .card-body .table.ipa-report-table thead tr th:nth-of-type(12) {
  min-width: 100px; }
.query-search-list-detail.company-work-list .card .card-body .table.ipa-report-table thead tr th:nth-of-type(13) {
  min-width: 100px; }
.query-search-list-detail.company-work-list .card .card-body .table.ipa-report-table thead tr th:nth-of-type(14) {
  min-width: 85px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-table thead tr th:nth-of-type(1) {
  min-width: 135px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-table thead tr th:nth-of-type(2) {
  min-width: 145px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-table thead tr th:nth-of-type(3) {
  min-width: 145px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-table thead tr th:nth-of-type(4) {
  min-width: 145px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-table thead tr th:nth-of-type(5) {
  min-width: 150px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-table thead tr th:nth-of-type(6) {
  min-width: 130px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-table thead tr th:nth-of-type(7) {
  min-width: 130px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-table thead tr th:nth-of-type(8) {
  min-width: 145px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-table thead tr th:nth-of-type(9) {
  min-width: 120px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-table thead tr th:nth-of-type(10) {
  min-width: 120px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-table thead tr th:nth-of-type(11) {
  min-width: 145px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-table thead tr th:nth-of-type(12) {
  min-width: 170px; }
.query-search-list-detail.company-work-list .card .card-body .table.inspection-report-table thead tr th:nth-of-type(1) {
  min-width: 135px; }
.query-search-list-detail.company-work-list .card .card-body .table.inspection-report-table thead tr th:nth-of-type(2) {
  min-width: 145px; }
.query-search-list-detail.company-work-list .card .card-body .table.inspection-report-table thead tr th:nth-of-type(3) {
  min-width: 145px; }
.query-search-list-detail.company-work-list .card .card-body .table.inspection-report-table thead tr th:nth-of-type(4) {
  min-width: 145px; }
.query-search-list-detail.company-work-list .card .card-body .table.inspection-report-table thead tr th:nth-of-type(5) {
  min-width: 150px; }
.query-search-list-detail.company-work-list .card .card-body .table.inspection-report-table thead tr th:nth-of-type(6) {
  min-width: 130px; }
.query-search-list-detail.company-work-list .card .card-body .table.inspection-report-table thead tr th:nth-of-type(7) {
  min-width: 130px; }
.query-search-list-detail.company-work-list .card .card-body .table.inspection-report-table thead tr th:nth-of-type(8) {
  min-width: 145px; }
.query-search-list-detail.company-work-list .card .card-body .table.inspection-report-table thead tr th:nth-of-type(9) {
  min-width: 155px; }
.query-search-list-detail.company-work-list .card .card-body .table.inspection-report-table thead tr th:nth-of-type(10) {
  min-width: 155px; }
.query-search-list-detail.company-work-list .card .card-body .table.inspection-report-table thead tr th:nth-of-type(11) {
  min-width: 155px; }
.query-search-list-detail.company-work-list .card .card-body .table.inspection-report-table thead tr th:nth-of-type(12) {
  min-width: 120px; }
.query-search-list-detail.company-work-list .card .card-body .table.inspection-report-table thead tr th:nth-of-type(13) {
  min-width: 150px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-work-table thead tr th:nth-of-type(1) {
  min-width: 70px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-work-table thead tr th:nth-of-type(2) {
  min-width: 135px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-work-table thead tr th:nth-of-type(3) {
  min-width: 145px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-work-table thead tr th:nth-of-type(4) {
  min-width: 145px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-work-table thead tr th:nth-of-type(5) {
  min-width: 145px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-work-table thead tr th:nth-of-type(6) {
  min-width: 150px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-work-table thead tr th:nth-of-type(7) {
  min-width: 130px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-work-table thead tr th:nth-of-type(8) {
  min-width: 165px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-work-table thead tr th:nth-of-type(9) {
  min-width: 160px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-work-table thead tr th:nth-of-type(10) {
  min-width: 150px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-work-table thead tr th:nth-of-type(11) {
  min-width: 150px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-work-table thead tr th:nth-of-type(12) {
  min-width: 145px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-work-table thead tr th:nth-of-type(13) {
  min-width: 170px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-work-table thead tr th:nth-of-type(14) {
  min-width: 125px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-work-table thead tr th:nth-of-type(15) {
  min-width: 110px; }
.query-search-list-detail.company-work-list .card .card-body .table.maintenance-report-work-table thead tr th:nth-of-type(16) {
  min-width: 110px; }
.query-search-list-detail.company-work-list .card .card-body .table.jtc-report-table thead tr th:first-of-type {
  min-width: 60px; }
.query-search-list-detail.company-work-list .card .card-body .table.jtc-report-table thead tr th:nth-of-type(2) {
  min-width: 165px; }
.query-search-list-detail.company-work-list .card .card-body .table.jtc-report-table thead tr th:nth-of-type(3) {
  min-width: 165px; }
.query-search-list-detail.company-work-list .card .card-body .table.jtc-report-table thead tr th:nth-of-type(4) {
  min-width: 150px; }
.query-search-list-detail.company-work-list .card .card-body .table.jtc-report-table thead tr th:nth-of-type(5) {
  min-width: 130px; }
.query-search-list-detail.company-work-list .card .card-body .table.jtc-report-table thead tr th:nth-of-type(6) {
  min-width: 130px; }
.query-search-list-detail.company-work-list .card .card-body .table.jtc-report-table thead tr th:nth-of-type(7) {
  min-width: 140px; }
.query-search-list-detail.company-work-list .card .card-body .table.jtc-report-table thead tr th:nth-of-type(8) {
  min-width: 135px; }
.query-search-list-detail.company-work-list .card .card-body .table.jtc-report-table thead tr th:nth-of-type(9) {
  min-width: 150px; }
.query-search-list-detail.company-work-list .card .card-body .table.jtc-report-table thead tr th:nth-of-type(10) {
  min-width: 120px; }
.query-search-list-detail.company-work-list .card .card-body .table.jtc-report-table thead tr th:nth-of-type(11) {
  min-width: 170px; }
.query-search-list-detail.company-work-list .card .card-body .table.jtc-report-table thead tr th:nth-of-type(12) {
  min-width: 200px; }
.query-search-list-detail.company-work-list .card .card-body .table.jtc-report-table thead tr th:nth-of-type(13) {
  min-width: 200px; }
.query-search-list-detail.company-work-list .card .card-body .table.jtc-report-table thead tr th:nth-of-type(14) {
  min-width: 195px; }
.query-search-list-detail.company-work-list .card .card-body .table.jtc-report-table thead tr th:nth-of-type(15) {
  min-width: 130px; }
.query-search-list-detail.company-work-list .card .card-body .table.jtc-report-table thead tr th:nth-of-type(16) {
  min-width: 130px; }
.query-search-list-detail.company-work-list .card .card-body .table.jtc-report-table thead tr th:nth-of-type(17) {
  min-width: 180px; }
.query-search-list-detail.company-work-list .card .card-body .table.jtc-report-table thead tr th:nth-of-type(18) {
  min-width: 155px; }
.query-search-list-detail.company-work-list .card .card-body .table.jtc-report-table thead tr th:nth-of-type(19) {
  min-width: 125px; }
.query-search-list-detail.company-work-list .card .card-body .table.jtc-report-table thead tr th:nth-of-type(20) {
  min-width: 130px; }
.query-search-list-detail.company-work-list .card .card-body .table.jtc-report-table thead tr th:last-of-type {
  min-width: 120px; }

.query-search-list .nav-link {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.23);
  margin-right: 3px; }

.query-search-list .nav-link:not(.active) {
  background-color: white; }

.query-search-wrp a img {
  margin-right: 10px; }

.query-search-wrp a {
  display: flex;
  align-items: center;
  width: calc(33% - 15px);
  position: relative;
  background-color: #fff;
  background-clip: border-box;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #777777;
  font-size: .9rem;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.21); }

.onefm-admin.assets {
  padding: 1rem; }
  .onefm-admin.assets .assets-head h3 {
    font-size: 1.3125rem; }
  .onefm-admin.assets .assets-head .input-group {
    width: 270px; }
    @media (max-width: 575.98px) {
      .onefm-admin.assets .assets-head .input-group {
        width: 100%; } }
    .onefm-admin.assets .assets-head .input-group .form-control {
      font-size: 0.8125rem; }
  @media (max-width: 575.98px) {
    .onefm-admin.assets .card .admin-asset-table .table {
      min-width: 1010px; } }
  .onefm-admin.assets .card .admin-asset-table .table thead th {
    font-size: .8125rem; }
    .onefm-admin.assets .card .admin-asset-table .table thead th:first-of-type {
      min-width: 45px; }
    .onefm-admin.assets .card .admin-asset-table .table thead th:last-of-type {
      width: 10px; }
  .onefm-admin.assets .card .admin-asset-table .table tbody tr td {
    vertical-align: middle; }
    .onefm-admin.assets .card .admin-asset-table .table tbody tr td .rating {
      margin: 0px auto;
      display: inline-block; }
      .onefm-admin.assets .card .admin-asset-table .table tbody tr td .rating label {
        margin-bottom: 0px; }
  .onefm-admin.assets .facility-filter .nav.nav-pills {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: .8rem;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto; }
    .onefm-admin.assets .facility-filter .nav.nav-pills li {
      height: 5rem;
      width: 256px;
      min-width: 256px;
      background-color: gainsboro;
      float: left;
      margin-right: 1rem;
      border-radius: 0.25rem;
      position: relative;
      background-size: cover;
      overflow: hidden;
      background-position: center;
      box-shadow: 0px 1px 0.25rem rgba(0, 0, 0, 0.3); }
      .onefm-admin.assets .facility-filter .nav.nav-pills li .form-check {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10; }
        .onefm-admin.assets .facility-filter .nav.nav-pills li .form-check .form-check-label {
          font-size: 1.5rem;
          font-weight: 700;
          position: absolute;
          background-color: rgba(0, 0, 0, 0.4);
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 0; }
        .onefm-admin.assets .facility-filter .nav.nav-pills li .form-check .form-check-input {
          position: absolute;
          left: -1rem;
          top: -1rem;
          opacity: 0; }
          .onefm-admin.assets .facility-filter .nav.nav-pills li .form-check .form-check-input:checked + .form-check-label {
            background-color: rgba(26, 132, 212, 0.8); }
  .onefm-admin.assets .blocks-filter .form-check .form-check-label {
    font-size: 0.8125rem;
    font-weight: 500; }
  .onefm-admin.assets .blocks-filter .form-check .form-check-input {
    position: absolute;
    left: -1rem;
    top: -1rem;
    opacity: 0; }
    .onefm-admin.assets .blocks-filter .form-check .form-check-input:checked + .form-check-label::before {
      font-family: "Ionicons";
      content: "\f120";
      position: absolute;
      right: 0.25rem;
      bottom: 0.25rem;
      color: #00C153;
      line-height: 1;
      display: block;
      font-size: 1.125rem; }
.onefm-admin.purchase-requisition-details {
  padding: 1rem 1rem 1rem 2rem; }
  @media (max-width: 767.98px) {
    .onefm-admin.purchase-requisition-details {
      padding: 0.5rem 1.5rem; } }
  .onefm-admin.purchase-requisition-details .card .card-header {
    font-weight: 700;
    margin: 0; }
  .onefm-admin.purchase-requisition-details .timeline .timeline-item {
    position: relative; }
    .onefm-admin.purchase-requisition-details .timeline .timeline-item > a {
      position: absolute;
      cursor: pointer;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 10; }
    .onefm-admin.purchase-requisition-details .timeline .timeline-item .timeline-icon {
      width: 3.5rem;
      height: 3.5rem;
      border: solid 0.25rem #ddd;
      color: #1a84d4;
      position: relative;
      background-color: #EFEFEF; }
      .onefm-admin.purchase-requisition-details .timeline .timeline-item .timeline-icon i {
        font-size: 1.5rem;
        position: relative;
        z-index: 10;
        display: block;
        line-height: 1; }
      .onefm-admin.purchase-requisition-details .timeline .timeline-item .timeline-icon::before {
        width: 0.25rem;
        left: 1.75rem;
        transform: translateX(-0.3125rem);
        position: absolute;
        content: "";
        height: 3rem;
        top: 100%;
        background-color: #ddd; }
    .onefm-admin.purchase-requisition-details .timeline .timeline-item .timeline-content h6 {
      font-size: 0.8125rem;
      font-weight: 500;
      color: #495588; }
    .onefm-admin.purchase-requisition-details .timeline .timeline-item .timeline-content p {
      font-size: 0.75rem; }
    .onefm-admin.purchase-requisition-details .timeline .timeline-item.completed .timeline-icon {
      color: white; }
      .onefm-admin.purchase-requisition-details .timeline .timeline-item.completed .timeline-icon::after {
        position: absolute;
        width: 3rem;
        height: 3rem;
        top: 0;
        left: 0;
        background-color: #00C153;
        content: "";
        border: solid 0.125rem white;
        border-radius: 50%;
        z-index: 0; }
    .onefm-admin.purchase-requisition-details .timeline .timeline-item:last-of-type {
      cursor: pointer; }
      .onefm-admin.purchase-requisition-details .timeline .timeline-item:last-of-type .timeline-icon::before {
        display: none; }
  .onefm-admin.purchase-requisition-details .lead-data .form-group .form-control {
    display: none; }
  .onefm-admin.purchase-requisition-details .lead-data .form-group .select2.select2-container {
    display: none; }
  .onefm-admin.purchase-requisition-details .lead-data.edit-mode .form-group .form-control {
    display: block; }
  .onefm-admin.purchase-requisition-details .lead-data.edit-mode .form-group .form-control-plaintext {
    display: none; }
  .onefm-admin.purchase-requisition-details .lead-data.edit-mode .form-group .select2.select2-container {
    display: block; }
  @media (max-width: 767.98px) {
    .onefm-admin.purchase-requisition-details .lead-data .card-header h5 {
      width: 100%; } }
  @media (max-width: 1199.98px) {
    .onefm-admin.purchase-requisition-details .lead-data .card-header h5 {
      min-width: 50%;
      max-width: 50%; } }
  .onefm-admin.purchase-requisition-details .purchase-order-table .table thead tr th:nth-of-type(2) {
    min-width: 280px; }
  .onefm-admin.purchase-requisition-details .purchase-order-table .table thead tr th:first-of-type {
    min-width: 280px; }
  .onefm-admin.purchase-requisition-details .purchase-order-table .table thead tr th:last-of-type {
    min-width: 280px; }
  .onefm-admin.purchase-requisition-details .nav.nav-tabs .nav-item .nav-link {
    font-size: .875rem;
    background: #ECECEC;
    border: none;
    border-bottom: 2px solid transparent; }
    .onefm-admin.purchase-requisition-details .nav.nav-tabs .nav-item .nav-link.active {
      background: #fff;
      border-left: none;
      border-right: none;
      border-top: none; }
.onefm-admin .asste-transfer-create .admin-transfer-item-table .table tbody tr:first-of-type td:last-of-type .btn-icon {
  display: none; }

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