/* COMMON PAGE CSS */
html, body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    min-width: 1260px;
    -ms-overflow-style: scrollbar;
}

.mt40 {
    margin-top: 40px;
}

.mt32 {
    margin-top: 32px;
}

.mt24 {
    margin-top: 24px;
}

.mt20 {
    margin-top: 20px;
}

.mt16 {
    margin-top: 16px;
}

.mt12 {
    margin-top: 16px;
}

.mt8 {
    margin-top: 8px;
}

.mt6 {
    margin-top: 6px;
}

.mt2 {
    margin-top: 2px;
}

input:focus, button:focus, select:focus {
    outline: none;
}

select:focus + .customSelect, .filters-list-wrapper.active .filter-top {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.error {
    border: 1px solid #ed1c23 !important;
}

.error-message {
    display: none;
}

.hidden-by-absolute {
    visibility: hidden;
    position: absolute;
}

.error + .error-message {
    display: block;
}

.hidden {
    display: none;
}

#pageHeader {
    height: 60px;
    width: 100%;
    min-width: 1260px;
    position: relative;
    z-index: 12;
}

#pageWrapper {
    box-sizing: padding-box;
    /*display: table; fast fix*/
    display: flex;
    /* fast fix*/
    max-height: calc(100vh - 90px);
    height: 100%;
    margin: 0 auto 12px;
    margin-top: -30px;
    /*transform: translateY(-30px);*/
    width: calc(100% - 30px);
    table-layout: fixed;
    min-width: 1260px;
    position: relative;
    zoom: 1;
    overflow: hidden;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px 0 rgba(34, 37, 42, 0.08), 0 8px 24px 0 rgba(34, 37, 42, 0.08);
}

#react-app-container {
    max-height: calc(100vh - 90px);
    overflow: auto;
    height: 100%;
    width: 100%;
}

.container-fluid {
    padding: 0;
}

ul, li {
    list-style: none;
    padding: 0;
}

img, a:hover, a:visited {
    text-decoration: none;
    outline: none !important;
}

img {
    border: none;
}

a:hover, a.active, a:focus {
    color: #ed1c23;
}

a.red {
    color: #ed1c23;
    text-decoration: underline;
}

a.grey {
    color: #6d6d6d;
    text-decoration: underline;
}

.semibold {
    font-weight: 600;
}

#pageBlocker, #blocker, .page-loader, #percentageLoader, .leaderboard-loader {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(50, 50, 50, .57);
    text-align: center;
    z-index: 9999;
}

.page-loader, .leaderboard-loader {
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
}

#pageBlocker div.ajaxLoader, #blocker div.ajaxLoader,
.page-loader div.ajaxLoader, #percentageLoader .loader,
.leaderboard-loader div.ajaxLoader {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    display: inline-block;
    height: 72px;
    position: relative;
    width: 180px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -90px;
    padding-top: 23px;
}

#percentageLoader {
    background: rgba(50, 50, 50, .15)
}

#percentageLoader .loader {
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    background-color: #fff;
    border: none;
}

#pageBlocker div.ajaxLoader span, #blocker div.ajaxLoader span,
.page-loader div.ajaxLoader span, .leaderboard-loader div.ajaxLoader span {
    color: #ed1c23;
    font-size: 18px;
    margin-left: 10px;
}

#pageBlocker img, #blocker img {
    margin-top: -7px;
}

#blocker .counter {
    font-weight: 600;
}

.page-loader {
    position: absolute;
    top: 0;
    left: 0;
}

.page-loader.status-loader div.ajaxLoader {
    height: 120px;
    width: 250px;
    margin-top: -50px;
    margin-left: -130px;
}

.page-loader.status-loader .loading-status, .page-loader.status-loader .loading-hint {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.page-loader.status-loader .loading-hint {
    bottom: -5px;
    color: #ed1c23;
    font-size: 12px;
}

.page-loader div.ajaxLoader {
    position: fixed
}

/* .page-loader div.ajaxLoader{position:fixed} */

/* MULTIPLE CHOICE RESTYLE */
.ms-choice {
    height: 30px;
    line-height: 30px;
    box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.1) inset;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    background-color: #FCFCFC;
    border-color: #d5d4d4;
}

.ms-choice > div {
    top: 3px;
}

/* JSSCROLLPANE RESTYLE */
.jspTrack {
    background: #d9d9d9;
    width: 12px;
}

.jspDrag {
    background: #c6c6c6;
    border-radius: 5px;
    border-radius: 5px;
    min-height: 30px;
}

.jspVerticalBar {
    background: #c6c6c6;
    width: 12px;
}

/* BOOTSTRAP RESTYLE */
label {
    font-weight: normal;
}

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3,
.col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6,
.col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9,
.col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11,
.col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 0px;
    margin-right: 5px;
}

.btn-toolbar {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* BUTTONS */
.btn {
    color: #fff;
    font-size: 14px;
    height: 36px;
    line-height: 22px;
    padding: 6px 20px;
    outline: none !important;
}

.btn:active, .btn:hover, .btn:focus {
    color: #fff;
}

.btn.active {
    box-shadow: none;
}

.btn-red {
    background-color: #ed1c23;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fe1e26), color-stop(1, #e91c22));
    background-image: -o-linear-gradient(bottom, #fe1e26 0%, #e91c22 100%);
    background-image: -moz-linear-gradient(bottom, #fe1e26 0%, #e91c22 100%);
    background-image: -webkit-linear-gradient(bottom, #fe1e26 0%, #e91c22 100%);
    background-image: -ms-linear-gradient(bottom, #fe1e26 0%, #e91c22 100%);
    background-image: linear-gradient(to bottom, #fe1e26 0%, #e91c22 100%);
    border: 1px solid #c8181e;
}

.btn-red:hover, .btn-red:focus {
    background-color: #fd1e25;
    background-image: none;
}

.btn-red:active {
    background-color: #e81b22;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e81b22), color-stop(1, #fe1e26));
    background-image: -o-linear-gradient(bottom, #e81b22 0%, #fe1e26 100%);
    background-image: -moz-linear-gradient(bottom, #e81b22 0%, #fe1e26 100%);
    background-image: -webkit-linear-gradient(bottom, #e81b22 0%, #fe1e26 100%);
    background-image: -ms-linear-gradient(bottom, #e81b22 0%, #fe1e26 100%);
    background-image: linear-gradient(to bottom, #e81b22 0%, #fe1e26 100%);
}

.btn-grey {
    background-color: #8e8e8e;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8e8e8e), color-stop(1, #828282));
    background-image: -o-linear-gradient(bottom, #8e8e8e 0%, #828282 100%);
    background-image: -moz-linear-gradient(bottom, #8e8e8e 0%, #828282 100%);
    background-image: -webkit-linear-gradient(bottom, #8e8e8e 0%, #828282 100%);
    background-image: -ms-linear-gradient(bottom, #8e8e8e 0%, #828282 100%);
    background-image: linear-gradient(to bottom, #8e8e8e 0%, #828282 100%);
    border: 1px solid #707070;
}

.btn-grey:hover, .btn-grey:focus {
    background-color: #8d8d8d;
    background-image: none;
}

.btn-grey:active {
    background-color: #828282;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #828282), color-stop(1, #8d8d8d));
    background-image: -o-linear-gradient(bottom, #828282 0%, #8d8d8d 100%);
    background-image: -moz-linear-gradient(bottom, #828282 0%, #8d8d8d 100%);
    background-image: -webkit-linear-gradient(bottom, #828282 0%, #8d8d8d 100%);
    background-image: -ms-linear-gradient(bottom, #828282 0%, #8d8d8d 100%);
    background-image: linear-gradient(to bottom, #828282 0%, #8d8d8d 100%);
}

.btn-white, .dropdown-menu .photos-count .photos-count-list li,
.paginator-buttons .btn-white:first-child:hover {
    border: 1px solid #d5d5d5;
    background-color: #FFFFFF;
    color: #555555;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #f3f3f3));
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #f3f3f3 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #f3f3f3 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #f3f3f3 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #f3f3f3 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #f3f3f3 100%);
}

.btn-white:hover, .btn-white:focus, .dropdown-menu .photos-count .photos-count-list li:hover,
.dropdown-menu .photos-count .photos-count-list li:focus {
    color: #555555;
    background-color: #FFFFFF;
    background-image: none;
}

.btn-white:active {
    color: #555555;
    background-color: #f3f3f3;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f3f3f3), color-stop(1, #FFFFFF));
    background-image: -o-linear-gradient(bottom, #f3f3f3 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #f3f3f3 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #f3f3f3 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #f3f3f3 0%, #FFFFFF 100%);
    background-image: linear-gradient(to bottom, #f3f3f3 0%, #FFFFFF 100%);
}

.btn-wide {
    width: 250px;
}

.btn-small.btn-grey {
    border-color: #e3e3e3;
}

.btn-small.btn-red {
    border-color: #ed1c23;
}

.btn-small, .btn-small:hover, .btn-small:focus {
    line-height: 15px;
    padding: 3px 10px;
    line-height: 21px;
    height: 30px;
    background-image: none;
    border: 1px outset;
}

.red-cross-btn {
    height: 8px;
    width: 8px;
    background-image: url(../img/buttons/icon_close_red_small.png);
    display: block;
    float: left;
    margin-top: 6px;
    margin-right: 6px;
    cursor: pointer;
}

.tab-btn {
    background-color: #a8a8a8;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #a6a6a6;
    border-right: 1px solid #a6a6a6;
    color: #ffffff;
    border-radius: 0px;
    color: #FFFFFF;
    background-image: none;
}

.tab-btn:hover, .tab-btn:active, .tab-btn.active, .tab-btn.locked {
    background-color: #ed1c23;
    border-top: 1px solid #c0171c;
    border-left: 1px solid #c0171c;
    border-right: 1px solid #ed1c23;
    border-bottom: 1px solid #ed1c23;
    color: #FFFFFF;
    background-image: none;
    outline-offset: 0;
}

/* Separate styles for pagination buttons */
.paginator-buttons .btn-white,
.paginator-buttons .btn-white:first-child:hover {
    color: #555555;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

.paginator-buttons .btn-white.number-of-pages:hover {
    background-color: #ed1c23;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F03E44), color-stop(1, #ED1D24));
    background-image: -o-linear-gradient(bottom, #F03E44 0%, #ED1D24 100%);
    background-image: -moz-linear-gradient(bottom, #F03E44 0%, #ED1D24 100%);
    background-image: -webkit-linear-gradient(bottom, #F03E44 0%, #ED1D24 100%);
    background-image: -ms-linear-gradient(bottom, #F03E44 0%, #ED1D24 100%);
    background-image: linear-gradient(to bottom, #F03E44 0%, #ED1D24 100%);
    border: 1px solid transparent;
    color: #FFFFFF;
}

.paginator-buttons .btn-white:first-child {
    text-align: left;
    cursor: default;
}

.paginator-buttons .btn-white:first-child:hover {
    border-right: 1px solid #eaeaea;
}

.paginator-buttons .btn-white:first-child:active {
    box-shadow: none;
}

/* INPUTS */
.form-control {
    border-radius: 0px;
    background-color: #fcfcfc;
    height: 30px;
    line-height: 32px;
    padding: 0px 4px;
}

.input-small {
    width: 40px;
    padding: 6px 6px;
    display: inline;
    height: 30px;
}

.form-horizontal .control-label {
    padding-top: 4px;
}

/* BACKGROUNDS */
.white-bg {
    background-color: #FFFFFF;
}

/* FONT */
.font-12px {
    font-size: 12px;
}

/* COLORS */
.color-red {
    color: #ed1c23;
}

/*BORDERS */
.border-bottom-grey {
    border-bottom: 1px solid #d4d4d4;
}

.border-left-grey {
    border-left: 1px solid #d4d4d4;
}

/* TABLE */
.table {
    margin-bottom: 0px;
}

.table a {
    text-decoration: underline;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: none;
}

.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: none;
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 16px 5px 12px 15px;
    min-width: 105px;
    border-bottom: 1px solid #c6c6c6;
    text-align: left;
}

.table > thead > tr > th:not(:last-child) {
    border-right: 1px solid #ebebeb;
}

.table > thead > tr > th > div {
    padding: 2px;
    overflow: hidden;
    word-wrap: break-word;
}

.table > tbody > tr > td {
    padding-left: 15px
}

.table-striped > tbody > tr.dta-corrupted-column:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
    background-color: rgba(255, 0, 0, 0.1) !important;
}

.table-striped > tbody > tr.dta-corrupted-column:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background: rgba(255, 0, 0, 0.2) !important;
}

.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background: #f4f4f4;
}

.table > tbody > tr > td {
    padding-left: 15px;
}

.table > thead > tr > th.positive, .table > tbody > tr > td.positive, span.positive {
    color: green;
}

.table > thead > tr > th.negative, .table > tbody > tr > td.negative, span.negative {
    color: #ed1c23;
}

.table-outer-bordered {
    border: 1px solid #c6c6c6;
}

.table > thead > tr > th.width-20, .table > tbody > tr > td.width-20 {
    width: 20px;
    min-width: 0;
}

.table.leaderboard-table > thead > tr > th.width-20, .table.leaderboard-table > tbody > tr > td.width-20 {
    padding-right: 15px !important;
    text-align: center !important;
}

.table > thead > tr > th.expand-cell,
.table > tbody > tr > td.expand-cell {
    background-image: url(/static/img/buttons/icon_openrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    min-width: 40px;
    cursor: pointer;
}

.table > tbody > tr > td.expand-cell {
    background-position: center 10px;
}

.table > thead > tr > th.expand-cell.active,
.table > tbody > tr > td.expand-cell.active {
    background-image: url(/static/img/buttons/icon_closerow.png);
}

.table > thead > tr > th.width-120 {
    width: 120px;
    min-width: 120px;
}

.table > tfoot, .table > thead > tr > th.expand-cell.active {
    background-color: #fff;
}

.table > tfoot > tr {
    border-top: 2px solid #f3767a;
}

.table > tfoot > tr > td {
    padding: 20px 0px;
    color: #ed1c23;
}

.table > thead > tr > th.column-sortable {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 97% 54%;
    cursor: pointer;
}

.table > thead > tr > th.column-sortable.sort-default {
    background-image: url(/static/img/table/sort_default.png);
}

.table > thead > tr > th.column-sortable.sort-asc {
    background-image: url(/static/img/table/sort_asc.png);
}

table > thead > tr > th.column-sortable.sort-desc {
    background-image: url(/static/img/table/sort_desc.png);
}

table > thead > tr > th.currentSort {
    background-color: #f5f5f5 !important
}

table > tbody > tr:nth-child(odd) > td.currentSort {
    background: #eee
}

table > tbody > tr:nth-child(even) > td.currentSort {
    background: #f5f5f5
}

table > thead > tr > th.selection, table > tbody > tr > td.selection {
    width: 40px;
    min-width: 20px;
    padding: 8px 0 0 0;
    text-align: center;
}

td.show-brands {
    text-decoration: underline;
    cursor: pointer;
}

th a.show-brands {
    margin-left: 5px;
    font-weight: normal;
}

.apply-new-logic-table .stats td {
    padding-left: 15px !important;
}

.stats td {
    padding: 0 !important;
}

.stats td div.positive {
    color: green;
}

.stats td div.negative {
    color: #ed1c23;
}

.stats td > div {
    border-top: 1px dashed #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
    padding: 10px 0;
    background: #fff !important;
}

.stats-row {
    width: 101%;
    clear: both;
}

.table.table-striped .ths-supplier tr.grey-row td, table.ths-accounts tbody tr.grey-row td {
    background-color: #f4f4f4
}

table .ths-supplier tr.grey-row td div, table.ths-accounts tr.grey-row td div {
    background-color: #f4f4f4 !important
}

.table.table-striped .ths-supplier tr td, .table.ths-accounts tbody tr td {
    background-color: #fff;
}

.table.table-striped tbody tr.grey-row td.currentSort {
    background-color: #eee;
}

.table.table-striped .ths-supplier tr td.currentSort, table.ths-accounts tbody tr td.currentSort {
    background-color: #f5f5f5;
}

.stats-row div {
    float: left;
    padding-left: 10px;
}

.ad-tracker .stats-row[data-level='0'] {
    border-top: 1px solid #ccc;
}

.ad-tracker .name {
    white-space: nowrap;
    min-width: 200px;
    padding-left: 35px;
}

.ad-tracker .name.expandable {
    z-index: 100;
    height: 100%;
    background-image: url(/static/img/buttons/icon_openrow.png);
    background-position: 0 3px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.ad-tracker .name.active {
    background-image: url(/static/img/buttons/icon_closerow.png);
}

.stats-row div.tip {
    padding: 0;
}

.stats-row.grey-row {
    background-color: #f4f4f4 !important;
    overflow: hidden;
}

.ths-supplier .stats-row div {
    padding-left: 15px;
    padding-right: 8px;
}

.ths-supplier .stats-row.taps {
    padding-top: 10px;
}

.table-wrapper .fht-fixed-body {
    width: 100% !important;
}

.table-wrapper .fht-fixed-column .fht-tbody, .table-wrapper .fht-fixed-column .fht-thead {
    border-right: 1px solid #ebebeb;
}

.table-wrapper .fht-fixed-column .fht-thead {
    border-bottom: 1px solid #c6c6c6;
}

.incentive-table {
    margin-bottom: 0px;
    color: #6d6d6d;
}

.incentive-table > thead > tr > th, .incentive-table > tbody > tr > td {
    padding: 15px;
}

.incentive-table > tbody > tr > td a {
    margin: 0px 7px;
}

.incentive-table > tbody > tr.table-row.grey-row > td, .incentive-table > tbody > tr.grey-row > td {
    background-color: #f4f4f4;
}

.incentive-table > tbody > tr.info-cell {
    border-top: 1px dashed #d1d0d0;
    border-bottom: 1px solid #d1d0d0;
    font-size: 13px;
}

/* Table paginator */
div.table-paginator.hidden {
    display: none;
}

div.table-paginator {
    position: relative;
}

div.table-paginator .records-count {
    font-size: 12px;
    color: #999999;
    position: absolute;
    left: 0px;
    top: 15px;
}

div.table-paginator .paginator-buttons {
    display: table;
    margin: 0px auto;
}

div.table-paginator .paginator-buttons .btn-white:first-child {
    background: #fff;
    font-weight: 600;
}

.tooltip-inner {
    max-width: 400px;
    color: #ed1c23;
    background-color: #FAFAFA;
    font-size: 18px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #FAFAFA;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #FAFAFA;
}

.tooltip.in {
    opacity: 1;
}

.table-tip + .tooltip .tooltip-inner {
    font-size: 14px;
    color: #000;
}

.pagination {
    position: relative;
}

.numeric {
    text-align: right !important;
    padding-right: 25px !important
}

.apply-new-logic-table {
    text-align: left
}

.apply-new-logic-table .numeric {
    text-align: left !important
}

/* HEADER */
.header {
    padding: 13px 25px 12px 20px;
    background: #ed1c23;
    background-image: url(../img/header_gradient.png);
    background-repeat: repeat-x;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.header .header-logo {
    padding-top: 4px;
    padding-bottom: 4px;
}

.welcome {
    z-index: 9;
}

.welcome > div {
    margin-top: -5px;
}

.welcome-username {
    font-size: 13px;
}

.main-page-link {
    display: block;
    font-size: 13px;
    text-align: right;
    color: #fff !important;
    text-decoration: underline;
}

.main-page-link:hover {
    display: block;
    font-size: 13px;
    text-align: right;
    color: #fff !important;
    text-decoration: underline;
}

.welcome a.btn, .welcome a.btn:hover {
    border: 1px solid #fff;
    color: #fff;
    margin-left: 25px;
    height: 35px;
    line-height: 20px;
    padding: 6px 20px;
    font-size: 16px;
}

.header-separator {
    height: 3px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.30);
}

/* END HEADER */

/* LEFT_MENU */
#react-main-left {
    width: 72px;
    min-width: 72px;
    position: relative;
}

#react-main-right {
    padding: 16px 16px 26px 16px;
    width: 72px;
    position: relative;
}

.main-left {
    width: 210px;
    padding-bottom: 67px;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    display: table-cell;
    vertical-align: top;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.30);
    margin-top: 1px;
    font-weight: 600;
    background: #FFFFFF;
    box-sizing: content-box
}

.main-left img {
    float: left;
    width: 32px;
    height: 32px;
    margin-top: 8px;
}

.main-left h3 {
    float: left;
    line-height: 48px;
    margin: 0 0 0 10px;
    padding: 0;
}

.application-wrapper {
    background: #f7f7f7;
    padding: 5px 10px;
    border-bottom: 1px solid #e1e1e1;
}

.application-wrapper.active {
    background: #fff;
}

.application-wrapper ul {
    padding-left: 60px;
}

.application-wrapper ul a {
    text-decoration: underline;
}

.application-wrapper > a,
.application-wrapper > a:hover,
.application-wrapper > a:visited {
    float: left;
    width: 100%;
    color: #ed1c23;
    text-decoration: none;
}

.application-wrapper .collapse.in a.active {
    text-decoration: none;
    color: #555;
}

/* END LEFT_MENU */

/* MAIN_CONTENT */
.main-content {
    height: 100%;
    width: 100%;
    background-color: #f9f9f9;
    padding-bottom: 100px;
    overflow-y: auto;
}

.main-top {
    border-bottom: 1px solid #ddd;
    height: 105px;
    background-color: #FFFFFF;
    box-sizing: content-box
}

.main-top ul.brand-types-menu {
    height: 105px;
    display: table;
    margin: 0;
    padding: 0;
    float: left;
}

.main-top ul.brand-types-menu li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 80px;
    font-size: 18px;
    font-weight: 600;
    border-right: 1px solid #eee;
}

.main-top ul.brand-types-menu li.enabled a {
    color: #ed1c23;
}

.page-title {
    display: table;
    margin: 0px auto;
    padding-right: 350px;
    height: 100px;
}

.page-title.no-padding {
    padding-right: 0;
}

.filter-attached {
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
}

.page-title h1 {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    font-weight: 600;
    font-size: 20px;
}

.content-container {
    background: #f9f9f9;
    position: relative;
    height: 100%
}

.content-top-nav {
    padding: 20px 15px;
    border-bottom: 1px solid #dedede;
}

.top-nav-menu {
    margin: 0;
}

.top-nav-menu li {
    padding-right: 10px;
    font-size: 16px;
    font-weight: 600;
}

.top-nav-menu li a {
    text-decoration: underline;
}

.top-nav-menu li a.active {
    text-decoration: none;
    color: #555;
}

.top-nav-menu li sup, .tabs-control ul li sup i {
    color: #ed1c23;
    text-decoration: none;
}

.top-nav-menu li .trademark, .tabs-control ul li .trademark {
    color: #ed1c23;
}

.tabs-control.mkt .data-status {
    margin-top: 10px;
    margin-right: 15px;
    color: #ed1c23;
    text-decoration: underline;
    cursor: pointer;
}

.tabs-control.mkt ul {
    margin-bottom: 0;
}

.tabs-control.mkt ul li[name=chart] {
    text-decoration: none;
}

.tabs-control.mkt ul li[name=chart] span {
    text-decoration: underline;
}

.tabs-control ul li sup i {
    font-size: 12px;
}

.page-content {
    padding: 20px;
    height: 100%
}

.page-content.no-padding {
    padding: 0 0 100px 0;
}

.page-content h3 {
    margin: 20px 0;
}

.filter-block {
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 13;
    width: 370px;
}

.filter-block div.filter-line {
    padding-top: 10px;
}

.filter-block select.form-control {
    width: 300px;
}

.filter-block .filter-block-inner {
    border-left: 1px solid #e2e2e2;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.30);
}

.filter-image {
    float: right;
}

.filter-image a {
    background-image: url('../images/iconFilter_sprite_38x105.png');
    width: 38px;
    height: 105px;
    display: block;
    position: absolute;
    right: 0;
}

.filter-image .tooltip {
    margin-right: 45px;
}

.filter-image.active a {
    background-position: 38px 0;
}

.filter-block .filters-wrapper {
    display: none;
    padding-top: 10px;
}

.filter-block.active .filters-wrapper {
    display: block;
    padding-left: 15px;
}

.filter-block .search-wrapper {
    padding: 20px 55px 20px 0px;
    border-bottom: 1px solid #e2e2e2;
}

.filter-block .search-wrapper input {
    padding-left: 20px;
    border-radius: 15px;
    width: 250px;
    border: 1px solid #e2e2e2;
    height: 30px;
    line-height: 30px;
    box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.1) inset;
    background-color: #FCFCFC;
    border: 1px solid #d5d4d4;
}

.filter-block .dropdown-filters {
    padding: 20px 55px 20px 15px;
    border-bottom: 1px solid #e2e2e2;
}

.filter-block .dropdown-filters .dropdown {
    height: 30px;
    margin-bottom: 10px;
}

.filter-block .dropdown-filters .dropdown-menu {
    padding: 5px;
    margin-top: -1px;
    width: 250px;
}

.filter-block .dropdown-filters .dropdown-menu li {
    padding: 2px 0;
    cursor: pointer;
}

.filter-block .dropdown-filters .dropdown-menu li:hover {
    color: #ed1c23;
}

.filter-block .dropdown-filters .dropdown a {
    text-decoration: none;
    display: block;
    line-height: 20px;
    text-align: left;
    width: 250px;
    height: 30px;
    margin-bottom: 15px;
    border: 1px solid #e2e2e2;
    padding: 5px 20px 5px 5px;
    background: url('../images/iconDropdownArrow.png') 98% 50% no-repeat;
}

.filter-block .buttons-filters {
    padding: 20px 55px 20px 15px;
}

.filter-block .buttons-filters .btn-lock span {
    padding-left: 18px;
    background: url('../images/iconLock_white.png') no-repeat 0 50%;
}

.filter-block .show-optional {
    margin: 20px 15px;
    text-decoration: underline;
    color: #ed1c23;
    cursor: pointer;
}


.btn-lock.locked {
    background-color: #f00;
    color: #fff
}

.time-filter {
    padding: 20px 55px 15px 10px;
    float: right;
}

.filter-block .time-filter {
    padding-top: 15px;
    padding-bottom: 15px;
    float: none;
}

.time-filter .filter-date {
    display: block;
    height: 30px;
    width: 68px;
    float: left;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin-left: 1px;
    text-decoration: none;
}

.time-filter.two-buttons .filter-date {
    width: 103px;
}

.time-filter.one-button .filter-date {
    width: 206px;
}

.js-timefilter-option.selected {
    background: #ed1c23;
}

.lock-filter-img, .lock-filter-img.disabled:hover {
    background-image: url('../images/lock_icon.png');
    background-color: #a8a8a8;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 34px;
    height: 30px;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.lock-filter-img:hover, .lock-filter-img.locked {
    background-color: #ed1c23;
}

.lock-filter-img.disabled {
    cursor: default !important;
}

.time-filter-row {
    margin-bottom: 10px;
}

.time-filter-row .custom-picker {
    width: 90px;
    height: 30px;
    margin-left: 5px;
    line-height: 30px;
    box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, 0.1) inset;
    background-color: #FCFCFC;
    border: 1px solid #d5d4d4;
    text-align: center;
}

.features-list .table-wrapper {
    margin: 15px 0;
}

.table-wrapper {
    overflow-x: auto;
    border: 1px solid #c6c6c6;
    margin: 20px 0;
}

.table-wrapper.hidden {
    visibility: visible !important;
    display: block !important;
    border: none
}

.table-fixed-layout {
    table-layout: fixed;
}

.tabs-control ul {
    padding: 0;
}

.tabs-control.mkt ul {
    margin-left: -10px;
}

.tabs-control ul li {
    float: left;
    background-color: #EEEEEE;
    padding: 8px 15px;
    margin: 0px 5px 0px 0px;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
    color: #aeaeae;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E9E9E9), color-stop(1, #DDDDDD));
    background-image: -o-linear-gradient(bottom, #E9E9E9 0%, #DDDDDD 100%);
    background-image: -moz-linear-gradient(bottom, #E9E9E9 0%, #DDDDDD 100%);
    background-image: -webkit-linear-gradient(bottom, #E9E9E9 0%, #DDDDDD 100%);
    background-image: -ms-linear-gradient(bottom, #E9E9E9 0%, #DDDDDD 100%);
    background-image: linear-gradient(to bottom, #E9E9E9 0%, #DDDDDD 100%);
}

.tabs-control ul li.disabled {
    cursor: auto;
    background-color: #eee;
    color: #d1d1d1;
}

.tabs-control ul li.active-tab {
    background-color: #FFFFFF;
    background-image: none;
    color: #555555;
    text-decoration: none;
}

.tabs-control ul li.active-tab[name='chart'] span {
    text-decoration: none;
}

.tabs-content {
    max-width: 1200px;
}

.tabs-content.feature-support {
    max-width: 100%;
}

.tabs-content .tab-content-inner {
    padding: 25px 55px;
}

.tabs-content.mkt {
    margin-left: -10px;
    margin-right: -10px;
    min-width: 100%;
}

.tabs-content.mkt .tab-content-inner {
    padding: 30px 10px;
}

.tabs-content .button-area {
    background-color: #fcfcfc;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 35px;
}

.incentive-block {
    border: 1px solid #c6c6c6;
    border-bottom: 5px solid #c6c6c6;
}

.custom-tooltip {
    position: absolute;
    padding: 20px;
    right: 20px;
    top: 20px;
    width: 350px;
    font-size: 12px;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.custom-tooltip .close-tooltip {
    height: 9px;
    width: 9px;
    background-image: url(../img/buttons/icon_hint_close.png);
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

h3.incentive-title {
    margin: 10px 20px 20px 40px;
}

h1.incentive-title {
    margin-left: 0;
}

.incentive-title.table-title {
    margin-top: 30px;
    margin-bottom: 30px;
    background-image: url("../img/buttons/icon_adtracker_arrow_right.png");
    background-position: 0 center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 12px;
}

.incentive-title.table-title.active {
    background-image: url("../img/buttons/icon_adtracker_arrow_down.png");
}

/* END MAIN_CONTENT */

/*styles for screen-builder*/
.main-content {
    position: relative;
    width: 100%;
}

.main-left-menu {
    width: 210px;
    position: relative;
    z-index: 10;
    margin-bottom: 120px
}

.main-left-menu ul {
    padding-left: 41px;
    box-sizing: content-box;
    font-size: 13px;
}

.main-left-menu ul li {
    margin-bottom: 2px;
}

.main-left-menu a[title="Settings"], .main-left-menu a[title="Admin"] {
    color: #aaa;
}

.main-left .user-info {
    position: fixed;
    bottom: 10px;
    left: 10px;
    font-size: 12px;
    color: #555;
    font-weight: 400;
    width: 200px;
}

.main-left .user-info {
    float: left;
}

.main-left .user-info .name {
    font-weight: 600;
}

.main-left .user-info .privacy-policy-link {
    color: #EC1010;
}

#change-branch, .main-left .user-info .privacy-policy-link {
    text-decoration: underline;
    cursor: pointer;
}

#change-branch:hover, #change-branch:active {
    color: #aaa;
}

.brand-screen-builder-left {
    float: left;
    width: 370px;
    margin-right: 30px;
}

.available-brands-container {
    min-height: 400px;
    overflow: auto;
}

.brand-screen-builder-right {
    float: left;
    width: 30%;
}

.search-field {
    width: 365px;
    background: url(/static/img/buttons/iconSearch.png) no-repeat 10px center #fff;
    border-radius: 15px;
    padding: 5px 33px !important;
    font-size: 13px;
    color: #555;
}

.btn-panel {
    position: relative;
    min-height: 65px;
}

.search-field.center {
    position: absolute;
    top: 0;
    left: 55%;
    margin-left: -182.5px
}

.brands-list-screen-builder {
    padding: 0;
    background: #fff;
    margin: 0px 0px;
}

.brands-list-screen-builder .letter, .suppliers-list .letter {
    background: #bbb;
    color: #fff;
    padding: 2px 0 2px 30px;
    font-weight: 600;
    clear: both;
}

.brands-list-screen-builder .brand-name {
    background-color: #fff;
    height: 55px;
    line-height: 55px;
    border-bottom: 3px solid #f4f4f4;
    padding-left: 8px;
    color: #656565;
    cursor: pointer;
    position: relative;
}

.brands-list-screen-builder .brand-name:hover {
    background: url(/static/img/buttons/icon_builder_add.png) no-repeat 330px center #fff;
}

.brands-list-screen-builder .brand-name input.bottle-list {
    width: 15%;
    max-width: 50px;
    margin-right: 10px;
    margin-top: 10px;
}

.brands-list-screen-builder .brand-name .top-buttons, #iphone-brands-list .iphone-item .top-buttons, .phone-screen .item-btns,
.sku-content-block .item-btns, .thematic-content-block .item-btns, .varietals-content-block .item-btns {
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    display: none;
}

.brands-list-screen-builder .brand-name .top-buttons img, #iphone-brands-list .iphone-item .top-buttons img, .phone-screen .item-btns img {
    float: right;
    margin-left: 2px;
    cursor: pointer;
}

.brands-list-screen-builder .brand-name img.brand-icon {
    max-height: 45px;
    max-width: 45px;
}

.brands-list-screen-builder .brand-name-placeholder {
    background-color: #ffffff;
    height: 55px;
    line-height: 55px;
    border-bottom: 3px solid #f4f4f4;
    padding-left: 8px;
    color: #656565;
    cursor: pointer;
}

#iphone-brands-list .iphone-item, .iphone-item.ui-sortable-helper {
    height: 117px !important;
    width: 117px !important;
    float: left;
    background-color: #FFFFFF;
    text-align: center;
    border: 1px solid #dedede;
    position: relative;
}

#iphone-brands-list .iphone-item img.brand-icon {
    width: 100px;
    height: 100px;
    margin-top: 10px;
}

#iphone-brands-list .iphone-item:hover .top-buttons, .phone-screen li:hover .item-btns {
    display: block;
}

.iphone-item.ui-sortable-helper .top-buttons, .phone-item.ui-sortable-helper .item-btns {
    display: none
}

.brand-name .iphone-item-star, .brand-name .iphone-item-frame {
    display: none;
}

.iphone-item .iphone-item-star {
    position: absolute;
    left: 5px;
    bottom: 5px;
    cursor: pointer
}

#iphone-brands-list .iphone-item.highlight {
    border: 1px solid #ed1c23;
}

.brands-list-screen-builder .brand-name:hover {
    border: 1px solid #dedede;
    padding-left: 7px;
    line-height: 53px;
}

.brands-list-screen-builder .brand-name img.brand-icon {
    margin-right: 15px;
    max-width: 38px;
    height: auto;
}

.available-brands-container.tiles-view .brand-name {
    background: #fff;
    float: left;
    width: 117px;
    height: 117px;
    line-height: 117px;
    text-align: center;
    padding: 0;
    border: 1px solid #c6c6c6;
}

.available-brands-container.tiles-view .brand-name img.brand-icon {
    margin: 0;
    max-height: 105px;
    max-width: 105px;
}

.available-brands-container.tiles-view .brand-name span {
    display: none;
}

.iphone-item span {
    display: none
}

.brand-screen-builder-right {
    padding-left: 5px;
    padding-top: 7px;
}

.brand-screen-builder-right .buttons-area {
    margin-bottom: 13px;
}

.brand-screen-builder-right .buttons-area .btn-group {
    margin-top: -4px;
}

.right-phone-block .tooltip-inner {
    font-size: 12px;
    font-weight: normal
}

.right-phone-block .tooltip.top.right {
    top: 32px !important;
}

.right-phone-block .tooltip.top.right .tooltip-arrow,
.right-phone-block .tooltip.bottom.left .tooltip-arrow,
.iphone-item-delete + .tooltip.bottom .tooltip-arrow {
    display: none !important;
}

.right-phone-block .tooltip.bottom.left {
    top: 25px !important;
    left: 0 !important;
}

.iphone-item-delete + .tooltip.bottom {
    width: 125px !important;
    top: 20px !important;
    left: -10px !important;
}

.brand-screen-builder-left .disabled-wrapper {
    min-height: 400px;
}

.disabled-wrapper {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(50, 50, 50, .25);
}

.category-list.no-edit img, .category-list.no-edit .add-category {
    display: none !important;
}

.slimScrollBar.static {
    display: block !important;
}

.right-phone-block > label {
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.right-phone-block > label input {
    margin-right: 5px;
}

/*view switchers*/
.btn-view {
    border: none;
    background-image: url(/static/img/buttons/leaderbord_view_sprite2.png);
    width: 35px;
    height: 30px;
}

.btn-view.list-view {
    background-position: 0 0;
}

.btn-view.list-view.active, .btn-view.list-view:hover {
    background-position: 0 -30px;
}

.btn-view.chart-view {
    background-position: -35px 0;
}

.btn-view.chart-view.active, .btn-view.chart-view:hover {
    background-position: -35px -30px;
}

.btn-view.tiles-view {
    background-position: -70px 0;
}

.btn-view.tiles-view.active, .btn-view.tiles-view:hover {
    background-position: -70px -30px;
}

/*end view switchers*/

.right-phone-block {
    position: absolute;
    top: -107px;
    right: 0;
    width: 300px;
    background: #fff;
    border-left: 2px solid #f0f0f0;
}

.btn-save-changes {
    margin: 33px auto 20px;
}

.right-phone-block .btn-save-changes {
    display: block;
    color: #fff;
    width: 230px;
    font-weight: 600;
    margin-left: 30px;
}

.right-phone-block #take-default {
    margin-left: 25px;
}

.right-phone-block .small-btn {
    width: auto;
    display: inline-block;
    margin: 33px auto 20px;
}

.right-phone-block .phone {
    position: relative;
    height: 700px;
    background: url(/static/img/phone.png) no-repeat;
}

.right-phone-block .phone .lists-display {
    position: absolute;
    top: 50px;
    left: 37px;
    padding-left: 30px;
    border: none;
    background: transparent url(/static/img/buttons/show_hide_list_sprite.png) no-repeat 0px -6px;
    text-decoration: underline;
}

.right-phone-block .phone .lists-display.show {
    background-position: 0 -27px;
}

.right-phone-block .phone .sort-lists {
    position: absolute;
    top: 43px;
    left: 230px;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent url(/static/img/buttons/iconABsorting.png) no-repeat;
}

.right-phone-block .phone-screen, .category-list {
    position: absolute;
    top: 93px;
    left: 35px;
    width: 234px !important;
    height: 418px;
    background: #dedede;
}

.right-phone-block .iphone-state-highlight {
    background-color: #EEEEEE;
    height: 117px !important;
    width: 117px !important;
    float: left;
    border: 1px solid #FFFFFF;
}

.phone-item {
    float: left;
    width: 117px !important;
    height: 117px !important;
    background: url(/static/img/buttons/star_gray.png) no-repeat #fff 5px 95px;
    border: 1px solid #c6c6c6;
    text-align: center;
    line-height: 100px;
    position: relative;
    cursor: pointer;
}

/*.phone-item span.item-btns { position: absolute; top: 10px; left: 10px; right: 10px; display: none; }
    .phone .phone-item:hover span.item-btns { display: block; }
    .phone-item span.item-btns img { float: right; margin-left: 5px; cursor: pointer;  }*/
.right-phone-block .phone-item.active {
    background-image: url(/static/img/buttons/star_red.png);
}

.right-phone-block .category-list {
    width: 200px;
    left: -200px;
    background: #fff;
}

.right-phone-block .category-list .arrows {
    display: block;
    border: none;
    background-image: url(/static/img/buttons/iconArrowUp.png);
    background-color: #aaa;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
}

.right-phone-block .category-list .arrows, .category-list li {
    height: 42px
}

.right-phone-block .category-list ul {
    padding: 0;
}

.right-phone-block .category-list .categories-viewport {
    height: 334px;
    overflow: hidden;
}

.right-phone-block .category-list li {
    background: #dedede;
    border-bottom: 2px solid #c6c6c6;
    line-height: 40px;
    position: relative;
    border-left: 2px solid #c6c6c6;
    border-right: 2px solid #c6c6c6;
}

.right-phone-block .category-list li a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;
}

.right-phone-block .category-list li.add-category a {
    color: #ee232a;
}

.right-phone-block .category-list li.active {
    font-weight: bold;
}

.right-phone-block .category-list li img {
    position: absolute;
    top: 10px;
    cursor: pointer;
    display: none;
}

.right-phone-block .category-list li:hover img {
    display: block;
}

.right-phone-block .category-list li img.img-edit-cat {
    right: 35px;
}

.right-phone-block .category-list li img.cross-close-cat {
    right: 13px;
}

.right-phone-block .category-list li input {
    margin-left: 20px;
    border: 1px solid #CCCCCC;
    padding: 2px;
    font-weight: normal;
}

.right-phone-block .category-list li .cancel-add-category, .right-phone-block .category-list li .cancel-edit-category {
    margin: 0px 2px;
    cursor: pointer;
}

.right-phone-block .category-list a {
    padding-left: 18px;
    color: #555;
}

.right-phone-block .category-list .add-list a {
    padding-left: 8px;
}

.right-phone-block .category-list li:hover {
    cursor: pointer;
    background: #bbb;
    border-color: #bbb;
}

.right-phone-block .category-list li:hover a {
    color: #fff;
}

.right-phone-block .category-list .arrows.fixed-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(/static/img/buttons/iconArrowDown.png);
}

/*styles for records*/

.btn-icon-export {
    width: 130px;
    float: left;
    position: relative;
    margin-bottom: 30px;
    padding-left: 35px;
}

.btn-icon-export.mail {
    padding-left: 27px;
}

.btn-icon-export div, .btn-manage-cols div {
    background-repeat: no-repeat;
    position: absolute;
    width: 13px;
    height: 15px;
    left: 20px;
    top: 9px;
}

.btn-automated-report {
    margin-left: 10px;
}

.btn-icon-export div.xls-icon {
    background-image: url(/static/img/buttons/iconExportXLS.png);
}

.btn-icon-export div.pdf-icon {
    background-image: url(/static/img/buttons/iconExportPDF.png);
}

.btn-dropdown-export {
    display: flex;
    justify-content: center;
    align-items: center;
}

.xls-icon-new {
    background: url(/static/img/buttons/iconExportXLS.png) no-repeat;
    width: 14px;
    height: 14px;
    top: 10px;
    left: 7px;
}


.export-xls-dropdown .xls-icon {
    left: 12px;
}

.btn-manage-cols {
    position: relative;
    width: 190px;
    margin-right: 15px;
}

.btn-manage-cols > div {
    background-image: url(/static/img/buttons/icon_btn_mng.png);
    width: 15px;
    left: 18px;
}

.search-records {
    float: left;
    margin-left: 220px;
    margin-top: 3px;
    margin-bottom: 30px;
}

.search-records.bottle-list-search {
    margin: 0 0 10px 0px;
    width: 100%;
    float: none;
}

.features-list .table-wrapper {
    margin-bottom: 15px;
}

.filters {
    width: 820px;
    margin-bottom: 15px;
    font-size: 12px;
}

.filters * {
    float: left;
}

.filters button {
    border: 0;
    background: transparent url(/static/img/buttons/btn_1.png) no-repeat;
    width: 14px;
    height: 14px;
    margin: 10px 12px 0;
}

.filters .main-filters-ul {
    width: 750px;
    padding: 5px 0px 5px 15px;
    border-left: 1px solid #a0a0a0;
}

.filters .main-filters-ul.active {
    border-right: 1px solid #a0a0a0;
}

.filters .main-filters-ul .control-panel {
    width: 100%;
}

.filters .main-filters-ul .control-panel .apply-filters {
    margin: 0 15px 0px 0;
}

.apply-filters span {
    float: none !important;
}

.filters .main-filters-ul .content {
    overflow: auto;
    max-height: 300px;
    min-width: 350px;
    margin-top: 15px;
}

.filters .main-filters-ul .main-li {
    width: 310px;
    margin-right: 40px;
}

.main-filters-ul .main-li .category-name {
    width: 80px;
    color: #6a6a6a;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-filters-ul .main-li .category-parameters {
    padding: 0;
    width: 230px;
}

.category-parameters .parameter-name {
    padding-right: 8px;
    margin-bottom: 5px;
}

.category-parameters .parameter-name .close-parameter {
    width: 8px;
    height: 8px;
    margin-top: 4px;
    margin-right: 3px;
    background: url(/static/img/buttons/icon_close_red_small.png) no-repeat;
    cursor: pointer
}

.helper {
    color: #aaa;
    font-size: 14px;
    font-style: italic;
    text-decoration: underline;
    cursor: pointer;
}

/*styles for mkt*/
.table > tfoot > tr > td {
    padding-left: 15px;
}

/*styles for photos*/
.photos-top-nav-panel .dropdown .btn-icon-export {
    margin-top: 25px;
}

.photos-top-nav-panel .dropdown-xls {
    left: 8px;
}

.photos-top-nav-panel .dropdown-xls .dropdown-menu {
    left: 130px;
}

.photos-top-nav-panel .search-field {
    margin-top: 28px;
}

#photo-filter-duplicate-status {
    margin-left: 310px;
    display: flex;
    flex-direction: row;
}

#photo-filter-duplicate-status .button-container {
    display: flex;
    flex-direction: column;
}

#photo-filter-duplicate-status input {
    position: initial;
    margin-left: 40px;
}

#photo-filter-duplicate-status .btn-toolbar input {
    display: none
}

.photos-content-block {
    margin: 0 -20px 20px;
    padding: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.select-all, .clear-all, .delete {
    width: 165px;
    margin-bottom: 20px;
}

.photos-content-block button.delete {
    float: right;
    margin-right: 35px;
}

.photos-content-block .all-photos {
    clear: both;
    padding-top: 20px;
}

.all-photos .photo {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
    min-height: 250px;
    background-color: #000;
}

.all-photos .photo .tape-duplicate, .all-photos .photo .tape-sug-duplicate, .all-photos .photo .tape-sug-original {
    display: none;
    top: 20px;
    left: -70px;
    height: 35px;
    width: 100%;
    padding-left: 72px;
    padding-top: 8px;
    background: #fff;
    color: #ed1c23;
    font-size: 14px;
    font-weight: 500;
}

.all-photos .photo .tape-sug-duplicate, .all-photos .photo .tape-sug-original {
    color: #000;
}

.all-photos .photo .guest-icon {
    display: none;
    position: absolute;
    right: 6px;
    bottom: 16px;
    width: 39px;
    height: 39px;
    background-image: url(/static/img/buttons/ic_guest.png);
    background-repeat: no-repeat;
    background-size: 39px;
}

.all-photos .photo.duplicate .tape-duplicate, .all-photos .photo.guest .guest-icon,
.all-photos .photo.sug-duplicate .tape-sug-duplicate, .all-photos .photo.sug-original .tape-sug-original {
    display: block
}

.all-photos .photo .group-name {
    display: none;
    position: absolute;
    top: 3px;
    left: 56px;
    width: 13px;
    height: 30px;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    border-radius: 21px;
}

.all-photos .photo.sug-duplicate .group-name, .all-photos .photo.sug-original .group-name {
    display: block;
}

.all-photos .photo.sug-original .group-name, .all-photos .photo.sug-original .tape-sug-original {
    font-weight: 600;
}

.all-photos .photo > img {
    width: 239px;
    height: auto;
}

.all-photos .photo .photo-buttons {
    display: none;
    position: absolute;
    width: 160px;
    top: 30%;
    left: 40px;
    background: #000;
    background: rgba(0, 0, 0, .8);
    padding: 20px 0 10px
}

.all-photos .photo:hover .photo-buttons, .all-photos .photo.attach .photo-buttons, .all-photos .photo.selected .photo-buttons {
    display: block
}

.all-photos .photo .photo-buttons .attach-photo-chk, .photo-buttons .viewlarge-button,
.photo-buttons .duplicate-photo-chk, .photo-buttons .orig-photo-chk, .all-photos .photo .photo-buttons .selection {
    width: 120px;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 0 auto 10px;
}

.all-photos .photo .photo-buttons .attach-photo-chk, .all-photos .photo .photo-buttons .duplicate-photo-chk,
.all-photos .photo .photo-buttons .orig-photo-chk, .all-photos .photo .photo-buttons .selection {
    height: 30px;
    background: url(/static/img/buttons/icon_attach_off.png) no-repeat;
    padding: 5px 0 5px 50px;
}

.all-photos .photo .photo-buttons .orig-photo-chk span {
    display: inline-block;
    margin-top: -9px;
}

.all-photos .photo.attach .photo-buttons .attach-photo-chk, .all-photos .photo.selected .photo-buttons .selection {
    background-image: url(/static/img/buttons/icon_attach_on.png)
}

.all-photos .photo.duplicate .photo-buttons .duplicate-photo-chk {
    background-image: url(/static/img/buttons/icon_duplicate_on.png)
}

.all-photos .photo.original .photo-buttons .orig-photo-chk {
    background-image: url(/static/img/buttons/icon_duplicate_on.png)
}

.pow .all-photos .photo-buttons .duplicate-photo-chk,
.kept-photos .all-photos .photo-buttons .duplicate-photo-chk {
    display: none;
}

.all-photos .photo.sug-original .attach-photo-chk, .all-photos .photo.sug-duplicate .attach-photo-chk, .all-photos .photo .orig-photo-chk {
    display: none;
}

.all-photos .photo.sug-original .orig-photo-chk, .all-photos .photo.sug-duplicate .orig-photo-chk {
    display: block;
}

.photo-buttons .viewlarge-button img {
    margin-right: 12px;
}

.photo-buttons .viewlarge-button span {
    color: #fff;
}

.all-photos .duplicate .photo-buttons .duplicate-button {
    display: block;
}

.duplicates-btn-panel {
    padding-left: 12px;
    margin-bottom: 20px;
}

.duplicates-btn-panel .show-duplicates {
    display: inline-block;
    padding-left: 27px;
    background: url(/static/img/buttons/icon_find_duplicates.png) 0 6px no-repeat;
    text-decoration: underline;
    color: #ed1c23;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.all-photos .photo .photo-buttons .selection {
    display: none;
}

.all-photos .photo.photo-with-selection .photo-buttons .selection {
    display: block;
}

.photo_rating {
    /* position: absolute;
        right: 25px;
        text-align: right;
        top: 85px;
        width: 100px;*/
}


*:focus {
    outline: 0;
}

/* Multiple select redesign */
.ms-drop ul {
    padding: 0px;
}

.ms-drop ul > li {
    padding: 2px 8px;
}

.ms-drop ul > li:nth-child(2n) {
    background-color: #F4F4F4;
}

.ms-drop ul > li input {
    margin: 0 4px 0 0;
}

.ms-drop ul > li label {
    margin: 0px;
}

.ms-parent.js-multiselect.js-pagefilter {
    margin-top: 10px;
    float: left;
}

.filter-label {
    width: 90px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 5px;
    margin-top: 15px;
    clear: both;
    float: left;
}

.ms-parent.js-multiselect.js-pagefilter {
    width: 205px !important;
}

.apply-filters {
    width: 135px;
    margin-top: 30px;
}

.btn-lock {
    margin-top: 30px;
    width: 135px;
}

/*admin portfolio*/
.suppliers-list {
    width: 730px;
    border: 1px solid #dedede;
    margin-top: 20px;
}

.suppliers-list li {
    clear: both;
    padding: 10px 40px 8px 30px;
    overflow: hidden;
}

.suppliers-list > li.added-list-item {
    background-image: url("../img/buttons/icon_adtracker_arrow_right.png");
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-size: 6px;
    cursor: pointer;
}

.suppliers-list > .added-list-item.active {
    background-image: url("../img/buttons/icon_adtracker_arrow_down.png");
    background-size: 7px;
    border-bottom: 3px solid #c3c3c3;
}

.suppliers-list > .added-list-item.active > .item-wrapper {
    font-weight: 600;
    margin-bottom: 10px;
}

/*.suppliers-list .brand-item:first-child{border-top:3px solid #c3c3c3;}*/
.suppliers-list li label {
    margin: 0;
}

.suppliers-list .brand-item {
    margin: 0 -40px -10px -30px;
}

.suppliers-list li .item-wrapper {
    width: 100%;
    cursor: pointer;
}

.suppliers-list li .item-wrapper.in-house-supplier-wrapper {
    color: green;
    font-style: italic;
}

.suppliers-list li input {
    margin-right: 8px;
}

.supplier-name:nth-of-type(odd) {
    background-color: #ffffff;
}

/*leaderbord*/
.leaderboard-loader {
    min-height: 200px;
}

.leaderboard-buttons {
    width: 1000px
}

.leaderboard-buttons.admin {
    width: auto;
}

.leaderboard-buttons .btn-icon-export:first-child {
    margin-right: 10px;
}

.leaderboard-buttons .buttons-area {
    padding-top: 3px;
}

.leaderboard-buttons label {
    margin: 4px 10px 0 25px;
}

.leaderboard-buttons .filter-switcher-wrapper {
    margin-top: 0;
    margin-left: 20px;
}

.leaderboard-buttons .filter-switcher-wrapper .active {
    color: #ed1c23;
}

.leaderboard-result {
    display: none;
    position: relative;
}

.leaderboard-result.active {
    display: block
}

.leaderboard-result.tables .leaderboard-box {
    display: table;
    width: 450px;
    overflow: hidden;
    margin: 0 25px 20px 0;
    float: left;
    border-width: 1px;
    border-style: solid;
    border-top-color: #c6c6c6;
    border-bottom-color: #c6c6c6;
    border-left-color: #d9d9d9;
    border-right-color: #d9d9d9;
}

.leaderboard-result.tables .leaderboard-box .scroll-pane {
    height: 200px;
}

.leaderboard-result.tables .leaderboard-box .box-header {
    border-bottom: 1px solid #c6c6c6;
}

.leaderboard-result.tables .table-header .table-row {
    background: #fff;
}

.leaderboard-result.tables .leaderboard-box .box-row:nth-child(even),
.leaderboard-result.tables .leaderboard-box .box-header {
    background: #fff;
}

.leaderboard-result.tables .leaderboard-box .box-row div,
.leaderboard-result.tables .leaderboard-box .box-header .box-row div {
    display: table-cell;
    height: 40px;
    vertical-align: middle;
}

.leaderboard-result.tables .leaderboard-box .box-header .box-row div {
    font-weight: 600;
    height: 55px;
    font-size: 16px;
}

.leaderboard-result.tables .leaderboard-box .box-row div:first-child,
.leaderboard-result.tables .leaderboard-box .box-header .box-row div:first-child {
    width: 60px;
    text-align: center;
}

.leaderboard-result.tables .leaderboard-box .box-row div:nth-child(2),
.leaderboard-result.tables .leaderboard-box .box-header .box-row div:nth-child(2) {
    width: 250px;
}

.leaderboard-result.tables .leaderboard-box .box-header .box-row div:last-child {
    width: 116px;
    text-align: right;
}

.leaderboard-result.tables .box-row.total {
    background: #fff;
    border-top: 1px solid #c6c6c6;
    color: #ed1c23;
    font-size: 16px;
    font-weight: 600;
}

.leaderboard-result.tables .box-row.total div:nth-child(2) {
    width: 100px;
}

.leaderboard-result.tables .box-row.total div:nth-child(3) {
    width: 280px;
    text-align: right;
    padding-right: 16px;
}

.scroll-pane .box-row div:nth-child(3), .box-row.total div:nth-child(3) {
    text-align: right;
    width: 130px;
    padding-right: 16px;
}

.leaderboard-result.tables .box-row .gold-award, .leaderboard-result.tables .box-row .silver-award,
.leaderboard-result.tables .box-row .bronze-award, .leaderboard-table .gold-award, .leaderboard-table .silver-award,
.leaderboard-table .bronze-award {
    height: 20px !important;
    width: 28px !important;
    display: block !important;
    background-repeat: no-repeat;
    margin: 0px auto;
}

.leaderboard-result.tables .box-row .gold-award, .leaderboard-table .gold-award {
    background-image: url("../img/leaderboard/iconCup1.png");
}

.leaderboard-result.tables .box-row .silver-award, .leaderboard-table .silver-award {
    background-image: url("../img/leaderboard/iconCup2.png");
}

.leaderboard-result.tables .box-row .bronze-award, .leaderboard-table .bronze-award {
    background-image: url("../img/leaderboard/iconCup3.png");
}

.chart-container {
    position: relative;
    height: 400px;
    width: 480px;
    display: inline-block;
    margin: 0 20px 20px 0;
}

.chart-container.long {
    height: 730px
}

.chart-container.heat-map {
    width: 983px;
    height: 750px;
}

.chart-container .custom-legend {
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 3;
    width: 100%;
}

.chart-container .custom-legend div {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}

.chart-container .custom-legend .domain-color {
    width: 10px;
    height: 10px;
    margin-right: 3px;
}

/*account list*/
.info-label {
    color: #565656;
    font-size: 16px;
    font-weight: 600;
}

.info-label.multiple-row {
    color: #565656;
    font-size: 14px;
    font-weight: 600;
}

.info-label.multiple-row p {
    margin-bottom: 0px;
}

.file-upload {
    margin: 20px 0 15px;
}

.file-upload .btn-browse {
    height: 24px;
    line-height: 10px;
}

.file-upload input[type=text] {
    padding-left: 10px;
}

.sample-xls {
    margin-top: 40px;
}

.sample-xls a {
    color: #621ea9;
    text-decoration: underline;
}

.sample-xls img {
    margin-top: 15px;
    max-width: 100%;
}

/*sku*/
.sku-content-block, .thematic-content-block, .varietals-content-block {
    overflow: hidden;
    min-height: 450px;
}

.phone-item.sku {
    background-image: none;
}

.phone-item.sku {
    display: table;
    line-height: 20px;
}

.phone-item.sku .content-wrapper {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    max-height: 100px;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.phone-item.sku .content-wrapper > div {
    color: #ff0000;
    width: 100%;
    margin: 0 0 5px;
    font-size: 26px;
}

.phone-item.sku .red-text {
    color: #ed1c23;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*weekly MC*/
.weekly-mc-content-block {
    margin-top: -20px;
    padding-top: 20px;
    min-height: 780px;
}

.weekly-mc-content-block .left-side {
    width: 650px;
    position: absolute;
}

.weekly-mc-content-block .right-side {
    margin-left: 700px;
    width: 335px;
}

.weekly-mc-content-block .charts-block {
    margin-bottom: 10px;
    text-align: center;
    background: #fff;
}

.weekly-mc-content-block .chart-container {
    margin-bottom: 10px;
}

.weekly-mc-content-block .table-wrapper {
    margin-top: -20px;
    margin-bottom: 10px;
}

.weekly-mc-content-block td .tooltip-inner {
    font-size: 12px;
}

.left-side .table-wrapper {
    min-width: 623px;
}

.left-side .table > thead > tr > th {
    min-width: 20px;
    text-align: center;
    border: none;
}

.left-side .table > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}

.left-side .table td:first-child {
    width: 190px;
    font-size: 12px;
    text-align: left;
    cursor: pointer;
}

.weekly-mc-content-block .right-side .form-horizontal {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
}

.weekly-mc-content-block .right-side .email-recipients {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.right-side .email-recipients .form-group {
    margin-bottom: 0;
}

.weekly-mc-content-block .right-side .col-sm-1 {
    width: 45px;
    padding-right: 3px;
    margin-left: 10px;
}

.weekly-mc-content-block .right-side .col-sm-5 {
    width: 220px;
}

.weekly-mc-content-block .right-side .col-sm-offset-1 {
    margin-left: 50px;
}

.weekly-mc-content-block .right-side .form-horizontal .form-inline.date {
    margin-top: 10px;
}

.weekly-mc-content-block .right-side .form-horizontal:last-child {
    border-bottom: none
}

.weekly-mc-content-block .right-side .form-horizontal .form-inline {
    margin-top: 20px;
}

.weekly-mc-content-block .right-side .form-horizontal .form-name {
    font-size: 16px;
    padding-left: 12px;
    margin-top: -2px;
}

.weekly-mc-content-block .right-side .form-horizontal label.control-label {
    padding-left: 0px;
    -left: 5px;
}

.weekly-mc-content-block .right-side .form-horizontal input.checkbox {
    margin: -4px 8px 0 30px;
}

.weekly-mc-content-block .right-side .form-horizontal .form-control {
    padding-left: 8px;
    padding-right: 8px;
}

.weekly-mc-content-block .right-side .form-horizontal .info {
    display: block;
    color: #ed1c23;
    font-size: 13px;
}

.weekly-mc-content-block .left-side .table th {
    font-size: 11px;
    font-weight: 700;
    text-align: left;
}

.weekly-mc-content-block .table-striped tr:nth-child(odd) td {
    background-color: #f4f4f4;
    min-width: 70px;
}

.right-side .form-horizontal table,
.right-side .form-horizontal textarea {
    margin-top: 25px;
}

.right-side .weekly-table-wrapper {
    max-width: 365px;
    margin-bottom: -10px;
    margin-top: -20px;
    padding: 5px 0 15px;
}

.right-side .form-horizontal table {
    font-size: 12px;
}

.right-side .form-horizontal table td {
    vertical-align: middle;
    padding-bottom: 0;
}

.right-side .form-horizontal table td img {
    margin-top: -2px;
}

.right-side .form-horizontal table td:first-child {
    width: 10px;
    cursor: pointer
}

.right-side .form-horizontal table td:nth-child(2) {
    width: 180px;
}

.right-side button[data-key="week"] {
    padding: 0;
    width: 140px;
}

.weekly-mc-content-block .right-side .send-email {
    margin-left: -5px;
}

.right-side textarea[data-name="send-email"] {
    height: 107px;
    width: 255px;
}

.right-side input[data-name="add-email"] {
    width: 275px;
}

.weekly-mc-content-block .chart-container {
    width: auto;
    height: 100%;
}

/*users*/
.users-mass-actions-panel .cols-box {
    margin-top: 20px;
}

.mass-actions-label {
    display: block;
}

.main-mass-actions-list, .related-mass-actions-list {
    float: left;
    width: 200px;
    height: 36px;
    margin-right: 10px;
    padding-right: 10px;
}

.related-actions {
    margin-top: 5px;
}

.users-content-block .form-group {
    margin-left: 0;
    margin-right: 0;
}

.users-content-block .form-group .form-control, .users-content-block .form-group .filter-top {
    background-color: #fff;
}

.users-content-block .form-group .form-control[disabled] {
    background-color: #EBEBE4;
    opacity: 1 !important;
}

.users-content-block .main-title {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 20px 16.8%;
}

.users-content-block .title {
    font-size: 14px;
    margin: 10px 0 10px 16.8%;
    color: #999
}

.users-content-block .main-title, .users-content-block .title,
.users-content-block .permissions-title, .users-content-block .app-permissions > div {
    padding-left: 10px;
}

.users-content-block .form-group.user-type {
    margin-bottom: 25px;
}

.users-content-block .form-group .user-type-label {
    display: block;
    padding-left: 16.8%;
    margin-left: 10px;
    cursor: pointer;
}

.users-content-block .form-group .user-type-label input {
    margin-right: 5px;
    position: relative;
    top: 1px;
}


.users-content-block .left-side label.radio {
    margin-left: 30px;
    margin-bottom: 15px;
}

.users-content-block .left-side input.radio {
    margin-right: 5px;
    margin-top: -3px;
}

.users-content-block .left-side fieldset {
    padding: 0;
    border: none;
    margin: 0 0 20px;
}

.users-content-block .right-side {
    border-left: 1px solid #dedede;
    padding-left: 25px;
    padding-bottom: 30px;
}

.users-content-block .right-side .permissions {
    margin: 6px 0 16px;
    font-weight: 600;
}

.users-content-block .right-side input.checkbox {
    margin-top: 1px;
    margin-right: 5px;
}

.users-content-block .right-side .select-page label {
    padding-left: 0;
    padding-top: 6px;
    margin-right: -10px;
}

.users-content-block .right-side button {
    margin-top: 300px;
}

.users-content-block .table-wrapper {
    clear: both
}

.users-content-block .table > thead > tr > th {
    border: none;
}

.users-content-block .table > thead > tr > th:first-child,
.users-content-block .table > tbody > tr > td:first-child {
    padding-left: 15px;
}

.users-content-block .table > tbody > tr > td:last-child {
    color: #f00;
    text-decoration: underline;
    cursor: pointer;
}

.users-content-block .permissions {
    padding: 15px 0 15px 0;
    margin-top: -15px;
}

.users-content-block .permissions .application-title,
.users-content-block .permissions .app-permissions,
.users-content-block .permissions-apps {
    padding: 15px 0 15px 16.8%;
    margin-top: -30px;
    overflow: hidden;
    clear: both;
}

.users-content-block .bottom-fields-wrapper {
    margin-left: 16.8%;
    padding-left: 10px;
    padding-top: 15px;
}

.users-content-block .bottom-fields-wrapper .button {
    margin-top: 15px;
}

.users-content-block .permissions .application-title {
    padding-top: 10px;
    padding-left: 0;
    margin-top: 0;
}

.users-content-block .permissions .app-title {
    margin-top: 21px;
    font-size: 18px;
    color: #6d6d6d;
    margin-left: 10px;
}

.users-content-block .permissions .brand-types-form {
    margin-bottom: 20px;
    margin-top: -15px;
}

.users-content-block .permissions .brand-types-form > label {
    margin-top: 5px;
    text-align: right;
}

.users-content-block .permissions-apps, .permissions-wrapper {
    border-bottom: 1px solid #ddd;
}

.users-content-block .permissions .permissions-title,
.users-content-block .permissions-apps label.permissions-title {
    font-weight: 600;
    float: none;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.users-content-block .permissions label.checkbox {
    width: 330px;
    float: left;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.users-content-block .permissions-apps > label.checkbox {
    width: 100px;
    float: left;
}

.users-content-block .all-selected {
    font-size: 12px;
    overflow: hidden;
    padding-top: 15px;
    padding-left: 10px;
    margin-bottom: 10px;
}

.users-content-block .all-selected .selected-items {
    overflow: hidden;;
    margin-bottom: 10px;
}

.users-content-block .all-selected .selected-items label {
    width: 140px;
    font-weight: 600;
}

.users-content-block .brands label {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.users-content-block .left-side .col-sm-5, .brand-types-form .col-sm-5 {
    padding: 0;
    margin-left: 10px;
    height: 30px;
}

.users-content-block .form-horizontal .border-wrapper {
    margin-left: 16.6667%;
    padding: 0;
    height: 1px;
}

.users-content-block .form-horizontal .border-wrapper div {
    margin-left: 10px;
    border-bottom: 1px dashed #ddd;
}

.users-content-block .left-side .type-of-access-description {
    margin-bottom: 20px;
    margin-left: 16.8%;
    padding: 0;
    font-style: italic;
    font-size: 13px;
    color: #aaa;
}

.users-content-block .left-side .filter-top {
    line-height: 30px;
    background-color: #fff
}

.users-content-block .left-side .filter-title {
    width: 94%;
    padding-left: 10px;
    float: left;
}

.users-content-block .left-side .arrow {
    width: 5%;
}

.users-content-block .left-side .col-sm-8 {
    height: 30px;
}

.users-content-block .left-side .customSelect {
    background-color: #fff;
    margin-bottom: 0;
}

.users-content-block .left-side .customSelectInner {
    width: 95% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.permissions-wrapper .apps-image {
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 15px;
    margin-top: 10px;
    background-size: 50px;
    cursor: pointer;
}

/*ordinary state*/
.permissions-wrapper .apps-image.dta, .role-wrapper .app.dta {
    background-image: url(/static/img/buttons/permissions/dta.svg);
}

.permissions-wrapper .apps-image.ths, .role-wrapper .app.ths {
    background-image: url(/static/img/buttons/permissions/ths.svg);
}

.permissions-wrapper .apps-image.opp, .role-wrapper .app.opp {
    background-image: url(/static/img/buttons/permissions/opp.svg);
}

.permissions-wrapper .apps-image.npp, .role-wrapper .app.npp {
    background-image: url(/static/img/buttons/permissions/npp.svg);
}

.permissions-wrapper .apps-image.pods, .role-wrapper .app.pods {
    background-image: url(/static/img/buttons/permissions/pods.svg);
}

.permissions-wrapper .apps-image.mgr, .role-wrapper .app.mgr {
    background-image: url(/static/img/buttons/permissions/mgr.svg);
}

.permissions-wrapper .apps-image.sts, .role-wrapper .app.sts {
    background-image: url(/static/img/buttons/permissions/sts.svg);
}

.permissions-wrapper .apps-image.settings, .role-wrapper .app.settings {
    background-image: url(/static/img/buttons/permissions/settings.svg);
}

.permissions-wrapper .apps-image.cbx, .role-wrapper .app.cbx {
    background-image: url(/static/img/buttons/permissions/cbx.svg);
}

.permissions-wrapper .apps-image.promos, .role-wrapper .app.promos {
    background-image: url(/static/img/buttons/permissions/promos.svg);
}

.permissions-wrapper .apps-image.bbg, .role-wrapper .app.bbg {
    background-image: url(/static/img/buttons/permissions/dta.svg);
}

.permissions-wrapper .apps-image.automated_report, .role-wrapper .app.automated_report {
    background-image: url(/static/img/buttons/permissions/automated_report.svg);
}

.permissions-wrapper .apps-image.ops, .role-wrapper .app.ops {
    background-image: url(/static/img/buttons/permissions/ops.svg);
}

.permissions-wrapper .apps-image.vip_check, .role-wrapper .app.vip_check {
    background-image: url(/static/img/buttons/permissions/vip_check.svg);
}

.permissions-wrapper .apps-image.mbo_jet, .role-wrapper .app.mbo_jet {
    background-image: url(/static/img/buttons/permissions/mbo_jet.svg);
}

/*active state*/
.permissions-wrapper .apps-image.dta.active, .role-wrapper .active .app.dta {
    background-image: url(/static/img/buttons/permissions/dta_active.svg);
}

.permissions-wrapper .apps-image.ths.active, .role-wrapper .active .app.ths {
    background-image: url(/static/img/buttons/permissions/ths_active.svg);
}

.permissions-wrapper .apps-image.opp.active, .role-wrapper .active .app.opp {
    background-image: url(/static/img/buttons/permissions/opp_active.svg);
}

.permissions-wrapper .apps-image.npp.active, .role-wrapper .active .app.npp {
    background-image: url(/static/img/buttons/permissions/npp_active.svg);
}

.permissions-wrapper .apps-image.pods.active, .role-wrapper .active .app.pods {
    background-image: url(/static/img/buttons/permissions/pods_active.svg);
}

.permissions-wrapper .apps-image.mgr.active, .role-wrapper .active .app.mgr {
    background-image: url(/static/img/buttons/permissions/mgr_active.svg);
}

.permissions-wrapper .apps-image.sts.active, .role-wrapper .active .app.sts {
    background-image: url(/static/img/buttons/permissions/sts_active.svg);
}

.permissions-wrapper .apps-image.settings.active, .role-wrapper .active .app.settings {
    background-image: url(/static/img/buttons/permissions/settings_active.svg);
}

.permissions-wrapper .apps-image.cbx.active, .role-wrapper .active .app.cbx {
    background-image: url(/static/img/buttons/permissions/cbx_active.svg);
}

.permissions-wrapper .apps-image.promos.active, .role-wrapper .active .app.promos {
    background-image: url(/static/img/buttons/permissions/promos_active.svg);
}

.permissions-wrapper .apps-image.vip_check.active, .role-wrapper .active .app.vip_check {
    background-image: url(/static/img/buttons/permissions/vip_check_active.svg);
}

.permissions-wrapper .apps-image.automated_report.active, .role-wrapper .active .app.automated_report {
    background-image: url(/static/img/buttons/permissions/automated_report_active.svg);
}

.permissions-wrapper .apps-image.bbg.active, .role-wrapper .active .app.bbg {
    background-image: url(/static/img/buttons/permissions/dta_active.svg);
}

.permissions-wrapper .apps-image.ops.active, .role-wrapper .active .app.ops {
    background-image: url(/static/img/buttons/permissions/ops_active.svg);
}

.permissions-wrapper .apps-image.mbo_jet.active, .role-wrapper .active .app.mbo_jet {
    background-image: url(/static/img/buttons/permissions/mbo_jet_active.svg);
}

.users-content-block .hint {
    position: absolute;
    left: 72%;
    margin-top: -10px;
    width: 400px;
    padding: 20px;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .075), 0 0 10px rgba(223, 223, 223, 0.6);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .075), 0 0 10px rgba(223, 223, 223, 0.6);
    font-style: italic;
    color: #777;
}

.users-content-block .hint:after, .users-content-block .hint:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.users-content-block .hint:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 18px;
    margin-top: -18px;
}

.users-content-block .hint:before {
    border-color: rgba(223, 223, 223, 0);
    border-right-color: #dfdfdf;
    border-width: 19px;
    margin-top: -19px;
}

.users-content-block .notify-user {
    margin-bottom: 0;
    float: left;
    clear: both
}

.users-content-block .notify {
    margin: 10px 0;
}

.users-content-block .notify.master {
    margin-left: 10px;
}

.users-content-block .allow-application {
    margin-top: 25px;
}

.users-content-block .notify.button {
    margin-top: -15px;
    margin-bottom: 30px;
}

.users-content-block .notify-user input, .users-content-block .notify input {
    margin-right: 5px;
}

.users-content-block .send-weekly-activity-report, .users-content-block .send-activity-report, .users-content-block .send-ad-tracker-report, .users-content-block .is-user-verified, .users-content-block .is-manager {
    margin-bottom: 5px;
    float: left;
    clear: both
}

.users-content-block .send-weekly-activity-report input, .users-content-block .send-activity-report input, .users-content-block .send-invitation input, .users-content-block .send-ad-tracker-report input, .users-content-block .is-user-verified input, .users-content-block .is-manager input {
    margin-right: 5px;
}

.users-content-block .btn-red {
    margin-top: 20px;
}

.users-content-block .left-side .button.master {
    margin-left: 17.6%;
    margin-top: -15px;
    padding: 0;
}

.users-content-block .mobile-user-info .application-label {
    width: 33%;
    float: left;
}

.users-content-block .mobile-user-info .application-label input {
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.users-content-block .mobile-user-info .top-border {
    border-top: 1px solid #ddd;
}

/*feature support*/
.tabs-content .tab-content-inner.feature-support {
    padding: 25px 15px;
    min-height: 500px;
}

.search-records.left-side-search {
    margin: 7px 150px 0 0;
}

.features-list > .btn-panel > .search-records.left-side-search {
    margin: 27px 155px 0 -5px;
}

.features-list > .btn-panel {
    margin-top: 10px;
    height: 85px;
}

.support-table > tbody > tr > td {
    vertical-align: top;
    background: #fff
}

.support-table > thead > tr > th {
    min-width: 95px;
}

.support-table > thead > tr > th:nth-child(4) {
    min-width: 115px;
}

.support-table > tbody > tr.grey-row > td {
    background: #f4f4f4
}

.support-table tr td:first-child, .tab-page .table-striped tr th:first-child {
    min-width: 10px;
    width: 40px;
}

.support-table > tbody > tr > td:first-child label {
    width: 100%;
    height: 100%;
}

.support-table tbody tr:hover td {
    background: #fce9e9;
    cursor: pointer
}

.support-table tr td.actions {
    min-width: 150px;
}

.support-table tr td.actions a {
    margin-right: 5px;
}

.support-table tr input[type=checkbox] {
    cursor: pointer;
}

.support-table .info-cell {
    height: 275px;
    background: #fff;
    border-top: 1px solid dashed #d1d0d0;
}

.support-table .info-cell td {
    vertical-align: top;
    padding: 0;
    font-size: 12px;
}

.support-table .info-cell .tooltip-inner {
    font-size: 12px !important;
    font-weight: normal;
    color: #555
}

.support-table .info-cell td label, .info-cell td label.title {
    font-weight: bold;
    color: #ed1c23;
    font-size: 16px;
    margin: 20px 0;
}

.scorecard .export-ad-tracker {
    padding-right: 5px
}

.scorecard .feature-filter:first-child {
    padding-right: 249px
}

.scorecard .status-grid {
    display: grid
}

.scorecard-table .tooltip-inner {
    white-space: pre-line;
}

.export-ad-tracker {
    margin-bottom: 5px;
    padding-right: 0
}

.export-ad-tracker .dropdown-menu {
    padding: 0px;
}

.export-ad-tracker .dropdown-menu li a {
    height: 40px;
    padding: 10px 20px;
    font-weight: normal;
}

.info-cell td label.title {
    margin: 15px 0 10px;
}

.location-table .tooltip-inner, .filters-list-wrapper .tooltip-inner,
.stats-content .content .stats-pane .tooltip-inner {
    font-size: 12px !important;
    color: #555
}

.support-table .info-cell td label {
    font-weight: bold;
    color: #ed1c23;
    font-size: 16px;
    margin: 20px 0;
}

.support-table .info-cell td > div {
    position: relative;
    border-top: 1px dashed #d3d2d2;
    border-bottom: 1px solid #d3d2d2
}

.btn-icon-export div.mail-icon {
    background: url(/static/img/buttons/icon_btn_mail.png) no-repeat;
    width: 14px;
    height: 12px;
    top: 10px;
    left: 7px;
}

.slide-control {
    position: absolute;
    top: 0;
    width: 15px;
    height: 100%;
    background: #a4a4a4 url(/static/img/buttons/icon_featsup_slider_prev.png) no-repeat 50% 50%;
    cursor: pointer;
}

.slide-control.right {
    right: 0;
    background-image: url(/static/img/buttons/icon_featsup_slider_next.png)
}

.slide-control.left {
    left: 0;
}

.actions a, a.grey {
    cursor: pointer;
}

.actions a:first-child {
    margin-left: 0;
}

.info-cell .content-wrapper {
    position: relative;
    margin: 0 25px;
    overflow: hidden;
    height: 275px;
}

.info-cell .content {
    position: absolute;
    width: 200%;
    top: 0;
    left: 0;
}

.info-cell .content.stats-group-2 {
    left: -100%;
}

.info-cell .content > div {
    float: left;
}

.info-cell .jspTrack {
    width: 10px;
}

.info-cell .jspVerticalBar {
    width: 10px;
}

.info-cell .jspContainer {
    width: 100% !important
}

.info-cell .jspPane {
    width: 98% !important
}

.info-cell .second-tab .jspPane {
    width: 100% !important
}

.sales-stats {
    width: 11.5% !important;
    margin-left: 0.5%;
    padding: 0 15px;
    height: 275px;
    overflow: auto;
}

.stores {
    margin-left: 0.75%;
    width: 25% !important;
    height: 275px;
    overflow: auto;
}

.chart-block {
    width: 59%;
    margin-left: 1%;
    float: left;
}

.second-tab {
    width: 50% !important;
    height: 275px;
    overflow: auto;
}

.location {
    width: 37.5%;
    margin-left: 1.5%;
    margin-right: 1%;
    float: left;
}

.location .location-table {
    width: 100%
}

.location label {
    float: right;
}

.location .location-table tr th {
    padding-left: 10px;
    font-weight: 600;
}

.location .location-table tr th:first-child {
    padding-left: 0;
    border-left: 0;
    height: 20px;
    text-align: right;
    padding-right: 10px;
}

.location .location-table tr td {
    width: 30%;
    min-width: 30%;
    border-left: 1px solid #9f9f9f;
    padding-right: 10px;
    padding-left: 10px;
}

.location .location-table tr td:first-child {
    border-left: none;
    padding-left: 0;
    font-style: italic;
    text-align: right;
}

.location .location-table tr td:first-child span {
    display: inline-block;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 16px;
    margin-bottom: -3px;
}

.location .location-table td.small {
    width: 5%;
    min-width: 5%;
    border-left: none;
    padding-left: 0;
}

.chart-block .chart-info {
    padding-left: 5%;
    padding-top: 22px;
    padding-bottom: 20px;
    overflow: hidden;
}

.chart-block .chart-info ul {
    float: right;
    width: 47%;
    font-weight: 600;
}

.chart-block .chart-info ul li {
    background-color: transparent !important;
}

.chart-block .chart-info ul li a {
    margin-right: 0 !important;
}

.chart-block .chart-info ul li.italic {
    font-weight: 400;
    font-style: italic;
}

.chart-block .chart-info ul li.italic span {
    display: inline-block;
    max-width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 3px
}

.chart-block .chart-info ul li.italic span:first-child {
    max-width: 74%
}

.chart-block .chart-info ul:first-child {
    float: left;
}

.chart-block .chart_1 {
    height: 135px;
    clear: both;
    width: 100% !important;
    margin-left: -40px;
}

.info-cell ul {
    margin-right: 15px;
}

.info-cell ul li, .history-form ul li {
    height: 20px;
    padding: 5px 10px;
    line-height: 10px;
}

.info-cell .stores .jspPane > a {
    margin-left: 10px;
}

.info-cell .stores .clipboard {
    margin-left: 10px;
    display: inline-block;
    color: #aaa;
    text-decoration: underline;
    cursor: pointer;
}

.info-cell .stores .clipboard:hover {
    color: #ed1c23
}

.info-cell .stores ul li {
    padding-left: 20px;
    cursor: pointer;
    background-image: url("../img/buttons/icon_adtracker_arrow_right.png");
    background-position: 7px 7px;
    background-repeat: no-repeat;
}

.info-cell .stores ul li span {
    max-width: 30%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 2px
}

.info-cell .stores ul li span:first-child {
    max-width: 70%;
}

.info-cell .stores ul li .previous-displays {
    display: none;
    padding-bottom: 15px;
    margin-right: 80px;
    line-height: 20px;
    font-style: italic;
    font-weight: normal;
}

.info-cell .stores ul li .previous-displays label {
    font-size: 12px;
    margin: 10px 0 0;
}

.info-cell .stores ul li.active {
    height: auto;
    font-weight: 600;
    background-image: url("../img/buttons/icon_adtracker_arrow_down.png")
}

.info-cell .stores ul li.active .previous-displays {
    display: block;
}

.support-table tr .previous-displays a {
    margin-right: 0 !important;
    text-decoration: none;
    color: #555;
    white-space: nowrap;
}

.support-table tr .previous-displays a:hover {
    text-decoration: underline;
}

.info-cell ul li:nth-child(odd), .history-form ul li:nth-child(odd) {
    background-color: #f0f0f0;
}

.info-cell ul li span:nth-child(2), .history-form ul li span:nth-child(2) {
    float: right;
}

.info-cell .stores ul li span:first-child {
    display: inline-block;
}

.info-cell .stores ul li span:nth-child(2) {
    padding-left: 10px;
}

.percentage-scale-wrapper {
    width: 120px;
    background: #e3e3e3;
    height: 10px;
    border-radius: 5px;
    margin-top: 4px;
}

.stats-row .percentage-scale-wrapper, .stats-row .percentage-scale-wrapper div, .stats-row .part-of-all {
    padding-left: 0;
}

.percentage-scale {
    background: #f08486;
    height: 100%;
    border-radius: 5px 0 0 5px;
}

.percentage-scale.full {
    border-radius: 5px;
}

.part-of-all {
    margin-top: 10px;
}

.sales-stats ul li span:first-child {
    max-width: 80%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 2px
}

.support-table .display-sizes {
    width: 100%
}

.support-table .display-sizes tr td:first-child {
    width: 20%;
    padding-right: 10px;
    text-align: right;
    border-right: 1px solid #9f9f9f;
    white-space: nowrap
}

.support-table .display-sizes tr td:nth-child(2) {
    padding-left: 10px;
    padding-right: 5px;
    width: 60%;
}

.support-table .display-sizes tr td:last-child {
    min-width: 10%;
    width: 10%;
    color: #c7c7c7;
    text-align: right;
}

.info-cell .size-chart {
    display: inline-block;
    height: 6px;
    background: #b7b7b7;
    border-radius: 0 3px 3px 0;
    margin-bottom: 1.5px;
}

.tab-content-inner .btn-group {
    position: relative;
}

.feature-support .btn-add-feature, .feature-support .btn-manage-cols {
    margin-right: 3px
}

.tab-page[name="features"] .btn-add-feature {
    top: 6px;
}

.feature-support .btn-add-feature a {
    width: 100px;
    padding: 5px 0;
}

.tab-content-inner .btn-add-feature .btn,
.tab-content-inner .btn-send-mail .btn {
    border-radius: 4px !important;
}

.tab-content-inner .btn-send-mail {
    margin-right: 5px;
    margin-left: -5px;
}

.support-popup {
    position: absolute;
    top: 50px;
    right: 0;
    width: 300px;
    background: #fff;
    border: 2px solid #ededed;
    border-radius: 5px;
    z-index: 3;
    padding: 25px 25px 15px 15px;
}

.support-popup:after, .support-popup:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.support-popup:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

.support-popup:before {
    border-color: rgba(237, 237, 237, 0);
    border-bottom-color: #ededed;
    border-width: 13px;
    margin-left: -13px;
}

.support-popup.send-mail {
    right: 0 !important
}

.support-popup.send-mail:after, .support-popup.send-mail:before {
    left: 235px
}

.support-popup.send-mail .btn {
    margin-top: 30px;
}

.support-popup.new-feature:after, .support-popup.new-feature:before {
    left: 236px
}

.support-popup input.checkbox {
    margin: 0px 10px 0px -20px;
}

.support-popup label.checkbox {
    margin-bottom: 20px;
    margin-top: 15px;
}

.support-popup textarea.form-control {
    padding: 10px;
    line-height: 20px;
}

.support-popup .buttons .btn {
    margin-right: 7px;
    width: 95px;
}

.support-popup .buttons .btn.right-button {
    margin-right: 7px;
    width: auto;
}

.support-popup .info-label {
    font-weight: normal;
    margin-bottom: 20px;
}

.support-popup .id-feature {
    color: #aaa;
    margin-bottom: 20px
}

.support-popup select {
    margin-bottom: 10px
}

.support-popup.new-feature .buttons {
    margin-top: 30px
}

.new-feature .filters-list-wrapper, .history-form .filters-list-wrapper {
    position: relative;
    margin-bottom: 10px;
}

.history-form .filters-list-wrapper label, .new-feature .filters-list-wrapper label {
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-feature .filter-top .filter-title, .history-form .filter-top .filter-title {
    float: left;
    padding-left: 7px;
    line-height: 30px;
    width: 235px;
}

.new-feature .filters-list-wrapper .filter-content, .history-form .filters-list-wrapper .filter-content {
    max-height: 300px;
}

.new-feature .time-filter-row .custom-picker {
    width: 94.85px
}

.new-feature label.status-label {
    cursor: pointer;
    margin-right: 20px;
    margin-top: 5px;
    font-size: 16px;
}

.new-feature label.status-label input {
    margin-right: 5px;
}

.new-feature .feature-name {
    margin-bottom: 10px;
    padding-left: 7px;
}

.filter-content .groups {
    border-bottom: 1px solid #d5d4d4;
}

.filter-content .groups label {
    font-weight: 600
}

.filter-content .groups li {
    background: #fff !important
}

.filter-content .brands li:nth-child(odd) {
    background-color: #f4f4f4;
}

.filter-title.no-selected, select.no-selected + span {
    color: #999
}

select.hasCustomSelect {
    cursor: pointer;
}

.history-form select.hasCustomSelect:disabled, .history-form .filters-list-wrapper.disabled .filter-top {
    cursor: auto;
    background-color: #f4f4f4;
    color: #999
}

.history-form select.hasCustomSelect:disabled + span, .history-form .custom-picker:disabled {
    background-color: #f4f4f4;
    color: #999
}

select.hasCustomSelect option:nth-child(odd) {
    background-color: #f4f4f4;
}

select.no-selected option {
    color: #555
}

span.customSelect {
    margin-bottom: 10px;
    background: url("../img/buttons/arrow2.jpg") center right no-repeat;
    white-space: nowrap;
    line-height: 30px;
    padding-left: 7px;
}

span.customSelectInner {
    width: 250px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

span.customSelect.customSelectOpen {
    background-image: url("../img/buttons/arrow1.jpg");
}

.filter-block span.customSelect {
    margin-bottom: 0;
}

.history-form {
    float: left;
    width: 290px;
    padding: 10px 10px 0 0;
}

.history-form > label {
    padding: 10px 0;
    font-weight: 600;
    cursor: pointer;
}

.history-form > label:first-child {
    margin-top: -10px;
}

.history-form > label input {
    margin-right: 10px;
    cursor: pointer;
}

.history-form .filter-top .filter-title {
    width: 229px;
}

.history-form .time-filter-row .custom-picker {
    width: 106.85px
}

.history-form .btn {
    width: 135px;
    margin-top: 10px;
}

.history-form ul {
    margin-top: 60px;
    font-size: 12px;
}

.history-chart {
    float: right;
    width: 70%;
    overflow: hidden;
}

.history-chart #chart_2, .history-chart #chart_3 {
    width: 100% !important;
}

.tab-page.ad-tracker {
    position: relative;
}

.tab-page[name=history] {
    padding-bottom: 50px;
}

/*Scorecard*/
.tab-content-inner.scorecard .btn-group {
    float: right;
    margin-top: 20px;
}

.tab-content-inner.scorecard .btn-manage-cols {
    margin-top: 20px;
    margin-right: 5px;
}

.tab-content-inner.scorecard .btn-icon-export {
    margin-bottom: 0;
}

.tab-content-inner.scorecard .cols-box {
    margin-top: 10px;
}

.tab-content-inner.scorecard .cols-box::after, .tab-content-inner.scorecard .cols-box::before {
    right: 83px;
}

.tab-content-inner.scorecard .feature-filter {
    float: left;
    margin-top: 0;
    margin-right: 20px;
}

.tab-content-inner.scorecard .feature-filter > div {
    margin-top: -10px;
}

.tab-content-inner.scorecard .feature-filter .active {
    color: #ed1c23;
}

.tab-content-inner.scorecard .feature-filter input {
    display: none;
}

.tab-content-inner.scorecard .feature-view .btn {
    width: 50px;
    background-image: url("/static/img/buttons/scorecards_icon_sprite.png");
    background-repeat: no-repeat;
    padding: 0;
}

.tab-content-inner.scorecard .feature-view .chain {
    background-position: 5px -42.5px;
}

.tab-content-inner.scorecard .feature-view .route {
    background-position: -35px -42.5px;
}

.tab-content-inner.scorecard .feature-view .geography {
    background-position: -76px -42.5px;
}

.tab-content-inner.scorecard .feature-view .feature {
    background-position: -117px -42.5px;
}

.tab-content-inner.scorecard .feature-view .account {
    background-position: -154px -42.5px;
}

.tab-content-inner.scorecard .feature-view .btn > div:first-child {
    position: relative;
    height: 36px;
}

.tab-content-inner.scorecard .feature-view .chain.active {
    background-position: 5px -2.5px;
}

.tab-content-inner.scorecard .feature-view .route.active {
    background-position: -35px -2.5px;
}

.tab-content-inner.scorecard .feature-view .geography.active {
    background-position: -76px -2.5px;
}

.tab-content-inner.scorecard .feature-view .feature.active {
    background-position: -117px -2.5px;
}

.tab-content-inner.scorecard .feature-view .account.active {
    background-position: -154px -2.5px;
}

.tab-content-inner.scorecard .dropdown {
    top: 0;
    margin-top: 20px;
}

.tab-content-inner.scorecard .dropdown.add-feature {
    margin-right: 5px;
}

.tab-content-inner.scorecard .dropdown-menu {
    min-width: 80px;
}

.tab-content-inner.scorecard .dropdown .caret, .tab-content-inner.feature-support .dropdown .caret {
    margin-left: 5px;
}

.tab-content-inner.scorecard .dropdown-menu li {
    text-align: center;
}

.tab-content-inner.scorecard .dropdown-menu a {
    padding: 10px;
    font-weight: 400;
}

.tab-content-inner.scorecard .table-wrapper {
    clear: both;
    margin-top: 0;
}

.tab-content-inner.scorecard .table-wrapper p {
    margin-top: 20px;
}

.tab-content-inner.scorecard table {
    border-collapse: collapse
}

.tab-content-inner.scorecard table tr.group-row,
.tab-content-inner.scorecard table tfoot {
    font-weight: 600
}

.tab-content-inner.scorecard tr td {
    background-color: #fff !important;
}

.tab-content-inner.scorecard tr.grey-row td {
    background-color: #f4f4f4 !important
}

/*
    .tab-page[name=scorecard] .table > thead > tr > th{min-width:160px;}*/
.tab-content-inner.scorecard .table > thead > tr > th:first-child {
    min-width: 10px;
}

/*Features list*/
.tab-content-inner.features-list .btn-group {
    margin-top: 20px;
}

.tab-content-inner.features-list .feature-filter {
    float: left;
    margin-top: 5px;
    margin-right: 20px;
}

.tab-content-inner.features-list .feature-filter > div {
    margin-top: -10px;
}

.tab-content-inner.features-list .feature-filter .active {
    color: #ed1c23;
}

.tab-content-inner.features-list .feature-filter input {
    display: none;
}

/*table-columns-drag-style*/
.cols-box {
    display: none;
    position: relative;
    background: #fff;
    border: 1px solid #e0e0e0;
    margin-top: -10px;
    margin-bottom: 20px;
    padding: 20px 15px;
}

.cols-box.active {
    display: block
}

.cols-box:after, .cols-box:before {
    bottom: 100%;
    right: 90px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.cols-box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 15px;
    margin-left: -15px;
}

.cols-box:before {
    border-color: rgba(224, 224, 224, 0);
    border-bottom-color: #e0e0e0;
    border-width: 16px;
    margin-left: -16px;
}

.invisible-cols div, .visible-cols div {
    display: block;
    float: left;
    margin: 0 2px 5px 0;
    min-width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ccc;
    border: 1px solid #bebebe;
    border-bottom: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    padding: 0px 3px;
}

.visible-cols div {
    background: #eaeaea;
    border-color: #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.visible-cols div.not-draggable {
    background: #fff;
}

.invisible-cols div.ui-sortable-helper, .visible-cols div.ui-sortable-helper {
    width: auto !important
}

.invisible-cols {
    margin-bottom: 15px
}

.invisible-cols, .visible-cols {
    overflow: hidden;
    width: 100%;
    min-height: 40px;
}

/*Radio inputs*/
input[type=radio] {
    margin-top: 2px;
}

input[value=payout_top_applicants] {
    margin-top: 8px;
}

/*Popup*/

.popup {
    position: fixed;
    overflow: hidden;
    z-index: 10000;
    top: 50%;
    left: 50%;
    width: 435px;
    height: 180px;
    margin-left: -217px;
    margin-top: -90px;
    border-radius: 5px;
    background: #fff;
}

.popup.duplicate-confirmation {
    height: 320px;
    margin-top: -160px;
}

.popup-header {
    background: #ea1d25;
    font-weight: 600;
    color: #fff;
    padding: 0 20px;
    line-height: 45px;
}

.popup-content {
    height: 80px;
    padding: 20px 10px 0;
    border-bottom: 1px solid #d6d6d6;
}

.popup.duplicate-confirmation .popup-content {
    height: 220px;
    overflow: auto
}

.popup-buttons {
    height: 55px;
    padding: 10px;
    background: #f6f6f6;
}

.popup-buttons .btn-grey {
    margin-right: 5px
}

.popup.notification .popup-content {
    height: 80px;
    line-height: 20px;
    padding-top: 10px;
    padding-right: 20px;
    overflow: auto;
}

.popup.data-popup {
    height: 645px;
    width: 640px;
    margin-left: -307px;
    margin-top: -326px;
}

.popup.bottle-list-popup {
    height: 360px;
    margin-top: -180px;
}

.popup.data-popup .popup-content {
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 545px;
}

.popup.bottle-list-popup .popup-content {
    line-height: 20px;
    padding: 15px;
    height: 260px;
}

.popup.data-popup .popup-content p {
    margin: 0px 0px;
}

.popup.data-popup .popup-content #viewerList {
    margin-right: 12px;
}

.popup.bottle-list-popup .contentBottlePopup {
    margin: 10px -5px;
    max-height: 180px;
    overflow-y: auto;
}

.popup-content .bottle-list-edit-right.col-sm-6 {
    width: 47%;
    max-height: 515px;
    overflow: auto;
    margin-right: 3%;
}

.form-control {
    height: 30px;
    line-height: 30px;
    padding: 0px 4px;
}

.popup-content .bottle-list-edit-right.col-sm-5 {
    width: 39.25%;
    max-height: 515px;
    overflow: auto;
}

.popup.form-popup {
    width: 450px;
    height: 500px;
    margin-left: -225px;
    margin-top: -250px;
}

.popup.form-popup .popup-content {
    width: 100%;
    margin: 0;
    height: 400px;
    line-height: 30px;
    padding: 10px 30px;
    overflow-x: hidden;
    overflow-y: auto;
}

.popup.form-popup .popup-content .title {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}

.popup.form-popup label {
    width: 300px;
    margin: 3px auto;
    display: block;
}

.popup.form-popup .form-control {
    width: 300px;
    margin: 3px auto;
}

.popup.form-popup .filters-list-wrapper {
    width: 300px;
    position: relative;
    margin: 3px auto;
}

.popup.form-popup .filters-list-wrapper .filter-title {
    width: 280px;
    float: left;
    padding-left: 5px;
}

.popup.form-popup .filters-list-wrapper .brands {
    max-height: 165px;
    overflow-y: auto
}

.popup.form-popup .filters-list-wrapper .brands label {
    width: 100%;
    text-align: left;
    padding-right: 0;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.popup.form-popup .popup-content input[type=checkbox] {
    margin-left: 3px;
}

.popup.form-popup .customSelect {
    display: block !important;
}

.popup.form-popup .hasCustomSelect {
    left: 75px;
}

.popup-content .bottle-list-edit-right .form-group div {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.popup-content .bottle-list-edit-right .form-group div#brands p {
    white-space: normal;
}

.branch-popup {
    height: 230px;
    margin-top: -115px;
}

.branch-popup .popup-content {
    height: 130px;
    padding-top: 30px;
}

.popup-content .duplicate-message p {
    padding-bottom: 10px;
    font-weight: 600;
}

.popup-content .message-text {
    padding: 30px 20px 30px 100px;
    color: #aaa;
}

/* OPP - bottle list */
.bottle-list-container {
    margin: 20px 30px;
}

.bottle-list-container .bottle-list-edit-left {
    padding: 10px;
}

.bottle-list-container .bottle-list-edit-right {
    padding: 10px;
}

.bottle-list-container .bottle-list-edit-center {
    padding: 10px;
}

.bottle-list-edit-right label {
    font-weight: 700;
    margin-bottom: 0;
}

.bottle-list-edit-right .positive label, .bottle-list-edit-right .negative label {
    margin-top: 5px;
    font-weight: 600
}

.bottle-list-edit-right .negative label {
    color: #ed1c23;
}

.bottle-list-edit-right .form-group {
    margin-bottom: 15px;
}

.bottle-list-img-list {
    margin: 20px 0px;
    overflow: hidden;
}

.bottle-list-img-list ul {
    margin: 0px;
    list-style: none;
}

.bottle-list-img-list ul li {
    float: left;
    height: 50px;
    width: 50px;
    margin: 0px 5px 5px 0px;
    background-repeat: no-repeat;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.bottle-list-img-list ul li.finished-photo {
    display: none;
}

.bottle-list-img-list ul li div.counter {
    position: absolute;
    z-index: 9;
    left: 0px;
    right: 0px;
}

.bottle-list-img-list ul li div.mask {
    background-color: rgba(50, 50, 50, 0.7);
    height: 50px;
    width: 50px;
    position: absolute;
    z-index: 2;
}

.bottle-list-img-list ul li.active div.mask {
    display: none;
}

.bottle-lists-edit-view img {
    max-height: 515px;
    max-width: 100%;
}

.bottle-list-table tbody tr {
    cursor: pointer;
}

.bottle-lists-edit-view {
    min-height: 500px;
}

.bottle-lists-edit-view.edit-page img {
    max-height: 100%;
    max-width: 100%;
}

.js-bottle-list-letter-group .brand-name span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60%;
}

.js-bottle-list-letter-group .brand-name img {
    vertical-align: top;
    margin-top: 9px;
}

.btn-panel .dropdown-menu {
    top: 38px;
    padding: 0;
}

.dropdown-menu li {
    cursor: pointer;
}

.dropdown-menu li a {
    height: 40px;
    padding: 10px 20px;
    font-weight: bold;
}

.dropdown-menu li span {
    font-weight: normal;
}

.dropdown .btn-icon-export {
    padding-left: 32px;
}

.dropdown .btn-icon-export .pdf-icon,
.dropdown .btn-icon-export .xls-icon {
    left: 17px;
}

.dropdown-menu .divider {
    margin: 0;
    padding: 0;
}

.dropdown-menu .photos-count {
    cursor: auto;
    padding: 10px 20px;
    overflow: hidden;
}

.dropdown-menu .photos-count .photos-count-title {
    margin-bottom: 5px;
}

.dropdown-menu .photos-count .photos-count-list li {
    float: left;
    width: 30px;
    height: 37px;
    line-height: 37px;
    font-weight: 600;
    text-align: center;
    border: none;
    border-left: 1px solid #d5d5d5;
    background-color: #ccc;
}

.dropdown-menu .photos-count .photos-count-list li:first-child {
    border-left: none;
}

.dropdown-menu .photos-count .photos-count-list li.active {
    color: #ed1c23;
    background-color: #fff;
    background-image: none;
}

.dropdown-menu .photos-count .photos-count-list {
    overflow: hidden;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
}

/*Styles for filter new*/

.filter-block {
    width: 502px !important;
    z-index: 13;
}

.filter-category {
    overflow: hidden;
    width: 502px;
}

.filters-wrapper-filters > label {
    height: 30px;
    line-height: 30px;
    width: 150px;
    vertical-align: top;
}

.filters-wrapper-filters p {
    margin-left: 240px;
    color: #555
}

.filters-wrapper-filters p.empty-filters {
    margin: 10px 10px 0;
}

.filters-wrapper label, .filter-results, .filter-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filter-title {
    float: left;
    line-height: 30px;
    padding-left: 5px;
}

.filters-wrapper .filter-content label {
    width: 100%;
}

.filter-content > div, .scroll-wrapper > div {
    overflow: hidden;
}

.filter-content .scroll-wrapper {
    overflow: auto;
    max-height: 270px;
}

.filter-block .filters-list-wrapper, .filter-block .quantity-filter-options {
    position: relative;
    display: inline-block;
    width: 277px;
}

.filter-block .quantity-filter-options * {
    display: inline-block
}

.filter-block .quantity-filter-options .quantity-filter-option-select.customSelect {
    width: 130px;
}

.filter-block .quantity-filter-options input.form-control {
    position: relative;
    top: -10px;
    width: 48px;
    margin: 0 5px;
}

.filter-block .quantity-filter-options .second-value-wrapper span {
    position: relative;
    top: -5px;
}

.filter-block .quantity-filter-options .second-value-wrapper .second-value {
    margin-right: 0;
}

.filter-block .quantity-filter-options .include-wrapper {
    display: block;
}

.filter-block .dynamic-single-select .filter-groups, .filter-block .dynamic-single-select .items-list input {
    display: none;
}

.filter-block .dynamic-single-select label {
    cursor: pointer;
    padding-left: 10px;
}

.filter-block .dynamic-single-select label.selected {
    font-weight: 600;
    color: #ed1c23;
}

.filter-top {
    overflow: hidden;
    height: 30px;
    border: 1px solid #d5d4d4;
    cursor: pointer;
    border-bottom-color: #d5d4d4 !important;
}

.filter-top.error {
    border-bottom-color: #ed1c23 !important;
}

.filters-list-wrapper .filter-top .arrow {
    width: 17px;
    height: 30px;
    background: url("../img/buttons/arrow1.png") center center no-repeat #f4f4f4;
    float: right;
}

.filters-list-wrapper.active .filter-top .arrow {
    background-image: url("../img/buttons/arrow2.png");
}

.filter-top .filter-results {
    float: left;
    width: 255px;
    padding-left: 7px;
    line-height: 30px;
}

.filter-results.no-selected {
    color: #999
}

.filter-content {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    border-right: 1px solid #d5d4d4;
    border-left: 1px solid #d5d4d4;
    border-bottom: 1px solid #d5d4d4;
    overflow: auto;
}

.filters-wrapper-filters .filters-list-wrapper[data-name='sales_repr'] .filter-content, .filters-wrapper-filters .filters-list-wrapper[data-name='questions'] .filter-content {
    width: 390px;
    border-top: 1px solid #d5d4d4;
}

.filters-wrapper-filters .filters-list-wrapper[data-name='questions'] .filter-content {
    width: 550px;
}

.filters-wrapper-filters .filters-list-wrapper[data-name='sales_repr'] .filter-top.active, .filters-wrapper-filters .filters-list-wrapper[data-name='questions'] .filter-top.active {
    border-bottom: none;
}

.filters-list-wrapper.active .filter-content {
    display: block;
}

.filter-content .filter-search, .filter-content .filter-groups {
    border-bottom: 1px solid #d5d4d4;
}

.filter-search input {
    width: 95%;
    border-radius: 0;
    margin: 7px;;
    background: url(/static/img/buttons/iconSearch.png) no-repeat 10px center #fff;
    padding: 5px 33px !important;
    font-size: 13px;
    color: #555;
}

.filter-content ul {
    margin: 0;
}

.filter-content ul li {
    height: 30px;
    padding: 0 7px;
    line-height: 30px;
}

.filter-content label input {
    vertical-align: top;
    margin-right: 10px;
    margin-top: 8px;
}

.filter-content .filter-groups label {
    font-weight: 600;
}

.filter-content .most-popular {
    font-style: italic;
    border-bottom: 1px solid #d5d4d4;
}

.filter-content .items-list {
    border: none;
}

.filter-content .items-list li:nth-child(odd) {
    background-color: #f4f4f4;
}

.buttons-filters {
    margin: 0;
    text-align: right;
}

.buttons-filters a {
    margin-top: 0;
}

.buttons-filters a.apply-filters {
    margin-right: 3px;
}

/*MGR LEADERBOARD*/

.type-leaderboard-select {
    width: 240px;
}

.leaderboard-buttons.mgr {
    width: 993px;
}

.charts.mgr #chartContainer {
    overflow: hidden;
}

.charts.mgr .chart-container {
    width: 480px;
}

.charts.mgr #chartContainer {
    min-height: 700px;
}

.charts.mgr #chart_2,
.charts.mgr #chart_3, .charts.mgr #chart_4 {
    width: 983px;
}

.leaderboard-result.mgr {
    max-width: 1100px;
}

.leaderboard-result.tables.mgr .leaderboard-box .scroll-pane {
    height: 240px;
}

.leaderboard-result.tables.mgr .leaderboard-box {
    width: 477px;
}

.leaderboard-result.tables.mgr .leaderboard-box .box-row {
    width: 477px;
}

.leaderboard-result.tables.mgr .leaderboard-box.wide,
.leaderboard-result.tables.mgr .leaderboard-box.wide .box-row {
    width: 983px;
}

.leaderboard-result.tables.mgr .leaderboard-box.ordinary .box-row div:last-child {
    width: 190px;
    text-align: right;
    padding-right: 25px;
}

.leaderboard-result.tables.mgr .leaderboard-box.ordinary .box-row.total div:last-child {
    width: 340px;
    text-align: right;
    padding-right: 25px;
}

.leaderboard-box.ordinary span {
    margin-left: 5px;
}

.leaderboard-box.ordinary img {
    margin-top: -5px;
}

.leaderboard-result.tables .leaderboard-box.stars-rating .box-header .box-row div:first-child,
.leaderboard-result.tables .leaderboard-box.stars-rating .box-row div:first-child {
    width: 300px;
    text-align: left;
    padding-left: 30px;
}

.leaderboard-result.tables .leaderboard-box.stars-rating .box-row div:nth-child(2) {
    width: 190px;
    text-align: right;
    padding-right: 25px;
}

.leaderboard-result.tables .leaderboard-box.wide .box-row div:nth-child(2),
.leaderboard-result.tables .leaderboard-box.wide .box-header .box-row div:nth-child(2) {
    width: 450px;
    text-align: left;
}

.leaderboard-result.tables .leaderboard-box.wide .box-row div,
.leaderboard-result.tables .leaderboard-box.wide .box-header .box-row div {
    width: 130px;
    padding-left: 20px;
    padding-right: 20px;
}

.leaderboard-result.tables .leaderboard-box.wide .box-header .box-row div {
    border-left: 1px solid #ebebeb;
    text-align: left;
}

.leaderboard-result.tables .leaderboard-box.wide .box-row div {
    text-align: right;
}

.leaderboard-result.tables .leaderboard-box.wide .box-header .box-row div:first-child,
.leaderboard-result.tables .leaderboard-box.wide .box-row div:first-child {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: 60px;
}


.leaderboard-result.tables .leaderboard-box.wide div.column-sortable {
    background-repeat: no-repeat;
    background-position: 94% 54%;
    cursor: pointer;
}

.leaderboard-box.wide div.column-sortable.sort-default {
    background-image: url(/static/img/table/sort_default.png);
}

.leaderboard-box.wide div.column-sortable.sort-asc {
    background-image: url(/static/img/table/sort_asc.png);
}

.leaderboard-box.wide div.column-sortable.sort-desc {
    background-image: url(/static/img/table/sort_desc.png);
}

.leaderboard-result.tables .leaderboard-box .box-row:nth-child(odd) > div.currentSort {
    background-color: #eee
}

.leaderboard-result.tables .leaderboard-box .box-row:nth-child(even) > div.currentSort {
    background-color: #f5f5f5
}

.leaderboard-result.tables .leaderboard-box .box-header .box-row div.currentSort {
    background-color: #f5f5f5
}

.showCaptions {
    float: left;
    font-size: 12px;
    margin-bottom: 15px;
    margin-left: 3px;
}

.showCaptions label {
    font-weight: 600;
}

.showCaptions span {
    color: #ed1c23;
    text-decoration: underline;
    margin: 0 5px;
    cursor: pointer;
}

.showCaptions span.active {
    color: #aaa;
    text-decoration: none;
}

.leaderboard-result.tables .leaderboard-box.captions-per-day td,
.leaderboard-result.tables .leaderboard-box.captions-per-day th {
    min-width: 130px;
    text-align: center;
    vertical-align: middle;
}

.leaderboard-result.tables .leaderboard-box.captions-per-day th:first-child {
    font-size: 16px;
    font-weight: 600;
    height: 55px;
    border: none;
}

.leaderboard-result.tables .leaderboard-box.captions-per-day th {
    font-size: 12px;
    font-weight: 600;
    border-right: 1px solid #ebebeb;
    background: #fff;
}

.leaderboard-result.tables .leaderboard-box.captions-per-day td {
    padding-right: 25px;
    text-align: right;
    height: 40px;
}

.leaderboard-result.tables .leaderboard-box.captions-per-day td:first-child,
.leaderboard-result.tables .leaderboard-box.captions-per-day th:first-child {
    min-width: 280px;
    text-align: left;
}

.leaderboard-result.tables .leaderboard-box.captions-per-day td:first-child div div,
.leaderboard-result.tables .leaderboard-box.captions-per-day th:first-child div div {
    display: inline-block;
    vertical-align: middle;
}

.leaderboard-result.tables .leaderboard-box.captions-per-day td:first-child div div:first-child,
.leaderboard-result.tables .leaderboard-box.captions-per-day th:first-child div div:first-child {
    width: 50px;
    text-align: center;
}

.leaderboard-result.tables .leaderboard-box tr:nth-child(even) {
    background-color: #fff;
}

.leaderboard-result.tables .leaderboard-box tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.fht-fixed-column .fht-thead, .fht-fixed-column .fht-tbody {
    border-right: 1px solid #ebebeb;
}

.fht-table-init {
    width: 100%;
}

.leaderboard-result.tables .fht-fixed-body .fht-table {
    width: 100%;
}

.leaderboard-box.captions-per-day .neg, .leaderboard-box.captions-per-day .pos {
    display: inline-block;
    width: 30px;
    text-align: right;
}

.leaderboard-box.captions-per-day .neg {
    display: inline-block;
    margin-left: 10px;
    color: #ed1c23;
}

/*CAPTIONS BUILDER*/
.captions-builder .tiles-view .brand-name, .captions-builder .iphone-item {
    display: table;
    float: left;
    line-height: 20px;
}

.captions-builder .iphone-item.negative {
    border: 1px solid #ed1c23 !important
}

.captions-builder .iphone-item.positive {
    border: 1px solid green !important
}

.captions-builder .iphone-item .brand-icon {
    display: none !important;
}

.captions-builder .iphone-item span, .captions-builder .tiles-view span {
    display: table-cell !important;
    font-size: 16px;
    max-width: 112px;
    white-space: normal;
    padding: 5px;
}

.captions-builder .iphone-item-star {
    display: none
}

.captions-builder span {
    display: inline-block !important;
    max-width: 280px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

/*THS accounts*/

.new-account {
    margin-right: 5px;
}

.warehouse-select-form select {
    width: 50%;
    float: left;
    margin-top: 3px
}

.warehouse-select-form label {
    float: left;
    margin: 6px 20px 0 -5px;
}

.search-records.accounts {
    margin-top: 3px;
}

a.upload {
    margin-right: 20px;
    text-decoration: underline;
    color: #ed1c23;
    margin-top: 5px;
    cursor: pointer;
}

.btn-icon-export.accounts {
    margin-bottom: 10px;
}

.cols-box.accounts {
    margin-top: 15px;
}

td.edit {
    text-decoration: underline;
    cursor: pointer;
}

td.edit.active {
    color: #ed1c23;
}

td.edit .disability-status {
    margin-left: 15px;
}

td.seasonal {
    min-width: 140px;
}

td.seasonal img {
    margin-left: 10px;
}

td.seasonal.repeat img {
    display: inline-block;
}

.seasonal-form, .account-status {
    margin-left: 50px;
}

.seasonal-form label, .account-status label {
    float: left;
    line-height: 40px;
    margin: 0;
    cursor: pointer
}

.account-status label {
    float: none;
}

.seasonal-form label:first-child {
    float: none;
}

.seasonal-form label.checkbox {
    line-height: 34px;
}

.seasonal-form label.checkbox input {
    margin-top: 10px;
}

.seasonal-form label.radio input, .account-status label.radio input {
    margin-top: 12px;
}

.seasonal-form .custom-datepicker {
    float: left;
    padding-left: 3px;
}

.seasonal-form .custom-datepicker input {
    height: 30px;
    line-height: 30px;
    width: 90px;
    margin: 0 5px;
    background-color: #fcfcfc;
    border: 1px solid #d5d4d4;
    box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, 0.1) inset;
    text-align: center;
}

.seasonal-form .custom-datepicker .custom-time-to {
    margin-right: 0;
}

.seasonal-form .custom-datepicker span:last-child {
    display: inline-block;
    width: 45px;
    text-align: center;
}

.seasonal-form .btn {
    display: block;
    clear: both;
    width: 100px;
    margin: 50px 0 20px;
    text-decoration: none;
}

/*INCENTIVES*/
.incentive-nav {
    margin-top: 25px;
    margin-left: 40px;
}

.btn-panel.incentives {
    padding-left: 40px;
    background: #fff;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    height: 60px;
    line-height: 63px;
}

.tabs-content.incentives {
    max-width: 100%;
}

.tabs-content.incentives .tabs-content-wrapper {
    max-width: 1200px;
}

.col-sm-8.incentives {
    margin-bottom: 0;
    padding: 0 !important;
    width: 62.5%;
    margin-left: 10px;
}

.filters-list-wrapper.incentives .filter-title {
    width: 92% !important;
    float: left;
    line-height: 30px;
    padding-left: 7px;
}

.filters-list-wrapper.incentives .brands label {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filters-list-wrapper.incentives .filter-content li {
    background-color: #fff;
}

.filters-list-wrapper.incentives li.grey-row {
    background-color: #f4f4f4;
}

.customSelect.supplier {
    margin-bottom: 0;
}

span.important {
    color: #ed1c23;
}

.customSelect.supplier .customSelectInner {
    width: 94% !important;
}

.tab-page[name=conditions] .col-sm-8 {
    height: 30px;
}

.main-benefit-title {
    font-size: 18px;
    font-weight: 600;
    padding-top: 5px;
    margin-bottom: 0;
}

.benefit-title {
    font-size: 14px;
    color: #a9a9a9;
    margin-bottom: 13px;
    margin-top: 7px;
    font-weight: 500;
}

#billBackToSupplier {
    display: inline-block;
    width: 72%
}

.btn-toolbar.incentive-main {
    width: 96%;
}

.get-benefit-condition .gray-text {
    margin-top: 20px;
    color: #999;
    font-style: italic;
    font-size: 14px;
}

.get-benefit-condition .font-12px .conditions-list {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 25px 0;
}

.get-benefit-condition .font-12px .conditions-list p {
    color: #999;
    font-size: 18px;
    margin: 0;
}

.get-benefit-condition .btn-toolbar {
    clear: both;
}

.tab-page[name=conditions] .border-bottom-grey {
    border: none;
}

.get-benefit-condition label {
    margin-right: 20px;
    font-weight: 500;
}

.get-benefit-condition label input {
    margin-right: 5px;
}

label[for=billBackToSupplier] {
    white-space: nowrap
}

.get-benefit-condition .red {
    display: block;
    margin-top: 10px;
    cursor: pointer;
}

.tab-page[name=conditions] .btn-group .btn.btn-white {
    color: #f0474c;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 10px;
}

.tab-page[name=conditions] .btn-white:first-child {
    margin-right: 5px;
}

.tab-page[name=summary_reporting] .btn-white {
    color: #f0474c;
    font-weight: 600;
    margin-top: 10px;
}

.tab-page[name=general_information] .date-picker-wrapper {
    width: 30%;
    padding-right: 0;
}

.tab-page[name=general_information] label[for=dateTo] {
    width: 0;
}

.tab-page[name=general_information] div.radio:last-child {
    margin-top: 0;
}

[name=payout_all_applicants] .col-md-4,
[name=payout_all_applicants] .col-md-3,
[name=payout_all_applicants] {
    padding-left: 0;
    padding-right: 5px;
}

[name=payout_all_applicants] textarea {
    width: 90%;
    resize: none;
}

[name=payout_all_applicants] input[type=radio] {
    margin-top: 8px;
    cursor: pointer;
}

.payment-label {
    padding-top: 10px;
    padding-left: 37px;
}

.tab-page[name='conditions'] .payment-label {
    padding-left: 55px;
}

[name=payout_all_applicants] .disabled div * {
    background-color: #f4f4f4;
    color: #999;
}

label.long-text {
    margin-top: -10px !important;
}

.js-form-conditions {
    margin-top: 48px;
}

.js-form-general-info[name=payout_all_applicants] {
    margin-top: 9px;
}

.js-form-general-info[name=payout_all_applicants] .form-group:first-child {
    margin-bottom: 3.5px;
}

.all-conditions label {
    width: 105px;
    display: block;
    float: left;
}

.form-group .btn-group {
    float: right;
    margin-right: 7px;
}

.table.history span.color-red {
    background: url("../img/buttons/red_circle.png");
    background-position: 0px center;
    background-repeat: no-repeat;
    padding-left: 18px;
    display: inline-block;
}

.order-form {
    margin-bottom: 10px;
}

.order-form label {
    cursor: pointer;
}

.order-form label input {
    cursor: pointer;
}

.order-form select {
    margin: 5px;
}

.order-form input {
    margin-right: 3px;
}

.info-cell.history > td {
    padding: 0 0 0 67px !important;
}

.info-cell.view > td {
    padding-top: 25px
}

.info-cell.history .row, .info-cell.history ul {
    margin-right: 0;
}

.table.history .info-cell.history .row p {
    margin: 10px;
}

.info-cell.history .history-info {
    border-left: 1px solid #d9d9d9;
    height: 250px;
    max-height: 250px;
    overflow: hidden;
    padding: 0;
}

.info-cell.history .history-info label.participants {
    display: inline-block;
    margin-left: 10px;
}

.info-cell.history .history-info a {
    color: #b6b6b6;
    margin: 0 0 0 8px;
}

.info-cell.history .history-info.scroll-pane {
    width: 75% !important
}

.info-cell.history td label {
    display: block;
}

.info-cell.history ul li {
    height: 20px;
    overflow: hidden;
    background-image: url("../img/buttons/icon_adtracker_arrow_right.png");
    background-position: 12px 7px;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 25px;
}

.info-cell.history ul li:nth-child(even) {
    background-color: #fff;
}

.info-cell.history ul li:nth-child(odd) {
    background-color: #f4f4f4;
}

.info-cell.history ul li.active {
    height: auto;
    background-image: url("../img/buttons/icon_adtracker_arrow_down.png");
    font-weight: 600;
}

.info-cell.history ul li span {
    display: inline-block;
    width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 14px;
    float: left;
    margin: -2px 0 10px 0;
    text-align: right;
}

.info-cell.history ul li span:first-child {
    width: 40%;
    text-align: left;
}

.info-cell.history ul li span.payment {
    padding-right: 25px;
    padding-left: 10px;
}

.info-cell.history ul li .previous-displays {
    margin-top: 30px;
    clear: both;
}

.info-cell.history ul li .previous-displays label {
    margin-bottom: 10px;
    display: block;
    font-style: italic;
    color: #ed1c23;
    font-weight: 600;
}

.info-cell.history ul li .previous-displays label a {
    text-decoration: underline;
    color: #ed1c23;
    font-size: 12px;
    font-weight: 600;
}

.info-cell.history ul li .previous-displays div {
    margin-bottom: 10px;
}

.info-cell.history ul li .previous-displays a {
    display: inline-block;
    color: #555;
    text-decoration: none;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    margin: 0 0 10px 0;
}

.info-cell.history.stats-box ul li .previous-displays a {
    margin-bottom: 0;
    font-size: 12px;
}

.info-cell.history ul li .previous-displays a:hover {
    text-decoration: underline;
}

.incentive-table.history .actions div {
    position: relative;
}

.incentive-table.history th.incentive-name {
    min-width: 25%;
}

.incentive-table.history th.actions {
    max-width: 350px;
    width: 350px;
}

.conditions-switcher {
    width: 100%;
    padding-right: 3px !important;
    margin-left: 10px !important;
    text-align: right;
}

.conditions-switcher .btn {
    width: 33%;
    display: inline-block;
    float: none;
}

.conditions-switcher .btn, .info-cell .btn-small {
    border-radius: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 5px;
    text-decoration: none;
    margin-right: 0 !important;
}

.conditions-switcher .btn-grey, .info-cell .btn-grey {
    background: #ddd;
}

.condition-form .hint {
    position: absolute;
    left: 100%;
    margin-left: 20px;
    width: 320px;
    padding: 20px;
    z-index: 999;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .075), 0 0 10px rgba(223, 223, 223, 0.6);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .075), 0 0 10px rgba(223, 223, 223, 0.6);
    font-style: italic;
    color: #777;
}

.condition-form .hint:after, .condition-form .hint:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.condition-form .hint:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 18px;
    margin-top: -18px;
}

.condition-form .hint:before {
    border-color: rgba(223, 223, 223, 0);
    border-right-color: #dfdfdf;
    border-width: 19px;
    margin-top: -19px;
}

.tab-content-inner.incentive {
    padding: 25px;
}

/*incentives summary*/

.tab-page[name=summary] .tab-content-inner {
    padding-left: 0;
    padding-right: 0;
}

.tab-page[name=summary] .tab-content-inner .stats-content {
    margin: 0;
}

.incentives .payment-summary {
    margin-top: 25px;
}

.stats-content .short-description.incentives > div {
    overflow: visible;
}

.short-description .recipients p {
    margin-bottom: 5px;
}

.short-description .attachments {
    margin-top: 20px;
}

.short-description .recipient-row {
    font-size: 13px;
}

.short-description {
    display: flex;
    flex-direction: column;
}


.short-description-vertical-layout > ul {
    width: 100%;
    margin: 0 2% 0 0;
    text-align: left;
}

#short-description-top {
    width: 100%;
    display: flex;
    flex-direction: row;
}

#short-description-bottom {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    width: 100%;
}

#short-description-top p:first-child {
    padding: 0;
    width: 20%;
}

#short-description-top p {
    padding: 0;
    width: 80%;
}

#short-description-bottom li {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
}

#short-description-bottom p:first-child {
    padding: 0;
    width: 10%;
    margin-right: -5px;
}

#short-description-bottom ul {
    width: 100%;
}

#short-description-bottom .tooltip-inner {
    background: #4F586B;
    color: white;
    width: auto;
    max-width: none;
}

#short-description-bottom .tooltip-arrow {
    border-top-color: #4F586B;
}

#brands-description {
    display: flex;
    flex-direction: row;
    width: 100%;
}

#brand-logos {
    display: flex;
    flex-flow: row wrap;
    width: 90%;

}

.logo-cell {
    display: flex;
    flex-direction: column;
    height: 85px;
    width: 85px;
    text-align: center;
    border: solid 1px #c4c4c4;
    padding: 3px;
    margin: 3px;
    font-size: x-small;
}

.logo-cell:hover {
    cursor: pointer;
}

.logo-cell img {
    margin: 0 auto;
    height: 50px;
    width: 50px;
}

.logo-cell-text {
    max-width: 85px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hidden-logo-cell {
    display: none;
}

.toggle-hidden-cell {
    line-height: 85px;
    text-align: center;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.recipient-row.attachment div {
    text-decoration: underline;
    cursor: pointer;
}

.middle-block.incentives .stats-container {
    padding: 0 27px;
}

.middle-block.incentives .stats-container .row {
    position: relative;
    margin: 0 0 20px 0;
}

.awards-title {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 20px;
    color: #555;
}

.awards-block {
    padding-left: 60px;
    background-image: url("../img/award.png");
    background-position: left 8px;
    background-repeat: no-repeat;
}

.awards-wrapper {
    padding: 25px 0;
    background: #fff;
    border: 2px solid #ed1c23;
    border-radius: 5px;
    min-height: 100px;
}

.first-row .awards-block {
    max-height: 100px;
    overflow: visible;
}

.condition-wrapper {
    padding: 7px 7px 0;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.condition-wrapper .condition {
    overflow: hidden;
    margin-bottom: 7px;
    padding: 15px 20px;
    background: #f6f6f6;
    border-radius: 3px;
}

.condition .condition-name {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.condition ul p {
    width: 65%;
    float: left;
    margin-bottom: 5px;
}

.condition ul p:first-child {
    width: 35%;
    font-weight: 600;
}

.awards-arrow {
    height: 70px;
    background-image: url("../img/condition_arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.single-award {
    display: table;
    width: 100%;
    height: 50px;
}

.single-award div {
    display: table-cell;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    font-size: 16px;
}

.multi-award li {
    width: 100%;
    height: 35px;
    padding: 0 20px;
    backgroung: #fff;
    font-size: 16px;
    font-weight: 600;;
    line-height: 35px;
}

.multi-award li:nth-child(even) {
    background: #f4f4f4;
}

.multi-award li p {
    float: left;
    width: 80%;
    text-align: right;
    margin: 0;
}

.multi-award li p:first-child {
    width: 20%;
    text-align: left;
}

.or-divider {
    z-index: 10;
    display: none;
    position: absolute;
    top: -25px;
    right: -3px;
    height: 30px;
    width: 100px;
    background: #ebebeb;
    border: 1px solid #ccc;
    border-radius: 6px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #ed1c23;
}

.combination-row .awards-block, .combination-row .awards-arrow {
    visibility: hidden;
    height: 1px;
}

.combination-row .or-divider {
    display: block;
}

.incentive-tables {
    padding: 0 20px 20px;
}

.incentive-tables .table tbody tr:hover td {
    background-color: #fce9e9;
    cursor: pointer
}

.top-panel {
    height: 65px;
    padding: 0 20px 0 60px;
    line-height: 70px;
    border-bottom: 1px solid #ddd;
}

.top-panel .btn {
    margin-top: 14px;
}

.top-panel .incentive-title {
    margin: 0;
    width: 200px;
    display: inline-block;
    font-weight: 600;
}

.stats-box {
    padding: 20px 13px 0;
    font-size: 13px;
}

.stats-box > .row {
    padding-right: 0;
}

.stats-box .awards-title {
    padding-left: 15px;
    margin-top: 0;
}

.stats-box .order-form label {
    display: block;
    margin-bottom: 5px;
    text-transform: none;
    font-weight: normal;
    color: #6d6d6d;
}

.stats-box .order-form .title {
    color: #ed1c23;
    font-size: 16px;
    font-weight: bold;
}

.stats-box.info-cell.history .history-info {
    height: auto;
    max-height: 100%;
    border: none;
}

.tab-page[name=summary_reporting] .lead {
    margin-left: -5px;
}

.attached-files {
    margin-top: 10px;
}

.attached-file {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.attach-link {
    margin-top: 15px;
    font-size: 12px;
    text-decoration: underline;
    color: #ed1c23;
    cursor: pointer;
}

.all-attachments a {
    color: #555;
    text-decoration: underline;
    cursor: pointer;
    font-size: 13px;
    padding-bottom: 3px;
}

.all-attachments a:hover {
    color: #555;
}

.stats-box.info-cell.history ul li .previous-displays {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 10px;
}

.stats-box.info-cell.history .scroll-pane ul {
    height: 450px;
}

.stats-box.info-cell.history .jspVerticalBar {
    right: 15px;
}

.tab-page[name=summary_reporting] input[type='checkbox'] {
    margin-right: 5px;
}

.form-group.daily, .form-group.weekly {
    padding-left: 10px;
}

.form-group.daily > div, .form-group.weekly > div {
    padding: 0 3px 0 0;
}

/*
    .mail-recipients{padding-bottom:10px;border-bottom: 1px solid #ddd;}*/
/*auth/brands*/

.location-content {
    font-size: 20px;
    color: #666666;
    margin-right: 40px;
}

table.settings-grid td {
    text-align: right;
    padding: 10px;
}

table.settings-grid td label {
    font-size: 20px;
    color: #666666;
    margin-right: 40px;
}

/*admin_staff*/
td {
    cursor: auto;
}

td.editable {
    cursor: pointer;
}

.tabs-content.admin {
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

.tabs-content.admin .tab-content-inner {
    padding: 25px;
}

#map_locations {
    height: 780px;
}

#map_reports {
    height: 400px;
    margin-bottom: 5px;
}

#app_buttons {
    margin-bottom: 10px;
}

#app_buttons .btn {
    height: 25px;
    line-height: 14px;
    border: 0;
    border-radius: 0;
    color: #fff;
    margin-left: 3px;
}

#app_buttons .btn.btn-red {
    background: #ed1c23;
}

#tables label {
    background-image: url("../img/buttons/icon_adtracker_arrow_right.png");
    background-position: 7px center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 20px;
    font-size: 16px;
}

#tables label.active {
    background-image: url("../img/buttons/icon_adtracker_arrow_down.png");
    font-weight: 600;
}

.edit-form .control-label {
    width: 38%;
}

.edit-form .form-control, .edit-form .radio-wrapper {
    height: 30px;
    width: 62%;
    text-align: left;
    padding-left: 5px;
    margin-bottom: 10px;
}

.edit-form .radio-wrapper {
    display: flex;
    flex-direction: row;
    padding: 0;
    text-align: center;
}

.settings-content .edit-form .radio-wrapper label {
    cursor: pointer;
    line-height: 15px !important;
    width: 150px;
    padding-top: 5px;
    text-align: left;
}

.settings-content .edit-form .hidden {
    display: none;
}

.settings-content .edit-form .radio-wrapper label.disabled {
    cursor: auto;
}

.edit-form .radio-wrapper input {
    margin-right: 5px;
}

.edit-form .filters-list-wrapper {
    width: 62%;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

.edit-form .filter-title {
    width: 92%;
    padding-left: 7px;
    float: left;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.edit-form .left-side .arrow {
    width: 5%;
}

.edit-form .filters-list-wrapper label {
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.edit-form .filters-list-wrapper .filter-content {
    max-height: 240px;
}

.edit-form .form-control[type='checkbox'] {
    float: left;
    width: auto;
    margin-top: 0;
    height: auto;
    margin-top: 8px;
}

.tab-page[name='edit'] .buttons {
    margin-right: 25px;
    margin-top: 10px;
}

.tab-page[name='reports'] .table-wrapper {
    max-height: 400px;
    overflow: auto;
}

.tab-page[name='reports'] .table-wrapper.hidden {
    margin: 3px 0 0 0;
}

.admin-table-actions label {
    margin-left: 15px;
    margin-right: 5px;
    display: inline-block;
    margin-top: 3px;
}

.admin-table-actions .form-control {
    display: inline-block;
    width: 200px;
    margin-top: 3px;
}

.admin-table-actions .apply-changes {
    height: 30px;
    line-height: 27px;
    padding: 0 10px;
    margin-left: 10px;
    margin-top: 3px;
}

.editor-wrapper {
    background: #f9f9f9;
}

.tableEditor {
    width: 100%;
    margin-top: 8px;
}

select.tableEditor option {
    text-align: left;
    background: #f4f4f4
}

select.tableEditor option:nth-child(even) {
    background: #fff;
}

select.tableEditor .add-group {
    display: none
}

.groups option:nth-child(odd) {
    background: #f4f4f4;
}

.add-brand-form {
    padding: 50px 0 10px;
    border-bottom: 1px solid #ddd;
    position: relative
}

.add-brand-form .line {
    margin-bottom: 10px;
}

.add-brand-form .group {
    width: 33%;
    display: inline-block;
}

.add-brand-form .group .col-sm-7 {
    width: 55%;
}

.add-brand-form .group label {
    text-align: right;
    line-height: 30px;
}

.add-brand-form .group .is_default {
    margin-left: -25%;
    margin-top: 9px;
}

.add-brand-form .remove, .warehouse-form .remove {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 20px;
    background-repeat: no-repeat;
    background-image: url(../img/screenbuilder/cross.png);
    cursor: pointer
}

.add-brand-form .filters-list-wrapper {
    padding: 0;
}

.add-brand-form .filters-list-wrapper .filter-title {
    width: 90%;
}

.add-brand-form .filter-content {
    max-height: 210px;
}

.add-brands.btn-panel {
    padding-right: 2%;
}

.add-brands.btn-panel:last-child {
    margin-top: 15px;
}

.add-brands.btn-panel .btn {
    margin-left: 5px;
}

#brand_logo {
    width: 200px;
    margin-right: 15px;
}

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

label.select-all.tip {
    width: 80px;
    margin: 0;
    line-height: 34px;
}

label.select-all.tip input {
    margin-right: 5px;
}

/*Create domain*/

.admin-table-wrapper {
    border-left: none;
    border-right: none;
    max-height: 590px;
}

.admin-table-wrapper.hidden {
    display: none !important;
}

.frame-wrapper {
    position: relative;
    overflow: hidden;
}

.admin-frame {
    position: absolute;
    top: -63px;
    left: -212px;
    width: 100%;
    height: 100%;
}


.btn-panel.admin {
    margin-top: -20px;
    height: 55px;
    padding-top: 24px;
}

.btn-panel.admin .admin-buttons {
    margin-top: -10px;
}

.step-list li {
    float: left;
    color: #c2c2c2;
    text-decoration: underline;
    cursor: pointer;
}

.step-list li.disabled {
    cursor: auto;
}

.step-list li:after {
    content: ">";
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #c2c2c2;
}

.step-list li:last-child:after {
    content: "";
    width: 0;
}

.step-list li.active {
    color: #555;
    text-decoration: none;
}

.step {
    margin: 0 -20px;
    overflow: hidden;
    background: #fff;
    border-top: 4px solid #d3d3d3;
}

.step-content {
    overflow: hidden;
    border-bottom: 1px solid #d3d3d3;
    height: auto;
    position: relative;
}

.warehouses-tree {
    float: left;
    border-right: 1px solid #e1e1e1;
    min-height: 750px;
}

/* buttons for warehouses tree*/

.warehouses-tree .buttons {
    height: 33px;
    padding: 2px 5px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
    font-size: 0;
}

.warehouses-tree .buttons li {
    display: inline-block;
    overflow: hidden;
    width: 32px;
    height: 27px;
    background-image: url(../img/buttons/controls_sprite.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

/* ordinary state*/
.warehouses-tree .buttons li.add {
    background-position: 0 0
}

.warehouses-tree .buttons li.remove {
    background-position: -32px 0;
}

.warehouses-tree .buttons li.right {
    background-position: -64px 0;
}

.warehouses-tree .buttons li.left {
    background-position: -96px 0;
}

.warehouses-tree .buttons li.bottom {
    background-position: -128px 0;
}

.warehouses-tree .buttons li.top {
    background-position: -160px 0;
}

/*hover state*/
.warehouses-tree .buttons li.add:hover {
    background-position: 0 -27px;
}

.warehouses-tree .buttons li.remove:hover {
    background-position: -32px -27px;
}

.warehouses-tree .buttons li.right:hover {
    background-position: -64px -27px;
}

.warehouses-tree .buttons li.left:hover {
    background-position: -96px -27px;
}

.warehouses-tree .buttons li.bottom:hover {
    background-position: -128px -27px;
}

.warehouses-tree .buttons li.top:hover {
    background-position: -160px -27px;
}

/*disabled state*/
.warehouses-tree .buttons li.disabled {
    cursor: auto;
}

.warehouses-tree .buttons li.add.disabled {
    background-position: 0 -54px;
}

.warehouses-tree .buttons li.remove.disabled {
    background-position: -32px -54px;
}

.warehouses-tree .buttons li.right.disabled {
    background-position: -64px -54px;
}

.warehouses-tree .buttons li.left.disabled {
    background-position: -96px -54px;
}

.warehouses-tree .buttons li.bottom.disabled {
    background-position: -128px -54px;
}

.warehouses-tree .buttons li.top.disabled {
    background-position: -160px -54px;
}

/*end buttons*/

.warehouses-tree .content li {
    height: 30px;
    line-height: 27px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.warehouses-tree .content li span {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 10px;
}

.warehouses-tree .content li span.full {
    background-image: url(../img/buttons/icon_closebranch.png);
}

.warehouses-tree .content li span.full.active {
    background-image: url(../img/buttons/icon_openbranch.png);
}

.warehouses-tree .content li span.name {
    padding-left: 28px;
    background-image: url(../img/buttons/icon_warehouse.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.warehouses-tree .content li.domain span.name {
    width: 240px;
    background-image: url(../img/buttons/icon_domain.png);
}

.warehouses-tree .content li.domain span {
    width: 20px;
}

.warehouses-tree .content li.subwarehouse {
    background-position: 74px 5px;
}

.warehouses-tree .content li.active {
    position: relative;
    background-color: #f8f8f8;
    border-top: 2px solid #ed1c23;
    border-bottom: 2px solid #ed1c23;
}

.warehouses-tree .content li.active:after, .warehouses-tree .content li.active:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.warehouses-tree .content li.active:after {
    border-color: rgba(248, 248, 248, 0);
    border-left-color: #f8f8f8;
    border-width: 13.5px;
    margin-top: -13.5px;
}

.warehouses-tree .content li.active:before {
    border-color: rgba(238, 238, 238, 0);
    border-left-color: #ed1c23;
    border-width: 16px;
    margin-top: -16px;
}

.warehouses-tree .tooltip.bottom {
    top: 25px !important
}

.warehouses-tree .tooltip.bottom.left {
    left: 0 !important;
}

.warehouses-tree .tooltip .tooltip-arrow {
    display: none !important;
}

.settings-content {
    width: 60%;
    overflow: hidden;
    margin-left: 270px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.settings-content .edit-form {
    width: 85%;
    max-width: 1000px;
    min-width: 600px;
    overflow: hidden;
}

.settings-content .edit-form .form-control {
    width: 42%;
}

.settings-content .edit-form .form-control.pin-number {
    width: 13%;
}

.settings-content .edit-form .form-control#distributor-id-input {
    width: 13%;
}
.settings-content .edit-form .form-control#molson-coors-MU-input {
    width: 13%;
}
.settings-content .edit-form .form-control#molson-coors-region-input {
    width: 13%;
}
.settings-content .edit-form .form-control#molson-coors-DRM-input {
    width: 13%;
}

.settings-content .edit-form label {
    width: 25%;
    padding-right: 15px;
}

.settings-content .edit-form .inline-checkboxes {
    padding-left: 25%;
    width: 67%;
    line-height: 30px;
    min-height: 40px;
}

.settings-content .edit-form .inline-checkboxes label {
    display: inline-block;
    width: 49%;
}

.settings-content .edit-form .inline-checkboxes label input {
    margin-right: 5px;
    width: auto;
}

.settings-content .edit-form .types {
    margin-top: -10px;
    clear: both;
}

.settings-content .edit-form .types .inline-checkboxes {
    width: 105%;
}

.settings-content .edit-form .types .inline-checkboxes.applications {
    margin-bottom: 10px;
}

.settings-content .edit-form .types .inline-checkboxes label {
    width: 30%;
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.settings-content .edit-form .types .inline-checkboxes {
    overflow: hidden;
}

.settings-content .edit-form .types > label {
    position: relative;
    top: 25px;
}

.settings-content .edit-form .types .inline-checkboxes.supported-types label {
    display: block;
    width: 100%;
    float: left;
    cursor: pointer;
}

.settings-content .edit-form .pre-populated-ths {
    position: relative
}

.settings-content .edit-form .open-text-integration {
    position: relative
}

.settings-content .edit-form .expiration-period-data-wrapper {
    position: absolute;
    top: 1px;
    left: 30%;
}

.settings-content .edit-form .expiration-period-data-wrapper label {
    width: auto;
    display: inline-block;
}

.settings-content .edit-form .expiration-period-data-wrapper input {
    width: 50px;
}

.settings-content .edit-form .vip-id-data-wrapper {
    position: absolute;
    top: 1px;
    left: 30%;
}

.settings-content .edit-form .vip-id-data-wrapper label {
    width: auto;
    display: inline-block;
}

.settings-content .edit-form .vip-id-data-wrapper input {
    width: 60px;
}

.settings-content .force-logout {
    margin-left: 25%;
}

.settings-content .warehouse-form .force-logout {
    margin-top: 15px;
}

.step[data-step='3'] .settings-content {
    padding: 5px 25px 20px;
}

.step[data-step='3'] .settings-content label {
    margin: 20px 0;
    font-weight: 600;
}

.step[data-step='3'] .admin-buttons {
    margin-left: 10px;
}

.step[data-step='3'] .admin-buttons .btn {
    margin-top: 20px;
}

.step[data-step='4'] {
    padding: 20px 0;
    min-height: 300px;
}

.step[data-step='4'] .users-table {
    margin: 0 20px;
}

.step[data-step='4'] p {
    font-style: italic;
}

.step[data-step='4'] .users-table .btn {
    margin-right: 5px;
}

.step[data-step='4'] .no-users {
    margin-left: 20px;
}

/*application icons*/
.applications-list {
    margin-bottom: 0;
}

.applications-list li {
    display: inline-block;
    width: 64px;
    height: 64px;
    overflow: hidden;
    margin-right: 15px;
    background-image: url(../img/buttons/app_icons_sprite.png);
    background-repeat: no-repeat;
    cursor: pointer
}

/*ordinary state*/
.applications-list li.bbg {
    display: none;
}

.applications-list li.dta {
    background-position: 0 0;
}

.applications-list li.ths {
    background-position: -64px 0;
}

.applications-list li.opp {
    background-position: -128px 0;
}

.applications-list li.npp {
    background-position: -192px 0;
}

.applications-list li.mgr {
    background-position: -256px 0;
}

.applications-list li.sts {
    background-position: -320px 0;
}

.applications-list li.cbx {
    background-position: -384px 0;
}

.applications-list li.ops {
    background-position: -448px 0;
}

.applications-list li.wlist {
    background-position: -512px 0;
}


/*hover & active state*/
.applications-list li.dta:hover, .applications-list li.dta.active {
    background-position: 0 -64px;
}

.applications-list li.ths:hover, .applications-list li.ths.active {
    background-position: -64px -64px;
}

.applications-list li.opp:hover, .applications-list li.opp.active {
    background-position: -128px -64px;
}

.applications-list li.npp:hover, .applications-list li.npp.active {
    background-position: -192px -64px;
}

.applications-list li.mgr:hover, .applications-list li.mgr.active {
    background-position: -256px -64px;
}

.applications-list li.sts:hover, .applications-list li.sts.active {
    background-position: -320px -64px;
}

.applications-list li.cbx:hover, .applications-list li.cbx.active {
    background-position: -384px -64px;
}

.applications-list li.ops:hover, .applications-list li.ops.active {
    background-position: -448px -64px;
}

.apps-create-menu li {
    background-color: #fff;
    width: 275px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #e8e8e8;
    padding-left: 8px;
    color: #656565;
    cursor: pointer;
}

.apps-create-menu li:hover, .apps-create-menu li.active {
    background-color: #f4f4f4
}

.apps-create-menu li:after {
    content: "*";
    display: inline-block;
    margin-left: 5px;
    color: #ed1c23;
}

.apps-create-menu li.optional:after {
    content: none
}

.custom-content-settings[data-id=cbx-mandatory] {
    padding: 20px;
}

.custom-content-settings[data-id=cbx-mandatory] .btn {
    margin-top: 10px;
}

/*end create domain*/

/*Pick of the week*/

.time-filter.custom-pow {
    padding-right: 20px;
}

.time-filter.custom-pow .time-filter-row .tab-btn {
    float: right;
}

.pow-panel > .pull-left {
    width: 25%;
    margin-top: 4px;
}

.pow-panel .download-origins {
    margin-left: 10px;
}

.pow-panel.history > .pull-left {
    width: 30%;
    margin-top: 4px;
}

.pow-panel .control-label {
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.photos-content-block.pow {
    border-bottom: none;
}

.photos-content-block.winners .delete {
    margin-right: 0;
}

.kept-photos {
    border-top: 1px solid #ddd;
    padding: 20px;
    margin: 0 -20px;
}

.kept-photos .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

/*swap report*/
.swap-report {
    margin-bottom: 40px;
}

.swap-report .table th {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
}

.swap-report .table tr:first-child th:first-child {
    min-width: 120px;
    max-width: 120px;
    width: 120px;
}

.swap-report .table tr:first-child th:first-child + th {
    min-width: 85px;
    max-width: 85px;
    width: 85px;
}

.swap-report .table tr:first-child th:first-child,
.swap-report .table tr:first-child th:first-child + th {
    text-align: left;
    padding-left: 15px;
}

.btn-panel.swap-btn-panel {
    min-height: auto;
}

.btn-panel.swap-btn-panel .btn {
    margin-bottom: 0;
}

.table.mkt tbody td {
    cursor: pointer;
    white-space: nowrap;
}

.table.mkt tbody tr:hover td {
    background: #fce9e9;
}

.swap-report ul li {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mkt-chart-wrapper {
    position: relative;
}

.tabs-content.mkt .no-data {
    padding: 20px;
}

.chart-type-wrapper {
    position: absolute;
    right: 55px;
    top: 10px;
}

.chart-type-wrapper label {
    padding-top: 5px;
    padding-right: 10px;
}

.chart-type-wrapper .chart-type {
    width: 175px;
}

.chart-type-hint {
    position: absolute;
    top: 10px;
    width: 100%;
    padding: 5px 330px;
    display: inline-block;
    text-align: center;
    color: #ed1c23;
}

.mkt-chart, .tab-page[name=chart] .table-wrapper {
    width: 99%;
    margin-left: auto;
    margin-right: auto;
}

.chart-title {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 25px;
}

.common-info {
    margin-bottom: 20px;
}

.common-info .title {
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.common-info ul {
    float: left;
    margin-right: 60px;
    width: 350px;
}

.common-info ul.first {
    width: auto;
    min-width: 300px;
}

.common-info ul span {
    display: inline-block;
    width: 100px;
}

.common-info ul span:first-child {
    width: 110px;
}

.common-info ul.first span:first-child {
    font-weight: 600;
}

.common-info ul .title-row {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #cfcfcf;
}

.common-info ul .title-row span:first-child,
.common-info ul .reports-list span:first-child {
    text-align: left;
}

.common-info ul .title-row span {
    font-weight: 600;
}

.common-info ul .reports-list {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.common-info ul .reports-list ul {
    margin-right: 0;
}

.common-info ul .reports-list span, .common-info ul .title-row span {
    text-align: right;
}

.common-info ul.first span {
    width: 90px
}

#customTooltip {
    width: 250px;
    font-size: 14px;
    padding-left: 20px;
}

#customTooltip p {
    margin: 0;
    padding: 0;
    white-space: normal;
    width: 100%;
}

/*monthly activity report*/

.form-horizontal.custom .col-sm-9 {
    padding: 0;
}

.form-horizontal.custom .col-sm-3 {
    padding-right: 20px;
}

.form-horizontal.custom {
    width: 400px;
}

.form-horizontal.custom .filter-title {
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*Taps Count Charts*/
.taps-chart-wrapper {
    overflow: hidden;
    margin-bottom: -10px;
}

.taps-chart-wrapper > div {
    float: left;
    border: 1px solid #cfcfcf;
    background: #fff;
}

.taps-title-graph {
    display: flex;
    align-items: center;
    color: #555;
    font-size: 14px;
    font-weight: bold;
}

.taps-title-graph > img {
    margin-left: 5px;
    width: 14px;
}

.taps-title-graph .tooltip-inner {
    white-space: pre-line;
    font-size: 14px;
    width: 2000px;
    text-align: start;
    font-weight: normal;
    color: #555;
    margin-top: 200px;
}

#taps-chart {
    width: 100%;
    margin-right: 1%;
    padding-top: 9px;
    padding-bottom: 1px;
}

.opened-chart {
    width: 45%;
    padding: 20px 20px 20px 0;
}

.opened-chart .title {
    color: #ed1c23;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 28px;
}

.opened-chart table {
    width: 100%;
    font-size: 12px;
}

.opened-chart td, .opened-chart th {
    width: 40%;
    padding-left: 10px;
    padding-right: 10px;
}

.opened-chart th {
    padding: 3px 10px;
}

.opened-chart td:first-child, .opened-chart th:first-child, .opened-chart td.last {
    text-align: right;
    border-right: 1px solid #9f9f9f;
    width: 10%;
    min-width: 95px;
}

.opened-chart td.last {
    min-width: 20px;
    width: 50px;
    padding-top: 2px;
}

.opened-chart td.last {
    padding-right: 20px;
    border: none;
    color: #bdbdbd;
}

.opened-chart td .percentage-scale {
    height: 7px;
    background: #b7b7b7;
    display: inline-block;
}

.opened-chart td:first-child + td {
    border-right: 1px solid #d2d2d2;
    text-align: right;
}

.opened-chart td:first-child + td + td .percentage-scale {
    border-radius: 0 5px 5px 0;
}

.stats-row.taps .brands-list .brand-name {
    margin-right: 15px;
    text-align: left;
    width: 350px;
}

.stats-row.taps .brands-list .brand-name.no-taps {
    font-style: italic;
    color: #ed1c23;
}

.stats-row.taps .brands-list span {
    display: inline-block;
    width: 30px;
    text-align: right;
}

.stats-row.taps li {
    margin-bottom: 3px;
}

/*feature stats*/

.stats-content {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    margin-bottom: -100px;
}

.stats-content-incentive {
    height: initial;
    margin-bottom: initial;
}

.incentive-container-data {
    overflow: initial;
    height: initial;
    max-width: 1500px;
}

.stats-content.feature-details-page {
    height: initial;
    margin-bottom: 0;
}

.stats-content > div {
    overflow: hidden
}

.stats-content > div > div {
    overflow: hidden;
    padding: 0 20px;
}

.stats-content .border-block {
    width: 100%;
    height: 30px;
    position: relative
}

.stats-content .border-block .border {
    border: 1px solid #e8e8e8;
    height: 2px;
    top: 15px;
    position: absolute;
    width: 100%
}

.stats-content .border-block a {
    display: block;
    width: 75px;
    height: 24px;
    border: 1px solid #e8e8e8;
    margin-left: 25px;
    margin-top: 3px;
    border-radius: 20px;
    background-color: #f9f9f9;
    position: relative;
    text-align: left;
    cursor: pointer;
    background-image: url("../img/buttons/icon_adtracker_arrow_down.png");
    background-position: 58px 9px;
    background-repeat: no-repeat;
    padding-left: 17px
}

.stats-content .border-block a.active {
    background-image: url("../img/buttons/icon_adtracker_arrow_right.png");
    background-position: 58px 8px;
    background-repeat: no-repeat;
}

.stats-content .border-block a span {
    font-size: 9px;
}

.stats-content > div {
    float: left;
    clear: left;
    width: 100%;
    min-height: 0;
    overflow: hidden
}

.stats-content .head {
    overflow: visible;
    padding-top: 9px;
    margin: 10px;
    max-width: 1097px;
}

.stats-content .middle-block {
    min-height: 0;
    overflow: hidden
}

.stats-content .foot-block {
    min-height: 0;
    overflow: hidden
}

.stats-content .short-description {
    padding: 30px 10px 0;
}

.stats-content .short-description.incentives {
    padding-top: 10px;
    padding-bottom: 25px;
}

.stats-content .short-description > div ul {
    display: block;
    float: left;
    width: 90%;
}

.stats-content .short-description > div {
    float: left;
    height: auto;
    width: 33%;
    clear: none;
    overflow: auto
}

.stats-content .short-description.reg {
    clear: both;
}

.stats-content .short-description.reg > div {
    float: none;
    width: 70%;
}

.stats-content .short-description.reg img {
    width: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.stats-content .short-description.reg .new-box {
    margin-top: 30px;
}

.stats-content .short-description.incentives > div {
    width: 50%;
}

.stats-content .short-description > div ul li {
    display: block;
    float: left;
    width: 100%;
    heigth: auto;
    overflow: hidden
}

.stats-content .short-description > div ul li p {
    display: block;
    height: auto;
    text-align: left;
    float: right;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(85, 85, 85);
    line-height: 1.538;
    width: 70%
}

.stats-content .short-description > div ul li p:first-child {
    float: left;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(51, 51, 51);
    font-weight: 600;
    width: 30px;
}

.stats-content .short-description.incentives > div ul li p {
    font-size: 14px;
    margin-bottom: 5px;
    width: 60%;
}

.stats-content .short-description.incentives > div ul li p:first-child {
    width: 40%;
}

.stats-content .btn-toolbar > div {
    width: auto;
    height: 38px;
    float: right;
    margin-top: 20px;
    margin-bottom: 10px;
}

.stats-content .block-header > div {
    float: left;
    width: 50%;
    clear: none
}

.stats-content .btn-send-mail .btn {
    border-radius: 4px;
}

.send-mail .helper-text {
    text-align: center;
    margin-top: 10px;
}

.stats-content .btn-group {
    overflow: visible
}

.stats-content .btn-toolbar {
    overflow: visible
}

.stats-content .block-header {
    overflow: visible;
    padding: 0 10px;
}
.incentive-stats-buttons {
    padding-top: 30px;
}
.stats-content .feature-name {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(37, 50, 56);
    font-weight: bold;
    margin-top: 5px;
    overflow: hidden;
    padding-top: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.stats-content .short-stats {
    height: 40px;
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 25px;
    border: 1px solid #e5e5e5;
    padding: 5px 0 0 0
}

.stats-content .short-stats > div {
    float: left;
}

.stats-content .short-stats .link a {
    color: #ed1c23;
    text-decoration: underline;
    line-height: 28px;
}

.stats-content .short-stats .link div {
    margin-left: 45px;
}

.stats-content .short-stats .link .not-allowed {
    cursor: not-allowed;
}

.stats-content .short-stats .link .disabled-link {
    pointer-events: none;
    color: gray;
}

.stats-content .short-stats .percentage-scale-wrapper {
    height: 8px;
    width: 65px;
    margin-top: 10px;
    margin-right: 5px;
    float: left;
    margin-left: 30px
}

.stats-content .short-stats .percentage-scale-wrapper div {
    width: 19%;
    height: 8px;
}

.stats-content .short-stats .part-of-all {
    margin-left: 5px;
    margin-top: 5px;
    float: left
}

.stats-content .middle-block .location {
    clear: none;
    width: 34%;
    padding-top: 22px
}

.stats-content .middle-block .location label {
    float: left;
    margin-left: 10%
}

.stats-content .middle-block .chart-block {
    width: 60%
}

.stats-content .middle-block .chart-block .chart-info {
    padding-left: 0px;
}

.stats-content .middle-block .chart-block > .chart-info > ul {
    width: 48%
}

.stats-content .middle-block .chart-block .chart-info ul:last-child li {
    float: left;
    clear: left;
    width: 100%
}

.stats-content .middle-block .arrow-image {
    cursor: pointer
}

.stats-content .middle-block .arrow-image:last-child {
    padding-bottom: 3px
}

.stats-content .middle-block .chart-block .chart-info ul:first-child li {
    font-weight: 600;
    cursor: default
}

.stats-content .arrow-image {
    background-image: url("../img/buttons/icon_adtracker_arrow_right.png") !important;
    background-position: 9px 10px;
    background-repeat: no-repeat;
    font-weight: 400
}

.stats-content .arrow-image.active {
    background-image: url("../img/buttons/icon_adtracker_arrow_down.png") !important;
    background-position: 9px 10px;
    background-repeat: no-repeat;
    font-weight: 600;
}

.stats-content .middle-block .chart-info ul li {
    min-height: 22px;
    padding-left: 20px;
    padding-top: 3px;
}

.stats-content .middle-block .chart-info ul:first-child li {
    padding-left: 0px
}

.stats-content .middle-block .chart-info ul li:first-child span {
    float: left;
    font-weight: 600;
    font-style: italic
}

.stats-content .middle-block .chart-info ul li span:first-child + span {
    float: right;
}

.stats-content .middle-block .chart-info ul li > div.them-block {
    height: 100%;
    width: 100%;
    border-top: 1px solid #e4e4e4;
    padding-top: 2px;
}

.stats-content .middle-block .chart-info ul li div p {
    float: left;
    text-align: right;
    position: relative;
    padding-right: 5px;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.stats-content .middle-block .chart-info ul li div p:first-child {
    padding-left: 2px;
    text-align: left;
    padding-right: 0;
    padding-left: 5px;
    padding-right: 0px;
    overflow: hidden
}

.stats-content .middle-block .chart-info ul > li > div.them-block {
    overflow: hidden
}

.stats-content .middle-block .chart-info ul > li > div.them-block > p:first-child {
    border-left: 0px;
    padding-left: 0px;
    width: 25%;
    text-align: left;
}

.stats-content .middle-block .chart-info ul:first-child li:first-child span {
    float: left;
    font-weight: 600;
    font-style: normal
}

.stats-content .middle-block .chart-info .all-stats-info p {
    padding-right: 2px;
    width: auto;
}

.stats-content .all-stats-info {
    float: right
}

.stats-content .content > div {
    width: 32%;
    float: left;
    clear: none;
    border-right: 1px solid #d9d9d9;
}

.stats-content .content > div:last-child {
    border-right: 0;
}

.stats-content .content div div {
    border-right: 0;
    padding-bottom: 50px;
}

.stats-content .content > div:first-child {
    width: 22%
}

.stats-content .content > div {
    width: 53%;
    height: 100%
}

.stats-content .content > div:last-child {
    width: 25%
}

.stats-content .content > div > div {
    width: 100%
}

.stats-content .foot-block {
    margin-top: -13px
}

.stats-content .content .sales-info {
    padding-left: 2px;
    padding-right: 2px
}

.stats-content .content > div {
    padding-top: 35px;
    margin: 0;
}

.stats-content .foot-block {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(85, 85, 85);
    line-height: 1.615;
}

.stats-content .foot-block .content {
    display: table;
    width: 100%;
    padding-left: 5px;
    min-height: 400px;
}

.stats-content .foot-block .content > div {
    float: none;
    display: table-cell;
}

.stats-content .content .stats-pane .tooltip-arrow {
    border-right: 5px solid transparent;
}

.stats-content .stores-info {
    padding-left: 2px;
    padding-right: 2px;
}

.stats-content .content .stats-pane .tooltip.bottom .tooltip-arrow {
    display: none;
}

.stats-content .content .stats-pane .tooltip.bottom .tooltip-arrow,
.stats-content .content .stats-pane .tooltip.bottom .tooltip-inner {
    padding-bottom: 0;
}

.stats-content .content .stats-pane ul {
    margin-bottom: 0;
}

.stats-content .content .stats-pane ul li:nth-child(even) {
    background-color: #f5f5f5
}

.stats-content .content .stats-pane ul li .previous-displays {
    cursor: default
}

.stats-content .content .stats-pane ul li {
    min-height: 23px;
    cursor: pointer;
    overflow: hidden;
}

.stats-content .stores-info .stats-container ul li {
    background-image: url("../img/buttons/icon_adtracker_arrow_right.png");
    background-position: 15px 8px;
    background-repeat: no-repeat;
    font-weight: 400
}

.stats-content .stores-info .stats-container ul li.active {
    background-image: url("../img/buttons/icon_adtracker_arrow_down.png");
    background-position: 15px 8px;
    background-repeat: no-repeat;
    font-weight: 600;
}

.stats-content .content .stats-pane ul li span {
    width: 25%;
    padding-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    float: left;
    overflow: hidden
}

.stats-content .content .stats-pane ul li span:first-child {
    width: 75%;
    padding-left: 25px;
    padding-right: 10px;
}

.stats-content .content .stats-pane.with-displays ul li:first-child {
    background-image: none;
}

.stats-content .content .stats-pane.with-displays ul li span:first-child {
    width: 55%;
    text-align: left;
}

.stats-content .content .stats-pane.with-displays ul li span {
    width: 15%;
    text-align: right;
}

.stats-content .content .sales-info ul li span + span {
    text-align: right;
}

.stats-content .content .sales-info ul li {
    cursor: default;
    height: 23px
}

.stats-content .stats-pane label {
    margin-left: 25px
}

.stats-content .stats-pane label.not-active {
    color: #aaa;
    text-decoration: underline;
    cursor: pointer;
}

.stats-content .stats-pane label.not-active:hover {
    color: rgb(237, 28, 35);
}

.stats-content .stats-pane .scroll-pane .jspContainer {
    height: 300px
}

.stats-content .cases table {
    width: 80%;
    margin: auto
}

.stats-content .cases table tbody tr td:first-child {
    width: 22%;
    min-width: 55px;
    border-right: 1px solid #9f9f9f;
    text-align: right;
    padding-right: 10px
}

.stats-content .cases table tbody tr td.row-size {
    width: 60%;
    padding-left: 10px;
    padding-right: 5px
}

.stats-content .cases table tbody tr td:last-child {
    width: 20%
}

.stats-content .cases label {
    margin-left: 10%
}

.stats-content label {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(237, 28, 35);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px
}

.stats-content table .size-chart {
    display: inline-block;
    height: 6px;
    background: #b7b7b7;
    border-radius: 0 3px 3px 0;
    margin-bottom: 1.5px;
}

.stats-content li span i {
    font-size: 10px
}

.stats-content .stores-info .stats-pane > a {
    display: inline-block;
    margin: 0 10px;
}

.stats-content .stores-info .stats-pane .clipboard {
    color: #aaa;
}

.stats-content .previous-displays {
    padding-left: 25px;
    height: 105px;
    padding-right: 30%;
    padding-bottom: 20px;
    padding-top: 5px;
    height: 100%;
    width: 100%;
}

.stats-content .previous-displays label {
    margin: 0;
    font-weight: bold;
    margin-top: 10px;
    text-transform: capitalize;
    font-style: italic
}

.stats-content .stores {
    height: auto
}

.stats-content .middle-block .location-table tbody tr td:first-child span {
    padding-right: 5px
}

.stats-content .location-table tr td.small {
    text-align: right;
    font-size: 13px;
}

.stats-content .chart-info .location-table {
    width: 100%
}

.stats-content .chart-info .location-table tr td:first-child {
    position: static;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    border-right: 1px solid #b7b7b7;
    color: #b7b7b7;
    float: none;
}

.stats-content .chart-info .location-table tr td.small {
    color: #b7b7b7;
    text-align: right;
    float: none;
    width: auto;
    padding-left: 10px;
    max-width: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    position: relative
}

.stats-content .chart-info .location-table tr td.small:first-child {
    color: #b7b7b7;
    text-align: left;
    float: none;
    width: auto;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stats-content .all-stats-info .border {
    height: 13px;
    width: 1px;
    position: absolute;
    left: -2px;
    top: 0px;
    display: block
}

.stats-content .chart-info .location-table tr td {
    width: 60%;
    padding-left: 5px;
    padding-right: 0;
    position: relative;
}

.stats-content .chart-info .location-table tr td .border {
    height: 13px;
    width: 1px;
    border-left: 1px solid #b7b7b7;
    position: absolute;
    left: 8%;
    top: 5px;
    display: block
}

.stats-content .chart-info .location-table tr td span {
    float: none
}

.stats-content .chart-info .location-table tr td span.size-chart {
    float: left
}

.stats-content ul li table tr td {
    font-weight: 400
}

.stats-content ul li .previous-displays {
    font-weight: 400;
}

.stats-content ul li .previous-displays a {
    font-size: 13px;
    font-family: "OpenSans", sans-serif;
    color: rgb(85, 85, 85);
    line-height: 1.615;
    white-space: nowrap
}

.stats-content ul li .previous-displays a:hover {
    color: rgb(238, 28, 35);
    text-decoration: underline
}

.stats-content .foot-block .scroll-pane {
    max-height: 300px;
}

.stats-content .foot-block .display-sizes tr td:last-child {
    text-align: right
}

.stats-content .brands-type span {
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 80px;
    overflow: hidden
}

.foot-block .scroll-pane {
    max-height: 300px;
}

.stats-content .mail.btn-icon-export {
    border-radius: 4px !important
}

/*new feature*/
#new-feature-base-container, #new-feature-base-container #react-app-container {
    width: 100%;
    height: 100%;
    overflow: unset;
}

#new-feature-container {
    height: 100%;
}

.new-feature-container {
    height: 100%;
    background-color: #ffffff;
    margin: -20px -20px 0;
}

.new-feature-container .left-side-wrapper {
    width: 60%;
    max-width: 640px;
}

.new-feature-container .input-date {
    width: 60%;
    max-width: 360px;
    padding-left: 20px;
    padding-right: 10px;
}

.new-feature-container .all-brands {
    width: 40%;
    max-width: 280px;
}

.new-feature-container .short-information {
    width: 40%
}

.new-feature-container .filter-top {
    width: 100%
}

.new-feature-container .filter-content > div {
    width: 100%
}

.new-feature-container .new-feature-body {
    border-top: 1px solid #e8e8e8
}

.new-feature-container .new-feature-body .form {
    border-bottom: 1px solid #e8e8e8
}

.new-feature-container .new-feature-body .input-date ul li .filters-list-wrapper, .new-feature-container .filters-list-wrapper.geography {
    position: relative;
    float: none;
    width: 220px;
}

.new-feature-container .form-control, .new-feature-container .new-feature-head .filters-list-wrapper.geography {
    margin-top: 10px;
    display: inline-block;
    width: 300px;
    height: 30px;
}

.new-feature-container .input-date .form-control {
    margin-top: 0;
    width: 220px;
}

.new-feature-container .input-date .custom-picker {
    margin-left: 0;
    width: 95px;
}

.new-feature-container .input-date .form-control {
    margin-top: 0;
}

.new-feature-container .input-date li {
    clear: both;
}

.new-feature-container .form .incentivize-block {
    clear: both;
    float: none;
    overflow: hidden;
    width: 500px;
    margin: 20px auto;
    padding-top: 20px;
}

.new-feature-container .form .incentivize-block div {
    display: block;
    float: none;
}

.new-feature-container .form .incentivize-block .input-label span,
.new-feature-container .form .incentivize-block .payment > label {
    display: inline-block;
    width: 140px;
}

.new-feature-container .form .incentivize-block .input-label input {
    display: inline-block;
    width: 150px;
    margin: 0;
}

.new-feature-container .form div.payment {
    float: none;
    clear: both;
}

.new-feature-container .form .payment .radio {
    display: inline-block;
    float: none;
    margin-top: 0;
    padding: 0;
}

.new-feature-container .form .payment .radio > div {
    display: inline-block;
}

.new-feature-container .form .paymentValue, .new-feature-container .form .paymentUnit,
.new-feature-container .form .paymentType {
    float: none;
    display: inline-block;
    margin-right: 10px;
}

.new-feature-container .form .paymentValue input {
    width: 50px;
}

.new-feature-container .new-feature-body .paymentType select,
.new-feature-container .new-feature-body .paymentUnit select {
    width: 120px;
}

.new-feature-container .form .input-date ul li div.time-filter-row span {
    display: inline-block;
    margin-right: 0;
    width: 23px;
    text-align: center;
    float: none;
}

.new-feature-container .new-feature-head a {
    margin-left: 45px
}

.new-feature-container .new-feature-head {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px; /*border-top:1px solid #e8e8e8;*/
    border-bottom: 1px solid #e8e8e8
}

.new-feature-container > .new-feature-head {
    border-bottom: none;
    margin-bottom: 0;
}

.new-feature-container .new-feature-head .field-label {
    display: inline-block;
    width: 120px;
    position: relative;
    top: -10px;
    text-align: right;
    margin-right: 12px
}

.new-feature-container .new-feature-head .add-to-all-warehouses-label span {
    top: -1px;
}

.new-feature-container .new-feature-head > div {
    width: 1050px
}

.new-feature-container .new-feature-head span {
    position: relative;
    top: -10px;
}

.new-feature-container > .new-feature-head span {
    position: static;
    top: 0;
}

.new-feature-container .new-feature-head .geography .brand {
    display: none;
}

.new-feature-container .new-feature-head .multi-select .brand {
    display: inline;
}

.geography li label {
    cursor: pointer;
}

.new-feature-container .new-feature-body label.title {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(85, 85, 85);
    line-height: 2.5;
    margin-left: 50px
}

.new-feature-container .new-feature-body div {
    background-color: #ffffff
}

.new-feature-container .form .input-date {
    height: 450px;
}

.new-feature-container .form div:first-child ul {
    display: block;
    height: 100%;
    min-width: 340px;
}

.new-feature-container .form {
    overflow: hidden;
    background-color: #ffffff
}

.new-feature-container .form div:first-child > ul > li {
    display: block;
    width: 100%;
    height: auto;
    min-height: 40px
}

.new-feature-container .form div:first-child ul > li > div {
    float: left;
    width: 70%;
}

.new-feature-container .form div:first-child ul > li > div:first-child {
    width: 30%;
}

.new-feature-container .form div:first-child ul li .input-wrapper {
    float: left;
    width: 70%
}

.new-feature-container .form div:first-child ul li .input-wrapper.receivers-notification {
    float: right;
}

.new-feature-container .form div:first-child > ul li div span {
    float: right;
    margin-right: 10px;
    line-height: 30px
}

.new-feature-container .new-feature-body select {
    width: 250px;
    height: 30px
}

.new-feature-container .form div:first-child ul li div:last-child span {
    float: none
}

.new-feature-container .form div {
    float: left
}

.new-feature-container .form div:first-child ul li:last-child div {
    float: right
}

.new-feature-container .form div:first-child ul li textarea {
    height: 90px;
    resize: none;
}

.new-feature-container .form div:first-child ul li input.date {
    width: 95px;
}

.new-feature-container .form div:first-child ul li:last-child input {
    margin-right: 5px
}

.new-feature-container .form .input {
    padding-left: 8px;
}

.new-feature-container .form .custom-picker {
    padding-left: 0;
}

.new-feature-container .form textarea {
    line-height: 20px;
    padding: 6px 8px;
}

.new-feature-container .form div .multiple-selection ul {
    width: 100%;
    min-width: 100%;
}

.new-feature-container .form div .brand-family ul {
    width: 100%;
    min-width: 100%;
}

.form .multiple-selection .filter-content .groups ul li {
    height: 30px;
    line-height: 30px;
    min-height: 30px;
}

.form .multiple-selection .filter-content {
    max-height: 290px;
    overflow: auto;
}

.form .brand-family .filter-content .groups ul li,
.new-feature-container .filters-list-wrapper.geography .groups ul li {
    height: 30px;
    line-height: 30px;
    min-height: 30px;
}

.form .brand-family .filter-content, .new-feature-container .filters-list-wrapper.geography .filter-content {
    max-height: 290px;
    overflow: auto;
}

.not-found-brand-text {
    padding: 5px 9px;
    color: #999;
}

.new-feature-container .form .all-brands ul li, .new-feature-container .form .multiple-selection ul li label,
.new-feature-container .form .multiple-selection .filter-title {
    width: 100%;
    height: 30px;
    padding-left: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new-feature-container .form .all-brands ul li, .new-feature-container .form .brand-family ul li label,
.new-feature-container .form .brand-family .filter-title, .new-feature-container .filters-list-wrapper.geography .all-brands ul li,
.new-feature-container .filters-list-wrapper.geography ul li label {
    width: 100%;
    height: 30px;
    padding-left: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.new-feature-container .form .multiple-selection .filter-title, .new-feature-container .filters-list-wrapper.geography .filter-title {
    width: 88%;
}

.new-feature-container .form .brand-family .filter-title {
    width: 88%;
}

.new-feature-container .form .all-brands ul li {
    padding-right: 8px;
}

.new-feature-container .form .multiple-selection ul li label {
    padding-left: 0;
}

.new-feature-container .form .brand-family ul li label {
    padding-left: 0;
}

.new-feature-container .form .all-brands ul li[data-group=all] span {
    font-weight: 600;
}

.new-feature-container .form .all-brands ul li[data-group=all].partially-selected {
    background-image: url("../img/buttons/part-select.jpg");
    background-position: 6px center;
    background-repeat: no-repeat;
}

.new-feature-container .all-brands ul li input {
    margin-right: 8px;
    margin-top: 4px
}

.new-feature-container .form .all-brands ul li[data-group=all].partially-selected label {
    padding-left: 25px;
}

.new-feature-container .form .all-brands ul li[data-group=all].partially-selected input {
    display: none;
}

.new-feature-container .filters-list-wrapper.geography ul li {
    background-color: #fff;
}

.new-feature-container .form .all-brands ul li.grey-row, .new-feature-container .filters-list-wrapper.geography ul li.grey-row {
    background-color: #f4f4f4
}

.new-feature-container .form div.all-brands {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px;
    border: 1px solid #d5d4d4;
}

.new-feature-container .form div.all-brands ul {
    margin-bottom: 0;
    overflow: hidden;
    min-width: auto;
}

.new-feature-container .form div.all-brands ul label {
    width: 100%;
    height: 32px;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new-feature-container .short-information {
    min-height: 600px;
    margin-left: 10px;
    padding-left: 30px;
    border-left: 1px solid #e9e9e9;
    padding-bottom: 36px;
    position: relative
}

.new-feature-container .short-information label {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(85, 85, 85);
    text-decoration: underline;
    line-height: 2.143;
    font-weight: bold;
    margin-left: 0px
}

.new-feature-container .short-information ul li p {
    width: 70%;
    float: left
}

.new-feature-container .short-information ul li p:first-child {
    width: 30%;
    float: left
}

.new-feature-container .short-information ul li {
    overflow: hidden
}

.new-feature-container .short-information ul {
    overflow: hidden;
    width: 390px;
    min-height: 320px;
}

.new-feature-container .short-information .change-btns {
    float: right;
    padding-top: 200px;
}

.new-feature-container .new-feature-foot {
    height: 120px;
    padding-top: 20px;
    padding-right: 45px;
    overflow: hidden;
    background-color: #f9f9f9
}

.new-feature-container .new-feature-foot a {
    float: right
}

.foot-block .scroll-pane {
    max-height: 300px;
}

/*admin_staff domain-warehouse dropdowns*/
.domain-filters {
    padding-bottom: 20px;
    padding-left: 20px;
    margin: 0 -20px 20px -20px;
    height: 55px;
    border-bottom: 1px solid #dedede;
}

.domain-filters > div {
    width: 220px;
    float: left;
    margin-left: 10px;
    margin-top: 3px;
}

.domain-filters .filters-list-wrapper {
    position: relative;
}

.domain-filters .filter-top {
    background: #fff;
}

.domain-filters .filter-content {
    width: 100%;
}

.domain-filters .filter-content label, .domain-filters .filter-title {
    width: 99%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.domain-filters .filter-title {
    width: 90%;
}

.domain-filters > label {
    margin-top: 8px;
}

.domain-filters .apply-changes {
    margin-left: 10px;
}

.domain-filters .filter-search input {
    margin: 7px 5px;
}

.domain-filters .filter-content .brands li {
    background: #fff;
}

.domain-filters .filter-content .brands li.grey-row {
    background: #f4f4f4;
}

/*mkt-export*/
.supplier-select-wrapper {
    width: 300px;
    margin-left: 20px;
}

.form-control.single-select {
    margin-top: 3px;
}

table.table.table-striped[data-url="/admin_staff/domains/data"] tr:hover td,
table.table.table-striped.navigation-table tr:hover td {
    background: #fce9e9;
    cursor: pointer
}

/*user-roles*/
.user-roles-main-title {
    padding-left: 25px;
    margin-bottom: 0;
}

.user-roles-content {
    padding-left: 25px;
    display: inline-block;
}

.warehouse-user-form {
    overflow: hidden;
    padding: 25px;
    border-bottom: 1px solid #dedede;
}

.warehouse-user-form label, .pin-label {
    float: left;
    margin-top: 3px;
    text-align: right;
}

.role-wrapper .pin-label {
    margin-right: 20px;
}

.role-wrapper .pin {
    width: 80px;
}

.warehouse-user-form select {
    width: 300px;
    margin-left: 10px;
}

.user-roles-title {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #999;
}

.role-wrapper {
    margin-bottom: 20px;
    overflow: hidden;
}

.role-wrapper > label {
    margin-bottom: 10px;
}

.role-wrapper > label input {
    margin-right: 10px;
}

.role-wrapper .apps-wrapper {
    display: inline-block;
    overflow: hidden;
    border: 1px solid #dedede;
    border-right: none;
}

.role-wrapper .app-block {
    float: left;
    height: 140px;
    width: 120px;
    border: 1px solid #dedede;
    border-left: none;
    cursor: pointer;
    font-size: 16px;
    color: #6d6d6d;
}

.role-wrapper .app-block .app-title {
    text-transform: uppercase;
}

.role-wrapper .app-block label {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    cursor: pointer;
}

.role-wrapper .app-block .app {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    background-size: 50px;
    background-repeat: no-repeat;
}

.role-wrapper .app-block.active {
    background-color: #fff;
}

.role-wrapper .app-block.disabled {
    background-color: #eee;
}

/*sts leaderboard*/
.leaderboard-table-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 70px;
}

.leaderboard-table-title p {
    margin-bottom: 0;
    width: 70%;
}

.leaderboard-table-title .show-status {
    font-size: 13px;
    cursor: pointer;
}

.leaderboard-table-title .show-status input {
    position: relative;
    top: 2px;
    margin-right: 20px;
    margin-left: 5px;
}

.leaderboard-filter-switcher {
    margin-top: 10px;
}

.leaderboard-filter-switcher > div {
    float: left;
    margin-right: 20px;
    font-weight: 600;
}

.leaderboard-filter-switcher a {
    margin-right: 10px;
    cursor: pointer;
}

.leaderboard-filter-switcher a.active {
    text-decoration: underline;
    color: #ed1c23;
}

.leaderboard.btn-icon-export {
    margin-bottom: -8px;
    margin-top: -8px;
    margin-right: 15px;
}

.merch-table th[data-id="merchandisers"], .merch-table th[data-id="activities"] {
    min-width: 320px;
}

.merch-table th[data-id="travel_time"] {
    min-width: 150px;
}

.merch-table .details {
    display: inline-block;
    padding-top: 10px;
    color: #ed1c23;
    text-decoration: underline;
    font-size: 13px;
    cursor: pointer;
}

.stores-table th:first-child, .stores-table td:first-child {
    width: 80px;
    min-width: 80px;
    text-align: center;
}

.stores-table .status {
    color: #ed1c23;
    text-decoration: underline;
    cursor: pointer;
}

.stores-table .status.active {
    color: #999;
}

.stores-table.table-striped tbody tr td {
    background-color: #fff;
}

.stores-table tbody tr.grey-row td {
    background-color: #f4f4f4;
}

/*sts leaderboard details*/

.leaderboard-details .header-wrapper {
    overflow: hidden;
    background: #fff;
    margin: -20px -20px 0;
    padding: 20px 20px 0;
}

.leaderboard-back .merch-name {
    font-size: 20px;
    margin-top: 5px;
}

.map-block {
    clear: both;
    margin: 0 -20px;
    padding: 40px 20px 0;
    background: #fff
}

.map-block #map {
    height: 600px;
    margin-top: 10px;
}

.leaderboard-details .btn-panel {
    min-height: auto;
}

.leaderboard-details .btn-manage-cols {
    margin-right: 0;
}

.leaderboard-details .btn-icon-export {
    margin-bottom: 0;
}

.leaderboard-details .cols-box {
    top: 30px;
}

.leaderboard-details #table323 tbody tr:hover td, .leaderboard-details #table323 tbody tr.active td {
    background: #fce9e9;
    cursor: pointer
}

.leaderboard-details #table323 th:first-child, .leaderboard-details #table323 td:first-child {
    width: 80px;
    min-width: 80px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.map-block .marker {
    position: absolute;
    width: 150px;
    height: 25px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.map-block .marker .name {
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -10px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    color: #fff;
    background: #f00;
    text-align: center;
    line-height: 29px;
    font-size: 18px;
}

.map-block .marker .result {
    padding-left: 15px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    width: 115px;
}

.map-block .marker .delta {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 25px;
    background: #959595;
    border-radius: 0 5px 5px 0;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}

.map-block .map-popup .store {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.map-block .map-popup .address {
    color: #aaa;
    margin-bottom: 10px;
}

.leaderboard-details .service-time {
    overflow: hidden;
    margin: 0 -20px 30px;
    padding: 50px 20px;
    border-bottom: 1px solid #dedede;
    background: #fff;
}


.service-time .red-title {
    width: 50%;
    margin-left: 10px;
    font-weight: 600;
    color: red;
}

.service-time .title {
    font-weight: 600;
}

.leaderboard-details .service-table-wrapper {
    margin-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

.leaderboard-details .service-table {
    margin-top: 10px;
}

.leaderboard-details .service-table td {
    height: 25px;
    padding: 0 10px;
    vertical-align: middle;
    border-right: 1px solid #ebebeb;
}

.leaderboard-details .service-table tr:last-child td {
    height: 35px;
    vertical-align: top;
    padding-top: 3px;
}

.leaderboard-details .service-table th {
    height: 30px;
    vertical-align: top;
    border-bottom: none;
    padding: 0 10px;
}

.leaderboard-details .service-table thead tr th:first-child {
    width: 40px;
    min-width: auto;
}

.leaderboard-details .service-table .center {
    text-align: center;
}

.leaderboard-details .service-table .left {
    text-align: left;
}

.leaderboard-details .service-table .right {
    text-align: right;
}

.leaderboard-details .service-table .grey {
    color: #aaa
}

.leaderboard-details .service-table .no-border {
    border-right: none;
}

.leaderboard-details .service-table .bench {
    width: 4%;
    min-width: 4%;
    max-width: 4%;
    background: #f5f5f5;
}

.leaderboard-details .service-table tbody tr:nth-child(odd) .bench {
    background: #eee;
}

.leaderboard-details .service-table .shorter, .leaderboard-details .service-table .longer {
    width: 18%;
    min-width: 18%;
    max-width: 18%;
}

.leaderboard-details .legend {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background: #eee;
    border: 1px solid #a0a0a0;
}

.leaderboard-details .legend + span {
    position: relative;
    top: -5px;
}

.service-table .shorter .bar-wrapper {
    position: relative;
}

.service-table .bar-wrapper .progress-bar {
    position: absolute;
    height: 8px;
    left: -11px;
    top: 6.5px;
    width: 185%;
    background: #e98285;
    border-radius: 0 5px 5px 0;
}

.service-table .shorter span {
    position: relative;
    left: 185%;
}

/*Customer group create page*/
.groups-table th:first-child {
    text-align: center;
    min-width: 50px;
}

.groups-table td.edit {
    width: 70px;
    max-width: 70px;
    min-width: 50px;
    color: #b4b4b4;
    text-align: center;
    cursor: pointer;
}

.groups-table .text-center {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}

.groups-table tbody tr td.index {
    max-width: 50px;
    min-width: 50px;
}

.table.groups-table > tbody > tr.active td {
    background: #fce9e9;
}

.customer-group {
    margin: 0;
}

.customer-group .main-title, .customer-group .title {
    padding-left: 20px;
    margin-bottom: 25px;
    font-size: 18px;
}

.customer-group .filters-list-wrapper {
    width: 280px;
}

.customer-group .domains-label span {
    display: block;
    color: #989898;
}

.customer-group .btn-toolbar {
    margin: 10px 0 10px 38%;
}

.customer-group .btn-group:first-child .btn:first-child {
    margin-left: -5px;
}

.customer-group .title {
    padding-top: 25px;
    padding-left: 0;
}

.customer-group .form-wrapper {
    margin: -20px -20px 0 -20px;
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #d8d8d8;
}

/*Contact Persons*/
.persons-list {
    clear: both;
    width: 400px;
}

.persons-list li {
    background-color: #fff;
    height: 35px;
    line-height: 35px;
    border-bottom: 3px solid #f4f4f4;
    padding-left: 8px;
    color: #656565;
    cursor: pointer;
}

.persons-list li:nth-child(odd) {
    background-color: #f4f4f4;
}

.persons-list li:hover, .contact-persons li.active {
    background-color: #fce9e9;
}

.persons-list li input {
    margin-right: 5px;
}

/*Left Menu Description*/
.left-menu-description {
    padding: 0 15px;
    font-size: 12px;
    font-weight: 400;
}

.left-menu-description .title {
    margin-top: 40px;
    font-size: 18px;
    margin-bottom: 20px;
}

.left-menu-description .email {
    display: block;
    color: #ed1c23;
    text-decoration: underline;
    margin-bottom: 25px;
    margin-top: -10px;
}

/*OPS*/
.ops-summary {
    margin-bottom: 20px;
    width: 30%;
}

.month-average-chart-wrapper {
    width: 68%;
    margin-left: 2%;
    margin-bottom: 25px;
}

.ops-summary .summary-title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 24px;
}

.ops-summary .summary-list li {
    overflow: hidden;
}

.ops-summary .summary-list li span {
    display: block;
    float: left;
    width: 50%;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}

.ops-summary .summary-list li span:first-child {
    text-align: left;
    padding-left: 0;
}

.chart-wrapper.ops .chart-container {
    width: 100%;
    height: 350px;
    margin-bottom: 10px;
}

.ops-summary.tip {
    display: inline-block;
    margin-bottom: 15px;
}

.ops-table .tooltip-inner {
    font-size: 15px;
}

.ops-table .negative td {
    color: #aaa;
}

.ops-chart-wrapper .sort-wrapper {
    margin: 0 20px 5px 0;
    color: #ccc;
}

.ops-chart-wrapper .sort-wrapper.active {
    font-weight: 600;
    color: #000;
}

.ops-chart-wrapper .sort-wrapper label {
    cursor: pointer;
}

.ops-chart-wrapper .sort-wrapper label input:first-child {
    margin-left: 10px;
}

.ops-chart-wrapper .chart-container.long {
    width: 100%;
    height: auto;
    vertical-align: top;
    padding-right: 30px;
}

.account-type-wrapper .active {
    background-color: #fff;
    color: #ed1c23;
    text-shadow: none;
    background-image: none;
    border-color: #d5d5d5;
}

.divisions-wrapper {
    margin-right: 30px;
    margin-top: 0;
}

.screen-wrapper {
    margin-left: 25px;
    margin-top: 0;
}

.divisions-wrapper .divisions, .screen-wrapper .screen-list {
    margin-top: 5px;
    height: 35px;
}

/*OPS TRENDS*/
.trends-container .left-side {
    width: 20%;
}

.trends-container .right-side {
    margin-left: 2%;
    width: 78%;
    padding-top: 76px;
    font-size: 0;
}

.trends-container .right-side .right-side-header {
    height: 55px;
    overflow: hidden;
    line-height: 55px;
    background-color: #fff;
}

.trends-container .right-side .type-container {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.trends-container .right-side .types-list {
    margin-bottom: 0;
}

.trends-container .list-header {
    height: 55px;
    line-height: 55px;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #ccc;
}

.trends-container .right-side .types-list, .sales-list-container .sales-list {
    border: 1px solid #ccc;
    border-top: none;
}

.trends-container .sales-list-container .sales-list {
    padding: 10px;
    padding-right: 0;
}

.trends-container .right-side .types-list li {
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    min-height: 55px;
    display: table;
    padding: 10px;
    font-weight: 600;
}

.trends-container .right-side .types-list li:nth-child(odd) {
    background-color: #f4f4f4;
}

.trends-container .right-side .types-list li .name, .trends-container .backbar .list-header .name {
    display: table-cell;
    width: 40%;
    padding-right: 10px;
    vertical-align: middle;
}

.trends-container .right-side .types-list li .status,
.trends-container .backbar .list-header .status {
    display: table-cell;
    width: 60%;
    max-width: 180px;
    margin-right: 10px;
    padding: 0;
    vertical-align: middle;
}

.trends-container .right-side .types-list li .photo-link-container {
    display: table-cell;
    text-decoration: underline;
    color: #ccc;
    font-weight: 400;
    min-width: 80px;
    vertical-align: middle;
    text-align: right;
}

.trends-container .right-side .types-list li .photo-link {
    cursor: pointer;
}

.trends-container .right-side .types-list li .percentage-scale-wrapper,
.trends-container .backbar .list-header .percentage-scale-wrapper {
    width: auto;
    height: 40px;
    line-height: 40px;
    border-radius: 7px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.sales-list-container .sales-list {
    background-color: #fff;
}

.trends-container .right-side .btn-icon-export {
    margin-bottom: 5px;
    float: right;
}

.sales-list-container .sales-list .manager, .sales-list-container .sales li {
    padding-left: 15px;
    cursor: pointer;
    position: relative;
}

.sales-list-container .sales-list .manager .arrow-icon {
    position: absolute;
    left: 0;
    width: 12px;
    height: 20px;
    padding-left: 5px;
    background-image: url("../img/buttons/icon_adtracker_arrow_right.png");
    background-position: 5px 9px;
    background-repeat: no-repeat;
}

.sales-list-container .sales li {
    padding-left: 20px;
}

.sales-list-container .sales-list .manager.active .arrow-icon {
    background-image: url("../img/buttons/icon_adtracker_arrow_down.png");
}

.sales-list-container .sales-list .manager .sales {
    display: none;
}

.sales-list-container .sales-list .manager.active .sales {
    display: block;
}

.sales-list-container .sales-list .name, .sales-list-container .sales li {
    color: #a9a9a9;
    text-decoration: underline;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.sales-list-container li .name {
    padding-left: 10px;
}

.sales-list-container li.selected .name, .sales-list-container .manager li.selected {
    font-weight: 600;
    color: #646464;
    background-color: #f4f4f4;
}

.sales-list-container .manager.selected li {
    font-weight: 400;
}

.trends-container .date-wrapper {
    font-size: 14px;
}

.trends-container .date-wrapper .date-label {
    font-weight: 600;
}

.trends-container .locations-list-title {
    font-size: 15px;
    font-weight: 600;
    padding-left: 10px;
}

.trends-container .locations-list {
    width: 250px;
    margin: 13px 15px 0;
}

.trends-container .tabs-control ul {
    margin-bottom: 0;
}

.trends-container .tabs-control ul li {
    font-size: 16px;
    padding-bottom: 11px;
}

.trends-container .tabs-content .tab-content-inner {
    padding: 25px;
}

.trends-container .backbar .list-header .status {
    width: 40%;
    float: right;
    margin-top: 5px;
}

.trends-container .backbar .list-header .name {
    width: 50%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.trends-container .backbar .list-header .status .percentage-scale-wrapper {
    height: 35px;
    line-height: 35px;
}

.trends-container .right-side .backbar .types-list li {
    height: 15px;
    min-height: 15px;
    line-height: 15px;
    padding-left: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.trends-container .right-side .backbar .types-list li.active:before {
    width: 15px;
    margin-left: -18px;
    display: inline-block;
    height: 100%;
    content: '\2713';
}

.popup.data-popup.ops-photo-popup {
    height: auto;
    width: auto;
    display: inline-block;
    position: fixed;
    top: 50%;
    left: 50%;
    padding-bottom: 55px;
    padding-right: 20px;
    margin-left: -200px;
}

.popup.data-popup.ops-photo-popup .popup-content {
    height: auto;
}

.popup.data-popup .popup-content .bottle-lists-edit-view img {
    cursor: zoom-in;
}

.popup.data-popup.ops-photo-popup .popup-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.popup.data-popup .popup-buttons .photo-hint {
    display: none;
    line-height: 35px;
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
}

.popup.data-popup.popup-with-hint .popup-buttons .photo-hint {
    display: block;
}

/*OPS PHOTOS*/

.photo-group {
    position: relative;
    width: 100%;
    padding-right: 200px;
    margin-top: 25px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e2e2e2;
}

.photo-group:first-child {
    margin-top: 0;
}

.photo-group div {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}

.photo-group div span:first-child {
    font-width: 600;
}

.group-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.photo-group .btn-icon-export {
    margin: -10px 20px 0 0;
    position: absolute;
    right: 0;
}

.no-data {
    padding: 30px 0;
}

/*Upload XLS*/
.upload-step-title {
    margin-top: 40px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 20px;
}

.upload-description a, .upload-buttons-toolbar .failed-feature {
    color: #ed1c23;
    text-decoration: underline;
}

.file-name-input {
    width: 200px;
    height: 30px;
    padding-right: 10px;
    padding-left: 5px;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn-file {
    position: relative;
    overflow: hidden;
    left: -7px;
    top: -1px;
    height: 30px;
    padding-top: 14px;
    line-height: 0;
}

.file-xls-upload {
    clear: both;
    margin-top: 10px;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.results.uploaded .status {
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-left: 50px;
    font-size: 20px;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    background-image: url(/static/img/buttons/icon_check.png);
    background-position: 0 10px;
    background-repeat: no-repeat;
}

.results.uploaded > p {
    width: 150px;
    overflow: hidden;
    margin-bottom: 3px;
}

.results.uploaded > p > span {
    display: block;
    float: left;
    width: 50%;
    text-align: right;
}

.results.uploaded > p > span:first-child {
    text-align: left;
}

.table-wrapper.uploaded {
    margin-top: 30px;
}

.upload-buttons-toolbar {
    width: 80%;
    max-width: 1000px;
}

.upload-buttons-toolbar .btn {
    margin-right: 0;
}

.sticky-header {
    position: fixed;
    overflow: hidden;
    z-index: 1;
}

.sticky-header table {
    background-color: #fff;
}

.sticky-table-for-shifting {
    position: absolute;
    left: 0;
    top: 0;
}

/*Ad Tracker Upload Template*/

.upload-steps-list {
    margin: -20px -20px 0;
}

.upload-steps-list .upload-step {
    border-bottom: 1px solid #d3d2d2;
}

.upload-steps-list .upload-step.active {
    background-color: #fff;
    overflow: hidden;
}

.upload-steps-list .upload-step .step-name {
    padding: 0 20px;
    line-height: 55px;
    font-weight: 600;
    color: #aaa;
}

.upload-steps-list .upload-step.active .step-name {
    color: #555;
}

.upload-steps-list .upload-step .step-content {
    display: none;
}

.upload-steps-list .upload-step.active .step-content {
    display: block;
}

.upload-step .upload-file-area {
    height: 200px;
    margin: 5px 20px 20px;
    border: 1px dashed #ccc;
    background-color: #fcfcfc;
    border-radius: 3px;
}

.upload-step .upload-file-area .is-dragover {
    background-color: #fff;
}

.upload-file-area input[type=file] {
    display: none;
}

.upload-step .upload-results {
    margin: 5px 20px 20px;
}

.upload-step .xls-uploaded-file {
    width: 390px;
    padding-left: 50px;
    padding-bottom: 15px;
    background-image: url(/static/img/buttons/uploaded-xls-btn.png);
    background-position: 0 3px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ddd;
}

.upload-step .xls-uploaded-file .grey {
    font-weight: 600;
    color: #ccc;
}

.upload-step .xls-uploaded-file .grey:hover {
    color: #ed1c23;
}

.upload-step .upload-results .btn-panel {
    min-height: 10px;
    margin-top: 10px;
}

.upload-step .upload-results .btn-panel .pull-left {
    font-style: italic;
}

.upload-step .xls-uploaded-file .file-name {
    font-weight: 600;
}

.drop-area {
    display: table;
    width: 100%;
    height: 100%;
}

.upload-file-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #ccc;
}

.upload-file-text label,
.upload-step .custom-filters-columns .custom-filters-ordering {
    color: #ed1c23;
    text-decoration: underline;
    cursor: pointer;
}

.upload-step .table-wrapper {
    margin: 5px 20px 20px;
}

.upload-step .mapping-table {
    table-layout: auto;
    width: 100%;
}

.upload-step .mapping-table .actions {
    overflow: hidden;
    width: 100%;
}

.upload-step .mapping-table .actions > div {
    width: 200px;
    cursor: pointer;
}

.upload-step .mapping-table .change-accordance {
    text-decoration: underline;
}

.upload-step .mapping-table .expand .change-accordance {
    color: #ed1c23
}

.upload-step .mapping-table .actions input {
    margin-right: 3px;
}

.upload-step .mapping-table td {
    vertical-align: middle;
    padding: 8px;
    padding-left: 15px;
    background-color: #fff;
}

.upload-step .mapping-table > tbody > tr td {
    background-color: #fff;
    min-width: 100px;
    width: auto;
}

.upload-step .mapping-table > tbody > tr.grey-row td {
    background-color: #f4f4f4;
}

.upload-step .mapping-table th:nth-child(2),
.upload-step .mapping-table td:nth-child(2) {
    max-width: 200px;
}

.upload-step .mapping-table th:first-child,
.upload-step .mapping-table td:first-child {
    width: 50px;
    min-width: 50px;
    padding-right: 15px;
    text-align: right;
}

.upload-step .mapping-table .details-row td {
    max-width: 50px;
    padding: 0;
    overflow: visible;
    text-align: left;
    vertical-align: top;
}

.upload-step .mapping-table .ignored td {
    color: #ccc;
}

.upload-step .mapping-table .accordance-details {
    padding: 10px 0;
    background-color: #fff;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc
}

.upload-step .mapping-table .accordance-details p {
    padding-left: 65px;
}

.upload-step .mapping-table .variants-container {
    padding: 10px 65px;
    overflow: hidden;
}

.upload-step .mapping-table .variants-container .accordance-variant {
    width: 30%;
    margin-bottom: 8px;
    cursor: pointer;
}

.upload-step .custom-filters-columns {
    margin-left: 20px;
    color: #9d9d9d;
    font-style: italic;
}

.upload-step .upload-mapping, .upload-step .first-step-continue {
    margin: 0 20px 20px 10px;
}

.custom-filters-ordering-popup .subtitle {
    padding-left: 20px;
    font-weight: 600;
    line-height: 50px;
    font-style: italic;
    border-bottom: 1px solid #ccc;
    color: #757575;
}

.popup.data-popup.custom-filters-ordering-popup .popup-content {
    padding-top: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
}

.custom-filters-ordering-popup .ordering-list {
    margin: 0 20px;
}

.custom-filters-ordering-popup .ordering-list ul {
    overflow-x: hidden;
    height: 450px;
}

.custom-filters-ordering-popup .ordering-list li {
    overflow: hidden;
    color: #bcbcbc;
}

.custom-filters-ordering-popup .ordering-list .ordering-list-header {
    line-height: 40px;
}

.ordering-list li div {
    float: left;
    width: 70%;
}

.ordering-list li div:first-child {
    width: 20%;
    text-align: center;
}

.ordering-list .ordering-list-item {
    height: 45px;
}

.ordering-list .ordering-list-item.ui-draggable-dragging {
    left: 0 !important;
    z-index: 20;
}

.ordering-list .ordering-list-item div:first-child {
    line-height: 45px;
    font-size: 30px;
    font-weight: 600;
}

.ordering-list .ordering-list-item-label {
    height: 35px;
    margin: 5px 0;
    line-height: 35px;
    padding: 0 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #f9f9f9;
    cursor: pointer
}

.ordering-list .custom-filter-item .ordering-list-item-label {
    border-style: dashed;
    color: #030303;
    background-color: #fff;
}

.upload-step .upload-progress {
    display: block;
    margin: 0 20px 20px;
    padding: 0 0 20px;
}

.upload-step .upload-progress span {
    display: inline-block;
}

.upload-step .upload-progress .progress-indicator-wrapper {
    position: relative;
    top: 5px;
    left: 10px;
    width: 400px;
    height: 20px;
    margin-right: 25px;
    line-height: 20px;
    background-color: #f9f9f9;
    border-top: 1px solid #ccc;
    border-radius: 5px;
}

.upload-step .upload-progress .progress-scale {
    width: 100%;
    height: 100%;
    background-image: url(/static/img/progress_bar.png);
    background-position: 0 -5px;
    border-radius: 5px;
}

.upload-step .upload-progress .progress-value {
    position: absolute;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    color: #000;
    font-weight: 600;
    text-align: center;
}

.upload-step .upload-error-container .error-label {
    display: inline-block;
    padding: 25px 0 10px;
    color: #ed1c23;
    font-weight: 600;
}

.upload-step .upload-error-container .form-control {
    width: 250px;
    display: inline-block;
    margin-left: 10px;
    font-weight: 400;
    cursor: auto;
}

.upload-step .upload-error-container .error-label-wrapper {
    margin: 0 20px;
    border-top: 1px solid #ccc;
}

.upload-step .suggestions-list {
    position: absolute;
    max-height: 300px;
    width: 250px;
    left: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 10;
}

.upload-step .suggestions-list li {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-bottom: 1px solid #dcdcdc;
    background-color: #fff;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.upload-step .upload-error-container .selection-container {
    padding: 10px 0 10px 20px;
}

.upload-step .upload-error-container .selection-container label {
    display: block;
    cursor: pointer;
}

.upload-step .upload-error-container .selection-container label:nth-child(2) {
    font-weight: 600;
}

.upload-step .upload-error-container .selection-container label input {
    margin-right: 8px;
}

.upload-step .upload-error-container .input-wrapper {
    display: inline-block;
    position: relative;
}

.errors-table.table > thead > tr > th {
    vertical-align: top;
    min-width: 150px;
}

.errors-table .title {
    font-size: 16px;
    padding-bottom: 0;
}

.errors-table .subtitle {
    font-size: 14px;
    color: #aaa;
    padding-top: 0;
}

.errors-table .error-cell {
    color: #ed1c23;
    font-weight: 600;
}

.upload-step .load-more {
    margin: 20px;
    cursor: pointer;
    font-style: italic;
    color: #ed1c23;
    text-decoration: underline;
}

.approve-correction {
    margin: -10px 20px 10px 0;
}

.upload-step[data-step='3'] .btn-panel {
    clear: both;
    overflow: hidden;
    border-top: 1px solid #ccc;
    padding: 20px 0;
}

.upload-step[data-step='3'] .btn-panel .btn-red {
    margin: 0 20px 0 10px;
}

.upload-step[data-step='4'] .step-content {
    padding: 0 20px;
}

.upload-step[data-step='4'] .step-content p {
    width: 260px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.upload-step[data-step='4'] .step-content .btn {
    margin-bottom: 20px;
    margin-top: 10px;
}

/*Users Tree*/
.users-tree-toolbar {
    overflow: hidden;
    height: 70px;
    padding: 20px;
    border-bottom: 2px solid #ddd;
}

.users-tree-toolbar .form-control {
    width: 250px;
    margin-left: 10px;
    display: inline-block;
}

.users-tree-toolbar .btn-red {
    margin-right: 20px;
}

.user-tree-content {
    position: relative;
    min-height: 200px;
    background-color: #fff;
}

.user-tree-content .left-side {
    position: absolute;
    height: 100%;
    width: 350px;
    border-right: 1px solid #ddd;
    background-color: #fff;
}

.user-tree-content .left-side .create-role {
    margin-top: 10px;
    background-image: url(../img/sales_vertical/newuser_active.png);
    background-repeat: no-repeat;
    background-position: 10px 0;
    line-height: 40px;
}

.user-tree-content .left-side .create-role.support {
    background-image: url(../img/sales_vertical/user_new_support.png);
}

.user-tree-content .left-side .grey {
    color: #999;
}

.user-tree-content .left-side li {
    background-image: url(../img/sales_vertical/user_active.png);
    background-repeat: no-repeat;
    background-position: 10px 0;
}

.user-tree-content .left-side li.support-role {
    background-image: url(../img/sales_vertical/user_support.png);
}

.user-tree-content .left-side li.inactive {
    background-image: url(../img/sales_vertical/user_inactive.png);
}

.user-tree-content .left-side li .delete-button {
    width: 30px;
    height: 100%;
    background-image: url(../img/sales_vertical/delete_active.png);
    background-repeat: no-repeat;
    background-position: center 13px;
    cursor: pointer;
}

.user-tree-content .left-side li .delete-button.inactive,
.user-tree-content .left-side li .delete-button.inactive:hover {
    background-image: url(../img/sales_vertical/delete_inactive.png);
    cursor: auto;
}

.user-tree-content .left-side li .delete-button:hover {
    background-image: url(../img/sales_vertical/delete_now.png);
}

.user-tree-content .left-side li.route {
    background-image: url(../img/sales_vertical/routes_active.png);
    line-height: 40px;
}

.user-tree-content .left-side li.route.inactive {
    background-image: url(../img/sales_vertical/routes_inactive.png);
}

.user-tree-content .left-side li, .user-tree-content .left-side .create-role {
    height: 50px;
    padding: 5px 10px 0 70px;
    cursor: pointer;
}

.user-tree-content .left-side li.selected {
    background-color: #f8f8f8;
}

.user-tree-content .left-side li label {
    width: 100%;
    color: #444;
    margin-top: 10px;
    margin-bottom: 0;
    cursor: pointer;
}

.user-tree-content .left-side .create-role.support label {
    margin-top: 10px;
}

.user-tree-content .left-side li span {
    display: block;
    color: #aaaaaa;
    font-size: 12px;
    margin-top: -5px;
}

.user-tree-content .left-side li.route span {
    display: none;
}

.user-tree-content .left-side li.route label {
    margin-top: -10px;
}


.user-tree-content.sales-vertical .left-side li.route {
    background-image: url(../img/sales_vertical/routes_active_2.png);
    cursor: auto;
    line-height: 32px;
}

.user-tree-content.sales-vertical .left-side li.route.inactive {
    background-image: url(../img/sales_vertical/routes_inactive_2.png);
}

.user-tree-content.sales-vertical .left-side li:last-child {
    background-image: url(../img/sales_vertical/user_down.png);
    line-height: 32px;
}

.user-tree-content.sales-vertical .left-side li label {
    margin-top: 5px;
}

.user-tree-content.sales-vertical .left-side li:last-child span {
    display: none;
}

.user-tree-content.sales-vertical .left-side li.route span {
    display: inline;
    font-size: 14px;
    color: #ccc;
}

.user-tree-content.sales-vertical .left-side li.route label {
    cursor: auto;
}


.user-tree-content .left-side .copy-vertical {
    padding-left: 20px;
    line-height: 50px;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.user-tree-content .left-side li.selected label,
.user-tree-content .right-side .settings-apps-title {
    font-weight: 600;
}

.user-tree-content .right-side .settings-apps-title.features {
    margin-top: 20px;
}

.user-tree-content .right-side {
    width: 100%;
    padding-left: 380px;
    background-color: #fff;
}

.user-tree-content .settings-title {
    height: 80px;
    line-height: 80px;
    font-weight: 600;
    font-size: 18px;
    color: #444;
}

.user-tree-content .role-wrapper .apps-wrapper {
    border: none;
    border-left: 1px solid #dedede;
}

.user-tree-content .right-side .toolbar {
    height: 100px;
    overflow: hidden;
}

.user-tree-content .right-side .toolbar label {
    font-weight: 600;
}

.user-tree-content .right-side .toolbar > div {
    margin-right: 15px;
    width: 80px;
}

.user-tree-content .right-side .route-form .toolbar .level {
    display: none;
}

.user-tree-content .right-side .toolbar .role-name {
    width: 250px;
}

.user-tree-content .right-side .btn-panel .btn {
    margin-right: 5px;
}

.popup.copy-vertical-popup {
    height: 400px;
    width: 496px;
    margin-left: -248px;
    margin-top: -200px;
}

.popup.copy-vertical-popup .popup-content {
    height: 300px;
    padding: 15px 20px;
}

.popup.copy-vertical-popup .popup-content label {
    display: inline-block;
    width: 150px;
}

.popup.copy-vertical-popup .copy-warehouse, .popup.copy-vertical-popup .roles-list {
    display: inline-block;
    width: 300px;
    margin-bottom: 20px;
    vertical-align: top;
}

.popup.copy-vertical-popup .roles-list {
    height: 125px;
    overflow-y: auto;
    padding: 10px;
    background-color: #f9f9f9;
    border: solid 1px #dddddd;
}

.popup.copy-vertical-popup .roles-list span {
    font-weight: 600;
}

.popup.copy-vertical-popup .info {
    margin: 10px -20px;
    padding: 20px 20px 20px 50px;
    background-image: url(../img/sales_vertical/attention.png);
    background-repeat: no-repeat;
    background-position: 20px 23px;
    border-top: solid 1px #dddddd;
    font-style: italic;
}

.unsaved-changes .btn-cancel {
    margin-right: 5px;
}


.users-tree-preview {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 10px;
    z-index: 10000;
    background-color: #fff;
}

.users-tree-preview .preview-header {
    height: 65px;
    line-height: 65px;
    padding: 0 20px;
    border-bottom: solid 1px #dddddd;
    font-size: 18px;
    font-weight: 600;
}

.users-tree-preview .preview-header .warehouse-name {
    padding-right: 35px;
}

.users-tree-preview .preview-header span {
    color: #ed1c23;
    font-weight: 400;
}

.users-tree-preview .preview-header .close-preview {
    width: 30px;
    height: 100%;
    transform: rotate(45deg);
    font-size: 50px;
    font-weight: 300;
    color: #ccc;
    cursor: pointer;
}

.users-tree-preview .preview-header .close-preview:hover {
    color: #444444;
}

.preview-content {
    padding: 20px;
    padding-top: 50px;
    overflow: auto;
    white-space: nowrap;
}

.preview-content .preview-branch {
    display: inline-block;
    vertical-align: top;
    margin-left: 200px;
    position: relative;
    overflow: visible;
}

.preview-content .preview-branch .branch-name {
    position: absolute;
    top: -20px;
    font-weight: 600;
    color: #ed1c23;
}

.preview-content .preview-branch:first-child {
    margin-left: 0;
}

#previewContainer {
    overflow: visible !important;
}

.preview-node {
    display: inline-block;
    position: relative;
    border: 1px solid #aaa;
    background-color: #fff;
    border-radius: 4px;
    min-height: 50px;
    min-width: 100px;
    padding: 10px;
    padding-left: 30px;
    white-space: nowrap;
}

.preview-node.active, .modules-wrapper label {
    cursor: pointer;
}

.preview-node .branch-name {
    position: absolute;
    left: -15px;
    font-weight: 600;
    color: #ed1c23;
}

.preview-node .role {
    font-weight: 600;
}

.preview-node .icon {
    position: absolute;
    width: 44px;
    height: 44px;
    left: -22px;
    background-image: url(../img/sales_vertical/red-user-tree-active2.png);
    background-repeat: no-repeat;
    background-position: center;
}

.preview-node.fake-node {
    border: 1px dashed #dddddd;
}

.preview-node.fake-node .icon {
    background-image: url(../img/sales_vertical/user-tree-unass2.png);
}

.preview-node.fake-node .name {
    font-style: italic;
}

.preview-node.route {
    padding-left: 10px;
}

.preview-node.route .icon {
    background-image: none;
}

.preview-node.route .role, .preview-node.route .name {
    padding-left: 25px;
    background-image: url(../img/sales_vertical/user-tree-route.png);
    background-repeat: no-repeat;
    background-position: 0;
}

.preview-node.without-sale {
    font-style: italic;
}

.preview-node.route .name {
    background-image: url(../img/sales_vertical/red-user-tree-active.png);
    margin-top: 5px;
}

.preview-content .preview-branch .collapse-switch {
    display: none;
}

.node.collapsed .preview-node .icon {
    background-image: url(../img/sales_vertical/red-user-tree-active-collapse2.png);
}

.user-tree-content.roles-tree .users-tree-toolbar {
    width: 100%;
    border-bottom-width: 1px;
    position: absolute;
    top: 0;
    z-index: 1000;
    background-color: #fff;
}

.user-tree-content .premise-type-wrapper {
    margin-left: 15px;
}

.user-tree-content .premise-type-wrapper label {
    margin-right: 15px;
    margin-top: 5px;
}

.user-tree-content .premise-type-wrapper .btn-group {
    margin-top: -2px;
}

.user-tree-content .search-field {
    width: 240px;
    margin-left: 20px;
    margin-top: 2px;
}

.user-tree-content.roles-tree .left-side {
    width: auto;
    border: none;
    padding-top: 70px;
    padding-bottom: 10px;
}

.user-tree-content.roles-tree .left-side .roles-tree-list-wrapper {
    overflow-y: auto;
    border-right: 1px solid #ddd;
    background-color: #f9f9f9;
}

.user-tree-content.roles-tree .right-side {
    padding-left: 415px;
    height: 100%;
    padding-bottom: 10px;
    padding-top: 70px;
}

.user-tree-content.roles-tree .right-side .content-wrapper {
    height: 100%;
    margin-right: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    border: 1px solid #ddd;
}

/*.user-tree-content .roles-tree-list div{width:30px;display:inline-block;}*/
.user-tree-content .left-side-placeholder {
    position: absolute;
    top: 69px;
    border: 1px solid #ddd;
    height: 100%;
    width: 40px;
    z-index: 1111;
    background-color: #f9f9f9;
    cursor: pointer;
}

.user-tree-content .left-side-placeholder .action {
    position: absolute;
    width: 200px;
    left: -80px;
    top: 30px;
    transform: rotate(-90deg);
}

.user-tree-content .left-side-placeholder .icon {
    margin-top: 5px;
    width: 30px;
    height: 30px;
    background-position: 1px center;
    background-repeat: no-repeat;
    background-image: url(../img/buttons/ic-hide.png);
    cursor: pointer;
    transform: rotate(-180deg);
}

.user-tree-content .show-unassigned-routes {
    position: relative;
    z-index: 200;
    padding: 10px 0 10px 40px;
    margin-bottom: -5px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    white-space: nowrap;
    background-color: #f9f9f9;
    width: 100%;
    cursor: pointer;
}

.user-tree-content .show-unassigned-routes input {
    margin-right: 5px;
}

.user-tree-content .roles-tree-list, .roles-tree-list-wrapper .no-data {
    padding: 20px 0;
    margin: 0 20px;
    border-top: 1px solid #ddd;
}

.user-tree-content .roles-tree-list {
    border-top: none;
}

.user-tree-content .branch-name {
    padding-left: 40px;
    margin-top: 10px;
    margin-bottom: -10px;
    color: #ed1c23;
    font-weight: 600;
}

.user-tree-content .roles-tree-list li, .user-tree-content .roles-tree-list li.route {
    height: 30px;
    background-image: none;
    padding: 0;
    cursor: auto;
}

.user-tree-content.roles-tree .selected {
    background-color: #f6f6f6;
}

.user-tree-content .roles-tree-list li .inner-item {
    height: 100%;
    line-height: 25px;
}

.user-tree-content .roles-tree-list li .inner-item .action-state {
    position: relative;
    width: 25px;
    height: 100%;
    float: left;
    background-position: right 8px;
    background-repeat: no-repeat;
}

.user-tree-content .roles-tree-list .vertical-connector,
.user-tree-content .roles-tree-list .horizontal-connector {
    position: absolute;
    width: 0;
    top: 18px;
    left: 24px;
    border-left: 1px solid #ddd;
}

.user-tree-content .roles-tree-list .horizontal-connector {
    width: 25px;
    top: 13px;
    left: 4px;
    border-top: 1px solid #ddd;
}

.user-tree-content .roles-tree-list li:first-child .horizontal-connector {
    display: none;
}

.user-tree-content .roles-tree-list li .inner-item span {
    display: block;
    float: left;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 2px;
    color: #444;
    font-size: 14px;
    padding-left: 33px;
    margin-top: 0;
    background-position: 5px 2px;
    background-repeat: no-repeat;
    background-image: url(../img/sales_vertical/user-tree-inactive.png);
}

.user-tree-content .roles-tree-list li.route .inner-item span {
    background-image: url(../img/sales_vertical/user-tree-route.png);
}

.user-tree-content .roles-tree-list li .inner-item div.collapsed .icon,
.user-tree-content .roles-tree-list li .inner-item div.expanded .icon {
    cursor: pointer;
    position: relative;
    background-position: 19px 8px;
    background-repeat: no-repeat;
    width: 35px;
    height: 100%;
    z-index: 9;
    background-image: url(../img/sales_vertical/ic-arrow-expand.png);
}

.user-tree-content .roles-tree-list li .inner-item div.expanded .icon {
    background-image: url(../img/sales_vertical/ic-arrow-collapse.png);
}

.user-tree-content .roles-tree-list li .delete-btn {
    width: 50px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/sales_vertical/unassign.png);
    cursor: pointer;
}

.user-tree-content .roles-tree-list li[data-level='0'] .delete-btn, .user-tree-content .roles-tree-list li[data-level='1']:first-of-type .delete-btn {
    display: none;
}

.user-tree-content .roles-tree-list-wrapper .warehouse-name {
    padding-left: 45px;
    height: 30px;
    line-height: 32px;
    background-position: 22px center;
    background-repeat: no-repeat;
    background-image: url(../img/buttons/icon_warehouse.png);
    cursor: pointer;
}

.roles-tree-list-wrapper .no-data {
    font-style: italic;
}

.user-tree-content .users-filter-bar {
    margin-top: -30px;
    overflow: hidden;
}

.user-tree-content .users-filter-bar .btn {
    padding: 6px 42.5px;
}

.user-tree-content .users-filter-bar > .btn {
    margin-left: 10px;
}

.user-tree-content .side-toolbar .tooltip-inner {
    width: 200px;
    background-color: #fff;
}

.user-tree-content .side-toolbar {
    height: 35px;
    line-height: 35px;
    padding-left: 40px;
    border: solid 1px #dddddd;
    border-top: none;
    border-left: none;
    overflow: hidden;
    background-color: #f9f9f9;
}

.user-tree-content .right-side .side-toolbar {
    background-color: #fff;
    padding-left: 0;
    border: none;
}

.user-tree-content .side-toolbar .name {
    font-weight: 600;
    min-width: 200px;
}

.user-tree-content .side-toolbar .action {
    padding: 0 10px 0 25px;
    height: 25px;
    line-height: 30px;
    margin: 3px 0;
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
    color: #888888;
    background-position: 3px 5px;
    background-repeat: no-repeat;
    background-image: url(../img/buttons/ic-hide.png);
    cursor: pointer;
}

.user-tree-content .side-toolbar .preview {
    width: 40px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/buttons/ic-stricture.png);
    cursor: pointer;
}

.user-tree-content .side-toolbar .preview:hover {
    background-image: url(../img/buttons/ic-stricture-hover.png)
}

.user-tree-content .role-column {
    width: 275px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
    border-left: none;
    font-size: 14px;
}

.user-tree-content .role-column .role-column-content {
    overflow-x: hidden;
    overflow-y: auto;
}

.user-tree-content .role-column:first-child {
    border-left: 1px solid #ccc;
}

.user-tree-content .role-column-header {
    padding: 5px 10px;
    font-weight: 600;
    background-color: #fef6f6;
    border-bottom: 1px solid #ccc;
}

.user-tree-content .role-column .no-data {
    padding: 30px 10px;
    white-space: normal;
    text-align: center;
    font-style: italic;
}

.user-tree-content .role-column .assigned-users {
    background-color: #f6f6f6;
    border-bottom: 1px solid #ddd;
}

.user-tree-content .role-column .assigned-user-name,
.user-tree-content .role-column .user-item div, .user-tree-content .role-column-header {
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-tree-content .role-column .unassigned-users {
    min-height: 100px;
}

.user-tree-content .role-column .unassigned-label {
    padding: 5px 10px;
    font-style: italic;
}

.user-tree-content .user-item .settings-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    height: 100%;
    width: 15%;
    background-repeat: no-repeat;
    background-image: url(/static/img/buttons/gear.png);
    background-position: center;
    background-color: #fff;
    cursor: pointer;
}

.user-tree-content .user-item:hover .settings-btn {
    display: block;
}

.user-tree-content .role-column-header {
    height: 35px;
    padding: 7px 10px;
    font-weight: 600;
    background-color: #fef6f6;
    border-bottom: 1px solid #ccc;
}

.user-tree-content .role-column .assign-placeholder {
    height: 100px;
    font-style: italic;
    font-size: 14px;
    color: #777;
    padding: 30px;
    text-align: center;
    white-space: normal;
}

.user-tree-content .role-column .user-item,
.user-tree-content .role-column .assigned-user-name {
    padding: 5px 10px;
    position: relative;
    height: 30px;
}

.user-tree-content .role-column .user-item {
    cursor: pointer;
}

.user-tree-content .role-column .user-item.inactive {
    cursor: auto;
}

.user-tree-content .role-column .user-item.active,
.user-tree-content .user-item.active .settings-btn,
.user-tree-content .role-column .assigned-users .settings-btn {
    background-color: #f6f6f6;
    font-weight: 600;
}

.user-tree-content .role-column .user-item.ui-sortable-helper {
    border: 1px solid #ddd;
    background-color: #fff;
}

.user-tree-content .role-column .user-item .settings-popover {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 2;
    width: 260px;
    height: auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 4px;
    font-weight: 400;
    cursor: pointer;
}

.user-tree-content .role-column:first-child .user-item .settings-popover {
    left: 0;
}

.user-tree-content .role-column:last-child .user-item .settings-popover {
    right: 0;
    left: auto;
}

.user-tree-content .role-column[data-id="Routes"] .change-role {
    display: none;
}

.user-tree-content .user-item .settings-popover .change-role {
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #ccc;
}

.user-tree-content .settings-popover .assign-list {
    padding: 10px 20px;
}

.user-tree-content .settings-popover .assign-list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-tree-content .settings-popover .assign-list span {
    font-weight: 600;
}

.user-tree-content .role-column .user-item-counter {
    width: 10%;
    padding-right: 15px;
    background-image: url("../img/buttons/icon_adtracker_arrow_right.png");
    background-position: right 7px;
    background-repeat: no-repeat;
    background-size: 6px;
    text-align: right;
}

.user-tree-content .role-column .inactive .user-item-counter {
    display: none;
}

.user-tree-content .role-column .user-item-counter.red {
    color: #ed1c23;
}

.user-tree-content .role-column .user-item-name {
    width: 85%;
}

.user-tree-content .role-column .assigned-user-name {
    border-bottom: 1px solid #ddd;
    font-style: italic;
}

.popup.change-role-popup {
    height: 270px;
    margin-top: -135px;
}

.popup.change-role-popup .popup-content {
    height: 170px;
    padding: 20px;
}

.popup.change-role-popup .popup-content label {
    width: 165px;
    font-weight: 600;
}

.popup.change-role-popup .popup-content .roles-wrapper {
    margin-top: 10px;
}

.popup.change-role-popup .popup-content select {
    display: inline-block;
    width: 220px;
}

.popup.change-role-popup .error {
    margin-top: 10px;
    font-size: 13px;
    color: #ed1c23;
    font-weight: bold;
    border: none !important;
}

.user-tree-content .tooltip-inner {
    color: #444;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #ddd;
}

.user-tree-content .role-column .user-item[data-level='1'] .user-item-counter span {
    width: 130%;
    height: 100%;
    display: inline-block;
    margin-top: -5px;
    background-repeat: no-repeat;
    background-image: url(/static/img/sales_vertical/done.png);
    background-position: center;
}

.user-tree-content .role-column .user-item[data-level='1'] .user-item-counter.red span {
    margin-top: -4px;
    background-image: url(/static/img/sales_vertical/not_assigned.png);
}


/*Managers Generate Report Page*/
.managers-report-wrapper {
    padding: 20px;
    background-color: #fff;
    height: 100%;
}

.managers-report-wrapper .title {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #999;
    margin: 5px 0 20px;
}

.managers-report-wrapper .filters-list-wrapper {
    position: relative;
}

.managers-report-wrapper .form-wrapper {
    margin-bottom: 20px;
    font-size: 0;
}

.managers-report-wrapper .form-wrapper > label, .managers-report-wrapper .filters-list-wrapper,
.managers-report-wrapper select, .managers-report-wrapper textarea {
    width: 270px;
    display: inline-block;
    font-size: 14px;
}

.managers-report-wrapper .email-recipients {
    margin-top: 15px;
}

.managers-report-wrapper .form-wrapper > label {
    width: 160px;
    font-weight: 600;
    height: 30px;
    vertical-align: top;
}

.managers-report-wrapper .form-wrapper .general-report {
    display: block;
    width: 270px;
    margin-left: 160px;
    margin-top: 5px;
    color: #999;
    font-weight: 400;
    cursor: pointer;
}

.form-wrapper .general-report input {
    position: relative;
    top: 2px;
    cursor: pointer;
}

.managers-report-wrapper .filters-list-wrapper .filter-title {
    width: 92% !important;
    float: left;
    line-height: 30px;
    padding-left: 7px;
}

.managers-report-wrapper .form-wrapper .filters-list-wrapper ul li {
    background-color: #fff;
}

.managers-report-wrapper .form-wrapper .filters-list-wrapper ul li.grey-row {
    background-color: #f4f4f4
}

.managers-report-wrapper .filters-list-wrapper label {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.managers-report-wrapper .left-side {
    padding-right: 30px;
    padding-top: 5px;
    border-right: 2px solid #ddd;
}

.managers-report-wrapper .wrapper {
    display: inline-block;
    vertical-align: top;
}

.managers-report-wrapper .wrapper > label {
    margin-bottom: 10px;
    font-weight: 600;
}

.managers-report-wrapper .wrapper input,
.managers-report-wrapper .report-type-wrapper li label {
    cursor: pointer;
}

.managers-report-wrapper .removed span {
    text-decoration: line-through;
}

.managers-report-wrapper .report-type-wrapper {
    width: 160px;
}

.managers-report-wrapper .custom-picker:disabled {
    background-color: #f4f4f4;
    color: #999;
    cursor: not-allowed;
}

.managers-report-wrapper .generate {
    margin: 20px 0;
}

.managers-report-wrapper .right-side {
    padding-left: 30px;
    padding-top: 5px;
}

.managers-report-wrapper .right-side > label {
    margin-bottom: 40px;
}

.managers-report-wrapper .right-side .grey {
    color: #999;
}

.managers-report-wrapper .reports-list li label .grey {
    text-decoration: underline;
    cursor: pointer;
}

/* New Incentive */
.page-content.no-padding-incentive {
    padding: 0;
}

.incentives-container {
    overflow: hidden;
    padding: 30px 0;
}

h3.incentive-title.new-version {
    padding: 10px 20px 20px 25px;
    margin: 0;
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
}

.incentive-nav.new-version {
    margin: 0;
    padding-top: 15px;
    padding-left: 23px;
    background-color: #fff
}

.incentives-container .section {
    overflow: hidden;
    max-width: 1050px;
    margin-bottom: 35px;
    padding: 0 25px;
}

.incentives-container .section-title {
    font-size: 16px;
}

.incentives-container .grey {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    color: #949494;
    text-decoration: underline;
    cursor: pointer;
}

.incentives-container .grey:hover, .incentives-container .grey:active,
.incentives-container .grey.active {
    color: #ed1c23;
}

.incentives-container .control-label {
    font-weight: 600;
    display: block;
    margin-top: 20px;
}

.gen-info .left-side, .gen-info .right-side {
    width: 48%;
    margin-right: 2%;
    max-width: 500px;
}

.gen-info .warehouses-wrapper, .gen-info .dates-wrapper {
    width: 48%;
}

.gen-info .warehouses-wrapper {
    margin-right: 4%;
}

.gen-info .date-picker-wrapper {
    width: 45%;
}

.gen-info .dates-wrapper span.pull-left {
    display: block;
    height: 30px;
    line-height: 30px;
    width: 10%;
    text-align: center;
}

.gen-info .additional-info {
    height: 105px;
}

.gen-info .attach {
    margin-top: 10px;
    padding-left: 22px;
    background-size: 9%;
    background-image: url("../img/buttons/attacment-icon.png");
    background-position: 0 center;
    background-repeat: no-repeat;
}
.incentive-attach-view {
    margin-top: 10px;
    padding-left: 22px;
    background-image: url("../img/incentive-attach.svg");
    background-size: 15px;
    background-position: 0 center;
    background-repeat: no-repeat;
}

.incentives-container .list-wrapper {
    position: relative;
    width: 26.5%;
    margin-right: 2%;
}

.incentives-container .list-wrapper.suppliers-wrapper {
    margin-right: 1%;
}

.incentives-container .list-wrapper ul {
    max-height: 300px;
    overflow: auto;
    border: 1px solid #ccc;
}

.incentives-container .list-wrapper .thematic li, .incentives-container
.list-wrapper.brands-wrapper li {
    height: 60px;
    line-height: 60px;
}

.incentives-container .list-wrapper .thematic img {
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

.incentives-container .list-wrapper li {
    position: relative;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.incentives-container .list-wrapper li.grey-row {
    background-color: #f4f4f4;
}

.incentives-container .list-wrapper li label, .sku-wrapper .sku label {
    width: 100%;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.incentives-container .thematic .inactive, .incentives-container .tiles .inactive {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fff;
    opacity: 0.8;
}

.incentives-container .list-wrapper .single-select input,
.incentives-container .list-wrapper .thematic input {
    display: none;
}

.incentives-container .list-wrapper .single-select .selected {
    background-color: #ccc;
}

.conditions.long {
    max-width: 1750px;
}

.conditions .billback {
    width: 14.5%;
}

.conditions .billback span:first-child {
    display: inline-block;
    transform: rotate(180deg)
}

.conditions .billback input {
    display: inline-block;
    width: 80%
}

.incentives-container .list-wrapper .toolbar {
    position: absolute;
    top: 20px;
    right: 0;
}

.incentives-container .list-wrapper .toolbar a {
    margin-left: 10px;
}

.incentives-container .list-wrapper.brands-wrapper {
    width: 46%;
    margin-right: 3%;
    margin-top: 20px;
    max-width: 458px;
}

.incentive-varietal-list {
    max-width: 263px;
    margin-top: 20px;
}

.incentives-container .sku-block {
    max-width: 458px;
    width: 51%;
    margin-top: 20px;
}

.incentives-container .list-wrapper.brands-wrapper .brand-search {
    margin-bottom: 10px;
}

.incentives-container .list-wrapper.brands-wrapper img {
    width: 50px;
    height: 50px;
    margin: 0 10px;
}

.incentives-container .list-wrapper .tiles li {
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    border: 1px solid #ddd;
}

.incentives-container .list-wrapper .tiles label {
    padding: 0;
}

.incentives-container .list-wrapper .tiles li.selected .inactive,
.incentives-container .thematic li.selected .inactive {
    display: none;
}

.incentives-container .list-wrapper .tiles li img {
    margin: 0;
    vertical-align: middle;
}

.incentives-container .attached-file {
    font-size: 13px;
    margin-bottom: 3px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.incentives-container .attachments-summary {
    margin-top: 10px;
}

.incentives-container .sku-block .sku-list,
.incentives-container .sku-wrapper {
    overflow: hidden;
}

.incentives-container .sku-block .sku-list {
    border-left: 1px solid #ccc;
    padding-left: 5px;
}

.incentives-container .sku-block .sku {
    float: left;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 5px;
    margin-bottom: 5px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    color: #949494;
    cursor: pointer;
}

.incentives-container .sku-block .sku.selected {
    background-color: #ed1c23;
    color: #fff;
    border: none;
}

.incentives-container .sku-block .all-sku {
    height: 65px;
    line-height: 65px;
    margin-right: 10px;
}

.incentives-container .selection-rule {
    margin-top: 30px;
}

.incentives-container .btn-group {
    margin-left: 3px;
    margin-right: 3px;
}

.incentives-container .btn-group .btn {
    position: relative;
    top: 4px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
}

.incentives-container .reward {
    margin-top: 70px;
}

.incentives-container .reward .form-control {
    display: inline-block;
    width: 60px;
    margin-left: 3px;
    margin-right: 3px;
}

.incentives-container .reward li {
    margin-bottom: 10px;
}

.incentives-container .reward li .delete {
    display: inline-block;
    margin: 1px 0 0 5px;
    width: 10px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/sales_vertical/unassign.png);
    cursor: pointer;
}

.incentives-container .reward .add-tier {
    cursor: pointer;
}

.incentives-container .btn-panel {
    margin-top: 30px;
    border-top: 1px solid #ddd;
    height: 50px;
    padding-top: 20px;
}

.incentives-container .btn-panel div {
    max-width: 1000px;
}

.feature-name.new-version {
    font-weight: 400;
}

.stats-content.new-incentive .section-title {
    font-size: 18px;
    padding-left: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #ed1c23;
}

.stats-content.new-incentive .main-info {
    margin-bottom: 30px;
    padding-top: 15px;
    max-width: 1097px;
}

.stats-content.new-incentive .main-info + div {
    max-width: 1097px;
}

.stats-content.new-incentive .left-side {
    width: 40%;
}

.stats-content.new-incentive .right-side {
    width: 60%
}

.stats-content.new-incentive .right-side > div,
.stats-content.new-incentive .left-side > div {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
}

.stats-content.new-incentive .main-info .left-side > div {
    padding-left: 35px;
    background-repeat: no-repeat;
    max-height: 80px;
}

.stats-content.new-incentive .left-side .chain {
    background-image: url(../img/incentive-cart.svg);
    padding-bottom: 18px;
    background-position-x: -2px;

}

.stats-content.new-incentive .left-side .chain.full-view {
    max-height: 10000px;
}


.stats-content.new-incentive .main-info .left-side .warehouse {
    background-image: url(../img/incentive-home.svg);
    padding-bottom: 18px;
}

.stats-content.new-incentive .left-side .dates {
    background-image: url(../img/incentive-calendar.svg);
    padding-bottom: 18px;
}

.stats-content.new-incentive .right-side label {
    width: 25%;
    font-weight: bold;
    color: #555;
    text-transform: none;
    margin-bottom: 0;
    padding-bottom: 18px
}

.stats-content.new-incentive .right-side > div > div {
    width: 75%;
}

.stats-content.new-incentive .grey {
    color: #ccc;
}

.stats-content.new-incentive .brands-list img {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.stats-content.new-incentive .brands-list li > div {
    width: calc(100% - 80px);
}

.stats-content.new-incentive .brands-list li {
    margin-bottom: 40px;
    overflow: hidden;
}

.stats-content.new-incentive .rewards-list li {
    margin-bottom: 5px;
}

.stats-content.new-incentive .note {
    margin-top: 30px;
}

.stats-content.new-incentive .note span {
    color: #ed1c23;
}

.stats-content.new-incentive .stats-info, .stats-content.new-incentive .participants {
    padding: 20px;
}

.stats-content.new-incentive .stats-info .info-blocks {
    padding: 0;
}

.stats-content.new-incentive .stats-info .info-blocks > div {
    position: relative;
    width: 200px;
    height: 200px;
    border: 1px solid #ddd;
}

.stats-content.new-incentive .stats-info .info-blocks > div > div {
    position: absolute;
    width: 100%;
    text-align: center;
}

.stats-content.new-incentive .stats-info .number {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 165px;
    color: #ed1c23;
    font-size: 40px;
    text-align: center;
}

.stats-content.new-incentive .stats-info .description {
    bottom: 50px;
    font-size: 18px;
}

.stats-content.new-incentive .stats-info .subtitle {
    bottom: 25px;
}

.stats-content.new-incentive .stats-info .info-blocks .billback {
    width: 300px;
    margin-left: 20px;
}

.stats-content.new-incentive .stats-info a:hover,
.stats-content.new-incentive .participants a:hover,
.stats-content.new-incentive .attached-file a:hover {
    color: #ed1c23;
    cursor: pointer
}

.stats-content.new-incentive .stats-info a:first-child {
    padding-right: 5px;
    padding-bottom: 5px;
    border-right: 1px solid #ddd;
}

.stats-content.new-incentive .participants {
    padding-top: 0;
}

.stats-content.new-incentive .participants .order-form {
    width: 30%;
    padding: 0;
}

.stats-content.new-incentive .participants .history-info {
    width: 100%;
    margin-top: 20px;
    padding: 0;
}

.stats-content.new-incentive .participants label {
    color: #555;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
    text-transform: none;
}

.stats-content.new-incentive .participants .order-form .title {
    margin: 20px 0 10px;
}

.stats-content.new-incentive .participants .history-info .title {
    display: inline-block;
    margin-right: 30px;
}

.stats-content.new-incentive .history-info > ul li span {
    display: inline-block;
    width: 90px;
    height: 20px;
}

.stats-content.new-incentive .participants-list .name {
    width: 160px;
    background-image: url("../img/buttons/icon_adtracker_arrow_right.png");
    background-position: 0 7px;
    background-repeat: no-repeat;
    padding-left: 9px;
}
.stats-content.new-incentive .participants-list li.active .name {
    background-image: url("../img/buttons/icon_adtracker_arrow_down.png");
}
.displays-info .name {
    background-image: none!important;
}

.stats-content.new-incentive .participants-list .displays {
    width: 125px;
}

.stats-content.new-incentive .participants-list .dbas,
.stats-content.new-incentive .participants-list .reason {
    width: 180px;
}

.stats-content.new-incentive .participants-list .statuses {
    width: 120px;
}

.stats-content.new-incentive .participants-list .button-reverse {
    width: 60px;
}

.stats-content.new-incentive .participants-list .deletion-cell {
    width: 90px;
}

.stats-content.new-incentive .participants-list > li > span {
    width: 100px;
}

.stats-content.new-incentive .participants-list > li {
    padding: 5px 20px;
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 25px;
    min-width: 1500px;
}

.stats-content.new-incentive .participants-list li.grey-row {
    background-color: #f4f4f4;
}

.stats-content.new-incentive .participants-list li ul {
    margin-top: 15px;
    display: none;
}

.stats-content.new-incentive .participants-list > li.active ul {
    display: block;
    font-size: 12px;
}

.stats-content.new-incentive .participants-list li.no-data {
    padding: 10px 0;
    background-image: none;
    cursor: auto;
}

/* Login page */
.login-page .login-red-link {
    color: rgba(214, 0, 0, 0.84);
    cursor: pointer;
    text-decoration: underline;
    padding-top: 7px;
}

.login-page .login-forgot-pass {
    float: right;
}

.login-page .password-configure, .login-page .login-email-label {
    width: 275px;
    margin: auto;
}

.login-page .login-email-label {
    width: 280px;
    margin: auto;
    font-weight: 600;
    margin-bottom: 20px;
}

.login-page .show-pass-label {
    display: inline-block;
    width: auto;
    float: left;
    font-size: 15px;
}

.login-page .send-email-btn {
    display: block;
    margin: auto;
    width: 275px;
    margin-bottom: 15px;
    background-color: #808080;
    height: 44px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer
}

.login-page .send-email-label {
    color: #fff;
    line-height: 35px;
    font-size: 16px;
}

.login-page .form-control.forgot-pass-email {
    border-radius: 3px;
    width: 275px;
    height: 44px;
    margin: 0
}

.login-page .login-box-logo {
    margin-bottom: 40px;
}

.login-page .forgot-email-wrapper {
    width: 275px;
    margin: auto;
    text-align: left;
    margin-bottom: 20px
}

.login-page .error-label {
    position: absolute;
    font-size: 11px;
    color: rgba(214, 0, 0, 0.84)
}

.login-page .loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid rgba(0, 0, 0, 0.47); /* Blue */
    border-radius: 50%;
    display: inline-block;
    margin-top: 5px;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Target Reports page */
.targeting-reports .target-list-form {
    margin-top: 20px;
    margin-bottom: 20px;
}

.targeting-reports .target-list-title {
    margin: 10px 0 0 0;
    width: 200px;
    font-weight: 600;
}

.targeting-reports .target-list-option, .targeting-reports .brands-list-title, .targeting-reports .brand-number-label {
    font-weight: 600;
}

.targeting-reports .brands-list-title {
    padding-left: 10px;
}

.targeting-reports .brands-lists-wrapper {
    display: flex;
}

.targeting-reports .brands-list-container {
    margin-right: 15px;
    width: 350px;
}

.targeting-reports .brands-list {
    width: 340px;
    height: 347px;
    border: 1px solid #ddd;
    margin-left: 10px;
    overflow: hidden;
}

.targeting-reports .brands-number-inputs-wrapper {
    padding-top: 10px;
}

.brands-number-inputs-wrapper .number-input-container {
    padding: 20px 0;
    width: 420px;
}

.number-input-container.number-in-account {
    border-bottom: 1px solid #ddd;
}

.number-input-container > .number-of-brands {
    width: 80px;
    float: right;
    border-radius: 2px;
    height: 35px;
    margin-top: -5px;
    text-align: right;
}

.targeting-reports .half-light-span {
    color: #ababab;
    cursor: default
}

.targeting-reports .supplier-select, .targeting-reports .supplier-number-of-brands {
    display: inline-block;
    border-radius: 2px;
}

.targeting-reports .supplier-select {
    width: 180px;
    margin: 0 25px 0 10px;
    height: 35px;
}

.targeting-reports .supplier-number-of-brands {
    width: 80px;
    height: 35px;
    margin-left: 5px;
    text-align: right
}

.targeting-reports .brand-ul-wrapper {
    height: 300px;
    overflow-y: auto
}

.targeting-reports .supplier-brands-number-wrapper {
    display: inline-block;
    float: right;
}

.number-input-container > .form-group {
    margin-top: 10px;
}

.targeting-reports .generate-btn {
    margin: 20px 0 0 10px;
}

.targeting-reports li.grey-row {
    background-color: #ededed
}

.targeting-reports .brands-list li input.brand {
    margin: 4px 8px 0 0;
}

.targeting-reports .brands-list li {
    width: 100%;
    height: 30px;
    padding-left: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.targeting-reports .brands-list li label {
    width: 100%;
    height: 32px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
}

.supplier-select > option.grey-row {
    background-color: #ededed
}

.targeting-reports .brand-number-label, .targeting-reports .lock-filter-img {
    cursor: pointer
}

.supplier-form-row .remove {
    display: inline-block;
    margin: 1px 0 0 5px;
    width: 10px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/sales_vertical/unassign.png);
    cursor: pointer;
}

.targeting-reports a.add-condition-btn.disabled {
    pointer-events: none;
    cursor: default;
    color: rgba(237, 28, 35, 0.6);
}

.targeting-reports .no-results-msg {
    margin: 5px;
}

.targeting-reports-table .main-filters-ul {
    width: auto;
    margin-right: 20px;
    margin-top: 3px;
}

.targeting-reports-table .filters {
    margin-top: 20px;
    width: auto;
}

.targeting-reports-table .export-target-btn {
    margin-right: 20px;
}

.targeting-reports .cols-box {
    margin-top: 0
}

.targeting-reports .apply-ths-filters {
    margin-top: 10px;
}

.targeting-reports .all-brands-check {
    font-weight: 600
}

.targeting-reports .brands-number-inputs-wrapper .filters-list-wrapper {
    display: inline-block;
    height: 35px;
    width: 180px;
    margin: 0 25px 0 10px;
    position: relative;
}

.targeting-reports .brands-number-inputs-wrapper .filter-results {
    width: 160px;
    line-height: 35px;
}

.targeting-reports .brands-number-inputs-wrapper .filter-top,
.targeting-reports .brands-number-inputs-wrapper .filter-top .arrow {
    height: 35px;
}

.targeting-reports .brands-number-inputs-wrapper .filter-content {
    width: 350px;
    top: 35px;
    left: 0;
}

.targeting-reports .supplier-select-label {
    vertical-align: top;
    margin-top: 10px;
    float: left;
}

.targeting-reports .supplier-form-row li label:hover {
    cursor: pointer
}

.domain-form .filters-list-wrapper .brand {
    cursor: pointer;
    width: 100%
}

.settings-block-title {
    padding-left: 25%;
    font-size: 12px;
    color: #aaa;
}

.settings-block-title hr {
    margin-top: 0;
}

.domain-market-filter.filters-list-wrapper {
    width: 40%
}

[data-name="warehouse"] .items-list ul {
    overflow-y: scroll;
    max-height: 150px;
}

.sso-redirect-button-container {
    margin-top: 15px;
}

.sso-redirect-button-container .sso-redirect-button {
    color: red;
    text-decoration: underline;
}

.overlayNotificationOverLoader {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(50, 50, 50, .57);
    z-index: 10000;
}

#encompass-warehouse-types,
#distribution-area-types {
    width: 110px;
    padding-left: 7px;
    overflow: hidden;
    height: 30px;
    border: 1px solid #d5d4d4;
    cursor: pointer;
    margin-bottom: 10px;
    background-position-x: 20px;
    background: white;
}

#integration-select-type {
    display: flex;
    flex-direction: column;
    margin-left: 240px;
    padding: 10px;
}

.incentive-attachment-button {
    padding-top: 10px;
    margin-left: -5px;
}

.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 5px;
    padding-top: 0px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 28px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background: #e6e6e6;
    border: 0px solid #000000;
    border-radius: 4px;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #ff0000;
    border: 1px solid #ff0000
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}

.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 3px;
    top: 1px;
    width: 5px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0rem;
    height: 0rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

@keyframes s-ripple {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes s-ripple-dup {
    0% {
        transform: scale(0);
    }
    30% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.control-checkbox input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}

.control-checkbox input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}

.billback label {
    margin-left: 10px;
}

.chains-wrapper ul {
    height: 270px;
}

.incentive-varietal-list ul {
    max-height: 310px !important;
    height: 310px;
}

.control-rad {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}

.control-rad input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control-rad_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 1px solid #cccccc;
    border-radius: undefinedpx;
}

.control-rad:hover input ~ .control-rad_indicator,
.control-rad input:focus ~ .control-rad_indicator {
    background: #cccccc;
}

.control-rad input:checked ~ .control-rad_indicator {
    background: #ffffff;
    border: 1px solid #cccccc;
}

.control-rad:hover input:not([disabled]):checked ~ .control-rad_indicator,
.control-rad input:checked:focus ~ .control-rad_indicator {
    background: #0e6647d;
}

.control-rad input:disabled ~ .control-rad_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control-rad_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control-rad input:checked ~ .control-rad_indicator:after {
    display: block;
}

.control-rad-radio .control-rad_indicator {
    border-radius: 50%;
}

.control-rad-radio .control-rad_indicator:after {
    left: 5px;
    top: 5px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #ff0000;
    transition: background 250ms;
}

.control-rad-radio input:disabled ~ .control-rad_indicator:after {
    background: #7b7b7b;
}

.control-rad-radio .control-rad_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

@keyframes s-ripple {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    100% {
        opacity: 0.01;
        transform: scale(1);
    }
}

@keyframes s-ripple-dup {
    0% {
        transform: scale(0);
    }
    30% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.control-rad-radio input + .control-rad_indicator::before {
    animation: s-ripple 250ms ease-out;
}

.control-rad-radio input:checked + .control-rad_indicator::before {
    animation-name: s-ripple-dup;
}

.overflow-visible {
    overflow: visible !important
}

.last-report-control-checkbox .control,
.hwm-reports-checkbox .control {
    margin: 5px 0 0 30px;
}

.control-group-label {
    margin-left: 30px
}

.radio-stars {
    display: inline-block;
    position: relative;
    unicode-bidi: bidi-override;
    direction: rtl;
    counter-reset: star-rating;
    font-size: 0;
    margin-left: -60px;
}

.radio-stars:hover .radio-star::before {
    content: "\2606";
    font-size: 30px;
}

.radio-stars:hover .radio-star:hover::before,
.radio-stars:hover .radio-star:hover ~ .radio-star::before {
    content: "\2605";
}

.radio-star {
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    padding: 0 2px;
    width: 0.9em;
    direction: ltr;
    color: rgba(0, 0, 0, 0.25);
    font-size: 40px;
    white-space: nowrap;
}

.radio-star::before {
    content: "\2606";
    font-size: 30px;
}

.radio-star:hover, .radio-star:hover ~ .radio-star, input:checked ~ .radio-star {
    color: red;
}

input:checked ~ .radio-star {
    counter-increment: star-rating;
}

input:checked ~ .radio-star::before {
    content: "\2605";
    font-size: 30px;
}

.radio-star-total {
    pointer-events: none;
    direction: ltr;
    unicode-bidi: bidi-override;
    position: absolute;
    right: -2em;
    bottom: 0.5em;
    color: gray;
    color: white;
    font-size: 20px;
}

.radio-star-total::before {
    content: counter(star-rating) "/5";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin: -1px;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.video-error {
    position: absolute;
    color: red;
    font-size: 10px;
}

.spec-condition {
    padding-bottom: 10px;
}

.spec-condition::after {
    cursor: pointer;
    content: url(/static/img/information.svg);
    padding-left: 5px;
    position: absolute;
}
.notification-incentive-special {
    left: 44%;
    top: 40%;
    width: 728px;
    height: 366px;
}
.incentive-popup-body {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.incentive-video-stats {
    color: red;
    text-decoration: underline;
}
.chains-after {
    left: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
    top: -30px;
}
.chains-after::after {
    cursor: pointer;
    content: url(/static/img/incentive-arrow.svg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.chains-after.full-view {
    top: -46px;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.stats-content.new-incentive .right-side label.control-checkbox {
    width: 100%;
    font-weight: normal;
    pointer-events: none;
}
.brands-list .incentive-brand-name {
    font-weight: bold;
}
.brands-list .brand-skus {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #555555;

}

.incentive-brand-title-container {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
}
.incentive-brand-title-container span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    text-decoration-line: underline;
    color: #555555;
    cursor: pointer;
}
.incentive-stats-table {
    min-width: 1500px;
    width: 100%;
}
.incentive-stats-column {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 95px;
}
.incentive-stats-tr {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #F2F4F7;
    display: flex;
    flex-direction: row;
    padding-left: 10px;
}
.incentive-stats-column.part {
    width: 160px;
}
.incentive-stats-column.displays {
    width: 130px;
}
.incentive-stats-column.dba {
    width: 185px;
}
.incentive-stats-column.rejection-reason {
    width: 185px;
}
.incentive-stats-column.status {
    width: 120px;
}
.incentive-stats-column.acct {
    width: 80px;
}
.incentive-stats-column.reverse {
    width: 55px;
}
.incentive-stats-column.cases {
    width: 80px;
}
.incentive-stats-column.reward {
    width: 80px;
}
.incentive-stats-column.deletion {
    width: 20px;
}
span.incentive-table-divider {
    width: 75px !important;
}
span.incentive-dba,
span.reason-column {
    width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 5px;
}
span.reverse-button {
    width: 50px !important;
    font-weight: bold;
    text-decoration: underline;
}
span.payment,
span.incentive-cases {
    width: 75px !important;
}
span.reverse-button:hover {
    text-decoration: none;
}
span.reason-column {
    width: 180px !important;
}
span.deletion-button-container,
span.deletion-button {
    width: 18px !important;
}
span.deletion-button:hover svg path {
    fill: #FF0000;
}
.approve-incentive-report {
    width: 120px !important;
}
.approve-incentive-report .approve-status {
    width: 120px !important;
    background-image: url(../img/buttons/icon_adtracker_arrow_right.png);
    background-position: 60px 6px;
    background-repeat: no-repeat;
}
.approve-incentive-report .approve-status.without-background {
    background-image: none;
}
.approve-incentive-report .approve-status:first-letter {
    text-transform:capitalize;
}

.displays-info > li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.displays-info > li[data-is-deleted="true"] span {
    text-decoration: line-through;
    color: #818BA3;
}
.displays-info > li[data-is-deleted="true"] span a.grey {
    color: #818BA3;
}
.approve-incentive-report .approve-selectbox {
    display: none;
    width: 80px;
    height: 116px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 1px;
    position: absolute;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
}
.approve-incentive-report .approve-selectbox.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: -13px;
    margin-top: -24px;
}
.approve-incentive-report + span {
    width: 50px !important;
}
.approve-selectbox span {
    width: 80px!important;
    padding-left: 13px;
    padding-top: 4px;
    height: auto!important;
}

.approve-selectbox span.selected-item {
    background-image: url(../img/buttons/icon_adtracker_arrow_down.png);
    background-position: 71px 13px;
    background-repeat: no-repeat;
    color: #CCCCCC;
}
.approve-selectbox span.selected-item:first-letter {
    text-transform:capitalize;
}
.approve-selectbox .point-approve:hover {
    font-weight: bold;
}
.control-incentive-statistic {
    max-width: 1097px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 20px;
    height: 80px;
    justify-content: space-between;
}
.control-incentive-statistic .btn:hover {
    color: white!important;
}
.incentive-approval-table-info td {
    border: 1px #F5F7F9 solid;
    padding-right: 10px;
    padding-left: 10px;
}
.incentive-approval-table-info {
    height: 50px;
}
.incentive-approval-table-info-container {
    display: flex;
    justify-content: center;
    width: 500px;
}
.control-incentive-statistic .collapse-all, .control-incentive-statistic .expand-all {
    width: 137px;
}

.incentive-photo-review {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 15%;
    height: auto;
}

.incentive-photo-review .incentive-review-header {
    height: 54px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.incentive-photo-review .incentive-review-header .review-title {
    padding-top: 23px;
    padding-left: 29px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}
.incentive-photo-review .incentive-review-header .close-review-photo {
    width: 20px;
    height: 20px;
    background-image: url(/static/images/icon_close.png);
    background-position: 0px 20px;
    background-repeat: no-repeat;
    padding: 20px;
    cursor: pointer;
}

.incentive-photo-review .incentive-review-header .close-review-photo:hover {
    transform: scale(1.1);
}
.incentive-photo-review .incentive-review-body {
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}
.incentive-photo-review .incentive-review-body .photo-review-container {
    display: flex;
    justify-content: center;
    align-items: baseline;
    cursor: pointer;
    overflow: auto;
    height: 600px;
}
.incentive-photo-review .incentive-review-body .photo-review-container img {
    width: 100%;
}

.photo-scroll-left {
    background-image: url(/static/img/buttons/incentive-arrow-left.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.photo-scroll-right {
    background-image: url(/static/img/buttons/incentive-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
}


.photo-scroll-left, .photo-scroll-right {
    width: 90px;
    min-height: 200px;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.photo-scroll-left:hover, .photo-scroll-right:hover {
    transform: scale(1.1);
}

.incentive-popup-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.incentive-popup-footer .popup-buttons {
    width: 100%;
    background: white;
    padding-bottom: 10px;
    padding-top: 10px;
}
.incentive-popup-footer .popup-buttons .btn-grey {
    margin-left: 100px;
}
.incentive-popup-footer .popup-buttons .btn-red {
    margin-right: 100px;
}

.incentive-popup-counter {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.photos-list-container {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    max-width: 80%;
}
.incentive-review-done {
    padding: 20px;
    padding-left: 30px;
}

.incentive-photo-decline {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.incentive-photo-decline .incentive-decline-header {
    height: 54px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.incentive-photo-decline .incentive-decline-header .decline-title {
    padding-top: 23px;
    padding-left: 27px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}
.incentive-photo-decline .incentive-decline-header .decline-title span{
    color:red;
}
.incentive-photo-decline .incentive-decline-body .question-label span{
    color:red;
    font-weight: normal;
}
.incentive-photo-decline .incentive-decline-header .close-decline-photo {
    width: 20px;
    height: 20px;
    background-image: url(/static/images/icon_close.png);
    background-position: 0px 20px;
    background-repeat: no-repeat;
    padding: 20px;
    cursor: pointer;
}
.incentive-photo-decline .incentive-decline-header .close-decline-photo:hover {
    transform: scale(1.1);
}
.incentive-photo-decline {
    top: 25%;
    height: auto;
}
.incentive-photo-decline .incentive-decline-body {
    max-height: 700px;
    overflow-y: auto;
    margin-top: 10px;
}
.incentive-photo-decline .incentive-decline-body .question-label {
    margin-left: 27px;
}
.incentive-photo-decline .send-email .question-label {
    font-weight: bold;
}
.incentive-photo-decline .incentive-decline-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 20px;
}

.incentive-photo-decline .incentive-decline-footer .popup-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    background-color: white;
    padding: 20px
}
.incentive-photo-decline .incentive-decline-footer .popup-buttons .btn{
    width: 200px;
    height: 40px;
    margin-right: 0;
}
.incentive-photo-decline .incentive-decline-footer .popup-buttons .btn.btn-grey {
    pointer-events: none;
}

.send-email .incentive-decline-reasons {
    pointer-events: none;
}

.incentive-decline-reasons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 27px;
    padding-top: 20px;
    margin-top: 10px;
    margin-right: 27px;
}
.incentive-decline-reasons .reason-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 52px;
    margin-bottom: 10px;
    padding-left: 10px;
    background: #FFFFFF;
    border: 1px solid rgba(204, 204, 204, 0.6);
    box-sizing: border-box;
    border-radius: 2px;

    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #555555;
    cursor: pointer;
}
.incentive-decline-reasons .reason-item:hover {
    background-color: #F4F4F4;
    border-color: #a1a1a1;
}
.incentive-decline-reasons .reason-item.active {
    background-color: #F4F4F4;
    background-image: url(/static/images/incentive_selected_arrow.svg);
    background-position: 350px 20px;
    background-repeat: no-repeat;
    border-color: transparent;
}
.decline-checkboxes-container {
    padding-left: 27px;
    padding-top: 10px;
}
.decline-checkboxes-container .control{
    margin-top: 5px;
    margin-bottom: 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
.decline-checkboxes-container span{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
.decline-checkboxes-container .add-email {
    padding-top: 10px;
    background-image: url(../img/add_plus.svg);
    background-position: 0px 17px;
    background-repeat: no-repeat;
    padding-left: 23px;
    width: 100px;
}
.decline-checkboxes-container .add-email:hover {
    text-decoration: underline;
    cursor: pointer;
}
.decline-checkboxes-container .confirm-email {
    background-image: url(/static/images/incentive_selected_arrow.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-top: 4px;
    cursor: pointer;
}
.decline-checkboxes-container .confirm-email:hover{
    transform: scale(1.1);
}
.decline-checkboxes-container .input-add-email-container {
    display: flex;
    flex-direction: row;
    padding-top: 10px;
}
.decline-checkboxes-container .input-add-email-container input{
    width: 250px;
}
.decline-checkboxes-container .email-error {
    color: red;
    font-size: 12px;
}
.decline-checkboxes-container .email-error-duplicate {
    color: red;
    font-size: 12px;
}
.decline-checkboxes-container .note-error {
    color: red;
    font-size: 12px;
}

.incentive-decline-body .note-container {
    display: flex;
    flex-direction: column;
    padding-left: 27px;
    padding-top: 20px;
}
.incentive-decline-body .note-container .error {
    border: 1px solid #ed1c23;
}

.incentive-decline-body .note-container span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}

.incentive-decline-body .note-container textarea {
    margin-right: 27px;
    height: 188px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 2px;
    margin-top: 10px;
}

.incentive-container-data .chains-after.without-tip:after {
    content: none;
}

.incentive-stats-table > thead > tr > th.column-sortable {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 97% 54%;
    cursor: pointer;
}

.incentive-stats-table > thead > tr > th.column-sortable.sort-default {
    background-image: url(/static/img/table/sort_default.png);
}

.incentive-stats-table > thead > tr > th.column-sortable.sort-asc {
    background-image: url(/static/img/table/sort_asc.png);
}

.incentive-stats-table > thead > tr > th.column-sortable.sort-desc {
    background-image: url(/static/img/table/sort_desc.png);
}

.displays-info li .incentive-dba {
    width: 180px !important;
    padding-top: 0;
    margin-bottom: -7px;
}
.spec-cond-visibility {
    margin-top: 2px;
}
.add-integration-prop a:hover {
    cursor: pointer;
    text-decoration: underline;
}
.remove-integration-prop {
    margin-left: 80px;
    cursor: pointer;
}

.incentive-raw {
    margin-left: -20px;
    margin-bottom: 0;
    max-height: 400px;
    background-color: initial;
}

.incentive-raw.closed {
    max-height: 400px;
    overflow: hidden;
}
.incentive-raw.opened {
    max-height: none;
    overflow: auto;
}

.expand-container {
    position: absolute;
    margin-top: 310px;
}

.expand-container > a {
    color: red;
    cursor: pointer;
}

.incentive-raw .head {
    margin-top: 0;
    padding-top: 0;
}

.expand-incentive-raw-after {
    left: 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
    top: -20px;
    cursor: pointer;
}
.expand-incentive-raw-after::after {
    cursor: pointer;
    content: url(/static/img/buttons/incentive-arrow-left-min.svg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: rotate(270deg);

}
.expand-incentive-raw-after.full-view {

    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}


.private-library-select-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}
.private-library-select-container > .btn {
    width: 100%;
}