#page-heading {
    height: 80px;
}

#page-heading h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    color: #7e91a4;
}

#page-heading .date-range {
    padding: 20px;
    line-height: 34px;
    font-size: 1.2em;
}

.navbar-title {
    line-height: 40px;
    padding: 0 1em;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    width: 230px;
    display: block;
}

.navbar-title:hover {
    text-decoration: none;
    color: #fff;
}

.uppercase {
    text-transform: uppercase;
}

.navbar-nav .dropdown-toggle {
    padding-top: 16px;
}

#search {
    margin-bottom: 10px;
    margin-top: 0;
}

#search form button[type=submit] {
    float: right;
    right: 10px;
    left: auto;
}

#search form .search-query {
    padding: 0 37px 0 10px;
}

.label-red {
    background-color: #f00;
}

.label-lightblue {
    background-color: #03a9f4;
}

.label-darkblue {
    background-color: #0d47a1;
}

.label-orange {
    background-color: #ffab00;
}

.label-maroon {
    background-color: #9c121d;
}

.label-lime {
    background-color: #8dc63f;
}

.label-green {
    background-color: #0fcb5d;
}

.label-teal {
    background-color: #22baa0;
}

.label-searchterm {
    background-color: #f3f3f3;
    color: #8f9aad;
    border: #8f9aad;
    font-size: 1em;
}

.text-teal {
    color: #22baa0;
}

.btn {
    font-size: 13px;
    font-weight: 300;
}

.btn:focus, .btn:active {
    outline: none;
}

.btn-default, .btn-default:focus, .btn-default:active {
    color: #656b79;
    background-color: #e9ecf0;
    border-color: #e9ecf0;
}

.btn-default:hover {
    color: #3d414a;
    background-color: #cbd2db;
    border-color: #cbd2db;
}

.btn-teal, .dropdown-btn-teal, .dropdown-btn-teal button, .dropdown-btn-teal button:focus, .dropdown-btn-teal button:active, .btn-teal:focus, .dropdown-btn-teal:focus, .dropdown-btn-teal button:focus, .btn-teal:active, .dropdown-btn-teal:active, .dropdown-btn-teal button:active {
    background-color: #22baa0;
    border-color: #22baa0;
    color: #fff;
}

.btn-teal:hover, .dropdown-btn-teal:hover, .dropdown-btn-teal button:hover {
    color: #fff !important;
    background-color: #229f85;
    border-color: #229f85;
}

.btn-inverse, .btn-inverse.disabled, .btn-inverse[disabled], .btn-inverse:focus, .btn-inverse:active, .dropdown-btn-inverse, .dropdown-btn-inverse button, .dropdown-btn-inverse button:focus, .dropdown-btn-inverse button:active {
    color: #fff;
    background-color: #4f5259;
    border-color: #4f5259;
}

.btn-inverse:hover, .dropdown-btn-inverse:hover {
    color: #fff !important;
    background-color: #37393e !important;
    border-color: #37393e !important;
}

.btn-inverse.disabled, .btn-inverse[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.btn-danger, .dropdown-btn-danger, .dropdown-btn-danger button, .dropdown-btn-danger button:focus, .dropdown-btn-danger button:active, .btn-danger:focus, .dropdown-btn-danger:focus, .dropdown-btn-danger button:focus, .btn-danger:active, .dropdown-btn-danger:active, .dropdown-btn-danger button:active {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover, .dropdown-btn-danger:hover, .dropdown-btn-danger button:hover {
    color: #fff !important;
    background-color: #c9302c;
    border-color: #761c19;
}

.dropdown-btn-inverse,
.dropdown-btn-teal,
.dropdown-btn-danger {
    border-radius: 4px;
}

.dropdown-btn-inverse button,
.dropdown-btn-danger button,
.dropdown-btn-teal button {
    font-size: 14px;
    padding: 5px 12px;
}

.page-selector .dropdown-toggle.btn-default, .page-selector:focus .dropdown-toggle.btn-default {
    background-color: #fff;
    border-color: #fff;
}

.page-selector .dropdown-toggle.btn-default .page-selector-title, .page-selector:focus .dropdown-toggle.btn-default .page-selector-title {
    color: #656b79;
}

.page-selector .dropdown-toggle.btn-default .page-selector-title .page-selector-subtitle, .page-selector:focus .dropdown-toggle.btn-default .page-selector-title .page-selector-subtitle {
    color: #22baa0;
    font-weight: normal;
    margin-left: 30px;
}

.page-selector .dropdown-toggle.btn-default:hover, .page-selector .dropdown-toggle.btn-default:active {
    background-color: #e9ecf0;
    border-color: #fff;
}

.page-selector .dropdown-toggle.btn-default:hover .page-selector-title, .page-selector .dropdown-toggle.btn-default:active .page-selector-title {
    color: #3d414a;
}

.page-selector .dropdown-toggle.btn-default:hover .page-selector-title .page-selector-subtitle, .page-selector .dropdown-toggle.btn-default:active .page-selector-title .page-selector-subtitle {
    color: #22ae94;
}

.page-selector-item-title {
    margin-right: 30px;
}

.page-selector-item-subtitle {
    color: #22baa0;
    font-size: 10px;
    padding-top: 5px;
}

.complexica-pagesection ul {
    max-height: 350px;
    overflow-y: auto;
    min-width: 100%;
}

.period {
    max-width: 6em;
}

.slottingboard {
    font-size: 1em;
}

.slottingboard .label {
    line-height: 2em;
    font-size: .7em;
}

#sidebar .heading a {
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    padding-top: 0;
}

#sidebar .heading a:not(.fa) {
    font-weight: bold;
}

#sidebar .heading a.fa {
    width: 40px;
    text-align: center;
}

#sidebar li ul li form {
    margin: 0 20px;
}

#sidebar .label {
    margin-right: .5em;
    display: inline-block;
    margin-bottom: .5em;
    padding: .5em;
}

#sidebar .input-group-addon,
#sidebar .input-group-addon a {
    padding: 0;
    background: #fff;
}

.table-striped > thead > tr:last-child > th {
    text-transform: uppercase;
}

.table-striped > tbody > tr:nth-child(odd) > td {
    background-color: rgb(233, 243, 247);
}

input[type=checkbox] + label:before {
    font-family: FontAwesome;
    display: inline-block;
    letter-spacing: .3em;
    font-size: 2em;
    vertical-align: middle;
    content: '\f096';
}

input[type=checkbox]:checked + label:before {
    letter-spacing: .15em;
    content: '\f046';
}

/* Denis Besliu - React Autosuggest style START*/
.react-autosuggest__container {
    position: relative;
}

.react-autosuggest input {
    padding: 10px 20px;
}

.react-autosuggest input:focus {
    outline: none;
}

.react-autosuggest input[aria-expanded="true"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.react-autosuggest__suggestions-list {
    position: absolute;
    top: 36px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: 1px solid #aaaaaa;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 2;
    max-height: 300px;
    overflow-y: scroll;
}

.react-autosuggest__suggestions-section:first-child .react-autosuggest__suggestions-section-name {
    border-top: 0;
}

.react-autosuggest__suggestions-section-name {
    padding: 2px;
    color: #777;
    border-top: 1px dashed #ccc;
}

.react-autosuggest__suggestions-section-suggestions {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.react-autosuggest__suggestion {
    cursor: pointer;
    padding: 5px;
}

.react-autosuggest__suggestion--focused {
    background-color: #ddd;
}

.blockUI {
    min-height: 0;
}

/* Denis Besliu - React Autosuggest style END*/
/* Denis Besliu - PCM multi select with autocomplete component START*/
.pcm_multi_select_item {
    font-size: 10px;
    padding: 1px 4px 2px 4px;
    background-color: white;
    float: left;
    border: 1px solid lightgrey;
    margin: 2px;
}

.pcm_multi_select_item label {
    margin: 0;
    font-weight: normal !important;
}

.pcm_multi_select_item span.fa {
    margin-left: 5px;
    cursor: pointer;
}

#pcm_multi_select_autocomplete {
    margin-bottom: 5px;
}

.pcm_multi_select_with_autocomplete .react-autosuggest input {
    padding: 10px 30px 10px 10px;
}

.pcm_multi_select_with_autocomplete .react-autosuggest__suggestions {
    position: relative !important;
    top: 0 !important;
}

.pcm_multi_select_with_autocomplete .form-control-feedback {
    margin-top: 10px;
}

/* Denis Besliu - PCM multi select with autocomplete component END*/
/* Denis Besliu - Slotting Board date range filter START*/
.pcm_sb_date_range_filter_item, .pcm_date_range_filter .filter_item_list .filter_item, .pcm_sb_column_filter .filter_item_list .filter_item {
    width: 100%;
    font-size: 11px;
    padding: 1px 4px 2px 4px;
    background-color: white;
    border: 1px solid lightgrey;
    border-radius: 4px;
    margin: 2px;
    min-height: 20px;
    display: table;
}

.pcm_sb_date_range_filter_item .info, .pcm_date_range_filter .filter_item_list .filter_item .info, .pcm_sb_column_filter .filter_item_list .filter_item .info {
    width: calc(100% - 10px);
    float: left;
    font-weight: normal !important;
    padding-right: 10px;
}

.pcm_sb_date_range_filter_item .delete_icon, .pcm_date_range_filter .filter_item_list .filter_item .delete_icon, .pcm_sb_column_filter .filter_item_list .filter_item .delete_icon {
    width: 10px;
    float: left;
}

.pcm_sb_date_range_filter_item .delete_icon span, .pcm_date_range_filter .filter_item_list .filter_item .delete_icon span, .pcm_sb_column_filter .filter_item_list .filter_item .delete_icon span {
    cursor: pointer;
}

.pcm_sb_date_range_filter_separator, .pcm_date_range_filter .horizontal_separator, .pcm_sb_column_filter .horizontal_separator {
    height: 1px;
    background-color: #9d9d9d;
    margin-bottom: 5px;
    margin-top: 5px;
}

.pcm_date_range_filter .form_area {
    margin-left: 0;
    margin-bottom: 10px;
}

.pcm_date_range_filter .form_area .form-control {
    padding: 0;
    height: inherit;
    font-size: inherit;
}

.pcm_date_range_filter .add_filter_item {
    padding-top: 2px;
    padding-left: 10px;
}

.pcm_date_range_filter .add_filter_item span {
    font-size: 19px;
}

.pcm_date_range_filter .add_filter_item span.alert-success {
    cursor: pointer;
}

.pcm_date_range_filter .filter_item_list .filter_item .info .year_value {
    text-decoration: underline;
}

.pcm_date_range_filter .filter_item_list .filter_item .info .year_value,
.pcm_date_range_filter .filter_item_list .filter_item .info .from_value,
.pcm_date_range_filter .filter_item_list .filter_item .info .to_value {
    font-weight: bold;
}

/* Denis Besliu - Slotting Board date range filter END*/
.daterangepicker.dropdown-menu.show-calendar {
    min-width: 605px;
}

/* Artiom Ostavciuc - Edit Taxes Dialog START*/
.edit_taxes_dialog {
    width: 500px;
}

/* Artiom Ostavciuc - Edit Taxes Dialog END*/
/* Denis Besliu - Slotting Board -> Sidebar -> Column START*/
.pcm_sb_column_filter .form_area div {
    display: table;
    margin: 0 auto;
    width: 90%;
}

.pcm_sb_column_filter .form_area div.horizontal_separator {
    height: 1px;
    background-color: white;
    margin-bottom: 5px;
    margin-top: 5px;
}

.pcm_sb_column_filter .form_area .form-control {
    padding: 0;
    height: inherit;
    font-size: inherit;
}

.pcm_sb_column_filter .add_filter_item {
    padding-top: 10px;
    padding-right: 2px;
}

.pcm_sb_column_filter .add_filter_item span {
    font-size: 19px;
}

.pcm_sb_column_filter .add_filter_item span.alert-success {
    cursor: pointer;
}

.pcm_sb_column_filter .filter_item_list {
    margin: 0 auto;
}

.pcm_sb_column_filter .filter_item_list .filter_item .info .column_info {
    font-weight: bold;
}

/* Denis Besliu - Slotting Board -> Sidebar -> Column END*/
/* Artiom Ostavciuc - Edit Slotting Board End Date Dialog START*/
.edit_end_date_dialog {
    width: 350px;
}

/* Artiom Ostavciuc - Edit Slotting Board End Date Dialog END*/
/* Denis - update promotion range START*/
.sb_update_range_popover {
    max-width: 330px;
}

.sb_update_range_popover .popover-content {
    width: 330px;
}

/* Denis - update promotion range END*/
/* Denis - Add product to slotting board modal START*/
#product_autocomplete {
    padding: 5px 20px;
    border-radius: 4px;
}

/* Denis - Add product to slotting board modal END*/
/* Alex - Application content START*/
.main_content {
    background-color: #f1f4f9;
}

/* Alex - Application content END*/
/*Alex - Dashboard START*/
.dashboard_report_dropdown button {
    width: 300px;
}

.dashboard_report_dropdown button span.page-selector-title {
    float: left;
    text-transform: capitalize !important;
}

.dashboard_report_dropdown button span.caret {
    float: right;
    margin-top: 8px;
}

/*Alex - Dashboard END*/
/*Denis - Edit slotting board settings modal START*/
.sb_edit_settings_modal {
    width: 350px;
}

/*Denis - Edit slotting board settings modal END*/
/*Denis - Pricing file columns popover START*/
.pricing_file_column_popover {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    max-height: 700px;
    overflow-y: auto;
}

/*Denis - Pricing file columns popover END*/
/*Denis - Slotting board add product modal START*/
.add_product_modal {
    width: 850px;
}

/*Denis - Slotting board add product modal END*/
/*Denis - Configuration START*/
.configuration_page_section {
    margin: 0 !important;
    border: 1px solid #dddddd;
    border-top: none;
    border-radius: 0;
}

.configuration_page_section .button_toolbar {
    margin: 8px !important;
    display: flex;
    flex-direction: row;
}

.configuration-settings-table tbody tr,
.region_setting_table tbody tr {
    background-color: #F1F0F0;
    cursor: pointer;
}

.add_edit_promotion_program_type_modal,
.edit_pricing_file_publish_state_setting_modal {
    width: 600px;
}

.email_summary {
    width: 850px;
}

.popover {
    max-width: 500px;
}

.add_edit_promotion_program_type_modal .m-input-color,
.edit_pricing_file_publish_state_setting_modal .m-input-color {
    width: 100%;
    height: 34px;
}

.optimisation_flag_settings_dialog,
.add_edit_product_category_modal {
    width: 500px;
}

/*Denis - Configuration END*/
.radio_button_panel {
    padding: 0;
    height: 38px;
    margin-bottom: 0;
}

.radio_button_panel .panel-body {
    padding: 0 10px;
}

.promotion_log {
    max-width: 480px;
    min-width: 460px;
}

.promotion_log .arrow {
    top: 20px !important;
}

.promotion_log .popover-content {
    padding: 0;
}

.pricing_file_detail_log_list {
    max-width: 520px;
    min-width: 400px;
    max-height: 450px;
    font-size: 12px;
    overflow: auto;
}

.pricing_file_detail_log_list .popover-content {
    padding: 0;
}

.modal-history {
    width: 940px;
}

.chart_radio_col .radio {
    margin-top: 8px;
}

.term_file_column_popover {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    max-height: 700px;
    overflow-y: auto;
}

.complexica_column_popover {
    min-width: 400px;
    width: 400px;
    border: none;
}

.complexica_column_popover .section-node .section-toggle-icon {
    width: 20px;
    background-color: #FFFFFF;
    color: #777;
    margin-right: 5px;
    cursor: pointer;
}

.complexica_column_popover .section-node .section-node-name {
    padding-left: 5px;
}

.complexica_column_popover .column-node .column-node-name {
    padding-left: 40px;
}

.complexica_column_popover .column-node .section-node-name {
    padding-left: 30px;
}

.month-header {
    float: left;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}

.month-header > i {
    font-weight: bold;
    padding: 5px 8px;
    border-radius: 3px;
    cursor: pointer;
    font-style: normal;
    font-size: 1em;
}

.month-header > i:hover {
    background-color: #026aa7;
    color: white;
}

.tf_volumetric_income_popover .tooltip-inner {
    max-width: 250px;
}

.edit_term_file_rebates_modal .modal-content {
    display: inline-block;
    min-width: 600px;
}

.sb_configuration_page_section {
    padding: 10px;
}

.tf_rebate_log_popover .tooltip-inner {
    max-width: 400px;
}

.container-fluid .nav.navbar-nav li a {
    padding-left: 7px;
    padding-right: 7px;
}

.container-fluid .nav.navbar-nav .navbar-text {
    margin-right: 5px;
    margin-left: 5px;
}

.editable-component {
    display: block;
    cursor: pointer;
    color: inherit;
    position: relative;
}

.editable-component:hover {
    text-decoration: none;
}

.editable-component:hover > .editable-component-icon {
    opacity: inherit;
}

.editable-component > .editable-component-icon {
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 5px;
    z-index: 1;
}

table.columns-popover-table {
    display: flex;
    flex-flow: column;
    height: 100%;
    width: 100%;
}

table.columns-popover-table thead {
    flex: 0 0 auto;
    width: calc(100% - 10px);
}

table.columns-popover-table tbody {
    flex: 1 1 auto;
    display: block;
    overflow-y: auto;
    max-height: calc(100% - 200px);
}

table.columns-popover-table tbody tr {
    width: 100%;
}

table.columns-popover-table thead,
table.columns-popover-table tbody tr {
    display: table;
    table-layout: fixed;
}

.publish-pricing-errors-modal {
    width: 600px;
}

.export-core-pricing-dialog .modal-content {
    width: 700px;
}

.state_to_banner_modal {
    width: 800px;
}

.buy_period_settings_modal,
.add_edit_product_group_modal,
.any_6_price_setting_modal {
    width: 800px;
}

.has-error .Select-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .Select-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.pricing-file-alm-output-modal {
    width: 750px;
}

.dropdown-menu.pricing-file-publish-dropdown {
    padding: 1px 0;
}

.dropdown-menu.pricing-file-publish-dropdown > li > a {
    padding: 1px;
}

.pricing-final-pricing-modal {
    width: 370px;
    top: 40%;
}

.pricing-final-pricing-modal .modal-footer {
    border-top: none;
    text-align: center;
}

.sb-product-type-selector.dropdown {
    margin-right: 10px;
}

.slotting-board-selector.dropdown {
    float: left;
    height: 51px;
}

.slotting-board-selector.dropdown.open,
.slotting-board-selector.dropdown.open > .btn.dropdown-toggle {
    background-color: #2e343d;
}

.slotting-board-selector.dropdown > .btn.dropdown-toggle {
    padding: 5px;
    color: #FFFFFF;
    margin-top: 10px;
    border: none;
    font-size: 14px;
}

.slotting-board-selector.dropdown > .btn.dropdown-toggle:hover,
.slotting-board-selector.dropdown > .btn.dropdown-toggle:focus {
    color: #FFFFFF;
}

.slotting-board-selector.dropdown:not(.open) > .btn.dropdown-toggle {
    background-color: #2b3e50;
}

.slotting-board-selector.dropdown > ul.dropdown-menu {
    width: 270px;
    background-color: #2e343d;
    margin-top: 0;
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.slotting-board-selector.dropdown > ul.dropdown-menu > div.slotting-board-container {
    display: inline-grid;
    max-height: 300px;
    overflow-y: auto;
    width: calc(100% - 13px);
    margin: 5px 8px 0 5px;
}

.slotting-board-selector.dropdown > ul.dropdown-menu li {
    text-transform: none;
}

.slotting-board-selector.dropdown > ul.dropdown-menu li > a {
    color: #979a9e;
    white-space: pre-wrap;
    text-decoration: none;
}

.slotting-board-selector.dropdown > ul.dropdown-menu li > a .slotting-board-search {
    border-right: none !important;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .075);
}

.slotting-board-selector.dropdown > ul.dropdown-menu li > a .input-group-addon {
    background-color: white !important;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .075);
}

.slotting-board-selector.dropdown > ul.dropdown-menu li.divider {
    margin: 5px 0;
}

.slotting-board-selector.dropdown > ul.dropdown-menu li.slotting-board-menu-item:hover,
.slotting-board-selector.dropdown > ul.dropdown-menu li.slotting-board-menu-item:focus {
    background-color: #5e7dac;
}

.slotting-board-selector.dropdown > ul.dropdown-menu li:not(.slotting-board-menu-item) > a:hover,
.slotting-board-selector.dropdown > ul.dropdown-menu li:not(.slotting-board-menu-item) > a:focus {
    background-color: #2e343d;
}

.slotting-board-selector.dropdown > ul.dropdown-menu li.footer {
    padding: 3px 0 4px 0;
    margin-top: 5px;
}

.slotting-board-selector.dropdown > ul.dropdown-menu li.footer > a {
    text-align: center;
}

.slotting-board-selector.dropdown > ul.dropdown-menu li.footer,
.slotting-board-selector.dropdown > ul.dropdown-menu li.footer:hover,
.slotting-board-selector.dropdown > ul.dropdown-menu li.footer:focus {
    background-color: #42474f;
}

.slotting-board-selector.dropdown > ul.dropdown-menu li > a > div.checkbox {
    width: 10px;
    height: 10px;
    float: left;
    margin-top: 5px;
    margin-left: 3px;
    border-radius: 2px;
}

.slotting-board-selector.dropdown > ul.dropdown-menu li > a > div.checkbox.checked {
    background-color: #FFFFFF;
}

.slotting-board-selector.dropdown > ul.dropdown-menu li > a > div.checkbox.checked > .fa.fa-check {
    position: absolute;
    font-size: 10px;
}

.slotting-board-selector.dropdown > ul.dropdown-menu li > a > div.checkbox:not(.checked) {
    background-color: #9fa1a5;
}

.slotting-board-select-modal {
    height: 30px;
    margin-top: 5px;
}

.slotting-board-select-modal .slotting-board-selector.dropdown {
    height: 30px;
}

.slotting-board-select-modal .slotting-board-selector.dropdown > .btn.dropdown-toggle {
    margin-top: 0;
}

.slotting-board-select-modal .slotting-board-selector.dropdown ul.dropdown-menu li > a > div.checkbox {
    margin-right: 5px;
}

.pricing-file-settings-row {
    margin-top: 5px;
}

.pricing-file-settings-row label {
    display: flex;
}

.configurable-columns.rst__tree .rstcustom__toolbarButton {
    margin-right: 5px;
}

.configurable-columns.rst__tree .rstcustom__nodeContent {
    width: 90%;
}

.configurable-promotion-data-types.rst__tree .rstcustom__nodeContent {
    width: 98%;
}

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

.public_fixedDataTable_main .public_fixedDataTable_horizontalScrollbar {
    padding-top: 3px;
}

.public_fixedDataTable_main .public_fixedDataTable_horizontalScrollbar,
.public_fixedDataTable_main .public_fixedDataTable_horizontalScrollbar > div,
.public_fixedDataTable_main .public_fixedDataTable_horizontalScrollbar > div > .ScrollbarLayout_main.ScrollbarLayout_mainHorizontal {
    height: 22px !important;
}

.public_fixedDataTable_main .ScrollbarLayout_mainVertical,
.public_fixedDataTable_main .ScrollbarLayout_mainVertical > .ScrollbarLayout_faceVertical {
    width: 22px !important;
}

.admin-menu-item,
.user-menu-item {
    float: right;
}

.popover.promotion_log > .arrow {
    display: none;
}

.rstcustom__collapseButton,
.rstcustom__expandButton {
    width: 20px !important;
    padding-left: 0 !important;
    margin-left: 60px !important;
}

.promotional-period-popover .popover-content {
    width: 445px;
}

.promotional-period-popover .arrow {
    left: 40% !important;
}

.marketing-output-add-products-modal {
    width: 750px;
}

.product_group_settings_header {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background-color: #e9ecf0;
    padding: 8px 0 8px 0;
}

.pricing-file-logs-modal {
    width: 980px
}

.pricing-file-logs-modal table > thead {
    display: inline-block;
    width: 950px
}

.pricing-file-logs-modal table > tbody {
    max-height: 400px;
    width: 950px;
    overflow: auto;
    display: inline-block;
}

.pricing-file-logs-modal table > thead > tr > th.log,
.pricing-file-logs-modal table > tbody > tr > td.log {
    width: 450px;
}

.pricing-file-logs-modal table > thead > tr > th.start-time,
.pricing-file-logs-modal table > thead > tr > th.end-time,
.pricing-file-logs-modal table > tbody > tr > td.start-time,
.pricing-file-logs-modal table > tbody > tr > td.end-time {
    width: 150px;
}

.pricing-file-logs-modal table > tbody > tr > td.start-time,
.pricing-file-logs-modal table > tbody > tr > td.end-time {
    text-align: right;
}

.pricing-file-logs-modal table > thead > tr > th.user,
.pricing-file-logs-modal table > tbody > tr > td.user {
    width: 200px;
}

.product-promotions-header {
    position: relative;
    left: 150px;
}

.optimise-all-checkbox {
    width: 13px;
    height: 13px;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    right: 5px;
}

.optimise-checkbox {
    width: 13px;
    height: 13px;
    vertical-align: bottom;
    position: relative;
    top: -1px
}

.objective_and_target_dialog {
    width: 1200px;
}

.objective_setting_section {
    border: 1px #e5e5e5 solid;
    border-radius: 3px;
    padding: 10px 15px 10px 15px;
}

.objective_setting_target_section {
    border: 1px #e5e5e5 solid;
    border-radius: 3px;
    padding: 0 5px 5px 5px;
}

.objective_setting_target_group {
    border: 1px #e5e5e5 solid;
    border-radius: 3px;
    padding: 0 5px 5px 15px;
}

.objective_setting_target_label {
    margin: 2px 0 0 15px;
    padding: 10px 0 10px 0;
}

.objective_setting_row {
    padding: 10px 0 15px 0;
}

.objective_setting_targets_row {
    padding: 4px 0 4px 0;
}

.objective_setting_row span, .objective_setting_targets_row span {
    display: flex;
}

.optimisation-total-row .public_fixedDataTableCell_main {
    background-color: #fbe4d6 !important;
    font-weight: bold;
}

.switching-matrix-table .ScrollbarLayout_main {
    border: none;
}

.movement-matrix-table-container .table-responsive {
    height: 355px;
}

.movement-matrix-table .movement-matrix-row {
    cursor: pointer;
}

.movement-matrix-table .movement-matrix-row-selected {
    cursor: pointer;
    background-color: #9ad4f2;
}

.movement-matrix-product-table th, .movement-matrix-product-table td {
    vertical-align: top;
}

.movement-matrix-table th, .movement-matrix-product-table th {
    text-transform: uppercase;
}

ul.pagination {
    min-width: 0 !important;
    margin: 0 !important;
}

.btn-ask-larry {
    background-color: black;
    color: white;
}

.btn-ask-larry[disabled] {
    background-color: lightgrey;
    color: #4e4e4e;
}

.forecast-comparison .legend {
    font-size: 12px;
    text-align: center
}

.forecast-comparison .legend .line {
    display: inline-block;
    width: 38px;
    margin: 0 4px 4px 10px;
    height: 2px;
    border: 1px solid;
    cursor: pointer;
}

.forecast-comparison .legend .bar {
    display: inline-block;
    width: 38px;
    margin: 0 4px 0 10px;
    height: 13px;
    border: 1px solid;
    cursor: pointer;
}

.forecast-comparison .legend .text {
    cursor: pointer;
}

.optimisation-total-table {
    overflow: auto;
    max-width: 1600px;
}

.optimisation-total-table table > tbody > tr > td:nth-child(1),
.optimisation-total-table table > thead > tr:nth-child(1) > th:nth-child(1) {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    z-index: 10;
    overflow: hidden;
    background-color: #d8e0f5;
    min-width: 251px;
}

.optimisation-total-table table > tbody > tr > td:nth-child(2),
.optimisation-total-table table > thead > tr:nth-child(2) > th:nth-child(2) {
    position: sticky;
    position: -webkit-sticky;
    left: 251px;
    z-index: 15;
    width: 104px;
    overflow: hidden;
    background-color: #d8e0f5;
}

.forecast-comparison-filter label {
    margin-top: 7px;
    margin-right: 10px;
}

.larry-img {
    height: 45px;
    vertical-align: baseline;
    margin-left: 5px;
}

.larry-img.ghost {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
    opacity: 0.4;
}

.substitution-table th {
    font-size: 12px;
    border-bottom: 0 !important;
}

.substitution-table td {
    border-top: 0 !important;
    font-size: 12px;
}

.substitution-table .substitution-table-cell {
    background-color: #e8e5e5;
    vertical-align: middle;
}

.substitution-actions {
    margin-top: 20px;
    text-align: right;
}

.substitution-actions .btn {
    margin-left: 20px;
}

.optimisation_outcome_target_header {
    background-color: #df8143;
    color: white;
    width: 8%;
    text-align: center;
}

.optimisation_outcome_empty_row_header {
    width: 8%;
    border-color: white;
}

.optimisation_outcome_outcome_header {
    background-color: #df8143;
    text-align: center;
    color: white;
}

.optimisation_outcome_privacy_mode_cell {
    position: relative;
    text-align: center;
}

.optimisation_outcome_privacy_mode_cell div {
    white-space: nowrap;
    position: absolute;
    overflow: hidden;
    color: lightgray;
    font-size: 17px;
    opacity: 0.35;
    width: 100%;
    top: 5px;
}

.optimisation-changes-table-class {
    position: absolute;
    width: 98%;
    height: 95%;
    display: table;
}

.optimisation-changes-table-class-column {
    display: table-row;
}

.optimisation-changes-table-class-column div {
    display: table-cell;
    width: 25%;
    vertical-align: middle;
}

.slotting-board-optimisation-modal {
    width: 900px;
}

.slotting-board-optimisation-modal .modal-header .modal-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.rest-of-portfolio {
    width: 13px;
    height: 13px;
    vertical-align: bottom;
    position: relative;
    top: -3px;
}

.price-recommendation-popover {
    width: 400px;
    height: 230px;
}

.pcm-output-dropdown {
    color: #9d9d9e;
    background-color: #2b3c51 !important;
    border-color: #2b3c51 !important;
}

.pcm-output-dropdown:hover {
    color: #fff !important;
    background-color: #2b3c51;
    border-color: #2b3c51;
}

.open > .pcm-output-dropdown {
    color: #fff !important;
    background-color: #2b3c51 !important;
    border-color: #2b3c51 !important;
}

.switching-matrix-toolbar {
    font-size: small;
    margin-top: 5px;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.switching-matrix-toolbar input {
    width: 110px;
    text-transform: uppercase;
}

.switching-matrix-toolbar > div:first-child {
    width: 830px;
}

.switching-matrix-toolbar .matrix-toolbar-buttons {
    width: calc(100% - 1050px);
    text-align: right;
}

.switching-matrix-toolbar .matrix-toolbar-buttons button:first-child {
    background-color: #1f89c4;
    color: #ffffff;
}

.switching-matrix-toolbar .matrix-toolbar-buttons button:nth-child(2) {
    background-color: #df2525;
    color: #ffffff;
    margin-left: 30px;
}

.scrollable-table-container {
    table-layout: fixed;
    font-size: small;
}
.scrollable-table-container tbody {
    display: block;
    overflow-y: scroll;
}
.scrollable-table-container thead tr {
    display: block;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c2c2c2;
    opacity: 1; /* Firefox */
}