body 
{
    font-family: Arial, sans-serif;
    font-size: medium;
}

#body2{
    position: absolute;
    top: 50px;
    padding-top: 50px;
    left: 0px;
    z-index: 500;
    background-color: #FFFFFF;

}
#modal-error,
#modal-success
{
    z-index: 1051; /* modals are 1050 */
}

#clear-filters.btn,
.multiselect.btn {
    box-shadow: 0px 0px 4px 1px #00000029!important;
    /*border: 0!important;*/
}

.modal .btn {
    
    border: 1px solid rgba(0, 0, 0, 0.05)!important;
}

td 
{
    padding: 3px;
}

select 
{
    /*
    padding: 8px 16px;
    margin-left: 5px;
    border: 1px solid orange;
    background: #ddd;
    */
}

option {
    /* background: #eee; */
}

input, select {
    font-family: sans-serif;
}

:disabled, option:disabled {
    color: #d5d5d5;
    cursor: not-allowed;
}

#select_table tr 
{
    /*border: solid darkgray 2px;
    border-radius: 3px;*/
    margin: 5px;
    padding: 3px;
}
.fa-home {
    border: 1px solid gray;
    padding: 4px;
    border-radius: 4px;
    margin-top: 5px;
    font-size: 1.5em;
}
#loading
{
    display: none;
    background: url('../../images/loading3.gif');
    background-size: 100% 100%;
    z-index: 2;
    height: 30px;
    width: 70%;
}

#loading_progress
{
    /* position: absolute; */
    display: block;
    background: url('../../images/loading4.gif');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: center; 
    z-index: 500;
    height: 50px;
    width: 100%;
    background-color: whitesmoke;
    opacity: .8;
}

#loading_grid, #loading_grid2
{
    position: absolute;
    display: block;
    background: url('../../images/loading4.gif');
    background-repeat: no-repeat;
    background-size: 300px 300px;
    background-position: center; 
    z-index: 500;
    height: 502px;
    width: 100%;
    background-color: whitesmoke;
    opacity: .8;
}

.form-control {
    padding-right: 8px;
}
.canvasjs-chart-credit 
{
    display: none;
}

@media screen and (min-width: 769px) {
    .mobile {
        display: none;
    }
}
@media only screen and (min-device-width: 100px) and (max-device-width: 1023px) and (orientation: portrait)
{
    
    
}
@media screen and (max-width: 768px) {
    .mobile {
        text-align: left;
    }
    .not-mobile {
        display: none;
    }
    .text-right {
        text-align: left!important;
    }

}
.chart6
{
    cursor: pointer;
}
.chart6:hover
{
    font-weight: 700;
    background: #ccc;
    color: #222;
    opacity: 0.8;
}

#mainChart 
{
    border: 0px solid black;
    width: 815px;
    font: small normal;
    height: 275px;
    position: absolute;
    right: 50px;
    top: 120px;
    z-index: 2;
    opacity: 0.90;
    /*box-shadow: 6px 6px 20px #cccccc; */
}
#chart6.chart 
{
    box-shadow: none;
}

#mainTable 
{
    
    width: 938px;
    font-size: 12px;
    font-variant: normal;
    height: 225px;
    position: absolute;
    right: 56px;
    top: 476px;
    z-index: 3;
    /* background: white; */
    
    /*box-shadow: 6px 6px 20px #cccccc; */
}

#mainTable_detail 
{
    margin-right: 0px; 
    /* width: 978px; */
    font-size: small;
    font-variant: normal;
    /* height: 225px; */
    position: absolute;
    z-index: 3;
    /* background: white; */
    
    /*box-shadow: 6px 6px 20px #cccccc; */
    height: 700px;
    overflow-y: auto;
}

#mainTable_detail table td 
{
    width: 47.5px;
    background: white;
    border: .1em solid gray;
    white-space: nowrap;
    text-align: center;
    height: 22px;
}

#mainTable_detail .first_column 
{
    text-align: left;
}
#mainTable table td 
{
    width: 45.5px;
    background: white;
    border: 1px solid gray;
    white-space: nowrap;
    text-align: center;
    height: 22px;
}

#mainTable .first_column 
{
    /* width: 120px;
    background: white;
    border: 1px solid white;
*/
    text-align: left;
}

#mainTable .first_cell 
{
    width: 183px;
    background: none;
    border: none;
}

#mainChart, #chart2
/*, #chart3, #chart4 */
{
    height: 400px;
    
}

#mainOverlay 
{
    z-index: 1;
    opacity: 1;
    background: white;
    height: 357px;
    top: 120px;
    position: absolute;
    right: 857px;
    width: 1px;
    opacity: 0.9;
}


.main_color1 
{
    /* background-color: orange; */
}

.main_color2 
{
    /* background-color: blue; */
    /*color: White;*/
}


.report_table 
{
    font-size: x-large;
    border-collapse: collapse;
    border-color: inherit;
    width: 99%;
    height: 300px;
    overflow-y: auto;
}

.report_table4 
{
    font-size: x-large;
    border-collapse: collapse;
    border-color: inherit;
    width: 99%;
    height: 200px;
    overflow-y: auto;
}

.report_table4 tr
{
    padding: 3px;
}

.report_table4 td
{
    padding: 1px;
    text-align: center;
    border: 2px solid white;
    font-size: medium;
}


.report_table tr
{
    padding: 3px;
}

.report_table td
{
    padding: 2px;
    text-align: center;
    border: 1px solid white;
    font-size: medium; 
}
.report_table3
{
       border: 1px solid black;
    border-collapse: collapse;
}
.report_table3 td
{
    padding: 6px;
    text-align: center;
    border: 1px solid white;
    font-size: x-small; 
}

.report_table2 td
{
    padding: 2px;
    text-align: center;
    border: 1px solid solid;
    font-size: small; 
}

.small_font
{
    /* font-size: small; */
}

.button {
    background-color: #FBB681; /* orange */
    border: none;
    color: white;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    float: left;
}

#button_div 
{
    width: 400px;
}
.button_all 
{
    /* background-color: #FBC691;  orange */
    height: 56px;
}

.button_selected 
{
    background-color: #D4690D; /* dark orange */
}

.button_display_none 
{
    display: none;
}

#window1Header
{
    width: 150px;
    height: 25px;    
}

#window1Content
{
    width: 150px;
    height: 75px;    
}

#popup_chart, #popup_chart2
{
    position: absolute;
    display: none;
    z-index: 10;
    border: 1px solid #222222;
    box-shadow: 10px 10px 15px #222222;
    }
    
#popup_chart2
{
    background: white;
    padding-bottom: 15px;
    }

.close 
{
    padding: 7px;
    background-color: #AA2222;
    color: White;
    float: right;
    /*width: 22px;
    height: 24px;*/
    cursor: pointer;
    position: relative;
    z-index: 1;
    top: -20px;
    right: -20px;
}
#chart5
{
    position: relative;
    height: 350px;
    width: 350px;
}

#chart6 
{
    position: relative;
    height: 350px;
    width: 450px;
}

@media screen and (max-width: 768px) 
{
   #chart5, #chart6
    {
        width: 99%;
        left: 0px;
    } 
}
#div_completion_rate 
{
    bottom: 5px;
    left: 5px;
    text-align: left;
    padding-left: 10px;
}

#bqw_completion_rate 
{
    font-weight: 700;
}

.associates_row, .store_associate
{
    display: none;
}

.click_month:hover
{
    cursor: pointer;
    /* font-weight: 800; */
    color: #f3f3f3;
    background: black !important;
}

.type_box 
{
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 2px;
    background: #ddd;
    margin-right: 5px;
}

#actual, #forecasted 
{
    position:absolute;
    z-index: 10;
    top: 186px;
    font-size: medium;
    font-style: italic;
}

#mainTitle 
{
    position:absolute;
    z-index: 10;
    font-weight: 700;
    top: 140px;
    font-size: large;
    right: 350px;
}

.show_percentage 
{
    display: none;
}

.show_value 
{
    display: none;
}

.menu_button_black{
    background-color: #444444;
}

.menu_button_black.disabled {
    background-color: #999999;
} 
.menu_button 
    {
        margin-left:5px;
        background: #ddd;
        width: inherit;
        /* padding: 13px 50px; */
    }

.popup > .menu_button{
    width: 100px;
    display: inline-block;
    margin: 20px 20px;
} 
.custom-select {
    margin: 0.25rem .1rem;
}
#customLegend 
{
    z-index: 10;
    position: absolute;
    top: 120px;
    right: 75px;
    text-align: left;
    
    background: #ffffffbd;
    border: 0px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    /* 
    box-shadow: 2px 2px 2px 2px #00000024;
    */
}
.legendMarker
{
    font-size: small;
    font-weight: bolder;
    display: inline-block;
}

.legendTitle
{
    font-size: small;
    display: inline-block;
    padding: 1px;
}

#column1_detail 
{
    top: 0px; width: 270px; left: 20%; height: 700px; display: inline-block; vertical-align: top;
}

#column1_detail > .buttons
{
    padding-top: 660px;
}

#column2_detail
{
    /*width: 600px; */
    height: 600px; display: inline-block; padding-left: 10px;text-align: left;
}

#column2_detail > .title
{
    display: block; padding: 10px 10px 20px 0px;
}

#column2_detail > .subtitle
{
    display: block; padding: 10px 10px 0px 0px; 
}

#column2_detail > #radio_buttons
{
padding:  10px 10px 0px 0px; font-size: small; 
}

#column2_detail > .subtitle2
{
    display: block;  font-size: small;padding:  30px 10px 0px 0px;
}

#store-list {
    width: 700px;
}

.txtStoreList
{
    width: 120px;
    height: 300px;
    text-align: center;
    font-family: Arial;
    font-size: medium;
    padding: 5px;
    line-height: 1.3;
    border: 1px solid #bbbbbb3b;
    box-shadow: 2px 2px 10px 0px #0000004d;
}

#storeList_table {
    border-spacing: 0px;
    border-collapse: collapse;
    max-height: 400px;
    overflow-y: auto;
}

#storeList_table td {
    width: 135px;
    border: 1px solid #bbb;

}

#storeList_header {
    background: black;
    color: white;
    font-size: medium;
    height: 36px;
    vertical-align: bottom;
}

#storeList_header td {
    padding: 6px;
    border: 1px solid #333;
    }



.detail_panel 
{
    display: none;
    transition: 0.3s;
}

#detail_table
{
    width:1000px; 
    /*padding:30px 0px 30px 0px; */
    overflow: auto; border: 0px solid gray; 
    font-size: small;
    height: 700px;
}

#detail_table td
{
    border: 1px solid gray;
    text-align: right;
    padding: 5px;
}

#detail_table tr:nth-child(odd)
{
    background-color: Whitesmoke;
}

.loader {
    border: 2px solid #f3f3f3; /* Light grey */
    border-top: 2px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 99%;
    height: 99%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#showPercentage, #showHours 
{
    width: 71px;
}

.Open {
    background: white !important;
    color: black !important;
    font-size: x-small; 
}

.Closed {
    background: black !important;
    color: white !important; 
    font-size: x-small;   
}

.Restricted {
    background: #FF8800 !important;
    color: white !important;  
    font-size: x-small; 
}

.blank_cell{
    border-top: 1px solid white !important;
    border-bottom: 1px solid white !important;
}

/*
#popup_create_message, 
#popup_confirm_request,
#popup_notification,
#popup_email,
#popup_error
{
    top: 30%;
    position: absolute;
    left: 25%;
    width: 50%;
    z-index: 500;
    background: white;
    box-shadow: 12px 13px 13px 0px #0000007a;
    border: 2px solid #ff8800;
    display: none;
    padding: 20px;
}
*/
.popup
{
    top: 30%;
    position: absolute;
    left: 25%;
    width: 50%;
    z-index: 500;
    background: white;
    box-shadow: 12px 13px 13px 0px #0000007a;
    border: 2px solid #ff8800;
    display: none;
    padding: 20px;
}

.popup_create_message .content {
    padding: 30px;
    text-align: justify;
}

.popup_confirm_request .content {
    text-align: center;
}

.popup_button {
    font-size: medium;
    display: inline-block;
    width: 30%;
    min-width: 160px;
    margin-bottom: 20px;
}

.request_label {
    display: inline-block;
    /* width: 30%; */
    text-align: left;
    padding: 5px 5px;
        font-size: large;
}

.request_label + div {
    display: inline-block;
    /*width: 30%; */
    text-align: left;
    padding: 5px 5px;
        font-size: large;
}

.myLabel_message{
    font-size: large;
    font-weight: bold; 
    padding: 10px 10px;  
}
/*
.popup_confirm .request_label {
    width: 200px;
    text-align: right;
    padding: 5px 2px;
}

.popup_confirm_request .request_label + div {
    padding: 5px 2px;
}
*/

.request_input {
    padding: 4px;
    margin-left: 0px;
    border: 1px solid darkgray;
    background: #FFFFFF;
}

.request_input.hours, .request_input.count {
    width: 50px;
    text-align: center;
}

.request_input.date {
    width: 90px;
}

#txtprewalk_date {
    width: 130px;
}

.top_notification {
    background-color: #ff8800;
    padding: 10px;
    width: 906px;
    font-size: medium;
    color: white;
    margin-top: 30px;
}
.top_notification:hover{
    opacity: 0.8;
    cursor: pointer;
}

.red_cell
{
    background: red;
    color: White !important;
    cursor: pointer;
}

.green_cell
{
    background: green;
    color: White !important;
    cursor: pointer;
}

.black_cell
{
    background: #444;
    color: White !important;
    cursor: pointer;
}


#summary_table td {
    width: 24.5%;
}

.swap_token_number, .no_token_number {
    padding: 10px 25px;
    text-align: center;
    color: white;
    font-size: 26px;
    width: 280px;
    margin-top: 20px;
}

.no_token_number {
    border: 1px solid black;
    background: linear-gradient(to bottom, #888888 0%, #000000 100%);
}
.swap_token_number {
    border: 1px solid orange;
    background: linear-gradient(to bottom, #ff8800 0%, #bb5500 100%);
}

.token_number {
    border: 1px solid orange;
    padding: 10px 50px;
    text-align: center;
    background: linear-gradient(to bottom, #ff8800 0%, #bb5500 100%);
    color: white;
    font-size: 1.9em;
    width: 300px;
}


#summary_table .request_label 
{
    padding: 3px 2px;
}

#summary2_store_count_approved, #summary_store_count_approved {
    color: green;
    font-size: large;
    font-style: italic;
}

#summary2_store_count_not_approved, #summary_store_count_not_approved {
    color: red;
    font-size: large;
    font-style: italic;
}

#email_table td{
    vertical-align: middle;
}
.label_email {
        text-align: left;
        font-size: small;
        font-style: italic;
    }
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: darkgray;
    font-family: arial;
    opacity: 0.8; /* Firefox */
    font-variant: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: darkgray;
    font-family: arial;
    font-variant: italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: darkgray;
    font-family: arial;
    font-variant: italic;
}

.email_control{
    width: 100px;
    height: 50px;
    padding: 50px 0px;
    text-align: left;
}

#header_for_print{
    font-size: xx-large;
    font-family: arial;
    font-weight: 1000;
    display: none;
    padding: 45px;
    text-align: left;
}

#emailStatus {
    display: inline-block;
    padding: 4px 8px;
    color: white;
    border-radius: 3px;
}

.Ready {
    background-color: #20b120de;
}

.NotReady {
    background-color: #ff0000ba;
}

#regenerateReports {
    display: inline-block;
    padding: 4px 8px;
    margin-left: 30px;
    color: white;
    border-radius: 3px;
    background-color: #555555;
    cursor: pointer;
}

#regenerateReports:hover {
    background-color: #222222;
}

.character_count{
    text-align: left;
    font-size: small;
    font-style: italic;
    display: block;
}

#popup_overlay {
    display:none;
    z-index: 299;
    position:absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 5, 5, 0.3);
    transition: 0.4s;
}
.popup_confirm 
{
    display: none;
    position: fixed;
    background: white;
    width: 600px /* 50% */;
    /* left: 25%; */
    top: 25%;
    border: 1px solid #8080802b;
    padding: 25px;
    z-index: 400;
    box-shadow: 2px 2px 2px 2px #0000002b;
    text-align: center;
    margin: 0 auto;
    /*border-radius: 18px; */
}

.popup_confirm .content 
{
    text-align: center;
}
/*
.Approved { background-color: green; }
.Pending  { background-color: yellow; }
.Declined { background-color: red; }
.Draft    { background-color: lightblue; }
*/

input[name=selection_options]:disabled  +label 
 {
     color: lightgrey;
 } 
 input[name=selection_options]:checked  +label 
 {
     font-weight: 600; 
 }

 .request_input_swap {
    padding: 8px 16px;
    text-align: center;
    font-size: large;
    border: 1px solid orange;
 }
 .swap_error{
    font-weight: 600;
    color: red;
 }

 .table_window_selection
 {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
 }

 .table_window_selection td
 {
    border: 1px solid black;
    border-collapse: collapse;
    /*height: 30px;*/
 }

 #toDashboard, #toDashboard_swap{
    cursor: pointer;
    width: 40px;
 }
 #toDashboard:hover, #toDashboard_swap:hover{
    font-size: 1.03em;
 }

 select.isApproved{
    padding: 7px 12px;
    margin: -2px -2px;
    background: whitesmoke;
 }

 #cancel, #notification {
    cursor: pointer;
 }

#swap_summary {
    width: 100%; 
    display: none; 
    /* border: 1px solid black;*/
}
#swap_summary_table {
    border: 3px solid orange;
}

.summary_info {
    padding: 4%;
    width: 35%;
    display: inline-block;
}

.summary_info_right {
    padding: 4%;
    width: 45%;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
        float: right;
}
.swap_label {
    display: inline-block;
}

.filtericon {
    display: none !important;
}

#gridmenujqxgrid {
    height: 350px !important;
    width: 235px !important;
}
#gridmenujqxgrid li.filter {
    height: 250px !important;    
}

#business_reason {
    /* background: yellow; 
    font-style: italic;*/
}

.grid_icon:hover {
    font-size: 1.5em;
}

.edit_request, .delete_request, .archive_request, .grid_icon {
    margin-right: 15px;
    font-size: 1.4em;
    cursor: pointer;
}

.edit_request { color: #444;}
.delete_request { color: #444;}
.archive_request { color: #444;}

.tooltip {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
}

.tooltip .tooltiptext {
    visibility: hidden;
    /* width: 50px; */
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 3px 3px;
    font-size: 0.7em;

    /* Position the tooltip */
    position: absolute;
    z-index: 1000;
    top: -12px;
    left: 50%;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.token_status {
    color: rgba(0,0,0,0);
    background-position: center  !important; /* Center the image */
    background-repeat: no-repeat  !important; /* Do not repeat the image */
    background-size: 30px 30px; /* Resize the background image to cover the entire container */
}

.token_status.found {
    background-color: rgba(0, 176, 80, 0.8) !important;
    background-image: url("../../images/Circle_Check-32.png") !important;
}

.token_status.notfound {
    background-color: rgba(255, 255, 0, 0.8) !important;
    background-image: url("../../images/Arrow_Sync-32.png") !important;
}

#store_upload {
    background-color: #ff8800;
    color: white;
    width: 120px;
    text-align: center;
    display: inline-block;
}

#div_store_inscope {
    display: inline-block;
    font-size: medium;
    font-weight: bold;
    margin-left: 20px;
}

.addrow {
    color: green;
    border: 2px solid green;
    border-radius: 50%;
    padding: .4rem;
    cursor: pointer;
}

.addrow:hover{
    box-shadow: 1px 1px 1px 1px #ced4da;
}

#article-list{
    text-align: center;
}

.article-remove {
    color: white;
    background-color: red;
    border: 3px solid red;
    border-radius: 50%;
    padding: .3rem;
    cursor: pointer;
}

.article-remove:hover{
    box-shadow: 1px 1px 1px 1px #ced4da;
}

.quantity.form-control {
    text-align: center;
}

.panelWheelbarrow {
    padding-top: 3rem;
}

.panelWheelbarrow, .isblindcutter, .iswheelbarrow {
    display: none;
    transition: 0.2s;
}

.update-header {
    background: #ff8300;
    color: white;
}

.update-row {
    font-size: 0.8rem;
}

.update-row:nth-child(odd) {
    background-color: rgba(255, 103, 0, 0.38);
}
.update-row:nth-child(even) {
    background-color: rgba(255, 103, 0, 0.18);
}

.update-row > div > .fa {
    color: orangered;
    cursor: pointer;
    padding: 3px;
    font-size: 1.6rem;
}

.update-row > div > .fa:hover {
    box-shadow: 1px 1px 1px 1px #ced4da;
    font-size: 1.7rem;
}

.update-header-history {
    background: #3e3c3b;
    color: white;
}

.update-row-history {
    font-size: 0.8rem;
}

.update-row-history:nth-child(odd) {
    background-color: #3e3c3b38;
}
.update-row-history:nth-child(even) {
    background-color: #3e3c3b18;
}

.update-row-history > div > .fa {
    color: orangered;
    cursor: pointer;
    padding: 3px;
    font-size: 1.6rem;
}

.update-row-history > div > .fa:hover {
    box-shadow: 1px 1px 1px 1px #ced4da;
    font-size: 1.7rem;
}

.modal-content, .modal-content > div > div > .btn {
    font-size: 0.9rem;
    margin: 0.5% 2%;
}
.modal-content .form-control {
    font-size: 0.9rem;
}

.updateModal {
    font-size: 0.875rem!important;
}

@media (min-width: 576px) {
.modal-dialog {
    max-width: 100%!important
    }
}

@media (min-width: 900px) {
    .modal-dialog {
        max-width: 800px!important
        }
    }

@media (min-width: 1200px) {
        .modal-dialog {
            max-width: 900px!important
            }
        }

#clear-filters {
    min-width: 92px;
}
        
.btn.edit, .btn.delete {
    min-width: 57px;
    width: 80%;
    font-size: 0.8rem;
    padding: 3px 6px;
    margin: 3px;
}
.modal-title {
	font-size: 3rem;
	padding-left: 30px;
}
.modal-qty-input {
    width: 60px;
    text-align: center;
    font-size: 1.1rem;
}

.modal-txtmetcomment {
    width: 200px;
}

#modal-article-list {
    width: 100%;
    border-collapse: separate;
}

#modal-article-list td {
    text-align: center;
    border: 2px solid white;
}

#modal-article-list tr {
    text-align: center; vertical-align: top;
}

#modal-article-list tbody tr {
    text-align: center; vertical-align: middle;
}

#modal-article-list tr:nth-child(odd) {
    background-color: #ff670038;
}

#modal-article-list tr:nth-child(even) {
    background-color: #ff670018;
}

.panel-list {
    overflow-y: auto;
    text-align: left;
    padding: 10px;
}

.parts_na_checkbox {
    border: 1px solid #dddddd;
    border-radius: 0.5rem;
}

.tracking, .carrier {
    margin: 4px 0px;
}

.staging_location {
    font-size: 0.75rem!important;
    height: 0px;
    overflow-y: hidden;
    min-height: 253px;
}

.required_field {
    display: none;
    font-size: 0.875rem;
    color: red;
}

.error_checkbox, 
.error_comment_bc,
.error_comment_wb,
.error_comment {
    color: Red;
    display: none;
}

.modal-qty-completed-input {
    width: 65px;
    text-align: center;
    margin: 0px 9px;
    font-size: 1.3rem;
}

.duplicate-article-list {
    margin: 20px 0px;
}

