body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

/* JS22AK10HI2021L */
a,
p,
label,
input.form-control {
  color: #707070;
}
a:hover,
a:focus,
a:active {
  color: #000;
}

/* footer.main-footer,
footer.main-footer a {
  color: #707070 !important;
} */
aside.main-sidebar.sidebar-dark-primary.elevation-4
  ul.nav.nav-pills.nav-sidebar
  p {
  color: #c2c7d0;
}
/* JS22AK10HI2021L */

.deleteRecord,
input[type="file"],
input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}
.login-box {
  width: 460px;
  margin-bottom: 30px;
  max-width: 50%;
  padding: 30px 20px 50px;
  background-image: linear-gradient(to right, #db0000, #7f171f);
}
.btn-yellow {
      background-image: linear-gradient(to bottom, #930002, #db0000);
    border: 1px solid #9f0e14;
    box-shadow: none;
    color: #fff;
}
.btn-blue {
  background-image: linear-gradient(to right, #db0000, #7f171f);
  border: 1px solid #7f171f;
  box-shadow: none;
  color: white;
}
.btn-blue:hover {
  background: #db0000;
  color: #fff;
  border: 1px solid #db0000;
}
.info-box-text {
  font-weight: bold;
}
.uploads [type="file"] {
  color: transparent;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active,
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active,
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:focus,
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:hover {
  /*background-image: linear-gradient(to right, #5c9fde, #4767e4);*/
  background-color: #930002;
}
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active,
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:focus,
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:hover {
  color: white;
}
.login-box-msg {
  font-size: large !important;
}
.login-page .form-control {
  font-size: 18px !important;
  height: 45px !important;
}
.login-box-body .form-group.has-feedback {
  position: relative;
  margin: 0 0 25px;
}
.login-box-body form > .row {
  margin: 0 !important;
}
.login-box-body form > .row > div[class*="col-"] {
  width: 100%;
}
.login-box-body form > .row > div[class*="col-"] button {
      background-color: #2f2424 !important;
    border: 2px solid #2f2424 !important;
    color: #fff !important;
}
.login-box-body form > .row > div[class*="col-"] button:hover,
.login-box-body form > .row > div[class*="col-"] button:focus,
.login-box-body form > .row > div[class*="col-"] button:active {
  background-color: #fff !important;
  color: #151112 !important;
}
.form-control-feedback {
  font-size: 18px !important;
  line-height: 45px !important;
  position: absolute;
  right: 15px;
  top: 0;
}
.login-page .main-footer {
  background: none;
  margin-left: 0 !important;
  border-color: #656162;
}
.login-page .main-footer a {
  color: #c3c3c3;
  font-weight: bold;
}
.form-control {
  border-radius: 4px;
}
.main-header .logo {
  font-size: 18px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #ecf0f5;
}
a.nav-link.main-nav-title {
  font-size: 26px;
  font-weight: bold;
  padding: 0;
  line-height: 1;
  height: auto;
}
.user-panel > .info {
  position: unset;
}
.user-panel > .info > p,
.skin-blue .sidebar-menu > li > a,
.skin-blue .sidebar-menu .treeview-menu > li > a {
  font-size: 18px;
}
star {
  color: red;
}
#contractDetailsPage .page-header {
  padding-bottom: 20px;
}
#contractDetailsPage .page-header .btn {
  font-size: 14px !important;
}
#contractDetailsPage hr {
  border-top: 1px solid black;
}
#contractDetailsPage .form-control {
  font-size: 16px;
}
#modal-reoccuring input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#print_popup {
  display: none;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  /*color: #fff;*/
  content: "\f054";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
}
nav.main-header.navbar.navbar-expand,
footer.main-footer {
  background-image: linear-gradient(to right, #7f171f, #db0000);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:active {
  color: rgb(150, 150, 150);
}
.card-box-primary h3 {
  font-family: "Digital-7";
  color: #00ff24;
  font-size: 32px;
  margin: 0;
  line-height: normal;
  border-bottom: 1px solid #fff;
}
.card-box-primary h3 > span {
  font-family: "Digital-7";
  color: #303030;
  font-size: 22px;
}
.card-box .card-box-primary {
  padding: 5px;
  margin: 0 0 10px;
  background-color: #191415;
  border-radius: 5px;
}
.card-box-primary p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  text-align: center;
}
.card-box-secondary h3 {
  font-family: "Digital-7";
  color: #00ff24;
  font-size: 32px;
  margin: 0;
  line-height: normal;
}
.card-box .card-box-secondary {
  padding: 5px;
  margin: -55px -10px 20px 0;
  background-color: #191415;
  border-radius: 5px;
}
.card-list-js ul {
  list-style: none;
  padding: 0 40px;
}
.card-list-js ul li {
  font-family: "Open Sans";
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
}
.card-list-js ul li > span {
  padding: 0 0 0 30%;
  float: right;
  position: relative;
}
.card-list-js ul li > span:before {
  content: ":";
  position: absolute;
  left: 0;
}
.dataEntry label {
  color: white;
}
.datepicker {
  z-index: 9999 !important;
}
.navbar-expand .navbar-nav .dropdown-menu {
  margin: 0;
  padding: 10px 15px;
  background-color: #343a40;
  max-width: 100%;
  min-width: 220px;
}
.navbar-expand .navbar-nav .dropdown-menu button {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 16px !important;
  display: block;
  line-height: initial;
  width: 100%;
  text-align: left;
  color: #fff;
}
.navbar-expand .navbar-nav .dropdown-menu button:hover,
.navbar-expand .navbar-nav .dropdown-menu button:focus,
.navbar-expand .navbar-nav .dropdown-menu button:active {
  background: transparent;
  border: none;
  color: #dcdcdc;
}
.login-logo a {
  color: #fff;
}
p.login-box-msg {
  color: #fff;
}
a.nav-link.nav-logo.apex-logo {
  padding: 0;
}
a.nav-link.nav-logo.apex-logo img {
  width: 95px;
  padding: 0;
}
.deleteRecord {
  color: red;
}
#loading-image {
  position: absolute;
  left: 43%;
  top: 30%;
  z-index: 100;
}
.put-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: white;
  opacity: 0.6;
}
.ff_fileupload_start_upload {
  display: none !important;
}
.croppie-container .cr-boundary {
  width: 100%;
  height: 500px;
}
.mapImageRow .mapImageDiv img.mapImage,
img.mapImage {
  width: 100%;
  height: auto;
  max-width: 100%;
}
img.map-pointer[style*="1569"],
img.map-pointer[style*="2226"] {
  display: none;
}
.canvasRaw {
  width: 100%;
}
.canvasRaw canvas {
  width: 100%;
}
.mapImageRow {
  display: flex;
}
.mapImageRow img:not(.map-pointer) {
  width: 100% !important;
}

/* RESPONSIVE */
@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .login-box,
  .register-box {
    width: 90% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .rental_button {
    text-align: center;
  }
  .openReocurringModal {
    margin-top: 10px;
  }
  .save_btn .btn-success {
    margin-bottom: 10px;
  }
}

/* PRINT */
@media print {
  html,
  body {
    font-size: 15px;
    font-family: none !important;
  }
  .col-md-4 {
    width: 33.3%;
    float: left;
  }
  .col-md-6 {
    width: 50%;
    float: left;
  }
  hr {
    border-top: 1px solid black;
  }
  .rentalsTablePrint tr > th,
  .reportTablePrint tr > th {
    border-bottom: 1px solid black;
  }
  .rentalsTablePrint tr > td {
    font-size: medium;
    padding: 3px;
  }
  .paymentsTablePrint tr > th,
  .paymentsTablePrint tr > td {
    padding: 3px;
    border: 1px solid black;
  }
  b.red {
    color: red !important;
  }
  .reportTablePrint tr > td,
  .reportTablePrint tr > th {
    font-size: medium;
    padding: 5px;
  }
}

/* 19-05-2021 */

.app-more .ui-card {
  display: block;
  margin: 0 0 20px;
  background-color: #fff;
  padding: 0 20px;
}
.more-menu {
  padding-top: 15px;
}
ul.more-nav {
  padding-left: 5px;
  width: 100%;
  list-style: none;
  position: relative;
  padding-top: 25px;
}
li.more-item:not(:last-child),
li.more-item-bingo:not(:last-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 0 10px;
  width: 100%;
  border-bottom: 1px solid #616161;
  color: #616161;
}
li.more-item,
li.more-item-bingo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 0 10px;
  width: 100%;
  color: #616161;
}
li.more-item,
li.more-item-bingo {
  position: relative;
}
li.more-item a {
  color: #707070;
  font-size: 20px;
  min-height: 40px;
  text-decoration: none;
}
li.more-item:after {
  content: "\f105";
}
li.more-item:after,
li.more-item-bingo:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 12px 0 0;
  color: #616161;
  right: 0;
  position: absolute;
  top: 6px;
}
.more_name h3 {
  font-size: 22px;
  color: #616161;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.2px;
}
.ui-title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.ui-title_wrap:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffce00;
}
.ui-card__title h4 {
  color: #707070;
}
.ui-card__title h4:after {
  display: none;
}
.ui-card__bottom {
  padding-top: 6px;
}
/* textarea#details {
  display: block !important;
  width: 0;
  height: 0 !important;
  opacity: 0;
  padding: 0;
  border: 0;
} */
@media screen and (max-width: 575px) {
  .ui-card__title p {
    text-align: left;
    font-size: 16px;
    padding: 0 20px;
  }
  .uploads .info-box .info-box-icon {
    padding: 15px;
    height: 70px;
  }
  .uploads .uploadButton {
    margin-top: 12px;
  }
  .calendarBckColor {
    background-image: linear-gradient(red, yellow);
  }
}

.content-header h1 small {
  padding-left:  20px;
}
.bill_table th {
   font-size: 15px !important;
}

.switch {
  position: relative;
  display: inline-block;
      width: 55px;
    height: 25px;
}

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

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

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

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

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

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

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

.slider.round:before {
  border-radius: 50%;
}
[class*=sidebar-dark-] {
      background-image: linear-gradient(to right, #7f171f, #db0000) !important;
}
.navbar-light .navbar-nav .nav-link {
  color:  #fff !important;
}
[class*=sidebar-dark] .brand-link {
    border-bottom: 1px solid #dc3545 !important;
}
[class*=sidebar-dark] .user-panel {
    border-bottom: 1px solid #dc3545 !important;
}
[class*=sidebar-dark-] .sidebar a {
  color:  #fff !important;
}
aside.main-sidebar.sidebar-dark-primary.elevation-4 ul.nav.nav-pills.nav-sidebar p {
  color:  #fff !important;
}
.card-footer .btn-success {
    background-color: #db0000 !important;
    border-color: #db0000 !important;
}
.modal-footer .btn-success {
    background-color: #930002 !important;
    border-color: #930002 !important;
}
.modal-footer .btn-danger {
    background-color: #db0000 !important;
    border-color: #db0000 !important;
}
.login-logo img {
  width:  50%;
}
.brand-link .brand-image {
  float:  none !important;
      margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    max-height: 60px !important;
    width: auto !important;
}
body .login-box-body .btn-yellow {
  background-color: #2f2424 !important;
  border: 2px solid #2f2424 !important;
}



#DataTables_Table_0_wrapper table#DataTables_Table_0 {width: 100% !important;}
#DataTables_Table_0_wrapper table#DataTables_Table_0 th {width: 75px !important;font-size: 14px;padding: 12px 25px 12px 5px;}
#DataTables_Table_0_wrapper table#DataTables_Table_0 td {font-size: 14px;}
#DataTables_Table_0_wrapper table#DataTables_Table_0 th:nth-child(4) {width: 150px !important;}
#DataTables_Table_0_wrapper table#DataTables_Table_0 th:nth-child(5) {width: 160px !important;}
#DataTables_Table_0_wrapper table#DataTables_Table_0 th:nth-child(6) {width: 35px !important;}
#DataTables_Table_0_wrapper table#DataTables_Table_0 th:nth-child(7) {width: 45px !important;}
#DataTables_Table_0_wrapper table#DataTables_Table_0 th:nth-child(8) {width: 95px !important;white-space: nowrap;}

#pdf_list_wrapper table#pdf_list {width: 100% !important;}
#pdf_list_wrapper table#pdf_list th {width: 75px !important;font-size: 14px;padding: 12px 25px 12px 5px;}
#pdf_list_wrapper table#pdf_list td {font-size: 14px;}
