﻿table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 19px 19px;
    cursor: pointer;
}

table.dataTable thead .sorting {
    background-image: url("../../img/up-down-arrow-triangle.svg");
    background-position-y: center;
}

table.dataTable thead .sorting_asc {
    background-image: url("../../img/up-arrow-triangle.svg");
    background-position-y: center;
}

table.dataTable thead .sorting_desc {
    background-image: url("../../img/down-arrow-triangle.svg");
    background-position-y: center;
}

table.dataTable thead .sorting_asc_disabled {
    background-image: none;
}

table.dataTable thead .sorting_desc_disabled {
    background-image: none;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 4px 8px;
}

table.dataTable thead th #filter-container {
    margin-top: 5px;
}

table.dataTable thead th #country-filter-container {
    margin-top: 5px;
}

table.dataTable thead th #portfolio-filter-container {
    margin-top: 5px;
}

table.dataTable.no-footer tr:last-child {
    border-bottom: 1px solid #111;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
}

    .dataTables_wrapper .dataTables_filter {
        float: right;
        text-align: right;
    }

    .dataTables_wrapper .dataTables_length {
        float: left;
    }

    .dataTables_wrapper .dataTables_filter input {
        margin-left: 0.5em;
    }

    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
        color: #333;
    }

    .dataTables_wrapper .dataTables_length {
        float: left;
    }

    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: left;
        padding-top: 0.755em;
    }

    .dataTables_wrapper .dataTables_paginate {
        float: right;
        text-align: right;
        padding-top: 0.25em;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
cursor: default;
color: #666 !important;
border: 1px solid transparent;
background: transparent;
box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
box-sizing: border-box;
display: inline-block;
min-width: 1.5em;
padding: 0.5em 0em;
margin-left: 0px;
text-align: center;
text-decoration: none !important;
cursor: pointer;
color: #333 !important;
border: 1px solid transparent;
border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
}

#index-table {
    margin-bottom: 0;
}

table.dataTable > thead .sorting::after, table.dataTable > thead .sorting_asc::after, table.dataTable > thead .sorting_desc::after, table.dataTable > thead .sorting_asc_disabled::after, table.dataTable > thead .sorting_desc_disabled::after
{
    Content: "";
}

table.dataTable > thead .sorting::before, table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_desc::before, table.dataTable > thead .sorting_asc_disabled::after, table.dataTable > thead .sorting_desc_disabled::after
{
    Content: "";
}

#reportDistributionModal .modal-content 
{
    background-color: #e1e1e1;  
    height: auto;
}

#reportDistributionModal .modal-content .contact-container
{
  background-color: #fff;
  border: 1px solid #666; 
  height:  400px;
  overflow-y: auto; 
}

#reportDistributionModal .modal-header {
    font-size: 14px;
}

#reportDistributionModal .modal-header h5 {
    font-size: 14px;
    font-weight: bold;
    display: inline;
   
}

#retailer-trading-week .toggle.btn {
    min-width: 66px;
    min-height: 37px;
    margin-right: 10px;
}

#retailer-trading-week .toggle-handle {
    background-color: white;
    border-color: #0D75B0;
}


#retailer-trading-week .btn-default .toggle-handle {
    background-color: white;
    border-color: #0D75B0;
}

#retailer-trading-week .btn-outline-secondary .toggle-handle {
    background-color: #0D75B0;
    border-color: white;
}

#retailer-trading-week .btn-outline-secondary {
    background-color: #e1e1e1 !important;
    color: #0D75B0 !important;
}

.loading-spinner {
    color: #0D75B0;
}

.navbar .dropdown-menu a {
    color: #0D75B0;
    font-size: smaller;
}

/* sales collection */
#collectionGridContainer .collectionCell {
    height: 60px;
}

#collectionGridContainer .collectionCell {
    height: 60px;
    overflow-wrap: break-word;
}

#collectionGridContainer .collectionCol {
    padding-top: 10px;
    border: 1PX solid #C6CED5;
}


#collectionGridContainer .collectionCol:nth-child(odd) {
    background-color: transparent;
}


    #collectionGridContainer .collectionCol:first-child {
        background-color: #E2E6EA;
        padding-top: 10px;
    }


#collectionGridContainer input[type=checkbox]  {
    text-align: center;
}

.form-check-input:checked {
    background-color: #0D75B0;
    border-color: #0D75B0;
}

div.DraftEditor-root {
    border: 1px solid #ccc;
    height: 300px;
    width: 346px;
    padding: 3px;
    overflow-y: auto;
}

#newsReactContainer .toast-body p {
    margin-block-end: 0;
    margin-block-start: 0;
    margin-bottom: 0;
    margin-top: 0;
}






