
/*============= Bootstrap overrides =================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-text-size-adjust: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    outline: none;
}

body {
    background-color: #F3F2FF;
    color: #2C2C2C;
}

body p {
    color: #2C2C2C;
}

.small, small {
    font-size: 85%;
}

strong {
    font-weight: 700;
}

strong.extra {
    font-weight: 900;
}

button {
    background-color: transparent;
    border: none;
}

.clear {
    clear: both !important;
    float: none !important;
}

.cent {text-align: center !important;}
.cent-in {
    margin-left: auto;
    margin-right: auto;
}

.tal {text-align: left !important;}
.tar {text-align: right !important;}

.float-l {float: left;}
.float-r {float: right;}

.initial-hidden {display: none !important;}
.initial-visible {display: block !important;}

.show-ib {display: inline-block !important;;}
.show-b {display: block !important;}

.width-100 {width: 100px !important;}
.width-120 {width: 120px !important;}
.width-140 {width: 140px !important;}
.width-150 {width: 150px !important;}
.width-180 {width: 180px !important;}
.width-200 {width: 200px !important;}
.width-210 {width: 210px !important;}
.width-220 {width: 220px !important;}
.width-250 {width: 250px !important;}
.width-270 {width: 270px !important;}
.width-300 {width: 300px !important;}
.width-350 {width: 350px !important;}
.width-400 {width: 400px !important;}
.width-450 {width: 450px !important;}

.width-50-percent {width: 50% !important;}
.width-100-percent {width: 100% !important;}
.width-100-percent-minus-125 {width: calc(100% - 125px) !important;}
.width-100-percent-minus-130 {width: calc(100% - 130px) !important;}
.width-100-percent-minus-140 {width: calc(100% - 140px) !important;}
.width-100-percent-minus-150 {width: calc(100% - 150px) !important;}
.width-100-percent-minus-170 {width: calc(100% - 170px) !important;}
.width-100-percent-minus-200 {width: calc(100% - 200px) !important;}
.width-100-percent-minus-250 {width: calc(100% - 250px) !important;}
.width-100-percent-minus-270 {width: calc(100% - 270px) !important;}

.display-ib {display: inline-block !important;}

.margin-left-25 {margin-left: 25px !important;}
.margin-bottom-50 {margin-bottom: 50px !important;}

.hidden-validator {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.dropdown-menu {
    background-color: #ffffff;
}

.dropdown-menu > li > a {
    cursor: pointer;
    color: #2C2C2C;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #4174FF;
    color: #f8f8f8;
    text-decoration: none;
}

.prevent-select,
.prevent-select * {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

tr.prevent-select > td > span,
tr.prevent-select > td > span *,
tr.prevent-select > td > div,
tr.prevent-select > td > div * {
    cursor: default;
}

.bootstrap-select.btn-group.bs-container {margin-top: 5px;}
.bootstrap-select.btn-group .dropdown-menu {min-width: 100% !important;}
.bootstrap-select.btn-group .dropdown-menu a {
    font-size: 13px;
    padding-left: 10px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
    padding: 6px 5px;
}

.table > thead > tr > th {padding-bottom: 8px;}

table tr.pln,
table tr.percent,
table tr.pt,
table tr.pieces {
    position: relative;
}

table tr.pln:after,
table tr.percent:after,
table tr.pt:after,
table tr.pieces:after
{
    line-height: 34px;
    pointer-events: none;
    position: absolute;
    right: -40px;
    width: 40px;
}

table tr.tr-tall:after {line-height: 50px;}

table tr.pln:after {content: "PLN";}
table tr.percent:after {content: "%";}
table tr.pt:after {content: "pkt";}
table tr.pieces:after {content: "szt.";}

td.red {
    color: #b30101;
    font-weight: 500;
}
td.green {
    color: #056a00;
    font-weight: 500;
}

table tr.pieces-big:after {
    font-size: 24px;
    line-height: 44px;
}

.dl-horizontal dt {
    margin-bottom: 8px;
    width: 20%;
    font-size: 14px;
}

.dl-horizontal dd {
    margin-bottom: 8px;
    margin-left: 20%;
    padding-left: 20px;
    font-size: 14px;
}

.dl-horizontal.wider {}

.dl-horizontal.wider dt {
    width: 50%;
    white-space: normal;
}

.dl-horizontal.wider dd {margin-left: 52%;}

.panel-header-row {
    margin-bottom: 20px;
}

.panel-header {
    /*    font-family: 'Nunito';*/
    font-size: 32px;
    line-height: 56px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 700;
    color: #3a2073;
    padding-right: 200px;
    position: relative;
}

.panel-header .sub-text {
    display: block;
    font-size: 24px;
    line-height: 28px;
}

.panel-header .btn,
.panel-header .u27-btn {
    position: absolute;
    right: 0;
    top: 20px;
}

.panel-subheader-row {
    margin-bottom: 25px;
    position: relative;
}

.row-separator {margin-bottom: 20px;}

.expandable-box-wrapper {
    height:0;
    overflow: hidden;
}

.panel-subheader-row .expand-box-btn {
    position: absolute;
    right: 30px;
    bottom: 0px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    background-color: #4dd5a1;
}

.panel-subheader-row .expand-box-btn:hover {
    opacity: 0.9;
}

.panel-subheader-row .expand-box-btn .icon {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 14px;
    top: 14px;
    background: url('/img/business/up-down-arrows-icon.png') no-repeat bottom center transparent;
}

.panel-subheader-row .expand-box-btn.expanded .icon {background-position: top center;}

.panel-subheader-row .btn {
    margin-left: 10px;
}

.subheader-sep,
.subheader-sep b {
    /*    font-family: 'Nunito';*/
    border-bottom: none;
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0;
    font-size: 22px;
    font-weight: 700;
    color: #1C5374;
}

.subheader-sep span {
    padding-top: 10px;
    font-size: 16px;
    color: #676767;
}

h2.subheader-sep {
    font-size: 32px;
    margin-bottom: 30px;
}

h2.subheader-sep span {
    font-size: 22px;
    padding-top: 0;
    font-weight: 700;
}

h4.subheader-sep {
    font-size: 18px;
    margin-bottom: 20px;
}

h5.subheader-sep {
    font-size: 16px;
    margin-bottom: 10px;
}

.subheader-desc {
    font-size: 14px;
    line-height: 22px;
    color: #606060;
    padding-bottom: 35px;
}

.subheader-desc:last-child {
    padding-bottom: 0;
}

.subheader-desc .caution-label {
    display: block;
    padding-bottom: 2px;
    font-size: inherit;
    font-weight: 600;
    color: #7b73ff;
    text-transform: uppercase;
}

.panel-description .subheader-desc {padding-bottom: 0;}

.subheader-desc .bold {
    font-weight: 700;
}

body .well, .container .well, .container-fluid .well,
body .jumbotron, .container .jumbotron, .container-fluid .jumbotron {
    padding: 20px 40px;
}

.panel-head {
    padding: 20px 35px;
    border-radius: 10px 10px 0 0;
}

.panel-head > * {
    color: #fff;
}

.panel-head h2 {
    font-size: 32px;
    line-height: normal;
    font-weight: 900;
    margin-bottom: 7px;
}

.panel-head h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 900;
}

.panel-head p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

.panel-head.panel-head-small {
    padding: 20px 35px;
}

.panel-head > * {
    color: #fff;
}

.panel-head h2 {
    font-size: 32px;
    line-height: normal;
    font-weight: 900;
    margin-bottom: 7px;
}

.panel-head h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}

.panel-head h3 span {
    font-size: 15px;
    font-weight: 500;
}

.panel-head p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    padding-top: 5px;
}

.panel-head.head-program-rules {
    /*background-image: url('/img/business/panel-head-bg-program-rules.jpg');*/
    background-repeat: no-repeat;
    background-position: 90% center;
}

/*.panel-head.head-std-color     {background-color: #7b73ff;}
.panel-head.head-green      {background-color: #0ac9a4;}
.panel-head.head-orange     {background-color: #ffa438;}*/

.panel-head.head-std-color,
.panel-head.head-green,
.panel-head.head-orange {
    background: rgb(178,120,255);
    background: linear-gradient(90deg, rgba(116,151,253,1) 0%, rgba(178,120,255,1) 90%);
    color: #f8f8f8;
}

.panel-head.head-maroon {
    background-color: #895061;
}

.panel-head.head-std-color > *,
.panel-head.head-green > *,
.panel-head.head-orange > * {
    color: #f8f8f8;
}

.panel-head.head-maroon > * {
    color: #eecad4;
}

.panel-body {
    padding: 25px 25px;
    background-color: #fff;
    border-radius: 10px;
}

.panel-head + .panel-body {
    border-radius: 0 0 5px 5px;
}

.panel-body-small-padding {
    padding: 10px 15px;
}

.panel-head-stripe {
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    padding: 12px 25px;
    font-weight: 900;
    margin-bottom: 10px;
}

.panel-head-stripe.violet-stripe {background-color: #9595d2;}
.panel-head-stripe.red-stripe {background-color: #F9B1A5;}

.panel-head-stripe.red-stripe a.std-link {
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
}

.panel-buttons {}

.panel-body .btns .btn,
.panel-buttons .btn,
.panel-buttons .btn-mint {
    margin-left: 10px;
    margin-right: 10px;
}

.panel-wrapper {
    padding-left: 15px;
    padding-right: 30px;
}

.panel-fixed-buttons {
    padding-bottom: 50px
}

.panel-fixed-buttons .under-panel-buttons {
    position: fixed;
    right: 0;
    background: #F3F2FF;
    border-top: solid 1px #F3F2FF;
    bottom: 0;
    margin-bottom: 0;
    z-index: 20;
    -webkit-box-shadow: 0 15px 24px 0 rgba(66, 68, 90, 1);
    -moz-box-shadow: 0 15px 24px 0 rgba(66, 68, 90, 1);
    box-shadow: 0 15px 24px 0 rgba(66, 68, 90, 1);
    padding: 15px 30px 15px 330px;
    transition: padding-left 0.5s ease;
}

.sidebar-toggled .panel-fixed-buttons .under-panel-buttons  {
    padding-left: 30px;
}

.version-info-container {
    font-size: 12px;
    color: #2C2C2C;
    padding-top: 20px ;
}

header {
    display: none;
}

header #burger {display: none;}

.header-language-switch .active {
    color: #4174FF !important;
}

.country-choose,
.channel-choose {
    color: #2C2C2C !important;
}

.close {
    color: #2C2C2C;
    text-shadow: 0 1px 0 #2C2C2C;
}

nav .navbar-toggle {display: block;}
header .navbar {margin-bottom: 0;}


.navbar, .navbar.navbar-default {
    background-color: #fff;
    color: #2C2C2C;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.navbar {min-height: 60px;}

header .navbar .navbar-brand {
    box-sizing: border-box;
    display: inline-block;
    line-height: 30px;
    padding: 7px 15px;
}

header .header-logout-btn > * {vertical-align: middle;}

header .navbar-brand {
    font-size: 22px;
    font-family: Courier;
    font-weight: bold;
    line-height: 52px !important;
    width: 225px;
    text-align: center;
}

header .navbar-brand > img {
    float: left;
    height: 43px;
    margin: 1px 0 0 15px;
}

.listing-button-small {
    height: 30px;
    width: 30px;
    background-color: #ffffff;
    color: #ffffff;
}

@media (max-width: 767px) {
    header .navbar-brand > img {
        height: 40px;
    }
}

.navbar-header .stage-name { /* !!!! Most important feafure - don't shit yourself Jerry */
    font-size: 12px;
    float: left;
    margin-top: 23px;
    margin-left: -45px;
}

header .navbar .navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
}

header .navbar-fixed-bottom, .navbar-fixed-top {}

header .country-choose {
    color: #ffffff;
    margin: 18px 10px 0 0;
    font-size: 11px;
    line-height: 22px;
}

header .country-choose .btn-group {
    margin-left: 10px;
    margin-right: 40px;
    width: 225px;
    border-radius: 0;
    vertical-align: middle;
}

header .country-choose .btn-group>.btn:first-child {
    width: 200px;
    text-align: left;
}

header .country-choose .btn {
    padding: 2px 12px;
    font-size: 11px;
    box-shadow: none;
}

header .country-choose .dropdown-menu li a {
    font-size: 12px !important;
    padding: 5px 10px !important;
    text-align: left;
}

header .country-choose .dropdown-menu {
    max-height: 340px;
    overflow-y: auto;
    width: 150px;
    border-radius: 0 !important;
}

header .channel-choose {
    color: #ffffff;
    margin: 18px 40px 0 0;
    font-size: 11px;
    line-height: 22px;
}

header .channel-choose .btn-group {
    margin-left: 10px;
    margin-right: 10px;
    width: 150px;
    border-radius: 0;
    vertical-align: middle;
}

header .channel-choose .btn-group>.btn:first-child {
    width: 125px;
    text-align: left;
}

header .channel-choose .btn {
    padding: 2px 12px;
    font-size: 11px;
    box-shadow: none;
}

header .channel-choose .dropdown-menu li a {
    font-size: 12px !important;
    padding: 5px 10px !important;
    text-align: left;
}

header .channel-choose .dropdown-menu {
    max-height: 340px;
    overflow-y: auto;
    width: 225px;
    border-radius: 0 !important;
}

header .channel-choose .btn-unset-channel {
    display: inline-block;
    vertical-align: text-top;
    margin: -5px 0 0 0;
    height: 24px;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    color: #333;
    background-color: #fff;
    border: solid 1px #ccc;
}

header .channel-choose .btn-unset-channel:hover {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}


header .icon-item {
    margin-right: 35px;
}

header .icon-item > a {
    padding: 2px !important;
    margin-top: 10px;
    line-height: normal;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    /*background-color: #ffffff;*/
    border: solid 1px transparent;
    border-radius: 50% 50%;
}

header.biz-dashboard-header .icon-item > a {padding: 1px !important;}

header.biz-dashboard-header .js-show-change-password-popup {
    box-shadow: none !important;
}

header .icon-item > a img {
    width: 32px;
    height: 32px;
}

header .icon-item > a:hover {
    /*background-color: #ffffff !important;*/
}

header .icon-item a > * {
    vertical-align: middle;
    text-decoration: underline;
}

header .icon-item a span {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
}

header .dark-mode-toggle-box {
    margin: 20px 40px 0 0;
}

header .dark-mode-toggle-box label {
    font-size: 11px;
}

header .dark-mode-toggle-box .toggle.btn {
    width: 32px !important;
    height: 16px !important;
    margin-left: 10px;
}

header .dark-mode-toggle-box .toggle.btn .btn-primary {
    background-color: #92adbd !important;
}

header .dark-mode-toggle-box .toggle.btn .toggle-handle {
    width: 16px;
    height: 16px;
    margin-top: -6px;
}

header .header-language-switch {
    margin-top: 10px;
    margin-right: 35px;
}

header .header-language-switch a,
header .header-language-switch span.lang-sep {
    display: inline-block;
    text-decoration: none;
    outline:none;
    font-size: 11px;
    padding: 10px 5px !important;
}

header .header-language-switch span.lang-sep {
    vertical-align: top;
    padding: 13px 0 !important;
}

header .header-language-switch a:hover {color: #ffffff;}

header .header-language-switch a.active {
    color: #fff !important;
    cursor: auto !important;
    text-decoration: underline;
    font-weight: bold;
}

header-ec .header-language-switch {
    margin-right: 10px;
    line-height: 36px;
}

header-ec .header-language-switch a,
header-ec .header-language-switch span.lang-sep {
    font-weight: 700;
}

#wrapper-sidebar .deimos-connection-status-box {
    position: absolute;
    left: 10px;
    top: 10px;
}

#wrapper-sidebar .deimos-connection-status-box .led {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 0 0 0;
    position: relative;
    cursor: help;
}

#wrapper-sidebar .deimos-connection-status-box.js-force-reconnect {
    cursor: pointer;
};

header .header-basket {
    position: relative;
    display: none;
}

header .header-basket .counter {
    position: absolute;
    left: 10px;
    top: -3px;
    min-width: 20px;
    padding: 0 5px;
    height: 20px;
    border-radius: 10px;
    background-color: #7b73ff;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

header .header-user {
    position: relative;
}

header.biz-dashboard-header .icon-item a {}

header .logged-user-baloon {
    display: none;
    position: absolute;
    right: -25px;
    top: 48px;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    width: 300px;
    padding: 0;
    -webkit-box-shadow: 0 0 15px -10px #000000;
    box-shadow: 0 0 15px -10px #000000;
    z-index: 100;
}

header .logged-user-baloon > div {
    padding-left: 15px;
    padding-right: 15px;
}

header .logged-user-baloon > div:first-child {padding-top: 15px;}
header .logged-user-baloon > div:last-child {}

header .logged-user-baloon::after {
    content: " ";
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #f6f6f6;
    height: 0;
    position: absolute;
    right: 37px;
    top: -5px;
    width: 0;
}

header .logged-user-baloon .saas-info-box {
    margin: 10px 0 0 0;
    padding-bottom: 0px;
    max-width: 100%;
    overflow: hidden;
}

header .logged-user-baloon .saas-info-box .parameter-line {
    padding-left: 55px;
    background-position: 10px center;
    background-repeat: no-repeat;
    border-bottom: solid 1px #eeeeee;
    margin-top: 12px;
}

header .logged-user-baloon .saas-info-box .parameter-line:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

header .logged-user-baloon .saas-info-box .parameter-line .p-label {
    font-size: 12px;
    font-weight: 500;
    color: #676767;
    padding-bottom: 10px;
}

header .logged-user-baloon .saas-info-box .parameter-line .p-value {
    font-size: 18px;
    line-height: 20px;
    font-weight: 900;
    color: #1C5374;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    padding-bottom: 12px;
}

header .logged-user-baloon .saas-info-box .parameter-line:last-child .p-value {
    padding-bottom: 0;
}

header .logged-user-baloon .saas-info-box .parameter-line .p-value span {font-weight: 900;}

header .logged-user-baloon .saas-info-box .parameter-line.p-credits {background-image: url(/img/icons/icon-saas-info-credits.png);}
header .logged-user-baloon .saas-info-box .parameter-line.p-emails {background-image: url(/img/icons/icon-saas-info-email.png);}
header .logged-user-baloon .saas-info-box .parameter-line.p-sms {background-image: url(/img/icons/icon-saas-info-sms.png);}

header .logged-user-baloon .buttons {
    padding: 20px 0 20px 0;
}

.logged-user-info-box {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 0;
    max-width: 100%;
    overflow: hidden;
    background-color: #f6f6f6;
    min-height: 75px;
}

.logged-user-info-box .company-info .logo-box {
    position: relative;
    float: left;
    margin-right: 10px;
    border: 0;
    width: 40px;
    height: 40px;
}
.logged-user-info-box .company-info .logo-box .logo {
    background-color: #ffffff;
    border: solid 1px #ddd;
}

.logged-user-info-box .company-info {padding-bottom: 0;}

.logged-user-info-box .company-info .name {
    font-size: 16px;
    font-weight: 700;
    color: #676767;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
}

.logged-user-info-box .logged-user-info {
    overflow: hidden;
}

.logged-user-info-box .logged-user-info .logged-as {
    font-size: 12px;
    font-weight: 400;
    color: #b3b2b2;
    padding-bottom: 2px;
}

.logged-user-info-box .logged-user-info .email {
    font-size: 13px;
    line-height: 26px;
    font-weight: 500;
    color: #25193B;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    width: 208px;
}

.logged-user-info-box .logged-user-info .std-link {
    font-size: 10px;
}

#burger .navbar-toggle {padding: 10px;}

#wrapper-content {
    padding: 0 15px 25px 0;
}

#wrapper-content .panel > .panel-heading,
.panel-default > .panel-heading {
    background-color: #fff;
    padding: 20px 40px;
}

#wrapper {
    padding-left: 350px;
    padding-right: 0;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 30px;
    padding-right: 0;
}

#wrapper > .wrapper-top-stripe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 209px;
    background-color: #1C5374;
    /*background-color: #eeeeee;*/
}

.biz-dashboard-header .navbar {
    background: #ffffff;
    border-bottom: solid 1px #DBDCE0;
}

#wrapper > .wrapper-top-stripe {display: none;}

#wrapper-sidebar {
    z-index: 1000;
    position: fixed;
    left: 0;
    width: 320px;
    height: 100%;
    margin-top: 0;
    overflow-y: auto;
    transition: all 0.5s ease;
    border-right: none;
    background: rgb(178,120,255);
    background: linear-gradient(180deg, rgba(178,120,255,1) 0%, rgba(116,151,253,1) 50%, rgba(178,120,255,1) 100%);
    border-color: #7497FD;
}

#wrapper.toggled #wrapper-sidebar {
    left: -320px;
}

#wrapper-sidebar .jspTrack {background-color: transparent;}
#wrapper-sidebar .jspDrag {background-color: #e7e5ff;}

#wrapper-content {
    width: auto;
    min-width: 680px;
    padding: 0 15px 25px 0;
}

.panel-wrapper > .well {
    margin-bottom: 40px;
}

#page-content {
    transition: all 0.4s ease-out 0s;
    position: relative;
    padding-top: 10px;
}

select.form-control {
    font-size: 14px;
    cursor: pointer;
}

.panel {
    margin-bottom: 25px;
    box-shadow: none;
    border-radius: 10px;
    border: solid 1px #fff;
    background-color: #fff;
}

.panel.panel-trans-border {
    border: none;
}

.panel-inner {
    border: 0 none;
    border-radius: 2px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 40px;
    padding-bottom: 20px;
    background-color: #fff;
}

.panel-inner .line-title {margin-top: 20px;}

.page-title-panel,
.buttons-panel {
    border: 0 none;
    border-radius: 2px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 20px;
    background-color: #fff;
}

.no-margin {margin: 0 !important;}

.no-margin-bottom {margin-bottom: 0 !important;}

body > .modal {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    z-index: 99999999
}

.modal-body .panel {
    background-color: transparent;
    border-color: transparent;
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.8);
}

.modal-backdrop.in {
    filter: alpha(opacity=90);
    opacity: .9;
    z-index: 99999999;
}

.modal-backdrop.in,
.modal-open .modal,
body > .select2-container { 
    z-index: 99999999;
}

.modal-dialog {}

.popup-with-loading-layer .modal-dialog {
    min-width: 650px;
    min-height: 350px; 
}

.universal-loading-popup {
    width: 650px;
    height: 350px;
}

.tooltipster-fade.tooltipster-show { 
    z-index: 99999999 !important;
}

.btn.btn-fab i {
    vertical-align: middle;
}

.dtp table.dtp-picker-days tr > td > a,
.dtp .dtp-picker-time > a {
    border-radius: 0 !important;
    outline:none;
    font-size: 14px;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    padding: 8px;
}

.dtp .dtp-close i {font-size: 22px !important;}

.dtp div.dtp-picker {padding: 10px 20px 0 20px;}

.dtp div.dtp-picker-month, .dtp div.dtp-actual-time {margin-bottom: 10px;}

.btn.btn-primary {background-color: #00adb0 !important;}

.checkboxes-top-label {
    color: #676767;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

.checkboxes-top-label.no-margin {margin-bottom: 0;}

.checkbox {
    display: block;
    margin-bottom: 14px;
    margin-left: 65px;
    margin-top: 4px;
    position: relative;
    text-indent: -29px;
}

.checkbox label {
    line-height: 18px;
}

.checkbox label b {font-weight: 700;}

.checkbox .checkbox-material {
    left: -5px;
    position: relative;
    top: 4px;
    vertical-align: middle;
}

.btn-group, .btn-group-vertical {box-shadow: none;}

.checkbox-inline, .radio-inline {
    margin-top: 0;
    padding-left: 0;
}

.form-horizontal .checkbox {padding-top: 0;}

.checkbox, .radio {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px !important;
    position: relative;
}

.checkbox label, .radio label {
    font-size: 13px;
}

.checkbox label {
    color: #676767;
    padding-top: 2px;
}

.radio label {
    color: #676767;
    padding-top: 5px;
}

.checkbox-inline, .radio-inline {
    display: inline-block;
    line-height: 14px;
    margin: 0 15px 0 0px;
}

.checkbox .checkbox-material .check {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border:0;
    background-color: #E8E8E8;
    box-shadow: none;
    margin-top: -6px;
}

.checkbox .checkbox-material .check.gray-check {
    background-color: #e5e5e5;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
    color: #AA7DFF;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check {
    color: #f8f8f8;
    border-color: #f8f8f8;
    background-color: #f8f8f8;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    color: #fff;
    background-color: #4174FF;
    border-color: #4174FF;
}

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
    color: #fff;
    background-color: #4174FF;
    border-color: #4174FF;
}

.radio label span {
    top: 2px;
    left: 15px;
}

.radio label .circle {
    width: 20px;
    height: 20px;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
}

.radio label .check {
    width: 14px;
    height: 14px;
    top: 5px;
    left: 18px;
}

.radio input[type=radio]:checked ~ .circle {
    border-color: #B278FF;
    border-width: 3px;
}

.radio input[type=radio]:checked ~ .check {
    background-color: #B278FF;
}

.dropdown-menu.adjust-to-right {
    left: auto;
    right: 0;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    outline: none !important;
}

.datepicker-dropdown {z-index: 10000 !important;}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    opacity: 0.4;
}

.breadcrumb {
    padding: 8px 15px 8px 0;
    margin-bottom: 10px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item > * {
    font-size: 12px;
}

.breadcrumb .breadcrumb-item > a,
.breadcrumb .breadcrumb-item > span.pseudo-link {
    color: #4174FF;
    text-decoration: none;
    cursor: pointer;
}

.breadcrumb .breadcrumb-item > a:hover,
.breadcrumb .breadcrumb-item > span.pseudo-link:hover {
    text-decoration: underline;
}

/*============================ images states ================================*/

.image-loading-state {
    background-image: url('/img/image-loading-state.gif');
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

.image-loading-state-error {
    background-image: url('/img/image-loading-state-error.png');
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

/*============================ logos / covers ================================*/

.logo {
    width: 200px;
}

.logo-box {
    display: block;
    position: relative;
}

.logo-box .logo {max-width: 100%;}

.logo-xs {
    max-width: 45px;
    max-height: 45px;
}

.logo-sm {
    max-width: 60px;
    max-height: 60px;
}

.logo-xl {
    max-width: 150px;
    max-height: 150px;
}

/*=========================== Forms Styles ===================================*/

.form-group {margin-bottom: 25px;}

.row > div:last-child > .form-group:last-child {margin-bottom: 0;}

label.control-label,
label.tiny-label,
.form-group label.control-label,
.form-group label.tiny-label {
    line-height: 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 13px;
    color: #888888;
    padding-left: 0;
}

label.control-label.strong,
label.tiny-label.strong,
.form-group label.control-label.strong,
.form-group label.tiny-label.strong {
    font-weight: 700;
}


label.control-label:first-letter,
label.tiny-label:first-letter,
.form-group label.control-label:first-letter,
.form-group label.tiny-label:first-letter {text-transform: capitalize;}

label.control-label b,
label.tiny-label b,
.form-group label.control-label b,
.form-group label.tiny-label b {
    font-weight: 700;
    color: #606060;
    font-size: 16px;
}

.control-label-spacing {padding-top: 30px}

.control-label .control-description-mark {
    top: -5px;
    font-size: 11px;
}

.control-description {
    line-height: 19px;
    margin-top: 7px;
    margin-left: 0;
    padding: 0 3px;
    font-weight: 400;
    font-size: 12px;
    font-style: italic;
    color: #6f7ecf;
}

.control-description b {font-weight: bold;}

.form-control {
    background-color: #ffffff;
    box-shadow: none;
    height: 34px;
    padding: 6px 15px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: none;
    width: 100%;
    border: 1px solid #F3F2FF;
    color: #2C2C2C;
}

.form-control::placeholder {
    color: #C2C2C2;
}

.form-control:not(select) {
    /*    -webkit-border-radius: 17px;
        border-radius: 17px;*/
}

select.form-control {
    -webkit-border-radius: 17px 0 0 17px;
    border-radius: 17px 0 0 17px;
}

.form-control:focus {
    border: solid 1px #4174FF;
    box-shadow:none;
    outline: 0 none;
}

textarea.form-control {
    min-height: 150px;
    max-width: 100%;
    padding: 10px 15px !important;
}

textarea.form-control.smaller-ta {
    min-height: 77px;
}

textarea.form-control.bigger-ta {
    min-height: 275px;
}

textarea.form-control:focus {
    /*    padding: 9px 14px !important;*/
}

.form-control[disabled], fieldset[disabled] .form-control {
    background-color: #eeeeee !important;
    border-color: #eeeeee;
    color: #606060;
}

.form-horizontal .form-group label.control-label {margin-right: 0;}
.form-horizontal .form-group .static-value {padding-top: 6px;}

.form-inline .control-label,
.form-inline .form-group {margin-bottom: 15px;}

label.error {
    font-weight: normal !important;
    color: #e66954;
    font-size: 11px;
    margin: 7px 0 0 16px;
}

.form-control.error {
    color: #e66954;
    border: 1px solid #e66954;
}

.form-control.error:focus {
    border-color: #e66954;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(230, 105, 84, 0.6);*/
    box-shadow: none;
    outline: 0 none;
}

.form-group .form-col-indent {padding-left:40px;}

.js-date-cancel {cursor: pointer;}

.form-group .radio-btns-box {margin-left: -15px;}

select.multi-select,
select.city-select {display: none !important;}

.city-name-group {min-width: 250px !important;}
.city-name-group .form-control {width: 100%;}

.multi-select-group,
.multi-select-group .select2-container {
    min-width: 250px !important;
    vertical-align: top;
}

.city-select-box {min-width: 800px;}
.city-select-box .select2-container {width: 100% !important;}

.companies-filters-form .form-group {vertical-align: top;}
.companies-filters-form .form-group .btn {margin-top: 3px;}

.separator {
    border-bottom: 1px dashed #ddd;
    height: 0;
    margin: 10px auto;
    width: 80%;
}

.h-line {
    border-bottom: 1px solid #e1e1e1;
    height: 0;
    margin: 30px auto;
    width: auto;
}

.value-box {
    display: inline-block;
    width: 80px;
    position: relative;
    text-align: right;
}

span.value-box {
    height: 34px;
    line-height: 34px;
    padding-left: 5px;
    font-size: 18px;
    font-weight: 900;
}

.value-unit {
    padding-left: 15px;
}

.value-unit.pln:after,
.value-unit.percent:after,
.value-unit.pt:after,
.value-unit.days:after,
.value-unit.pieces:after,
.value-unit.empty:after {
    width: 25px;
    text-align: left;
    display: inline-block;
}

.value-box.pln:after,
.value-box.percent:after,
.value-box.pt:after,
.value-box.days:after,
.value-box.pieces:after,
.value-box.empty:after {
    pointer-events: none;
    position: absolute;
    right: -60px;
    text-align: left;
    width: 40px;
}

.value-box.inline-unit:after {
    position: relative;
    right: auto;
    margin-left: 10px;
}

.value-unit.pln:after,
.value-box.pln:after {content: "PLN";}

.value-unit.percent:after,
.value-box.percent:after {content: "%";}

.value-unit.pt:after,
.value-box.pt:after {content: "pkt";}

.value-unit.days:after,
.value-box.days:after {content: "dni";}

.value-unit.pieces:after,
.value-box.pieces:after {content: "szt.";}

.value-unit.empty:after,
.value-box.empty:after {content: "";}

.value {color: #606060;}

.value.cost,
.value.expense,
.value-box.cost,
.value-box.expense,
.value-unit.cost:after,
.value-box.expense:after {font-weight: 900; color: #f7941c !important;}

.value.gain,
.value-box.gain,
.value-unit.gain:after,
.value-box.gain:after {font-weight: 900; color: #1C5374 !important;}

.value.neutral,
.value-box.neutral,
.value-unit.neutral:after,
.value-box.neutral:after {font-weight: 900; color: #676767 !important;}

.panel-body .btns,
.panel .panel-footer-btns {
    margin-top: 25px;
    padding-top: 25px;
    border-top: dashed 1px #ddd;
    padding-bottom: 20px;
    width: 100%;
}

.panel-body + .btns {
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 20px;
    width: 100%;
}

.form-block {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: solid 1px #eeeeee;
}

.form-block.no-margin {
    margin-bottom: 0;
    padding-bottom: 0;
}

.form-block.no-separator {
    border-bottom: 0 none;
    padding-bottom: 0;
}

.form-block:last-child {
    border-bottom: none;
}

.form-block .subheader-sep {}

.subheader-sep, .subheader-sep b {
    color: #3a2073;
}

.form-block .subheader-desc {}

.form-block .form-group {}

.in-panel-wrapper{
    padding: 20px 25px;
}

.in-panel-wrapper .subheader-sep {
    font-size:16px;
    font-weight: 900;
}

.in-panel-buttons {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 0;
    margin-top: 0;
}

.in-panel-buttons .btn {
    margin-left: 20px;
}

.under-panel-buttons {
    text-align: right;
    margin-top: 0;
    margin-bottom: 50px;
}

.under-panel-buttons .btn {
    margin-left: 20px;
}

.sidebar-toggled .under-panel-buttons .btn:first-child {
    margin-left: 0;
}

.iconed-form-group {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 0 30px;
}

.iconed-form-group .control-label {
    margin-left: -40px;
}

.iconed-form-group.email-form-group {
    background-image: url('/img/business/form-icons/email-form-icon.png')
}

.iconed-form-group.telephone-form-group {
    background-image: url('/img/business/form-icons/telephone-form-icon.png')
}

/* forms with edit mode */

.edit-mode-form {}

.edit-mode-form .under-panel-buttons,
.edit-mode-form .edit-mode-only {display: none;}
.edit-mode-form.in-edit-mode .hide-in-edit-mode {display: none;}

.edit-mode-form.in-edit-mode .under-panel-buttons {display: block;}

.form-big-text {
    font-size: 20px;
    font-weight: 700;
    color: #676767;
    line-height: 25px;
    margin-bottom: 20px;
    padding: 0 0 0 0;
}

.form-column-separator:after,
.column-separator:after {
    position: absolute;
    top: 0%;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #eeeeee;
    content: "";
}

.form-dates {
    /*    padding: 0 20px*/
}

.form-dates.form-group {margin-bottom: 0;}

.form-dates .form-inline .control-label {}

.form-dates .form-inline > div {
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
}

.form-dates .form-inline > div label.error {
    position: absolute;
    left: 30px;
    bottom: -10px;
}

.form-dates .timepicker-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 0 0 0;
    vertical-align: middle;
}

.form-dates .calendar-icon {background: url('/img/icons/timepicker-calendar-icon.png') no-repeat center center transparent;}
.form-dates .clock-icon {background: url('/img/icons/timepicker-clock-icon.png') no-repeat center center transparent;}

.form-dates input.datepicker {max-width: 120px; display: inline-block !important; margin-right: 20px;}
.form-dates input.timepicker {max-width: 120px; display: inline-block !important;}

.input-wrapper {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.action-input-form-group {
    position: relative;
    padding-bottom: 25px;
}

.action-input-form-group .form-control {
    float: left;
    width: calc(100% - 100px);
    border-right: 0;
    padding-top: 0px;
    padding-bottom: 0;
    height: 25px;
    line-height: 4px;
    font-size: 11px;
    border-radius: 3px 0 0 3px; 
}

.action-input-form-group .form-control + .select2-container {
    float: left;
    width: calc(100% - 100px) !important;
    border-right: 0;
    padding-top: 0px;
    padding-bottom: 0;
    height: 25px;
    border-radius: 3px 0 0 3px; 
}

.action-input-form-group .form-control + .select2-container .select2-container--default .select2-selection--single, 
.action-input-form-group .form-control + .select2-container .select2-selection--multiple {
    border-radius: 6px 0 0 6px;
}

.action-input-form-group .form-control + .select2-container + .btn-xs {
    height: 33px;
    font-size: 13px;
}

.action-input-form-group .btn {
    float: left;
    width: 100px;
    border-left: 0;
    border-radius: 0 5px 5px 0 !important; 
}

.action-input-form-group label.error {
    position: absolute;
    left: 0;
    top: 50px;
}

/*========================= Trumbowyg editor =================================*/

.trumbowyg-editor ul {margin-left: 15px;}

/*======================= Select 2 plugin styles =============================*/

.select2-container--default .select2-selection--single,
.select2-container .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #F3F2FF;
    border-radius: 6px;
    height: 33px;
    color: #ffffff !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #2C2C2C !important;
}

.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 33px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 20px;
    line-height: 31px;
    color: #2C2C2C;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px;
    position: absolute;
    right: 6px;
    top: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 15px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    box-shadow: none;
    outline: 0 none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 14px;
    margin-top: 5px;
    padding: 1px 10px;
    background-color: #4174FF;
    border-color: #4174FF;
    color: #f8f8f8;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 7px;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
    color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #4174FF;
    color: #ffffff !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #F3F2FF;
    border: 1px solid #F3F2FF;
    color: #2C2C2C;
}

.select2-dropdown {
    background-color: #F3F2FF;
    border: 1px solid #F3F2FF;
    color: #2C2C2C;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.select2-container--open .select2-dropdown.no-dropdown {display: none;}

.select2-results__message {font-size: 12px;}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: auto;
    font-size: 17px;
    color: #888;
    position: absolute;
    left: 3px;
    top: 1px;
    opacity: 0.7;
}

.select2-container--default .select2-selection--single .select2-selection__clear:hover {
    opacity: 1;
}

/*======================== jQuery UI tooltip =================================*/

.tooltip-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 5px;
    cursor: help;
    background: url('/img/business/tooltip-icon.svg') no-repeat center center transparent;
    vertical-align: middle;
    position: relative;
}

.tooltip-icon.hidden-icon {display: none;}

.tiny-label .tooltip-icon {margin-top: -10px;}

.tooltip {padding:0;}

.tooltip .tooltip-inner {
    background-color: #dad8ff;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    max-width: 200px;
    border-radius: 20px;
    /*    -webkit-border-radius: 20px;
        -webkit-box-shadow: 0 6px 10px 0 #efdebf;
        box-shadow: 0 6px 10px 0 #efdebf;    */
    -webkit-border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-indent: 0;
    min-width: 200px !important;
    color: #4174FF;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #dad8ff !important;
    display: block;
}

/*================== Bootstrap datepicker overrides styles ===================*/

.dtp table.dtp-picker-days tr > th, .dtp table.dtp-picker-days tr > th:first-child {
    font-size: 15px;
}

.dtp div.dtp-actual-num {
    font-size: 3em;
    line-height: 1.3;
}

.dtp div.dtp-picker-month, .dtp div.dtp-actual-time {
    margin-top: 10px;
    margin-bottom: 0;
}

.dtp div.dtp-date, .dtp div.dtp-time {
    background-color: #4174FF;
}

.dtp table.dtp-picker-days tr > td > a.selected {
    background-color: #4174FF;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {background-color: #4174FF;}
.dtp div.dtp-actual-year {color: #ffffff;}
.dtp .p10 > a {color: #ffffff;}

.dtp .dtp-buttons {}
.dtp .dtp-buttons button {
    padding-left: 20px;
    padding-right: 20px;
    margin: 5px 0 10px 10px;
    vertical-align: top;
}

/*======================== Buttons / Links Styles ============================*/

.std-link {
    font-size: inherit;
    font-weight: 400;
    text-decoration: underline;
    color: #4174FF !important;
    cursor: pointer;
}

.std-link-xs {
    font-size: 11px;
}

.std-link.red-link {color: #e66954 !important;}

.std-link-inverted {
    font-size: inherit;
    color: inherit !important;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
}

.std-link-inverted:hover {
    text-decoration: underline;
}

.u27-btn,
.u27-btn.focus,
.u27-btn:hover {
    display: inline-block;
    border-radius: 5px;
    border: none;
    color: #ffffff !important;
    height: 36px;
    font-size: 13px;
    line-height: 22px;
    padding: 7px 21px !important;
    font-weight: 500;
    text-decoration: none !important;
    outline: none !important;
    cursor: pointer;
    text-transform: uppercase;
    vertical-align: middle;
}

.u27-btn.icon-only {
    width: 25px;
    height: 25px !important;
    text-align: center;
    padding: 0px !important;
    line-height: 25px;
    overflow: hidden;
}

.btn-group>.btn.u27-btn:first-child:not(:last-child):not(.dropdown-toggle) {
    /*    border-top-right-radius: 20px;
        border-bottom-right-radius: 20px; */
}


.u27-btn.active,
.u27-btn:active {
    -webkit-box-shadow:none;
    box-shadow: none;
}

/* Hack fo FF */
@-moz-document url-prefix() {
    .u27-btn,
    .u27-btn.focus,
    .u27-btn:hover {
        line-height: 25px;
    }
}

.u27-btn.btn-sm {}

.u27-btn.icon-btn {}

.u27-btn > .icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    float: left;
    line-height: 22px;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: -1px 7px 0 0 !important;
    opacity: 0.8;
}

.u27-btn:hover > .icon {
    opacity: 1;
}

.u27-btn.btn-xs > .icon {
    line-height: 10px;
}

.u27-btn.btn-danger > .icon,
.u27-btn.btn-remove > .icon {}

.u27-btn.btn-comp > .icon {
    background-color: transparent;
}

.u27-btn.btn-standard {
    /*    padding-left: 30px !important;
        padding-right: 30px !important;*/
}

.u27-btn .icon {display: none;}

/* Buttons with border only */

.u27-btn.btn-standard,
.u27-btn.btn-details,
.u27-btn.btn-change,
.u27-btn.btn-reply,
.u27-btn.btn-orange,
.u27-btn.btn-show-filtered,
.u27-btn.btn-green,
.u27-btn.btn-preview,
.u27-btn.btn-blue,
.u27-btn.btn-back,
.u27-btn.btn-next,
.u27-btn.btn-filter,
.u27-btn.btn-invoice,
.u27-btn.btn-shopping,
.u27-btn.btn-violet,
.u27-btn.btn-turquoise,
.u27-btn.btn-silver
{
    background-color: #A181FF;
    border: solid 1px #A181FF;
    color: #f8f8f8 !important;
}

.u27-btn.btn-cancel {
    background-color: #f8f8f8;
    border: solid 1px #4174FF;
    color: #4174FF !important;
}

.u27-btn.btn-edit,
.u27-btn.btn-blue {
    background-color: #4174FF;
    border-color: #4174FF;
    color: #f8f8f8 !important;
    border-radius: 5px;
}

.u27-btn.btn-play,
.u27-btn.btn-green {
    background-color: #34c759;
    border-color: #34a54e;
    color: #ffffff !important;
    border-radius: 5px;
}

.u27-btn.btn-regenerate,
.u27-btn.btn-pause,
.u27-btn.btn-yellow {
    background-color: #ffcc00;
    border-color: #ffba0f;
    color: #ffffff !important;
    border-radius: 5px;
}

.u27-btn.btn-stop,
.u27-btn.btn-red {
    background-color: #dc3545;
    border-color: #b41222;
    color: #ffffff !important;
    border-radius: 5px;
}

.u27-btn.btn-levels {
    background-color: #1C5374;
    color: #ffffff !important;
    border-radius: 5px;
}

/*.u27-btn.btn-standard:hover,
.u27-btn.btn-details:hover,
.u27-btn.btn-change:hover,
.u27-btn.btn-reply:hover,
.u27-btn.btn-orange:hover,
.u27-btn.btn-show-filtered:hover,
.u27-btn.btn-green:hover,
.u27-btn.btn-preview:hover,
.u27-btn.btn-blue:hover,
.u27-btn.btn-back:hover,
.u27-btn.btn-next:hover,
.u27-btn.btn-filter:hover,
.u27-btn.btn-invoice:hover,
.u27-btn.btn-shopping:hover,
.u27-btn.btn-violet:hover,
.u27-btn.btn-turquoise:hover,
.u27-btn.btn-cancel:hover
{
    background-color: #ffffff;
    border: solid 1px #1C5374;
    color: #1C5374 !important;
}*/

/* Buttons filled with color */

.u27-btn.btn-add,
.u27-btn.btn-save,
.u27-btn.btn-ai
{
    background-color: #A181FF;
    border: solid 1px #A181FF;
    color: #f8f8f8 !important;
}

.u27-btn.btn-add:hover,
.u27-btn.btn-save:hover,
.u27-btn.btn-ai:hover
{
    background-color: #A181FF;
    border: solid 1px #A181FF;
    color: #ffffff !important;
}

.u27-btn.btn-comp {
    background-color: #A181FF;
    border: solid 1px #A181FF;
    color: #ffffff !important;

}

.u27-btn.btn-open.icon-only {
    background-color: #B278FF;
    color: #ffffff !important;
    border-radius: 5px;
}

/* Buttons red / remove */

.u27-btn.btn-remove,
.u27-btn.btn-red {
    background-color: #F34A79;
    border: solid 1px #F34A79;
    color: #ffffff !important;
}

.u27-btn.btn-remove.icon-only,
.u27-btn.btn-red.icon-only {
    background-color: #F34A79;
    color: #ffffff !important;
    border-radius: 5px;
}

.u27-btn.btn-remove:hover,
.u27-btn.btn-red:hover {
    background-color: #F34A79;
    border: solid 1px #F34A79;
    color: #ffffff !important;
}

.u27-btn.btn-remove.icon-only:hover,
.u27-btn.btn-red.icon-only:hover {
    background-color: #F34A79;
    color: #ffffff !important;
}

.u27-btn.btn-red-bg {
    background-color: #F34A79 !important;
    border: solid 1px #F34A79;
    color: #ffffff;
}

.u27-btn.btn-red-bg:hover {
    background-color: #F34A79 !important;
    border: solid 1px #F34A79;
    color: #ffffff;
}

/* Buttons yellow / block */

.u27-btn.btn-block.icon-only,
.u27-btn.btn-yellow.icon-only {
    background-color: #FFCC00;
    color: #ffffff !important;
    border-radius: 5px;
}

.u27-btn.btn-block.icon-only:hover,
.u27-btn.btn-yellow.icon-only:hover {
    background-color: #FFCC00;
    color: #ffffff !important;
}

/* Icon buttons with visible icon */

/*.u27-btn.icon-btn {
    padding-left: 7px !important;
}

.u27-btn.icon-btn .icon {
    display: block;
}*/

.u27-btn.icon-btn.btn-add,
.u27-btn.icon-btn.btn-ai,
.u27-btn.icon-btn.btn-changelog {
    padding-left: 7px !important;
}

.u27-btn.icon-btn.btn-add .icon,
.u27-btn.icon-btn.btn-ai .icon,
.u27-btn.icon-btn.btn-changelog .icon {
    display: block;
}

.u27-btn.btn-jfc-preview {}
.u27-btn.btn-jfc-preview:hover {}

.u27-btn.icon-btn.icon-only {
    min-width: 0 !important;
    padding: 0 !important;
    line-height: initial;
    border: 0;
}

.u27-btn.icon-btn.icon-only {
    min-width: 0 !important;
    padding: 0 !important;
    line-height: initial;
    border: 0;
}

.u27-btn.icon-btn.icon-only.button-cell {
    width: 30px;
    height: 30px;
    max-width: 30px !important;
    max-height: 30px !important;
}

.u27-btn.icon-btn.icon-only-rounded {
    padding-right: 0px !important;
    padding-left: 7px !important;
}

.u27-btn.icon-btn.icon-only .icon {
    margin: 0 !important;
    width: 30px;
    height: 30px;
    background-color: #1C5374 !important;
    display: block !important;
}

.u27-btn.icon-btn.icon-only-rounded .icon {
    display: block;
}

.u27-btn.icon-btn.icon-only.icon-only-big .icon {
    margin: 0 !important;
    width: 40px;
    height: 40px;
    background-color: transparent !important;
}

.u27-btn.btn-add .icon                  {background-image: url('/img/basic/icons/btn/icon-add.png');}
.u27-btn.btn-save .icon                 {background-image: url('/img/basic/icons/btn/icon-save.png');}
.u27-btn.btn-preview .icon              {background-image: url('/img/basic/icons/btn/icon-preview.png');}
.u27-btn.btn-filter .icon               {background-image: url('/img/basic/icons/btn/icon-filter.png');}
.u27-btn.btn-clear-filters .icon        {background-image: url('/img/basic/icons/btn/icon-cancel.png');}
.u27-btn.btn-show-filtered .icon        {background-image: url('/img/basic/icons/btn/icon-save.png');}
.u27-btn.btn-edit .icon                 {background-image: url('/img/basic/icons/btn/icon-edit.png');}
.u27-btn.btn-details .icon              {background-image: url('/img/basic/icons/btn/icon-details.png');}
.u27-btn.btn-expand-table-row .icon     {background-image: url('/img/basic/icons/btn/icon-expand-table-row.png');}
.u27-btn.btn-collapse-table-row .icon   {background-image: url('/img/basic/icons/btn/icon-collapse-table-row.png');}
.u27-btn.btn-remove .icon               {background-image: url('/img/basic/icons/btn/icon-remove.png');}
.u27-btn.btn-cancel .icon               {background-image: url('/img/basic/icons/btn/icon-cancel.png');}
.u27-btn.btn-back .icon                 {background-image: url('/img/basic/icons/btn/icon-reply.png');}
.u27-btn.btn-next .icon                 {background-image: url('/img/basic/icons/btn/icon-next.png');}
.u27-btn.btn-change .icon               {background-image: url('/img/basic/icons/btn/icon-change.png');}
.u27-btn.btn-shopping .icon             {background-image: url('/img/basic/icons/btn/icon-shopping.png');}
.u27-btn.btn-invoice .icon              {background-image: url('/img/basic/icons/btn/icon-invoice.png');}
.u27-btn.btn-reply .icon                {background-image: url('/img/basic/icons/btn/icon-reply.png');}
.u27-btn.btn-jfc-preview .icon          {background-image: url('/img/basic/icons/btn/icon-jfc-preview.png');}
.u27-btn.btn-violet .icon.icon-add      {background-image: url('/img/basic/icons/btn/icon-add.png');}
.u27-btn.btn-ai .icon                   {background-image: url('/img/basic/icons/btn/icon-ai-assistant.png');}
.u27-btn.btn-changelog .icon            {background-image: url('/img/basic/icons/btn/icon-changelog.png');}

.u27-btn.inactive,
.u27-btn.inactive:hover,
.u27-btn.locked,
.u27-btn.locked:hover {
    background: #4174FF !important;
    color: #ffffff !important;
    border-color: #4174FF !important;
    cursor: auto !important;
    opacity: 0.2;
    border-radius: 5px;
}

.u27-btn.inactive .icon,
.u27-btn.inactive .icon:hover,
.u27-btn.locked .icon,
.u27-btn.locked .icon:hover {
    background-color: #DAD8FF !important;
}

.u27-btn.btn-add.inactive .icon            {background-image: url('/img/icons/btn/icon-add-gray.png');}
.u27-btn.btn-save.inactive .icon           {background-image: url('/img/icons/btn/icon-save-gray.png');}
.u27-btn.btn-preview.inactive .icon        {background-image: url('/img/icons/btn/icon-preview-gray.png');}
.u27-btn.btn-filter.inactive .icon         {background-image: url('/img/icons/btn/icon-filter-gray.png');}
.u27-btn.btn-clear-filters.inactive .icon  {background-image: url('/img/icons/btn/icon-cancel-gray.png');}
.u27-btn.btn-show-filtered.inactive .icon  {background-image: url('/img/icons/btn/icon-save-gray.png');}
.u27-btn.btn-edit.inactive .icon           {background-image: url('/img/icons/btn/icon-edit-gray.png');}
.u27-btn.btn-remove.inactive .icon         {background-image: url('/img/icons/btn/icon-remove-gray.png');}
.u27-btn.btn-cancel.inactive .icon         {background-image: url('/img/icons/btn/icon-cancel-gray.png');}
.u27-btn.btn-back.inactive .icon           {background-image: url('/img/icons/btn/icon-back-gray.png');}
.u27-btn.btn-next.inactive .icon           {background-image: url('/img/icons/btn/icon-next-gray.png');}
.u27-btn.btn-shopping.inactive .icon       {background-image: url('/img/icons/btn/icon-shopping-gray.png');}
.u27-btn.btn-invoice.inactive .icon        {background-image: url('/img/icons/btn/icon-invoice-gray.png');}
.u27-btn.btn-change.inactive .icon         {background-image: url('/img/icons/btn/icon-change-gray.png');}

.u27-btn.btn-xs {
    font-size: 11px;
    height: 25px;
    line-height: 8px;
    padding-top: 4px;
    text-transform: none;
    padding-right: 10px !important;
    padding-bottom: 4px;
    padding-left: 10px !important;
}

.u27-btn.btn-xs:first-letter {
    text-transform: capitalize;
}

.u27-btn.btn-xs .icon {
    width: 12px;
    height: 12px;
    margin-top: -2px !important;
}

.u27-btn.icon-btn.btn-xs {
    padding-right: 20px;
}

.u27-btn.btn-standard.btn-xs {
    padding-left: 20px;
    padding-right: 20px;
}

.u27-btn.btn-inline {

}

/* hidden btn */

.hidden-btn {display: none !important;}

/* non-standars buttons */

.u27-btn.btn-shopping {
    height: 40px;
    line-height: 27px;
}

.u27-btn.btn-shopping .icon {
    width: 35px;
    height: 26px;
    border-radius: 0;
    margin: 0 5px 0 10px;
}

.u27-btn.btn-invoice .icon {border-radius: 0;}

.u27-btn .toggle-icon {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    display: inline-block;
    background-image: url('/img/basic/icons/btn/btn-toggle-gray.png');
    background-position: bottom center;
    vertical-align: middle;
    margin-right: -10px;
    filter: saturate(300%) brightness(100000%);
}

/*========== Mint knowledge tooltip icons + popup ============================*/

.u27-btn.mint-knowledge-icon {
    font-family: 'Lato';
    font-weight: 700;
    font-size: 18px;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    line-height: 26px;
    padding: 0 0 0 0 !important;
    text-align: center;
    text-transform: none;
    color: #ffffff !important;
    background-color: #1C5374;
}

.mint-knowledge-popup.modal-dialog {
    width: 650px;
}

.mint-knowledge-popup .modal-header {
    border-bottom: none;
    padding: 20px 35px 15px 35px !important;
}

.mint-knowledge-popup.modal-dialog .bootstrap-dialog-close-button {
    position: absolute;
    top: -9px;
    right: -20px;
}

.mint-knowledge-popup .modal-body {
    padding: 0 !important;
}

.mint-knowledge-popup .modal-footer {
    display: none;
}

/*=========================== Tables Styles ==================================*/

.table {margin-bottom: 0;}

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

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    color: #3a2073;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    padding: 12px 15px;
    border-top: none;
    max-width: 250px;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    vertical-align: top;
}

.table > tbody > tr > td:first-child,
.table > tbody > tr > th:first-child,
.table > tfoot > tr > td:first-child,
.table > tfoot > tr > th:first-child,
.table > thead > tr > td:first-child,
.table > thead > tr > th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 10px;
}

.table > tbody > tr > td:last-child,
.table > tbody > tr > th:last-child,
.table > tfoot > tr > td:last-child,
.table > tfoot > tr > th:last-child,
.table > thead > tr > td:last-child,
.table > thead > tr > th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.table > thead > tr > td span,
.table > thead > tr > th span {
    color: #666666;
    font-weight: bold;
}

.table > tbody > tr > td {
    font-weight: 400;
}

.table > tbody > tr > td.row-number {font-weight: 700;}

.table-hover > tbody > tr.clickable-row:hover,
.table-hover > tbody > tr.clickable-row:hover td,
.table > tbody > tr.clickable-row.active > td,
.table > tbody > tr.clickable-row.active > th,
.table > tbody > tr.clickable-row > td.active,
.table > tbody > tr.clickable-row > th.active,
.table > tfoot > tr.clickable-row.active > td,
.table > tfoot > tr.clickable-row.active > th,
.table > tfoot > tr.clickable-row > td.active,
.table > tfoot > tr.clickable-row > th.active,
.table > thead > tr.clickable-row.active > td,
.table > thead > tr.clickable-row.active > th,
.table > thead > tr.clickable-row > td.active,
.table > thead > tr.clickable-row > th.active {
    /*background-color: #fbfbfb;*/
    color: #2C2C2C;
}

.table-hover>tbody>tr:hover, .table>tbody>tr.active>td, .table>tbody>tr.active>th,
.table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td,
.table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active,
.table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: rgba(177, 181, 254, 0.2);
}

.table > thead > tr > th {
    border-bottom: solid 1px #F3F2FF;
    line-height: 16px;
}

.table th {text-align: left;}

.table td:first-child:not(.c-select),
.table th:first-child:not(.c-select),
.table td.row-number,
.table th.row-number {
    padding-right: 20px !important;
    text-align: right;
    width: 70px !important;
}

.table.no-order td:first-child,
.table.no-order th:first-child {
    text-align: left;
    width: auto !important;
}

.table th.c-select,
.table td.c-select {
    min-width: 30px !important;
    padding-left: 0;
    padding-right: 0;
}

.table th.c-select .checkbox,
.table td.c-select .checkbox {
    margin-left: 0;
    text-indent: 0;
    margin-top: -2px !important;
    margin-bottom: 0;
}

.table th.c-select .checkbox .checkbox-material,
.table td.c-select .checkbox .checkbox-material {
    left: 5px;
}

.table td.c-select.c-centered-select .checkbox {
    margin-top: 0 !important;
}

.table.empty-table th.c-select .checkbox,
.table.empty-table td.c-select .checkbox {
    visibility: hidden;
}

.table .actions-cell {
    text-align: left;
    width: 250px;
    margin: 3px 0 3px 10px;
}

.table.smaller-text-table tr > td,
.table.smaller-text-table tr > td span {
    font-size: 12px !important;
    line-height: 22px !important;
}

.table.smaller-text-table > tbody > tr > td,
.table.smaller-text-table > tbody > tr > th {}

.table.invoices-table .actions-cell {width: 310px;}

.table [data-sort-by] span {
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

.table [data-sort-by] span:after {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    color: #ddd;
    content: "\e150";
    margin-left: 10px;
    vertical-align: bottom;
}

.table .active-sort span {
    font-weight: 900;
    color: #757575;
}

.table .active-sort.sort-asc span:after {
    content: "\e113";
    color: #757575;
}

.table .active-sort.sort-desc span:after {
    content: "\e114";
    color: #757575;
}

.table .c-toggle {
    width: 90px;
}

.table .c-buttons {
    text-align: right;
    min-width: 145px;
}

.table .c-buttons .btn,
.table .c-buttons .u27-btn {
    margin: 0 0 0 10px;
}

.table .c-buttons .btn[disabled],
.table .c-buttons .u27-btn[disabled] {
    opacity: 0.8 !important;
    cursor: auto !important;
}

.table .sum-row tr td {
    font-weight: bold;
    border-top-width: 2px;
}

.table .sum-row tr .label-cell {text-align: right;}
.table .sum-row tr .value-cell {}

.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.table-comment-cell {max-width: 400px;}

.listing-table-wrapper {
    position: relative;
}

.listing-table-wrapper .listing-loading-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    background-image: url(/img/loader-circle-sow.svg);
    background-size: 64px 64px;
    background-position: 51% center;
    background-repeat: no-repeat;
    z-index: 10;
}

.table-pagination,
.table-footer-bar {
    border-top: 1px solid #F3F2FF;
    padding: 20px 10px 10px 0px;
}

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

.table-pagination .pagination {
    display: inline-block;
    margin: 5px auto 0 auto;
    text-align: center;
}

.table-pagination .pagination .btn-blue {
    background-color: #4174FF !important;
    border-color: #4174FF !important;
    color: #f8f8f8 !important;
}

.table-pagination .pagination .btn-silver {
    background-color: transparent !important;
    border-color: #4174FF !important;
    color: #2C2C2C !important;
}

.table-pagination .shows-from-total {
    float: left;
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #9e9e9e;
}

.table-pagination .per-page {
    width: 300px;
    float: right;
    text-align: right;
}

.table-pagination .per-page label {
    display: inline-block;
    font-weight: normal;
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #9e9e9e;
    margin-right: 10px;
}

.table-pagination .per-page select {
    width: 70px;
    float: right;
}

.table-pagination .select2 {text-align: left;}

.table-pagination .select2-container--default .select2-selection--single,
.table-pagination .select2-container .select2-selection--multiple {
    height: 24px;
}

.table-pagination .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
    font-size: 12px;
}

.table-pagination .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 22px;
}

.above-table-bar {
    margin: 20px 0;
}

.above-table-bar .description {
    font-size: 16px;
    line-height: 20px;
    color: #9e9e9e;
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: solid 1px #eeeeee;
}

.table-buttons {}
.table-buttons.table-buttons-top {
    margin-bottom: 30px;
}

.table-filters-box + .table-buttons.table-buttons-top {
    margin-top: 30px;
}

.table-buttons.table-buttons-bottom {
    margin-top: 15px;
}

.table-buttons.table-buttons-bottom:first-child {
    margin-top: 0;
}

.table-buttons .u27-btn {
    margin-right: 10px;
}

.status-text {
    font-weight: 500;
}

.status-red {color: #b30101;}
.status-green {color: #056a00;}

.row-expandable-details {display: none;}
.row-expandable-details.expanded {display: table-row;}

.table .row-expandable-details > td:first-child {
    padding-left: 110px !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.in-table-details-table {
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
}

.in-table-details-table thead tr th {
    text-align: left;
    padding: 15px 10px 10px 10px;
}

.in-table-details-table tbody tr td {
    text-align: left;
    padding: 7px 10px 7px 10px;
}

.in-table-details-table tbody tr:last-child td {
    padding-bottom: 15px;
}

.table tr.row-expandable-details:hover,
.table tr.row-expandable-details:hover td,
.table tr:hover .in-table-details-table thead tr th,
.table tr:hover .in-table-details-table tbody tr td {
    background-color: #ffffff !important;
}

.table .tiny-in-table-label,
.table.smaller-text-table tr > td span.tiny-in-table-label {
    font-size: 10px !important;
    display: inline-block;
    min-width: 50px;
    font-weight: 500;
}

.table .tiny-in-table-label.block-label {
    display: block;
    width: auto;
}

.table-status-icon {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 5px;
    vertical-align: middle;
}

.table-status-icon.table-status-yellow {background-color: #f0ad4e;}
.table-status-icon.status-green {background-color: #5cb85c; }
.table-status-icon.status-red {background-color: #d9534f;}

.status-color-yellow {color: #f0ad4e;}
.status-color-green {color: #5cb85c !important;}
.status-color-red {color: #d9534f;}

/*=====================  Data-tables plugin styles ===========================*/

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

.dataTables_wrapper table {
    margin-bottom: 15px;
}

.dataTables_wrapper table thead tr {}
.dataTables_wrapper table thead th {padding-right: 30px !important;}

.dataTables_wrapper table tbody tr {
    background-color: #ffffff;
}
.dataTables_wrapper table tbody td {}

.dataTables_wrapper .dataTables_length {margin-bottom: 15px;}
.dataTables_wrapper .dataTables_filter {margin-bottom: 15px;}

.dataTables_wrapper .dataTables_length label {font-weight: normal;}
.dataTables_wrapper .dataTables_length select {
    width: 60px;
    margin-left: 5px;
    margin-right: 5px;
}

.dataTables_wrapper .dataTables_filter label,
.dataTables_wrapper .dataTables_filter input {font-weight: normal;}

.dataTables_wrapper table thead th:first-child,
.dataTables_wrapper table tbody td:first-child {width: 40px !important;}

.dataTables_wrapper table tbody td.c1 {}
.dataTables_wrapper table tbody td.c2 {width: 320px !important;}
.dataTables_wrapper table tbody td.c3 {}
.dataTables_wrapper table tbody td.c4 {}
.dataTables_wrapper table tbody td.c5 {}
.dataTables_wrapper table tbody td.c6 {}

.dataTables_paginate {}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    min-width: 0;
    padding: 2px 7px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 0px, #dcdcdc 100%) repeat scroll 0 0;
    color: #333 !important;
    border: 1px solid #cacaca;
}

/*============================  Modals Styles ================================*/

.bootstrap-dialog-footer-buttons .u27-btn.btn-save:hover,
.bootstrap-dialog-footer-buttons .u27-btn.btn-add:hover {
    color: #4174FF !important;
    border: none;
}

.modal-dialog .modal-content p.message {
    font-size: 15px;
    line-height: 20px;
    color: #555;
    margin-bottom: 10px;
}

.modal-dialog .modal-content p.message:last-child {
    margin-bottom: 0;
}

.modal-dialog .bootstrap-dialog-footer-buttons .u27-btn.btn-remove,
.modal-dialog .bootstrap-dialog-footer-buttons .u27-btn.btn-danger {
    border-color: transparent;
}

.modal-dialog .modal-content p.message strong,
.modal-dialog .modal-content p.message b {
    color: #333;
    font-weight: 700;
}

.modal-dialog .btn-cancel{
    color: #2C2C2C !important;
}

.modal-content {
    background-color: #fff;
    border-color: #fff;
    color: #2C2C2C;
}

.modal-content .modal-header {
    background-color: #ffffff;
    padding: 30px 35px 0px 35px;
    border-bottom: none;
}

.modal-header .close {
    opacity: 1;
    width: 24px;
    height: 24px;
    margin-top: 15px;
}

.modal-dialog .bootstrap-dialog-title {
    color: #4174FF;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    padding-right: 20px;
    padding-left: 0
}

.modal-dialog .bootstrap-dialog-header {position: relative;}
.modal-dialog .bootstrap-dialog-close-button {
    position: absolute;
    top: -15px;
    right: -5px;
}

.modal-content .modal-body {
    padding: 30px 35px;
}

.modal-dialog .modal-footer {
    padding-left: 35px;
    padding-right: 35px;
}

.modal-dialog .modal-content form .form-group:last-child {margin-bottom:0;}

.modal-dialog .bootstrap-dialog-footer-buttons {
    text-align: left;
    margin-bottom: 20px;
}

.modal-dialog .bootstrap-dialog-footer-buttons .u27-btn {
    border: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 40px;
    color: #707070 !important;
    background: none !important;
    border-radius: 0 !important;
}

.modal-dialog .bootstrap-dialog-footer-buttons .u27-btn.btn-save,
.modal-dialog .bootstrap-dialog-footer-buttons .u27-btn.btn-add {
    color: #2C2C2C !important;
}

.modal-dialog .bootstrap-dialog-footer-buttons .u27-btn.btn-remove,
.modal-dialog .bootstrap-dialog-footer-buttons .u27-btn.btn-danger {
    color: #DB4D4F !important;
}

.modal-dialog p.popup-info {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
}

.modal-dialog p.popup-info + button {
    margin-top: 10px;
}

.modal-dialog.confirmation-popup .bootstrap-dialog-message {
    font-size: 16px;
    line-height: 22px;
}

.modal-loading-layer {
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    min-width: 650px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    align-items: center;
    z-index: 999;
    border-radius: 15px; 
}

.modal-loading-layer .wrapper {
    width: 650px;
    min-height: 350px;
    padding-top: 40px;
}

.modal-loading-layer .header {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #1C5374;
}

.modal-loading-layer .js-abort-request {
    position: relative;
    left: 510px;
    top: 30px;
}

/*============================= Sidebar Styles ===============================*/

.sidebar-nav {
    width: 100%;
    margin: 50px 0 0 0;
    list-style: none;
    padding-bottom: 100px;
    padding-left: 30px;
}

.sidebar-nav .sidebar-header {}

#sidebar-fold-badge {
    position: fixed;
    left: 320px;
    top: 0;
    width: 15px;
    height: 35px;
    background-color: #b079ff;
    border: solid 1px #b079ff;
    z-index: 1000;
    border-width: 1px 1px 1px 0;
    text-align: center;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    transition: left 0.5s ease;
}

.sidebar-toggled #sidebar-fold-badge  {
    left: 0px;
}

#sidebar-fold-badge .chevron {
    font-size: 26px;
    color: #ffffff;
    line-height: 30px;
    vertical-align: middle;
    display: inline-block;
    padding-right: 2px;
}

#sidebar-fold-badge .chevron.chevron-right {
    display: none;
}

.sidebar-toggled #sidebar-fold-badge .chevron.chevron-right {display: inline-block;}
.sidebar-toggled #sidebar-fold-badge .chevron.chevron-left {display: none;}

.sidebar-nav .sidebar-header .sidebar-brand {
    display: inline-block;
    position: relative;
}

.sidebar-nav .sidebar-header .logo {
    padding-bottom: 25px;
    margin-left: 35px;
}

.sidebar-nav .sidebar-header .info-boxes {
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 25px;
}

.sidebar-nav .sidebar-header .info-boxes > div > span {
    font-size: 11px; 
    line-height: 12px;
    color: #fff;
}

.sidebar-nav .sidebar-header .info-boxes .info-type {
    font-weight: bold;
}

.sidebar-nav .sidebar-header .info-boxes .info-value {}

.sidebar-nav .sidebar-header .current-country-box {
    position: absolute;
    top: -5px;
    left: 94px;
    text-align: left;
}

.sidebar-nav .sidebar-header .current-country-box .info-value {
    font-size: 11px; 
    line-height: 12px;  
    color: #fff;
}

.sidebar-nav .glyphicon {
    color: #fff !important;
}

.sidebar-nav .channel-uuid {
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-family: "Impact", serif;
    padding: 50px 10px 25px;
}

.sidebar-nav .treeview.expandable {
    position: relative;
    background-image: none !important;
    color: #fff !important;
    background-position: 93% 25px;
}

.sidebar-nav .treeview.expandable > a:first-child {
    color: #fff;
    margin-bottom: 0;
}

.sidebar-nav .treeview.expandable.expandable-active > a:first-child {
    color: #fff;
}

.sidebar-nav li.expandable:has(ul li.active) > a,
.sidebar-nav li.expandable-active:has(ul li.active) > a {
    background: #B1B5FE none repeat scroll 0 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-right: -30px;
    margin-left: -10px;
    padding-left: 10px;
}

.sidebar-nav li.expandable:has(ul li.active) > a > span,
.sidebar-nav li.expandable-active:has(ul li.active) > a > span {
    color: white !important;
    font-weight: bold !important;
    margin-top: 0;
    margin-bottom: 0;
}

.sidebar-nav li.expandable:has(ul li.active) > ul li,
.sidebar-nav li.expandable-active:has(ul li.active) > ul li {
    margin-left: 0;
    background: none !important;
}

.sidebar-nav li.expandable:has(ul li.active) > a > span,
.sidebar-nav li.expandable-active:has(ul li.active) > a > span {
    color: white !important;
    font-weight: bold !important;
    background: transparent none repeat scroll 0 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-right: -30px;
    margin-left: -10px;
    padding-left: 10px;
}

.sidebar-nav li.expandable-active li.expandable-active > a {
    background: none !important;
    padding: 0 5px 0 40px !important;
    margin: 0 !important;
    font-weight: bold;    
}

.sidebar-nav li.expandable li.expandable > ul li a {
    font-size: 14px;
    line-height: 26px;
}

.sidebar-nav li.expandable li.active a:before,
.sidebar-nav li.expandable-active li.active a:before {
    content: "\00BB";
    font-size: 23px;
}

.sidebar-nav .treeview.expandable::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 20px;
    width: 16px;
    height: 16px;
    background: white;
    mask: url('/img/basic/business/sidebar-menu-arrow.png') no-repeat center;
    -webkit-mask: url('/img/basic/business/sidebar-menu-arrow.png') no-repeat center;
    transition: transform 0.3s ease;
}

.sidebar-nav .treeview.expandable .treeview.expandable::after {
    right: 2px;
    top: 7px;
}

.sidebar-nav .treeview.expandable.expandable-active::after  {
    transform: rotate(180deg);
}

.sidebar-nav .treeview.expandable .treeview.expandable {
    background-position: 90% 15px;;
}

.sidebar-nav .treeview.expandable.expandable-active > a:first-child {
    color: #fff;
}

.sidebar-nav > li {
    margin-left: 15px;
    text-indent: 7px;
    margin-bottom: 5px;
    margin-top: 5px;
    /*    margin-bottom: 0;
        margin-top: 0;*/
    position: relative;
    padding: 0 10px 0 10px;/* uses to ripples jquery plugin */
    color: #676767;
    line-height: 55px;
    font-size: 17px;
}

.sidebar-nav > li > a {
    font-weight: 400;
    font-size: 17px;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #fff;
}

.sidebar-nav .treeview .menu-item a:after {
    content: " ";
    position: absolute;
    width: 86%;
    left: 10%;
    bottom: -1px;
    height: 0px;
    background-color: #eee;
}

.sidebar-nav li.active {
    margin-left: 15px;
    background-color: #B1B5FE;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-right: -20px;
    margin-top: 0;
    margin-bottom: 0;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    margin-left: 0;
}

.sidebar-nav li.active a,
.sidebar-nav li a:hover span,
.sidebar-nav li a:hover {
    color: #fff !important;
    font-weight: bold;
}

.sidebar-nav li.active a {
    color: #fff;
}

.sidebar-nav li .alert-icon {
    background: transparent url("/img/business/sidebar-alert-icon.png") no-repeat scroll center center;
    height: 22px;
    position: absolute;
    right: 16px;
    top: calc(50% - 11px);
    width: 22px;
    cursor: help;
}

.sidebar-nav li .unread-messages-alert,
.sidebar-nav li .removal-requests-alert {
    background: #1C5374;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    height: 14px;
    position: absolute;
    right: 5px;
    top: calc(50% - 7px);
    min-width: 14px;
    width: auto;
    cursor: help;
    text-align: center;
    color: #ffffff;
    font-size: 9px;
    line-height: 14px;
    vertical-align: middle;
    padding: 0 3px !important;
    font-weight: 700;
    text-indent: 0;
    display: none;
}

.sidebar-nav li.active .removal-requests-alert {
    background: #ffffff;
    color: #1C5374;
}

.sidebar-nav li i {
    width: 25px;
    font-size: 18px;
    display: inline-block;
    margin: 0 8px 5px 0;
    background-repeat: no-repeat;
    background-position: 0 0 ;
    background-color: transparent;
    vertical-align: middle;
    color: #676767;
}

.sidebar-nav li.active i {
    color: #ffffff;
}

.sidebar-nav li i.icon-shops {background-image: url('/img/icons/menu-icons/icon-shops.svg');}
.sidebar-nav li.active i.icon-shops {background-image: url('/img/icons/menu-icons/icon-shops-act.svg');}

.sidebar-nav li i.icon-users {background-image: url('/img/icons/menu-icons/icon-admin-users.svg');}
.sidebar-nav li.active i.icon-users {background-image: url('/img/icons/menu-icons/icon-admin-users-act.svg');}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #1C5374;
}

.sidebar-nav > li a:active,
.sidebar-nav > li a:focus {
    outline: none;
}

.sidebar-nav .menu-separator {
    height: 1px;
    background: #dddddd;
    margin: 0 10px 0 30px;
    padding: 0;
}

.sidebar-nav .menu-separator + .menu-separator,
.sidebar-nav .menu-separator:first-child,
.sidebar-nav .menu-separator:last-child {display: none;}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
    padding-left: 35px;
}

.sidebar-nav > .sidebar-brand a {
    color: #767676;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #3f51b5;
    background: none;
}

/*========================== sidebar treeview ================================*/

.sidebar-nav .treeview-menu {
    display: none;
    list-style: none;
    background: transparent;
    padding: 0;
    margin: 0;
}

.sidebar-nav .treeview-menu > li {
    margin: 0;
}

.sidebar-nav .treeview-menu > li > a {
    display: block;
    font-size: 17px;
    line-height: 32px;
    margin: 0;
    text-indent: 0;
    padding: 0 5px 0 40px !important;
}

.sidebar-nav .treeview-menu > li > a.multiline {
    line-height: 18px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.sidebar-nav .treeview-menu > li .treeview-menu > li > a {
    display: block;
    font-size: 17px;
    line-height: 26px;
    margin: 0;
    padding: 0 5px 0 55px !important;
}

.sidebar-nav .treeview-menu > li > a > .fa,
.sidebar-nav .treeview-menu > li > a > .glyphicon,
.sidebar .sidebar-menu .treeview-menu > li > a > .ion {
    width: 20px;
}

/*========================== sidebar - onboarding ============================*/

.sidebar-nav a.locked,
.sidebar-nav .treeview.locked > a {
    opacity: 0.3;
    cursor: auto;
}

.sidebar-nav a.locked:hover {
    color: #676767;
}


/*========== loading layer and error modal (header section) ==================*/

.loading-layer {
    /*background-color: rgba(255, 255, 255, 0.7);*/
    background-color: rgba(218, 216, 255, 0.3);
    background-image: url(/img/loader-circle-sow.svg);
    background-size: 64px 64px;
    background-position: 55% center;
    background-repeat: no-repeat;
    display: none;
    height: 100%;
    left: 0;
    padding: 20px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99;
}

/* old-fashioned error modal */

.error-modal-box {
    z-index: 999999;
    position: relative;
}

.error-modal-box #errorMmodalBtn {display: none;}

.error-modal-box .modal-dialog {width: 450px;}

.error-modal-footer {text-align: center;}
.error-modal-footer button {
    min-width: 100px;
    margin: auto;
}
.error-modal-box .modal-content {color: #A94442;}

/* new error modal */

.modal-dialog.error-popup,
.modal-dialog.success-popup {
    width: 400px;
}
.modal-dialog.error-popup {
    color: #a94442;
    width: 600px;
}

.modal-dialog.error-popup .bootstrap-dialog-title,
.modal-dialog.success-popup .bootstrap-dialog-title {
    text-align: center;
}

.modal-dialog.error-popup .modal-header {}

.modal-dialog.error-popup .modal-header .close,
.modal-dialog.success-popup .modal-header .close {}

.modal-dialog.error-popup .bootstrap-dialog-message,
.modal-dialog.success-popup .bootstrap-dialog-message
{text-align: center;}

.modal-dialog.error-popup .bootstrap-dialog-footer-buttons,
.modal-dialog.success-popup .bootstrap-dialog-footer-buttons,
.modal-dialog.error-popup .bootstrap-dialog-message,
.modal-dialog.success-popup .bootstrap-dialog-message
{
    text-align: center;
    word-break: break-word;
}

.modal-dialog.error-popup .btn,
.modal-dialog.success-popup .btn {
    margin: 0 10px;
    padding: 6px 30px;
}

.modal-dialog .modal-header,
.modal-dialog .modal-content {
    border-radius: 15px;
}

/*======================= Common elements ====================================*/

.js-hidden {
    display:none;
    transition: none !important;
}

.btn.btn-action {margin: -20px 20px 0;}

.form-group.required .control-label:after {
    content: " *";
    color: red;
}

.spaced-groups .form-group,
.form-inline.spaced-groups .form-group {
    margin-right: 40px;
    vertical-align: top;
}

*[data-admin-page] {cursor: pointer;}

.hidden-templates {display: none;}

.line-title {
    background: url('/img/gray-pixel-bg.png') repeat-x scroll center center transparent;
    margin: 50px 0;
    text-align: center;
}

.line-title span {
    text-transform: uppercase;
    display: inline-block;
    background-color: #ffffff;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600;
}

.checkbox-std-group {margin-bottom: 15px;}

.checkbox-std-group input[type="checkbox"] {
    float: left;
    margin: 5px 10px 10px 0;
}

.checkbox-std-group label {
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 24px;
}

.desc-preview-box {
    background-color: #ffffff;
    border: 1px dotted #d0d0d0;
    min-height: 100px;
    padding: 8px 10px;
    margin-bottom: 20px;
}

.version-info {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    z-index: 1;
}

.version-info p {
    font-size: 12px;
    color: #707070;
    text-align: left;
    padding-left: 20px;
}

#wrapper-sidebar .jspDrag {
    opacity: 0.2;
    background-color: white !important;
}

#wrapper-sidebar .jspDrag:hover {
    opacity: 0.8;
}

#wrapper-sidebar .jspPane {min-height: 100%;}

/* =========================== image upload box ==============================*/

.image-box {
    height: 160px;
    width: 320px;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 100%;
    margin-bottom: 0;
}

.photo-preview {
    width: 100%;
    max-width: 380px;
}

.photo-preview.logo-image {max-width: 180px;}
.photo-preview.cover-image {max-width: 180px;}
.photo-preview.device-cover-image {max-width: 500px;}
.photo-preview.promotion-image {max-width: 500px;}

.image-box.logo-box {
    width: 160px;
    height: 160px;
}

.image-box.cover-box {
    width: 320px;
    height: 160px;
}

.image-box.device-cover-box {
    width: 320px;
    height: 160px;
}

.image-box.card-cover-box {
    width: 346px;
    height: 218px;
}

.image-box.image-box-product {
    width: 380px;
    height: 190px;
}

.image-box.image-box-prize {
    width: 380px;
    height: 190px;
}

.image-box.image-box-shop {
    width: 380px;
    height: 190px;
}

.image-box.image-box-promotion {
    width: 380px;
    height: 190px;
}

.image-box.image-box-company-cover          {background-image: url('/img/default/default.jpg');}
.image-box.image-box-company-device-cover   {background-image: url('/img/default/default.jpg');}
.image-box.image-box-company-card-cover     {background-image: url('/img/default/card-cover.png');}

.image-box.image-box-product    {background-image: url('/img/default/default.jpg');}
.image-box.image-box-prize      {background-image: url('/img/default/default.jpg');}
.image-box.image-box-promotion  {background-image: url('/img/default/default.jpg');}

.image-box.readonly-tablet-image-box {background-image: url('/img/default/default.jpg');}

.image-box.filled {
    background-image: none;
}

.image-box.image-box-company-logo .rounded-logo-box {
    background-image: url('/img/default/company-logo-photo.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.image-box .avatar {position: relative;}

.image-box .option-btn {
    width: 25px;
    height: 25px;
    text-align: center;
    border: 1px solid #888;
    background-color: rgba(255, 255, 255, 0.8);
    background-position: center center;
    background-repeat: no-repeat;

    box-shadow: 0 0 8px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.4);

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;

    position: absolute;
    z-index: 10;

    cursor: pointer;
}

.image-box .option-btn:hover {background-color: #fff;}

.image-box .option-btn > span {}

.image-box .make-center {
    top: 65px;
    left: 10px;
}

.image-box .fit-width {
    top: 100px;
    left: 10px;
}

.image-box .upload {
    right: 10px;;
    bottom: 15px;
    position: absolute;
}

.image-box.image-box-new .upload {
    left: 50%;
    right: auto;
    bottom: 20%;
    position: absolute;
    width: 90px;
    margin-left: -45px;
}

.image-box .choose {
    right: 10px;
    bottom: 50px;
}

.image-box.image-box-new .choose {
    right: 40px;
    bottom: 10px;
}

.image-box .restore {
    right: 40px;
    top: 10px;
    display: none;
}

.image-box .reset {
    right: 10px;
    top: 10px;
}

.image-box .zoom {
    top: 10px;
    left: 10px;
    position: absolute;
    overflow: visible;
}

.image-box .make-center > span {font-size: 16px; margin-top: 1px;}
.image-box .fit-width > span {font-size: 14px; margin-top: 2px;}
.image-box .upload > span {font-size: 14px; margin-top: 2px;}
.image-box .choose > span {font-size: 13px; margin-top: 2px;}
.image-box .restore > span {font-size: 14px; margin-top: 2px;}
.image-box .reset > span {font-size: 13px; margin-top: 3px;}
.image-box .zoom > span {font-size: 14px; margin-top: 1px;}

.image-box.image-box-new {
    overflow: visible;
    border: dashed 1px #f8f8f8;
}

.image-box.image-box-new .image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: dashed 1px #ebeafe;
}

.image-box.image-box-new .upload-image-layer {
    background-color: #F3F2FF;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    text-align: center;
    border: dashed 1px #fff;
    z-index: 10;
    color: #fff;
}

body.file-dragover .image-box.image-box-new {
    border-color: transparent
}

body.file-dragover .image-box.image-box-new .upload-image-layer {
    border: dashed 1px #666;
    display: block !important;
}

.image-box.image-box-new .upload-image-layer.file-dragover {
    background-color: #d4ecf9;
}

.image-box.image-box-new .upload-image-layer p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #8FA2C4;
    margin-bottom: 15px;
    padding-top: 30px;
    background: url('/img/business/graphics-editor/image-upload-bg.png') no-repeat center 0 transparent;
}

.image-box.image-box-new .upload-image-layer span {
    font-weight: 400;
}

.image-box .image-options-box {
    background-color: #4174FF;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    position: absolute;
    right: -45px;
    top: -webkit-calc(50% - 84px);
    top: -moz-calc(50% - 84px);
    top: calc(50% - 84px);
    width: 35px;
    text-align: center;
    padding: 12px 0 12px 0;
    z-index: 10;
}

.modal .image-box .image-options-box {z-index: 100;}

.image-box.image-box-new .zoom {
    top: auto;
    left: auto;
    position: relative;
}

.image-box .image-options-box .icon {
    display: inline-block;
    width: 26px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    cursor: pointer;
    margin: 0 auto 3px auto;
}

.image-box .image-options-box .icon:hover {
    opacity: 1;
}

.image-box .image-options-box .icon-zoom-in     {background-image: url('/img/business/graphics-editor/icon-plus.svg');}
.image-box .image-options-box .icon-zoom-out    {background-image: url('/img/business/graphics-editor/icon-minus.svg');}

.image-box .image-options-box .icon-back        {background-image: url('/img/business/graphics-editor/icon-back.png');}
.image-box .image-options-box .icon-center      {background-image: url('/img/business/graphics-editor/icon-center.svg');}
.image-box .image-options-box .icon-cloud       {background-image: url('/img/business/graphics-editor/icon-cloud.png');}
.image-box .image-options-box .icon-delete      {background-image: url('/img/business/graphics-editor/icon-delete.png');}
.image-box .image-options-box .icon-fit         {background-image: url('/img/business/graphics-editor/icon-fit.svg');}
.image-box .image-options-box .icon-more        {background-image: url('/img/business/graphics-editor/icon-more.svg');}
.image-box .image-options-box .icon-upload      {background-image: url('/img/business/graphics-editor/icon-upload.png');}

.image-box .image-options-box-more {}

.image-box .image-options-box-more > .icon {
    height: 15px;
    margin-bottom: 0;
}

.image-box .image-options-box-more .baloon {
    display: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #F1F1F1;
    border-radius: 10px;
    /*left: -199px;*/
    left: -145px;
    padding: 10px;
    position: absolute;
    text-align: left;
    top: 120px;
    /*width: 180px;*/
    width: 140px;

}

.image-box .image-options-box-more .baloon .icon {
    background-image: none;
    background-position: left center;
    color: #707070;
    display: block;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    margin: 5px 0;
    padding-left: 10px;
    width: auto;
    position: relative;
    left: 0;
    top: 0;
}

.image-box .image-options-box-more .baloon .icon.restore {display: none;}

.image-box .editable {
    cursor: move;
    display: block !important;
}

.image-box img.default {
    left: 0 !important;
    top: 0 !important;
    width: 100%;
}

img.no-image {border: solid 1px #D0D0D0;}

.image-box-desc {
    color: #b5b5b5;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    margin-top: 5px;
}

.image-box > .image-box-desc {
    bottom: -35px;
    height: 30px;
    left: 0;
    position: absolute;
    width: 100%;
    text-align: left;
}

.prize-image,
.product-image,
.promotion-image,
.program-image {
    max-width: 500px;
    max-height: 250px;
}

.prize-image.no-image,
.product-image.no-image,
.promotion-image.no-image {
    width: 380px;
}

.image-box-info {
    color: #606060;
    font-size: 14px;
    line-height: 28px;
}

.image-box-info img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.image-uploader-info .subheader-desc {display: none;}

/*============================ multimedia-uploader ===========================*/

.multimedia-uploader {}

.multimedia-uploader .multimedia-uploaders-box > div {display: none;}

.multimedia-type-box {
    margin: 0 0 0 0 !important;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 0 10px 15px 10px;
    border-radius: 4px;
}

.multimedia-type-box .radio:first-child {}

.multimedia-source-box {
    margin-top: 15px;
    padding-bottom: 15px;
}

/*============================ old time-choose ===============================*/

.choose-time {font-size: 16px; margin: 20px 0;}
.choose-time span {margin-right: 50px;}

.choose-time .calendar,
.choose-time .clock {margin-left: 10px; cursor: pointer;}

.choose-time .form-control.datepicker,
.choose-time .form-control.timepicker {
    width: 150px;
    display: inline-block;
}

/*======================== Universal clients filters =========================*/

.clients-filter .filter-type {}
.clients-filter .filter-value {}

.clients-filter {
    text-align: left;
    margin-bottom: 20px;
}

.clients-filter > div {}

.clients-filter .btn-group {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    min-height: 32px;
}

.clients-filter .btn-group .btn {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
}

.clients-filter .btn-group .btn-default {
    background-color: #ffffff !important;
    border-color: #dddddd !important;
    text-overflow: ellipsis;
    overflow: hidden;
}

.clients-filter .btn-group .btn-default {
    border-radius: 17px 0 0 17px;
    font-size: 13px;
    height: 33px;
    padding: 5px 6px 5px 9px;
    text-align: left;
    text-transform: none;
    border-right: 0;
    color: #606060;
    font-size: 14px;
    line-height: 21px;
    padding-left: 15px;
}

.clients-filter .btn-group .dropdown-toggle {
    border-color: #dddddd !important;
    margin-left: 0;
    width: 40px;
    text-align: center;
    border-radius: 0 17px 17px 0;
    border-right: solid 1px #dddddd;
    border-left: 0;
}

.clients-filter .btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.clients-filter .filter-type .dropdown-menu {
    max-height: 350px;
    overflow: auto;
    /*width: 400px;*/
    max-width: 100%;
}

.clients-filter .filter-type .dropdown-menu>li>a{
    white-space: normal;
}

.clients-filter .filter-type .dropdown-menu .separator {
    background-color: #dddddd;
    width: auto;
    height: 1px;
    display: block;
    margin: 10px 0
}

.clients-filter .control-label {
    color: #676767;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    padding-top: 0;
}

.clients-filter .filter-value .select2-container {width: 100% !important;}

.clients-filter .remove-clients-filter {
    margin-top: 34px;
}

.client-filters-desc {max-width: 520px;}

.clients-filters {margin-bottom: 20px;}
.clients-filters-footer {margin-bottom: 20px;}

.clients-filters-result-info,
.recipients-upload-result-info {
    font-size: 16px;
    color: #b5b5b5;
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-bottom: 20px;
    border-bottom: solid 1px #dddddd;
}

.clients-filters-result-info > *,
.recipients-upload-result-info > * {
    display: inline-block;
    vertical-align: baseline;
}

.clients-filters-result-info .text,
.recipients-upload-result-info .text {
    margin-right: 50px;
}

.clients-filters-result-info .results-separator,
.recipients-upload-result-info .results-separator {
    font-size: 20px;
    color: #d1d1d1;
    margin: 0 10px;
}

.clients-filters-result-info .receivers-selected,
.recipients-upload-result-info .receivers-selected {
    font-size: 32px;
    font-weight: 900;
    color: #1C5374;
}

.clients-filters-result-info .receivers-total,
.recipients-upload-result-info .receivers-total {
    font-size: 20px;
    font-weight: 700;
    color: #606060;
}

/*==========================  Universal shops filters ========================*/

.shops-filter .filter-type {}
.shops-filter .filter-value {}

.shops-filter {
    text-align: left;
    margin-bottom: 20px;
}

.shops-filter > div {}

.shops-filter .btn-group {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    min-height: 32px;
}

.shops-filter .btn-group .btn {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
}

.shops-filter .btn-group .btn-default {
    background-color: #ffffff !important;
    border-color: #dddddd !important;
    text-overflow: ellipsis;
    overflow: hidden;
}

.shops-filter .btn-group .btn-default {
    border-radius: 17px 0 0 17px;
    font-size: 13px;
    height: 33px;
    padding: 5px 6px 5px 9px;
    text-align: left;
    text-transform: none;
    border-right: 0;
    color: #606060;
    font-size: 14px;
    line-height: 21px;
    padding-left: 15px;
}

.shops-filter .btn-group .dropdown-toggle {
    border-color: #dddddd !important;
    margin-left: 0;
    width: 40px;
    text-align: center;
    border-radius: 0 17px 17px 0;
    border-right: solid 1px #dddddd;
    border-left: 0;
}

.shops-filter .btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.shops-filter .filter-type .dropdown-menu {
    max-height: 350px;
    overflow: auto;
    /*width: 400px;*/
    max-width: 100%;
}

.shops-filter .filter-type .dropdown-menu>li>a{
    white-space: normal;
}

.shops-filter .filter-type .dropdown-menu .separator {
    background-color: #dddddd;
    width: auto;
    height: 1px;
    display: block;
    margin: 10px 0
}

.shops-filter .control-label {
    color: #676767;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    padding-top: 0;
}

.shops-filter .filter-value .select2-container {width: 100% !important;}

.shops-filter .remove-shops-filter {
    margin-top: 34px;
}

.shop-filters-desc {max-width: 520px;}

.shops-filters {margin-bottom: 20px;}
.shops-filters-footer {margin-bottom: 20px;}

.shops-filters-result-info {
    font-size: 16px;
    color: #b5b5b5;
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-bottom: 20px;
    border-bottom: solid 1px #dddddd;
}

.shops-filters-result-info > * {
    display: inline-block;
    vertical-align: baseline;
}

.shops-filters-result-info .text {
    margin-right: 50px;
}

.shops-filters-result-info .results-separator  {
    font-size: 20px;
    color: #d1d1d1;
    margin: 0 10px;
}

.shops-filters-result-info .receivers-selected {
    font-size: 32px;
    font-weight: 900;
    color: #1C5374;
}

.shops-filters-result-info .receivers-total {
    font-size: 20px;
    font-weight: 700;
    color: #606060;
}

/*======================== Universal RBAC filters =========================*/

.rbac-filters-bundle .filter-type {}
.rbac-filters-bundle .filter-value {}

.rbac-filters-bundle .filter-value .select2.select2-container.select2-container--default + .select2.select2-container.select2-container--default {
    display: none;
}

.rbac-filters-bundle .filter-value .col-bottom-margin {
    margin-bottom: 10px;
}

.rbac-filters-bundle {
    text-align: left;
    margin-bottom: 20px;
}

.rbac-filters-bundle > div {}

.rbac-filters-bundle .btn-group {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    min-height: 32px;
}

.rbac-filters-bundle .btn-group .btn {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
}

.rbac-filters-bundle .btn-group .btn-default {
    background-color: #ffffff !important;
    border-color: #dddddd !important;
    text-overflow: ellipsis;
    overflow: hidden;
}

.rbac-filters-bundle .btn-group .btn-default {
    border-radius: 0 0 0 0;
    font-size: 13px;
    height: 33px;
    padding: 5px 6px 5px 9px;
    text-align: left;
    text-transform: none;
    border-right: 0;
    color: #606060;
    font-size: 14px;
    line-height: 21px;
    padding-left: 15px;
    outline: none;
    box-shadow: none !important;
}

.rbac-filters-bundle .btn-group .dropdown-toggle {
    border-color: #dddddd !important;
    margin-left: 0;
    width: 40px;
    text-align: center;
    border-radius: 0 0 0 0;
    border-right: solid 1px #dddddd;
    border-left: 0;
}

.rbac-filters-bundle .btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.rbac-filters-bundle .filter-type .dropdown-menu {
    max-height: 350px;
    overflow: auto;
    /*width: 400px;*/
    max-width: 100%;
}

.rbac-filters-bundle .filter-type .dropdown-menu>li>a{
    white-space: normal;
}

.rbac-filters-bundle .filter-type .dropdown-menu .separator {
    background-color: #dddddd;
    width: auto;
    height: 1px;
    display: block;
    margin: 10px 0
}

.rbac-filters-bundle .control-label {
    color: #676767;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    padding-top: 0;
}

.rbac-filters-bundle .filter-value .select2-container {width: 100% !important;}

.rbac-filters-bundle .remove-rbac-filters-bundle-filter {
    margin-top: 31px;
}

.rbac-filters-bundle-desc {max-width: 520px;}

.rbac-filters-bundle {margin-bottom: 20px;}
.rbac-filters-bundle-footer {margin-bottom: 20px;}

.rbac-filters-bundle-result-info,
.recipients-upload-result-info {
    font-size: 16px;
    color: #b5b5b5;
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-bottom: 20px;
    border-bottom: solid 1px #dddddd;
}

.rbac-filters-bundle-result-info > *,
.recipients-upload-result-info > * {
    display: inline-block;
    vertical-align: baseline;
}

.rbac-filters-bundle-result-info .text,
.recipients-upload-result-info .text {
    margin-right: 50px;
}

.rbac-filters-bundle-result-info .results-separator,
.recipients-upload-result-info .results-separator {
    font-size: 20px;
    color: #d1d1d1;
    margin: 0 10px;
}

.rbac-filters-bundle-result-info .receivers-selected,
.recipients-upload-result-info .receivers-selected {
    font-size: 32px;
    font-weight: 900;
    color: #0e3163;
}

.rbac-filters-bundle-result-info .receivers-total,
.recipients-upload-result-info .receivers-total {
    font-size: 20px;
    font-weight: 700;
    color: #606060;
}

.rbac-filters-bundle .hidden-validator {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.rbac-filters-bundle .hidden-validator + .error {
    margin: 0 0 15px 0;
}

.rbac-filters-bundle .filter-value.select-value .select2-container + .select2-container {display: none;}

/*========================== Send notification popup =========================*/

.send-notification-popup {
    max-width: 750px !important;
    width: 95% !important;
}

.send-notification-popup .modal-footer {display: none;}

.send-notification-popup .line-title {
    margin: 25px 0;
    min-height: 1px;
}

.send-notification-popup .clients-filter .filter-type .dropdown-menu {
    max-height: 165px;
    overflow-y: scroll;
}

.send-notification-popup .modal-body {min-height: 100px;}

.send-notification-popup .popup-info {padding: 10px 20px 10px 20px;}

.send-notification-popup form .btns {text-align: center;}
.send-notification-popup form .btns .btn {margin: 0 10px;}

.send-notification-popup .success-info {
    text-align: center;
    padding: 30px 0 30px 0;
    display: none;
}

.send-notification-popup .success-info p {
    font-size: 16px;
    line-height: 20px;
}

.send-notification-popup .clients-filters {}

.send-notification-popup .btns {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*========================== Progress bar (CSS only) =========================*/

.u27-progress {
    width: 100%;
    margin-bottom: 20px;
}
.u27-progress .progress2 {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.u27-progress .u27-progress-bar {
    display: block;
    float: left;
    width: 0%;
    height: 100%;
    background: #3798d9;
    box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: width 0.8s ease-in-out;
    transition: width 0.8s ease-in-out;
}
.u27-progress .u27-progress-label {
    position: absolute;
    overflow: hidden;
    left: 0px;
    right: 0px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.7em;
    text-align: center;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.3);
}

.u27-progress .u27-progress-right {
    float: right !important;
}
.u27-progress .u27-progress-label-left {
    margin-left: 10px;
    text-align: left !important;
}
.u27-progress .u27-progress-label-right {
    margin-right: 10px;
    text-align: right !important;
}
.u27-progress .u27-progress-label2 {
    display: block;
    margin: 2px 0;
    padding: 0 8px;
    font-size: 0.8em;
}
.u27-progress .u27-progress-label2.u27-progress-label2-right {
    text-align: right;
}
.u27-progress .u27-progress-label2.u27-progress-label2-center {
    text-align: center;
}
.u27-progress .u27-progress-stripes,
.u27-progress .u27-progress-active,
.u27-progress .u27-progress-active-right {
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
    background-size: 35px 35px;
}
.u27-progress .u27-progress-active {
    -webkit-animation: u27-progressActive 2s linear infinite;
    -ms-animation: u27-progressActive 2s linear infinite;
    animation: u27-progressActive 2s linear infinite;
}
.u27-progress .u27-progress-active-right {
    -webkit-animation: u27-progressActiveRight 2s linear infinite;
    -ms-animation: u27-progressActiveRight 2s linear infinite;
    animation: u27-progressActiveRight 2s linear infinite;
}

.progress2 {
    background-color: #EEE;
    border-radius: 9px;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.progress2 .u27-progress-bar {
    height: 18px;
    border-radius: 9px;
}

.progress2 .u27-progress-label {
    line-height: 18px;
}

@-webkit-keyframes u27-progressActive {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 35px 35px;
    }
}
@-ms-keyframes u27-progressActive {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 35px 35px;
    }
}
@keyframes u27-progressActive {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 35px 35px;
    }
}
@-webkit-keyframes u27-progressActiveRight {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -35px -35px;
    }
}
@-ms-keyframes u27-progressActiveRight {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -35px -35px;
    }
}
@keyframes u27-progressActiveRight {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -35px -35px;
    }
}

@-webkit-keyframes u27-progressGlowActive1 {
    0%, 100% {
        box-shadow: 5px 0px 15px 0px #3798D9;
    }
    45% {
        box-shadow: 1px 0px 4px 0px #3798D9;
    }
}
@-ms-keyframes u27-progressGlowActive1 {
    0%, 100% {
        box-shadow: 5px 0px 15px 0px #3798D9;
    }
    45% {
        box-shadow: 1px 0px 4px 0px #3798D9;
    }
}
@keyframes u27-progressGlowActive1 {
    0%, 100% {
        box-shadow: 5px 0px 15px 0px #3798D9;
    }
    45% {
        box-shadow: 1px 0px 4px 0px #3798D9;
    }
}
@-webkit-keyframes u27-progressGlowActive2 {
    0%, 100% {
        box-shadow: 5px 0px 15px 0px #9575cd;
    }
    45% {
        box-shadow: 1px 0px 4px 0px #9575cd;
    }
}
@-ms-keyframes u27-progressGlowActive2 {
    0%, 100% {
        box-shadow: 5px 0px 15px 0px #9575cd;
    }
    45% {
        box-shadow: 1px 0px 4px 0px #9575cd;
    }
}
@keyframes u27-progressGlowActive2 {
    0%, 100% {
        box-shadow: 5px 0px 15px 0px #9575cd;
    }
    45% {
        box-shadow: 1px 0px 4px 0px #9575cd;
    }
}
@-webkit-keyframes u27-progressGlowActive3 {
    0%, 100% {
        box-shadow: 5px 0px 15px 0px #ef5350;
    }
    45% {
        box-shadow: 1px 0px 4px 0px #ef5350;
    }
}
@-ms-keyframes u27-progressGlowActive3 {
    0%, 100% {
        box-shadow: 5px 0px 15px 0px #ef5350;
    }
    45% {
        box-shadow: 1px 0px 4px 0px #ef5350;
    }
}
@keyframes u27-progressGlowActive3 {
    0%, 100% {
        box-shadow: 5px 0px 15px 0px #ef5350;
    }
    45% {
        box-shadow: 1px 0px 4px 0px #ef5350;
    }
}
@-webkit-keyframes u27-progressGlowActive4 {
    0%, 100% {
        box-shadow: 5px 0px 15px 0px #66bb6a;
    }
    45% {
        box-shadow: 1px 0px 4px 0px #66bb6a;
    }
}
@-ms-keyframes u27-progressGlowActive4 {
    0%, 100% {
        box-shadow: 5px 0px 15px 0px #66bb6a;
    }
    45% {
        box-shadow: 1px 0px 4px 0px #66bb6a;
    }
}
@keyframes u27-progressGlowActive4 {
    0%, 100% {
        box-shadow: 5px 0px 15px 0px #66bb6a;
    }
    45% {
        box-shadow: 1px 0px 4px 0px #66bb6a;
    }
}
@-webkit-keyframes u27-progressGlowActive5 {
    0%, 100% {
        box-shadow: 5px 0px 15px 0px #ffb74d;
    }
    45% {
        box-shadow: 1px 0px 4px 0px #ffb74d;
    }
}
@-ms-keyframes u27-progressGlowActive5 {
    0%, 100% {
        box-shadow: 5px 0px 15px 0px #ffb74d;
    }
    45% {
        box-shadow: 1px 0px 4px 0px #ffb74d;
    }
}
@keyframes u27-progressGlowActive5 {
    0%, 100% {
        box-shadow: 5px 0px 15px 0px #ffb74d;
    }
    45% {
        box-shadow: 1px 0px 4px 0px #ffb74d;
    }
}


/*========================== Universal panel filters =========================*/

.panel-filters-box {}

.panel-filters-box .filters-box-header {
    background-color: #f7f7f7;
    color: #606060;
    font-size: 24px;
    font-weight: 700;
    padding: 15px 40px 20px 40px;
    position: relative;
    border-radius: 5px 5px 0 0;
}

.panel-filters-box form {}

.panel-filters-box form .form-group {}

.panel-filters-box form .form-group .form-inline-text {
    color: #979797;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
}

.panel-filters-box form .form-group label + .form-inline-text {margin-left: 0px;}

.panel-filters-box form .form-group label {
    font-size: 16px;
    color: #979797;
    margin-bottom: 10px;
    display: block;
}

.panel-filters-box form .form-group select {
    min-width: 200px;
}

.panel-filters-box form .form-group .form-control,
.panel-filters-box form .select2-container .select2-selection--single .select2-selection__rendered {
    color: #606060;
    font-size: 14px;
}

.panel-filters-box form .btn-filter {margin-top: 26px;}
.panel-filters-box form .btn-filter.no-margin {margin-top: 0;}

/*============================= Table filters ================================*/

.table-filters-box {
    /*background-color: #fbfbff;*/
    padding: 20px 0;
    border-bottom: solid 1px #eeeeee;
}

.table-filters-box:first-child {
    padding-top: 0;
}

.table-filters-box + .table {
    margin-top: 25px;
}

.table-filters-summary-box {}

.table-filters-summary-box .js-toggle-filters {}

.table-filters-summary-box .js-toggle-filters .counter {
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    background-image: none;
}

.table-filters-summary-box .js-clear-filters,
.table-filters-summary-box .js-show-filtered {display: none;}

.table-filters-header {
    display: none;
    color: #606060;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 25px;
    padding-bottom: 0;
}

.table-filters-box form {display: none;}
.table-filters-box form button[type="submit"] {display: none;}

.table-filters-box.filters-visible form {
    display: block;
    margin-top: 20px;
}

.table-filters-box.filters-visible .js-clear-filters,
.table-filters-box.filters-visible .js-show-filtered {display: inline-block;}

.table-filters-box form .form-group {
    margin-right: 25px !important;
}

.table-filters-box form .form-group .form-inline-text {
    color: #979797;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
}

.table-filters-box form .form-group label + .form-inline-text {margin-left: 0px;}

.table-filters-box form .form-group label {
    font-size: 12px;
    color: #606060;
    margin-bottom: 5px;
    margin-left: 0;
    display: block;
    font-weight: 400;
}

.table-filters-box form .form-group select {
    min-width: 200px;
}

.table-filters-box form .form-group .form-control,
.table-filters-box form .select2-container .select2-selection--single .select2-selection__rendered {
    color: #606060;
    font-size: 14px;
}

.table-filters-box form .btn-filter,
.table-filters-box form .btn-show-filtered {margin-top: 26px;}

.table-filters-box form .btn-filter.no-margin,
.table-filters-box form .btn-show-filtered.no-margin {margin-top: 0;}

/*======================== Achievements requirements =========================*/

.achievements-requirement .requirement-type {}
.achievements-requirement .requirement-value {}

.achievements-requirement .requirement-value .col-bottom-margin {
    margin-bottom: 20px;
}

.achievements-requirement {
    text-align: left;
    margin-bottom: 20px;
}

.achievements-requirement > div {}

.achievements-requirement .btn-group {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    min-height: 32px;
}

.achievements-requirement .btn-group .btn {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
}

.achievements-requirement .btn-group .btn-default {
    background-color: #ffffff !important;
    border-color: #F3F2FF !important;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #adb5bd;
}

.achievements-requirement .btn-group .btn-default {
    border-radius: 0 0 0 0;
    font-size: 13px;
    height: 33px;
    padding: 5px 6px 5px 9px;
    text-align: left;
    text-transform: none;
    border-right: 0;
    color: #606060;
    font-size: 14px;
    line-height: 21px;
    padding-left: 15px;
    outline: none;
    box-shadow: none !important;
}

.achievements-requirement .btn-group .dropdown-toggle {
    border-color: #F3F2FF !important;
    margin-left: 0;
    width: 40px;
    text-align: center;
    border-radius: 0 0 0 0;
    border-right: solid 1px #F3F2FF;
    border-left: 0;
}

.achievements-requirement .btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.achievements-requirement .requirement-type .dropdown-menu {
    max-height: 350px;
    overflow: auto;
    width: calc(100% - 2px) !important;
    max-width: 100%;
    border-radius: 0 0 4px 4px;
    margin-top: 0;
    paddin-top: 0;
}

.achievements-requirement .requirement-type .dropdown-menu>li>a{
    white-space: normal;
}

.achievements-requirement .requirement-type .dropdown-menu .separator {
    background-color: #dddddd;
    width: auto;
    height: 1px;
    display: block;
    margin: 10px 0
}

.achievements-requirement .control-label {
    color: #676767 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-top: 0;
    padding-top: 0;
}

.achievements-requirement .requirement-value .select2-container {width: 100% !important;}

.achievements-requirement .remove-achievements-requirement {
    margin-top: 34px;
}

.achievement-requirements-desc {max-width: 520px;}

.achievements-requirements {margin-bottom: 20px;}
.achievements-requirements-footer {margin-bottom: 20px;}

.achievements-requirements-result-info,
.recipients-upload-result-info {
    font-size: 16px;
    color: #b5b5b5;
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-bottom: 20px;
    border-bottom: solid 1px #dddddd;
}

.achievements-requirements-result-info > *,
.recipients-upload-result-info > * {
    display: inline-block;
    vertical-align: baseline;
}

.achievements-requirements-result-info .text,
.recipients-upload-result-info .text {
    margin-right: 50px;
}

.achievements-requirements-result-info .results-separator,
.recipients-upload-result-info .results-separator {
    font-size: 20px;
    color: #d1d1d1;
    margin: 0 10px;
}

.achievements-requirements-result-info .receivers-selected,
.recipients-upload-result-info .receivers-selected {
    font-size: 32px;
    font-weight: 900;
    color: #00338d;
}

.achievements-requirements-result-info .receivers-total,
.recipients-upload-result-info .receivers-total {
    font-size: 20px;
    font-weight: 700;
    color: #606060;
}

.achievements-requirements .hidden-validator {
    -ms-requirement: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    requirement: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.achievements-requirements .hidden-validator + .error {
    margin: 0 0 15px 0;
}

/*========================== panel commons ===================================*/

.no-items-info {
    margin: 20px 0;
    background-color: #F3F2FF;
    border: 1px solid #F3F2FF !important;
}

.no-items-info p {
    font-size: 16px;
}


/*========================== Twig error box ==================================*/

.u27-error-page {
    font-family: "Courier New", Courier, monospace;
    background: #FFF;
    color: #000000;
    font-size: 24px;
    padding: 0 0 0 0;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
}

.u27-error-page .error-header {
    color: #0d1d41;
    font-family: "Courier New", Courier, monospace;
    font-weight: 700;
}

.u27-error-page h1 {
    font-weight: normal;
    font-size: 28px;
}

.u27-error-page h1 span.super_bold {
    font-size: 35px;
}

.u27-error-page a {
    text-decoration: none;
    color: #02b8bc;
    font-size: 18px;
}

.u27-error-page a:hover, a:active {

}

.u27-error-page .bold {
    font-family: "Courier New", Courier, monospace;
    font-weight: 700;
}

.u27-error-page .super_bold {
    font-family: "Courier New", Courier, monospace;
    font-weight: 900;
}

.u27-error-page .error_code {
    width: 130px;
    height: 100px;
    text-align: center;
    background: #0d1d41;
    color: #FFF;
    font-size: 50px;
    line-height: 0;
}

.u27-error-page .error-button-box {
    display: block;
}

.u27-error-page .error-button-box .btn {
    position: relative !important;
    margin: 5px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    left: 0 !important;
    top: 0 !important;
    height: 27px !important;
    font-size: 12px !important;
    color: #fff !important;
    background-color: #DB4D4F !important;
    border: solid 2px #DB4D4F;
    line-height: 5px !important;
}

.u27-error-page .error-button-box .btn .glyphicon {
    color: #ffffff;
    padding-right: 5px;
}

.u27-error-page .error-popup-content {
    display: none;
}

.u27-error-page .error_code_explanation {
    height: 100px;
    font-size: 48px;
    line-height: 48px;
    padding-left: 35px;
    margin-top: -45px;
    font-weight: 100;
}

.u27-error-page .message p {
    font-family: "Courier New", Courier, monospace;
    margin-top: -25px;
}

.u27-error-page .error-message {
    padding-right: 60px;
}

.u27-error-page .description {
    font-family: "Courier New", Courier, monospace;
    font-size: 18px;
    max-width: 700px;
    margin-top: 8%;
    margin-left: 6%;
}

.u27-error-page .description p {
    max-width: 355px;
    margin-top: 45px;
    margin-left: 6%;
}

.u27-error-page .description p.long {
    max-width: 550px;
}

.u27-error-page .exception {
    margin-left: 6%;
    margin-top: 8%;
    font-size: 24px;
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;
}

.u27-error-page .exception span.code {
    font-size: 18px;
}

.u27-error-page .exception p.path {
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
    text-transform: none;
    margin-top: -26px;
}

.u27-error-page .message {
    margin-left: 10%;
    margin-top: 3%;
    font-size: 18px;
}

.u27-error-page .message p {
    font-family: "Courier New", Courier, monospace;
    margin-top: -25px;
}

.u27-error-page .error-message {
    padding-right: 60px;
}

.u27-error-page .message.trace p {
    max-width: 70%;
    font-size: 12px;
    text-transform: none;
}

.u27-error-page .left {
    float: left;
}

.u27-error-page .clearfix {
    zoom: 1;
}

.u27-error-page .clearfix:after {
    content: '';
    display: block;
    clear: both;
}

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

    .u27-error-box .description {
        margin-top: 3%;
    }

    .u27-error-box .error_code {
        width: 100%;
        float: none;
        text-align: center;
        overflow: auto;
        margin-bottom: 70px;
    }

    .u27-error-box .error_code_explanation {
        float: none;
        height: 100%;
        text-align: center;
    }

}

/* Error-page in popup */

.u27-error-popup {
    width: 960px;
}

.u27-error-popup .u27-error-page .error-popup-content {
    display: block;
}

.u27-error-popup .u27-error-page {
    padding-top: 0;
}

.u27-error-popup .u27-error-page .exception {
    margin-left: 0;
    margin-top: 0;
}

.u27-error-popup .u27-error-page .exception p.path {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 600;
}

.u27-error-popup .u27-error-page .message p {
    margin-top: 0;
}

.u27-error-popup .u27-error-page .message {
    margin-left: 0;
}

.u27-error-popup .u27-error-page .message.trace p {
    max-width: 100%;
    font-size: 11px;
    line-height: 14px;
    margin-top: 5px;
}

.u27-error-popup .modal-content .modal-body .bootstrap-dialog-message, 
.u27-error-popup .modal-content .modal-body .bootstrap-dialog-message * {
    font-size: 18px;
}

/*============================== Panel popup =================================*/

.panel-popup {
    width: 75%;
}

.panel-popup .modal-content .modal-body {
    padding: 20px 20px;
}

.panel-popup .modal-header {
    display: none;
}

.panel-popup .modal-content {
    background-color: #F3F2FF;
}

.panel-popup .panel-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.panel-popup .panel-fixed-buttons .under-panel-buttons {
    position: absolute;
    background: transparent;
    box-shadow: none;
    padding: 15px 15px;
}

.panel-popup .panel-fixed-buttons  .under-panel-buttons .btn.pull-left {
    margin-left: 0;
}

/*============================== Responsiveness ==============================*/

@media (max-width: 767px) {

    nav .container-fluid {text-align: center;}

    nav .container-fluid .navbar-left {
        display: inline-block;
        float: left;
    }

    nav .container-fluid .navbar-header {
        display: inline-block;
        margin: auto;
        margin-top: 8px
    }

    nav .container-fluid .navbar-right {
        display: inline-block;
        float: right;
    }

    .city-name-group,
    .multi-select-group,
    .multi-select-group .select2-container,
    .city-select-box {
        display: block;
        width: 100% !important;
    }

    .business-choose {display: none !important;}
    .business-choose-header .country-choose {display: inline-block !important;}

    .business-choose-header .country-choose > span {display: none !important;}

    header.business-choose-header .country-choose .btn-group {
        width: 200px;
        margin: 0;
    }

    header.business-choose-header .country-choose .btn-group > .btn:first-child {width: 170px;}

    header.business-choose-header nav .container-fluid .navbar-right {
        display: inline-block;
        float: right;
    }

    header.business-choose-header .nav > li,
    header.business-choose-header .nav > li > a {display: inline-block;}

    header.business-choose-header .country-choose {top:-2px;}

    #page-content {padding-top: 30px;}

}

@media (max-width: 550px) {

    header.business-choose-header .navbar-header {display: none !important;}
    header .header-logout-btn span {display: none;}

}

/*========================= Safari grid fix ==================================*/

.row:before, .row:after {
    content:'';
    display:block;
    width:100%;
    height:0;
}
.row:after {
    clear:both;
}

/*============================= T E M P ======================================*/

