﻿.header-top {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    /*margin-top: 20px*/
}
.header-column-data {
    font-weight: 600;
    font-size: 18px;
}
.header-color {
   background-color:#aba27c;
   opacity: 0.7;
}
.button-color{
    background-color:#383230;
    color:white;
}
.ListGrid {
    border-width: 20px;
    border-color: black;
}
.listGrid:hover{
    border-width: 30px;
border-color: forestgreen;
}
.ProgramBudget-container {
    font-size: x-large;
    font-weight: 400;
    font-family: sans-serif;
    opacity:0.8;
}
.ProgramBudget-ProgramName {
    
    font-weight: 600;
    font-family: sans-serif;

}
.ProgramBudget-header {
    background-color: #e5e1d6;
    /*padding-bottom: 23px;*/
    border-radius: 9px;
}
.Breadcrumbs-PlaceOrder {
    border: 2px solid black;
    box-sizing: content-box;
    padding: 9px 6px 3px 0px;
    box-shadow: inset 0 0 10px rgba(61, 51, 48, 0.43137254901960786);
    border-radius: 32px;
}




.button-color-AddRemove {
    box-shadow: 0 5px 10px #aba27c;
    margin-bottom: 5px;
    transition: box-shadow .3s ease-in-out;
    
}
.column {
   
    margin-bottom: 24px;
}


.breadcrumbs {
    /*centering*/
    display: inline-block;
    box-shadow: 0 0 15px 1px rgba(56, 50, 48, 0.25);
    overflow: hidden;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    /*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
    counter-reset: flag;
    margin-left: 1vh;
    background-color:black;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

    .breadcrumbs a {
        text-decoration: none;
        outline: none;
        display: block;
        float: left;
        font-size: 12px;
        font-weight: bold;
        line-height: 42px;
        color: white;
        /*need more margin on the left of links to accomodate the numbers*/
        padding: 0 10px 0 60px;
        background: #666;
        background: #232122;
        position: relative;
    }
        /*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
        .breadcrumbs a:first-child {
            padding-left: 46px;
            border-top-left-radius: 2rem;
            border-bottom-left-radius: 2rem; /*to match with the parent's radius*/
        }

            .breadcrumbs a:first-child:before {
                left: 14px;
            }

        .breadcrumbs a:last-child {
            border-top-right-radius: 2rem;
            border-bottom-right-radius: 2rem; /*this was to prevent glitches on hover*/
            padding-right: 22px;
        }
        .breadcrumbs a:last-child:before{
            left:14px;
        }
        /*hover/active styles*/
        .breadcrumbs a.active {
            background: #aba27c;
            /*background: #aba27c;*/
        }

            .breadcrumbs a.active:after, .breadcrumbs a:after {
                /*background: #aba27c;*/
                background: #aba27c;
             
            }

        /*adding the arrows for the breadcrumbs using rotated pseudo elements*/
        .breadcrumbs a:after {
            content: '';
            position: absolute;
            top: 0;
            right: -24px; /*half of square's length*/
            width: 47px;
            height: 42px;
            transform: scale(0.707) rotate(45deg);
            z-index: 1;
            background: #666;
            background: #232122;
            box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.4), 3px -3px 0 2px rgba(255, 255, 255, 0.1);
            border-radius: 0 5px 0 50px;
        }
        
        .breadcrumbs a:last-child:after {
           
            content: none;
           
        }
        
  


.flat a, .flat a:after {
    background: white;
    color: black;
    transition: all 0.5s;
}

    .flat a:before {
        background: white;
        box-shadow: 0 0 0 1px #ccc;
    }

    .flat a:hover, .flat a.active,
    .flat a:hover:after, .flat a.active:after {
        background: #9EEB62;
    }
.breadcrumbs {
    box-shadow: 0 0 15px 1px rgba(56, 50, 48, 0.15);
    /*margin-bottom: 5px;
    transition: box-shadow .3s ease-in-out;*/
}
.ProgramOrder-Addresses {
    font-size: small;
    font-weight: bold;
    font-family: sans-serif;
}
.PlaceOrder-Search {
    background-color:#232122;
}
.PlaceOrder-Search:hover{
    background-color:#aba27c;
    color:#383230;
}


Step3-Body {
   overflow-y: scroll; 
   height: 47vh;
    /*width:-webkit-fill-available;*/
}
.PlaceOrder-footer {
    
    height:55px; 
    justify-content: center; 
    align-content: center; 
    align-items: center;
}
.table_style {
    border-bottom: 1px solid #1d1b1b;
}

    .table_style:hover {
        background-color: #fbfbfb;
    }

.table_body_style {
    border: 1px solid #dee2e6;
}

.input_field_style{
    float: right;

}
.address_list_hover_style:hover {
    background-color: #f1f1f1;
}

.remove_icon_style {
    border: 1px solid grey;
    padding: 12px;
    border-radius: 5px;
}

.grid_view_list_style {
    border: 1px solid grey;
    padding: 8px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.grid_view_grid_style {
    border: 1px solid grey;
    padding: 8px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.grid_button_style{
    margin-left: -9px;
}





/*Loading spinner*/

/*.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #383230;
    border-bottom: 16px solid #383230;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/

/*custom*/

.back_to_previous_style {
    height: 36px;
    font-size: 13px;
}


.logo_style {
    height: 86px;
}

.pos_item_description_style {
    font-size: 14px;
}
/*dell reslution*/
@media only screen and (min-width:1330px) and (max-width:1440px) {
    .main resolution_style {
        zoom: 67%!important;
    }
    .sidebar {
        height: 118vh!important;
    }
    .breadcrumbs a {
        font-size: 14px!important;
    }
}


/* HP Resolution */
@media only screen and (min-width:1200px) and (max-width:1280px) {
    .resolution_style {
        zoom:73%;
    }

    .resolution_cart_style {
        width: 304px!important;
    }
    .resolution_sidebar_style{
        zoom: 90%
    }
    .sidebar {
        height: 112vh !important;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .resolution_pos_card_style {
        height: 100vh !important;
    }
}
.createOrder-data {
    font-size: medium;
    font-weight: bolder;
    line-height: 1.4 !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.createOrder-input {
    font-size: medium;
    font-weight: 400;
    line-height:1.4 !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}


.child-table-createOrder {
    padding-top: 8px !important;
    padding-bottom: 7px !important;
}

.table-th-nested {
    padding-top: 2px !important;
    padding-bottom: 4px !important;
    background-color:#e5e1d6 !important;
    color:black !important;
}
.help-desk {
    color: #383230 ;
    text-decoration: none;
    background-color: transparent;
    font-family:sans-serif;
    font-weight:600;
}
.logout-helpdesk {
    color: #f2f0e9 ;
    margin-left: 33vh;
    text-decoration: none;
    background-color: transparent;
    font-family: sans-serif;
    font-weight: 400;
    font-size: larger;
}
   