/*
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;
}

.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;
}

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