body {
  background-color: rgb(230,230,230);
}

.alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

a.active {
  color: rgb(225, 31, 143) !important;
  background-color: white;
}

.body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  height: 100%;
}

.alt-checkbox {
  margin-bottom: 0.25rem;
}

.alt-checkbox input[type="checkbox"]:not(:checked),
.alt-checkbox input[type="checkbox"]:checked {
  position: absolute;
  left: -9999%;
}

.alt-checkbox input[type="checkbox"] + label {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  border: 1px solid rgb(225, 31, 143);
  color: rgb(225, 31, 143);
  background-color: white;
  margin-bottom: 10px;
  width: 100%;
}

.alt-checkbox input[type="checkbox"]:checked + label {
  border: 1px solid white;
  color: white;
  background-color: rgba(225, 31, 143, 0.75);
}

.alt-radio input[type="radio"]:not(:checked),
.alt-radio input[type="radio"]:checked {
  position: absolute;
  left: -9999%;
}

.alt-radio input[type="radio"] + label {
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  border: 1px solid rgb(225, 31, 143);
  color: rgb(225, 31, 143);
  background-color: white;
  margin-bottom: 10px;
  border-radius: 25px;
}

.alt-radio input[type="radio"]:checked + label {
  border: 1px solid white;
  color: white;
  background-color: rgba(225, 31, 143, 0.75);
}

.btn-custom:active, .btn-custom:hover, .btn-custom:focus, .btn-custom:focus:active {
  background-color: white !important;
  box-shadow: 0 0 0 0.25rem rgba(50, 50, 50, 0.5) !important;
  border-color: rgb(50, 50, 50) !important;
  color: rgb(50, 50, 50) !important;
}

.btn-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.created-today {
  padding-top: 10px;
}

.created-today input:hover,
.created-today label:hover {
  cursor: pointer !important;
}

.created-today .custom-control-label::before,
.created-today .custom-control-label::after{
  top: 0.05rem;
  left: -2rem;
  width: 1.5rem;
  height: 1.5rem;
}

.custom-select {
  border: 3px solid #ced4da;
}

.custom-select:focus {
  border: 3px solid rgba(225, 31, 143, 0.50);
  box-shadow: none;
}

.dataTables_info {
  font-weight: bold;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 1px solid #979797 !important;
  background: white !important;
  border-radius: 50%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  border: 1px solid rgba(225, 31, 143, 0.50) !important;
  background-color: rgba(225, 31, 143, 0.50) !important;
  background: rgba(225, 31, 143, 0.50) !important;
  color: white !important;
  border-radius: 50%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default !important;
  color: #666 !important;
  border: 1px solid transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 50%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  border-radius: 10px;
}

.fa-search, .fa-save, .fa-clear {
    margin-right: 0.25rem;
}

.feather-check-circle {
    color: rgba(225, 31, 143, 0.75);
}

.form-check.alt-checkbox,
.form-check.alt-radio {
  padding-left: 0;
}

.form-control-file {
  display: block;
  width: 100%;
}

.form-group label {
  margin-bottom: 0.5rem;
}

.footer .message {
    text-align:center;
    padding: 2rem 4rem 1rem 4rem;
}

.login-body {
  height: calc(100vh);
  overflow-y: auto;
  max-width: none;
  margin: 0;
  padding: 0;
}

.logout {
  color: #999 !important;
}

h3.title {
  text-align: center;
  font-weight: bold;
  color: #333;
}

.icon-value {
    display: none;
}

.question {
  margin: 0 0 2rem 0;
}

.question label {
  font-weight: 500;
}

select {
  height: auto !important;
}

select option:disabled {
    background-color: rgb(200,200,200);
}

.max-width-body {
  max-width: 700px;
  margin: 0 auto;
}

.profile-form {
  margin-bottom: 4rem;
}

.receipt-btns {
  margin-top: 40px;
  margin-bottom: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.receipt-btns a i {
  margin-right: 3px;
  font-size: 14px;
}

.receipt-btns .btn-custom {
  margin: 0 1rem 1rem 1rem;
  align-items: center;
}

.receipt-btns .btn-custom i {
  padding-right: 0.5rem;
}

.question .form-control {
  border: 3px solid #ced4da;
}

.question .form-control:focus {
  border: 3px solid rgba(225, 31, 143, 0.50);
  box-shadow: none;
}

.ranking {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top:0.5rem;
}

.ranking label {
  margin-bottom: 0;
  font-weight: normal;
}

.ranking .box{
  width: auto;
  margin-right: 1rem;
}

.receipt-content .invoice-wrapper {
  background: #FFF;
  border: 1px solid #CDD3E2;
  box-shadow: 0px 0px 1px #CCC;
  padding: 40px 40px 60px;
  margin-top: 40px;
  border-radius: 4px;
}

.receipt-content .invoice-wrapper .payment-details span {
  color: #A9B0BB;
  display: block;
}
.receipt-content .invoice-wrapper .payment-details a {
  display: inline-block;
  margin-top: 5px;
}

.receipt-content .invoice-wrapper .payment-info {
  margin-top: 25px;
}

.receipt-content .invoice-wrapper .payment-info span {
  color: #A9B0BB;
}

.receipt-content .invoice-wrapper .payment-info strong {
  display: block;
  color: #444;
  margin-top: 3px;
}

.receipt-content .invoice-wrapper .payment-details {
  border-top: 2px solid rgb(235, 236, 238);
  margin-top: 30px;
  padding-top: 20px;
  line-height: 22px;
}

.receipt-content .invoice-wrapper .line-items {
  margin-top: 40px;
}

.receipt-content .invoice-wrapper .line-items .headers {
  color: #A9B0BB;
  font-size: 13px;
  letter-spacing: .3px;
  border-bottom: 2px solid rgb(235, 236, 238);
  padding-bottom: 4px;
}
.receipt-content .invoice-wrapper .line-items .items {
  margin-top: 8px;
  border-bottom: 2px solid rgb(235, 236, 238);
  padding-bottom: 8px;
}

.receipt-content .invoice-wrapper .line-items .items .item {
  padding: 10px 0;
  color: #696969;
  font-size: 15px;
}

.receipt-content .invoice-wrapper .line-items .items .item-row,
.receipt-content .invoice-wrapper .line-items .items .tax,
.receipt-content .invoice-wrapper .line-items .items .tan-tax{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.receipt-content .invoice-wrapper .line-items .items .desc {
    padding-right: 3.5rem;
}

.receipt-content .invoice-wrapper .line-items .items .item .amount {
  letter-spacing: 0.1px;
  color: #84868A;
  font-size: 16px;
}

.receipt-content .invoice-wrapper .line-items .total {
  margin-top: 30px;
}

.receipt-content .invoice-wrapper .line-items .total .extra-notes {
  float: left;
  width: 200px;
  text-align: left;
  font-size: 13px;
  color: #7A7A7A;
  line-height: 20px;
}

.receipt-content .invoice-wrapper .line-items .total .extra-notes strong {
  display: block;
  margin-bottom: 5px;
  color: #454545;
}

.receipt-content .invoice-wrapper .line-items .total .field {
  margin-bottom: 7px;
  font-size: 14px;
  color: #555;
}

.receipt-content .invoice-wrapper .line-items .total .field.grand-total {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}

.receipt-content .invoice-wrapper .line-items .total .field.grand-total span {
  color: rgb(66, 135, 245);
  font-size: 16px;
}

.receipt-content .invoice-wrapper .line-items .total .field span {
  display: inline-block;
  margin-left: 20px;
  min-width: 85px;
  color: #84868A;
  font-size: 15px;
}

.receipt-content .invoice-wrapper .payments {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}

.receipt-content .tax .desc, .receipt-content .tax .amount,
 .receipt-content .tan-tax .desc, .receipt-content .tan-tax .amount{
  color: #A9B0BB !important;
}

.search ::placeholder {
  color: rgba(225, 31, 143, 0.6);
}

.search {
  width: 100%;
  position: relative;
  display: flex;
  margin-bottom: 0 !important;
  flex-direction: column;
}

.search label {
  color: gray;
  font-size: 14px;
  margin-bottom: 0.25rem;
  font-weight: bold;
}

.search-wrap .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(235, 31, 143, 0.37);
    border-color: #E11F8F;
}

.search-wrap label:hover,
.search-wrap input:hover{
    cursor: text;
}

.searchTerm {
  width: 100%;
  border: 2px solid rgba(225, 31, 143,0.75);
  padding: 5px 25px 5px 25px;
  height: 50px;
  border-radius: 25px;
  outline: none;
  font-weight: bold;
}

.searchButton, .saveButton, .clearButton {
  border: none;
  background: rgba(225, 31, 143, 0.75);
  text-align: center;
  color: #fff;
  border-radius: 5rem;
  cursor: pointer;
  font-size: 20px;
  outline: 5px rgb(225, 31, 143) !important;
  padding: 0.6rem 4rem;
  margin-top: 1.5rem;
  font-weight: bold;
}

.searchButton:hover, .saveButton:hover, .clearButton:hover {
  box-shadow: 0 0 0 0.25rem rgba(225, 31, 143, 0.5);
}

.search-wrap{
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 1.5rem;
  text-align: center;
  max-width: 1000px;
}

#store_code {
    letter-spacing: 0.1rem;
}

#show-all {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 0.5rem 2rem;
  transition: all 0.2s;
  width: 100%;
  background-color: rgba(225, 31, 143, 0.75);
  border: rgba(225, 31, 143, 0.75);
}

#show-all:disabled {
  background-color: grey !important;
  border-color: grey !important;
  box-shadow: none !important;
}

.sigPad {
  width: 100% !important;
  margin-bottom: 2rem !important;
}

.sigPad input {
  padding: .375rem .75rem !important;
  width: 100% !important;
  border: 3px solid #ced4da !important;
  font-size: 1rem !important;
}

.sigPad input:focus {
  border-color: #80bdff !important;
}

.sigWrapper {
  height: 85px !important;
  width: 100%;
}

.sigWrapper .typed {
  font: normal 75px/75px "Journal",Georgia,Times,serif;
  height: 85px !important;
  padding: 0 10px !important;
  color: black !important;
}

.spinner-border {
  margin-top: 2rem;
}

.save-spin {
    margin-top: 0;
}

.drawIt .current {
  background-color:rgb(42, 140, 201) !important;
}

.sigWrapper.current {
  border-color: rgb(42, 140, 201) !important;
}

#table td {
  vertical-align: middle;
}

table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png") !important;
}

table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png") !important;
}

#table_length {
  font-weight: bold;
  color: #333;
}

#table_length select {
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 1rem;
  border-color: rgb(225, 31, 143);
  margin: 0 0.25rem;
  cursor: pointer;
}

#table_length select:focus {
  border-color: rgb(225, 31, 143) !important;
  box-shadow: 0 0 0 0.2rem rgba(225, 31, 143, 0.25);
  z-index: 2;
}

#table_length select:focus-visible, .paginate_button:focus-visible {
  outline: none;
}

#table_wrapper {
  padding: 1.5rem 1.5rem;
  max-width: 1250px;
  margin: 0 auto;
}

.title {
  margin-bottom: 2rem;
  text-align: center;
}

.top-bar {
  display: flex;
  margin-left: 2rem;
}

.top-bar .nav-item{
  font-size: 85%;
  border-radius: 5rem;
  letter-spacing: .05rem;
  font-weight: bold;
  padding: 1rem 2rem;
  transition: all 0.2s;
  width: max-content;
  color: #333;
}

.top-bar .nav-item:hover{
  color: rgb(225, 31, 143);
}

.navbar {
  padding: 0.5rem 1rem;
  justify-content: start;
}

.view-btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 0.25rem 2rem;
  transition: all 0.2s;
  margin-top: 0 !important;
}

.btn-custom {
  background-color: white;
  border: 2px solid rgba(225, 31, 143, 0.75);
  color: rgba(225, 31, 143, 0.75);
}

.btn-submit {
  font-weight: bold;
  border-radius: 5rem;
  font-size: 1rem;
  margin-bottom: 3rem;
  padding: 0.75rem 3rem;
  margin: 0 auto 3rem auto;
  display: flex;
}

#sidebar {
  display: flex;
  flex-direction: column;
}

#sidebar .menu-container {
  width: 350px;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 74px;
}

#sidebar .nav-link {
  font-weight: bold;
  font-size: 1rem;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#sidebar .nav-link.active {
  background-color: #333;
}

#sidebar .nav-link:hover {
  background-color: rgba(var(--main-theme-rgb), 0.43);
}

#sidebar .nav-link.active:hover {
  background-color: #333;
}

#sidebar .nav-link:hover .feather,
#sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 20px;
}

.sidebar-sticky a.active {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 7;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidenav a {
  padding: 24px;
  text-decoration: none;
  color: #fafafa;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
  background-color: #333;
}

.home-btn {
    position: absolute;
    top: 0;
    right: 227px;
    font-size: 36px;
    margin-right: 50px;
    display: flex !important;
    align-items: center;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  margin-left: 50px;
  display: flex !important;
  align-items: center;
}

.hamburger-menu {
  height: 100%;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.hamburger-menu:hover {
  background-color: rgba(255,255,255);
}

#blackout {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0,0,0, 0.3);
  z-index: 6;
}

.menu-line {
  height: 0;
  overflow: hidden;
  border-top: 1px solid rgba(51,51,51);
  margin: 0;
}

.nav-link svg {
  margin-right: 1.25rem;
  color: #999;
}

th {
  vertical-align: middle !important;
}

@media (max-width: 900px) {
    .navbar {
        justify-content: center;
        flex-direction:column;
        padding: 0.5rem 0;
    }

    .app-logo {
        margin-bottom: 1rem;
    }

    .top-bar {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
  #table_wrapper {
    padding: 1.5rem 0;
  }

  .app-logo {
        margin-bottom: 0;
  }

  .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center !important;
   }

  .footer .message {
    padding: 2rem 0 1rem 0;
   }

  .max-width-body {
    max-width: 400px;
    padding: 0 2rem;
  }

  .search-wrap {
    max-width: 400px;
  }

  .search {
    margin-bottom: 0.5rem !important;
  }

  .mobile-menu {
    display: block !important;
    height: 100%;
  }

  .top-bar {
    display: none;
  }

  .searchButton, .saveButton, .clearButton {
    padding: 0.75rem 3rem;
  }

  .app-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(90%);
  }

  .navbar {
    height: 70px;
    padding: 0;
    justify-content: start;
    flex-direction:row;
  }

  .receipt-btns {
    display: block;
  }

  .receipt-btns .btn-custom{
      margin: 0 auto 1rem auto;
  }

  .receipt-content .invoice-wrapper .line-items .items .item {
      font-size: 13px;
  }

  .receipt-content .invoice-wrapper .line-items .items .item .amount {
      font-size: 13px;
  }

  .receipt-content .invoice-wrapper .line-items .total .extra-notes {
      width: 100%;
      margin-bottom: 30px;
      float: none;
  }

  .receipt-content .invoice-wrapper .payment-details .text-right {
      text-align: left;
      margin-top: 20px;
  }

  .receipt-content .invoice-wrapper .payment-info .text-right {
      text-align: left;
      margin-top: 20px;
  }

  .receipt-content .invoice-wrapper .line-items .items .desc {
    padding-right: 1.6rem;
   }

  .tablet {
    display: none;
  }

  .view-btn {
    display: none;
  }

  .view-btn.mobile{
    display: block !important;
    padding: 0.25rem 1rem;
  }

  .col-md-6, .col-md-4, .col-md-2 {
    position: relative;
    max-width: 100% !important;
    width: 100%;
    flex: none;
  }
}

@media (max-width: 500px) {
    .body {
        padding: 2rem 0 !important;
    }

    th, tr {
        font-size: 14px;
    }

    .actions svg {
        width: 16px;
        height: 16px;
    }

    td {
        padding: 12px 8px !important;
    }

    th {
        padding: 10px 18px 10px 8px !important;
    }

    #search-button {
        width: 100%;
    }
}

