#order-dashboard svg {
  color: #61d97c !important;
}
#client-dash-client-options svg {
  color: #61d97c !important;
}
.bar-format-phone-number {
    color: #2491d3 !important;
}
    .customer-names {
        font-size: 13px !important;
        color: #2491d3 !important;
    }
    .badge{
        font-size: 13px;
    }
    /* @media (max-width: 600px){
        .dashboard-app-fix{
            display: none !important;
        }
        .dashboard-app-fix-mobile{
            display: block !important;
        }
    }
    @media (min-width: 601px){
        .dashboard-app-fix-mobile{
            display: none !important;
        }
    } */
    .headerButton {
        position: absolute !important;
        right: 20px !important;
        top: 20px !important;
        z-index: 2 !important;
    }
    .headerButton-two {
        position: absolute !important;
        right: 284px !important;
        top: 9px !important;
        z-index: 2 !important;
    }
    @media only screen and  (max-width: 1255px){
        .dashboard-app-fix{
            display: none !important;
        }
        .dashboard-app-fix-mobile{
            display: block !important;
        }
    }
    @media only screen and  (min-width: 1256px){
        /* .dashboard-app-fix{
            display: inline !important;
        } */
        .dashboard-app-fix-mobile{
            display: none !important;
        }
    }
    #image-actual{
        max-width: 100% !important;
    }
    /* Absolute Center Spinner */
    .loading {
        position: fixed;
        z-index: 999;
        height: 2em;
        width: 2em;
        overflow: visible;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(rgba(20, 20, 20,.9), rgba(0, 0, 0, .9));

        background: -webkit-radial-gradient(rgba(20, 20, 20,.9), rgba(0, 0, 0,.9));
    }
.customer-names, .names {
    font-weight: 700!important;
    margin-bottom: 0px !important;
}
    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

    .loading:not(:required):after {
        content: '';
        display: block;
        font-size: 10px;
        width: 1em;
        height: 1em;
        margin-top: -0.5em;
        -webkit-animation: spinner 150ms infinite linear;
        -moz-animation: spinner 150ms infinite linear;
        -ms-animation: spinner 150ms infinite linear;
        -o-animation: spinner 150ms infinite linear;
        animation: spinner 150ms infinite linear;
        border-radius: 0.5em;
        -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
        box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
    }

    .link-box a {
        font-weight: 700;
        font-size: 15px !important;
        line-height: 20px !important;
    }
.order-number {
    margin-bottom:0px;
}
    /* Animation */

    @-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    }
    @-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    }
    @-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    }
    @keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    }


#service-bar-no-client {
    background-color: #e3e3e3 !important;
    color: #4d4d4d !important;
    text-transform: uppercase;
}

#qr-canvas {
    margin: auto;
    max-width: 90%;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fafafa; 
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #4d4d4d; 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    opacity: .5; 
}

.phone-icon {
    color: #127ca3;
    font-size: 23px;
    margin-left: 10px;
}

#default-client-not-selected-bar {
    background-color: #e3e3e3;
}

@media (min-width: 1601px) { 
    .service-bar {
        background-color: #e3e3e3 !important;
        min-height: 100px;
        color: #4d4d4d !important;
        text-transform: uppercase;
        padding-bottom: 30px; 
    }

    .order-bar {
      background-color: #e3e3e3 !important;
      min-height: 100px;
      color: #4d4d4d !important;
      text-transform: uppercase;
      padding-bottom: 10px; 
    }

    .client-bar {
      background-color: #e3e3e3 !important;
      min-height: 100px;
      color: #4d4d4d !important;
      text-transform: uppercase;
      padding-bottom: 10px; 
    }


    .truncate {
        position: relative;
        width: 1067px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        padding-right: 39px;
        top: 0px;
        left: 0px;
        height: 50px;
    }

    .truncate.truncated .helpicon{
        display: none;
    }

    .helpicon {
        right: 50%;
        top: 0px;
        position: absolute;
        left: 50%;
    }

    .hide-it {
        display: inline-block;
    }

    .change-icon {
        /* color: #28a745 !important; */
        font-size: 15px;
        margin-top: 9px;
        float: right;
    } 

    .change-icon-two {
        /* color: #e3e3e3 !important; */
        font-size: 16px;
        margin-top: 9px;
        float: right;
    } 

    .truncate.truncated {
        white-space: initial;
        width: 1067px;
    }

    .truncated {
        white-space: initial;
        width: 1067px;

    }

    .down-icon-desktop {
        font-size: 23px;
    }
    .customer-name {
        margin-right: 20px;
    }

    .down-icon {
        font-size: 23px;
    }

    .number {
        margin-left: 30px;
        display: inline-block;
    }

    .scrolling {
        height: 190px;
        overflow: scroll;
        margin-bottom: 10px;
        overflow-x: hidden;
    }
}



@media (min-width: 1351px) and (max-width: 1600px) {  
    .service-bar {
        background-color: #e3e3e3 !important;
        min-height: 100px;
        color: #4d4d4d !important;
        text-transform: uppercase;
        padding-bottom: 30px; 
    }
    
    .order-bar {
        background-color: #e3e3e3 !important;
        min-height: 100px;
        color: #4d4d4d !important;
        text-transform: uppercase;
        padding-bottom: 10px; 
    }
    
    .client-bar {
        background-color: #e3e3e3 !important;
        min-height: 100px;
        color: #4d4d4d !important;
        text-transform: uppercase;
        padding-bottom: 10px; 
    }

    .truncate {
        position: relative;
        width: 917px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        padding-right: 39px;
        top: 0px;
        left: 0px;
        height: 43px;
    }

    .truncate.truncated .helpicon{
        display: none;
    }

    .helpicon {
        right: 50%;
        top: 0px;
        position: absolute;
        left: 50%;
    }

    .hide-it {
        display: inline-block;
    }

    .change-icon {
        /* color: #28a745 !important; */
        font-size: 15px;
        margin-top: 9px;
        float: right;
    } 

    .change-icon-two {
        /* color: #e3e3e3 !important; */
        font-size: 16px;
        margin-top: 9px;
        float: right;
    } 

    .truncate.truncated {
        white-space: initial;
        width: 917px;
    }

    .truncated {
        white-space: initial;
        width: 917px;
    }

    .down-icon-desktop {
        font-size: 23px;
    }

    .customer-name {
        margin-right: 20px;
    }

    .down-icon {
        font-size: 23px;
    }

    .number {
        margin-left: 30px;
        display: inline-block;
    }

    .scrolling {
        height: 190px;
        overflow: scroll;
        margin-bottom: 10px;
        overflow-x: hidden;
    }
}

@media (min-width: 1200px) and (max-width: 1350px) {  
    .service-bar {
        background-color: #e3e3e3 !important;
        min-height: 100px;
        color: #4d4d4d !important;
        text-transform: uppercase;
        padding-bottom: 30px; 
    }
    
    .order-bar {
        background-color: #e3e3e3 !important;
        min-height: 100px;
        color: #4d4d4d !important;
        text-transform: uppercase;
        padding-bottom: 10px; 
    }
    
    .client-bar {
        background-color: #e3e3e3 !important;
        min-height: 100px;
        color: #4d4d4d !important;
        text-transform: uppercase;
        padding-bottom: 10px; 
    }

    .truncate {
        position: relative;
        width: 797px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        padding-right: 39px;
        top: 0px;
        left: 0px;
        height: 43px;
    }

    .truncate.truncated .helpicon{
        display: none;
    }

    .helpicon {
        right: 50%;
        top: 0px;
        position: absolute;
        left: 50%;
    }

    .hide-it {
        display: inline-block;
    }

    .change-icon {
        /* color: #28a745 !important; */
        font-size: 15px;
        margin-top: 9px;
        float: right;
    }

    .change-icon-two {
        /* color: #e3e3e3 !important; */
        font-size: 16px;
        margin-top: 9px;
        float: right;
    }

    .truncate.truncated {
        white-space: initial;
        width: 797px;
    }

    .truncated {
        white-space: initial;
        width: 797px;
    }

    .down-icon-desktop {
        font-size: 23px;
    }

    .customer-name {
        margin-right: 20px;
    }

    .down-icon {
        font-size: 23px;
    }

    .number {
        margin-left: 30px;
        display: inline-block;
    }

    .scrolling {
        height: 190px;
        overflow: scroll;
        margin-bottom: 10px;
        overflow-x: hidden;
    }
}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .service-bar {
        background-color: #e3e3e3 !important;
        min-height: 100px;
        color: #4d4d4d !important;
        text-transform: uppercase;
        padding-bottom: 30px; 
    }
    
    .order-bar {
        background-color: #e3e3e3 !important;
        min-height: 100px;
        color: #4d4d4d !important;
        text-transform: uppercase;
        padding-bottom: 10px; 
    }
    
    .client-bar {
        background-color: #e3e3e3 !important;
        min-height: 100px;
        color: #4d4d4d !important;
        text-transform: uppercase;
        padding-bottom: 10px; 
    }

    .truncate {
        position: relative;
        width: 672px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        padding-right: 39px;
        top: 0px;
        left: 0px;
        height: 43px;
    }

    .truncate.truncated .helpicon{
        display: none;
    }

    .helpicon {
        right: 50%;
        top: 0px;
        position: absolute;
        left: 50%;
    }

    .hide-it {
        display: inline-block;
    }

    .change-icon {
        /* color: #28a745 !important; */
        font-size: 15px;
        margin-top: 9px;
        float: right;
    }

    .change-icon-two {
        /* color: #e3e3e3 !important; */
        font-size: 16px;
        margin-top: 9px;
        float: right;
    }

    .truncate.truncated {
        white-space: initial;
        width: 762px;

    }
    .truncated {
        white-space: initial;
        width: 652px;
    }

    .down-icon-desktop {
        font-size: 23px;
    }

    .customer-name {
        margin-right: 20px;
    }

    .down-icon {
        font-size: 23px;
    }

    .number {
        margin-left: 30px;
        display: inline-block;
    }

    .scrolling {
        height: 190px;
        overflow: scroll;
        margin-bottom: 10px;
        overflow-x: hidden;
    }
}


/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
    .service-bar {
        background-color: #e3e3e3 !important;
        min-height: 80px;
        color: #4d4d4d !important;
        text-transform: uppercase;
        padding-bottom: 30px; 
    }
    
    .order-bar {
        background-color: #e3e3e3 !important;
        min-height: 80px;
        color: #4d4d4d !important;
        text-transform: uppercase;
        padding-bottom: 10px; 
    }
    
    .client-bar {
        background-color: #e3e3e3 !important;
        min-height: 80px;
        color: #4d4d4d !important;
        text-transform: uppercase;
        padding-bottom: 10px; 
    }

    .truncate {
        position: relative;
        width: 419px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        padding-right: 39px;
        top: 0px;
        left: 0px;
        height: 43px;
        /*display: none;*/
    }

    .truncate.truncated .helpicon{
        display: none;
    }

    .helpicon {
        right: 50%;
        top: 0px;
        position: absolute;
        left: 50%;
    }

    .hide-it {
        display: inline-block;
    }

    .change-icon {
        /* color: #28a745 !important; */
        font-size: 15px;
        margin-top: 9px;
        float: right;
    }

    .change-icon-two {
        /* color: #e3e3e3 !important; */
        font-size: 16px;
        margin-top: 9px;
        float: right;
    }

    .truncate.truncated {
        white-space: initial;
        width: 361px;
        display: block;
    }

    /*  .truncated {
        white-space: initial;
        width: 433px;

    }*/

    .down-icon-desktop {
        font-size: 23px;
    }

    .customer-name {
        margin-right: 20px;
    }

    .down-icon {
        font-size: 23px;
    }

    .number {
        margin-left: 30px;
        display: inline-block;
    }

    .scrolling {
        height: 190px;
        overflow: scroll;
        margin-bottom: 10px;
        overflow-x: hidden;
    }
}


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
    .service-bar {
        background-color: #e3e3e3 !important;
        min-height: 80px;
        color: #4d4d4d !important;
        text-transform: uppercase;
        padding-bottom: 30px;
        font-size: 14px !important;
    }
    
    .order-bar {
        background-color: #e3e3e3 !important;
        min-height: 80px;
        color: #4d4d4d !important;
        text-transform: uppercase;
        padding-bottom: 10px;
        font-size: 14px !important;
    }
    
    .client-bar {
        background-color: #e3e3e3 !important;
        min-height: 80px;
        color: #4d4d4d !important;
        text-transform: uppercase;
        padding-bottom: 10px;
        font-size: 14px !important;
    } 

    .truncate {
        position: relative;
        width: 520px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        padding-right: 20px;
        top: -6px;
        left: 30px;
        display: none;
    }

    .truncate.truncated .helpicon{
        display: none;
    }

    .helpicon {
        right: 50%;
        top: 0px;
        position: absolute;
        left: 50%;
        display: inline-block;
    }

    .hide-it {
        display: inline-block;
    }

    .change-icon {
        /* color: #28a745 !important; */
        font-size: 19px;
        float: right;
        margin-top: 5px;
    }

    .change-icon-two {
        /* color: #28a745 !important; */
        font-size: 21px;
        float: right;
        margin-top: 5px;
    }

    .truncate.truncated {
        white-space: initial;
        width: 520px;
        display: block;
    }

    .customer-name {
        margin-left: 0px;
    }

    .down-icon {
        font-size: 23px;
    }

    .scrolling {
        height: 190px;
        overflow: scroll;
        margin-bottom: 10px;
        overflow-x: hidden;
    }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    .service-bar {
        background-color: #e3e3e3 !important;
        min-height: 80px;
        color: #4d4d4d !important;
        text-transform: uppercase;
        padding-bottom: 30px;
        font-size: 14px !important;
    }
    
    .order-bar {
        background-color: #e3e3e3 !important;
        min-height: 80px;
        color: #4d4d4d !important;
        text-transform: uppercase;
        padding-bottom: 10px;
        font-size: 14px !important;
    }
    
    .client-bar {
        background-color: #e3e3e3 !important;
        min-height: 80px;
        color: #4d4d4d !important;
        text-transform: uppercase;
        padding-bottom: 10px;
        font-size: 14px !important;
    }

    .truncate {
        position: relative;
        width: 320px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        padding-right: 20px;
        top: -6px;
        left: 30px;
        display: none;
    }

    .truncate.truncated .helpicon{
        display: none;
    }

    .helpicon {
        top: 0px;
        position: absolute;
        left: 50%;
        right: 50%;
    }

    .hide-it {
        display: inline-block;
    }

    .change-icon {
        /* color: #28a745 !important; */
        font-size: 19px;
        float: right;
        margin-top: 5px;
    }

    .change-icon-two {
        /* color: #28a745 !important; */
        font-size: 21px;
        float: right;
        margin-top: 5px;
    }

    .truncate.truncated {
        white-space: initial;
        width: 320px;
        display: block;
    }

    .order-number {
        margin-left: 0px !important;
    }

    .customer-name {
        margin-left: 0px;
    }

    .down-icon {
        font-size: 23px;
    }

    .scrolling {
        height: 360px;
        overflow: scroll;
        margin-bottom: 10px;
        overflow-x: hidden
    }
}

#default-client-not-selected-bar {
    background-color: #e3e3e3;
}

.order-scrolling {
    height: auto;
    overflow: scroll;
    margin-bottom: 10px;
    overflow-x: hidden;

}