/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07 22, 17, 4:17:35 PM
    Author     : amialbelocura
*/
body {}

.black-bg {
    background: rgba(0, 0, 0, 0.92) !important;
}

.white-bg {
    background-color: white !important;
}

.section-heading {
    font-size: 2.5rem;
    margin-top: 0;
    font-weight: 400;
    color: #3a3b45 !important;
}

.nav-header,
body.mini-navbar .nav-header {
    background: #004D6F;
    background-image: none;
}

.nav#side-menu>li.active {
    border-bottom: 2px solid #1c84c6;
    background: #07587b;
}

.navbar-default .nav#side-menu>li>a:hover,
.navbar-default .nav#side-menu>li>a:focus {
    background: transparent;
}

ul.nav-second-level {
    background: inherit;
}

a.btn#publish-attraction {
    margin-left: 20px;
}

.dim {
    box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999999;
}

span.gp1-label:after,
div.form-group.required .control-label:after {
    content: "*";
    color: red;
    margin-left: 4px;
}

div.modal-dialog {
    background: white;
}

/* div.modal-dialog.modal-lg {
  width: 100%;
    min-height: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    margin: 0;
} */
h2.no-margins {
    line-height: 30px;
}

td>img.client-avi {
    width: 42px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

html,
body {
    height: 100%;
}

.footable-filtering {
    display: none;
}

.attractions-list .badge {
    font-size: 8px;
    font-style: normal;
}

.ibox-title {
    overflow: auto;
}

.error .form-control,
.error .form-control:focus {
    border-color: #ed5565;
}

.error-message,
span.required {
    color: #ed5565;
}

.image {
    width: 256px;
}

.reseller-details>dd,
.reseller-details>dt {
    line-height: 30px;
    font-weight: normal;
    font-style: normal;
}

.list-info {
    margin-top: 10px;
    line-height: 30px;
}

.entry-title {
    margin-bottom: .25rem;
}

.entry-desc {
    margin-bottom: .75rem;
    font-weight: 300;
    font-size: 1.5rem;
    color: #8a8a8a;
}

h2.contact-person {
    margin-left: 50px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-50 {
    margin-top: 50px;
}

table>thead {
    background-color: #f5f7f7;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #d5d6d7 !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e5e6e7 !important;
    border-radius: 4px;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

div.input.date select {
    height: 34px;
    background-color: #fff;
    border: 1px solid #e5e6e7;
    margin-right: 5px;
    min-width: 100px;
}

body.mini-navbar #sidebar-hpb-logo {
    display: none;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #e7eaec !important;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    height: 34px;
    min-width: 300px;
    border: 1px solid #e7eaec;
}

.secure-logo {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
}

.margin-left-10 {
    margin-left: 10px;
}

.m-l-10 {
    margin-left: 10px;
}

/* Chrome, Safari, Edge, Opera */
input#sku::-webkit-outer-spin-button,
input#sku::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input#sku[type=number] {
    -moz-appearance: textfield;
}

div#receipt-preview-container,
div#current-receipt-container {
    height: 350px;
    width: 290px;
    border: 1px solid #b7b7ac;
    padding: 2px;
    overflow: auto;
}

div#receipt-preview-container>img,
div#current-receipt-container>img {
    max-width: 100%;
    /* max-height: 100%; */
}

select.picker__select--month,
.picker__select--year {
    padding: 0;
}

div.input-group>.error {
    height: 13px;
}

.customer-tabs {
    padding: 20px;
}

ul#rewards_multi_checkboxes {
  column-count: 2;
  column-gap: 2rem;
  list-style: none;
}

.no-spinner::-webkit-inner-spin-button,
.no-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}



/* Scoped landing page styles */
.wa-landing-page {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #e0f7fa, #ffffff);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.wa-landing-page .landing-container {
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  padding: 60px 30px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  max-width: 500px;
  width: 90%;
}

.wa-landing-page .landing-container img {
  max-width: 180px;
  margin-bottom: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.wa-landing-page .landing-container h1 {
  font-size: 36px;
  color: #00796b;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.wa-landing-page .landing-container p {
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.5;
}

.wa-landing-page .btn-join {
  display: inline-block;
  background-color: #25D366;
  color: white;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 50px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.wa-landing-page .btn-join:hover {
  background-color: #1ebe5d;
  box-shadow: 0 12px 25px rgba(0,0,0,0.2);
  transform: translateY(-2px);
}