:root {
    --midnight-blue: #003366;
    --milano-red: #B10707;
    --tequila: #fee4cb;
    --pale-blue: #ddebf7;
    --pale-red: #ffcccb;
    --pale-green: #d4ffd4;
    --pale-purple: #cc99ff;
    --alabaster: #fcfcfc;
    --white: #ffffff;
    --gallery: #eeeeee;
}

@font-face {
    font-family: "Receipt";
    src: url('../fonts/merchant-copy.ttf') format("truetype");
}

/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
/**************IFRAME*********/

.fixed-navigation nav {
    padding-bottom: 0 !important;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 502;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 503;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

#cancelModal:hover {
    background-color: #D7D7D7 !important;
    border-color: #ADADAD !important;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    z-index: 505;
    margin-top: 90px;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 504
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    top: 0;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: solid transparent
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    opacity: .8;
    border-top-width: 12px;
    border-bottom-width: 12px;
    top: 8px
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 20px;
    border-bottom-width: 20px
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 12px solid #000;
    left: 5px
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    border-right: 20px solid #fff
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 12px solid #000;
    left: 2px
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 20px solid #fff
}

.holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    margin-bottom: -50px !important;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 115%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #FFF
}

.mfp-iframe-holder .mfp-close {
    top: -42px
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}

.mfp-figure {
    line-height: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

/******END IFRAME*******/

footer {
    text-align: center;
}

div .payment-system-logo {
    font-size: large;
    position: absolute;
    margin-left: 5px;
}

span .payment-system-logo {
    font-size: xx-large;
}

.chartdivv {
    width: 100%;
    background-color: #D6DDE7;
    height: 400px;
    font-size: 11px;
    margin-top: 40px;
}

.type-selector {
    padding: 10px;

}

.type-selector label {
    margin: 0px 10px;
    cursor: pointer;
}

.sparks-info {
    display: inline-block !important;
    padding: 2px 10px !important;
}

#activity {
    border-radius: 2px;
    display: inline-block;
    font-weight: 700;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    background: #f3f3f3;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: linear-gradient(top, #f8f8f8, #f1f1f1);*/
    color: #00245D;
    font-size: 19px;
    margin-top: 12px;
    position: relative;
    float: left;
    /*box-sizing: content-box;*/
}

#activity:hover {
    background: #F16522;
}

#activity:active {
    background: #be5709;
}

.soft-border {
    /*border: 1px solid #bfbfbf;*/
}

.avatar-img {
    margin: 0 !important;
}

.page-title div {
    display: inline-block;
}

/* CORRECTIONS */

.sparks {
    text-align: left !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline !important;
    padding: 0 !important;
}

table.dataTable {
    margin: 0 !important;
}

.pagination a {
    float: none !important;
}

.menu-on-top .menu-item-parent {
    max-width: 150px !important;
}

.center-block {
    margin: 0 auto !important;
    float: none !important;
}

.full-refund {
    /*background-color: #F16522 !important;*/
}

.partial-refund {
    /*background-color: #00245D !important;*/
}

#cc-add-form {
    margin: 10px 0;
}

.cc-edit .input {
    width: 180px;
}

.cc .cc-type-brand {
    right: 10px;
    bottom: 20px;
    position: absolute;
}

.cc .smart-form .toggle {
    padding-right: 0;
}

.cc .smart-form .toggle i {
    position: relative;
}

.cc .row {
    margin-right: 0;
}

.cc-actions * {
    display: inline-block;
}

.cc-actions {
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
}

.cc-remove {
    margin: 5px;
}

.cc-transaction-list {
    margin: 5px;
    padding-top: 5px;
}

.widget-toolbar {
    float: none;
}

/* IMAGE CROP */

.imgcrop-wrapper {
    position: fixed;
    top: -200%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 9999;
}

.imgcrop-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: .2s;
}

.imgcrop-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 640px;
    height: 480px;
    margin: -240px 0 0 -320px;
    background: #f3f3f3;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    border-radius: 2px;
    overflow: hidden;
    transform: translateY(-50%);
    opacity: 0;
    transition: .4s;
}

.imgcrop-holder .imgbox {
    position: relative;
    width: 100%;
    height: 100%;
}

.imgcrop-holder .imgbox img {
    position: relative;
    display: block;
    /* width: 100%;
     height: auto;*/
    z-index: 2;
}

.imgcrop-holder .imgbox i {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 70px;
    margin-top: -35px;
    color: #aaa;
    z-index: 1;
}

.imgcrop-preview {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 100px;
    height: 100px;
    border-radius: 2px;
    background: #f3f3f3;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    overflow: hidden;
    z-index: 9999;
}

.imgcrop-acts-list {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
}

.imgcrop-acts-list li {
    position: relative;
    float: left;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    background: #555;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
    border-radius: 2px;
    margin-left: 10px;
    color: #f3f3f3;
    cursor: pointer;
}

.imgcrop-acts-list li:hover {
    background: #F16522;
}

.imgcrop-acts-list li:active {
    background: #be5709;
}

.imgcrop-active-window {
    top: 0 !important;
    /*transition:.4s;*/
}

.imgcrop-active-window .imgcrop-inner {
    opacity: 1;
    transition-delay: 1s;
    transition: .4s;
}

.imgcrop-active-window .imgcrop-holder {
    transform: translateY(0);
    opacity: 1;
    transition: .4s;
}

/* HEADER */
.header-profile {
    font-size: 16px;
    color: white;
    margin-top: 15px;
}

/* PROFILE FIXES */

.profile-box {
    padding: 0 !important;
    overflow: hidden;
}

.profile-pic {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0 !important;
    height: 100% !important;
    background: rgba(248, 248, 248, .9);
}

.profile-infobox {
    float: right;
    padding: 0 !important;
    /*border-left: 1px solid rgba(0,0,0,.1);*/
    box-shadow: 0 0 7px rgba(0, 0, 0, .1);
}

.profile-infobox h1 {
    padding-left: 14px;
}

.profile-infobox h1 span {
    color: #555 !important;
}

.profile-infobox ul {
    padding-left: 14px;
}

.profile-infobox legend {
    color: #555 !important;
}

.profile-infobox fieldset label {
    font-size: 12px !important;
    color: #555 !important;
}

.profile-infobox .txt-color-darken {
    color: #555 !important;
    font-size: 12px;
}

.profile-infobox .btn {
    float: right;
    margin: 5px 14px 20px 0;
}

.profile-pic span i {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 1px;
    background: #fff;
    /*display: inline-block;*/
    display: block;
    text-align: center;
    font-size: 35px;
    width: 100%;
    max-width: 100px;
    padding: 30px 20px;
    margin: 14px auto;
    color: #999;
    /*margin-bottom: -30px;*/
}

.profile-acts {
    position: relative;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    width: 100%;
    max-width: 100px;
    margin: 14px auto;
    padding-bottom: 12px;
}

.profile-acts li {
    padding-bottom: 2px;
    padding-left: 2px;
}

.profile-acts i {
    padding-right: 6px;
}

.profile-counters {
    position: relative;
    width: 100%;
    max-width: 100px;
    margin: 14px auto;
    padding-bottom: 7px;
}

.profile-counters li {
    padding-bottom: 12px;
    padding-left: 2px;
}

.profile-counters i {
    padding-right: 6px;
}

.back-link {
    padding-left: 50px;
}

.text-muted * {
    margin-right: 10px;
}

.text-muted .hint {
    font-style: italic;
    opacity: 0;
}

.text-muted:hover > .hint {
    opacity: 1;
}

.select2-choice {
    height: 30px !important;
}

.select2-hidden-accessible {
    display: none !important;
}

.select2 {
    width: 200px !important;
}

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

.signin-menu {
    color: #ffffff;
}

nav ul li a {
    line-height: normal;
    font-size: 14px;
    color: #f3f3f3;
    display: block;
    font-weight: normal;
    text-decoration: none !important;
    position: relative;
}

.menu-on-top aside#left-panel nav > ul > li {
    display: block;
    position: relative;
    height: auto !important;
    padding: 0px !important;
    /*display: inline-block;*/
    float: left;
    /*border-right: 1px solid #4e4e4e;*/
    /*border-left: 1px solid #f8aa6f;*/
    /*border-left: 1px solid #002a4a; */
    overflow: visible;
}

.inline-no-wrap {
    display: inline-block;
    white-space: nowrap;
}

.flex-dp {
    display: flex;
    margin-bottom: 0 !important;
}

.flex-dp .icon-append {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 6px;
    font-size: 18px;
}

.billing-dates--container .dt-toolbar-footer div:nth-child(2) {
    padding: 0 !important;
    margin-top: 5px;
}

/*
 * IPHONE
 */
@media only screen and (min-width: 0px) and (max-width: 689px) {
    /* header color altered and adjusted for mobile view & contrast */
    #header {
        background: #00245D;
    }

    .header-profile {
        display: none;
    }

    .img-bank-header {
        height: 15px;
    }

    #receiptBody {
        width: 65%
    }

}

@media only screen and (min-width: 0px) and (max-width: 732px) {
    /* header color altered and adjusted for mobile view & contrast */
    #header {
        background: #00245D;
    }

    .header-profile {
        display: none;
    }

    .img-bank-header {
        height: 15px;
    }

    #receiptBody {
        width: 65%
    }

}

.font-xxl {
    font-size: 300% !important;
}

.padding-top-2 {
    padding-top: 2px !important;
}

.padding-bottom-2 {
    padding-bottom: 2px !important;
}

.dropdown-menu .divider {
    margin: 5px 0;
}

.sparks-info h5 {
    font-size: 11px;
    font-weight: normal;
    margin: -2px 0 0 0;
    padding: 0;
    border: none;
    text-transform: uppercase;
}

.sparks-info span {
    font-size: 16px;
    font-weight: bold;
}

/*.spark-dashboard {*/
/*display: inline !important;*/
/*}*/

.spark-dashboard .sparks-info span {
    font-size: 16px;
    font-weight: normal;
}

.page-footer {
    text-align: center;
    background: #ededed;
}

.fa-edit {
    cursor: pointer;
}

.invoice-logo {
    background-color: #00245D;
    padding: 10px;
    margin-bottom: 8px;
    width: 60%;
}

.profile-input {
    margin-bottom: 5px;
}

.action-link {
    cursor: pointer;
}

.smart-form .btn {
    padding: 6px 10px;
}

.td-status {
    margin-top: 5px;
    margin-bottom: 5px;
}

.action-button {
    margin-top: 10px;
    margin-right: 3px;
}

.invoice-detail {
    margin-left: 5px;
    padding-left: 5px;
}

.invoice-detail-title {
    text-transform: uppercase;
}

.menu-on-top aside#left-panel nav > ul > li > a:active {
    background: #F16522 !important;
}

.menu-on-top aside#left-panel nav > ul > li:hover > ul {
    z-index: 1000 !important;
}

.smart-form .col-2b {
    width: 20%;
}

.smart-form .col-100 {
    width: 100%;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

button.ui-datepicker-close {
    display: none;
}

.transaction-row {

}

.authorization-row {
    background-color: #ffffb2 !important;
}

.customStyle {
    border-bottom: 1px solid rgb(221, 221, 221);
    border-top: medium none;
}

.customStyle span {
    display: none;
}

@media (max-width: 979px) {

    .menu-on-top .btn-header.pull-right {
        margin-left: 20px !important;
        margin-bottom: 10px !important;
    }

    /*.header-profile{*/
    /*font-size:8px;*/
    /*}*/
    .img-bank-header {
        height: 15px;
    }

    #mobile-profile-img {
        position: absolute;
        top: 0;
        right: 54px;
    }
}

.menu-on-top nav > ul > li > a:after {
    color: #dcdcdc !important;
}

/* TABLES */
table {
    border-bottom: 1px solid #111111;
}

thead th {
    cursor: pointer;
    background: url("../images/sort_both.png") no-repeat center right;
}

thead th.no-sorting {
    cursor: context-menu;
    background: none;
}

.ui-datepicker-calendar thead {
    background: none;
}

thead th {
    border-left: none !important;
    font-weight: bold;
    padding: 5px 9px;
    border-bottom: 1px solid #111111;
}

thead .sorting_asc {
    background: url("../images/sort_asc.png") no-repeat center right;
}

thead .sorting_desc {
    background: url("../images/sort_desc.png") no-repeat center right;
}

tr.even {
    background-color: #f9f9f9;
}

tr.odd {
    background-color: white;
}

tr.only-authorizations {
    background-color: var(--tequila) !important;
}

tr.only-in-closed-batch {
    background-color: var(--pale-blue) !important;
}

tr.only-settled {
    background-color: var(--pale-purple) !important;
}

tr.only-successful-payment {
    background-color: var(--pale-green) !important;
}

tr.only-unsuccessful-payment {
    background-color: var(--pale-red) !important;
}

tr.default-status {
    background-color: white !important;
}

div.index-vertical-alignment {
    position: absolute;
    bottom: 15px;
}

.order-record:hover {
    background-color: rgba(128, 128, 128, 0.09);
}

td {
    border-top: 1px solid #dddddd;
    padding: 4px 5px;
    max-width: 180px;
}

.select3 {
    width: 102% !important;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.signin-menu:hover {
    background: #ffffff !important;
}

.smBorderTopBottom {
    border-top: 1px solid #F16522;
    border-bottom: 1px solid #F16522;
}

.jarviswidget > div {
    border: none !important;
}

.smBorder {
    border: 1px solid #F16522;
}

.smBodyBackground {
    background-color: #F16522 !important;
    color: white !important;
}

.smactive {
    display: none;
}

.drdownSm:hover {
    background-color: rgba(87, 136, 156, 0.64) !important;
}

.labelc-tooltip {
    color: #006400
}

.labelc-neutral-status {
    color: rgb(141, 141, 141)
}

.labelc-missing-status {
    color: rgb(240, 78, 78);
}

.labelc-ready-status {
    color: #6666FF;
}

.labelc-none {
    color: #000000;
}

.labelc-canceled {
    color: #777777 !important;
}

.labelc-pending {
    color: #f89406 !important;
}

.labelc-completed {
    color: darkgreen !important;
}

.labelc-activated {
    color: forestgreen !important;
}

.labelc-approved {
    color: lightgreen !important;
}

.labelc-declined {
    color: #d9534f !important;
}

.labelc-freeze {
    color: #6666FF !important;
}

.labelc-saved {
    color: #330099 !important;
}

.label-neutral-status {
    background-color: rgb(141, 141, 141)
}

.label-missing-status {
    background-color: rgb(240, 78, 78);
}

.label-ready-status {
    background-color: #6666FF;
}

.label-none {
    background-color: #000000;
}

.label-canceled {
    background-color: #777777;
}

.label-pending {
    background-color: #f89406;
}

.label-completed {
    background-color: darkgreen;
}

.label-activated {
    background-color: forestgreen;
}

.label-approved {
    background-color: lightgreen;
}

.label-declined {
    background-color: #d9534f;
}

.label-freeze {
    background-color: #6666FF;
}

.label-saved {
    background-color: #330099;
}

.label-clickable:hover {
    cursor: hand;
}

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

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

.margin-y-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.ui-dialog {
    z-index: 1000 !important;
}

.order-detail-value {
    font-size: 12px !important;
    line-height: 20px;
    margin: 0;
    text-transform: none;
}

select.status {
    width: 90px;
}

.bank-logo {
    height: 20px;
}

.action {
    margin-left: 10px;
}

.order-record {
    cursor: pointer !important;
}

.notoggle {
    cursor: default !important;
}

.order-details {
    display: none;
}

.comments-edit {
    display: none;
}

.comments-content {
    max-width: 100px;
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}

.comments-content-editable {
    display: none;
    border: dotted 1px dimgrey;
    background-color: inherit;
}

.comments-content-editable textarea {
    border: none;
    resize: none;
    background-color: inherit;
}

/******************************\
    E-SHOP | PRODUCT STYLES
\******************************/

/* -------------------- ITEM ANIMATION ---------------------- */

@-webkit-keyframes moveUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes moveUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes moveDown {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(30px);
        opacity: 0;
    }
}

@keyframes moveDown {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(30px);
        opacity: 0;
    }
}

/* -------------------- PRODUCT TABLE ----------------------- */

.main-container {
    position: relative;
    width: 100%;
    padding: 0 0 10px 0;
}

@media (max-width: 979px) {
    .main-container {
        padding-top: 20px;
    }
}

.filter-wrapper {
    padding: 0 10px;
}

.filter-block {
    min-height: 50px;
    padding: 8px;
    background: #fcfcfc;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    box-shadow: 0 1px 0 #E5E5E5;
}

.filter-type-block {
    padding-left: 7px;
}

.product-filter-form section {
    margin-bottom: 0;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 768px) {
    .product-filter-form section {
        padding: 10px;
    }

    .product-filter-form .select {
        width: 100%;
    }
}

.product-filter-form .label {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 10px;
}

.product-filter-form .select {
    display: inline-block;
}

.product-filter-form .select select {
    min-width: 140px;
}

.filter-contract-block {
    padding-left: 5px;
}

.product-filter-form .checkbox {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 30px;
    margin: 2px 20px 0 0;
}

.filter-search-block {
    float: right;
}

.product-table-list {
    padding: 10px 0 0 0;
}

.product-table-item {
    display: none;
    padding: 0 10px;
    margin: 10px 0;
}

.item-active {
    display: block;
}

.product-item-block {
    min-height: 40px;
    background: #f5f5f5;
    background: #fcfcfc;
    border-radius: 2px;
    border: 1px solid #E5E5E5;
    padding: 10px;
    box-shadow: 0 1px 0 #E5E5E5;
    transition: .2s;
    height: 474px;
}

.product-item-block:hover {
    box-shadow: 0 1px 0 #E5E5E5,
    0 1px 5px rgba(0, 0, 0, .1);
    transition: .2s;
}

.product-item-header {
    padding-bottom: 10px;
}

.product-item-header h4 {
    display: inline-block;
    float: left;
    max-width: 70%;
    padding-top: 2px;
    color: #363636;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-item-header span {
    display: inline-block;
    float: right;
    padding: 5px 10px;
    background: #555555;
    border-radius: 2px;
    color: #f3f3f3;
    font-weight: bold;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-item-pic {
    position: relative;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #E5E5E5;
    overflow: hidden;
}

.product-item-pic img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.product-item-pic a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    /* box-shadow: inset 0 0 2px rgba(0,0,0,.1); */
    z-index: 2;
}

.product-item-body {
    position: relative;
    width: 100%;
    padding-top: 10px;
}

.product-item-body ul {
    list-style-type: none;
    padding: 10px;
}

.product-item-body i {
    display: inline;
    color: #F16522;
    font-size: 14px;
    padding-right: 10px;
    line-height: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.product-item-body p {
    display: inline;
    color: #555;
    font-size: 14px;
    line-height: 20px;
}

.product-item-readmore {
    position: relative;
    float: right;
    width: 49%;
    color: #363636;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.product-item-readmore:hover {
    text-decoration: underline;
}

.product-item-footer {
    width: 350px;
    padding-top: 20px;
    position: absolute;
    left: 19px;
    bottom: 8px;
}

.product-item-block h4 {
    font-size: 11pt !important;
}

.product-item-block h4 {
    font-size: 11pt !important;
}

.product-btn {
    position: relative;
    display: inline-block;
    width: 49%;
    height: 38px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    overflow: hidden;
    cursor: pointer;
    transition: .2s;
}

.product-btn span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 38px;
    line-height: 36px;
    padding: 0 10px;
    color: #f3f3f3;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .2s;
}

.product-action {
    transform: translateY(30px);
    opacity: 0;
    transition: .2s;
}

.product-btn:active {
    transform: translateY(2px);
    transition: .2s;
}

.product-btn:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    transition: .2s;
}

.product-btn:hover .product-price {
    transform: translateY(-30px);
    opacity: 0;
    transition: .2s;
}

.product-btn:hover .product-action {
    transform: translateY(0);
    opacity: 1;
    transition: .2s;
}

.product-rent-btn {
    float: left;
    background: #00245D;
}

.product-buy-btn {
    float: right;
    background: #F16522;
}

/* -------------------- MODAL WINDOW ----------------------- */

.modal-backdrop {
    z-index: 1000;
}

.modal-dialog {
    max-width: 100%;
    margin: 20px auto;
    z-index: 555;
}

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

    .modal-dialog {
        margin: 0 auto;
    }

    .modal-content {
        border-radius: 0 !important;
    }

    .modal-body {
        border-radius: 0 !important;
    }

}

.modal-header {
    padding: 15px 20px;
}

.modal-header .close {
    font-size: 32px;
}

.modal-body {
    color: white;
    /*overflow-y: auto ;*/
    background-color: rgb(241, 101, 34);
    border-radius: 0 0 2px 2px;
    transition: .4s;
}

.modal-top {
    position: relative;
}

.modal-images-block .nav-tabs li img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    align-items: center;
}

.modal-images-block .nav-tabs li:nth-child(4) {
    margin-right: 0;
}

.modal-images-block .nav-tabs a {
    /*margin-right: -1px;*/
    border-color: #E5E5E5;
}

.modal-images-block .nav-tabs li:nth-child(4) a {
    margin-right: 0;
    max-height: 72px;
}

.modal-images-block .tab-pane {
    width: 100%;
    height: auto;
    padding: 0 !important;
}

.modal-images-block .tab-pane img {
    display: block;
    width: auto;
    margin: auto !important;
    vertical-align: middle;
    padding: 20px !important;
    height: 80%;
    max-height: 280px;
}

.modal-images-block-banks .tab-pane img {
    display: block;
    width: auto;
    margin: auto !important;
    vertical-align: middle;
    padding: 20px !important;
    max-height: 280px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.modal-title-block {
    position: relative;
    padding: 0 0 0 20px;
}

.modal-info-title h4 {
    position: relative;
    display: block;
    color: #4a4a4a;
    font-size: 22px;
    font-weight: 500;
    border-bottom: 1px dotted #c8c8c8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.modal-info-text {
    position: relative;
    width: 100%;
    padding: 5px 0;
}

.modal-info-text span {
    color: #4a4a4a;
    font-size: 14px;
}

.modal-info-left {
    padding: 0;
}

.modal-info-left span {
    font-weight: 600;
}

@media only screen and (min-width: 768px) {

    .modal-action-block {
        position: relative;
        float: right;
        margin-top: -38px;
        padding: 0 1px 0 20px;
    }

}

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

    .modal-title-block {
        padding: 30px 0;
    }

    .modal-action-block {
        position: relative;
        padding: 0;
        margin-bottom: 20px;
    }

}

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

.tab-content {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-top: none;
    box-shadow: 0px 1px 0px #E5E5E5;
}

.tab-content .tab-pane {
    position: relative;
    min-height: 50px;
    padding: 20px;
}

/* -------------------- MERCH. DETAILS ---------------------- */

.details-main-wrapper {
    padding: 0 10px;
}

.details-main {
    margin-bottom: 20px;
}

.details-header {
    height: 50px;
    background: #fcfcfc;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    box-shadow: 0 1px 0 #E5E5E5;
    margin-bottom: 20px;
}

.details-header h4 {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 15px;
    line-height: 50px;
}

.details-body {
    position: relative;
    background: #fcfcfc;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    box-shadow: 0 1px 0 #E5E5E5;
    margin-bottom: 20px;
    padding: 30px;
    box-sizing: border-box;
    -webkit-animation: moveUp 0.6s ease;
    animation: moveUp 0.6s ease;
}

.details-body .form-row {
    margin-bottom: 20px;
    box-sizing: border-box;
}

.details-txt-block {
    padding: 10px 0;
}

.details-txt-block span {
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
}

.text-bold {
    font-weight: 600;
}

.details-txt-block li {
    box-sizing: border-box;
}

.sec-right {
    padding-left: 20px;
    box-sizing: border-box;
}

.sec-both:nth-child(1) {
    padding-right: 10px;
    box-sizing: border-box;
}

.sec-both:nth-child(2) {
    padding-left: 10px;
    box-sizing: border-box;
}

.smart-form section {
    margin: 0;
}

.form-row h4 {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
}

/* -------------------- BUTTON STYLE ---------------------- */

.btn-content-middle {
    box-sizing: content-box !important;
}

.btn-section {
    float: right;
    padding-left: 20px;
    box-sizing: border-box;
}

.details-main-btn {
    position: relative;
    display: block;
    width: 100%;
    height: 44px;
    background: #00245D;
    color: #f6f6f6;
    font-weight: bold;
    border: none;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    padding: 0 15px;
    box-sizing: border-box;
    cursor: pointer;
}

.details-main-btn:hover {
    background: #F16522;
}

.details-main-btn:active {
    background: #F16522;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    opacity: .9;
}

.details-main-btn.disabled {
    background-color: #666666 !important;
    cursor: not-allowed !important;
}

.details-main-btn.disabled:hover {
    background-color: #666666 !important;
    cursor: not-allowed !important;
}

.details-main-btn.danger {
    background-color: #a90329 !important;
    border-color: #900323;
}

.details-main-btn.danger:hover {
    background-color: #77021d !important;
    border-color: #540114;
}

.details-main-btn.danger.disabled {
    background-color: #666666 !important;
    cursor: not-allowed !important;
}

.details-main-btn.danger.disabled:hover {
    background-color: #666666 !important;
    cursor: not-allowed !important;
}

.btn-section-big {
    padding: 20px 0;
}

.details-sec-btn {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    background: #00245D;
    color: #f6f6f6;
    font-weight: bold;
    border: none;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    padding: 0 15px;
    box-sizing: border-box;
}

.details-sec-btn:hover {
    background: #F16522;
}

.details-sec-btn:active {
    background: #F16522;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    opacity: .9;
}

.details-radio-btn .radio {
    position: relative;
    width: 44px;
    height: 44px;
    padding: 0;
    line-height: 44px;
}

.details-radio-btn .radio i {
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
}

/* -------------------- INPUT STYLE ---------------------- */

.details-body fieldset {
    padding: 0;
    margin: 0;
    border: none !important;
    box-sizing: border-box;
}

.details-body input,
.details-body select {
    border-radius: 2px !important;
}

/* -------------------- WIDTH < 768px ---------------------- */

@media (max-width: 767px) {

    .sec-right {
        padding: 20px 0 0 0 !important;
    }

    .sec-both:nth-child(1) {
        padding: 0 !important;
    }

    .sec-both:nth-child(2) {
        padding: 0 !important;
    }

    .btn-section {
        padding: 0 !important;
    }

}

.alphabank-line {
    color: darkblue;
}

.cardOption {
    cursor: pointer;
    color: #305D8C;
    transition: all 0.3s;
    -webkit-transition: all 0.3s; /* Safari 3.1 to 6.0 */
}

.cardOption:hover {
    background-color: rgba(241, 101, 34, 0.48);
}

.selectedOption {
    color: #305D8C;
    background-color: #D6DDE7;
    border-left: 5px solid #F16522;
}

.selectedOption:hover {
    background-color: #D6DDE7;
}

#cd-cart {
    position: fixed;
    top: 0;
    height: 100%;
    width: 24%;
    min-width: 260px;
    /* header height */
    padding-top: 50px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    z-index: 3;
}

#cd-cart {
    right: -100%;
    background: #FFF;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
}

#cd-cart.speed-in {
    right: 0;
    top: 50px;
}

#cd-cart > * {
    padding: 0 1em;
}

#cd-cart h2 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 1em 0;
}

#cd-cart .cd-cart-items {
    padding: 0;
}

#cd-cart .cd-cart-items li {
    position: relative;
    padding: 1em;
    border-top: 1px solid #e0e6ef;
}

#cd-cart .cd-cart-items li:last-child {
    border-bottom: 1px solid #e0e6ef;
}

#cd-cart .cd-qty, #cd-cart .cd-price {
    color: #a5aebc;
}

#cd-cart .cd-price {
    margin-top: .4em;
}

#cd-cart .cd-item-remove {
    position: absolute;
    right: 1em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-remove-item.svg") no-repeat center center;
}

.no-touch #cd-cart .cd-item-remove:hover {
    background-color: #e0e6ef;
}

#cd-cart .cd-cart-total {
    padding-top: 1em;
    padding-bottom: 1em;
}

#cd-cart .cd-cart-total span {
    float: right;
}

#cd-cart .cd-cart-total::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

#cd-cart .checkout-btn {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f16522;
    color: #FFF;
    text-align: center;
}

.no-touch #cd-cart .checkout-btn:hover {
    background: #a2dda8;
}

#cd-cart .cd-go-to-cart {
    text-align: center;
    margin: 1em 0;
}

#cd-cart .cd-go-to-cart a {
    text-decoration: underline;
}

body.overflow-hidden {
    /* prevent 2 vertical scrollbars on ie and firefox when the cart is visible */
    overflow: hidden;
}

.cartActivity {
    border-radius: 2px;
    display: inline-block;
    font-weight: 700;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    background: #f3f3f3;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: linear-gradient(top, #f8f8f8, #f1f1f1);*/
    color: #00245D !important;
    font-size: 19px;
    margin-top: 12px;
    position: relative;
    float: left;
    /*box-sizing: content-box;*/
}

.cart-link {
    float: right;
    padding-left: 1em;
    margin-right: 1em;
    text-decoration: none;
    color: #FFF;
    cursor: default;
}

.cartQuantity {
    position: relative;
    top: 2px;
    left: 5px;
    display: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #F63 none repeat scroll 0% 0%;
    font-size: 9pt;
    line-height: 20px;
    text-align: center;
    color: #FFF;
    cursor: default;
}

.cartActivity:hover {
    background: #F16522;
}

.cartActivity:active {
    background: #be5709;
}

#cd-shadow-layer {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(67, 87, 121, 0.6);
    cursor: pointer;
    z-index: 2;
    display: none;
}

#cd-shadow-layer.is-visible {
    display: block;
    -webkit-animation: cd-fade-in 0.3s;
    -moz-animation: cd-fade-in 0.3s;
    animation: cd-fade-in 0.3s;
}

.success {
    background-color: #27ae60;
}

.req:after {
    color: red;
    content: ' *';
}

.input_opacity {
    opacity: 0.4;
}

.numeric_input {
    /* filled from javascript to make fields numeric only */
}

.popover {
    max-width: 30%;
}

.hide-icon {
    opacity: 0;
    pointer-events: none;
}

.label-cwarning {
    background-color: rgb(241, 101, 34);
}

/*.editable {*/
/*border: 1px solid darkorange;*/
/*}*/

/* For Firefox */
.commissionInput {
    -moz-appearance: textfield;
}

/* Webkit browsers like Safari and Chrome */
.commissionInput::-webkit-inner-spin-button,
.commissionInput::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#ordForm .layout {
    display: inline-block;
    margin-left: 20px;
    font-size: 18px;
}

#ordForm .open-popup {
}

#ordForm .open-popup:hover {
}

#ordForm .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#ordForm .overlay .popup {
    background: #fff;
    padding: 10px 20px;
    display: inline-block;
    white-space: normal;
    text-align: left;
    vertical-align: middle;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: -50px;
}

#ordForm .overlay::before,
#ordForm .overlay::after {
    height: 100%;
    content: "";
    display: inline-block;
    vertical-align: middle;
}

#ordForm .overlay.shown {
    opacity: 1;
    visibility: visible;
}

#ordForm .overlay.shown .popup {
    margin-top: 0;
}

#ordForm .overlay--bg-black {
    background: rgba(0, 0, 0, 0.5);
}

#ordForm .overlay--bg-white {
    background: rgba(255, 255, 255, 0.5);
}

#ordForm .c-popup-close {
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: 0.7;
}

#ordForm .c-popup-close::before,
#ordForm .c-popup-close::after {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 2px;
    right: 2px;
    background: #555;
}

#ordForm .c-popup-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#ordForm .c-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#ordForm .c-popup-close:hover {
    opacity: 1;
}

.required label::after {
    content: " *";
    color: red;
}

.lbl {
    display: inline-block !important;
    width: 80px !important;
    padding: 5px !important;
}

.bg-color-darkBlue {
    background-color: #00245D;
}

.link-alike {
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #3276b1;
}

.link-alike:hover {
    text-decoration: underline;
    color: #214e75;
}

.banks-group {
    background-color: #00245D !important;
    color: white !important;
}

.originators-group {
    background-color: #F16522 !important;
    color: white !important;
}

.menu-dashboard-buttons {
    color: white !important;
}

#forms-sections-merchants div {
    display: block;
}

#uploadTerminalsForm button[disabled] {
    opacity: 0.5 !important;
}

#uploadTerminalsForm button[disabled]:hover {
    background: #00245D !important;
}

.full-width {
    width: 100% !important;
}

.half-width {
    width: 50% !important;
}

.hide-border {
    border: none;
}

.color-orange {
    color: #F16522;
}

.color-green {
    color: green;
}

.color-red {
    color: red;
}

.img-timeline {
    max-height: 15px;
    margin-bottom: 11px;
}

.img-bank-header {
    max-height: 25px;
}

.img-bank-discr {
    height: 25px;
    width: 25px;
    margin-top: 10px;
    margin-left: 5px;
}

.img-bank-tree {
    max-height: 20px;
}

.img-bank-vtid {
    max-width: 400px;
    display: inline-block;
}

.img-bank-acquirerTid {
    width: 50px;
    height: 50px;
    margin-left: 45px;
    margin-top: 40px;
}

#map {
    height: 200px;
    width: 50%
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 12px;
    text-overflow: ellipsis;
    width: 180px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

.pac-container {
    font-family: Roboto;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
}

#target {
    width: 345px;
}

.timeline-map {
    height: 100%;
    width: 100%;
}

.txt-color-black {
    color: black;
!important;
}

.bg-color-brightgreen {
    background-color: #5EFB6E !important;
}

.order-edit-input, .order-edit-select {
    border: 1px solid #ACACAC;
    word-wrap: break-word;
    word-break: break-all;
    font-weight: bold;
    width: 100%;
    height: 20px;
}

.readonly {
    border: 0;
    cursor: default;
}

.readonly:focus {
    border: 0;
    background-color: transparent !important;
}

.order-edit-input:focus {
    background-color: rgba(255, 223, 0, 0.42);
}

.order-edit-input[disabled] {
    background-color: white;
    border: 0;
}

.order-edit-select-disabled:disabled {
    border: 0;
    font-weight: bold;
    text-indent: 1px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url("") no-repeat 60px center;
}

select::-ms-expand {
    display: none !important;
}

.order-edit-form .sparks-info {
    width: 100%;
}

.readonly[type=number] {
    -moz-appearance: textfield;
}

.cardlink-loader {
    font-size: 25px;
    font-weight: 100;
}

.visible {
    display: block;
}

.hidden {
    display: none;
}

.has-error {
    border-color: red !important;
}

.actions-tree-mid, .actions-tree-tid, .actions-tree-vtid {
    display: none;
}

.tree li.li-mid:hover div.actions-tree-mid, .tree li.li-tid:hover div.actions-tree-tid, .tree li.li-vtid:hover div.actions-tree-vtid {
    display: inline-block;
}

.span-vtid {
    border: 3px solid darkgrey !important;
    color: black;
}

.tree-add-mid-li {
    border: 2px dashed rgba(199, 145, 33, 0.5) !important;
    border-collapse: separate;
    border-spacing: 10px;
    opacity: 0.5;
    display: none;
}

.tree-add-mid-li:hover {
    opacity: 1.0;
    border: 2px dashed rgba(199, 145, 33, 1.0) !important;
}

.tree-add-tid-li {
    border: 2px dashed rgba(115, 158, 115, 0.5) !important;
    border-collapse: separate;
    border-spacing: 10px;
    opacity: 0.5;
    display: none;
}

.tree-add-tid-li:hover {
    opacity: 1.0;
    border: 2px dashed rgba(115, 158, 115, 1.0) !important;
}

.tree-add-vtid-li {
    border: 2px dashed rgba(0, 0, 0, 0.5) !important;
    border-collapse: separate;
    border-spacing: 10px;
    opacity: 0.5;
    display: none;
}

.tree-add-vtid-li:hover {
    opacity: 1.0;
    border: 2px dashed rgba(0, 0, 0, 1.0) !important;
}

.tree li.parent_li > span:hover + div + ul li::before {
    border-left-color: #F89406;
}

.tree li.parent_li > span:hover + div + ul li::after {
    border-top-color: #F89406;
}

.tree li.parent_li > span:hover {
    background-color: #eee !important;
    color: #000;
}

.tree li.parent_li > span:hover + ul li span {
    background: #eee !important;
    color: #000;
}

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

.tab-content-smaller {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-top: none;
    box-shadow: 0px 1px 0px #E5E5E5;
    width: 120px;
    height: 120px;
}

.tab-content-smaller .tab-pane-smaller {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*padding: 20px;*/
}

.img-bank-tree-added {
    pointer-events: none;
}

.img-bank-tree-new {
    opacity: 0.2;
}

.img-bank-tree-new:hover {
    opacity: 1.0;
}

.no-border {
    border: none !important;
}

.mid-logo {
    border: 2px solid grey;
    width: 150px;
    height: 150px;
}

.maxBullet-pzac {
    stroke: #9999ff;
    fill: #9999ff;
    -webkit-animation: am-pulsating 3.0s ease-out infinite;
    animation: am-pulsating 3.0s ease-out infinite;
}

.maxBullet-b24 {
    stroke: #ffdb99;
    fill: #ffdb99;
    -webkit-animation: am-pulsating 3.0s ease-out infinite;
    animation: am-pulsating 3.0s ease-out infinite;
}

@-webkit-keyframes am-pulsating {
    0% {
        stroke-opacity: 1;
        stroke-width: 0px;
    }
    100% {
        stroke-opacity: 0;
        stroke-width: 50px;
    }
}

@keyframes am-pulsating {
    0% {
        stroke-opacity: 1;
        stroke-width: 0px;
    }
    100% {
        stroke-opacity: 0;
        stroke-width: 50px;
    }
}

.introjs-helperNumberLayer {
    margin-left: 15px !important;
}

.introjs-tooltip {
    /*border: 3px solid #f16522;*/
}

.introjs-fixedTooltip {
    background-color: #f16522 !important;
}

.faa-flash.animated.faa-slow {
    -webkit-animation: flash 20s ease infinite;
    animation: flash 20s ease infinite;
}

.tooltip-break-word .tooltip-inner {
    white-space: pre;
    max-width: none;
}

.textarea-onboard {
    height: auto;
    width: auto;
    max-width: 150px;
}

.txt-color-bluePzac {
    color: #6666ff !important;
}

.txt-color-orangeB24 {
    color: #ffb809 !important;
}

#reports .dd-handle span {
    font-weight: 500;
    font-size: 16px;
    color: #333;
}

.txt-color-redPzac {
    color: red !important;
}

txt-color-green {
    color: green !important;
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .jarviswidget header h2 {
        width: 200px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

#reports .dd-handle .select2 {
    max-width: 250px;
    font-size: 12px !important;

}

#reports .dd3-handle:hover:before {
    color: white;
}

#reports .dd-handle {
    border: 0 !important;
    background: white !important;
}

#reports .dd-handle:hover + .dd-list .dd-handle,
#reports .dd-handle:hover {
    background: white !important;
    border: 0;
    color: #333 !important;
}

.dd {
    max-width: 100%;
}

#multipleDiv span.info-container, #mids-select-div span.info-container {
    display: none;
}

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

.spacing-bot {
    margin-bottom: 20px;
}

.spacing-li {
    margin-top: 40px;
}

.top5px {
    margin-top: 5px;
}

@media (max-width: 979px) and (min-width: 768px) {
    .jarviswidget header h2 {
        width: 300px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media (max-width: 880px) and (min-width: 768px) {
    .jarviswidget header h2 {
        width: 300px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

.mfp-wrap {
    z-index: 5001
}

.product-type:hover {
    background-color: rgba(128, 128, 128, 0.09);
}

/*SIDEBAR*/

.menu {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
    bottom: 0;
    right: -75%;
    overflow: hidden;
    position: fixed;
    top: 48px;
    transition: right .4s ease-in-out;
    width: 65%;
}

.menu--open {
    right: 0;
    transition: right .4s ease-in-out;
}

.menu__window {
    right: 0;
    position: relative;
    transition: right .4s ease-in-out;
    /*width: 80em;*/
}

.menu__window--tier-1 {
    right: 0;
    height: 100%;
    transition: right .4s ease-in-out;
}

.menu__section {
    background-color: #fff;
    display: inline-block;
    height: 100%;
    padding-top: 41px;
    overflow-y: hidden;
    position: relative;
    width: 100%;
    white-space: nowrap;
    vertical-align: top;
    z-index: 1;
}

.menu__item-list {
    margin: 0;
    overflow: hidden;
    padding: 1em 0 0 2em;
}

.menu__item {
    list-style-type: none;
    margin-bottom: 1.5em;
    text-decoration: none;
}

.menu__item:first-of-type {
    font-weight: 600;
}

.menu__item:last-of-type {
    border-bottom: 0;
}

#sideFrame {
    background: #fcfcfc !important;
}

#closeSidebar, #closeSidebarNested {
    position: relative;
    cursor: pointer;
    color: black;
    text-decoration: none;
    opacity: 0.7;
    margin-right: 20px;
    z-index: 3;
}

/**/

/*SIDEBAR*/

.nested-menu {
    bottom: 0;
    right: -100%;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    transition: right .4s ease-in-out;
    width: 100%;
    height: 90%;
    z-index: 3;
}

.nested-menu--open {
    right: 0;
    transition: right .4s ease-in-out;
    z-index: 3;
}

.nested-menu__window {
    right: 0;
    position: relative;
    transition: right .4s ease-in-out;
    z-index: 3;
    /*width: 80em;*/
}

.nested-menu__window--tier-1 {
    right: 0;
    height: 100%;
    transition: right .4s ease-in-out;
}

.nested-menu__section {
    background-color: #fff;
    display: inline-block;
    height: 100%;
    top: 0;
    position: relative;
    width: 100%;
    white-space: nowrap;
    vertical-align: top;
    z-index: 2;
}

.nested-menu__item-list {
    margin: 0;
    overflow: hidden;
    padding: 1em 0 0 2em;
}

.nested-menu__item {
    list-style-type: none;
    margin-bottom: 1.5em;
    text-decoration: none;
}

.nested-menu__item:first-of-type {
    font-weight: 600;
}

.nested-menu__item:last-of-type {
    border-bottom: 0;
}

#nestable2 span:not(.nested-header), #nestable2 a {
    font-size: 12px;
    font-weight: bold;
}

.nested-header {
    font-size: 13px;
}

.menu-on-top #main {
    margin-top: 50px !important;
}

#nestable2 .dd-handle:hover, #nestable2 .dd-handle:hover + .dd-list .dd-handle,
.hover-handle {
    background: white !important;
    border: 1px solid #FAA937;
    color: #333 !important;
}

#nestable2 .dd-handle {
    padding: 3px;
}

#nestable2 button[data-action='collapse'], #nestable2 button[data-action='expand'] {
    margin: 3px;
}

.div-sidebar, .iframe-sidebar {
    width: 100%;
    height: 100%;
}

.no-padding {
    padding: 0;
}

.nested-menu .well, .nested-menu .well-sm {
    width: 100%;
    text-align: center;
    border: 0;
    background: #fcfcfc;
    box-shadow: none
}

/*Merchant Wizard*/

.fuelux .wizard .actions a {
    line-height: 0;
}

.a-disabled {
    pointer-events: none;
    cursor: default;
    color: grey;
}

.active > .badge {
    background-color: deepskyblue;
}

.btn-border-black {
    color: black !important;
    border: 1px solid black !important;
}

/**/

.issuers-contract td {
    padding: 10px
}

button.link-button {
    background: none !important;
    color: #3276b1;
    border: none;
    padding: 0 !important;
    font: inherit;
    cursor: pointer;
    text-decoration: none;
}

button.link-button:hover {
    text-decoration: underline;
}

li > form > button.link-button:focus,
li > form > button.link-button:hover {
    text-decoration: none !important;
    color: #fff !important;
    background-color: #3276b1 !important;
}

li > .drdownSm > form > button.link-button:focus,
li > .drdownSm > form > button.link-button:hover {
    text-decoration: none !important;
    color: #fff !important;
}

li > form > button.link-button > * {
    color: #333;

}

li > form > button.link-button:focus > *,
li > form > button.link-button:hover > * {
    color: #fff !important;
}

.inline-form-cd {
    display: inline;
}

.smart-form input[type=number] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-left {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

div.charts-top-values {
    text-align: left;
    margin-top: 63px;

}

div.charts-top-values span {
    display: block;
    margin-top: 7px;
}

div.charts-top-values span:first-child {
    font-weight: bold;
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.sparks-info-acquirer {
    display: inline-block !important;
    padding: 2px 10px !important;
    max-height: 300px !important;
    min-width: 250px;
}

#sparks .sparks-info-acquirer span {
    color: white;
!important;
}

#sparks .sparks-info-acquirer h5 {
    font-weight: bold;
    color: white;
!important;
    font-size: 14px !important;
}

#infoList td {
    word-break: break-all;
}

.card-widget {
    position: relative;
    opacity: 1;
    border: 1px solid darkgray
}

.card-widget-default {
    border: 3px solid orange
}

.bootstrap-tagsinput > input {
    border-style: none !important;
    padding: 0 !important;
    margin-left: 10px !important;
}


.cardlink-modal {
    background-color: ghostwhite !important;
    border: none !important;
    height: 100% !important;
    width: 100% !important;
    color: #00245D !important;
    text-align: center !important;
    padding: 50px !important;
}

.disabled {
    background-color: lightgrey !important;
    opacity: 0.9 !important;
}

.clickable-div {
    cursor: pointer !important;
}

.table-word-break td {
    word-break: break-all;
}

.table-word-break-word td {
    word-break: break-word;
}

td .select2 {
    width: 100% !important;
}

html *, .smart-form footer .btn {
    font-family: 'Calibri', sans-serif;
}

i.fa {
    font-family: 'FontAwesome', sans-serif;
}

ul.ul-align > li {
    list-style-position: outside;
    margin-left: -1em;
}

.font-md {
    font-size: 120% !important;
}

.centered {
    text-align: center;
}

@media (min-width: 768px) {
    #btnResend {
        float: left;
    }

    .register-footer a {
        font-size: 13px !important;
    }
}

.toggle-message {
    display: none;
}

p.note > i {
    font-size: 16px;
}

/*TODO find a generic way to increase font across the portal*/
body,
div.dataTables_info,
nav > ul > li > a > span,
.btn,
.menu-on-top,
.menu-on-top .menu-item-parent {
    font-size: 14px !important;
}

.onoffswitch-inner:before {
    background-color: #2b9a2d;
}

.onoffswitch-inner:after {
    background-color: #c51e1e;
    color: #fff;
    text-shadow: 0 -1px 0 #333;
}

#pendingMerchantDetailsForm input[type="text"]:disabled {
    background-color: #dcdcdc !important;
}

#pendingMerchantDetailsForm textarea:disabled {
    background-color: #dcdcdc !important;
}

.onoffswitch > input[disabled="disabled"] + .onoffswitch-label {
    background-color: #e1e1e1 !important;
}

.onoffswitch > input[disabled="disabled"] + .onoffswitch-label,
.onoffswitch > input[disabled="disabled"] + .onoffswitch-switch {
    cursor: not-allowed;
    opacity: 0.66;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
    border-color: #adadad #b3b3b3 #9e9e9e;
    background-color: #2b9a2d;
}

.onoffswitch-checkbox:not(:checked) + .onoffswitch-label {
    background-color: #fef7f7;
}

.onoffswitch > .onoffswitch-switch {
    top: 1px !important;
}

.onoffswitch-inner {
    height: 16px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
    color: #2b9a2d;
}

.cardlink-text {
    color: #7d7d7d !important;
    font-weight: 400;
}

.cardlink-title {
    color: #153077 !important;
    font-weight: 600;
}

.well {
    -webkit-box-shadow: -1px 0px 47px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: -1px 0px 47px 3px rgba(0, 0, 0, 0.08);
    box-shadow: -1px 0px 47px 3px rgba(0, 0, 0, 0.08);
}

.no-thead-background tr th {
    background: none !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

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

.margin-left-15 {
    margin-left: 15px !important;
}

.color-midnight-blue {
    color: var(--midnight-blue) !important;
}

.color-milano-red {
    color: var(--milano-red) !important;
}

.color-white {
    color: var(--white) !important;;
}

.background-alabaster {
    background-color: var(--alabaster) !important;
}

.background-gallery {
    background-color: var(--gallery) !important;
}
/* NEW MERCHANT STYLES */

.merchant-acquirers .merchant-acquirers__select--custom {
    width: 100% !important;
    height: 32px !important;
    cursor: pointer;
}

.merchant-acquirers .datepicker {
    cursor: pointer !important;
}

.merchant-acquirers .merchant-input-lbl {
    margin-top: 5px !important;
    margin-bottom: 6px !important;
    display: inline-block;
    white-space: nowrap;
    text-transform: uppercase !important;
    font: normal 400 11px/19px Calibri !important;
}

.merchant-acquirers .input-row {
    margin: 0 -15px 30px -15px;
}

.terminal-col .switch-row {
    margin: 10px -15px !important;
    width: 100%;
}

.ecom-col--left {
    margin-left: -10px !important;
}

.ecom-col--left .switch-row {
    margin: 10px -5px !important;
    width: 100%;
}

.ecom-col--right .switch-row {
    margin: 10px 0 !important;
    width: 100%;
    min-width: 250px;
}

.ecom-col--right .switch-row--first,
.ecom-col--left .switch-row--first {
    margin-top: 20px !important;
    width: 100%;
}

.merchant-acquirers input[readonly] {
    filter: opacity(70%) grayscale(4);
}

.terminal-col .switch-row > span:nth-child(2) {
    margin-right: 30px;
}

.ecom-col .switch-row > span:nth-child(2) {
    margin-right: 0;
}

#merchantEmailContainer {
    display: none;
    margin-bottom: 25px !important;
}

.merchant-acquirers .switch-row > span:nth-child(2) {
    float: right;
    height: 17px !important;
    top: 1px !important;
    left: -1px !important;
}

.merchant-acquirers .switch-row > span:first-child {
    float: left;
}

.merchant-acquirers__bottom {
    padding-left: 15px;
}

.merchant-acquirers__bottom .row-title {
    margin: 30px -15px 10px -15px !important;
}

.merchant-acquirers__bottom .merchant-input-lbl {
    margin-bottom: 10px !important;
}

.merchant-acquirers h2 {
    text-transform: uppercase;
    font: normal 600 15px/50px Calibri !important;
    letter-spacing: initial !important;
}

/* override switch */

/*.merchant-acquirers .onoffswitch-checkbox + .onoffswitch-label .onoffswitch-switch:before,*/
/*.merchant-acquirers .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {*/
/*content: " " !important;*/
/*}*/

/*.merchant-acquirers .onoffswitch-switch {*/
/*width: 13px !important;*/
/*height: 13px !important;*/
/*border-radius: 50px !important;*/
/*top: 3px !important;*/
/*right: 36px !important;*/
/*}*/

/*.merchant-acquirers-cbox.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {*/
/*right: 21px !important;*/
/*}*/

/*.merchant-acquirers-cboxonoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {*/
/*content: " " !important;*/
/*}*/

/*.merchant-acquirers .onoffswitch-label {*/
/*border-radius: 50px;*/
/*border: none !important;*/
/*width: 32px;*/
/*height: 17px;*/
/*}*/

/*.merchant-acquirers-cbox.onoffswitch-checkbox:checked + .onoffswitch-label {*/
/*border-color: #2b9a2d !important;*/
/*}*/

/*.merchant-acquirers .onoffswitch-inner:before,*/
/*.merchant-acquirers .onoffswitch-inner:after {*/
/*height: 17px !important;*/
/*}*/

/*.merchant-acquirers__radio input[type=radio] {*/
/*opacity: 0;*/
/*position: absolute;*/
/*}*/

/*.merchant-acquirers__radio input[type=radio] + label {*/
/*position: relative;*/
/*cursor: pointer;*/
/*}*/

/*.merchant-acquirers__radio input[type=radio]+label:after,*/
/*.merchant-acquirers__radio input[type=radio]+label:before {*/
/*content: " ";*/
/*display: inline-block;*/
/*margin-right: 5px;*/
/*-webkit-transition: border .15s ease-in-out;*/
/*-o-transition: border .15s ease-in-out;*/
/*transition: border .15s ease-in-out;*/
/*}*/

/*.merchant-acquirers__radio input[type=radio]:checked+label:before {*/
/*border-color: #b7d4fe;*/
/*background: #b7d4fe;*/
/*}*/

/*.merchant-acquirers__radio input[type=radio]+label:before {*/
/*border: 1px solid  #c9c9cf;*/
/*width: 17px;*/
/*height: 17px;*/
/*border-radius: 50%;*/
/*}*/

/*.merchant-acquirers__radio input[type=radio]+label:after {*/
/*background: #fefefe;*/
/*width: 6px;*/
/*height: 6px;*/
/*border-radius: 50%;*/
/*position: absolute;*/
/*left: 6px;*/
/*top: 6px;*/
/*}*/

/*.merchant-acquirers__radio {*/
/*cursor: pointer;*/
/*display: inline-flex;*/
/*flex-direction: row;*/
/*align-items: center;*/
/*}*/


.ecom-radio {
    display: flex;
    align-items: center;
}

.ecom-radio--group {
    height: 32px;
    display: flex;
    justify-content: flex-start;
}

.ecom-row {
    margin-left: -5px !important;
}

.ecom-row .merchant-input-lbl {
    margin-top: 7px;
}

.merchant-acquirers__radio:nth-child(2) {
    flex: 0.8 1 0%;
}

.merchant-acquirers__radio--btn {
    margin-top: -2px !important;
    cursor: pointer !important;
}

.merchant-acquirers__radio--lbl {
    margin-left: 10px;
    cursor: pointer !important;
}

.float-left {
    float: left !important;
}

.d-flex-start {
    display: flex;
    justify-content: start;
}

hr.hr-one-black {
    border-top: 1px solid black;
}

.terminal-detail-text {
     color: #57889c !important;
     font-size: 14px !important;
     font-weight: bold !important;
 }