.container-fluid,
.sub-menu-navigation {
    /*font-family: Quicksand,sans-serif;*/
}

.container-fluid li:not(.active) a,
.sub-menu-navigation li:not(.active) a {
    color: #494949;
}

.page-title {
    font-size: 28px;
}

.container-fluid {
    background: white;
    border-bottom: 1px solid #eee;
    box-shadow: 0 1px 15px rgba(0,0,0,.14);
}

.container-fluid .container {
    padding: 30px 0px;
}

.navbar-nav .separator a {
    position: relative;
    margin-top: -5px;
    height: 27px;
    width: 1px;
    background: #d2d2d2;
}

.navbar-nav .separator:hover a {
    text-decoration: none!important;
    background: #d2d2d2 !important;
}

.page-header {
    padding: 15px 0;
    position: relative;
}

.page-header .btn {
    margin-top: 5px;
}

.nav-block {
    margin-top: 20px;
    margin-left: -7px;
}

.nav-block a {
    font-size: 16px;
    color: black;
    padding: 2px 10px;
    padding-right: 13px;
    margin-top: 3px;
    display: inline-block;
    border-right: 2px solid #eee;
}

.nav-block a:last-child {
    border-right: 0px;
}

body {
    background: rgb(252, 252, 252);
}

.jumbotron {
    background: #fcfcfc;
    text-align: center;
}

#app-page {
    position: relative;
}

#app-page .container:not(.cms-footer) {
    margin-top: 30px;
    background: white;
    border: 1px solid #eee;
    position: relative;
    box-shadow: 0 2px 3px rgba(0,0,0,.10);
    border-radius: 3px;
    padding-bottom: 50px;
}

.cms-footer {
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding: 0px;
    padding-top: 20px;
    color: #b5b4b4;
    /*font-family: Quicksand,sans-serif;*/
}

.notes {
    border: 1px solid #eee;
    position: relative;
    box-shadow: 0 2px 3px rgba(0,0,0,.10);
    border-radius: 3px;
}

.btn {
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    border-radius: 2px;
    border: none;
}
.btn:hover, .btn:focus {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    outline: none;
}

.btn-default {
    background-color: #fff;
    border: 1px solid #eee;
}
.btn-default:hover, .btn-default:focus {
    background-color: #f2f2f2;
}

.btn-primary {
    background-color: #3e60c2;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #2b5dc2;
}

.btn-success {
    background-color: #4caf50;
}
.btn-success:hover, .btn-success:focus {
    background-color: #5cb860;
}

.btn-info {
    background-color: #03a9f4;
}
.btn-info:hover, .btn-info:focus {
    background-color: #14b4fc;
}

.btn-warning {
    background-color: #ffc522;
}
.btn-warning:hover, .btn-warning:focus {
    background-color: #ffc522;
}

.btn-danger {
    background-color: #f44336;
}
.btn-danger:hover, .btn-danger:focus {
    background-color: #f55a4e;
}

.btn-lg {
    padding: 10px 25px;
}

td > .btn-xs {
    width: 100%;
}

.btn-xs:hover, .btn-xs:focus {
    color: #ffffff;
}

.fab {
    border-radius: 50%;
    margin: 0;
    padding: 20px;
}

.btn-effect {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: white;
    animation: btn-animation 2s;
    -webkit-animation: btn-animation 2s;
}

@keyframes btn-animation {
    from {
        transform: scale(1);
        opacity: 0.4;
    }
    to {
        transform: scale(100);
        opacity: 0;
    }
}
@-webkit-keyframes btn-animation {
    from {
        transform: scale(1);
        opacity: 0.4;
    }
    to {
        transform: scale(100);
        opacity: 0;
    }
}

.info-box {
    display: block;
    min-height: 90px;
    background: #f6f6f6;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}
.progress-description, .info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 102px;
    background: rgba(0,0,0,0.2);
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 28px;
}

.info-box-bg {
    background: #3e60c2;
    color: white;
}

.info-box-time .info-box-number {
    font-size: 20px;
}

.progress {
    height: 60px;
}

.progress-bar {
    line-height: 60px;
    background-color: #3e60c2;
}

.table>td,
.table>th {
    line-height: 35px;
}

.padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

#acra_length label {
    top: 3px;
    position: relative;
    left: 10px;
}

.CodeMirror {
    overflow: hidden;
    font-size: 12px;
}

.column_2 {
    margin-right: 10px;
}

.form-control {
    border: 1px solid #eee;
    box-shadow: none;
    border-radius: 1px;
}

#acra tr.odd,
#jmeter tr.odd {
    background: rgba(194, 194, 194, 0.07);
}

#acra tr,
#jmeter tr {
    border-color: #eee;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #eee;
}

.table>thead>tr>th {
    border-bottom: 0px;
}

#jmeter_length,
#jmeter_paginate,
#jmeter_info {
    display: none;
}

.status-fail {
    color: #f44336;
}

.status-ok {
    color: #4caf50;
}

.dataTables_empty {
    padding: 40px !important;
}

.nav {
    margin-top: 20px;
}

.nav>li:hover a,
.nav>li:active a,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: transparent;
}

.nav>li>a {
    padding: 0px;
    margin-right: 20px;
}

.card{
    padding: 0px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none !important;
}

.card-inner{
    background: #fefefe;
    border: 1px solid #eee;
    margin: 12px 1px;
    padding: 15px 15px 35px 15px;
    transition: 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

.card-inner:hover{
    text-decoration: none !important;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 30px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 30px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 30px -10px rgba(0,0,0,0.75);
    transition: 0.2s;

}

.main-icon{
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #3e60c2;
}

.bottom-icon{
    margin-bottom: 15px;
    font-size: 20px;
    float: right;
    color: #3e60c2;
}

/* CMS STYLES */

#inputLongDescription, #inputCouponDescription, #inputCouponNote{
    max-width: 100%;
    max-height: 350px;
}

.fileinput-sticker-new, .fileinput-new{
    width: 100%;
}

.fileinput-sticker-preview .fileinput-preview{
    max-width: 200px; max-height: 200px;
}

#photoInput, #cornerStickerCouponInput, #stickerCouponInput, #visualCouponInput, #desktopCouponInput, #featuredCouponInput{
    width: 100%;
    display: block;
}

/*-*/

.enable-all-btn{
    margin-right: 10px;
}

.form-separator{
    height: 1px;
    margin-top: 25px;
    margin-bottom: 25px;
    background: #eee;
}

.halabards-section img, .coupon-variant-halabards-section img{
    padding:2px;
    width:35px;
}

.export-shops-section{
    margin-top: 23px;
}

.export-shops-section .btn-default{
    float: right;
    width: 100%;
}

.checkbox-section{
    margin-top: 15px;
}

#coupons_datatable tbody td{
    line-height: 50px;
}

#promotions_datatable tbody td{
    line-height: 40px;
}

#finances_datatable tbody td{
    line-height: 50px;
}

#users_datatable tbody td{
    line-height: 32px;
}

#promotions_datatable tbody td .state-box, #coupons_datatable tbody td .state-box, #finances_datatable tbody td .state-box{
    width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-left: 5px;
    text-align: center;
    border-radius: 5px;
    line-height: 30px;
    font-size: 20px;
}

#coupons_datatable tbody td .state-box, #finances_datatable tbody td .state-box{
    margin-top: 10px;
}

#coupons_datatable tbody tr:hover,
#promotions_datatable tbody tr:hover,
#finances_datatable tbody tr:hover,
#archive_datatable tbody tr:hover,
#archive_progress_datatable tbody tr:hover,
#reports_datatable tbody tr:hover{
    cursor: pointer;
}

#promotions_datatable tbody td img, #coupons_datatable tbody td img, #finances_datatable tbody td img, #shops_datatable tbody td img{
    width: 30px;
}

#shops_datatable tbody td {
    display: table-cell;
    vertical-align: middle;
}

.sticker_image{
    height: 50px;
}

/* USERS */

/* NAVIGATION */
.nav>li.active>a {
    font-weight: bold;
    color: black;
}

.general-menu>li>a {
    font-size: 15px;
    margin-top: 10px;
    margin-left: 3px;
}

.sub-menu {
    margin-top: 0px;
}

.sub-menu-navigation {
    background: #fcfcfc;
}

tr.test-result > td {
    line-height: 35px !important;
}

.card-inner span {
    font-size: 20px;
}

.card a {
    text-decoration: none !important;
}

#acra thead th:last-child,
#acra tbody tr td:last-child:not(.dataTables_empty) {
    display: none;
}

#acra tbody tr td.dataTables_empty {
    background: white;
}

#acra tbody tr td.dataTables_empty img {
    width: 100px;
}

#acra tbody tr {
    cursor: pointer;
}

.green-text {
    color: green;
}

.red-text {
    color: red;
}

.edit-view .page-title {
    margin-top: 0px;
}

.maps-buttons .btn {
    padding-left: 30px;
    padding-right: 30px;
}

.dashboard-panel-top, .dashboard-panel-bottom{
    text-align: center;
    height: 130px;
    color: whitesmoke;
    margin-bottom: 20px;
    font-weight: 100;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border-left: 50px solid rgba(72, 71, 71, 0.16);
    transition-duration: 0.1s;
}

.dashboard-panel-top:hover, .dashboard-panel-bottom:hover{
    border-left: 80px solid rgba(72, 71, 71, 0.16);
    transition-duration: 0.2s;
}

.dashboard-panel-top:hover .fa, .dashboard-panel-bottom:hover .fa{
    font-size: 40px;
    transition-duration: 0.2s;
}

.dashboard-panel-top:hover .icon-container, .dashboard-panel-bottom:hover .icon-container{
    font-size: 40px;
    width: 80px;
    transition-duration: 0.2s;
}

.icon-container{
    position: absolute;
    left: 15px;
    width: 50px;
    top: 33px;
    transition-duration: 0.1s;
}

.dashboard-panel-bottom {
    margin-bottom: 30px;
}

.apistatus{
    background: rgba(76, 175, 80, 0.80);
}

.modulesstatus{
    background: rgba(62, 96, 194, 0.80);
}

.devicesstatus{
    background: rgba(62, 96, 194, 0.80);
}

.couponstatus{
    background: rgba(205, 57, 47, 0.80);
}

.promotionstatus{
    background: rgba(205, 57, 47, 0.80);
}

.dashboard-large-text{
    font-size: 45px;
    margin-left: -30px;
}

.dashboard-medium-text{
    font-size: 38px;
    margin-left: -30px;
}

.dashboard-small-text{
    font-size: 20px;
    padding-top: 25px;
    margin-bottom: -15px;
    margin-left: -30px;
}

.dashboard-panel-top .fa, .dashboard-panel-bottom .fa{
    color: white;
    font-size: 30px;
    text-align: center;
    transition-duration: 0.1s;
}

.devicesstatus .dashboard-medium-text, .devicesstatus .dashboard-small-text{
    margin-left: -20px;
}

.dashboard-progress{
    background: rgba(62, 96, 194, 0.80);
    height: 3px;
    margin-top: 20px;
}

.dashboard-progress-bar{
    background: whitesmoke;
    height: 3px;
    width: 0;
}

/* ROW REORDER */

#coupons_priority_datatable tr, #promotions_priority_datatable tr{
    cursor: move;
}

table.dt-rowReorder-float {
    position: absolute !important;
    opacity: 1;
    table-layout: fixed;
    z-index: 2001;
    background: #BBDEFB;
}

tr.dt-rowReorder-moving {
    color: white;
    background: white !important;
}

body.dt-rowReorder-noOverflow {
    overflow-x: scroll;
}

table.dataTable td.reorder {
    text-align: center;
    cursor: move;
}

#changeCustomerPasswordBtn, #activated_coupons_btn{
    margin-top: 25px;
    width: 100%;
}

.width-100{
    width: 100%;
}

/*CUSTOMER CARD*/

.login-card {
    box-shadow: 0 1px 15px rgba(0,0,0,.14);
}

.customer-card{
    width: 90%;
    height: 150px;
    margin: 10px 0;
    border-radius: 7px;
    background-image: url("../img/card-background.jpg");
    background-size: cover;
    color: white;
    border-left: 20px solid #f44336;
    padding-left: 10px;

    -webkit-box-shadow: 4px 4px 18px -4px rgba(0,0,0,0.75);
    -moz-box-shadow:    4px 4px 18px -4px rgba(0,0,0,0.75);
    box-shadow:         4px 4px 18px -4px rgba(0,0,0,0.75);
}

.customer-card .card-title{
    padding-top: 15px;
    font-size: 30px;
    margin: 5px;
}

.customer-card .card-date{
    font-size: 14px;
    margin: -10px 5px;
}

.customer-card .card-number{
    font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
    width: 95%;
    font-size: 18px;
    margin-top: 35px;
    margin-left: 6px;
    text-shadow: 2px 2px #000000;
}

.customer-card .card-remove-icon{
    top: 0;
    right: 16%;
    position: absolute;
    height: 34px;
    width: 34px;
    background: red;
    border-radius: 50px;

    -webkit-box-shadow: 2px 12px 35px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 12px 35px -3px rgba(0,0,0,0.75);
    box-shadow: 2px 12px 35px -3px rgba(0,0,0,0.75);
}

.customer-card .card-remove-icon:hover{
    cursor: pointer;
    transform: scale(0.95, 0.95);
}

.customer-card .card-remove-icon .fa{
    position: absolute;
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    left: 9px;
}

@media screen and (max-width: 991px){
    .customer-card{
        height: 80px;
    }

    .customer-card .card-title{
        padding-top: 6px;
        font-size: 16px;
        margin: 3px;
    }

    .customer-card .card-date{
        font-size: 12px;
        margin: -5px 3px;
    }

    .customer-card .card-number{
        font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
        width: 95%;
        font-size: 16px;
        margin-top: 8px;
        margin-left: 2px;
        text-shadow: 1px 1px #000000;
    }
}

@media screen and (max-width: 600px) {
    .customer-card{
        width: 100%;
    }

    .owl-carousel .owl-item{
        width: 100% !important;
    }
}

tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

#customers_datatable .customer-tr:hover{
    cursor: pointer;
    background: rgba(0, 0, 0, 0.05);
}

#generateReport .bootstrap-select {
    width: 100%;
}

.cf-selectpicker .bootstrap-select > .dropdown-toggle.bs-placeholder{
    color: #a3a5a8 !important;
    height: 45px;
    margin-bottom: 20px;
    border-radius: 0;
    background: #3e60c2;
}

.cf-selectpicker .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.cf-selectpicker .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.cf-selectpicker .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.cf-selectpicker .btn-group>.btn:first-child,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover, .btn-info:active.focus,
.btn-info:active:focus, .btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover{
    color: white;
    height: 45px;
    margin-bottom: 20px;
    border-radius: 0;
    background: #3e60c2;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

#promotions_priority_datatable_paginate{
    /*visibility: hidden;*/
}

.acra-report-selectors{
    margin: 0 5px 10px !important;
}

#acra_filter label{
    position: relative;
    top: -82px;
}

.progress > span {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 18px;
    z-index: 1;
}

.progress-bar {
    z-index: 2;
    position: relative;
    overflow: hidden;
}

.progress-bar span {
    width: 1138px;
    position: absolute;
    font-size: 14px;
    top: -2px;
    left: 0;
    right: 0;
}

.draggable-priority-menu{
    padding: 15px 5px;
}

.draggable-priority-item{
    padding: 15px 5px;
    border: 1px solid #eee;
    margin-bottom: 2px;
}

.draggable-priority-item:hover{
    cursor: pointer;
    background: #eee;
    border: 1px solid #898989;
}

.ui-state-highlight{
    height: 5em; line-height: 5em;
    width: calc(100% + 30px);
    margin-left: -15px;
    background: rgba(36, 56, 112, 0.08);
    border: none;
}

.categories-panel .ui-state-highlight {
    width: 100% !important;
    margin-left: 0px !important;
    background: #f3f3f3 !important;
}

#sortable{
    padding: 0;
    margin: 10px;
    overflow: auto;
}

.modal .draggable-priority-item .fa{
    margin-top: calc(50% - 10px);
    font-size: 20px;
}

.draggable-priority-item input {
    width: 100%;
    color: black !important;
}

@media screen and (max-width: 768px) {
    .general-menu {
        clear: both;
        display: block;
        display: block;
        margin-left: 0px;
    }
}

#customers_datatable tr,
#coupon_customers_datatable tr {
    cursor: pointer;
}

/* SOME POSITION BUG FIXES */

.table>thead:first-child>tr:first-child>td {
    vertical-align: bottom;
}

.table td>.form-group {
    margin-bottom: 0;
}

.input-sm{
    height: 34px;
}

a.dt-button {
    margin-top: 3px;
    height: 34px;
    padding: 6px 20px;
}

div.dataTables_wrapper div.dataTables_length select {
    height: 34px;
}

/* *** */

tfoot {
    display: table-header-group;
}

#customers_datatable .bootstrap-select > .dropdown-toggle.bs-placeholder, #customers_datatable .bootstrap-select > .dropdown-toggle {
    height: 30px;
    font-size: 12px;
    border: solid 1px #cccccc;
    font-weight:bold;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{
    background-color: rgba(52, 86, 183, 0.86);
    line-height: 15px;
    font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
}

.processing_info{
    background: red;
    width: 20%;
    height: 10%;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    left: 0;
    width: 100%;
    margin-left: 0;
    text-align: center;
    font-size: 29px;
    background: rgb(255, 255, 255);
    z-index: 3000;
    border-radius: 3px;
    top: 70px;
    bottom: 0;
}

.loader{
    width: 100px;
    height: 100px;
    border-radius: 100%;

    position: fixed;
    top: calc(50% - 10px);
    left: calc(50% - 50px);
}

#loader-4 span{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #fafffc;
    margin: 35px 5px;
    opacity: 0;
}

#loader-4 span:nth-child(1){
    animation: opacitychange 1s ease-in-out infinite;
}

#loader-4 span:nth-child(2){
    animation: opacitychange 1s ease-in-out 0.33s infinite;
}

#loader-4 span:nth-child(3){
    animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange{
    0%, 100%{
        opacity: 0;
    }

    60%{
        opacity: 1;
    }
}

#preloader-coupons, #preloader-report {
    height: 100%;
    width: 200%;
    background: rgba(50, 48, 50, 0.46);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

#preloader-coupons p, #preloader-report p {
    color: white;
    font-size: 35px;
    position: fixed;
    top: calc(50% - 50px);
    left: calc(50% - 200px);
}

#download-btn{
    height: 35px;
    position: fixed;
    top: 51%;
    left: calc(50% - 100px);
    width: 240px;
    line-height: 35px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}

.disabled-dashboard-panel {
    opacity: 0.6;
}

.disabled-permission {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

.disabled-dashboard-panel .dashboard-panel {
    background-color: rgba(191, 191, 191, 0.8) !important;
}

/* MESSAGES */
.message-col{

}

.message-col .dropdown{
    display: inline-block;
}

.message-col .btn{
    float: right;
    margin-top: 6px;
}

.message-submit-col .checkbox{
    display: inline-block;
}

.message-submit-col span{
    color: #b40000;
    display: block;
    float: right;
}

.message-col > span{
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.message-col p{
    display: inline-block;
    float: right;
}

.message-col textarea{
    resize:vertical;
}

.checkboxes-section{
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px #eee solid;
}

.same-messages.checkbox {
    font-weight: bold;
}

#android-message-counter, #android-title-counter, #ios-message-counter, #ios-title-counter{
    margin-top: 2px;
    margin-right: 2px;
    float: right;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.55);
}
.disabled-dashboard-panel {
    opacity: 0.6;
}

.disabled-dashboard-panel .dashboard-panel {
    background-color: rgba(191, 191, 191, 0.8) !important;
}

.modal-edit-user h3,
.modal-new-user h3 {
    font-size: 18px;
    margin-top: 0px !important;
}

.modal-edit-user hr,
.modal-new-user hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Base for label styling */
.user-modal [type="checkbox"]:not(:checked),
.user-modal [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.user-modal [type="checkbox"]:not(:checked) +  label,
.user-modal [type="checkbox"]:checked +  label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

.user-modal [type="checkbox"].check-all:not(:checked) +  label,
.user-modal [type="checkbox"].check-all:checked +  label {
    padding-left: 0;
    padding-right: 25px;
}

/* checkbox aspect */
.user-modal [type="checkbox"]:not(:checked) +  label:before,
.user-modal [type="checkbox"]:checked +  label:before {
    content: '';
    position: absolute;
    left:0; top: -8px;
    width: 17px; height: 17px;
    border: 1px solid #bbb;
    background: #fff;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}

.user-modal [type="checkbox"].check-all:not(:checked) +  label:before,
.user-modal [type="checkbox"].check-all:checked +  label:before {
    top: 1px;
    right: 0;
    left: auto;
}
/* checked mark aspect */
.user-modal [type="checkbox"]:not(:checked) +  label:after,
.user-modal [type="checkbox"]:checked +  label:after {
    content: '✔';
    position: absolute;
    top: -9px; left: 3px;
    font-size: 19px;
    line-height: 0.8;
    color: #3066ad;
    transition: all .2s;
}

.user-modal [type="checkbox"].check-all:not(:checked) +  label:after,
.user-modal [type="checkbox"].check-all:checked +  label:after {
    top: 0;
    right: -1px;
    left: auto;
}
/* checked mark aspect changes */
.user-modal [type="checkbox"]:not(:checked) +  label:after {
    opacity: 0;
    transform: scale(0);
}
.user-modal [type="checkbox"]:checked + .user-modal label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */
.user-modal [type="checkbox"]:disabled:not(:checked) +  label:before,
.user-modal [type="checkbox"]:disabled:checked +  label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
.user-modal [type="checkbox"]:disabled:checked +  label:after {
    color: #999;
}
.user-modal [type="checkbox"]:disabled +  label {
    color: #aaa;
}
/* accessibility */
.user-modal [type="checkbox"]:checked:focus +  label:before,
.user-modal [type="checkbox"]:not(:checked):focus +  label:before {
    border: 1px dotted blue;
}

.disabled-permission-checkbox {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: #a9a9a9;
}

.priority-layout #sortable {
    margin: 0 30px;
}

.priority-layout .saving-row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.priority-layout .draggable-priority-menu {
    border: 1px solid #eee;
    margin: 0px 15px;
}

.priority-layout .draggable-priority-item {
    margin-bottom: 0px;
}

#preloader-title span {
    display: block;
    font-size: 14px;
    text-align: center;
}

h1.page-title {
    font-weight: normal;
    display: inline;
}

h1.page-title.space-for-backward{
    margin-left: 8%;
}

/*CATEGORIES*/

.categories-panel .panel-heading {
    background: white;
}

.categories-panel .ui-state-highlight {
    background: #dfdfdf;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 82px;
}

.subcategories-sortable .ui-state-highlight {
    background: #dfdfdf;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 60px;
}

.categories-panel .panel-title {
    font-size: 18px;
    position: relative;
}

.categories-panel .panel-title .fa-bars {
    color: #aaa;
    position: absolute;
    top: 20px;
    left: 30px;
}

.categories-panel .panel-title .fa-glass {
    float: right;
    padding-left: 10px;
    margin-right: 20px;
    color: rgba(170, 170, 170, 0.65);
    font-size: 22px;
}

.add-subcategory-btn {
    width: 100%;
}

.categories-panel .panel-title .dropdown-button-subcategories {
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 15px;
}

.categories-panel .panel-title .dropdown-button-edit {
    font-size: 22px;
    position: absolute;
    top: 15px;
    right: 95px;
}

.categories-panel .panel-title .dropdown-button-edit:hover {
    color: orange;
}

.page-header {
    overflow-x: hidden;
}

.page-header .backward-btn{
    text-align: center;
    width: 7%;
    display: inline-block;
    font-size: 12px;
    top: 11px;
}

.page-header .backward-btn:hover {
    color: #3e60c2;
    cursor: pointer;
}

.page-header .fa-arrow-left {
    font-size: 28px;
    display: block;
    margin-top: 8px;
    margin-left: -2px;
}

.categories-panel .panel-title .dropdown-button-delete {
    font-size: 22px;
    position: absolute;
    top: 15px;
    right: 60px;
}

.categories-panel .panel-title .dropdown-button-delete:hover {
    color: red;
}

.category-save-row {
    margin-top: 15px;
    margin-bottom: 15px;
}

.subcategory-element:hover {
    cursor: pointer;
}


.subcategory-priority-info {
    position: absolute;
    top: 5px;
    right: 150px;
    font-size: 40px;
    color: #ddd;
    font-weight: bold;
}

#categoryImageInput img {
    width: 200px;
}

.subcategory-item {
    width: 100%;
    padding: 8px;
    border: 1px #ddd solid;
    margin: 5px 0;
    background: white;
}

.add-subcategory-item {
    width: 100%;
    padding: 8px;
    border: 1px #ddd solid;
    margin: 5px 0;
}

.btn-add-subcategory {
    margin-top: 1px;
    width: 100%;
}

.subcategory-item span {
    text-align: center;
    padding-right: 15px;
    color: #aaa;
    line-height: 34px;
}

.subcategory-item:hover {
    cursor: pointer;
}

.category-image {
    width: 100%;
}

.category-header-image img {
    height: 100px;
    width: 100px;
}

.category-header-image {
    display: inline-block;
}

.delete-subcategory-btn:hover, .manage-subcategory-coupons-btn:hover {
    cursor: pointer;
}

.alco-category-checkbox-section .fa-glass{
    color: #aaa;
}

.subcategory-name {
    display: inline-block;
    font-size: 24px;
    padding: 15px;
    border-left: 2px #eee solid;
    margin-left: 60px;
}

#categories_datatable .group td{
    background: rgba(170, 170, 170, 0.26);
    color: #000000;
    font-weight: bold;
    border-top: 1px #aaa solid;
    border-left: 1px #aaa solid;
    border-right: 1px #aaa solid;
}

#categories_datatable .subcategory-row td:nth-child(1) {
    border-left: 1px #aaa solid;
}

#categories_datatable .subcategory-row td:nth-child(2) {
    border-right: 1px #aaa solid;
}

#categories_datatable tbody tr:last-child td {
    border-bottom: 1px #aaa solid;
}

.coupon-row .btn-xs {
    width: 100%;
}

tr.coupon-row td.multi {
    line-height: 25px !important;
}

.csb.disabled {
    opacity: 1;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-finished {
    background: gray;
    color: white;
}

.no-subcategories-info {
    width: 100%;
    text-align: center;
    padding: 100px 0;
    font-weight: bold;
    font-size: 20px;
}

.coupon-element {
    width: calc(25% - 20px);
    height: 100px;
    border: 1px #eee solid;
    margin: 10px;

    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.22);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.22);
}

.new-coupon-element {
    width: calc(25% - 20px);
    height: 100px;
    border: 1px #aaa dashed;
    margin: 10px;
}

.new-coupon-element:hover {
    background: #eee;
    cursor: pointer;
}

.coupon-element .coupon-image img {
    width: 100px;
    height: 99px;
    position: absolute;
    left: 0;
}

.coupon-element .coupon-name {
    position: absolute;
    left: 110px;
    top: 10px;
    overflow: hidden;
    height: 40px;
}

.coupon-element .coupon-date-from span{
    position: absolute;
    bottom: 14px;
    font-size: 11px;
    left: 110px;
    font-weight: bold;
    letter-spacing: -0.2px;
}

.coupon-element .coupon-date-to span{
    position: absolute;
    bottom: 2px;
    font-size: 11px;
    left: 110px;
    font-weight: bold;
    letter-spacing: -0.2px;
}

.new-coupon-text {
    width: 100%;
    text-align: center;
}

.new-coupon-icon span {
    margin-top: 40px;
    margin-left: calc(50% - 10px);
}

.coupon-item {
    height: 65px;
    padding-top: 10px;
    margin: 5px 0;
}

.coupon-item span {
    line-height: 46px;
}

.coupon-item:hover {
    cursor: pointer;
    background: rgba(52, 86, 183, 0.22) !important;
}

.coupon-item.selected {
    background: rgba(52, 86, 183, 0.86) !important;
    color: white;
}

.darktooltip-yes,
.darktooltip-no {
    cursor: pointer;
    background-color: transparent !important;
    width: calc(50% - 10px) !important;
    text-align: center;
    font-weight: bold;
    color: rgba(36, 114, 183, 1);
}

.dark-tooltip .confirm {
    padding: 0px !important;
    width: 100%;
}

.darktooltip-yes:hover,
.darktooltip-no:hover {
    background-color: transparent !important;
}

.password-box span:focus {
    outline: none;
}

.section-header-coupon {
    margin-top: 40px;
    margin-bottom: 30px;
}

.remove-attachment,
.remove-new-attachment,
.remove-product,
.remove-new-product {
    margin-top: 7px;
    cursor: pointer;
    display: block;
}

.new-attachment-section{
    border: solid 1px #eee;
    padding: 10px;
    margin: 5px 0;
    height: 55px;
    line-height: 34px;
}

.new-attachment-section-rules{
    border: solid 1px #eee;
    padding: 10px;
    margin: 5px 0;
    height: 55px;
    line-height: 34px;
}

@media screen and (max-width: 991px) {
    .new-attachment-section{
        height: auto;
    }
}

@media screen and (max-width: 991px) {
    .new-attachment-section-rules{
        height: auto;
    }
}

.new-attachment-section i,
.new-attachment-section-rules i,
.new-bookmark-section i,
.new-advertisement-section i{
    line-height: 34px;
    font-size: 22px;
    float: right;
    cursor: pointer;
}

.new-attachment-section i:hover{
    color: #4E4E4E;
    cursor: pointer;
}

.new-attachment-section-rules i:hover{
    color: #4E4E4E;
    cursor: pointer;
}

.new-bookmark-section,
.new-advertisement-section {
    border: solid 1px #eee;
    padding: 10px;
    margin: 5px 0;
}

.btn-add-subsection{
    width: 100%;
    margin-top: 26px;
}

#tags-input{
    width: 100%;
}

.finance-row{
    height: 400px;
    width: 200px;
    border: 1px solid #ddd;
    margin: 20px;
    display: inline-block;
    max-height: 400px;
}

.finance-row-new{
    height: 400px;
    width: 200px;
    border: 1px solid #ddd;
    margin: 20px;
    display: inline-block;
    max-height: 400px;
}

.finance-row:hover, .finance-row-new:hover{
    cursor: pointer;
    background: #f5f7f3;
}

.finance-row .finance-row-image img{
    width: 100%;
    height: 180px;
}

.finance-row .finance-row-title{
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
    overflow: hidden;
}

.finance-row .finance-row-date-from{
    margin-left: 20px;
}

.finance-row .finance-row-date-to{
    margin-left: 20px;
}

.finance-row-new .finance-row-new-title{
    margin-top: 150px;
    text-align: center;
    font-size: 16px;
    width: 100%;
}

.finance-row-new .finance-row-new-icon{
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    width: 100%;
}

select {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+DQo8cGF0aCBkPSJtIDEzLDYgLTUsNSAtNSwtNSB6IiBmaWxsPSIjNzk3OTc5Ii8+DQo8L3N2Zz4=') no-repeat 99% 50% !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 30px;
    width: 100px;
    padding: 5px;
    line-height: 18px !important;
}

input[type=checkbox] {
    cursor: pointer;
}

label input[type=checkbox] + span {
    font-weight: normal;
    display: inline;
    cursor: pointer !important;
}

label input[type=checkbox] + img {
    cursor: pointer !important;
}

.table thead td {
    font-weight: bold;
}

.reversed {
    pointer-events: none;
}

.btn-success.reversed {
    background: transparent;
    border: 2px solid #4caf50;
    color: #4caf50;
}

.btn-danger.reversed {
    background: transparent;
    border: 2px solid #f44336;
    color: #f44336;
}

.btn-finished.reversed {
    background: transparent;
    border: 2px solid gray;
    color: gray;
}

.btn-info.reversed {
    background: transparent;
    border: 2px solid #03a9f4;
    color: #03a9f4;
}

.pdf-help-button {
    margin-top: 22px;
    font-size: 22px;
    cursor: pointer;
    display: block;
    width: 22px;
    float: right;
}

.module-help-button {
    color: #1f1f1f;
    font-size: 25px;
    margin-right: 5px;
    cursor: pointer;
}

#app-page .help-container {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    position: absolute !important;
    z-index: 1;
    margin-left: calc((100% - 1170px)/2);
    margin-top: 0 !important;
    padding: 20px 15px 0 !important;
}

@media (max-width: 1199px) {
    #app-page .help-container {
        margin-left: calc((100% - 970px)/2);
    }
}

@media (max-width: 991px) {
    #app-page .help-container {
        margin-left: calc((100% - 750px)/2);
    }
}

@media (max-width: 767px) {
    #app-page .help-container {
        width: 100%;
        margin-left: 0;
    }
}

.help-container ~ .container .page-header .alert {
    z-index: 2;
    position: relative;
}

thead .delete-button-table,
tbody .delete-button-table {
    text-align: center;
}

.delete-button-table a,
.dtr-data a i {
    font-size: 22px;
    color: #1f1f1f;
    text-align: center;
    cursor: pointer;
}

.input-group.date input {
    pointer-events: none;
}

.table>tbody>tr>td {
    vertical-align: middle;
}

.table.attachments-table>tbody>tr>td,
.table.products-table>tbody>tr>td {
    vertical-align: top;
}

.table.attachments-table>tbody>tr>td:first-child {
    padding-top: 15px;
}

.table>tbody>tr>td:not(:first-child) {
    line-height: 25px !important;
}


@media screen and (max-width: 767px) {

    .cms-footer > div > div {
        text-align: left !important;
    }

    .cms-footer {
        padding: 15px;
    }

}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
    }
}

/* responsive datatables +/- */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    font-family: "FontAwesome";
    content: '\f0fe';
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: none !important;
    color: #000 !important;
    line-height: 14px;
    top: calc(50% - 7px);
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: '\f146';
}

.form-row {
    margin-left: -5px;
    margin-right: -5px;
}

.form-row [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}

table.dataTable th:focus,
table.dataTable td:focus {
    outline: none;
}

/* flexbox for equal height columns */

.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex:before,
.row.is-flex:after {
    content: normal;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 767px) {
    tbody .cell-overflow-ellipsis {
        max-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    tbody .cell-overflow-wrap {
        max-width: 0;
        overflow: hidden;
        overflow-wrap: break-word;
    }
}

/* daterangepicker */

.daterangepicker select,
.daterangepicker .input-mini {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border-color: rgb(238, 238, 238);
}

.daterangepicker select:focus {
    outline: none;
}



.tabs-navi {
    margin-bottom: 20px;
}

.tabs-navi .nav > li > a  {
    padding: 10px 15px;
    margin-top: 10px;
}

.removeSelectedTrigger {
    font-size: 20px;
}

.removeSelectedTrigger.not-active {
    background: gray;
    opacity: 0.5;
    pointer-events: none;
}

.removeSelectedInfo {
    margin-left: 10px;
}

.multi-deleted .dataTables_length {
    display: none;
}

.multi-deleted .dataTables_wrapper {
    margin-top: -37px;
}

.multi-deleted .remover {
    position: relative;
    z-index: 100;
}


.multi-deleted [type="checkbox"]:not(:checked),
.multi-deleted [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.multi-deleted [type="checkbox"]:not(:checked) +  label,
.multi-deleted [type="checkbox"]:checked +  label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

.multi-deleted [type="checkbox"].check-all:not(:checked) +  label,
.multi-deleted [type="checkbox"].check-all:checked +  label {
    padding-left: 0;
    padding-right: 25px;
}

/* checkbox aspect */
.multi-deleted [type="checkbox"]:not(:checked) +  label:before,
.multi-deleted [type="checkbox"]:checked +  label:before {
    content: '';
    position: absolute;
    left:0; top: -8px;
    width: 17px; height: 17px;
    border: 2px solid #404040;
    background: #fff;
    border-radius: 3px;

}

.multi-deleted [type="checkbox"].check-all:not(:checked) +  label:before,
.multi-deleted [type="checkbox"].check-all:checked +  label:before {
    top: 1px;
    right: 0;
    left: auto;
}
/* checked mark aspect */
.multi-deleted [type="checkbox"]:not(:checked) +  label:after,
.multi-deleted [type="checkbox"]:checked +  label:after {
    content: '✔';
    position: absolute;
    top: -6px; left: 3px;
    font-size: 14px;
    line-height: 0.8;
    color: white;
    transition: all .2s;
}

.multi-deleted [type="checkbox"].check-all:not(:checked) +  label:after,
.multi-deleted [type="checkbox"].check-all:checked +  label:after {
    top: 0;
    right: -1px;
    left: auto;
}
/* checked mark aspect changes */
.multi-deleted [type="checkbox"]:not(:checked) +  label:after {
    opacity: 0;
    transform: scale(0);
}
.multi-deleted [type="checkbox"]:checked + .multi-deleted label:after {
    opacity: 1;
    transform: scale(1);
    background: #404040;
}
/* disabled checkbox */
.multi-deleted [type="checkbox"]:disabled:not(:checked) +  label:before,
.multi-deleted [type="checkbox"]:disabled:checked +  label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #404040;
}

.multi-deleted [type="checkbox"]:checked +  label:before {
    background-color: #404040;
}

.multi-deleted [type="checkbox"]:disabled:checked +  label:after {
    color: #999;
}
.multi-deleted [type="checkbox"]:disabled +  label {
    color: #aaa;
}

.select-customer{
    height:16px;
}


/* checkbox aspect */
.removeSelected [type="checkbox"]:not(:checked) +  label:before,
.removeSelected [type="checkbox"]:checked +  label:before {
    content: '';
    position: absolute;
    left:0; top: -8px;
    width: 17px; height: 17px;
    border: 2px solid #404040;
    background: #fff;
    border-radius: 3px;

}


.letter-break{
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
    max-width:40%;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.letter-break-td{
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}

.flex-nav-tabs {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.flex-nav-tabs li {
    flex-basis: 100%;
    display: flex;
    align-items: stretch;
}

.flex-nav-tabs li a {
    flex-basis: 100%;
}


