* {
    padding: 0px;
    margin: 0px;
}
html, body {
    width: 100%;
    height: 100%;
}

body {
    /*
    background: #F5F5F5;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: 'DIN Pro', sans-serif;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    min-width: 295px;
    */
}
body.white, .bg-white {
    background: #FFFFFF;
}

.app {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%;
}

a {
    color: #427FED;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'DIN Pro', sans-serif;
    font-size: 24px;
    text-align: left;
    font-weight: 300;
    line-height: 40px;
}
.h1 .color, .h1.color, .h2 .color, .h2.color, .h3 .color, .h3.color, .h4 .color, .h4.color, .h5 .color, .h5.color, .h6 .color, .h6.color {
    /*#color: #BA425D;*/
    color: #22BB69;
}
.color {
    /*#color: #BA425D;*/
    color: #22BB69;
}

.h2 {
    font-size: 22px;
    line-height: 40px;
}
.h3 {
    font-size: 20px;
    line-height: 36px;
}
.h4 {
    font-size: 18px;
    line-height: 32px;
}
.h5 {
    font-size: 16px;
    line-height: 30px;
}
.h6 {
    font-size: 15px;
    line-height: 26px;
}

/*
 * Header styles
 */
div.header-center {
    text-align: center;
    margin: 55px 0px 30px;
}
div.header-default {
    width: 90%;
    height: 100px;
    padding: 20px 0px;
    box-sizing: border-box;
    margin: 0px auto;
    text-align: left;
    min-width:800px;
}
div.header-default.header-fixed {
    background: #FFF;
    /*padding: 10px 20px;*/
    padding: 0px!important;
    height: 60px;
    position: fixed;
    z-index: 9999999;
    top: 0px;
    left: 0px;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
}
div.header-default.header-toolbar {
    height: 100px;
}
div.header-default.header-fixed h1 img {
    max-width: 160px;
    max-height: 45px;
}
div.header-fixed.header-fixed h1 {
    margin-right: 25px;
}
div.header-default div.navbar-header {
    width: 160px;
    float: left;
    padding: 7px 20px 0px;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
}

.presentation div.header-default div.navbar-header {
    width: 100%;
    padding-right: 300px;
}
div.header-default div.navbar-nav {
    float: left;
    width: 100%;
    position: absolute;
    padding: 0px 20px 0px 186px;
    box-sizing: border-box;
    font-size: 13px;
}
div.header-default div.navbar-nav div a{
    color: #565659;
    top: 22px;
    position: relative;
}
.presentation div.header-default div.navbar-nav {
    width: 300px;
    padding-left: 15px;
    right: 0;
    z-index: 120;
}

div.navbar-nav .open > a, div.navbar-nav .open > a:hover, div.navbar-nav .open > a:focus {
    background-color: #f6f8f8;
}
div.navbar-nav a.dropdown-toggle, div.navbar-nav .option {
    display: block;
    line-height: 59px;
    padding: 0px 15px;
    color: #333;
    box-sizing: border-box;
    text-decoration: none;
}
div.navbar-nav a.dropdown-toggle:hover, div.navbar-nav .option:hover {
    background: #f6f8f8;
}

@media screen and (max-width: 799px) {
    div.header-default {
        background: #FFF;
        padding: 10px 20px;
        height: 70px;
        position: fixed;
        z-index: 9999999;
        top: 0px;
        left: 0px;
        width: 100%;
        border-bottom: 1px solid #E5E5E5;
    }
    div.content, div.content-wrapper  {
        /*margin-top: 90px!important; <-- w slajdach przeszkadzalo */
    }
    div.content.content-side-menu {
        margin-top: 0px!important;
    }
}
div.header-default h1 {
    float: left;
    margin-right: 50px;
}
div.header-default h1 img {
    max-width: 250px;
    max-height: 60px;
}
@media screen and (max-width: 950px) {
    div.header-default h1 img {
        max-width: 160px;
        max-height: 50px;
    }
    div.header-default h1 {
        margin-right: 25px;
    }
}

/*
 * User card header
 */
div.user-card {
    /*width: 300px;*/
    height: 60px;
    float: right;
    text-align: left;
    line-height: 24px;
    margin: 0px;
    position: relative;
    box-sizing: border-box;
}
div.user-card.user-card-admin {
    /*width: 342px;*/
}
div.user-card div.avatar {
    /*width: 203px;*/
    line-height: 60px;
    float: left;
    box-sizing: border-box;
    height: 60px;
    text-align: right;
    font-weight: 400;
    margin-top: 0px;
}
div.user-card div.avatar a {
    box-sizing: border-box;
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    display: block;
    height: 59px;
    padding-left: 10px;
    padding-right: 10px;
    word-break:keep-all;
    white-space:nowrap;
}
div.user-card div.avatar a:hover {
    background: #f6f8f8;
}
div.user-card div.avatar img {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
    margin-left: 10px;
}

div.user-card a.logout, div.user-card a.admin, div.user-card a.panel, div.user-card a.help {
    margin-left: 6px;
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    display: block;
    background: #1E1916;
    box-sizing: border-box;
    padding-top: 8px;
    margin-top: 10px;
}
div.user-card a.admin {
    background: #CC0000;
}
div.user-card a.panel {
    background: #006600;
}
div.user-card a.help {
    background: #33CC33;
}
div.user-card a.logout:hover {
    background: #CC0000;
}
div.user-card a.admin:hover {
    background: #990000;
}
div.user-card a.panel:hover {
    background: #003300;
}
div.user-card a.help:hover {
    background: #279a27;
}

/*
 * Content
 */

div.content, div.content-wrapper {
    width: 90%;
    margin: 0px auto;
    height: 100%;
    box-sizing: border-box;
}
div.content.content-side-menu {
    margin-left: 200px;
    width: auto;
}
/*Gdy menu jest zwiniete*/
.app-aside-folded div.content.content-side-menu {
    margin-left: 60px;
    width: auto;
}
div.content.content-full-width {
    width: 100%;
}
div.content.content-fixed-header {
    padding-top: 60px;
}
div.content.content-header-toolbar {
    padding-top: 100px;
}

div.content:before, div.content:after {
    display: table;
    content: " ";
    box-sizing: border-box;
}
div.content:after {
    clear: both;
}

div.content-body {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

@media screen and (max-width: 1400px) {
    div.content, div.content-wrapper  {
        width: 100%;
    }
}

div.content.padding-inner-left, div.content-wrapper.padding-inner-left {
    padding-left: 10px
}
div.content.padding-top {
    padding-top: 35px;
}

/*
 * Side Menu
 */
div.side-menu {
    width: 200px;
    float: left;
    box-sizing: border-box;
    text-align: left;
}

div.side-menu:before {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: inherit;
    background-color: inherit;
    border: inherit;
    content: "";
}
div.side-menu-fixed-header {
    padding-top: 60px;
}

/*
 * Navigacja
 */
/*
div.navi-wrap {
    position: relative;
    width: 200px;
    height: 100%;
}
nav {
    display: block;
    position: relative;
    width: 200px;
    height: 100%;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navi ul.nav li {
    position: relative;
    display: block;
}
.navi ul.nav li a {
    position: relative;
    display: block;
    padding: 10px 20px;
    font-weight: normal;
    text-transform: none;
    -webkit-transition: background-color 0.2s ease-in-out 0s;
    transition: background-color 0.2s ease-in-out 0s;
    text-decoration: none;
}
.navi ul.nav li li a {
    padding-left: 35px;
}
.navi ul.nav li a > i {
    position: relative;
    float: left;
    width: 20px;
    margin: -10px -10px;
    margin-right: 5px;
    line-height: 37px;
    text-align: center;
}

.bg-dark .nav > li:hover > a,
.bg-dark .nav > li:focus > a,
.bg-dark .nav > li.active > a,
.bg-dark .nav > li.select > a,
.bg-dark .nav > li.select-color > a{
    color: #ffffff;
    background-color: #2e3344;
}
.active .nav-sub, .select .nav-sub {
    height: auto !important;
    margin-left: 0;
    display:block;
}
.nav-sub {
    height: 0;
    margin-left: -20px;
    display:none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
*/
.text-active, .active > .text, .active > .auto .text {
    display: none;
}
.active > .text-active, .active > .auto .text-active {
    display: inline-block !important;
}

.line {
    width: 100%;
    height: 2px;
    margin: 10px 0;
    /*overflow: hidden;*/
    font-size: 0;
}
/*
.nav-breaker {
    border-top: 2px solid #2e3344;
    width: 100%;
    height: 10px;
    margin: 10px 0px 0px;
    font-size: 0;
    background: #4e556d;
    background: -moz-linear-gradient(top, #484f66 1%, #3a3f51 100%);
    background: -webkit-linear-gradient(top, #484f66 1%,#3a3f51 100%);
    background: linear-gradient(to bottom, #484f66 1%,#3a3f51 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484f66', endColorstr='#3a3f51',GradientType=0 );
}
.nav-breaker-name {
    padding: 0px 5px 10px 10px;
    height: 40px;
    box-sizing: border-box;
    line-height: 30px;
}
.nav-breaker-name .icon {
    margin-right: 7px;
}
.nav-breaker-name span {
    color: #B0B2B9;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.app-aside-folded .nav-breaker-name span {
    display: none;
}
.app-aside-folded .nav-breaker-name {
    text-align: center;
}
.app-aside-folded .nav-breaker-name i {
    position: relative;
    float: left;
    width: 37px;
    margin:0 auto;
    line-height: 23px;
    text-align: center;
    font-size: 22px !important;
}
*/
/*Menu zwiniete*/
.app-aside-folded div.side-menu{
    width:60px;
}
.app-aside-folded div.navi-wrap {
    position: relative;
    width: 60px;
    height: 100%;
    /*overflow: hidden;*/
}
.app-aside-folded nav {
    display: block;
    position: relative;
    width: 60px;
    height: 100%;
   /* overflow-x: hidden;
    overflow-y: scroll;*/
}
.app-aside-folded .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.app-aside-folded .navi ul.nav li.menu-list a.auto span.submenu {
    display:none;
}
.app-aside-folded .navi ul.nav li a.onloader span {
    display:none;
}
.app-aside-folded .navi ul.nav li {
    position: relative;
    display: block;
}
.app-aside-folded .navi ul.nav li.active .nav-sub {
    /*display:block!important;*/
    /*opacity:1;*/
    display:block;
    position: absolute;
    top: 0 !important;
    left: 100%;
    z-index: 1050;
    width: 200px;
}
.app-aside-folded .navi ul.nav li.select .nav-sub {
    /*display:none;*/
    /*opacity: 0;*/
    display:none;
    position: absolute;
    top: 0 !important;
    left: 100%;
    z-index: 1050;
    width: 200px;
}
.app-aside-folded .navi ul.nav li.active ul span {
    display:block;

}
.app-aside-folded .navi ul.nav li a {
    position: relative;
    display: block;
    font-weight: normal;
    text-transform: none;
    -webkit-transition: background-color 0.2s ease-in-out 0s;
    transition: background-color 0.2s ease-in-out 0s;
    text-decoration: none;
    height:18px;
}
.app-aside-folded .navi ul.nav li a.auto {
    width:40px;
}
.app-aside-folded .navi ul.nav li a.auto, .app-aside-folded .navi ul.nav li.active > a.onloader {
    padding: 10px 0px 10px 20px;
}
.app-aside-folded .navi ul.nav li.active > a.onloader span {
    margin-left:15px;
}
.app-aside-folded .navi ul.nav li li a {
    padding-left: 35px;
}
.app-aside-folded .navi ul.nav li a > i {
    position: relative;
    float: left;
    width: 20px;
    margin:0 auto;
    /*overflow: hidden;*/
    line-height: 18px;
    text-align: center;
    font-size: 17px !important;
}
.app-aside-folded .bg-dark .nav > li:hover > a, .bg-dark .nav > li:focus > a, .bg-dark .nav > li.active > a {
    color: #ffffff;
    background-color: #2e3344;
}
.app-aside-folded .bg-dark .nav > li:hover > a, .bg-dark .nav > li:focus > a, .bg-dark .nav > li.select > a {
    color: #ffffff;
    background-color: #2e3344;
}

.app-aside-folded .active .nav-sub {
    height: auto !important;
    margin-left: 0;
    /*overflow: auto;*/
    /*opacity: 1;*/
    display:block;
}
.app-aside-folded .nav-sub {
    height: 0;
    margin-left: -20px;
    /*overflow: hidden;*/
    /*opacity: 0;*/
    display:none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.app-aside-folded .text-active, .active > .text, .active > .auto .text {
    display: none;
}
.app-aside-folded .active > .text-active, .active > .auto .text-active {
    display: inline-block !important;
}

.app-aside-folded .line {
    width: 100%;
    height: 2px!important;
    margin: 10px 0;
    /*overflow: hidden;*/
    font-size: 0;
}

/*
 * Box styles
 */
.box {
    border-radius: 0px;
    /*background: #FFF;*/
    margin: 0px auto 15px;
    text-align: left;
    box-sizing: border-box;
    /*
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.5);*/
}
.box.top-shadow {
    border-radius: 0px;
    /*background: #FFF;*/
    margin: 0px auto 15px;
    text-align: left;
    box-sizing: border-box;
    /*
    -webkit-box-shadow: 0px 2px 2px 1px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 2px 2px 1px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 2px 2px 1px rgba(50, 50, 50, 0.5);*/
}

@media screen and (max-width: 600px) {
    .content .box {
        border-radius: 0px;
    }
}

.box.inner-box {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.box.no-margin {
    margin-bottom: 0px;
}
.box.padding {
    padding: 15px 30px 30px;
}
.box.padding.padding-equal {
    padding: 30px;
}
.box.padding-medium {
    padding: 15px 20px 20px;
}
.box.padding-medium.padding-equal {
    padding: 15px;
}
.box.padding-small {
    padding: 9px;
}
.box.bg-color-med {
    background-color: #F3F3F3;
}
.box.box-border-med {
    border: 1px solid #E5E5E5;
}
@media screen and (max-width: 600px) {
    .box.padding.project-box {
        padding: 15px 15px 30px;
    }
}

@media screen and (max-width: 500px){
    .box.padding {
        padding: 15px 15px 30px;
    }
    .box.padding-medium {
        padding: 15px 20px 20px;
    }
}
@media screen and (max-width: 400px){
    .box.padding {
        padding: 15px 10px 30px;
    }
    .box.padding-medium {
        padding: 15px 10px 20px;
    }
}

.padding-side-small {
    padding-left: 7px;
    padding-right: 7px;
}
.padding-side-medium {
    padding-left: 12px;
    padding-right: 12px;
}
.padding-side {
    padding-left: 15px;
    padding-right: 15px;
}

.box h1 {
    color: #393939;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
    line-height: 30px;
    margin-bottom: 20px;
    position: relative;
}

.box h2 {
    color: #114F6E;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
}

.box h2 a.small-option {
    line-height: 18px;
}

.box h3 {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    position: relative;
}

.box h4 {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

h2 a.small-option {
    line-height: 16px;
}

.box.column-1 {
    width: 330px;
}


h1 a.option, h2 a.option, h3 a.option {
    float: right;
    font-size: 14px;
    padding-left: 7px;
    padding-right: 7px;
}
h1 a.option.buttonized {
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    margin-top: -5px;
    padding-left: 15px;
    padding-right: 15px;
}
h1 a.option.bg-dark:hover {
    color: #FFF;
}
h1 a.option.back, h2 a.option.back, h3 a.option.back {
    position: absolute;
    width: 40px;
    height: 40px;
    overflow: hidden;
    bottom: 0px;
    right: 0px;
    display: block;
    padding: 0px;
    text-indent: -100px;
    background: #333 url(../images/icon-back.png) no-repeat center center;
    color: #fff;
}
h1 a.option.calendar, h2 a.option.calendar, h3 a.option.calendar {
    width: 40px;
    height: 40px;
    overflow: hidden;
    bottom: 0px;
    right: 0px;
    display: block;
    padding: 0px;
    text-indent: -100px;
    background: #627CB5 url(../images/icon-calendar.png) no-repeat center center;
    color: #fff;
    margin-top: -5px;
}
h1 a.option.www, h2 a.option.www, h3 a.option.www {
    width: 40px;
    height: 40px;
    overflow: hidden;
    bottom: 0px;
    right: 0px;
    display: block;
    padding: 0px;
    text-indent: -100px;
    background: #333333 url(../images/icon-www.png) no-repeat center center;
    color: #fff;
    margin-top: -5px;
}

.option.option-tab, .option.option-tab a {
    text-decoration: none;
    color: #333;
}
.option.option-tab {
    padding-left: 12px;
    padding-right: 12px;
}
.option.option-tab:hover {
    background: #EDF1F2;
}

.box-header h1 {
    padding: 0px 50px 5px 10px;
}

@media screen and (max-width: 340px) {
    .box.column-1 {
        width: 300px;
    }
}

.box.column-1 h1 {
    text-align: center;
}

/*
 * Columns
 */
.column-0-50 {
    width: 150px;
}
.column-0-75 {
    width: 200px;
}
.column-0-80 {
    width: 220px;
}
.column-1 {
    width: 300px;
}
.column-2 {
    width: 600px;
}
.column-3 {
    width: 900px;
}
.column-half {
    width: 50%;
}
.column-12, .column-full {
    width: 100%;
}

.column-padder {
    padding: 20px;
    box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
    .column-half {
        width: 100%;
        float: none;
    }
}

/*
 * Various
 */
.hide {
    display: none;
}
.hide-important {
    display: none!important;
}

/*
 * Button styles
 */
.button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #FFF;
    font-weight: 600;
    -webkit-box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
    box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
    background: #666;
    box-sizing: border-box;
}
.button:hover {
    text-decoration: none;
}
.button.button-default {
    color: #58666e !important;
    background-color: #fcfdfd;
    background-color: #fff;
    border-color: #dee5e7;
    border-bottom-color: #d8e1e3;
    -webkit-box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
    box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
}
.button.button-default.deactive,
.button.button-default.disabled {
    color: #C4CCD0!important;
    border-color: #E9EEEF!important;
    cursor: default!important;
}
.button.button-default.deactive:hover,
.button.button-default.deactive:focus,
.button.button-default.deactive:active,
.button.button-default.disabled:hover,
.button.button-default.disabled:focus,
.button.button-default.disabled:active {
    background-color: #FFF;
}

.button-default:hover,
.button-default:focus,
.button-default:active,
.button-default.active,
.open .dropdown-toggle.button-default {
    color: #58666e !important;
    background-color: #edf1f2;
    border-color: #c7d3d6;
}

.button-default:active,
.button-default.active,
.open .dropdown-toggle.button-default {
    background-image: none;
}

.button.button-small {
    height: 26px;
    line-height: 16px;
    padding: 4px 6px;
}
.button.button-tiny {
    height: 18px!important;
    line-height: 13px!important;
    padding: 2px 2px!important;
}
.button.button-small-medium {
    height: 30px;
    line-height: 20px;
    padding: 4px 12px;
}
.button.button-medium {
    height: 36px;
    line-height: 26px;
    padding: 4px 12px;
}
.button.button-big {
    height: 46px;
    line-height: 36px;
    padding: 4px 16px;
}
.button.button-full-width {
    width: 100%;
}
.button.button-icon {
    overflow: hidden;
    padding: 4px;
}
.button.button-icon span {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    text-indent: -1000px;
}
.button.button-tiny.button-icon {
    height: 16px;
}
.button.button-small.button-icon {
    width: 26px;
}
.button.button-small.button-icon span, .button.button-small.button-icon i {
    width: 16px;
    height: 16px;
}

.button.button-small-medium.button-icon {
    width: 30px;
}
.button.button-small-medium.button-icon span, .button.button-small-medium.button-icon span i {
    width: 20px;
    height: 20px;
}

.button.button-medium.button-icon {
    width: 36px;
}
.button.button-medium.button-icon span, .button.button-medium.button-icon i {
    width: 26px;
    height: 26px;
}

.button.button-big.button-icon {
    width: 46px;
}
.button.button-big.button-icon span {
    width: 36px;
    height: 36px;
}

.button.no-border {
    border: 0px none!important;
}
.button.no-text-shadow {
    text-shadow: 0px none;
}

.button.button-blue, div.write-something .write-something-toolbar > li.wysihtml5-command-active {
    border-color: #2584B1;
    background: #43ABDA;
    background: -moz-linear-gradient(top,  #43ABDA 0%, #2787B5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#43ABDA), color-stop(100%,#2787B5));
    background: -webkit-linear-gradient(top,  #43ABDA 0%,#2787B5 100%);
    background: -o-linear-gradient(top,  #43ABDA 0%,#2787B5 100%);
    background: -ms-linear-gradient(top,  #43ABDA 0%,#2787B5 100%);
    background: linear-gradient(to bottom,  #43ABDA 0%,#2787B5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43ABDA', endColorstr='#2787B5',GradientType=0 );
    text-shadow: 1px 1px #247DA8;
}
.button.button-blue:hover, div.write-something .write-something-toolbar > li.wysihtml5-command-active:hover {
    border-color: #2584B1;
    background: #43ABDA;
    background: -moz-linear-gradient(top,  #43ABDA 50%, #2787B5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#43ABDA), color-stop(100%,#2787B5));
    background: -webkit-linear-gradient(top,  #43ABDA 50%,#2787B5 100%);
    background: -o-linear-gradient(top,  #43ABDA 50%,#2787B5 100%);
    background: -ms-linear-gradient(top,  #43ABDA 50%,#2787B5 100%);
    background: linear-gradient(to bottom,  #43ABDA 50%,#2787B5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43ABDA', endColorstr='#2787B5',GradientType=0 );
    text-shadow: 1px 1px #247DA8;
}

.button.button-orange {
    border-color: #B04600;
    background: #FF6600;
    background: -moz-linear-gradient(top,  #FF6600 0%, #D15300 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF6600), color-stop(100%,#D15300));
    background: -webkit-linear-gradient(top,  #FF6600 0%,#D15300 100%);
    background: -o-linear-gradient(top,  #FF6600 0%,#D15300 100%);
    background: -ms-linear-gradient(top,  #FF6600 0%,#D15300 100%);
    background: linear-gradient(to bottom,  #FF6600 0%,#D15300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6600', endColorstr='#D15300',GradientType=0 );
    text-shadow: 1px 1px #A64200;
}
.button.button-orange:hover {
    border-color: #B04600;
    background: #FF6600;
    background: -moz-linear-gradient(top,  #FF6600 50%, #D15300 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#FF6600), color-stop(100%,#D15300));
    background: -webkit-linear-gradient(top,  #FF6600 50%,#D15300 100%);
    background: -o-linear-gradient(top,  #FF6600 50%,#D15300 100%);
    background: -ms-linear-gradient(top,  #FF6600 50%,#D15300 100%);
    background: linear-gradient(to bottom,  #FF6600 50%,#D15300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6600', endColorstr='#D15300',GradientType=0 );
    text-shadow: 1px 1px #A64200;
}

.button.button-green {
    flex: 0 0 auto;
    transition: background .2s ease-in,border-color .2s ease-in;
    height: 30px;
    background-color: #22BB69;
    font-size: 13px;
    text-shadow: none;
    line-height: 20px;
    font-weight: 400;
    border: 1px solid #22BB69;
    border-radius: 6px;
    color: #ffffff !important;
    padding: 4px 12px;
}
.button.button-green:hover {
    background-color: #19A158;
    border-color: #19A158;
}
.button.button-green:focus {
    outline: none;
}
.button.button-green:active {
    line-height: 21px;
    background-color: #498925;
    border-color: #498925;
    outline: 0;
}

.button.button-red {
    border-color: #990000;
    background: #FF0000;
    background: -moz-linear-gradient(top,  #FF0000 0%, #CC0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF0000), color-stop(100%,#CC0000));
    background: -webkit-linear-gradient(top,  #FF0000 0%,#CC0000 100%);
    background: -o-linear-gradient(top,  #FF0000 0%,#CC0000 100%);
    background: -ms-linear-gradient(top,  #FF0000 0%,#CC0000 100%);
    background: linear-gradient(to bottom,  #FF0000 0%,#CC0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#CC0000',GradientType=0 );
    text-shadow: 1px 1px #990000;
}
.button.button-red:hover {
    border-color: #990000;
    background: #FF0000;
    background: -moz-linear-gradient(top,  #FF0000 50%, #CC0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#FF0000), color-stop(100%,#CC0000));
    background: -webkit-linear-gradient(top,  #FF0000 50%,#CC0000 100%);
    background: -o-linear-gradient(top,  #FF0000 50%,#CC0000 100%);
    background: -ms-linear-gradient(top,  #FF0000 50%,#CC0000 100%);
    background: linear-gradient(to bottom,  #FF0000 50%,#CC0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#CC0000',GradientType=0 );
    text-shadow: 1px 1px #990000;
}

.button.button-black {
    border-color: #000000;
    background: #333333;
    background: -moz-linear-gradient(top,  #333333 0%, #242424 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#242424));
    background: -webkit-linear-gradient(top,  #333333 0%,#242424 100%);
    background: -o-linear-gradient(top,  #333333 0%,#242424 100%);
    background: -ms-linear-gradient(top,  #333333 0%,#242424 100%);
    background: linear-gradient(to bottom,  #333333 0%,#242424 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#242424',GradientType=0 );
    text-shadow: 1px 1px #000000;
}
.button.button-black:hover {
    border-color: #000000;
    background: #333333;
    background: -moz-linear-gradient(top,  #333333 50%, #242424 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#333333), color-stop(100%,#242424));
    background: -webkit-linear-gradient(top,  #333333 50%,#242424 100%);
    background: -o-linear-gradient(top,  #333333 50%,#242424 100%);
    background: -ms-linear-gradient(top,  #333333 50%,#242424 100%);
    background: linear-gradient(to bottom,  #333333 50%,#242424 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#242424',GradientType=0 );
    text-shadow: 1px 1px #000000;
}

.button.button-facebook {
    border-color: #3D5384;
    background: #4C66A4;
    background: -moz-linear-gradient(top,  #4C66A4 0%, #41588C 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4C66A4), color-stop(100%,#41588C));
    background: -webkit-linear-gradient(top,  #4C66A4 0%,#41588C 100%);
    background: -o-linear-gradient(top,  #4C66A4 0%,#41588C 100%);
    background: -ms-linear-gradient(top,  #4C66A4 0%,#41588C 100%);
    background: linear-gradient(to bottom,  #4C66A4 0%,#41588C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C66A4', endColorstr='#41588C',GradientType=0 );
    text-shadow: 1px 1px #1F2943;
}
.button.button-facebook:hover {
    border-color: #3D5384;
    background: #4C66A4;
    background: -moz-linear-gradient(top,  #4C66A4 50%, #41588C 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#4C66A4), color-stop(100%,#41588C));
    background: -webkit-linear-gradient(top,  #4C66A4 50%,#41588C 100%);
    background: -o-linear-gradient(top,  #4C66A4 50%,#41588C 100%);
    background: -ms-linear-gradient(top,  #4C66A4 50%,#41588C 100%);
    background: linear-gradient(to bottom,  #4C66A4 50%,#41588C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C66A4', endColorstr='#41588C',GradientType=0 );
    text-shadow: 1px 1px #1F2943;
}

.button.button-violet {
    border-color: #4B67A0;
    background: #627CB5;
    text-shadow: 1px 1px #4B67A0;
}
.button.button-violet:hover {
    border-color: #6F85B3;
    background: #8196C4;
    text-shadow: 1px 1px #6F85B3;
}
.buttons-block {
    white-space: nowrap;
    display: inline-block;
}
.button.button-no-bg-violet {
    border-color: transparent;
    background: transparent;
    text-shadow: none!important;
    color: #627CB5;
}
.button.button-no-bg-violet:hover {
    border-color: transparent;
    background: transparent;
    text-shadow: none!important;
    color: #6F85B3;
}

.open .button.button-no-bg-violet {
    background: #FFF;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
}
/*
 * Input styles
 */
.input, .textarea {
    border: 1px solid #C0C0C0;
    border-left-color: #D9D9D9;
    border-top-color: #D9D9D9;
    background: #FFFFFF;
    font-size: 14px;
    color: #3F3F3F;
    padding: 5px 10px;
    box-sizing: border-box;
    height: 26px;
    line-height: 16px;
    border-radius: 0px;
}
.input.redesign,
.select-redesign {
    padding: 4px 5px 4px 10px;
    border-radius: 6px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    line-height: 22px;
    height: 30px;
}
.input.redesign:focus,
.input.redesign:focus-visible {
    border-color: #22BB69;
    outline: none;
}
.textarea {
    height: auto;
}
.input.visible-on-hover {
    border-color: #FFF;
}
.input.visible-on-hover:hover {
    border-color: #E0E0E0;
}
.input.visible-on-hover:focus {
    border-color: #0099CC;
}
.input.input-full-width, .textarea.textarea-full-width {
    width: 100%;
}
.input.input-tiny-date {
    height: 26px;
    line-height: 16px;
    padding: 6px;
    font-size: 11px;
}
.input.input-small {
    height: 26px;
    line-height: 16px;
    padding: 3px 5px;
    font-size: 12px;
}
.input.input-small-medium {
    height: 30px;
    line-height: 20px;
}
.input.input-medium {
    height: 36px;
    line-height: 26px;
}
.input.input-medium[type=file] {
    line-height: 18px;
}
.input.input-big {
    height: 46px;
    line-height: 36px;
}
.input.auto-height {
    height: auto;
}
.input.input-small.auto-height {
    height: auto;
    min-height: 26px;
}
.input.input-medium.auto-height {
    height: auto;
    min-height: 36px;
}
.input.input-big.auto-height {
    height: auto;
    min-height: 46px;
}
.input.input-icon-right {
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
}
.input.input-icon-left {
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 30px;
}
.input.input-width-column-0-25 {
    width: 75px;
}
.input.input-width-column-0-3 {
    width: 100px;
}
.input.input-width-column-0-5 {
    width: 150px;
}
.input.input-width-column-0-66 {
    width: 200px;
}
.input.input-width-column-0-75 {
    width: 250px;
}
.input.input-width-column-1 {
    width: 300px;
}
.input.input-width-column-1-5 {
    width: 450px;
}
.input.input-width-column-2 {
    width: 600px;
}
.input.input-inline-header {
    height: 40px;
    margin-top: -5px;
    border-bottom: none;
    border-right: none;
}
.margin-right-minus {
    margin-right: -10px;
}

.input-addon {
    padding: 0px 12px;
    font-size: 14px;
    font-weight: normal;
    color: #555;
    text-align: center;
    background-color: #edf1f2;
    border: 1px solid #cfdadd;
    height: 36px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: bottom;
    line-height: 34px;
    border-left: 0px none;
}
.input-addon.input-tiny {
    height: 26px;
    line-height: 23px;
    font-size: 11px;
}
.input.redesign + .input-addon {
    color: #76787c;
    background: #f4f4f4;
    border-color: #e0e0e0;
    border-radius: 0 6px 6px 0;
    position: relative;
    left: -6px;
    border-left: 1px solid #e0e0e0;

}
.input-preon {
    padding: 0px 12px;
    font-size: 14px;
    font-weight: normal;
    color: #555;
    text-align: center;
    background-color: #edf1f2;
    border: 1px solid #cfdadd;
    height: 36px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: bottom;
    line-height: 34px;
    border-right: 0px none;
}

/*
 * Paragraph (<p>) styles
 */
p.p-margin-bottom, .margin-bottom {
    margin-bottom: 9px;
}
p.p-padding-top, .padding-top {
    padding-top: 9px;
}

.input-row > span {
    /*    display: inline-block;
        width: 180px;
        float: left;*/
}
.input-row.input-row-small > span {
    line-height: 26px;
}
.input-row.input-row-medium > span {
    line-height: 36px;
    font-size: 13px;
}
.input-row.input-row-big > span {
    line-height: 46px;
    font-size: 14px;
}

.margin-none {
    margin: 0px!important;
}

.margin-top-none {
    margin-top: 0px!important;
}
.margin-top-xsmall {
    margin-top: 3px!important;
}
.margin-top-small {
    margin-top: 5px!important;
}
.margin-top-medium {
    margin-top: 10px!important;
}
.margin-top-big, .margin-top-large {
    margin-top: 20px!important;
}

.margin-bottom-none {
    margin-bottom: 0px!important;
}
.margin-bottom-xsmall {
    margin-bottom: 3px!important;
}
.margin-bottom-small {
    margin-bottom: 5px!important;
}
.margin-bottom-medium {
    margin-bottom: 10px!important;
}
.margin-bottom-large {
    margin-bottom: 20px!important;
}

.margin-left-none {
    margin-left: 0px!important;
}
.margin-left-xsmall {
    margin-left: 3px!important;
}
.margin-left-small {
    margin-left: 5px!important;
}
.margin-left-medium {
    margin-left: 10px!important;
}
.margin-left-large {
    margin-left: 20px!important;
}

.margin-right-none {
    margin-right: 0px!important;
}
.margin-right-xsmall {
    margin-right: 3px!important;
}
.margin-right-small {
    margin-right: 5px!important;
}
.margin-right-medium {
    margin-right: 10px!important;
}
.margin-right-large {
    margin-right: 20px!important;
}

.margin-xsmall {
    margin: 3px!important;
}
.margin-small {
    margin: 5px!important;
}
.margin-medium {
    margin: 10px!important;
}
.margin-large {
    margin: 20px!important;
}

.text-xsmall {
    font-size: 10px!important;
}
.text-small {
    font-size: 11px!important;
}
.text-xxmedium {
    font-size: 12px!important;
}
.text-xlxmedium {
    font-size: 13px!important;
}
.text-xmedium {
    font-size: 14px!important;
}
.text-medium {
    font-size: 16px!important;
}
.text-large {
    font-size: 18px!important;
}
.text-xlarge {
    font-size: 20px!important;
}
.text-xxlarge {
    font-size: 22px!important;
}
.text-xxxlarge {
    font-size: 26px!important;
}
.text-giant {
    font-size: 46px!important;
}
.text-giantx {
    font-size: 64px!important;
}
.text-giantxx {
    font-size: 78px!important;
}


.text-thin {
    font-weight: 300!important;
}
.text-normal {
    font-weight: 400!important;
}
.text-semibold {
    font-weight: 600!important;
}
.text-bold {
    font-weight: 700!important;
}
.text-right {
    text-align: right!important;
}
.text-left {
    text-align: left!important;
}
.text-center {
    text-align: center!important;
}
.text-justify {
    text-align:justify!important;
}
.text-upper {
    text-transform:uppercase;
}
.text-nodecoration {
    text-decoration: none!important;
}
.text-font-normal {
    font-style: normal;
}

.text-muted {
    color: #98a6ad;
}
.text-green {
    color: #22BB69!important;
}
.bg-green {
    background-color: #22BB69;
}
.bg-green.ltest,
.bg-green .ltest {
    background-color: #EFF7EA;
}
.text-yellow {
    color: #FFCC00;
}
.bg-yellow {
    background-color: #FFCC00;
}
.bg-yellow.ltest,
.bg-yellow .ltest {
    background-color: #FFFAE5;
}
.text-red {
    color: #FF3300!important;
}
.text-blue {
    color: #0066CC;
}
.text-blue-important {
    color: #0066CC!important;
}
.bg-red {
    background-color:#F18282;
}
.bg-red.ltest,
.bg-red .ltest {
    background-color:#FEF2F2;
}
.bg-blue {
    background-color: #23B7E5;
}
.bg-blue.ltest,
.bg-blue .ltest {
    background-color: #E9F8FC;
}

.text-white {
    color: #FFF;
}
.text-black {
    color: #000;
}

.padding-none {
    padding: 0px!important;
}
.padding-micro {
    padding: 3px;
}
.padding-tiny {
    padding: 6px;
}
.padding-small {
    padding: 10px;
}
.padding-medium {
    padding: 20px!important;
}
.padding-large {
    padding: 30px!important;
}

.padding-left-micro {
    padding-left: 3px!important;
}
.padding-left-tiny {
    padding-left: 6px!important;
}
.padding-left-small {
    padding-left: 10px!important;
}
.padding-left-medium {
    padding-left: 20px!important;
}
.padding-left-large {
    padding-left: 25px!important;
}

.padding-right-none {
    padding-right: 0px!important;
}
.padding-right-micro {
    padding-right: 3px!important;
}
.padding-right-tiny {
    padding-right: 6px!important;
}
.padding-right-small {
    padding-right: 10px!important;
}
.padding-right-medium {
    padding-right: 20px!important;
}

.padding-top-micro {
    padding-top: 3px;
}
.padding-top-tiny, .padding-tiny-top {
    padding-top: 6px;
}
.padding-top-small {
    padding-top: 10px;
}
.padding-top-medium {
    padding-top: 20px;
}
.padding-top-none {
    padding-top: 0px!important;
}

.padding-bottom-micro {
    padding-bottom: 3px;
}
.padding-bottom-tiny {
    padding-bottom: 6px;
}
.padding-bottom-small {
    padding-bottom: 10px;
}
.padding-bottom-medium {
    padding-bottom: 20px;
}
.padding-bottom-none {
    padding-bottom: 0px!important;
}


.text-line-through {
    text-decoration: line-through;
}

.text-lineheight-xsmall {
    line-height: 12px!important;
}
.text-lineheight-small {
    line-height: 15px!important;
}
.text-lineheight-xxmedium {
    line-height: 18px!important;
}
.text-lineheight-xmedium {
    line-height: 20px!important;
}
.text-lineheight-medium {
    line-height: 24px!important;
}
.text-lineheight-mediumx {
    line-height: 26px!important;
}
.text-lineheight-mediumxx {
    line-height: 30px!important;
}
.text-lineheight-big {
    line-height: 36px!important;
}

.text-shadow-white-1 {
    text-shadow: 1px 1px #FFF;
}
.text-shadow-black-1 {
    text-shadow: 1px 1px #000;
}

.no-shadow {
    box-shadow:none!important;
}

.border-left-only {
    border: none;
    border-left: 1px solid #dee5e7;
}
.border-right-only {
    border: none;
    border-right: 1px solid #dee5e7;
}
.border-top-none {
    border-top: none!important;
}

.border-left-none {
    border-left: none!important;
}
.border-right-none {
    border-right: none!important;
}

.border-bottom-none {
    border-bottom: none!important;
}
.border-bottom {
    border-bottom: 1px solid #dee5e7;
}
.border-top {
    border-top: 1px solid #dee5e7;
}
.border-left {
    border-left: 1px solid #dee5e7;
}
.border-right {
    border-right: 1px solid #dee5e7;
}
.border-side {
    border-left: 1px solid #dee5e7;
    border-right: 1px solid #dee5e7;
}
.border-0 {
    border: none;
}
.border-1 {
    border: 1px solid #dee5e7;
}
.border-2 {
    border-width: 2px;
}
.border-3 {
    border-width: 3px;
}
.border-4 {
    border-width: 4px;
}
.border-5 {
    border-width: 5px;
}
.border-dark {
    border-color: #C0CDD1!important;
}
.border-light {
    border-color: #F5F5F5!important;
}
.border-white {
    border-color: #FFFFFF!important;
}

.border-radius {
    border-radius: 4px;
}
.border-radius-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.border-radius-bottom {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.border-radius-none {
    border-radius: 0px!important;
}

.float-left, .pull-left {
    float: left;
}
.float-right, .pull-right {
    float: right;
}

.inline-block {
    display: inline-block;
}
.inline {
    display: inline;
}
.block {
    display: block;
}

.vertical-middle {
    vertical-align: middle;
}
.vertical-top {
    vertical-align: top;
}
.no-radius {
    border-radius: 0px!important;
}
.no-radius-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.radius {
    border-radius: 4px;
}
.radius-bottom {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.background-none {
    background-color: transparent!important;
}

.label-checkbox {
    background: #FFFFFF;
    display: inline-block;
    border-radius: 4px;
    padding: 4px 8px;
    color: #666666;
    line-height: 16px;
    cursor: pointer;
    margin-bottom: 0px;
}
.label-checkbox.input-style {
    height: 36px;
    box-sizing: border-box;
    border-radius: 0px;
    line-height: 26px;
}

.label-checkbox:hover {
    color: #000;
}
.label-checkbox input {
    vertical-align: middle;
    margin-right: 6px;
    display: none;
}
.label-checkbox span.checkbox {
    margin-right: 6px;
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-image: url(../images/checkbox-states3.png);
    background-position: -16px 0px;
    float: left;
}
.label-checkbox span.checkbox.active {
    background-image: url(../images/checkbox-states3.png);
    background-position: 0px 0px;
}
.label-checkbox span.checkbox.semiactive {
    background-image: url(../images/checkbox-states3.png);
    background-position: -48px 0px;
}
.label-checkbox span.checkbox.disabled {
    background-image: url(../images/checkbox-states3.png);
    background-position: -32px 0px;
}
.label-checkbox.radiobox span.checkbox,
.label-checkbox.radiobox span.checkbox.active,
.label-checkbox.radiobox span.checkbox.disabled
{
    background-image: url(../images/radio-states2.png);
}
.label-checkbox.input-style span.checkbox {
    margin-top: 6px;
}

.tickbox {
    display: inline-block;
    cursor: pointer;
}
.tickbox input {
    vertical-align: middle;
    margin-right: 6px;
    display: none;
}
.tickbox i.fa {
    color: #D4D4D4;
}
.tickbox i.fa.active {
    color: #33CC00;
}
.tickbox.danger i.fa.active {
    color: #FF3300;
}
.tickbox.warning i.fa.active {
    color: #FF9900;
}
.tickbox.positive i.fa.active {
    color: #22BB69;
}


/*.tiles {
    margin: 0px auto;
    padding: 10px;
}
.tiles.column-1 {
    width: 320px;
    padding-left: -10px
}
.tile-column {
    float: left;
}
.tile-column.column-1 {
    width: 160px;
}
.tile-column.column-2 {
    width: 320px;
}
.tile-column.column-3 {
    width: 480px;
}
.tile-column.column-4 {
    width: 640px;
}

.tile {
    padding: 10px;
    box-sizing: border-box;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: left;
    color: #FFF;
    float: left;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tile:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.tile h4 {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
}
.tile span {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.tile span.avatar {
    line-height: 50px;
    padding-right: 60px;
    font-size: 14px;
}
.tile span.avatar img {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
}
.tile.tile-xs {
    width: 150px;
    height: 150px;
}
.tile.tile-s {
    width: 310px;
    height: 150px;
}
.tile.tile-s-v {
    width: 150px;
    height: 310px;
}
.tile.tile-m {
    width: 310px;
    height: 310px;
}
.tile.tile-green {
    background: #00A13A;
}
.tile.tile-green-blue {
    background: #336666;
}
.tile.tile-blue {
    background: #336699;
}
.tile.tile-black {
    background: #1F1A17;
}
.tile.tile-orange {
    background: #FF6600;
}
.tile.tile-red {
    background: #CC0000;
}
.tile.tile-violet {
    background: #9933CC;
}*/

/*
 * Charts
 */
div.chart {
    min-height: 561px;
    width: 100%;
    margin: 10px auto;
    box-sizing: border-box;
    padding: 0px 10px;
    min-width: 300px;
}
div.chart[chart-hidden=true] {
    opacity: 0.75;
}
div.chart a:hover {
    text-decoration: none;
}
div.chart.height-auto {
    min-height: -moz-fit-content;
    min-height: fit-content;
}
div.chart-row {
    width: 100%;
    clear: both;
}
div.chart.half-quater {
    width: 75%;
    margin: 10px auto;
    float: left;
}
div.chart.half {
    width: 50%;
    margin: 10px auto;
    float: left;
}
div.chart.trio {
    width: 33%;
    margin: 10px auto;
    float: left;
}
div.chart.quater {
    width: 25%;
    margin: 10px auto;
    float: left;
    min-width: 200px;
}
div.chart h2 {
    font-family: 'DIN Pro', sans-serif;
    font-size: 19px;
    text-align: left;
    font-weight: 300;
    border-bottom: 1px solid #D9D9D9;
    line-height: 40px;
    margin-bottom: 20px;
    text-transform:uppercase;
    padding: 5px 10px;
    position: relative;
    box-sizing: border-box;
    text-overflow: ellipsis;
    width: 100%;
    /*overflow: hidden;*/
}
div.chart.quater h2 {
    font-size: 16px;
    line-height: 28px;
}
div.chart.quater h2 .chart-menu {
    padding: 0px 0px 0px 5px;
    margin-top: 7px;
}
div.chart h2 span {
    /*#color: #BA425D;*/
    color: #22BB69;
}

div.chart h2 a {
    color: #000000;
}

div.chart .dropdown.inline > a {
    color: rgb(124, 181, 236);
    font-weight: bold;
}

div.chart h2 i.tip, h1 i.tip, h2 i.tip, .pull-right i.tip 
/*, span i.tip - ten styl rozwala epack!*/
{
    font-size: 19px;
    /*#color: #BA425D;*/
    color: #22BB69;
    padding-left: 10px;
}

div.chart h2 em {
    font-size: 11px;
    color: #000;
    position: absolute;
    right: 13px;
    bottom: -9px;
    width: 225px;
    background: #D9D9D9;
    height: 16px;
    line-height: 16px;
    text-align: center;
    text-transform:none;
    font-style:normal;
    border-radius: 6px;
}
div.chart h2 em.part {
    bottom: -18px;
    right: 226px;
    width: 110px;
}

div.chart h2 .menu {
    display: inline-block;
    background: #b5b5b5;
    padding: 10px 20px;
}

div.chart h2 .menu.selected {
    background: #3a3f51;
}

div.chart h2 .menu a {
    font-size: 14px;
    color: #000;
}

div.chart h2 .menu.selected a {
    color: #fff;
}



@media screen and (max-width: 1700px) {
    div.chart h2 {
        font-size: 17px;
    }
    div.chart.trio h2 {
        font-size: 15px;
    }
    div.chart.quater h2 {
        font-size: 15px;
    }
    div.chart.quater h2 i {
        font-size: 16px;
    }
}
@media screen and (max-width: 1550px) {
    div.chart h2 {
        font-size: 16px;
    }
    div.chart.trio h2 {
        font-size: 14px;
    }
    div.chart.quater h2 {
        font-size: 13px;
    }
    div.chart.quater h2 i {
        font-size: 16px;
    }
}

@media screen and (max-width: 1500px) {
    div.chart.half, div.chart.half-quater {
        width: 100%;
    }
    div.chart h2 {
        font-size: 22px;
    }
    div.chart.trio h2 {
        font-size: 17px;
    }
    div.chart.quater h2 {
        font-size: 12px;
    }
    div.chart.quater h2 i {
        font-size: 16px;
    }

}
@media screen and (max-width: 1400px) {
    div.chart h2 {
        font-size: 17px;
    }
    div.chart.trio h2 {
        font-size: 14px;
    }
    div.chart.quater h2 {
        font-size: 13px;
    }
}
@media screen and (max-width: 1179px) {
    div.chart.trio {
        width: 100%;
    }
    div.chart.quater  {
        width: 100%;
    }
    div.chart.quater h2 {
        font-size: 13px;
    }
}

@media screen and (max-width: 800px) {
    div.chart.quater , div.chart.half {
        width: 100%;
    }
}
div.chart.quater.table-fix {
    min-width: 425px;
}
div.chart.quater.table-fix .table {
    min-width: 405px;
}
div.chart.half.table-fix {
    min-width: 850px;
}
div.chart.half.table-fix .table {
    min-width: 830px;
}

.table {
    width: 100%;
    border: 0px;
    border-collapse:collapse;
    margin-top: 25px;
}
.table th, .table td {
    border-bottom: 1px solid #D9D9D9;
    padding: 2px 3px;
    line-height: 20px;
}
.table.elements-map tbody td {
    text-align: center;
    padding: 0px;
}
.table.elements-map tbody th {
    text-align: left;
    padding-right: 4px;
    padding-left: 6px;
}

.table.elements-map tbody tr {
    /* no special colors */
}
.table.elements-map tbody tr:hover {
    background-color: #FFF;
}

.table tr.super th, .table tr.super td {
    border-bottom: 2px solid #D9D9D9;
    border-top: 2px solid #D9D9D9;
}

.table td.col-size-default,
.table th.col-size-default {
    width: 80px;
}

/*.kpi-matrix {
    border-collapse: collapse;
}
.kpi-matrix td, .kpi-matrix th {
    padding-left: 2px!important;
    padding-right: 2px!important;
}
.kpi-matrix td {
    border-left: 1px solid #D9D9D9;
    text-align: right!important;
}
.kpi-matrix .kpi-header {
    border-left: 0px none!important;
}
.kpi-matrix th.kpi-header {
    padding-left: 1px!important;
    padding-right: 1px!important;
}
.table-header-rotated td{
    width: 40px;
    vertical-align: middle;
}
td.kpi-header {
    width: auto!important;
}*/
/*.table-header-rotated th.rotate-45{
    height: 120px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    position: relative;
    vertical-align: bottom;
    padding: 0;
    font-size: 12px;
    line-height: 0.8;
}

.table-header-rotated th.rotate-45 > div{
    position: relative;
    top: 0px;
    left: -60px;  80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle
    height: 100%;
    -ms-transform:skew(45deg,0deg);
    -moz-transform:skew(45deg,0deg);
    -webkit-transform:skew(45deg,0deg);
    -o-transform:skew(45deg,0deg);
    transform:skew(45deg,0deg);
    overflow: hidden;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
}

.table-header-rotated  th.left-separator.rotate-45 > div {
    border-left: 3px solid #d9d9d9;
    left: -62px;
}

.table-header-rotated th.rotate-45 span {
    -ms-transform:skew(0deg,-27deg) rotate(90deg);
    -moz-transform:skew(0deg,-27deg) rotate(90deg);
    -webkit-transform:skew(0deg,-27deg) rotate(90deg);
    -o-transform:skew(0deg,-27deg) rotate(90deg);
    transform: skew(0deg,-27deg) rotate(90deg);
    position: absolute;
    bottom: 35px;
    left: -35px;
    display: inline-block;
    width: 110px;
    height: 38px;
    text-align: left;
    line-height: 18px;
    font-size: 10px;
    background: greenyellow;
    color: #333;
    font-weight: 500;
}

.kpi-matrix td.row-navigation {
    border-left: 0px none;
    width: 13px;
}
.kpi-matrix .kpi-dynamic {
    width: auto;
    font-size: 10px;
    display: inline-block;
    float: right;
    margin-left: 3px;
    margin-right: 3px;
}

.kpi-matrix .left-separator {
    border-left: 2px solid #D9D9D9;
}

.table.elements-map .kpi-header {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}
.table.elements-map td.kpi-total-level {
    font-size: 14px;
    font-weight: 400;
    border-bottom: 2px solid #d9d9d9;

}
.table.elements-map th.kpi-total-level {
    font-size: 15px;
    font-weight: 800;
    height: 38px;
    border-bottom: 2px solid #d9d9d9;
}
.table.elements-map th.kpi-level-1 {
    font-size: 14px;
    font-weight: 600;
    height: 28px;
    border-bottom: 2px solid #d9d9d9;
}
.table.elements-map td.kpi-level-1 {
    font-size: 12px;
    font-weight: 300;
    border-bottom: 2px solid #d9d9d9;
}
.table.elements-map td.kpi-level-2 {
    font-size: 11px;
    font-weight: 300;
    border-bottom: 2px solid #d9d9d9;
}
.table.elements-map th.kpi-level-2 {
    font-size: 13px;
    font-weight: 600;
    padding-left: 12px!important;
    height: 26px;
    border-bottom: 2px solid #d9d9d9;
}
.table.elements-map td.kpi-level-3 {
    line-height: 12px;
    font-size: 12px;
    font-weight: 300;
}
.table.elements-map th.kpi-level-3 {
    line-height: 11px;
    font-size: 11px;
    font-weight: 400;
    padding-left: 15px!important;
}
.table.elements-map td.kpi-level-4 {
    line-height: 12px;
    font-size: 10px;
    font-weight: 300;
}
.table.elements-map th.kpi-level-4 {
    line-height: 12px;
    font-size: 9px;
    font-weight: 400;
    padding-left: 20px!important;
}
.table.elements-map td.kpi-level-5 {
    line-height: 12px;
    font-size: 10px;
    font-weight: 300;
}
.table.elements-map th.kpi-level-5 {
    line-height: 12px;
    font-size: 9px;
    font-weight: 400;
    padding-left: 20px!important;
}
.kpi-matrix .negative {
    background-color: #FF6640;
    color: #FFF;
}
.kpi-matrix .neutral {
    background-color: #EDD789;
    color: #987B16;
}
.kpi-matrix .positive {
    background-color: #8ECC74;
    color: #FFF;
}
.neutral .kpi-dynamic i {
    color: #987B16;
}
.negative .kpi-dynamic i {
    color: #5E0000;
}
.positive .kpi-dynamic i {
    color: #003300;
}*/

.elements-map span.change {
    display: inline-block;
    width: 40px;
    padding: 0px 1px;
    border-radius: 2px;
    font-size: 10px
}
.elements-map span.change.up {
    background-color: #00CC66;
}
.elements-map span.change.down {
    background-color: #FF6666;
}
.elements-map span.change.na {
    background-color: #E2E2E2;
    color: #999999;
}

.elements-map span.value {
    display: inline-block;
    width: 40px;
}

span.dynamic {
    width: 16px;
    display: inline-block;
    float: right;
    margin-right: 5px;
    font-size: 12px;
}
span.dynamic.long {
    width: auto;
    font-size: 10px;
}
span.dynamic.small {
    font-size: 7px;
}

.table tbody td.store, .table tbody th.store {
    background-color: #FFF;
    height: 30px;
}
.table td.store img {
    max-width: 60px;
    max-height: 18px;
    vertical-align: bottom;
}
.table .rotate {

    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

    display: block;
    text-align: center;
}

span.available, span.less-available, span.not-available, span.outstock, span.empty, span.positive, span.neutral, span.negative, span.red, span.orange, span.green {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}
span.available i, span.less-available i, span.not-available i , span.outstock i, span.empty i, span.red i {
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    text-indent: 100px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url(../images/distribution-icon-set.png);
}
span.available i.value, span.less-available i.value, span.not-available i.value , span.outstock i.value, span.empty i.value, span.red i.value {
    text-indent: 0px;
    text-align: center;
    font-style: normal;
    width: 100%;
    height: auto;
    display: inline;
    line-height: 23px;
}

.bbw {
    position: absolute;
    width: 20px!important;
    height: 100%!important;
    right: 0px!important;
    top: 0px!important;
    border-left: 1px solid!important;
    font-size: 14px!important;
}
.bbw-positive {
    background-color: #5FC030!important;
    border-color: #53A82B!important;
    color: #2F5C18!important;
}
.bbw-negative {
    background-color: #FF3300!important;
    border-color: #AE2300!important;
    color: #FFF!important;
}

.bbw-inline-chart {
    position: absolute;
    width: 20px!important;
    height: 100%!important;
    right: 0px!important;
    top: 0px!important;
    border-left: 1px solid!important;
    background-color: #FF3300!important;
    border-color: #D9D9D9!important;
}
.bbw-inline-chart > em {
    width: 100%;
    display: inline-block;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
    background-color: #FF3300;
    border-color: #AE2300;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.bbw-inline-chart-positive {
    background-color: #5FC030!important;
    border-color: #53A82B!important;
}

.legend-element span i.value {
    line-height: 20px!important;
}
span.positive i , span.neutral i, span.negative i {
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    text-indent: 100px;
}

span.red, .red {
    background-color: #FF4848;
    color: #FFF;
}
span.red.alpha, .red.alpha {
    background-color: #FFDADA;
    color: #000;
}
span.orange, .orange {
    background-color: #FF9900;
}
span.orange.alpha, .orange.alpha {
    background-color: #FFEBCC;
}
span.yellow, .yellow {
    background-color: #FFCC00;
}
span.yellow.alpha, .yellow.alpha {
    background-color: #FFF2BF;
}
span.green, .green {
    background-color: #22BB69;
}
span.green.alpha, .green.alpha {
    background-color: #E0F5D6;
}
span.green2, .green2 {
    background-color: #A1CC1F;
}
span.green2.alpha, .green2.alpha {
    background-color: #E7F2C7;
}

span.empty i {
    background: none;
}
span.available i {
    background-position-x: 0px;
}
span.not-available i {
    background-position-x: -16px;
}
span.outstock i {
    background-position-x: -8px;
}
.table thead th.store {
    background: #FFF;
    width: 80px;
    max-width: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media screen and (max-width: 1500px) {
    .table thead th.store {
        width: 60px;
        max-width: 60px;
    }
}

.table thead th.site {
    background: #FFF;
    width: 96px;
}
.table thead th.site div {
    width: 96px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.table thead.header-white th {
    background: #FFF;
    padding: 6px 3px;
    position: relative;
}
.table thead th span.header-decorator {
    position: absolute;
    width: 10px;
    background: #FFF;
    display: block;
    height: 32px;
    border-bottom: 1px solid #D9D9D9;
}
.table thead th span.header-decorator.left {
    left:-10px;
    top: 0px;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.table thead th span.header-decorator.right {
    right:-10px;
    top: 0px;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.table thead th.store img {
    max-width: 60px;
    max-height: 18px;
    vertical-align: bottom;
}

.distribution-set-1 span.available i, .distribution-set-1 span.not-available i, .distribution-set-1 span.outstock i {
    background-position-y: 0px;
}
.distribution-set-2 span.available i, .distribution-set-2 span.not-available i, .distribution-set-2 span.outstock i {
    background-position-y: -8px;
}
.distribution-set-3 span.available i, .distribution-set-3 span.not-available i, .distribution-set-3 span.outstock i {
    background-position-y: -16px;
}
.distribution-set-4 span.available i, .distribution-set-4 span.not-available i, .distribution-set-4 span.outstock i {
    background-position-y: -24px;
}
.distribution-set-5 span.available i, .distribution-set-5 span.not-available i, .distribution-set-5 span.outstock i {
    background-position-y: -32px;
}
.distribution-set-6 span.available i, .distribution-set-6 span.not-available i, .distribution-set-6 span.outstock i {
    background-position-y: -40px;
}
.distribution-set-7 span.available i, .distribution-set-7 span.not-available i, .distribution-set-7 span.outstock i {
    background-position-y: -48px;
}
.distribution-set-8 span.available i, .distribution-set-8 span.not-available i, .distribution-set-8 span.outstock i {
    background-position-y: -56px;
}
.distribution-set-9 span.available i, .distribution-set-9 span.not-available i, .distribution-set-9 span.outstock i {
    background-position-y: -64px;
}
.distribution-set-10 span.available i, .distribution-set-10 span.not-available i, .distribution-set-10 span.outstock i {
    background: none;
}
.distribution-set-10 span.not-available {
    background: #E0E0E0;
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
}
.distribution-set-10 span.available {
    background: #22BB69;
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
}
.distribution-set-10 span.outstock {
    background: #FF9900;
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
}

.distribution-set-11 span.available i, .distribution-set-11 span.not-available i, .distribution-set-11 span.outstock i {
    background: none;
}
.distribution-set-11 span.not-available {
    background: #E0E0E0;
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
}
.distribution-set-11 span.available {
    background: #22BB69;
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
}
.distribution-set-11 span.outstock {
    background: #E0E0E0;
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
}

.distribution-set-12 span.available i, .distribution-set-12 span.not-available i, .distribution-set-12 span.outstock i {
    background: none;
}
.distribution-set-12 span.not-available {
    background: #E0E0E0;
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
}
.distribution-set-12 span.available {
    background: #22BB69;
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
}
.distribution-set-12 span.outstock {
    background: #E0E0E0;
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
}

.distribution-set-12 span.not-available.lost i, .distribution-set-12 span.available.gain i {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url(../images/distribution-icon-set.png);
}
.distribution-set-12 span.available.gain i {
    background-position-x: 0px;
    background-position-y: -64px;
}
.distribution-set-12 span.available.gain {
    background-color: #66CC34;
}
.distribution-set-12 span.not-available.lost i {
    background-position-x: -16px;
    background-position-y: -64px;
}
.distribution-set-12 span.not-available.lost {
    background-color: #E0E0E1;
}
.distribution-set-12 span.red {
    background: #DE5959;
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
}

/* 13 */
.distribution-set-13 span.available > i, .distribution-set-13 span.less-available > i, .distribution-set-13 span.not-available > i, .distribution-set-13 span.outstock > i, .distribution-set-13 span.red > i {
    background: none;
}
.distribution-set-13 span.not-available {
    background: #E0E0E0;
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
}
.distribution-set-13 span.available {
    background: #66CC33;;
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
}
.distribution-set-13 span.less-available {
    background: #8AC26E;
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
}
.distribution-set-13 span.outstock {
    background: #FF9900;
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
}
.distribution-set-13 span.outstock.yellow {
    background: #FFCC00;
}
.distribution-set-13 span.red {
    background: #DE5959;
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
}

.distribution-set-13 span.not-available.lost > i, .distribution-set-13 span.available.gain > i, .distribution-set-13 span.red.lost > i, .distribution-set-13 span.red.gain > i {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url(../images/distribution-icon-set.png);
}
.distribution-set-13 span.available.gain > i, .distribution-set-13 span.red.gain > i {
    background-position-x: 0px;
    background-position-y: -64px;
}
.distribution-set-13 span.available.gain {
    background-color: #66CC34;
}
.distribution-set-13 span.not-available.lost > i, .distribution-set-13 span.red.lost > i {
    background-position-x: -16px;
    background-position-y: -64px;
}
.distribution-set-13 span.not-available.lost {
    background-color: #E0E0E1;
}
.distribution-set-13 small {
    font-size: 10px;
    color: #666;
    display: inline-block;
    padding: 1px 2px;
    background: #02EAEA;
    border-radius: 2px;
    line-height: 12px;
    margin-left: 5px;
}

/* 14 */
.distribution-set-14 span.available i, .distribution-set-14 span.not-available i, .distribution-set-14 span.outstock i {
    background: none;
}
.distribution-set-14 span i {
    width: auto!important;
    height: auto!important;
    text-indent: 0px!important;
    font-style:normal;
    vertical-align: middle;
}
.distribution-set-14 span.not-available {
    background: #E0E0E0;
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
}
.distribution-set-14 span.available {
    background: #22BB69;
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
}
.distribution-set-14 span.outstock {
    background: #FF9900;
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
}

.distribution-set-14 span.not-available.lost i, .distribution-set-14 span.available.gain i {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url(../images/distribution-icon-set.png);
}
.distribution-set-14 span.available.gain i {
    background-position-x: 0px;
    background-position-y: -64px;
}
.distribution-set-14 span.available.gain {
    background-color: #66CC34;
}
.distribution-set-14 span.not-available.lost i {
    background-position-x: -16px;
    background-position-y: -64px;
}
.distribution-set-14 span.not-available.lost {
    background-color: #E0E0E1;
}

.table thead th.metric, .table tbody td.metric {
    min-width: 20px;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
}
.table tbody td.metric-separator {
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
}

.table tbody td.metric i {
    font-style: normal;
}
.table tbody td.metric.metric-dynamic {

}

.metric-dynamic-plus, .metric-dynamic-minus, .metric-dynamic-static {
    padding-left: 8px!important;
    background-position: left center;
    background-repeat: no-repeat;
    background-position: 2px 7px;
}
.metric-dynamic-plus {
    background-image: url(../images/icon-change-plus.png);
}
.metric-dynamic-minus {
    background-image: url(../images/icon-change-minus.png);
}
.metric-dynamic-static {
    background-image: url(../images/icon-change-static.png);
}

.distribution-map-legend {
    width: 100%;
}
.distribution-map-legend div.legend-element {
    width: auto;
    display: inline-block;
    float: left;
    margin: 4px 8px 4px 4px;
}
.distribution-map-legend div.legend-element span {
    width: 20px;
    height: 20px;
    font-size: 11px;
    vertical-align: middle;
}
.distribution-map-legend div.legend-element em {
    font-style:normal;
}
span.empty {
    /*background: #FFF;
    border: 1px solid #CCC;
    box-sizing: border-box;*/
}

span.circle-value {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background: #666666;
    font-size: 15px;
    color: #FFF;
    font-weight: 600;
}
span.circle-value.color-1 {
    background: #00CC33;
}
span.circle-value.color-2 {
    background: #0099FF;
}

.emerch-value-main span.circle-value {
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 17px;
}

table.emerch-banners-map {
    text-align: center;
}
table.emerch-banners-map th.brand {
    font-size: 28px;
    font-weight: 300;
    color: #000;
    border-bottom: 0px none;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    text-align: left!important;
    line-height: 54px!important;
}
table.emerch-banners-map .emerch-value-main {
    text-align: center;
    height: 55px;
    border-bottom: 0px none;
}
table.emerch-banners-map .emerch-value {
}
table.emerch-banners-map .emerch-vis {
    width: 35%;
    padding: 10px 10px 10px 0px!important;
    text-align: left!important;
}
table.emerch-banners-map .emerch-vis img {
    max-width: 90%;
}

.sentiment-set-1 span i {
    width: auto!important;
    height: auto!important;
    text-indent: 0px!important;
    font-style:normal;
    vertical-align: middle;
}
.sentiment-set-1 span.negative {
    background: #FF3333;
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
}
.sentiment-set-1 span.positive {
    background: #22BB69;
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
}
.sentiment-set-1 span.neutral {
    background: #66CCCC;
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
}

/*
 * ON/OFF Switch
 */
.onoffswitch {
    position: relative; width: 70px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #000000; border-radius: 0px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 25px; padding: 0; line-height: 21px;
    font-size: 13px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    border: 2px solid transparent;
    background-clip: padding-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 5px;
    background-color: #22BB69; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 5px;
    background-color: #CCCCCC; color: #333333;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 19px; margin: 0px;
    background: #000000;
    position: absolute; top: 0; bottom: 0; right: 51px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

table.table-list {
    width: 100%;
    border-collapse: collapse;
    border-color: #dee5e7;
    border: 1px solid #dee5e7;
    background: #FFF;
}
table.table-list thead th {
    background-color: #F3F3F3;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: normal;
    line-height: 16px;
}
table.table-list td, table.table-list th {
    border-bottom: 1px solid #E6E6E6;
    padding: 5px 10px;
}
table.table-list thead th.header-name {
    padding-right: 5px;
    padding-left: 5px;
    border-left: 1px #DADADA solid;
}
table.table-list thead th.header-name.sort-buttons {
    position: relative;
}
table.table-list thead th.header-name a.sort-button {
    display: block;
    width: 100%;
    height: 12px;
    position: absolute;
    color: #D9D9D9;
    text-align: center;
    font-size: 15px;
}
table.table-list thead th.header-name.sort-button-show-on-hover a.sort-button {
    display: none;
}
table.table-list thead th.header-name.sort-button-show-on-hover:hover a.sort-button {
    display: block;
}
table.table-list thead th.header-name a.sort-button:hover {
    color: #8C8C8C;
}
table.table-list thead th.header-name a.sort-button.active {
    color: #009933;
}
table.table-list thead th.header-name a.sort-button.sort-button-asc {
    top: 0px;
    left: 0px;
}
table.table-list thead th.header-name a.sort-button.sort-button-desc {
    bottom: 5px;
    left: 0px;
}
table.table-list thead th.header-option {
    padding-right: 3px;
    padding-left: 0px;
}
table.table-list thead th.header-option.sort-buttons {
    border-left: 1px #EAEAEA solid;
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
}
table.table-list tr:nth-child(even) {
    background-color: #F7F7F7;
}
table.table-list tbody tr:hover {
    background-color: #E8E8E8;
}

table.table-list.no-bg-change tr:nth-child(even) {
    background-color: #FFF;
}
table.table-list.no-bg-change tbody tr:hover {
    background-color: #FFF;
}
table.table-list tbody tr.hov:hover,
table.table-list.no-bg-change tbody tr.hov:hover{
    background-color: #F7F7F7;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -3px;
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 4px;
    -moz-border-radius: 0 4px 4px;
    border-radius: 0 4px 4px 4px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu-placeholder {
    overflow: hidden;
    display: block;
    height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.caret-big {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 8px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}

.list-project-header-choose {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1010;
    display: none;
    float: left;
    min-width: 80px;
    padding: 2px 0;
    margin: 2px 0 0;
    font-size: 13px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu.dropdown-menu-integred {
    width: 100%;
    box-sizing: border-box;
    border-top: 0px none;
    margin-top: -1px;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 2px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu li.subgroup
{
    padding-left: 22px;
}
.dropdown-menu > li > a, .dropdown-menu > div.dropdown-menu-scroll > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a.active {
    background-color: #f5f5f5;
    font-weight: bold;
    color: #000;
}
.dropdown-menu > li.li-store {
    height: 30px;
}
.dropdown-menu li.li-store.disabled .label-checkbox {
    cursor: not-allowed;
    color:#cdcdcd !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > div.dropdown-menu-scroll > li > a:hover,
.dropdown-menu > li > a:focus, .dropdown-menu > div.dropdown-menu-scroll > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > div.dropdown-menu-scroll > li.active > a,
.dropdown-menu > div.dropdown-menu-scroll > li.active > a:hover,
.dropdown-menu > div.dropdown-menu-scroll > li.active > a:focus
{
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.dropdown-menu .dropdown-menu-scroll, .scroll-box {
    max-height: 300px;
    outline: none;
    margin-right: 1px;
}
.scroll-box-auto {
    outline: none;
}
.dropdown-menu .dropdown-menu-scroll.bottom-buttons {
    max-height: 260px;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.clear-both {
    clear: both;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
input[type=password]:disabled {
    background: #dddddd;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
    outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

.baseline {
    vertical-align: baseline;
}

/*
 * Product summary
 */
.product-summary {
    height: 220px;
    margin-top: 10px;
}
.product-summary .product-image-container {
    padding: 10px;
    background-color: #FFF;
    border-radius: 8px;
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 10px;
    border: 3px solid #D9D9D9;
    box-sizing: border-box;
}
.product-summary .product-image-container.flexi {
    width: 100%;
    height: 300px;
    margin-right: 0px;
}
.product-summary .product-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size:contain;
    width: 100%;
    height: 100%;
}
.product-summary .product-details {
    width: auto;
    float: left;
}
.product-details table {
    width: 100%;
    border-collapse: collapse;
}
.product-details table tbody th, .product-details table tbody td {
    padding: 3px 10px;
    border-bottom: 1px solid #E4E4E4;
}
.product-details table tbody th {
    font-weight: normal;
    font-weight: 300;
    padding-right: 15px;
}
.product-details table tbody td {
    font-weight: 600;
}
.product-details table tbody td span {
    color: #666;
}

.box-shadow {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}
.box-shadow-glow, .box-shadow-glow-on-hover:hover {
    box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.05), 1px 0px 2px rgba(0, 0, 0, 0.05)
}



/* Moving bar */

@-webkit-keyframes movingbar {
    0% {
        right: 50%;
        left: 50%;
    }
    99.9% {
        right: 0;
        left: 0;
    }
    100% {
        right: 50%;
        left: 50%;
    }
}

@-moz-keyframes movingbar {
    0% {
        right: 50%;
        left: 50%;
    }
    99.9% {
        right: 0;
        left: 0;
    }
    100% {
        right: 50%;
        left: 50%;
    }
}

@keyframes movingbar {
    0% {
        right: 50%;
        left: 50%;
    }
    99.9% {
        right: 0;
        left: 0;
    }
    100% {
        right: 50%;
        left: 50%;
    }
}

/* change bar */

@-webkit-keyframes changebar {
    0% {
        background-color: #23b7e5;
    }
    33.3% {
        background-color: #23b7e5;
    }
    33.33% {
        background-color: #fad733;
    }
    66.6% {
        background-color: #fad733;
    }
    66.66% {
        background-color: #7266ba;
    }
    99.9% {
        background-color: #7266ba;
    }
}

@-moz-keyframes changebar {
    0% {
        background-color: #23b7e5;
    }
    33.3% {
        background-color: #23b7e5;
    }
    33.33% {
        background-color: #fad733;
    }
    66.6% {
        background-color: #fad733;
    }
    66.66% {
        background-color: #7266ba;
    }
    99.9% {
        background-color: #7266ba;
    }
}

@keyframes changebar {
    0% {
        background-color: #23b7e5;
    }
    33.3% {
        background-color: #23b7e5;
    }
    33.33% {
        background-color: #fad733;
    }
    66.6% {
        background-color: #fad733;
    }
    66.66% {
        background-color: #7266ba;
    }
    99.9% {
        background-color: #7266ba;
    }
}

.help-block {
    color: #ECF8FB!important;
    width: auto!important;
    font-size: 12px!important;
    background: #23b7e5!important;
    padding: 4px 8px;
    border: 1px solid #17A0C8;
    line-height: 120%!important;
    box-sizing: border-box;
    display: block;
    margin: 2px 0px;
}
.input-row .help-block {
    width: 100%;
}
.help-block.form-error {
    background: #F05050!important;
    color: #FFF!important;
    border-color: #EB1818!important
}

.aggregate-navigator.aggregate-side-menu {
    margin-left: 220px;
}
.aggregate-navigator {
    border-top: 1px solid #dee5e7;
    color: #58666e;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    box-sizing: border-box;
    text-align: left;
    display: none;
}

.over-message {
    font: normal 20px / 50px Helvetica, Arial, Sans-Serif;
    letter-spacing: -1px;
    position:fixed;
    top: 50px;
    left: 25%;
    width: 50%;
    color: white;
    background-color: black;
    text-align: center;
    display: none;
    opacity: 0;
    z-index: 999999999;

    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;

    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.over-message p {
    padding: .3em;
    display: inline;
}

.over-message a {
    display: none;
}

.modal-popup {
    background-color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999999;
    display: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
}
.modal-popup a.modal-close-cross {
    position: absolute;
    right: 6px;
    top: 6px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    color: #ff9999;
    z-index: 9999999;
}
.modal-popup a.modal-close-cross:hover {
    color: #ff3366;
}
.modal-popup.modal-fixed {
    position: fixed;
}
.modal-popup.modal-top {
    top: 10%;
}

.modal-popup.modal-center {
    top: 49.5%;
    transform: translateY(-49.5%);
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert {
    font-size: 13px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.alert .close i {
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #19A158;
    background-color: #def5e9;
}
.alert-success hr {
    border-top-color: transparent;
}
.alert-success .alert-link {
    color: #19A158;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}

.color-box {
    width: 16px;
    height: 16px;
    display: inline-block;
    padding: 2px;
    box-sizing: border-box;
    border: 1px solid #C0C0C0;
    background: #FFF;
}
.color-box span {
    border: 1px solid #E8E8E8;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.color-box.active {
    border-color: #669900;
    background-color: #EEFFCC;
}
.color-box:hover, .color-box:focus {
    border-color: #999999;
}
.color-box.color-box-medium {
    padding: 4px;
    width:36px;
    height:36px;
}

.chart-menu {
    float: right;
    color: #838383;
    text-decoration: none;
    font-size: 18px;
    margin-top: 11px;
    line-height: 12px;
    padding: 5px 12px;
    border-radius: 3px;
}

.chart-menu:hover, .chart-menu:focus {
    text-decoration: none;
    background: #FFF;
    color: #000;
}
.chart-text-menu {
    /*#color: #BA425D;*/
    color: #22BB69;
    text-decoration: none;
}
.chart-text-menu:hover, .chart-text-menu:focus {
    text-decoration: none;
    color: #000;
}

.chart-export {
    float: right;
    color: #838383;
    text-decoration: none;
    font-size: 12px;
    margin-top: 6px;
    line-height: 12px;
    padding: 8px 8px;
    border-radius: 3px;
}
.chart-export:hover, .chart-export:focus {
    text-decoration: none;
    background: #FFF;
    color: #000;
}
.chart h2 .chart-export {
    display: none;
}
.chart:hover h2 .chart-export {
    display: inline;
}

.ball-pulse-sync > div {
    background: #00A13A!important;
}

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

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.overflow {
    overflow: hidden;
}

.border-box {
    box-sizing: border-box;
}

.sort-placeholder {
    border: 1px dashed #e6e6e6!important;
    background: #FFFFDD!important;
}

#sortFixed thead tr {
    /*border-bottom: 1px solid #d6d6d6; */
    cursor: auto;
}

#sortFixed tbody tr {
    /*border-bottom: 1px solid #e6e6e6; */

    cursor: n-resize;
}

/* TIP */
.tip {
    cursor:help;
}
a.tip {
    cursor: pointer;
}
#tip {
    position: absolute;
    top: 0;
    left: 11px;
    width: auto;
    z-index: 99999999;
    border-radius: 6px;
    background: url(../images/bg-tip.png);
    padding: 10px;
    display: none;
    min-height: 13px;
    min-width: 80px;
    max-width: 210px;
}
#tip span.arrow {
    display: block;
    position: absolute;
    left: -6px;
    top: 9px;
    width: 9px;
    height: 14px;
    background: url(../images/arrow-tip-left.png) no-repeat;
}
#tip.right span.arrow {
    display: block;
    position: absolute;
    left: auto;
    right: -3px!important;
    transform: rotate(225deg);
    width: 9px;
    height: 14px;
    background: url(../images/arrow-tip-right.png) no-repeat;
}
#tip div {
    font-size: 12px;
    font-weight: 500;
    color: #FFF;
    line-height: 140%;
    text-align: justify;
    word-break: break-word;
}

.help-overlay {
    width: 330px;
    height: 95%;
    background: #fff;
    border-left: 1px solid #dee5e7;
    position: fixed;
    overflow-y: auto;
    z-index: 3;
    top: 63px;
    right: 0;
}

.help-overlay .header {
    font-size: 20px;
    padding: 10px;
    background: #22BB69;
    color: #fff;
    text-align: left;
}

.help-overlay .content-help{
    text-align: left;
    padding: 15px;
}

.help-overlay .group a {
    color: #000;
    font-size: 14px;
}

.help-overlay .group {
    margin-top: 10px;
    line-height: 22px;
}

.help-overlay .topic {
    margin-left: 10px;
    font-size: 13px;
    color: #636363;
}

.help-overlay .topic a {
    font-size: 13px;
}

.radio /*, .checkbox*/ {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label, .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.i-checks > input {
    display: none;
}

.i-checks > i {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 0px;
    margin-right: 4px;
    margin-left: -20px;
    line-height: 1;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #cfdadd;
}
.i-checks.small > i {
    width: 16px;
    height: 16px;
    margin-left: -16px;
}

.i-checks input:checked + i {
    border-color: #23b7e5;
}
.radio.primary .i-checks {
    width: 100%;
}

.radio.primary .i-checks input:checked + i {
    border-color: #C8C9CB;
}
.i-checks input[type="radio"] + i, .i-checks input[type="radio"] + i:before {
    border-radius: 50%;
}
.i-checks input:checked + i:before {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background-color: #23b7e5;
}
.radio.primary .i-checks input:checked + i:before {
    background-color: #22BB69;
}
.i-checks.small input:checked + i:before {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
}
.i-checks > i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: transparent;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.presentation-side {
    width: 220px;
    height: 90%;
    position: fixed;
    overflow: hidden;
    z-index: 3;
    top: 60px;
}
.content-header-toolbar .presentation-side {
    top: 100px;
    box-sizing: border-box;
}
.presentation-side.left {
    border-right: 1px solid #dee5e7;
    left: 0;
    padding-right: 10px;
}

.presentation-side.right {
    border-left: 1px solid #dee5e7;
    right: 0;
    padding-left: 10px;
}
.presentation-workspace-wrapper {
    width: 100%;
    height: 100%;
    float: left;
}
.presentation-workspace {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    float: left;
    overflow: hidden;
    position: relative;
}
.presentation-workspace.left {
    padding-left: 220px;
}
.presentation-workspace.right {
    padding-right: 220px;
}
.presentation-workspace.show {
    background: #000;
}

.presentation-slide {
    width: 800px; /* 16:9 */
    height: 450px;
    background: #FFF;
    position: relative;
    margin: 20px auto;
    text-align: left;
    font-size: 1.2vh;
}
.presentation-workspace.show .presentation-slide {
    margin: 0px auto;
}
.presentation-workspace .presentation-slide {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
}
.presentation-workspace.show .presentation-slide {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.presentation-slide div.pcontainer {
    position: absolute;
    min-width: 10%;
    min-height: 5%;
}
.presentation-slide div.pcontainer[type="chart"] > div {
    height: 100%;
    width: 100%;
}
.presentation-workspace .presentation-slide div.pcontainer {
    border: 1px dashed #E0E0E0;
}
.presentation-workspace .presentation-slide div.pcontainer:hover {
    border: 1px dashed #CCC;
}
.presentation-workspace .presentation-slide div.pcontainer.active,
.presentation-workspace .presentation-slide div.pcontainer.active:hover {
    border: 1px dashed #000;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(15,131,255,1);
    -moz-box-shadow: 0px 0px 8px 1px rgba(15,131,255,1);
    box-shadow: 0px 0px 8px 1px rgba(15,131,255,1);
}

.presentation-workspace.show .presentation-slide div.pcontainer,
.presentation-workspace.show .presentation-slide div.pcontainer:hover,
.presentation-workspace.show .presentation-slide div.pcontainer.active {
    border: 0px none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.presentation-workspace .presentation-slide div.pcontainer textarea.editor {
    width: 100%;
    height: 100%;
    border: 0px none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    font-style: inherit;
    text-decoration: inherit;
    text-align: inherit;
    font-family: inherit;
    background: transparent;
    box-shadow: none;
    outline: none;
}

.presentation-slide-miniature {
    width: 100%;
    margin: 0px;
    border: 5px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 5px;
    background: #FFF;
    position: relative;
}
.slides-list {
    list-style: none;
}
.slides-list > li .presentation-slide-miniature {
    width: 100%;
    min-height: 88px;
    margin: 0px;
    border: 5px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
}
.slides-list > li .presentation-slide-miniature > img {
    width: 100%;
    height: 100%;
    display: block;
    min-width: 150px;
    min-height: 60px;
}
.slides-list > li:hover .presentation-slide-miniature {
    border: 5px solid #DBDBDB;
}
.slides-list > li.active .presentation-slide-miniature,
.slides-list > li.active:hover .presentation-slide-miniature {
    border: 5px solid #FF5B24;
}
.slides-list > li .presentation-slide-miniature div.pcontainer {
    position: absolute;
    min-width: 10%;
    min-height: 5%;
    border: 1px dashed #CCC;
    /*content: '';*/
}
.slides-list > li {
    padding: 10px;
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
}
.slides-list > li a.remove {
    color: #FFF;
    font-size: 15px;
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
    width: 25px;
    height: 25px;
    background: #FF4415;
    line-height: 25px;
    text-align: center;
    z-index: 9999;
    border-radius: 4px;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
}
.slides-list > li:hover a.remove {
    display: block;
}
.slides-list > li.slide-sort-placeholder {
    border: 1px dashed #CCC;
    height: 125px;
    background: #FFFFDD!important;
    list-style: none!important;
}

.slides-list > li > i.number {
    position: absolute;
    left: 11px;
    top: 43%;
    font-size: 12px;
    color: #666;
    text-decoration: none;
    font-style: normal;
}
#slide-templates-list .presentation-slide {
    width: 175px;
    height: 100px;
    background: #FFF;
    position: relative;
    margin: 10px;
    text-align: left;
    float: left;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
    cursor: pointer;
}
#slide-templates-list .presentation-slide:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255,91,36,0.8);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255,91,36,0.8);
    box-shadow: 0px 0px 5px 0px rgba(255,91,36,0.8);
}
#slide-templates-list .presentation-slide div.pcontainer {
    position: absolute;
    min-width: 10%;
    min-height: 5%;
    border: 1px dashed #CCC;
    content: '';
    background: #F4F4F4;
}

#container-context-menu {
    width: 50px;
    height: 22px;
    position: absolute;
    background: #FF5B24;
    display: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#container-context-menu .dropdown-toggle {
    color: #FFF;
    line-height: 22px;
    width: 100%;
    display: inline-block;
}
.info-box {
    float: left;
    width: auto;
    height: auto;
    background-color: #FFDD75;
    color: #9B7500;
    font-size: 13px;
    line-height: 28px;
    padding: 0px 10px;
    border-radius: 4px;
    margin: 5px 10px;
    display: inline-block;
    display: none;
}

#header .toolbar {
    width: 100%;
    height: 40px;
    background: #F5F5F5;
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    padding: 0px 25px;
    box-sizing: border-box;
}

#header .toolbar > ul > li {
    float: left;
    margin-right: 0px;
    list-style: none;
    padding: 4px 0px;
}
#header .toolbar > ul > li.divider {
    height: 40px;
    background: #E1E1E1;
    border-right: 1px solid #FFF;
    width: 1px;
    padding: 0px;
    margin: 0px 7px 0px 4px;
}
#header .toolbar > ul > li a.button-small {
    min-width: 30px;
    padding: 4px 7px;
    height: 32px;
    line-height: 23px;
    border-radius: 2px;
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
}
#header .toolbar > ul > li a.button-small:hover {
    color: #58666e !important;
    background-color: #edf1f2;
    border-color: #c7d3d6;
}
#header .toolbar > ul > li a.button-small.active {
    color: #58666e !important;
    background-color: #edf1f2;
    border-color: #c7d3d6;
}
#header .toolbar > ul > li a.button-small i.fa {
    font-size: 14px;
}

.color-selector {
    width: 14px;
    height: 14px;
    display: inline-block;
    padding: 0px;
    box-sizing: border-box;
    border: 1px solid #C0C0C0;
    background: #FFF;
    float:left;
    margin: 1px 5px 1px 1px;
}
#header .toolbar > ul > li a.button-small .color-selector {
    margin: 4px 5px 1px 1px;
}

.color-pallete-container {
    width: 220px;
    padding: 10px;
    box-sizing: border-box;
    line-height: 10px;
}
.color-pallete-container a {
    background: #FFF;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 1px;
}
.color-pallete-container a.active {
    border: 1px solid #000000;
    width: 16px;
    height: 16px;
}
.color-pallete-container .color-selector {
    margin: 0px;
    width: 18px;
    height: 18px;
}
.color-pallete-container .active .color-selector {
    border: 2px solid #FFF;
    width: 16px;
    height: 16px;
}
#progressbar {
    width: 100%;
    height: 3px
}
#progressbar .bar {
    height: 3px;
    background: green;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

.images-gallery {
    list-style: none;
    padding-bottom: 5px;
    padding-left: 4px;
    margin-top: 5px;
    min-height: 160px;
    display: block;
}
.images-gallery > li {
    float: left;
    width: 25%;
    height: 160px;
    margin-right: -1px;
    margin-top: -1px;
    box-sizing: border-box;
    border: 1px solid #E1E1E1;
    cursor: pointer;
    position: relative;
}
.images-gallery > li.active, .images-gallery > li.active:hover {
    background: #FFEEAA;
}
.images-gallery > li:hover {
    background: #F3F3F3;
}
.images-gallery > li span.image {
    vertical-align: middle;
    padding: 4px;
    margin: 3px;
    display: block;
    box-sizing: border-box;
    text-align: center;
}
.images-gallery > li span.image img {
    max-width: 100%;
    max-height: 150%;
}
.images-gallery > li span.name {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 16px;
    padding: 2px 8px;
    text-align: center;
    color: #333;
    box-sizing: border-box;
    font-size: 12px;
}
.images-gallery > li span.name em {
    color: #999;
    font-size: 11px;
    text-decoration: none;
    font-style: normal;
}
.images-gallery > li a.remove-file {
    color: #FFF;
    font-size: 15px;
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
    width: 25px;
    height: 25px;
    background: #FF4415;
    line-height: 25px;
    text-align: center;
    z-index: 9999;
    border-radius: 4px;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
}
.images-gallery > li:hover a.remove-file {
    display: block;
}

.presentation-navigator {
    position: fixed;
    bottom: 1%;
    left: 1%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 10px;
    border-radius: 5px;
}
.presentation-navigator ul,
.presentation-navigator ol {
    list-style: none;
}
.presentation-navigator ol li,
.presentation-navigator ul li {
    float: left;
    margin: 0px 1px;
}
.presentation-navigator ul li a.button,
.presentation-navigator ol li a.button {
    min-width: 27px;
}
.deactive {
    color: #CCC!important;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}
.meeting-badge {
    margin: 1px;
    display: inline-block;
    min-width: 10px;
    padding: 5px 7px;
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: left;
    vertical-align: baseline;
    background-color: #fa6666;
    border-radius: 7px;
    cursor: pointer;
}
.meeting-badge:hover {
    background-color: #B7103C;
}

.nav-sub .beta-badge {
    margin: 1px;
    display: inline-block;
    min-width: 10px;
    padding: 0px 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    text-align: left;
    vertical-align: baseline;
    background-color: #fa6666;
    border-radius: 4px;
    cursor: pointer;
    height: 20px;
}
.nav-sub .flex-badge {
    display: flex;
    justify-content: space-between;
}
.nav-sub .flex-badge span {
    display: flex;
}
.nav-sub .flex-badge b.label {
    display: flex;
}

.badge.up {
    position: relative;
    top: -10px;
    padding: 3px 6px;
    margin-left: -10px;
}

.badge-sm {
    padding: 2px 5px !important;
    font-size: 85%;
}
.badge-tag-color{
    display: inline-block;
    min-width: 2px;
    padding: 3px 7px;
    width: 2px;
    border-radius: 10px;
    height: 10px;
}
.navi ul.nav li a .badge, .navi ul.nav li a .label {
    padding: 2px 5px;
    margin-top: 2px;
    font-size: 11px;
}
h1 .badge {
    background-color: #f05050;
    position: absolute;
    bottom: -7px;
    left: 36px;
    font-size: 9px;
    font-weight: 300;
}

/*
 * Boksy produktowe
 */
.product-box {
    width: 12.5%;
    box-sizing: border-box;
    float: left;
    padding: 9px;
    border: 1px solid transparent;
}
@media screen and (max-width: 1600px) {
    .product-box {
        width: 20%;
    }
}
@media screen and (max-width: 1400px) {
    .product-box {
        width: 25%;
    }
}
@media screen and (max-width: 1100px) {
    .product-box {
        width: 33%;
    }
}
@media screen and (max-width: 900px) {
    .product-box {
        width: 50%;
    }
}
@media screen and (max-width: 450px) {
    .product-box {
        width: 100%;
    }
}

.product-box:hover {
    border: 1px solid #CCC;
    padding: 9px 9px;
    border-radius:8px;
    background: #edf1f2;
}
.product-box .product-image-container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 5px 5px;
    background: #FFF;
    border-radius: 4px;
    min-height: 190px;
}
.product-box .product-image-container h4 {
    height: 20px;
    line-height: 20px;
}

.product-box .product-image-container .image-placeholder{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url('/assets/images/icon-noimg.png');
}
.product-box .product-image-container .product-image {
    width: 100%;
    height: 100%;
    min-height: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:contain;
}
.product-box h3 {
    margin: 5px 0px;
    font-size: 12px;
    font-weight: 400;
    display: block;
    height: 32px;
    overflow: hidden;
    line-height: 16px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.product-box p.price {
    font-size: 13px;
    margin: 5px 0px;
    line-height: 16px;
    height: 32px;
}
.product-box p.price .price {
    background: #FFFFCC;
    padding: 2px 5px;
    border-radius: 4px;
    color: #804D00;
}
.product-box p.price .old-price {
    font-size: 12px;
    color: #999999;
    text-decoration: line-through;
    margin-left: 7px;
}
.product-box p.rating-comments {
    margin: 5px 0px;
    line-height: 16px;
    height: 32px;
}
/*.product-box .button {
    visibility:hidden;
}
.product-box:hover .button {
    visibility:visible;
}*/

.save-to-file {
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    text-align: left;
    list-style: none;
    font-family: 'DIN Pro', sans-serif;
    font-weight: 300;
    line-height: 40px;
    text-transform: uppercase;
    white-space: pre;
}


.star-rating-outline {
    width: 157px;
    height: 30px;
    display: block;
    background-image: url(../images/star-rating-outline-small.png);
    margin: 5px;
}
.star-rating-outline.tiny {
    width: 116px;
    height: 22px;
    display: block;
    background-image: url(../images/star-rating-outline-tiny.png);
    margin: 5px;
}
.star-rating {
    max-width: 157px;
    height: 30px;
    display: block;
    background-image: url(../images/star-rating-small.png);
}
.tiny .star-rating{
    max-width: 116px;
    height: 22px;
    display: block;
    background-image: url(../images/star-rating-tiny.png);
}

.table .escore_brand img {
    max-height: 30px;
    margin-top: 3px;
}
.table .escore_brand {
    min-width: 80px;
}
.table .escore_stars {
    width: 170px;
}

.quota {
    background-image: url(../images/quota.png);
    background-repeat: no-repeat;
    background-position: right center;
}

table.elements-list {

}
table.elements-list tbody td {
    padding-bottom: 5px;
}
.review_details {
    width: 125px;
}
.review_text {
    padding-left: 5px;
}

.tasked {
    color: #98a6ad;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.tasked a {
    color: #98a6ad;
}
.tasked img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.tasked .task-button {
    display: none;
}
.task-done {
    display: none;
}
.tasked .task-done {
    display: block;
    cursor: default;
}
.task-button, .task-done {
    width: 100px;
    text-align: left;
}
.task-line-done {
    color: #98a6ad!important;
}
.task-line-done .task-name {
    text-decoration:line-through;
}
.task-line-done .text-danger {
    color: #98a6ad!important;
}
.nowrap {
    white-space: nowrap;
}
.tile-container {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}
@media (min-width: 1550px) and (max-width: 1750px)  {
    .tile {
        min-height: 120px;
    }
}
@media (min-width: 1200px) and (max-width: 1550px)  {
    .tile-container {
        width: 100%;
    }
}
@media (max-width: 1000px) {
    .tile-container {
        width: 100%;
    }
}
.tile {
    height: 110px;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    background: #F7F7F7;
}
.tile:hover {
    background: #FFF;
}
.tile .tile-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}
.tile .tile-content {
    width: 100%;
    padding-left: 60px!important;
    box-sizing: border-box;
}
.tile .tile-content a {
    color: #000;
}
.tile .tile-content a:hover {
    text-decoration: none;
}
.tile .tile-content.padding-medium {
    padding-bottom: 3px!important;
}

.tabs-menu {
    list-style: none;
    text-align: left;
    margin-bottom: 0px;
}
.tabs-menu li {
    display: inline-block;
    font-size: 14px;
    /*border-right: 1px solid #d9d9d9;*/
    background: #FFF;
    /*border-top: 1px solid #d9d9d9;*/
    box-sizing: initial;
}
.tabs-menu.small li {
    font-size: 12px;
}
.tabs-menu li.first {
    margin-left: 25px;
    /*border-left: 1px solid #d9d9d9;*/
}
.tabs-menu li a {
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    height: 46px;
    padding: 5px 12px;
    line-height: 36px;
    color: #333;
}
.tabs-menu.small li a {
    font-weight: 600;
    height: 26px;
    line-height: initial!important;
}
.tabs-menu li a:hover {
    background-color: #fdfdfd;
}
.tabs-menu li a i {
    margin-right: 5px;
}
.tabs-menu li.active a i {
    color: #22BB69;
}
.tabs-menu li.active a {
    color: #22BB69;
    background: #fff;
}

.pt {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
}

.pt td.header {
    text-transform: uppercase;
    text-align: center;
    background-color: #f6f7fc;
    height: 3.125em;
    border-spacing: 0px;
}

.pt-header-bg {
    height: 2.500em;
    font-size: 100.0%;
    font-weight: 300;
}

.table-header-fixed {
  top:50px;
  position:fixed;
  width:auto;
  display:none;
  border:none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
  z-index: 99;
}
.table-header-container{
  width:100%;
  margin:auto;
  
}

#pt-header-fixed {
    position: fixed; 
    top: 60px; 
    display:none;
}

.pt-header-bg-grey, .pt-header-bg-grey a {
    background-color: #d3d3d3;
    color: #8f8f8f;
    text-decoration: none;
}

.pt-header-bg-orange, .pt-header-bg-orange a {
    background-color: #ef7512;
    color: #ffffff;
    text-decoration: none;
}

.pt-header-bg-green, .pt-header-bg-green a {
    background-color: #54AA2B; /*#07ba5c;*/
    color: #ffffff;
    text-decoration: none;
}

.pt-header-bg-blue, .pt-header-bg-blue a {
    background-color: #136ab7;
    color: #ffffff;
    text-decoration: none;
}

.pt-header-bg-violet, .pt-header-bg-violet a {
    background-color: #e635e7;
    color: #ffffff;
    text-decoration: none;
}
.pt-header-bg-brown, .pt-header-bg-brown a {
    background-color: #660033;
    color: #ffffff;
    text-decoration: none;
}
.pt-header-bg-red, .pt-header-bg-red a {
    background-color: #FF3737; /*#CC3333;*/
    color: #ffffff;
    text-decoration: none;
}
.pt-header-bg-dark-green, .pt-header-bg-dark-green a {
    background-color: #003300;
    color: #ffffff;
    text-decoration: none;
}

.pt-table-percent {
    text-align: center;
    height: 7.500em;
    font-weight: 300;
    font-size: 100.0%;
}
.pt-table-percent > th {
    position: relative;
}

.pt-percent-grey {
    background-color: #ececec;
}

.pt-percent-orange {
    background-color: #ff8827;
}

.pt-percent-green {
    background-color: #7ED555; /*#18d070;*/
}

.pt-percent-blue {
    background-color: #257fcd;
}

.pt-percent-violet {
    background-color: #cf79d0;
}

.pt-percent-brown {
    background-color: #990033;
}

.pt-percent-red {
    background-color: #FF6C6C; /*#FF3333;*/
}

.pt-percent-dark-green {
    background-color: #333300;
}

.pt-percent-total {
    font-weight: 700;
    font-size: 44px;
    line-height: 50px;
    color: #1b1e24;
}

.pt-percent-column {
    font-size: 337.5%;
    font-weight: 400!important;
}

.pt-circle.pt-na {
    font-weight: 400;
    background-color: #E0E0E0;
}
.pt-metric-na {
    color: #76787C;
    font-weight: 400;
    font-size: 22px;
}

.pt-circle {
    height: 50px;
    width: 50px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    position: relative;
    border: 1px solid transparent;
    transition: all 0.1s ease-in;
    color: #fff;
}

.pt-circle-big {
    height: 90px;
    width: 90px;
    font-size: 32px;
}
a > .pt-circle, a > .pt-na {
    color: #FFF!important;
    cursor: pointer!important;
}

.pt-circle em {
   font-size: 75.0%;
   font-style: normal;
}

.pt-c-bd-green {
    border: 1px solid #22BB69;
    background: rgba(34, 187, 105, 0.80);
}

.pt-c-bd-green:hover {
    background-color: #22BB69;
}

.pt-c-bd-yellow {
    background-color: #F5B93D;
    border-color: #F1A80D;
}

.pt-c-bd-yellow:hover {
    background-color: #F1A80D;
}

.pt-c-bd-red {
    background-color: #EE636F;
    border-color: #EA4150;
}
.pt-c-bd-red:hover {
    background-color: #EA4150;
}

.pt-row td {
    height: 5em;
    /* border:3px solid white; */
    border-right: 0;
    border-left: 0;
    padding: 0 10px;
}

.pt-row .border-left {
    border-left: 1px solid #E0E0E0;
}

.pt-row .border-right {
    border-right: 1px solid #E0E0E0;
}

.pt-row .border-bottom {
    border-bottom: 1px solid #E0E0E0;
}

.pt-row .border-top {
    border-top: 1px solid #E0E0E0;
}

.pt-text-black {
    color: black;
    font-weight: 300;
}

.pt-text-white {
    color: white;
    font-weight: 300;
}
.pt-text-white span:nth-child(n+2) td:nth-child(n+2) {
    color: white;
    font-weight: 300;
}

.pt-head-height {
    height: 4.750em;
}

.pt-text-small {
    font-size: 75.0%;
}

.pt-text-mid {
    font-size: 125.0%;
}

.pt-text-black-bold {
    font-weight: 700;
    color: #000;
    font-size: 1.000em;
}

.pt-text-grey {
    font-weight: 400;
    color: #808080;
    font-size: 125.0%;
}
.pt-text-grey a {
    text-decoration: underline;
    color: #808080;
}
.pt-text-grey a:hover {
    text-decoration: none;
    color: #666666;
}

.pt-cols-16 tbody td {
    width: 6.25%;
}

.pt-cols-15 tbody td{
   width: 6.6%;
}
.pt-cols-14 tbody td {
   width: 7.1%;
}
.pt-cols-13 tbody td {
   width: 7.7%;
}
.pt-cols-12 tbody td {
   width: 8.33%;
}
.pt-cols-11 tbody td {
   width: 9.1%;
}
.pt-cols-10 tbody td {
   width: 10.0%;
}
.pt-cols-9 tbody td {
   width: 11.1%;
}
.pt-cols-8 tbody td {
   width: 12.5%;
}
.pt-cols-7 tbody td {
   width: 14.3%;
}
.pt-cols-6 tbody td {
   width: 16.6%;
}
.pt-cols-5 tbody td {
   width: 20.0%;
}
.pt-cols-4 tbody td {
   width: 25.0%;
}
.pt-cols-3 tbody td {
   width: 33.33%;
}
.pt-cols-2 tbody td {
   width: 50.0%;
}
.pt-dynamic {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d3d3d3;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 700;
    padding-left: 1px;
    padding-right: 3px;
    color: #fff;
}
.pt-dynamic-inline {
    position:initial;
    margin-left: 3px;
    font-size: 14px;
    width: 16px;
    height: 16px;
    font-weight: 700;
    line-height: 16px;
    padding-left: 0px;
    padding-right: 0px;
    color: #FFF;
    display: inline-block;
}

.pt-dynamic.pt-negative {
    background-color: #EE636F;
    border-color: #EA4150;
}
.pt-dynamic.pt-positive {
    border: 1px solid #22BB69;
    background: rgba(34, 187, 105, 0.80);
}

.pt-circle > .pt-dynamic {
    font-size: 7px;
    width: 12px;
    height: 16px;
    font-weight: 200;
    line-height: 16px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}
.pt-circle > .pt-dynamic.arrow {
    font-size: 14px;
    width: 16px;
    height: 16px;
    font-weight: 700;
    line-height: 16px;
    padding-left: 0;
    padding-right: 0;
    background: #FFFFFF !important;
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    border-radius: 14px;
    visibility: hidden;
}
.pt-circle > .pt-dynamic.arrow .fa-angle-down {
    position: relative;
    top: 1px;
}
.pt-circle > .pt-dynamic.pt-positive,
.pt-circle > .pt-dynamic.pt-negative {
    visibility: visible;
}
.pt-circle > .pt-dynamic.pt-positive i {
    color: #19A158;
}
.pt-circle > .pt-dynamic.pt-negative i {
    color: #E1192B;
} 

.metric-title {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #76787C;
}

@media screen and (max-width: 1000px) {
    .pt-circle {
        border-radius: 0px;
        width: 100%;
        height: 100%;
        border-right: 1px solid #FFF;
        border-left: 1px solid #FFF;
    }
    .pt-circle > .pt-dynamic {
        right: 2px;
    }
    .metric-title {
        font-size: 10px;
    }
}

@media screen and (max-width: 900px) {
    .pt-circle {
        font-size: 125.0%;
    }
    .metric-title {
        font-size: 9px;
    }
}

.newsfeed div.big-img {
    background-size:100%;
    width:100%;
    position:relative;
}
.newsfeed img.big-img{
    opacity:0;
    width:100%;
    vertical-align: top;
}
.newsfeed div.text-box{
    width: 100%; 
    min-height: 60px; 
    position: absolute; 
    background-color: #000000;
    bottom: 0;
}
.newsfeed p.text-box{
    font-size: 20px;
    color: white;
    text-align: left;
    margin: 15px 15px 10px 15px;
}
.newsfeed.author-image-mid{
    height: 40px;
    width: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    float: right;
    margin-top: -11px;
    margin-right: 10px;
}
.newsfeed.author-image-small{
    height: 20px;
    width: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 5px 0px -6px 2px;

}
.col-sb-80 {
    width: 80px;
}
div.breadcrumb {
    /*padding: 7px 0px 7px 20px;
    background-color:#fafeff;*/
    padding: 0px!important;
    background-color: #fff;
    margin:0px !important;
}
ul.breadcrumb {
    text-align:left;
    list-style: none;
    font-family: 'DIN Pro', sans-serif;
    margin: 0px!important;
    background: none;
}
.breadcrumb.breadcrumb-medium {
    font-size: 18px;
}
.breadcrumb > li {
    color: #7f7f80;
    display: inline-block;
}
.breadcrumb > li + li:before {
    color: #909090;
    content: "\00bb";
    padding: 0px 7px;
}
.breadcrumb.breadcrumb-medium > li + li:before {
    color: #999999;
    content: "/";
    padding: 0px 7px;
}
.breadcrumb > li > a {
    color: #7f7f80;
    font-weight: 300;
}
.breadcrumb.breadcrumb-medium > li > a {
    color: #666666;
}
.breadcrumb > li > a:hover{
    text-decoration: none;
    color:#000;
}
.breadcrumb > .active {
    color: #333;
}
.breadcrumb > .active a {
    color: #777;
    font-weight: 400;
}
.breadcrumb.breadcrumb-medium > .active a {
    color: #333333;
    font-weight: 600;
}
.breadcrumbs-unified .breadcrumb > li {
    font-size: 14px;
    color: #1b1e24;
    position: relative;
    top: 6px;
}
.breadcrumbs-unified .breadcrumb > .active {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    position: static;
}
.breadcrumbs-unified .breadcrumb > li + li:before {
    margin: 0 7px 0 7px;
    color: #c8c9cb;
    font-size: 12px;
    content: '/'
}

.highcharts-axis-labels tspan:hover {
    opacity: 0.5;
}

.ul-help{
    list-style-type: square;
    margin-left: 5px;
}

#slider-navbar{
    position: absolute;
    left:50%;
    bottom:0px;
}
#slider-nav{
    position: relative;
    left:-50%;
}

.bg-dark .grid-stack-item-content{
    border:8px solid #3A3F51;
    border-bottom:none;
}

.bg-light .grid-stack-item-content{
    border:8px solid #F3F5F6;
    border-bottom:none;
}

.bg-dark table.table-list {
    width: 100%;
    border-collapse: collapse;
    border:none;
    background: #666D86;
    color:white!important;
}
.bg-dark table.table-list a {
    color: #fff;
}
.bg-dark .dropdown a {
    color: #3F3F3F!important;
}
.bg-dark table.table-list thead th {
    background-color: #495a8c;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: normal;
    line-height: 16px;
}
.bg-dark table.table-list td, .bg-dark table.table-list th {
    border:none;
    padding: 5px 10px;
}
.bg-dark table.table-list thead th.header-name {
    padding-right: 5px;
    padding-left: 5px;
    border:none;
}
.bg-dark table.table-list tr:nth-child(even) {
    background-color: #495a8c;
}
.bg-dark table.table-list tbody tr:hover {
    background-color: #707790;
}
.background-alert_date {
    background-color: #e5e5e5;
}
.text_alert_date {
    cursor: pointer;
}
.alert_cursor {
    cursor: pointer;
}
.margin-alert-config {
    margin-left: 110px;
    margin-right: 80px;
    width: auto;
}

.v-target,
.show-absolute .v-target {
    display: none;
}
.show-target .v-target {
    display: block;
}
.show-target .v-absolute {
    display: none;
}

.pt .v-target,
.pt.show-absolute .v-target {
    display: none;
}
.pt.show-target .v-target {
    display: inline-block;
}
.pt.show-target .v-absolute {
    display: none;
}

/*
show-value
- ukryta dynamika
- show-absolute
- show-target
*/
.show-value .v-dynamic {
    display: none!important;
}
.show-value.show-absolute .v-value.v-target {
    display: none;
}
/* - show-target */
.show-value.show-target .v-value.v-absolute {
    display: none;
}
.show-value.show-target .v-value.v-target {
    display: inline-block;
}

/*
show-dynamic
- ukryte metryki
- show-absolute
- show-target
*/
.show-dynamic .v-value {
    display: none;
}
.show-dynamic.show-absolute .v-dynamic.v-target {
    display: none;
}
/* - show-target */
.show-dynamic.show-target .v-dynamic.v-absolute {
    display: none;
}
.show-dynamic.show-target .v-value.v-target {
    display: none;
}
.show-dynamic.show-target .v-dynamic.v-target {
    display: inline-block;
}

.layer_header {
    width: 100%;
    position: relative;
}
.layer_header_text {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--charcoal);
}
.layer_content {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    color: var(--charcoal);
}

.circle-dots-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    gap: 4px;
}

.circle-dots-wrapper + br {
    display: none;
}

.circle-dot-green, .circle-dot-yellow, .circle-dot-red {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    float: left;
    background-color: #07ba5c;
}

.circle-dot-yellow {
    background-color: #f1a80d;
}

.circle-dot-red {
    background-color: #ff274a;
}

.onenumber-placeholder {
    width: 100%;
    min-height: 800px;
    background-position: top center;
    background-image: url(../images/onenumber_placeholder.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
.onenumber-placeholder .onenumber-information {
    width: 60%;
    margin: 0px auto;
    background: rgba(237,241,2425,0.9);
    min-height: 200px;
    position: absolute;
    top: 210px;
    left: 20%;
    border-radius: 10px;
    border: 1px solid #dee5e7;
}

.onenumber-links-list {
    list-style: none;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}
.onenumber-links-list > li {
    padding: 7px 10px;
    display: flex;
    align-items: baseline;
}
.onenumber-links-list > li:hover {
    border-radius: 4px;
    background: #F4F4F4;
}
.onenumber-links-list > li:hover i {
    color: #22BB69;
    font-weight: 700 !important;
}
.onenumber-links-list > li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #1b1e24;
}
.onenumber-links-list > li i {
    color: #96989C;
    font-weight: 300 !important;
    position: relative;
    top: 1px;
    transition: all 0.1s ease-in;
}
.explorer_presets_dropdown li > a.show-on-hover {
    display: inline!important;
    visibility: hidden;
    padding: 5px!important;
}
.explorer_presets_dropdown li > a.first {
    padding: 0px 5px 0px 15px!important;
}
.explorer_presets_dropdown li:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.explorer_presets_dropdown li {
  display: flex;
  justify-content: space-between;
}
.explorer_presets_dropdown .icon-light i {
    font-weight: 400;
    color: #96989C;
}
.explorer_presets_dropdown .icon-strong i {
    font-weight: 800;
    color: #22BB69;
}
.explorer_presets_dropdown li:hover > a.show-on-hover {
    visibility: initial;
}
.explorer_presets_dropdown .dropdown-toggle .dropdown-menu-placeholder {
    flex: auto;
}
.explorer_presets_dropdown .close-dropdown {
    max-width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-block h1 {
    margin-bottom: 10px;
    margin-top: 40px;
}
.text-block h2 {
    margin-bottom: 10px;
    margin-top: 30px;
}
.text-block h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}
.text-block h4 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.text-block p {
    margin-bottom: 8px;
}
.text-block ul, .text-block ol {
    padding: 5px 5px 5px 10px;
    list-style-position: inside;
}

#nps-block {
    right: 0;
    left: 220px;
    background-color: #809BA4; /*#22BB69; */
    position:fixed;
    height: 120px;
    bottom:0px; 
    z-index:99999; 
    margin: 0px;
}

@media only screen and (max-width: 768px) {
    #nps-block {
      display: none;
    }
}

#nps-close {
    position: absolute;
    display: block;
    right:20px;
    top:3px;
    font-size:25px;
    color:#546D76;
}

.nps-rating {
    display: flex;
    flex-flow: row-reverse nowrap;
    font-size:19px;
    margin-top: 8px;
}

.nps-rating-container {
    display: flex;
    margin: 10px 15px;
}

.nps-rating-question {
    font-size: 14px;
}

.nps-scale {
    display: flex;
    justify-content: space-between;
}

.nps-rating-column {
    position: relative;
    display: flex;
    flex-grow: 1;
    flex-flow: column nowrap;
    align-items: center;
    margin-right: 30px;
    color: #fff;
}

.nps-rating-column.center {
    align-items: center;
    justify-content: center;
}

.nps-rating-element {
    display: inline-block;
}

.nps-rating-element label {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border-width: 2px;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    color: #FFF;
    border-style:solid;
    font-style:normal;
    font-weight:400;
    margin-left: 5px;
    cursor: pointer;
    transition: all .2s ease-in;
}

.nps-rating-element input[type="radio"] {
    opacity: 0;
    position: absolute;
}

.nps-rating-element.rating-negative label:hover,
.nps-rating-element.rating-negative label:hover~ .nps-rating-element label {
    color:#FF2828;
}

.nps-rating-element.rating-neutral label:hover,
.nps-rating-element.rating-neutral label:hover~ .nps-rating-element label {
    color:#EDF147;
}

.nps-rating-element.rating-positive label:hover,
.nps-rating-element.rating-positive label:hover~ .nps-rating-element label {
    color:#7ED555;
}

.nps-rating-element.rating-negative input[type="radio"]:checked + label {
    background-color: #FF2828;
    border-color: #FF2828;
}

.nps-rating-element.rating-neutral input[type="radio"]:checked + label {
    background-color: #EDF147;
    border-color: #EDF147;
}


.nps-rating-element.rating-positive input[type="radio"]:checked + label {
    background-color: #7ED555;
    border-color: #7ED555;
}

.nps-rating-element.rating-negative input[type="radio"]:checked + label:hover,
.nps-rating-element.rating-neutral input[type="radio"]:checked + label:hover,
.nps-rating-element.rating-positive input[type="radio"]:checked + label:hover {
    color: #fff;
}

#nps-validation-message {
    display: none;
    position: absolute;
    width: max-content;
    bottom: 15px;
    text-align: center;
    color: red;
    font-weight: 600;
}

#nps-validation-message.show {
    display: block;
}

.tag-white-gray{
    border:1px solid #ddd;
    color:#bbb;
    background-color: #FFFFFF;
}
.input-search-product-group{
    height: 36px;
}

.category-position {
    border: 1px solid #d9d9d9!important;
}

.product-distribution-off{
    background-color:#E0E0E0!important;
}

.modal-data-available{
    cursor: pointer;
}

.table-category th,
.table-category td{
    text-align: center;
}

.table-category th:first-child,
.table-category td:first-child{
    text-align: left;
}

td.not-available {
    background: #E0E0E0;
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
}

.tags .blue:hover,
#tag_on_off_switch .blue:hover {
    background-color: #FF0000;
}

.tags .grey:hover,
#tag_on_off_switch .grey:hover {
    background-color: #22BB69;
}

.blue{
    background-color: #008BD2;
}

.category-status {
    display: inline-block;
    min-width: 1px;
    padding: 3px 5px;
    width: 1px;
    border-radius: 5px;
    height: 5px;
}

a.category-name:hover > i{
    display: inline!important;
}

.expectation-read-only{
    background-color: #ffd170;
    border-top: 1px solid #ffb519;
    border-bottom: 1px solid #ffb519;
}

.probe-early-publication-msg {
    background-color: #ffd170;
    border-top: 1px solid #ffb519;
    border-bottom: 1px solid #ffb519;
}

.probe-early-publication-msg-redesign {
    display: flex;
    align-items: center;
    background: #CDE4FE;
    color: #4287E2;
    padding: 10px 20px;
    gap: 10px;
}

.probe-early-publication-msg-redesign i {
    font-size: 16px;
}

.probe-early-publication-msg-redesign strong {
    font-size: 13px;
    line-height: 16px;
}

.probe-early-publication-msg-redesign span {
    font-size: 12px;
    font-weight: 500;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

/* start new filter set - ESV-6825 */
/* icons */
.new-filter-set .dropdown-menu i {
    font-size: 16px;
    height: 16px;
    width: 16px;
}

.new-filter-set .after-option-select a .fal {
    color: #C8C9CB;
}

.new-filter-set .after-option-select a .fal:hover {
    font-weight: 700;
}

.new-filter-set .after-option-select a.text-green .fal {
    color: #22BB69;
    font-weight: 700;
}

.new-filter-set .after-option-select a.text-green .fal:hover {
    color: #19A158;
}

.new-filter-set .after-option-select .fa-times:hover {
    color: #FF0000;
    font-weight: 900;
}
/* dropdown */
/* list */
.new-filter-set .dropdown-menu .dropdown-menu-scroll {
    margin-bottom: 10px;
}

.new-filter-set .dropdown-menu .dropdown-menu-scroll li {
    display: flex;
    justify-content: space-between;
}

.new-filter-set .dropdown-menu .dropdown-menu-scroll li:not(.dropdown-header):hover {
    background-color: #f5f5f5;
}

.new-filter-set .dropdown-menu .dropdown-menu-scroll li > a {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #1B1E24;
}

.new-filter-set .dropdown-menu li .after-option-select {
    flex: 1 0 auto;
}

.new-filter-set .dropdown-menu .dropdown-header {
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
    padding: 3px 10px;
}

.new-filter-set .dropdown-menu li + .dropdown-header {
    margin-top: 10px;
}

.new-filter-set .dropdown-menu .dropdown-header div {
    font-style: italic;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 7px;
    color: #76787C;
    background-color: #F4F4F4;
    padding: 2px 8px;
    border-radius: 4px;
}

.new-filter-set .dropdown-menu .dropdown-header i {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #76787C;
}

/* modal - delete filter */
.new-filter-set-modal {
    border-radius: 12px;
    width: 400px;
    background-color: #fff;
}

.new-filter-set-modal .wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

.new-filter-set-modal .wrapper__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new-filter-set-modal .wrapper__header__title {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #E1675C;
}

.new-filter-set-modal .wrapper__header__close {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    padding: 7px;
    text-decoration: none;
}

.new-filter-set-modal .wrapper__header__close:hover {
    background: #F4F4F4;
}

.new-filter-set-modal .wrapper__header__close i {
    width: 16px;
    color: #76787C;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.new-filter-set-modal .wrapper__content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin: 0;
}

.new-filter-set-modal .wrapper__content p strong{
    font-weight: 700;
}

.new-filter-set-modal .wrapper__footer {
    display: flex;
    gap: 20px;
}

.new-filter-set-modal .wrapper__footer a {
    flex: 1 0 auto;
    height: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 6px 12px;
    border-radius: 4px;
}

.new-filter-set-modal .wrapper__footer a:hover {
    text-decoration: none;
}

.new-filter-set-modal .wrapper__footer__cancel  {
    background: #fff;
    color: #1B1E24;
}

.new-filter-set-modal .wrapper__footer__cancel:hover  {
    background: #00000025;
}

.new-filter-set-modal .wrapper__footer__delete {
    background: #E1675C;
    color: #fff;
}

.new-filter-set-modal .wrapper__footer__delete:hover {
    background: #CD160A;
}
/* end new filter set - ESV-6825 */

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}
.hover-action {
    display: none;
}
.hover-anchor:hover > .hover-action,
.hover-anchor:focus > .hover-action,
.hover-anchor:active > .hover-action {
    display: inherit;
}
a.list-group-item:hover,
a.list-group-item:focus,
a.list-group-item.hover {
    background-color: #f6f8f8;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

/*
 * Steps
*/
.step-box {
    width: 90%;
    margin-bottom: 25px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.step-dot {
    width: 15%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #8e8e93;
    font-weight: normal;
    text-align: center;
}
.step-2 .step-dot {
    width: 20%;
}
.step-dot .step-circle {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color:#efeff4;
    line-height: 64px;
    text-align: center;
    text-color: #8e8e93;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.step-dot.active .step-circle {
    background-color: #22BB69;
    color: #ffffff;
}
.step-dot.current {
    color: #22BB69;
    font-weight: normal;
}
.step-line {
    float: left;
    width: 10%;
    height: 2px;
    margin-top:30px;
    border-bottom: 2px dotted #979797;
}
.step-2 .step-line {
    width: 60%;
}
.step-line.active {
    border-bottom: 2px dotted #22BB69;
}

.onenumber-table {
    text-align: center;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 30px;
}
.onenumber-table tbody tr:hover td {
    background: #f4f4f4;
}

.onenumber-table .pt-header-bg {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #1B1E24;
}

.onenumber-table .pt-table-percent {
    height: 65px;
}

.onenumber-table .th-width {
    width: 60px;
}

.onenumber-table thead {
    position: sticky;
    top: 50px;
    z-index: 2;
}

.onenumber-table thead th {
    background: #F4F4F4 !important;
}

.onenumber-table thead .bg-white {
    background: #fff !important;
}

.onenumber-table td {
    background: #fff;
}

.topic-content img {
    max-width: 100%;
}

/*
 * Timeline
 */
.timeline {
    position :relative;
}
.timeline .timeline-line {
    position: absolute;
    top: 49px;
    background: #D8D8D8;
    height: 3px;
    width: 100%;
}
.timeline ul {
    text-align: center;
    white-space: nowrap;
}
.timeline ul li {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 130px;
    list-style: none;
}
.timeline-text {
    text-align: center;
    position: relative;
    top: 40px;
}
.timeline-point {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    border: 1px solid #D8D8D8;
    top: 34px;
    z-index: 1;
    border-radius: 50%;
    background: #ffffff;
    position: relative;
    cursor: pointer;
}
.timeline-point:hover,
.timeline-point.active {
    border: 1px solid #22BB69;
}
.timeline-point-center{
    margin: 10px 10px;
    border-radius: 50%;
    height: 10px;
    background: #22BB69;
}
.timeline-point:hover .timeline-point-center,
.timeline-point.active .timeline-point-center {
    height: 22px;
    margin: 4px 4px;
}
/*
 * Product settings
 */
.competitive_products_configuration fieldset legend,
.product-settings fieldset legend {
    width: auto;
    padding: 2px 12px;
    margin-left: 20px;
    background: #f8f9fa!important;
    border: 1px solid #dee2e6!important;
    border-radius: 5px;
}
.competitive_products_configuration fieldset,
.product-settings fieldset {
    border: 1px solid #dee2e6!important;
    margin-bottom: 20px;
    background: #FFF;
}

h1 .badge.labelling-new-products-badge {
    display: inline-block;
    top: auto;
    left: auto;
    bottom: auto;
    background-color: #FFC107;
    font-weight: 400;
    font-size: 20px;
    margin: 7px;
    padding: 5px 6px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.new-badge-container {
    position: relative;
    overflow: hidden;
}
div.badge-new-product {
    background-color: #FFC107;
    height: 44px;
    right: -24px;
    position: absolute;
    top: -24px;
    width: 50px;
    transform: rotate(45deg);
}
div.badge-new-product span {
    color: #f5f5f5;
    font-size: 9px;
    left: 17px;
    top: 31px;
    position: absolute;
    width: 22px;
}

.icon-nav-open.hide,
.icon-nav-close.hide {
    display: none;
}

.menu-list.active .text,
.menu-list .text-active {
    display: none;
}

.filter-position {
    vertical-align: top;
    font-size: 11px;
}

#jsd-widget {
    left:0px!important;
}

.label-dynamic {
    background-color: #fff;
    width: 34px;
    display: block;
    float: right;
    color: grey;
}

.label-dynamic .label-dynamic-center {
    margin: auto;
    width: max-content;
}

.label-dynamic.up, .label-dynamic.down.revert {
    color: green;
}

.label-dynamic.down, .label-dynamic.up.revert {
    color: red;
}

.label-dynamic .arrow {
    display: block;
    float: left;
}

.label-dynamic .value {
    display: block;
    float: left;
    margin-top: 3px;
}
.label-dynamic .value.none {
    margin-top: 4px;
    margin-bottom: 4px;
    color: #6b6b6b;
    font-size: 6px;
}

.label-dynamic.up .arrow {
    padding-top: 5px;
}

.label-dynamic.down .arrow {
    padding-top: 2px;
    padding-bottom: 3px;
}

.expert-apps-button {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    background: linear-gradient(93.89deg, #a55eff 7.82%, #6f39b3 100%);
    border: 1px solid rgba(9, 40, 51, 0.14);
    border-radius: 5px;
    height: 34px;
    padding: 0 11px;
    border: 0;
    outline: 0;
    text-decoration: none;
}

.expert-apps-button:hover {
    text-decoration: none;
    cursor: pointer;
}

.expert-apps-button span {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #ffffff;
}

.mpg-box{
    border-top:1px solid #E6E6E6;
    background-color: #fff;
    width:100%;
    padding: 10px 15px;
    position: fixed;
    bottom: 0px;
    box-shadow: 0px -5px 7px #E6E6E6;
    min-height: 60px;
}

.pre-option-select {
    display: inline-block !important;
    clear: none !important;
    padding: 5px 5px 5px 5px !important;
    margin-top:2px !important;
}
.pre-option-select.first-pre-option{
    padding-left: 15px !important;
}
.pre-option-select.active{
    color: green !important;
}
.after-option-select{
    clear:right !important;
}
.cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 195px;
    white-space: nowrap;
}

.status-light {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #e3e3e3;
    vertical-align: middle;
}
.status-light.medium {
    width: 12px;
    height: 12px;
    border-radius: 6px;
}

.status-light.status-ok {
    background-color: #009933;
}

.status-light.status-warning {
    background-color: #ff9933;
}

.status-light.status-error {
    background-color: #cc0000;
}
.status-light.status-off {
    background-color: #9A9A9A;
}

.button-action {
    flex: 0 0 auto;
    text-align: center;
    transition: background .2s ease-in,border-color .2s ease-in;
    height: 30px;
    background-color: #22BB69;
    font-size: 13px;
    font-weight: 500;
    text-shadow: none;
    line-height: 20px;
    border: 1px solid #22BB69;
    border-radius: 6px;
    color: #ffffff !important;
    padding: 4px 12px;
}
.button-action:hover {
    background-color: #19A158;
    border-color: #19A158;
    text-decoration: none;;
}
.button-action:focus {
    outline: none;
    text-decoration: none;
}
.button-action:active {
    line-height: 21px;
    background-color: #498925;
    border-color: #498925;
    outline: 0;
    text-decoration: none;
}
.icon-padding {
    padding: 4px 8px !important;
}
.button-outline {
    flex: 0 0 auto;
    text-align: center;
    transition: background .2s ease-in,border-color .2s ease-in;
    height: 30px;
    background-color: transparent;
    font-size: 14px;
    text-shadow: none;
    line-height: 20px;
    font-weight: 500;
    border: 1px solid #22BB69;
    border-radius: 6px;
    color: #22BB69 !important;
    padding: 4px 12px;
}
.button-outline-hovered {
    flex: 0 0 auto;
    transition: background .2s ease-in,border-color .2s ease-in;
    height: 30px;
    font-size: 14px;
    text-shadow: none;
    line-height: 20px;
    font-weight: 500;
    border: 1px solid #19A158;
    border-radius: 6px;
    color: #19A158 !important;
    padding: 4px 12px;
    background-color: #DEF5E9;
    text-decoration: none;
}
.button-outline.button-small,
.button-clear.button-small,
.button-action.button-small {
    height: 20px;
    font-size: 12px;
    line-height: 18px;
    padding: 0 10px;
}
.button-outline:hover {
    background-color: #DEF5E9;
    border-color: #19A158;
    color: #19A158 !important;
    text-decoration: none;
}
.button-outline:focus {
    outline: none;
    text-decoration: none;
}
.button-outline:active {
    line-height: 21px;
    background-color: #C8E7C0;
    border-color: #57A12B;
    color: #57A12B !important;
    text-decoration: none;
}
.button-clear {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    user-select: none;
    outline: none;
    transition: background .2s ease-in,border-color .2s ease-in;
    height: 30px;
    background-color: transparent;
    font-size: 13px;
    text-shadow: none;
    line-height: 20px;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #1b1e24 !important;
    padding: 4px 12px;
    box-shadow: none;
    text-decoration: none;
}
.button-clear:hover {
    background-color: var(--gray0);
    border-color: var(--gray1);
    outline: 0;
    text-decoration: none;
}
.button-clear:active {
    line-height: 21px;
    background-color: var(--gray2);
    border-color: var(--gray2);
    outline: 0;
    text-decoration: none;
}
.button-clear:focus,
.button-action:focus,
.button-outline:focus {
    outline: 0;
}
.button-danger {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    user-select: none;
    outline: none;
    transition: background .2s ease-in,border-color .2s ease-in;
    height: 30px;
    background-color: #eb5757;
    font-size: 13px;
    text-shadow: none;
    line-height: 20px;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff !important;
    padding: 4px 12px;
    box-shadow: none;
    text-decoration: none;
}
.button-danger:hover {
    background-color: #e41b1b;
    border-color: #e41b1b;
    outline: 0;
    text-decoration: none;
}
.button-danger:active {
    line-height: 21px;
    background-color: #e41b1b;
    border-color: #e41b1b;
    outline: 0;
    text-decoration: none;
}
.button-small {
    height: 20px;
    font-size: 12px;
    line-height: 18px;
    padding: 0 10px;
}
.button-small:active {
    line-height: 19px;
}
.icon-wrapper {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    color: #e0e0e0;
    transition: all 0.1s ease-in;
}
.icon-wrapper i {
    transition: all 0.1s ease-in;
    color: #e0e0e0;
    position:relative;
    top: -1px;
}
.icon-wrapper:hover,
.icon-wrapper.active {
    background: #DEF5E9;
    color: #22BB69;
    border-color: #22BB69;
}
.icon-wrapper:hover i,
.icon-wrapper.active i {
    color: #22BB69;
}
.dropdown-toggle:hover {
    color: #1b1e24;
}
.dropdown.redesign.open:not(.separated) .dropdown-toggle {
    border-radius: 4px 4px 0 0;
}
.dropdown.redesign .dropdown-toggle i {
    color: #C8C9CB;
    transition: all 0.1s ease-in;
}
.dropdown.redesign .dropdown-toggle {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    font-size: 18px;
    padding: 0px 12px;
    cursor: pointer;
}

.dropdown.redesign .dropdown-menu {
    box-shadow: none;
    border-color: #e0e0e0;
}

.dropdown.redesign:not(.separated) .dropdown-menu {
    border-radius: 0 0 4px 4px;
}

.input-label {
    font-size: 14px;
    color: #1B1E24;
    font-weight: 500;
    margin-right: 10px;
}
.title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1B1E24;
}
.time-badge {
    padding: 0 10px;
    border-radius: 6px;
    background: #f4f4f4;
    font-weight: 500;
    height: 30px;
    color: #1B1E24;
    font-size: 14px;
    border: 1px solid #E0E0E0;
}
.time-badge i {
    color: #22BB69;
    font-size: 16px;
}
.section-panel {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    overflow: hidden;
    min-height: 250px;
}
.checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.checkbox input,
.checkbox .checkbox-icon i {
    display: none;
}
.checkbox .checkbox-label,
.radio .radio-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1B1E24;
    margin-left: 10px;
}
.checkbox .checkbox-icon {
    display: block;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    border: 1px solid #C8C9CB;
    border-radius: 4px;
    text-align: center;
    transition: all 0.15s ease-in;
    color: #fff;
}
.checkbox input:checked + .checkbox-icon {
    border-color: #22BB69;
    background: #22BB69;
}
.checkbox input:checked + .checkbox-icon:hover {
    background: #19A158;
    border-color: #19A158;
}
.checkbox input:checked + .checkbox-icon i {
    display: inline;
    position: relative;
    top: -1px;
}
.filters-bar {
    background: #f4f4f4;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.segmented-button {
    position: relative;
    background: #F4F4F4;
    border: 2px solid transparent;
    border-radius: 30px;
    height: 30px;
    width: 150px;
}
.segmented-button-item {
    flex: 1 0 auto;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #F4F4F4;
    outline: none;
    background: transparent;
    transition: background 0.2s ease-in;
    color: #76787C;
    cursor: inherit;
    height: 26px;
    font-size: 13px;
    line-height: 26px;
    border-radius: 26px;
    font-weight: 500;
}
.segmented-button-item:hover {
    text-decoration: none;
    color: #1B1E24;
    cursor: pointer;
    font-weight: 500;
}
.segmented-button-item.active {
    color: #1b1e24;
    font-weight: 700;
    background: #fff;
    border-radius: 26px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.segmented-button-item.active i {
    margin-right: 5px;
    color: #22BB69;
}
.segmented-button-item i {
    margin-right: 5px;
}
.filters-bar .segmented-button {
    background: #e0e0e0;
    border: 2px solid #E0E0E0;
}
.filters-bar .segmented-button .segmented-button-item {
    border: none;
    line-height: 28px;
}
.filters-bar .segmented-button .segmented-button-item.active {
    border: 1px solid #c8c9cb;
    line-height: 26px;
}
.filter-redesign:hover {
    color: inherit;
}
.filter-redesign .dropdown-toggle,
.filter-redesign .filter-link {
    display: flex;
    flex-flow: row-reverse nowrap;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #E0E0E0;
    padding: 0 8px;
    line-height: 26px;
}
.filter-redesign.preset-selector {
    width: 310px;
}
.filter-redesign .dropdown-toggle:hover {
    color: inherit;
}
.filter-redesign .dropdown-toggle i,
.filter-redesign .filter-link i {
    color: #C8C9CB;
    margin-top: 0 !important;
}
.filter-redesign .fa-chevron-down {
    display: none;
}
.filter-redesign .dropdown-menu-placeholder {
    display: flex;
    align-items: center;
    margin-right: 8px !important;
    height: unset;
    flex: 1 0 auto;
    justify-content: space-between;
}
.filter-redesign .dropdown-menu-placeholder .filter-badge {
    display: inline-block;
    padding: 0px 8px;
    height: 20px;
    background: #DEF5E9;
    border-radius: 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #168d4d;
    max-width: 140px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 0 !important;
}
.filter-redesign .dropdown-menu-placeholder .filter-badge.disabled {
    background: #E0E0E0;
    color: #FFF;
}
.filter-redesign.preset-selector .dropdown-menu-placeholder .filter-badge {
    background: none;
    color: #1b1e24;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    max-width: unset;
    height: unset;
}
.filter-redesign .filter-label {
    font-weight: 500;
    font-size: 13px;
    line-height: 30px;
    color: #76787C;
    border-right: 1px solid #E0E0E0;
    padding-right: 8px;
    margin-right: 8px !important;
    flex-grow: 1;
}
.filter-redesign .dropdown-menu {
    border: none !important;
    margin-top: 1px;
    border-radius: 4px !important;
    overflow: hidden;
    min-width: 200px;
}
.filter-redesign.unset-width .dropdown-menu.dropdown-menu-integred {
    width: unset !important;
}
.max-3-lines-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.color-charcoal {
    color: #1b1e24 !important;
}

.color-charcoal:hover {
    color: #1b1e24 !important;
}

.th-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.th-title .icon-wrapper {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #fff;
    margin-left: 4px;
}
.th-title span {
    line-height: 24px;
}
.th-title:hover {
    text-decoration: none;
}
.th-title:hover span {
    text-decoration: underline;
}
.th-title:hover .icon-wrapper {
    background: #E6F9EF;
    color: #22BB69;
    border-color: #22BB69;
}
.modal-popup .modal-close-icon-wrapper {
    display: flex;
    width: 30px;
    height: 30px;
    padding: 5px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #C8C9CB;
    transition: all 0.2s ease-in;
    z-index: 2;
}

.modal-popup .modal-close-icon-wrapper:hover {
    background: #f4f4f4;
    color: #76787C;
    text-decoration: none;
}
.filter-title-label {
    color: #76787C;
    font-size: 13px;
    line-height: 30px;
    font-weight: 500;
    flex: 0 0 auto;
}
.tabs-wrapper {
    position: relative;
    top: -1px;
    display: flex;
    padding: 8px 20px;
    align-items: flex-start;
    gap: 20px;
    background: white;
}
.tabs-wrapper .tab {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    color: #96989c;
}
.tabs-wrapper .tab:hover {
    text-decoration: none;
}
.tabs-wrapper .tab.active {
    font-size: 14px;
    color: #1b1e24;
}
.tabs-wrapper .tab.active:after {
    background: #22BB69;
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    transition: all 0.2s ease-in;
    content: '';
}
.preset-type-wrapper {
    border-radius: 6px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    transition: all 0.1s ease-in;
}
.preset-type-wrapper:hover {
    border-color: #22BB69;
    background: rgba(224, 242, 220, 0.50);
    cursor: pointer;
}
.preset-section {
    display: none;
    background: #fff;
    margin-top: 20px;
}
.preset-section.active {
    display: flex;
}
.placeholder-box {
    width: 802px;
    gap: 30px;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    color: #96989C;
}
.placeholder-box ol {
    padding-left: 20px;
    margin-top: 20px;
}
.placeholder-box-img {
    flex: 0 0 auto;
    width: 260px;
    height: 180px;
    background-image: url("/assets/images/explorer-placeholder-img.svg");
}
.placeholder-title {
    color: #22BB69;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.togglable-group {
    display: none;
}
.togglable-group.is-open {
    display: block;
}
.togglable-button {
    outline: none;
    border: 0;
    background: #fff;
    color: #B7B7B7;
    font-size: 16px;
}
.togglable-button:active,
.togglable-button:focus {
    outline: none;
}
.togglable-button:hover {
    color: #22BB69;
}
.set_product_weight {
    font-size: 22px;
}

.dropdown-toggle.button-empty,
.button-empty {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    border-color: transparent !important;
    color: #C8C9CB;
    transition: all 0.1s ease-in;
    background: transparent;
}

.open .dropdown-toggle.button-empty,
.dropdown-toggle.button-empty:hover,
.button-empty:hover {
    background-color: #F4F4F4;
}

.open .dropdown-toggle.button-empty i,
.dropdown-toggle.button-empty:hover i,
.button-empty:hover i {
    color: #76787C;
}

i.icon-color-light {
    color: #C8C9CB;
    font-size: 16px;
}

i.icon-color-dark {
    color: #76787C;
    font-size: 16px;
}

.categories-section {
    display: none;
    background: #fff;
    margin-top: 20px;
}
.categories-section.active {
    display: flex;
}

.avatar-circle {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.1s ease-in;
    background: #22BB69;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.avatar-circle:hover {
    background: #19A158;
    text-decoration: none;
    color: #fff;
}

.avatar-circle i {
    color: #e0e0e0;
    font-size: 15px;
}

.avatar-circle.avatar-ninja {
    background: #1b1e24;
}

.avatar-circle.avatar-ninja:hover {
    background: #303540;
}

/* START REDESIGN SWITCH */
.redesign.switch {
    display: flex;
    flex-direction: row;
}

.redesign .switch {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.redesign .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.redesign .slider {
    display: block;
    background-color: #C8C9CB;
    -webkit-transition: .4s;
    transition: .4s;
}

.redesign .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: -1px;
    bottom: -1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0 4px 10px 0 rgba(17, 37, 87, 0.10);
}

.redesign input:checked + .slider:before {
    background-color: #22BB69;
}

.redesign input:checked + .slider {
    background-color: #65BE4F66;
}

.redesign input:focus + .slider {
    box-shadow: 0 0 1px #65BE4F66;
}

.redesign input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

.redesign .slider.round {
    position: relative;
    border-radius: 20px;
    width: 32px;
    height: 16px;
    padding-right: 10px;
}

.redesign .slider.round:before {
    border-radius: 50%;
}

.redesign .checkbox-label,
.redesign .radio-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1B1E24;
    white-space: nowrap;
}

/* END REDESIGN SWITCH */

.redesign.tip {
    cursor: pointer;
}

.redesign .date-label {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #1B1E24;
}

.redesign .date {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #76787C;
}

/* START REDESIGN WAVE DATE SELECTOR */
.wave-dates, .benchmark-date  {
    margin: 0;
}

.wave-dates ul.dropdown-menu,
.benchmark-date ul.dropdown-menu {
    max-height: 300px;
    width: 220px;
    overflow-y: auto;
    overscroll-behavior: contain;
 }

.wave-dates .section,
.benchmark-date .section {
    display: none;
}


.wave-dates .section.active,
.benchmark-date .section.active {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 5px 8px;
}

.wave-dates .section:first-child,
.benchmark-date .section:first-child {
    padding-top: 10px;
}

.wave-dates .section:last-child,
.benchmark-date .section:last-child {
    padding-bottom: 10px;
}

.wave-dates .section .dates-range,
.benchmark-date .section .dates-range {
    display: none;
}

.wave-dates .section .dates-range.open,
.benchmark-date .section .dates-range.open {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.wave-dates .section .year,
.benchmark-date .section .year {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wave-dates .section .year i,
.benchmark-date .section .year i {
    width: 14px;
    height: 16px;
    color: var(--gray1);
}

.wave-dates .radio,
.benchmark-date .radio {
    margin: 0;
}

.wave-dates .radio .radio-label,
.benchmark-date .radio .radio-label {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: var(--gray4);
    margin: 0;
    font-feature-settings: 'liga' off, 'clig' off;
}

.first-uppercase {
    text-transform: capitalize;
}

.dropdown.filter-redesign:has(ul:empty):before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    background-color: var(--gray0);
    border-radius: 6px;
    opacity: 0.4;
}

.dropdown.filter-redesign:has(ul:empty) .filter-badge {
    color: var(--gray4);
    background-color: transparent;
}

.dropdown.filter-redesign:has(ul:empty) i:before {
    color: var(--gray4);
}

/* GDY NIE MA LABELKI Z BE */
.benchmark-date {
    position: relative;
}

.benchmark-date.disabled:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    background-color: gray;
    border-radius: 6px;
    opacity: 0.4;
}

.dropdown.filter-redesign.disabled:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    opacity: .5;
}

/* END REDESIGN WAVE DATE SELECTOR */

.blurred-overlay {
    position: fixed;
    left: 220px;
    right: 0;
    height: calc(100vh - 100px);
    backdrop-filter: blur(5px);
    z-index: 3;
}

.color-gray4 {
    color: #76787C;
}

.font-14 {
    font-size: 14px;
}

.font-bolder {
    font-weight: 700 !important;
}

.font-bolder:before {
    font-weight: 500;
}

.font-normal {
    font-weight: 500 !important;
}

.context-view {
    padding-bottom: 66px;
    margin: 0 auto;
    width: 600px;
}

.context-view .page-title {
    margin: 0;
}

.context-view .header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.context-view .title-section {
    display: flex;
    gap: 10px;
    align-items: center;
}

.context-view .reset-section a {
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 5px 12px;
}

.context-view .title-section .fa {
    color: var(--gray4);
}

.context-view .fa {
    font-weight: 300;
    font-size: 16px;
}

.context-view .list-group .list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    min-height: 50px;
    padding: 0 10px;
    color: var(--charcoal);
    text-decoration: none;
    border: 1px solid transparent;
    border-bottom: 1px solid var(--gray1);
}

.context-view .list-group .list-item:has(+ .list-item:hover) {
    border-bottom: 1px solid transparent;
}

.context-view .list-group .list-item:has(+ .active:not([style*="display: none"])) {
    border-bottom: 1px solid transparent;
}

.context-view .list-group .list-item:hover {
    border-radius: 6px;
    background-color: var(--gray0);
    border-color: var(--gray1);
}

.context-view .list-group .list-item.active {
    border-radius: 6px;
    background-color: var(--tableGreenLight);
    border-color: var(--darkGreenTransparent);
    cursor: default;
}

.context-view .list-group .list-item .item-name {
    overflow: hidden;
    color: var(--charcoal);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.context-view .search {
    margin-bottom: 20px;
}
