#results {
    display: none;
    border: 1px solid #cccccc;
    text-align: center;
    padding: 15px;
    margin: 15px 0;
}

#results .text {
}

#results.show {
    display: block;
}

#results.error {
    border-color: #F4516C !important;
    color: #F4516C;
}

#results.success {
    border-color: #00778B !important;
    color: #00778B;
}

#cashier {
    height: 100vh;
}

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

.skip-btn {
    float: left;
}

.rotate-90 {
    transform: rotate(90deg);
}

.rotate-180 {
    transform: rotate(180deg);
}

.rotate-270 {
    transform: rotate(270deg);
}

#cashier .home {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 50px;
    height: 50px;
    margin: auto;
}

#cashier .home i {
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
}

#cashier .lock {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 200px;
    height: 50px;
    margin: auto;
    display: none;
}

#cashier .lock .lock-text {
    line-height: 50px;
    vertical-align: middle;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}

#visitors-loading.loading {
    z-index: 110;
}

#modal-table-loading.loading,
#modal-table-loadingReversal.loading {
    background-color: rgba(51, 51, 51, 0.1) !important;
}

#modal-table-loading.loading,
#modal-table-loading.loading .spinner,
#modal-table-loadingReversal.loading,
#modal-table-loadingReversal.loading .spinner {
    position: absolute;
}

#cashier .disabled {
    pointer-events: none;
    opacity: .5;
}

#cashier .visitors-table-empty {
    margin: 20px 0;
}

#cashier.discount_club {
    background-color: #8E44AD !important;
}

#cashier .page-container {
    min-height: calc(100vh - 75px - 53px);
    margin-bottom: 30px !important;
}

#cashier.cashier .page-container {
    height: calc(100vh - 75px - 53px);
}

.input-group .input-group-addon.bg-green > i {
    color: #ffffff;
}

#cashier .page-content-wrapper .page-content {
    margin-left: 0;
    padding: 0;
    min-height: auto !important;
}

#cashier.page-footer-fixed .page-footer {
    background-color: #ffffff;
}

#cashier .page-footer-tools {
    display: none;
}

#cashier .page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:last-child {
    padding: 25px 10px 18px 10px;
    line-height: 30px;
}

#cashier .page-header.navbar .search-form {
    display: block;
    margin: 19px 0 0 70px;
    /*width: auto !important;*/
    float: left;
}

#cashier .close-cashier {
    margin-right: -20px;
    padding: 0 0 0 10px;
}

#cashier .close-cashier > a {
    padding: 10px;
    color: #999;
}

.height100 {
    height: 100%;
}

.height50 {
    height: 50%;
}

.cashier-element {
        margin-top: 10px;
        margin-bottom: 10px;
    }

#cashier .clicked > .cashier-element {
    opacity: 0.5;
}

#cashier .clicked > .cashier-element.active {
    opacity: 1;
}

#cashier .cashier-element.disabled {
    opacity: .35;
}

#cashier .modal-xlg {
    width: 90vw;
}

#cashier .modal .modal-header .modal-actions {
    float: right;
    margin-right: 30px;
}

#cashier .modal .portlet.light > .portlet-title > .tools {
    margin-left: 15px;
}

#cashier select.form-control,
#cashier .form-control.select2-container {
    max-width: 100%;
    width: 100% !important;
}

#cashier div.dataTables_length select {
    width: 75px !important;
}

#cashier .modal .form-group {
    margin-bottom: 10px;
}

#cashier .modal .form-group label.control-label {
    font-size: 13px;
    line-height: 34px;
    margin: 0;
}

#cashier #mBills_modal.modal .form-group label.control-label {
    line-height: 1.7em;
    min-height: 34px;
    margin-bottom: 15px;
}

#cashier .modal .form-group.avans {
    float: right;
    margin-right: 15px;
}

#cashier .modal .form-group.avans .bootstrap-switch {
    width: 150px;
}

#cashier .modal .bootstrap-switch .bootstrap-switch-handle-on,
#cashier .modal .bootstrap-switch .bootstrap-switch-handle-off,
#cashier .modal .bootstrap-switch .bootstrap-switch-label {
    line-height: 24px;
}

#cashier #address_edit.modal .portlet.light {
    margin: 0;
    padding: 0;
}

#cashier .products.portlet {
    /*height: 100%;*/
    max-height: 100%;
    overflow-x: visible;
    overflow-y: auto;
}

#cashier .products.portlet .row {
    margin: 0 -5px;
}

#cashier .products.portlet .product {
    padding: 5px;
}

#cashier .products.portlet .product > a {
    transition: opacity ease-in-out 200ms;
}

#cashier .products.portlet .product > a:hover,
#cashier .products.portlet .product > a:active {
    opacity: 0.6;
}

#cashier .dashboard-stat {
    position: relative;
}

#cashier .dashboard-stat:hover .more {
    text-decoration: none;
    opacity: 0.9;
}

#cashier .dashboard-stat .whole-button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#cashier #invoice_actions .dashboard-stat .details {
    max-width: 75%;
}

#cashier #invoice_notes .portlet-title {
    border: none;
    margin: 0;
    min-height: 0;
}

#cashier #invoice_notes .portlet-title > .caption {
    padding: 0;
}

#cashier #invoice_notes .portlet.light .portlet-body {
    padding-top: 0;
}

#cashier.cashier #invoice #items {
    position: relative;
}

#cashier.cashier #invoice #items .table-scrollable {
    margin: 0 !important;
}

#cashier.cashier #invoice .portlet.light {
    padding: 7px 20px;
}

#cashier.cashier #invoice .portlet.light#items,
#cashier.cashier #invoice .portlet.light#invoice_data {
    padding: 12px 20px;
}

#cashier.cashier #invoice #sample_items td,
#cashier.cashier #coupons table td {
    vertical-align: middle;
}

#cashier.cashier #invoice .quantity_change,
#cashier.cashier #invoice #increment-form {
    width: 110px;
    /*width: auto;*/
    display: inline-block;
}

#cashier.cashier #add_item_cart_modal .modal-body > .item {
    display: none;
}

#cashier.cashier #add_item_cart_modal .modal-body .quantity > #quantity,
#cashier.cashier #invoice .qty,
#cashier #add_item_cart_modal .numeric {
    width: 50px;
    text-align: center;
    float: left;
    border-radius: 0;
    background-color: #fff;
    border-color: #f0f0f0;
}

#cashier #add_item_cart_modal .numeric {
    height: 33px;
    padding: 5px 10px;
    font-size: 13px;
}

#cashier.cashier #add_item_cart_modal .modal-body .quantity > .btn,
#cashier.cashier #invoice .qtyplus,
#cashier.cashier #invoice .qtyminus {
    margin: 0;
    float: left;
    border-radius: 0;
    line-height: 19px;
    width: 28px;
}

#cashier.cashier #add_item_cart_modal .modal-body .quantity > .btn {
    width: auto;
}

#cashier .modal .calculator .form-group label.control-label,
#cashier.cashier .calculator input {
    font-size: 16px;
}

.cashier-articles {
    position: relative;
}

.cashier-articles > ul.nav {
    max-width: calc(100% - 245px);
}

.cashier-articles > #articles_search {
    /*width: 40%;*/
    max-width: 245px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0 0 5px;
    border-bottom: 1px solid #ddd;
}

#invoice_coupons #addCoupon {
    width: auto !important;
    max-width: 250px;
}

.cashier-articles > #articles_search .input-group,
#invoice_coupons #addCoupon .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    border-radius: 25px !important;
    border: 1px solid #CED6DE;
}

.cashier-articles > #articles_search .input-group .form-control,
#invoice_coupons #addCoupon .input-group .form-control {
    border: 0;
    background: transparent !important;
    text-indent: 0;
    padding: 6px 12px;
    margin: 0;
    color: #697882 !important;
}

#cashier .portlet-input + .portlet-input {
    margin-right: 15px;
}

.portlet-title {
    position: relative;
}

.portlet > .portlet-title > .nav-tabs {
    height: 100%;
    bottom: -1px;
    position: absolute;
    right: 40px;
}

.portlet.light > .portlet-title > .nav-tabs > li {
    height: 100%;
    border-radius: 5px 5px 0 0;
    background-color: #fff;
    border-bottom: 1px solid #EEEEEE;
}

.portlet.light > .portlet-title > .nav-tabs > li.active {
    border-left: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-bottom: none;
}

#cashier .dashboard-stat .details {
    padding-right: 0;
    left: 5px;
}

#tickets_portlet .table > tbody > tr > td {
    line-height: 23px;
    vertical-align: middle;
}

#cashier #add_item_cart_modal .form-group {
    margin: 0 -30px 10px !important;
}

#cashier .modal.tickets .modal-body {
    padding-bottom: 0;
    padding-top: 0;
}

#cashier .modal.tickets .modal-body#tickets_table {
    padding: 15px;
}

#cashier .modal.tickets .ticket-enter-visit {
    padding: 15px 0;
    border-bottom: 1px solid #EFEFEF;
}

#cashier .modal.tickets .visitors {
    border-bottom: 1px solid #EFEFEF;
}

#cashier .modal#add_tickets_gitfs .visitors {
    border-bottom: 0;
}

#cashier .modal.tickets .ticket-enter-visit div[class^='col-'] {
    min-height: 34px;
}

#cashier .modal.tickets .ticket-enter-visit label.control-label {
    float: left;
    margin-right: 15px;
}

#cashier .modal.tickets .ticket-enter-visit input.form-control {
    float: left;
    width: auto;
}

#cashier .modal.tickets .ticket-enter-visit .enter-button {
    text-align: right;
    padding: 11px 15px;
}

#cashier .modal.tickets .ticket-enter-visit:first-child {
}

#cashier .modal.tickets .ticket-enter-visit:last-child {
    border-bottom: 0;
}

#cashier .modal.tickets .ticket-enter-visit ul.expenses {
    list-style: none;
    padding-left: 0;
}

.edit_article .datepicker {
    border-radius: 4px;
    padding: 6px 12px;
}

.styled-select {
    width: 100%;
    font-size: 16px;
    color: #888888;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    outline: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: relative;
    cursor: pointer;
}

.edit_article .styled-select {
    border-radius: 4px;
}

.edit_article .styled-select select {
    font-size: 14px;
    padding: 6px;
}

.styled-select::after {
    bottom: 0;
    content: "\f0d7";
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    margin: auto 10px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 20px;
    pointer-events: none;
}

.styled-select select {
    /*padding: 16px 18px;*/
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*color: #888888;*/
    font-size: 16px;
    outline: medium none;
}

.styled-select select:focus {
    outline: none;
}

#payment_gateways {
    position: relative;
}

#payment_gateways table .control-label {
    color: #333333;
}

#cashier .modal.tickets .ticket-enter-visit .hours > input.form-control {
    display: none;
}

#cashier .modal.tickets .ticket-enter-visit .hours > label.control-label {
    padding: 8px 13px;
    float: left;
    color: #fff;
    border: 1px solid grey;
    background-color: rgb(50, 50, 255);
    margin: 0;
    opacity: 0.5;
    line-height: 1.2em;
    cursor: pointer;
}

#cashier .modal.tickets .ticket-enter-visit .hours > input.form-control:checked + label.control-label {
    opacity: 1;
}

#customer_portlet #sample_Visitors_wrapper.dataTables_wrapper > .row:first-child {
    margin-top: -65px;
}

#customer_portlet #sample_Visitors_wrapper.dataTables_wrapper > .row:first-child > div:first-child {
    display: none;
}

#customer_portlet #sample_Visitors_wrapper.dataTables_wrapper > .row:first-child > div:last-child {
    float: right;
    width: 300px;
    margin-right: 100px;
}

#customer_portlet #sample_Visitors_wrapper.dataTables_wrapper td {
    line-height: 29px;
}

#customer_portlet #sample_Visitors_wrapper.dataTables_wrapper .group td {
    line-height: 1.2em;
}

form.gift-card {
    float: left;
    max-width: 250px;
}

form.gift-card .input-group {
    margin-right: 15px;
}

form.gift-card .form-control {
    line-height: 20px;
    padding: 3px 12px;
    height: auto;
}

.ticket_gift {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px;
    height: 290px;
}

.ticket_gift .row {
    margin-left: -10px;
    margin-right: -10px;
}

.ticket_gift div[class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.ticket_gift .print-preview {
    height: 270px;
    overflow: hidden;
}

.qr-code {
    position: relative;
    height: 270px;
}

.qr-code > .content {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    top: 0;
    transform: rotate(90deg) translateX(25%) translateY(61%);
    height: 135px;
    width: 270px;
}

.bar-code {
    position: relative;
    height: 270px;
}

.bar-code > .content {
    position: absolute;
    left: auto;
    right: -10px;
    bottom: 0;
    top: 10px;
    transform: rotate(-90deg) translateX(-30%) translateY(87%);
    height: 91px;
    width: 270px;
    text-align: center;
}

.bar-code > .content img {
    display: inline-block;
}

.modal#print_invoice_modal .modal-dialog,
.modal#print_preforma_modal .modal-dialog {
    min-width: 600px;
    margin: 0 auto;
    height: 100%;
    padding: 20px 0;
}

.modal#print_invoice_modal .modal-dialog .height100,
.modal#print_preforma_modal .modal-dialog .height100 {
    height: 100%;
}

.print-preview {
    border: 1px solid #ccc;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0 auto;
    max-width: 326px;
    min-width: 326px;
    position: relative;
}

.print-preview iframe {
    border: none;
    height: 100%;
    padding: 20px;
}

.print-preview .loading {
    background-color: rgba(51, 51, 51, 0.6) !important;
    position: absolute;
}

form #form {
    overflow: hidden;
}

form #response {
    overflow: hidden;
    display: none;
    padding: 15px 0;
}

#mBills_modal #response.error {
    border: 1px solid #D84A38;
    padding: 5px 10px;
    color: #D84A38;
    font-weight: bold;
    text-align: center;
}

#mBills_modal #response.error h5 {
    font-size: 18px;
}

#mBills_modal #response.error p {
    font-size: 16px;
}

form #response #customCards {
    display: none;
}

#cashier.statistics .subitem td {
    font-size: 0.8em;
}

#cashier.statistics .subitem td[data-type="string"] {
    padding-left: 25px !important;
}

#cashier.statistics #sample_Statistics h1 {
    font-weight: 700;
    font-size: 18px;
    margin: 0.2em 0 0.5em;
}

@media (max-width: 992px) {
    #customer_portlet #sample_Visitors_wrapper.dataTables_wrapper > .row:first-child {
        margin-top: 0;
    }

    #cashier.cashier .page-container,
    .height100,
    .height50 {
        height: auto;
    }
}

#cashier textarea {
    resize: vertical;
    min-height: 100px;
}

.bg-yellow a:not(.btn),
.bg-red-haze a:not(.btn),
.bg-green-haze a:not(.btn) {
    color: #ffffff;
    text-decoration: underline;
}

.table-bordered > tfoot > tr > td {
    border-left: none;
}

#transaction_row_example {
    display: none;
}

.table > thead > tr > th[data-name="price"] {
    min-width: 150px;
}

.input_credit {
    display: none;
}

.payment_CREDIT.lockCredit td > input {
    float: left;
    width: 30%;
}

.payment_CREDIT.lockCredit .price {
    pointer-events: none;
    cursor: not-allowed;
    background-color: #EEEEEE;
}

.payment_CREDIT.lockCredit .input_credit {
    display: block;
    width: calc(70% - 10px);
    margin-right: 10px;
}

ul.codes {
}

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

.margin-right-15 {
    margin-right: 15px;
}

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

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

.dashboard-stat .details .number.currency {
    font-size: 16px;
    padding-top: 0;
}

.page-header.navbar #portir .search-form,
.page-header.navbar #portir .search-form.open {
    width: 250px !important;
}

#portir .search-form .input-group {
    border: none;
}

#portir .search-form .input-group .form-control {
    border: 1px solid #CED6DE;
    border-right: none;
    border-radius: 25px 0 0 25px;
}

.custom-gifts {
    position: relative;
    min-height: 300px;
}

.custom-gifts .loading {
    position: absolute;
    background-color: rgba(51, 51, 51, 0.3) !important;
}

.custom-gifts .loading .spinner {
    position: absolute;
}

#cashier .products .dashboard-stat.blue-madison .details .desc {
    font-size: 15px;
}

#cashier .products .dashboard-stat .details .number {
    font-size: 16px;
    line-height: 20px;
    padding-top: 10px;
}

.text-no-wrap {
    white-space: nowrap;
}

@media (max-width: 1550px) {

    #cashier .products .dashboard-stat .visual {
        height: 95px;
        padding-top: 20px;
    }

}

@media (max-width: 1300px), (max-height: 820px) {
    #cashier .products .dashboard-stat .visual {
        height: 95px;
        padding-top: 20px;
    }

    #cashier .products .dashboard-stat.blue-madison .details .desc {
        /*   font-size: 14px;*/
    }
}
