
/*============= 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: 500;
    outline: none;
}

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

strong {
    font-weight: 700;
}

strong.extra {
    font-weight: 900;
}

.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;}

.pos-rel {position: relative;}

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

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

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

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

.text-transform-none {text-transform: none !important;}

.dropdown-menu > li > a {cursor: pointer;}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    background-color: #dad8ff;
    color: #0e3163;
    text-decoration: none;
}

.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;
    line-height: 20px;
}

.dl-horizontal dt .tiny-text {
    font-size: 11px;
    line-height: 14px;
}

.dl-horizontal dd {
    margin-bottom: 8px;
    margin-left: 20%;
    padding-left: 20px;
    padding-right: 20px;
    word-break: break-all;
    line-height: 22px;
}

.dl-horizontal dd * {
    word-break: break-all;
}

.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: 'Montserrat';
    font-size: 38px;
    line-height: 50px;
    padding-top: 15px;
    padding-bottom: 0px;
    font-weight: 700;
    color: #0e3163;
    padding-right: 200px;
    position: relative;
}

.panel-header-with-2-buttons {
    padding-right: 400px;
}

.panel-header .sub-text {
    display: block;
    font-size: 15px;
    line-height: 18px;
    margin-top: 10px;
}

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

.panel-subheader-row {
    margin-bottom: 15px;
    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: 'Montserrat';
    border-bottom: none;
    margin-bottom: 25px;
    padding-bottom: 0;
    font-size: 22px;
    font-weight: 700;
    color: #25193B;
}

.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;
    margin-left: 15px;
}

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

.subheader-sep.no-margin {
    margin-bottom: 0;
}

.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;
}

header #burger {
    /*display: none;*/
    margin-top: 5px;
}

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

.navbar, .navbar.navbar-default {
    background-color: #0e3163;
    background: linear-gradient(to right,  #0e3163 0%,#003289 50%,#0e3163 100%);
    color: #ffffff;
}

.navbar {min-height: 60px;}

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

header .navbar .stage-name {
    color: #a8c2f0;
    font-size: 10px;
    font-family: 'Montserrat';
    font-weight: 500;
    display: inline-block;
    margin-left: -55px;
    margin-top: 35px;
    float: left;
}

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

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

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

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

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

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

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

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

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

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

header .business-choose .dropdown-menu {
    max-height: 340px;
    overflow-y: auto;
    width: 225px;
    border-radius: 0 !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 .header-anomalies-notifications {
    margin-top: 20px;
    margin-right: 25px;    
}
header .header-anomalies-notifications .duplicated-tasks-info {}

header .header-anomalies-notifications .duplicated-tasks-info p {
    font-size: 13px;
    line-height: 20px;
    color: #f4bc1c;
    font-weight: bold;
}

header .header-anomalies-notifications .duplicated-tasks-info p .glyphicon-alert {
    margin-right: 10px;
}

header .header-language-switch {
    margin-right: 30px;
    line-height: 36px;    
    background-color: transparent !important;
}

header .header-language-switch a {
    padding: 3px;
    margin-top: 5px;
    cursor: pointer;
}

header .header-language-switch span.lang-sep {
    margin-top: 10px;
}

header .header-language-switch a,   
header .header-language-switch span.lang-sep {    
    display: inline-block;
    color: #a8c2f0 !important;
    text-decoration: none;
    outline:none;
    font-size: 12px;
    background-color: transparent !important;
}

header .header-language-switch span.lang-sep { 
    vertical-align: top;
}

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

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

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 .luna-connection-status-box {
    margin: 15px 10px 0 0;
}

header .luna-connection-status-box .led {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 10px 0 0 5px;
    position: relative;
    cursor: help;
}

header .helpcenter-counters-box {
    position: relative;
}

header .helpcenter-counters-box .helpcenter-counter {
    display: inline-block;
    padding: 7px;
    margin: 10px 0 0 15px;
    position: relative;
    font-size: 18px;
    cursor: pointer;
}

header .helpcenter-counters-box .helpcenter-counter .glyphicon {
    text-decoration: none;
    color: #ffffff;
}

header .helpcenter-counters-box .helpcenter-counter .counter,
.unread-messages-count {
    position: absolute;
    left: 20px;
    top: 20px;
    min-width: 15px;
    padding: 0 5px;
    height: 18px;
    border-radius: 4px;
    background-color: #7b73ff;
    text-align: center;
    line-height: 18px;
    vertical-align: middle;
    color: #ffffff !important;
    font-size: 10px;
    font-weight: 600;
    text-decoration: none;
    margin: 0 0 0 0;
    display: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: #0e3163;
    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 .panel > .panel-heading,
.panel-default > .panel-heading {
    background-color: #fff;
    padding: 20px 40px;
}

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

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

#wrapper > .wrapper-top-stripe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 209px;
    background-color: #0e3163;
    /*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: 225px;
    height: 100%;
    margin-top: 0;
    overflow-y: auto;
    background: #fff;
    transition: all 0.5s ease;
}

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

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

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

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

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

#page-content.toggledPage {
    transform: translateY(1080px);
}

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

.panel {
    margin-bottom: 25px;
    /*box-shadow: none;*/
    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 7%), 0 1px 6px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 7%), 0 1px 6px 0 rgb(0 0 0 / 7%);       
    border-radius: 0;
    background-color: transparent;
}

.panel > .panel-body {
    background-color: #ffffff;
}

.panel-head {
    padding: 30px 35px;
    border-radius: 5px 5px 0 0;
}

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

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

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

.panel-head.panel-head-small h2 {
    font-size: 22px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 0;
}

.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 > * {
    color: #fff;
}

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

.panel-head h2 .smaller-text {
    font-size: 20px;
    line-height: normal;
    font-weight: 400;
}


.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-violet     {background-color: #7b73ff;}
.panel-head.head-green      {background-color: #0ac9a4;}
.panel-head.head-orange     {background-color: #ffa438;}*/

.panel-head.head-violet,
.panel-head.head-green,
.panel-head.head-orange {
    background-color: #c2cee3;
}

.panel-head.head-violet > *,
.panel-head.head-green > *,
.panel-head.head-orange > * {
    color: #0e3163
}

.panel-body {
    padding: 25px 35px;
}

.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: 15px;
}

.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;}

.modal-backdrop {
    background: rgba(37, 25, 59, 1) none repeat scroll 0 0;
}

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

.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: 0;
    vertical-align: middle;
}

.checkbox .checkbox-material ~ .checkbox-material {display:none;}

.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: 4px !important;
    position: relative;
}

.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: #E4EBF4;
}

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

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

.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: #0e3163;
  border-color: #0e3163;
}

.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: #0e3163;
  border-color: #0e3163;
}

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

.radio label .circle {
    width: 20px;
    height: 20px;
}

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

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

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

.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;
}

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

.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: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    
    font-weight: 600;
    font-size: 15px;    
    color: #25193B; 
    
    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.no-text-transform:first-letter {text-transform: none !important;}

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}

.form-control {
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    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%;
    color: #707070;
}

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

.form-control:not(select) {
    -webkit-border-radius: 0;
    border-radius: 0;
}

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

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

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

.fake-textarea.form-control {
    overflow: auto;
}

.fake-textarea.form-control.disabled {
    background-color: #eeeeee !important;
    border-color: #eeeeee;
    color: #606060;
    cursor: auto;
}

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

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

.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 {
/*    background-color: #f9b1a5;*/
    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;
}

.select2-hidden-accessible.validate-select-option,
.select2-hidden-accessible.validate-select-option-multi {
    -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;
    display: block !important;
}

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

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

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: #0e3163 !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%;
}

.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 {}

.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;
}

.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')    
}

.textarea-length-info {
    font-size: 11px;
    margin-left: 5px;
    margin-top: 5px;;
        color: #aaaaaa;
}

.textarea-length-info .textLength {font-weight: 500;}
.textarea-length-info.error {color: #ff0000;}

.textarea-with-length-info {
    position: relative;
}

.textarea-with-length-info label.error {
    position: absolute;
    bottom: -30px;
    right: 10px;
}

/* 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 {
    max-width: 650px;
}

.form-dates .form-dates-row {margin-bottom: 15px;}

.form-dates .form-dates-row:last-child {
    margin-bottom: 0;
}

.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 .js-open-datetimepicker-popup {
    cursor: pointer;
    opacity: 0.7;
}

.form-dates .js-open-datetimepicker-popup:hover {
    opacity: 1;
}

.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;}

.hidden-datetimepicker-input {
    -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;
    width: 0;
    height: 0;
    display: block !important;
}

.form-dates .form-inline .datetimepicker-editable {
    position: relative;
}

.form-dates .form-inline .datetimepicker-editable ~ label.error {
    position: absolute;
    display: block;
    left: 0px;
    bottom: -8px;
    min-width: 260px;
}

.std-link.set-default-date-link {
    position: absolute;
    top: 10px;
    right: 0;
    font-weight: 500;
    font-size: 11px;
}

.dates-mismatch-info {
    font-weight: 500;
    font-size: 12px;
    margin-left: 5px;
    margin-top: 5px;
    color: #ff9800;
    display: none;
}

/*========================= Password strength ================================*/

.password-strength-info {
    padding: 7px 15px;
    border: solid 1px transparent;
}
.password-strength-info p {
    font-size: 12px;
    line-height: 12px;
}

.password-strength-info.strength-low {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;    
}

.password-strength-info.strength-low p {
    color: #721c24;
}

.password-strength-info.strength-average {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;    
}

.password-strength-info.strength-average p {
    color: #856404;
}

.password-strength-info.strength-high {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;    
}

.password-strength-info.strength-high p {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;    
}

/*========================= 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 #dddddd;
    border-radius: 0;
    height: 33px;
}

.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: #606060;
    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: 5px;
    padding-right: 5px;
}

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

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

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

.select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #0e3163}

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

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

.select2-results__option.hidden-option {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    position: relative;
    float: none;
    padding-right: 10px;
    font-size: 18px;
    vertical-align: middle;
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__clear:hover {
    color: #333;
}

/*======================== 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: #0e3163;
}

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

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

.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: #0e3163;
}

.dtp table.dtp-picker-days tr > td, .dtp table.dtp-picker-days tr > td:first-child {
    vertical-align: middle;
    padding: 2px !important;
}

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

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {background-color: #0e3163;}
.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: 10px 0 5px 10px;
    vertical-align: top;
}

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

.std-link {
    font-size: inherit;
    font-weight: 600;
    text-decoration: underline;
    color: #0e3163 !important;
    cursor: pointer;
}

.std-link-inverted {
    font-size: inherit;
    text-decoration: none;
    cursor: pointer;
}

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


.std-link-xs {
    font-size: 11px;
}
    
.std-link.red-link {color: #e66954 !important;}

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

.btn-group>.btn.u27-btn:first-child:not(:last-child):not(.dropdown-toggle) {}


.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: 26px;
    height: 26px;
    float: left;
    line-height: 25px;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #0e3163;
    vertical-align: middle;
    margin: 0 7px 0 0 !important;
}

.u27-btn.btn-danger > .icon,
.u27-btn.btn-remove > .icon { 
    background-color: #DB4D4F;
}

.u27-btn.btn-lotto > .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-edit,
.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,
.u27-btn.btn-cancel
{
    background-color: #ffffff;
    border: solid 2px #0e3163;
    color: #0e3163 !important   ;
    line-height: 25px;
}

.u27-btn.btn-standard:hover,
.u27-btn.btn-edit: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 2px #0e3163;
    color: #0e3163 !important;
}

/* Buttons filled with color */

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

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

.u27-btn.btn-lotto {
    background-color: #0e3163;
    border: solid 1px #0e3163;
    color: #ffffff !important;
}

/* Buttons red / remove */

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

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

.u27-btn.btn-lotto:hover {
    background-color: #0e3163;
    border: solid 1px #0e3163;
    color: #ffffff !important;
}

/* Icon buttons with visible icon */

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

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

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

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

.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: #0e3163 !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.inactive,
.u27-btn.inactive:hover,
.u27-btn.locked,
.u27-btn.locked:hover {
    background: #DAD8FF !important;
    color: #ffffff !important;
    border-color: #DAD8FF !important;
    cursor: auto !important;
}

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

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

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

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

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

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

/* 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;    
}
    
/*========== 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: #0e3163;
}

.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;
}

/*=========================== Common popups ==================================*/

.admin-password-popup {}

.admin-password-popup .message {
    margin-bottom: 25px;
}

.admin-password-popup .form-group {
    margin-bottom: 0;
}

/*=========================== 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: #606060;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    padding: 12px 15px;
    border-top: 1px solid #eee;
    max-width: 250px;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    vertical-align: top;
}

.table > thead > tr > td, 
.table > thead > tr > th { 
/*    color: #9e9e9e;*/
}

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

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

.table-hover > tbody > tr:hover, 
.table-hover > tbody > tr:hover td, 
.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: #fbfbfb;
    color: #0e3163;
}

.table > thead > tr > th {
    border-bottom: solid 1px #eee;
}

.table th {text-align: left;}

.table td:first-child:not(.c-select),
.table th:first-child:not(.c-select),
.table td.row-number,
.table td.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 {
    width: 20px !important;
    padding-left: 0;
    padding-right: 0;
}

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

.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: 13px !important;
    line-height: 20px;
    font-weight: 500;
}

.table.smaller-text-table tr > th,
.table.smaller-text-table tr > th span {
    font-size: 13px !important;
    line-height: 20px;
    font-weight: 500;
}

.table.smaller-text-table tr > td span.tiny-text {
    font-size: 11px !important;
    line-height: 24px;
}

.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: 5px;
    vertical-align: bottom;
}

.table .active-sort span {
    font-weight: 600;
    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 {
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: right;
}

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

.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 {}

.table tr td .tiny-text {
    font-size: 11px;
} 

.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.gif);
    background-position: 51% center;
    background-repeat: no-repeat;
    z-index: 10;
}

.table-pagination,
.table-footer-bar {
    border-top: 1px solid #eee;
    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: #0e3163 !important;
    color: #ffffff !important;
}
    
    
.table-pagination .shows-from-total {
    float: left;
    margin-top: 10px;
    font-size: 14px;
    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: 14px;
    line-height: 18px;
    color: #9e9e9e;
    margin-right: 10px;    
}

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

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

.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 .u27-btn {
    margin-right: 10px;
}

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

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

.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 .tiny-in-table-label {
    font-size: 10px !important;
    display: inline-block;
    width: 85px;
    font-weight: 500;
}

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

.table .in-table-list {
    margin-left: 20px;
}

/*=====================  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 ================================*/

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

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

.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: 20px;
}

.modal-dialog .bootstrap-dialog-title {
    color: #25193B;
    font-family: 'Montserrat';
    font-size: 28px;
    line-height: 38px;
    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 .modal-content form .form-group.add-std-margin:last-child {
    margin-bottom:25px;;
}

.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: #0e3163 !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.std-popup-info {
    font-size: 16px;
    line-height: 24px;    
}

.modal-dialog p.popup-info {
    margin-bottom: 15px;

}

.modal.waiting-state .bootstrap-dialog-footer-buttons {
    display: none;
}

.modal.waiting-state .ingnore-waiting-state .bootstrap-dialog-footer-buttons {
    display: block;
}

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

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

.sidebar-nav .treeview.expandable {
    background-image: url('/img/basic/business/sidebar-menu-arrow.png');
    background-position: 99% 15px;
    background-repeat: no-repeat;
}

.sidebar-nav.sidebar-nav-no-scroll .treeview.expandable,
.sidebar-nav .treeview.expandable.expand-icon-to-left {
    background-position: 94% 15px; 
}

.sidebar-nav .treeview.expandable.expandable-active { 
    background-image: url('/img/basic/business/sidebar-menu-arrow-up.png');
}

.sidebar-nav .treeview.expandable .treeview.expandable {
    background-position: 99% 12px;   
}

.sidebar-nav .treeview.expandable .treeview.expandable.expand-icon-to-left {
    background-position: 93.4% 18px;
}

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

.sidebar-nav li {
    text-indent: 7px;
    line-height: 35px;
    margin-bottom: 12px;
    position: relative; /* uses to ripples jquery plugin */
}

.sidebar-nav > li > a {
    font-weight: 500;
    font-size: 13px;
}

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

.sidebar-nav li.active {
    background: #0e3163 none repeat scroll 0 0;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #707070;
    font-size: 13px;
}

.sidebar-nav li a span.glyphicon-label {
    display: inline-block;
    margin-left: -8px;
    width: auto;
    padding: 0;
}

.sidebar-nav li a span::first-letter,
.sidebar-nav .treeview-menu li a::first-letter {
    text-transform: capitalize;
}

.sidebar-nav li.active a {
    color: #ffffff !important;
}

.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: #0e3163;
    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: #0e3163;
}

.sidebar-nav li i {
    width: 25px;
    height: 17px;
    display: inline-block;
    margin: 0 5px 7px 0;
    background-repeat: no-repeat;
    background-position: 0 0 ;
    background-color: transparent;
    font-size: 16px;
    line-height: 17px;
    vertical-align: middle;
}

.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: #0e3163;
}

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

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

.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: #fff;
    padding: 0;
    margin: 0;
}

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

.sidebar-nav .treeview-menu > li > a {
    display: block;
    font-size: 13px;
    line-height: 32px;
    margin: 0;
    text-indent: 0;
    padding: 0 5px 0 50px !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: 11px;
    line-height: 26px;
    margin: 0;
    padding: 0 5px 0 65px !important;
}

.sidebar-nav .treeview-menu > li .treeview-menu > li > a.multiline {
    line-height: 14px;
    padding-top: 8px !important;
    padding-bottom: 8px !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.gif');
    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-title {
    color: #a94442;
}

.modal-dialog.error-popup .bootstrap-dialog-title,
.modal-dialog.success-popup .bootstrap-dialog-title {
    font-size: 20px;
    line-height: 24px;
    padding-top: 4px;
}

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

.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;
}

/* Romove object - confirmation dialog */

.warning-popup-smaller-title {
    font-size: 27px;
}

.modal-dialog .warning-popup-text {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 15px;
}

.modal-dialog .warning-popup-text b {
    font-weight: bold;
}

/*======================= 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;}

*[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;
}

.jspDrag {background: #eeeeee;}

#wrapper-sidebar .jspDrag {background: #eeeeee;}
#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: 35%;
    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;
}

.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: #f7faff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 20px; 
    text-align: center;
    border: dashed 1px #DCE4F3;
    z-index: 10;
}

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: #8AE2E0;
}

.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: #F1F1F1;
    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;}

/*============================ 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 filters  - commons=========================*/

.filters-overlay {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

.filters-overlay > div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filters-overlay .overlay-info {
    background-image: url('/img/loader-circle.gif');
    background-position: center center;
    background-repeat: no-repeat;   
    padding-top: 150px;
    text-align: center;
    width: 100%;
}

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

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

.clients-filter .filter-value .col-bottom-margin {
    margin-bottom: 10px;
}

.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: 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;
}

.clients-filter .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; 
}

.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: 14px;
    font-weight: 600;  
    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: #0e3163;
}

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

.clients-filters .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;
    display: block !important;
}

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

.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: #0e3163;
}

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

/*======================== Universal segments filters =========================*/

.segments-filter .filter-type {}
.segments-filter .filter-value {}

.segments-filter .filter-value .col-bottom-margin {
    margin-bottom: 10px;
}

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

.segments-filter > div {}

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

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

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

.segments-filter .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;
}

.segments-filter .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; 
}

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

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

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

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

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

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

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

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

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

.segments-filters-footer .btn {
    margin-right: 10px;
}

.segments-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;
}

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

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

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

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

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

.segments-filters .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;
}

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

.segment-filter-array-value-preview-box {
    position: absolute;
    top: 0;
    left:0;
    background-color: #fff;
    width: 100%;    
    border: solid 1px #d7d7d7;
    height: 34px;
    padding: 6px 15px;
}

.segment-filter-array-value-preview-box > div {}
.segment-filter-array-value-preview-box > div > p {
    font-size: 14px;
    line-height: 1.42857143;
    color: #707070;
}

.segment-filter-array-value-preview-box > div > p .std-link {}

.array-data-preview-popup {width:900px;}

.array-data-preview-popup div.dt-container {
    font-size: 13px;
}

.array-data-preview-popup div.dt-container select.dt-input {
    margin-left: 5px;
    margin-right: 5px;
}

.array-data-preview-popup div.dt-container .dt-paging .ellipsis {
    padding: 0 0.6em; 
}

.array-data-preview-popup div.dt-container .dt-paging .dt-paging-button {
    padding: 0.3em 0.7em;
}

.array-data-preview-popup table.dataTable>tbody>tr>th, 
.array-data-preview-popup table.dataTable>tbody>tr>td {
    padding: 8px 15px 8px 10px;
}

/*==========================  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: #0e3163;
}

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


/*==========================  Universal quizzes filters ========================*/

.quizzes-filter .filter-type {}
.quizzes-filter .filter-value {}

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

.quizzes-filter > div {}

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

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

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

.quizzes-filter .btn-group .btn-default {
    border-radius: 0 0 0 0px;
    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;
}

.quizzes-filter .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; 
}

.quizzes-filter .btn-group .btn-default.disabled {
    background-color: #eeeeee !important;
    border-color: #eeeeee !important;
    color: #606060 !important;
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

.quizzes-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;
}

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

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

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

.quizzes-filters-result-info .receivers-selected {
    font-size: 32px;
    font-weight: 900;
    color: #0e3163;
}

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

.quizzes-filters .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;
}

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

/*======================== 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: 34px;
}

.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;}

/*========================== Logged devices popup ============================*/

.logged-devices-popup {
    max-width: 1000px !important;
    width: 95% !important;
}

/*========================== 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;
}

/*========================== 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;
    margin-bottom: 15px;
    border-bottom: solid 1px #eeeeee;
}

.table-filters-box:first-child {
    padding-top: 0;
}

.table-filters-summary-box {}

.table-filters-summary-box .js-toggle-filters {
    margin-right: 10px;
}

.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;
    vertical-align: top;
}

.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: 14px;
    color: #606060;
    margin-bottom: 7px;
    margin-left: 0;
    display: block;
    font-weight: 500;
}

.table-filters-box form .form-group label.error {
    color: #e66954;
    font-size: 11px;
}

.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;}

/*======================== standard-nav-tabs =================================*/

.standard-nav-tabs {
    background: #0e3163;
    position: relative;
    border-bottom: 0;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px 5px 0 0;
}

.standard-nav-tabs .nav-item,
.standard-nav-tabs.nav-tabs-3 .nav-item {
    width: 33.333333333333%;
    position: relative;
    z-index: 3;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
}

.standard-nav-tabs.nav-tabs-4 .nav-item {
    width: 25%;
}

.standard-nav-tabs .nav-item .nav-link,
.standard-nav-tabs .nav-item .nav-link span {
    text-align: center;
    font-weight: normal;
    font-size: 15px;
}

.standard-nav-tabs .nav-item .nav-link:hover {
    background-color: #7d8faf !important;
}

.standard-nav-tabs .nav-item .nav-link.active {
    background-color: #fff !important;
    color: #606060 !important;
}

.in-panel-nav-tabs {
    background: #222;
    position: relative;
    border-bottom: 0;
    /*box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);*/
    border-radius: 0 0 0 0;
}

.in-panel-nav-tabs .nav-item {
    border: solid 1px #000000;
    border-bottom:none;
}

.in-panel-nav-tabs .nav-item .nav-link {
    text-align: center;
    font-size: 15px;
    border-radius: 0 0 0 0;
    font-weight: 400;
}

.in-panel-nav-tabs .nav-item .nav-link:hover {
    background-color: #404040 !important;
}

.in-panel-nav-tabs .nav-item.active {
    border: solid 1px #dddddd;
    border-bottom:none;
}

.in-panel-nav-tabs .nav-item.active .nav-link {
    background-color: #fff !important;
    color: #606060 !important;
}

.in-panel-tab-content {
    padding: 25px 45px;
    border: solid 1px #ddd;
    background-color: #ffffff;
    margin-top: -1px;
    z-index: 2;
    position: relative;
    border-top: 0;
    margin-bottom: 25px;
}

/*========================== panel commons ===================================*/

.no-items-info {
    margin: 20px 0;
}

.no-items-info p {
    font-size: 16px;
}

/*========================== dynamic items list ==============================*/

.dynamic-items-table {}

.dynamic-items-table td {
    vertical-align: top;
    border: 0;
    padding-top: 30px !important;
    padding-bottom: 0;
    border-bottom: dashed 1px #ddd;
}

.dynamic-items-table tr:first-child td {
    padding-top: 12px !important; 
}

.dynamic-items-table td.order-number {
    width: 50px !important;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    padding-top: 72px !important;
    padding-right: 0 !important;
}

.dynamic-items-table tr:first-child td.order-number {
    padding-top: 50px !important;
}

.dynamic-items-table .c1 {
    position: relative;
}

.dynamic-items-table .form-group {
    display: inline-block !important;
    width: 100%;
    position: relative;
    vertical-align: top;
}

.dynamic-items-table .form-group .control-label {
    display: block !important;
    min-height: 24px;
}

.dynamic-items-table .c-buttons {
    padding-top: 65px !important;
    width: 50px;
}

.dynamic-items-table tr:first-child td.c-buttons {
     padding-top: 45px !important;
}

.dynamic-items-table .c-buttons .u27-btn {
    margin: 0 15px 0 0;
}

.dynamic-items-table .sortable-items .dragging {
    background-color: #fbfbfb;
}

.dynamic-items-table .sortable-items .dragging td.c-buttons {
    visibility: hidden;
}

.dynamic-items-table .sortable-items .dragging td.c1 {
    width: 90% !important;
}

.dynamic-items-table .sortable-items .order-number {
    background-image: url(/img/basic/business/grab.png); 
    background-repeat: no-repeat;
    background-position: 15px center;
    cursor: grab;
}

/*.ui-state-highlight {
    border: 1px dashed #dad55e;
    background: #fffa90;
    color: #777620;
    height: 30px;
}*/

/*========================== 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: 32px !important;
    font-size: 12px !important;
    color: #fff !important;
    background-color: #DB4D4F !important;
    border: solid 2px #DB4D4F;
    line-height: 5px !important;
}

.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;
}


/*============================== 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 .business-choose {display: inline-block !important;}
    
    .business-choose-header .business-choose > span {display: none !important;} 
    
    header.business-choose-header .business-choose .btn-group {
        width: 200px;
        margin: 0;
    }
    
    header.business-choose-header .business-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 .business-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 ======================================*/

