﻿.ci {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-bottom: -3px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.ci-2x {
    width: 40px;
    height: 40px;
}

.ci-3x {
    width: 60px;
    height: 60px;
}

.ci-4x {
    width: 80px;
    height: 80px;
}

.ci-5x {
    width: 100px;
    height: 100px;
}

.ci.ci-file-pdf-icon {
    background-image: url('../img/file-pdf-icon.png');
}

div.content-wrapper {
    overflow-x: auto;
}

.dropdown-list > .dropdown-menu {
    min-width: 260px;
}

.dropdown-list .media-box-body small {
    word-break: break-all;
}

.content-wrapper h3 .header-btn {
    margin: -7px 0 -12px 0;
}

.input-group select.btn {
    height: 35px;
}

.sidebar {
    /*overflow-y: hidden;*/
    padding-bottom: 0;
}

    .sidebar > .nav {
        padding-right: 0 !important;
    }

.nav.navbar-nav.navbar-right li span.input-group {
    width: 200px;
    padding: 5px 0;
}

.nav.navbar-nav.navbar-right li span.input-group input.form-control {
    display: block;
    width: 100%;
}

li.company-selector {
    width: 200px;
    padding: 5px 10px;
}

li.company-selector md-autocomplete .md-show-clear-button button {
    top: 68px;
    right: inherit;
    left: 158px;
}

.nav.navbar-nav.navbar-right li ul#searchResult,
.nav.navbar-nav.navbar-right li ul#goToSearch {
    width: 200px;
}

.nav.navbar-nav.navbar-right li ul#searchResult {
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 38px;
}

.nav > li > a {
    padding: 12px !important;
}

    .nav > li > a.link-adding {
        display: inline-block;
        max-width: 168px;
    }

        .nav > li > a.link-adding:nth-child(2) {
            width: 45px;
            float: right;
        }

        .nav > li > a.link-adding > em.link-adding {
            width: 0 !important;
        }

@media only screen and (min-width: 820px) {
    li.company-selector {
        width: 250px;
        padding: 12px 0;
    }
}
        
@media only screen and (min-width: 768px) {
    .nav.navbar-nav.navbar-right li span.input-group {
        padding: 12px 0;
    }

    li.company-selector {
        padding: 12px 0;
    }
    
    li.company-selector md-autocomplete .md-show-clear-button button {
        top: 12px;
        right: 0;
        left: inherit;
    }
}

.aside-collapsed .sidebar > .nav {
    padding: 20px 0 !important;
}

    .aside-collapsed .sidebar > .nav > li > a {
        padding: 12px !important;
    }

        .aside-collapsed .sidebar > .nav > li > a.link-adding {
            display: block;
            width: auto;
        }

            .aside-collapsed .sidebar > .nav > li > a.link-adding:nth-child(2) {
                font-size: 10px;
                margin-top: -20px;
                left: 40px;
                top: -20px;
                padding: 0 !important;
                width: 20px;
                background-color: transparent;
                float: left;
            }

            .aside-collapsed .sidebar > .nav > li > a.link-adding > em.link-adding {
                width: 0 !important;
            }

form#textForFeedback div.ta-editor {
    overflow: auto;
    height: 370px;
}

.feedback {
    margin: 0;
    border: 0;
}

form[name=feedBackForm] > .btn-group-small .ta-editor {
    margin: 5px 0;
}

@media only screen and (min-width: 2020px) {
    form[name=feedBackForm] > .btn-group-small .ta-editor {
        height: calc(100% - 41px);
    }
}

@media only screen and (min-width: 1230px) and (max-width: 2020px) {
    form[name=feedBackForm] > .btn-group-small .ta-editor {
        height: calc(100% - 76px);
    }
}

@media only screen and (min-width: 830px) and (max-width: 1230px) {
    form[name=feedBackForm] > .btn-group-small .ta-editor {
        height: calc(100% - 114px);
    }
}

@media only screen and (min-width: 650px) and (max-width: 830px) {
    form[name=feedBackForm] > .btn-group-small .ta-editor {
        height: calc(100% - 152px);
    }
}

.sidebar > .nav.bottom-sidebar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #3a3f51;
    padding: 0 !important;
}

    .sidebar > .nav.bottom-sidebar li {
        width: 220px;
    }

.aside-collapsed .sidebar > .nav.bottom-sidebar li {
    width: 69px;
}


.form-control.ng-touched.ng-invalid {
    border-color: #f05050;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .form-control.ng-touched.ng-invalid:focus {
        border-color: #ec2121;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8aeae;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8aeae;
    }

.ng-invalid .input-group-addon {
    color: #f05050;
    border-color: #f05050;
    background-color: #f2dede;
}

.ng-invalid .form-control-feedback {
    color: #f05050;
}

.ng-invalid-hours,
.ng-invalid-minutes {
    border-color: #f05050;
}

.table .index {
    width: 3%;
    min-width: 50px;
}

.table > tbody > tr > th {
    color: #888;
    background-color: #f5f7fa;
    vertical-align: bottom !important;
}

.topnavbar .navbar-header .brand-logo {
    margin: 0;
    padding: 0;
    width: 220px;
    height: 54px;
    background-image: url(../img/new_denovo.png);
    background-repeat: no-repeat;
    background-position: center center;
    /*background-size: contain;*/
    overflow: hidden;
}

    .topnavbar .navbar-header .brand-logo.company-logo {
        background-image: none;
    }

    .topnavbar .navbar-header .brand-logo div {
        margin: 0;
        padding: 0;
        width: 220px;
        height: 55px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        overflow: hidden;
    }

        .topnavbar .navbar-header .brand-logo div.company-logo {
            background-color: #ffffff;
        }

@media only screen and (min-width: 768px) {
    .nav-wrapper .nav > li {
        position: relative;
    }
}

.mr {
    margin-right: 0 !important;
}

/*#loading-bar {
    position: fixed;
    z-index: 90002;
    height: 50px;
    width: 40%;
    left: calc(50% - (40% / 2));
    top: calc(50% - 30px);
    padding: 30px 10px 10px 10px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

    #loading-bar:after {
        position: relative;
        top: -34px;
        content: 'Loading. Please wait.';
        font-family: "Source Sans Pro", sans-serif;
        font-size: 14px;
        color: #333;
        cursor: default;
        margin: 0;
    }

    #loading-bar .peg {
        position: absolute;
        top: 29px;
        left: 9px;
        right: 9px;
        width: auto;
        height: 12px;
        opacity: 1;
        border: 1px solid #f1f1f1;
        -webkit-box-shadow: 0 0 0 #000;
        box-shadow: 0 0 0 #000;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }*/
@keyframes play300 {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: -56400px 0px;
    }
}

#loading-bar {
    position: fixed;
    z-index: 90002;
    height: 140px;
    width: 208px;
    left: calc(50% - 104px);
    top: calc(50% - 70px);
    padding: 30px 10px 10px 10px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

#loading-bar:after {
    position: relative;
    top: -120px;
    content: 'Loading. Please wait.';
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    color: #333;
    cursor: default;
    margin: 0;
}

#loading-bar .bar {
    width: 100% !important;
    background-color: transparent !important;
    background-image: url(../img/sprite_60fps.svg);
    background-repeat: no-repeat;
    animation-duration: 5000ms;
    animation-timing-function: steps(300);
    animation-name: play300;
    animation-iteration-count: infinite;
}

#loading-bar .peg {
    display: none !important;
}

/*#loading-bar .bar {
    height: 20px;
    background-color: transparent;
    background-image: url(../img/christmasprogress2.png);
    background-position: right center;
    background-repeat: repeat-x;
    background-size: contain;
}*/

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.transaction-loader {
    margin: 0;
    line-height: 15px;
}

    .transaction-loader > div {
        display: inline-block;
        margin-right: 10px;
        width: 15px;
        height: 15px;
    }

    .transaction-loader .fa-check:before {
        color: #27c24c;
        font-size: 15px;
    }

    .transaction-loader .fa-close:before {
        color: #f05050;
        font-size: 15px;
    }

.ball-clip-rotate > div {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 2px solid #23b7e5;
    border-bottom-color: transparent;
    background: transparent !important;
    -webkit-animation: rotate 0.5s 0s linear infinite;
    animation: rotate 0.5s 0s linear infinite;
}

#showBootTimer {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 500px;
    background-color: #ffffff;
    border: 3px solid #3a3f51;
    padding: 5px;
    font-family: inherit;
    color: #000000;
    font-size: 14px;
}

    #showBootTimer label {
        float: left;
    }

    #showBootTimer #close {
        float: right;
        height: 25px;
        width: 25px;
        margin: -5px;
    }

        #showBootTimer #close:after {
            font-family: inherit;
            content: '\00D7';
            cursor: pointer;
            font-size: 20px;
            margin: -7px 0 0 7px;
        }

    #showBootTimer table {
        width: 100%;
        border-left: 1px solid #3a3f51;
        border-right: 1px solid #3a3f51;
    }

        #showBootTimer table tr {
            border-top: 1px solid #3a3f51;
            border-bottom: 1px solid #3a3f51;
        }

            #showBootTimer table tr th {
                padding: 3px;
                font-size: 11px;
            }

            #showBootTimer table tr td {
                padding: 3px;
                font-size: 12px;
            }

                #showBootTimer table tr td:nth-of-type(even) {
                    background-color: #cfd0d3;
                }

    #showBootTimer th.right,
    #showBootTimer td.right {
        text-align: right;
    }
/*
    Transactions
*/
.rc {
    font-family: 'Courier New', monospace;
    font-size: 13px;
    /*width: 15em; OLD*/
    width: 200px;
    margin: 0 auto;
    color: #000000;
}

.rc-br {
    height: 1em;
    clear: both;
}

.rc-left + .rc-br, .rc-right + .rc-br, .rc-center + .rc-br {
    height: 2px;
}

.rc-left {
    /*max-width: 150px; OLD*/
    text-align: left;
    float: left;
}

.rc-right {
    /*max-width: 150px; OLD*/
    text-align: right;
    float: right;
}

.rc-center {
    text-align: center;
}

.rc img {
    max-width: 200px;
}

/*NEW*/
.rc-large {
    -webkit-transform: scaleY(2);
    -moz-transform: scaleY(2);
}

.rc-condensed {
    font-size: 6.5px;
    -webkit-transform: scaleY(2);
    -moz-transform: scaleY(2);
}

.rc-bold {
    font-weight: bold;
}

.rc-inverted {
    color: #FFFFFF;
    background-color: #000000;
}
/*END NEW*/

.rc-sep {
    text-wrap: none;
    white-space: nowrap;
    display: inline-block;
}

.rtl .rc-left {
    text-align: right !important;
    float: right !important;
}
.rtl .rc-right {
    text-align: left !important;
    float: left !important;
}

.row {
    padding: 0 15px;
}

.filters {
    padding: 0 0 5px 5px;
    height: 36px;
}

.row.filter .filters-btn {
    float: right;
    margin-bottom: 10px;
    margin-top: 10px;
}

.btn-group.transactions-customize-btn {
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

.row.filter button.dropdown-toggle {
    width: 100%;
    text-align: left !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 15px;
}

    .row.filter button.dropdown-toggle .caret {
        position: absolute;
        top: 13px;
        right: 5px;
    }

.export-btn {
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

.filters.currency {
    height: 40px;
}

    .filters.currency:after {
        content: "$";
        color: #bbc3d4;
        font-size: 14px;
        font-family: inherit;
        padding: 0;
        position: relative;
        top: -28px;
        margin: 0 0 0 6px;
    }

.input-group .btn.btn-sm {
    font-size: 13px;
}

.table.transactions-table {
    margin: 0;
}

    .table.transactions-table > thead > tr > th {
        padding: 8px;
    }

.btn.btn-default.customize-table-btn {
    margin-top: -10px;
    margin-bottom: 10px;
}

.table > tbody > tr > td span.receipt {
    width: 48px;
}

a.view-receipt {
    color: #333;
    text-decoration: none;
}

.table > tbody > tr > td span.amount {
    font-weight: bold;
    margin-left: 30px;
}

.batch-table > tbody > tr:nth-of-type(even) > td {
    padding: 0;
}

.batch-table.not-batch > tbody > tr:nth-of-type(even) > td {
    padding: 8px;
}

.batch-table > tbody > tr:nth-of-type(even) > td > span {
    display: block;
    margin: 8px;
}

.batch-table > tbody > tr.active > td {
    background-color: #eaeef2;
}

@media print {
    .batch-table > thead {
        display: none;
    }

        .batch-table > thead:first-of-type {
            display: table-header-group;
        }
}

.transactions-table > tbody > tr.active > td,
.transactions-table > tbody > tr.active > td > receipt-link-icons > a > em {
    color: #909fa7;
}

.transactions-table > tbody > tr.text-danger > td > receipt-link-icons > a > em {
    color: #f05050;
}

.batch-table > tbody + tbody {
    border-top: 0;
}

/* Score */
.brandskore {
    margin: 20px 0px;
    position: relative;
    width: 100%;
    height: 40px;
    background-image: linear-gradient(to right, rgb(231, 102, 75) 0%, rgb(238, 216, 68) 50%, rgb(0, 204, 76) 100%);
}

.brandskore-min {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 5px;
}

.brandskore-max {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px;
}

.brandskore-score {
    position: absolute;
    top: -20px;
    color: #37b349;
    font-weight: bold;
}

.brandskore-free {
    background-color: white;
    position: absolute;
    height: 100%;
    opacity: .7;
    right: 0px;
}

.brandskore-score-box-marker {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    margin-left: -7px;
}

.brandskore-score-2 {
    position: absolute;
    bottom: -20px;
    color: #049fdb;
    font-weight: bold;
}

.brandskore-score-box-marker-2 {
    position: absolute;
    bottom: 0px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    margin-left: -7px;
}

.page-customize > div > div.tab-pane > dl > ul > li {
    line-height: 18px;
}

    .page-customize > div > div.tab-pane > dl > ul > li > em {
        margin-right: 0px !important;
    }

    .page-customize > div > div.tab-pane > dl > ul > li.move {
        background-color: #909fa7;
    }

    .page-customize > div > div.tab-pane > dl > ul > li label.switch {
        margin: 0px;
    }

    .page-customize > div > div.tab-pane > dl > ul > li > em {
        cursor: n-resize;
    }

.not-customize label.switch {
    color: #909fa7;
    cursor: default;
}

label.switch em.not-customize {
    color: #909fa7;
    cursor: default;
}

.not-customize label.switch input:checked + span {
    background-color: #909fa7;
    border-color: #909fa7;
    cursor: default;
}

.table > thead:first-child > tr:first-child > th buttons-show-hide-all-transactions .btn-group {
    margin: 0 -8px;
}

/* Loyalty */
.table-accounts {
    background-color: #ffffff !important;
}

.companyFilters {
    padding-right: 0;
    margin: 15px 0 15px 0;
}

/* merchants */
.pre-wrap {
    white-space: pre-wrap;
}

/* Search */
.search-page-header {
    background-color: #fafbfc;
    border-bottom: 1px solid #cfdbe2;
    margin: 0;
    padding: 0 0 0 237px;
    height: 57px;
    position: fixed;
    left: 0px;
    top: 55px;
    right: 0px;
}

@media only screen and (max-width: 768px) {
    .search-page-header {
        display: none;
    }
}

.search-page-header div {
    float: left;
    padding-top: 15px;
}

.search-page-header > table {
    width: calc(100% - 20px);
    margin: 0 10px;
}

    .search-page-header > table > tbody > tr > td {
        padding: 10px;
    }

.search-page-header h3 {
    color: #929292;
    font-weight: normal;
    margin: 0;
}

.search-page-header span.input-group {
    float: left;
    margin: 0;
}

.search-tab-group {
    height: 31px;
    display: inline-block;
    border: 1px solid #cfdbe2;
    background-color: #f5f7fa;
    margin: 0 0 -27px 0;
    border-radius: 4px 4px 0 0;
}

    .search-tab-group td {
        padding: 4px 10px;
        background-color: #fafbfc;
        border-left: 1px solid #cfdbe2;
        border-right: 1px solid #cfdbe2;
        cursor: pointer;
        font-family: inherit;
        font-size: 14px;
        color: #929292;
    }

        .search-tab-group td:first-child {
            border-left: 0;
            border-radius: 4px 0px 0px 4px;
        }

        .search-tab-group td:last-child {
            border-right: 0;
            border-radius: 0px 4px 4px 0px;
        }

        .search-tab-group td:hover {
            background-color: #f5f5f5;
        }

        .search-tab-group td.active {
            background-color: #f5f7fa;
            border-bottom: 1px solid #f5f7fa;
        }

.search-page {
    margin-top: 57px;
    margin-left: 9%;
}

    .search-page > p {
        color: #929292;
    }

    .search-page > div {
        width: 83.3333333%;
    }

        .search-page > div > div {
            padding-bottom: 10px;
        }

        .search-page > div > h4 {
            color: #929292;
            padding-bottom: 5px;
            border-bottom: 1px solid #cfdbe2;
        }

        .search-page > div > div > a {
            font-size: 16px;
        }

        .search-page > div > div > p {
            font-size: 14px;
            margin: 0;
        }

.highlight-text {
    border-left: 1px solid #e5e5e5;
    padding-left: 10px;
}

    .highlight-text:before {
        content: "Coincidences in:";
        display: block;
        margin-bottom: 3px;
        color: #909fa7;
        line-height: 1;
        font-size: 12px;
        font-weight: normal;
        font-family: "Source Sans Pro", sans-serif;
    }

span.foundText {
    color: inherit;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    font-weight: bold;
}

input.form-control.search {
    height: 23px;
    font-size: 12px;
    width: calc(100% - (220px + 380px));
    margin: 16px 10px;
    float: left;
}

div.search {
    position: fixed;
    left: 274px;
    top: 38px;
    width: calc(97% - (220px + 377px));
    border: 1px solid #cfdbe2;
    border-top: 0;
    background-color: #f5f7fa;
}

h3 > span.invoice-status {
    font-size: 65%;
}

table.invoice-info {
    border: 0;
}

    table.invoice-info > tbody > tr:nth-of-type(odd) {
        background-color: transparent;
    }

    table.invoice-info > tbody > tr > th {
        border: 0;
        color: #333;
    }

    table.invoice-info > tbody > tr > td {
        border: 0;
    }

        table.invoice-info > tbody > tr > td.company-logo {
            vertical-align: top;
            text-align: right;
        }

.weight-bold {
    font-weight: bold;
}

@keyframes spin-el {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-el {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.spin em {
    width: 12px;
    height: 12px;
    animation: spin-el 600ms infinite linear;
    -webkit-animation: spin-el 1s infinite linear;
}

.advertising-rewardy {
    width: 100%;
    height: auto;
}

.center-block-button {
    display: table;
    margin: 0 auto;
    width: auto;
    float: none;
}

    .center-block-button > .btn {
        margin-right: 10px;
        margin-top: 0 !important;
    }

rewardy-slider-inner > div > img {
    display: block;
    max-width: 100%;
    max-height: 490px;
}

.rewardy-slider {
    width: 245px;
    height: 490px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.rewardy-slider-inner {
    width: 400%;
    height: 100%;
    padding: 0;
    -webkit-transition-property: all;
    -webkit-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-duration: 1s;
    transition-property: all;
    transition-duration: 1s;
}

.image0 .rewardy-slider-inner {
    margin-left: 0;
}

.image1 .rewardy-slider-inner {
    margin-left: -100%;
}

.image2 .rewardy-slider-inner {
    margin-left: -200%;
}

.image3 .rewardy-slider-inner {
    margin-left: -300%;
}

.rewardy-slider-inner div {
    float: left;
    width: 245px;
}

    .rewardy-slider-inner div img {
        width: 100%;
    }

.rewardy-slider-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .rewardy-slider-control:hover,
    .rewardy-slider-control:focus {
        outline: 0;
        color: #ffffff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .rewardy-slider-control.left {
        right: auto;
        left: 0;
    }

    .rewardy-slider-control.right {
        left: auto;
        right: 0;
    }

    .rewardy-slider-control .glyphicon-chevron-left,
    .rewardy-slider-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .rewardy-slider-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -15px;
    }

    .rewardy-slider-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -15px;
    }

.rewardy-slider-indicators {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .rewardy-slider-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #ffffff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
    }

        .rewardy-slider-indicators li.active {
            margin: 0;
            width: 12px;
            height: 12px;
            background-color: #ffffff;
        }

.form-wizard > ol > li {
    background-color: transparent;
}

.word-break-all {
    word-break: break-all;
}

.height-100px {
    height: 100px !important;
}

.btn-group-fw {
    width: calc(100% - 33px) !important;
}

@media print {
    a[href]:after {
        content: none;
    }

    body [ng-table-pagination] {
        display: none;
    }

    .wrapper > footer {
        position: relative;
    }

    table td, table th {
        page-break-inside: avoid;
        page-break-after: always;
    }
}

.gogreen-page {
    position: fixed;
    width: 100%;
    height: 100%;
    display: table;
}

.panel-gogreen {
    max-width: 800px;
    /*max-height: 100%;*/
    text-align: center;
    /*overflow: auto;*/
}

.gogreen-page .mt-minus {
    margin-top: -12px;
}

.gogreen-mt-minus {
    margin-top: -12px;
    text-align: center;
}

.gogreen-page .leaves {
    margin: 0 -30px;
}
.gogreen-leaves {
    margin: 0 -15px;
}

    .gogreen-page .leaves div, .gogreen-leaves div {
        width: 50px;
        height: 58px;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
    }

.leaves div.left, .gogreen-leaves div.left {
}

.leaves div.right, .gogreen-leaves div.right {
}

.leaves div.text, .gogreen-leaves div.text {
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
    width: 63%;
    max-width: 300px;
}

.gogreen-leaves div.text {
    width: 254px;
    text-align: center;
    vertical-align: initial;
    margin-bottom: 10px;
}

.gogreen-page .label-text, .gogreen-label-text {
    color: #70ad47;
}

.gogreen-logo {
    height: 58px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../img/new-goGreen.png');
    border: none;
    margin-top: 10px;
}

@media (max-height: 550px) {
    .gogreen-page {
        position: relative;
    }
}

.receipt-tabset .nav > li > a {
    padding: 3px 10px !important;
    border-radius: 3px 3px 0 0 !important;
}

.receipt-tabset .nav-pills + .tab-content {
    border-top: 1px solid #5d9cec;
    padding-top: 10px;
}

.loyalty-banner-img {
    width: 140px;
    margin: 0 auto;
    margin-bottom: -25px;
    display: block;
    height: auto;
}

.poll-rating-block {
    width: 100px;
    float: left;
}

.poll-rating-progress-block {
    width: calc(100% - 100px);
    float: left;
}

.poll-rating-block.boolean {
    width: 50px;
}

.poll-rating-progress-block.boolean {
    width: calc(100% - 50px);
}

.summaryQuestion {
    margin: 2px -13px;
}

.summaryQuestionBody {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}

    .summaryQuestionBody > div {
        width: 100%;
    }

.summaryQuestionHead {
    background-color: #f5f7fa;
    cursor: pointer;
    padding: 5px 15px;
}

.rotate-180 {
    margin-left: -14px;
    margin-right: 14px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#iframediv {
    height: 300px;
}

.user-menu-icon {
    width: 30px;
}

.text-overflow {
    overflow: hidden;
    -moz-text-overflow: clip;
    text-overflow: clip;
}

.fix-header-page {
    min-height: 67px;
}

/* GOOGLE CHARTS*/
div.google-visualization-tooltip {
    padding: 0;
    line-height: 1;
    white-space: nowrap;
}

.chart-arrow-r {
    display: none;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100px;
    -webkit-transform: matrix(0.2, 0.7, -0.2, 0.7, 40, -200);
    -moz-transform: matrix(0.2, 0.7, -0.2, 0.7, 40, -200);
    -ms-transform: matrix(0.2, 0.7, -0.2, 0.7, 40, -200);
    -o-transform: matrix(0.2, 0.7, -0.2, 0.7, 40, -200);
    transform: matrix(0.2, 0.7, -0.2, 0.7, 40, -200);
    border-width: 12px 12px 0 0;
    border-style: solid;
    -ms-border-radius: 12px 0;
    border-radius: 12px 0;
    border-color: transparent;
    margin: 0;
    float: right;
}

@media (min-width: 1200px) {
    .chart-arrow-r {
        display: block;
    }
}

.ui-select-multiple.ui-select-bootstrap {
    padding: 3px !important;
}

.ui-select-container.ui-select-bootstrap.form-control {
    z-index: inherit;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-no-drop {
    cursor: no-drop !important;
}

.ui-select-multiple + .input-group-btn {
    height: 100%;
    display: block;
}

    .ui-select-multiple + .input-group-btn > button {
        height: 100%;
    }

.pr-mp-datepicker {
    padding-right: 3px !important;
}

.period-btn {
    width: 25%;
}

.period-btn-v3 {
    width: 16.66%;
}

.summary-loading {
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 5px 5px 10px 5px;
    z-index: 110;
}

.abs-center-container > .summary-loading {
    padding: 0;
}

.summary-loading > div {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
}

    .summary-loading > div:after {
        background-color: initial !important;
    }

    .summary-loading > div:before {
        background-color: initial !important;
    }

.m-xs {
    margin: 1.8px !important;
}

.mt-md {
    margin-top: 10px;
}

.noscroll {
    overflow: initial !important;
}

.circle-xxl {
    width: 28px;
    height: 28px;
}

.table-format-round,
.table-format-square,
.table-format-rectangle {
    display: block;
    float: left;
    margin: 0 5px;
    /*color: #ffffff;*/
    text-align: center;
    line-height: 19px;
    font-weight: bold;
    border: 2px solid #ddd;
    background-color: #ffffff;
}

.table-format-round {
    width: 23px;
    height: 23px;
    border-radius: 11px;
}

.table-format-square {
    width: 23px;
    height: 23px;
}

.table-format-rectangle {
    width: 40px;
    height: 23px;
}

.summary-no-data > p,
.summary-no-data > ul li {
    font-size: 24px;
    color: #929292;
}

.inventory-items-barcode {
    float: left;
    width: 100%;
}

@media (min-width: 600px) {
    .inventory-items-barcode {
        clear: left;
        width: initial;
        position: absolute;
        right: 20px;
    }
}

@media print {
    .print-bar-codes .ngdialog-content {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .print-bar-codes fieldset {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

        .print-bar-codes fieldset > legend {
            display: none !important;
        }

    .print-bar-codes div.ngdialog-close {
        display: none !important;
    }

    .print-bar-codes fieldset > div {
        overflow: hidden !important;
        max-height: initial !important;
    }

        .print-bar-codes fieldset > div div {
            page-break-inside: avoid;
        }
}

.align-middle-important {
    vertical-align: middle !important;
}

.align-top-important {
    vertical-align: top !important;
}

.align-bottom-important {
    vertical-align: bottom !important;
}

@media (min-width: 1200px) {
    .pull-right-lg {
        float: right;
    }
}

.terminalActivitiesFilters {
    width: 145px;
    float: left;
}

.terminalActivitiesFiltersBtn {
    width: 80px;
    float: left;
}

.undeline {
    text-decoration: underline;
}

.datepicker-archive-date button {
    background-color: #ffab5e;
}

body .chosen-container-multi .chosen-choices {
    padding: 4px 10px;
    height: 31px;
}

body .chosen-container {
    width: 100% !important;
}

body .chosen-container-multi .chosen-choices li.search-choice {
    margin: 0;
}

.summary-loading.fullscreen {
    padding: 0;
    margin: 122px 0 0 220px;
    position: fixed !important;
    width: auto;
    height: auto;
}

.aside-collapsed .summary-loading.fullscreen {
    margin: 122px 0 0 70px;
}

.progress-bar-gray-lighter {
    background-color: #edf1f2;
}

.table.table-sale-items {
    background-color: transparent !important;
    margin-bottom: 0;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 0 1px 1px 1px;
}

    .table.table-sale-items > tbody > tr > th {
        background-color: transparent !important;
    }

.btn.payment-tool-fee-filled {
    border-color: #1f9c3d;
    color: #1f9c3d;
}

.content-wrapper {
    display: table;
}

.san-select-period {
    margin: 0 auto;
}
.san-select-period .btn {
    margin: 0 !important;
    padding: 5px 10px;
}

.ng-table-without-paging ~ [ng-table-pagination] {
    display: none;
}

.sales-history-panel {
    
}
.sales-history-panel-heading {
    padding: 4px;
}
.sales-history-panel-body {
    padding: 0 15px;
}

.checkbox-btn-group {
    margin: 2px !important;
    float: left !important;
}

.sales-history-totals-border {
    border-top: 2px solid #333;
    font-size: 16px;
}

.inventory-items-wrap {
    min-height: 300px;
    max-height: 700px;
    height: 1px;
    display: contents;
}
.inventory-items-wrap > div {
    height: 100%;
}

.mp-scrollbar::-webkit-scrollbar {
    width: 6px;
}

.mp-scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
}

.mp-scrollbar::-webkit-scrollbar-thumb {
    background-color: #33333380;
    border-radius: 3px;
    transition: .1s opacity .4s linear;
    opacity: .5;
}

.mp-scrollbar {
    scrollbar-color: #33333380 transparent;
    scrollbar-width: thin;
}

.label-muted {
    background-color: #909fa7;
}

.tag.parent-tag > span[data-role=remove] {
    display: none;
}

.feedback-button {
    position: fixed;
    left: 100%;
    top: 40%;
    background: #3a3f51;
    padding: 5px;
    border: 2px solid #e1e2e3;
    border-top: none;
    font-weight: bold;
    color: #e1e2e3;
    display: block;
    white-space: nowrap;
    text-decoration: none !important;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 5px 5px;
    cursor: pointer;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: top left;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: top left;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: top left;
    transform: rotate(90deg);
    transform-origin: top left;
}

.feedback-button:hover {
    color: #9289ca;
}

.in-file-loader {
    color: transparent;
}

.in-file-loader::-webkit-file-upload-button {
    visibility: hidden;
}

.in-file-loader::file-selector-button {
    visibility: hidden;
}

.in-file-loader::before {
    content: 'Select';
    color: #333333;
    display: inline-block;
    background: #ffffff;
    border: 1px solid #dde6d9;
    border-radius: 3px;
    padding: 7px 14px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 10pt;
    position: relative;
    right: calc(53px - 100%);
    top: -7px;
    height: 35px;
    width: 70px;
}
.in-file-loader:hover::before {
    /*border-color: black;*/
}
.in-file-loader:active {
    outline: 0;
}
.in-file-loader:active::before {
    border-color: #66afe9;
}

.sa-icon-recucle {
    background-image: url("https://cdn-icons-png.flaticon.com/512/3807/3807871.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 15px auto;
    width: 88px;
    height: 88px;
}

.icon-img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}