﻿
.borderbottom {
    border-bottom: 1px solid gray;
}


/* main page index*/


.bg-topmenu {
    background-color: #ff0000 !important;
}


.pagebreak {
    page-break-after: always;
    visibility: hidden;
}
@media print {
    pagebreak {
        page-break-after: always;
    }
    .endofpage {
        visibility: hidden;
    }
}

.Multiply {
    display: flex;
    align-items: stretch;
    gap: 10px;
    justify-content: center;
    align-content: center;
    background-color: #dedede;
    border-radius: 5px;
    text-align: center;
}

    .Multiply .input {
        width: 40px;
        padding-top: 5px;
        text-align: right;
        border-radius: 5px;
        font-weight: bold;
    }

    .Multiply .btn {
        width: 75px;
    }

.x1, .x3 {
    width: 25%;
}

.x2 {
    width: 5%;
    margin-top: 2px;
    color: black;
}



/* Invoice Colors / State*/
.btn-readynew {
    color: #FFFFFF;
    background-color: #3084F2;
    border-color: #3084F2;
}

.btn-scheduled {
    color: #FFFFFF;
    background-color: #163E8C;
    border-color: #163E8C;
}

.btn-enroute {
    color: #FFFFFF;
    background-color: #718C0F;
    border-color: #718C0F;
}

.btn-delivered {
    color: #FFFFFF;
    background-color: #01402E;
    border-color: #01402E;
}

.btn-billing {
    color: #FFFFFF;
    background-color: #D98014;
    border-color: #D98014;
}

.btn-invoiced {
    color: #FFFFFF;
    background-color: #590202;
    border-color: #590202;
}

.btn-paperworksent {
    color: #FFFFFF;
    background-color: #BF3604;
    border-color: #BF3604;
}

.btn-cancelled {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000;
}

.btn-standard {
    color: #FFFFFF;
    background-color: #D91818;
    border-color: #D91818;
}

.btn-submit {
    color: #FFFFFF;
    background-color: #83A603;
    border-color: #83A603;
}

.btn-cancel {
    color: #FFFFFF;
    background-color: #A61103;
    border-color: #A61103;
}


.banner-image {
    width: 100%;
    height: auto
}

.menu-container {
    margin: auto;
    /*width: 800px;*/
    display: grid;
    grid-template-columns: 1fr 3fr 3fr 1fr;
    grid-gap: 50px;
    justify-items: stretch;
    align-items: start;
}

    .menu-container .btn {
        margin: 20px 0px;
        box-shadow: 0px 0px 5px rgba(0,0,0,.5);
        transition: transform 300ms ease-in-out;
        /*        background-color: transparent;
        border: solid 1px #0094ff;
*/
    }

        .menu-container .btn:hover {
            transform: scale(.98);
        }


/* CSS for Delivery Reprot*/
.table-full {
    width: 100%;
}

/* COLOR schema for order status*/
.order-status {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.2rem;
    border-radius: 0.2rem;
    color: #fff;
    border-color: #007bff;
    text-align: center;
    vertical-align: middle;
}

.order-new {
    background-color: #058F00;
}

.order-scheduled {
    background-color: orange;
}

.order-enroute {
    background-color: red;
}

.order-delivered {
    background-color: blue;
}

.order-billing {
    background-color: #FF00FC;
}

.order-invoiced {
    background-color: #039EFA;
}

.order-cancelled {
    background-color: black;
}




.splash-logo {
    width: 100%;
    margin: auto;
    text-align: center;
}

    .splash-logo img {
        height: 400px;
        margin: auto;
        border-radius: 10px;
        border: solid 1px #fff;
        box-shadow: 0px 0px 20px rgba(0,0,0,.5);
    }


.copy-right {
    font-size: .7rem;
    font-family: Verdana, sans-serif;
    color: darkcyan;
}

.running-time {
    font-size: .8rem;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    color: cadetblue;
}

small {
    font-size: .7rem !important;
}

/* Order edit screen*/
.btn-mt-sm {
    margin: 5px 0px 5px;
    padding: 1px 10px;
    font-size: .8rem;
}

.input-mt-sm {
    height: .8rem;
    font-size: .8rem;
    height: 1.5rem;
    margin-top: 3px;
    border: none;
    border-bottom: #eee solid 1px;
    border-radius: 0px;
}

.linked-orders .card-header {
    font-weight: bold;
    font-family: Verdana, sans-serif;
}

.linked-orders .card-footer {
    font-size: .7rem;
    text-align: left;
    font-family: Verdana, sans-serif;
}





/* Notifications from share index*/
.alert-custom-error {
    background-color: #a10000;
    color: white;
    /*font-family: 'Gruppo', cursive;*/
}

.alert-custom-success {
    background-color: #008000;
    color: white;
    /*font-family: 'Gruppo', cursive;*/
}

.buttom-right {
    margin-top: 10px;
    position: fixed;
    bottom: 50px;
    right: 5px;
    z-index: 3;
}

.update-status {
    margin-top: .1rem;
    padding-top: .1rem;
    padding-bottom: .1rem;
    padding-right: .5rem;
    padding-left: .5rem;
    font-family: Verdana;
    font-size: .6rem;
}

.order-card-header {
    border-radius: 5px;
}




/* Disptach Schedule Card - Footer Link*/
.purple-background {
    background-color: purple;
    color: white;
}


/*Side Navvar*/
.navbar {
    z-index: 1040;
}

.side-nav {
    margin-top: 45px !important;
}

.double-nav .breadcrumb-dn p {
    color: #fff;
}

@media (min-width: 1000px) {
    .fixed-sn main {
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
}

.border-bottom-yellow {
    background-color: #ff0000;
}



.alignRight {
    text-align: right;
}

.alignCenter {
    text-align: center;
}

.productDelButton {
    margin-top: 0pt;
    margin-bottom: 0pt;
    width: 50%
}


/*Reports side nav bar*/

.report-container {
    padding-left: 200px !important;
}
/* The side navigation menu */
.report-sidenav {
    height: 100%; /* 100% Full-height */
    width: 200px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 90px; /* Place content 60px from the top */
}

    /* The navigation menu links */
    .report-sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 1rem;
        color: #FFBD33;
        display: block;
        transition: 0.3s;
    }

        /* When you mouse over the navigation links, change their color */
        .report-sidenav a:hover {
            color: #f1f1f1;
        }

    /* Position and style the close button (top right corner) */
    .report-sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 1rem;
        margin-left: 50px;
    }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

/* end of reports side nav bar */










/*@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot');
    src: url('../lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
*/

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.m-schedule-card {
    line-height: 1;
}

.m-card-text {
    font-size: .6rem;
}

.m-v9font {
    font-size: 12px;
    font-family: Verdana, Arial;
}

.m-schedule_drivers_dropdown {
    font-size: 12px;
    font-family: Verdana, Arial;
    width: 200px;
}

.m-schedule-card-footer {
    padding: 0px;
}

.m-sortable {
    border: 1px solid #eee;
    width: 142px;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 0;
    float: left;
    margin-right: 10px;
}

    .m-sortable li {
        margin: 0 5px 5px 5px;
        padding: 5px;
        font-size: 1.2em;
        width: 120px;
    }


ul.m-horizental {
    width: 100%
}

    ul.m-horizental li {
        display: inline-block;
        list-style: none;
        padding: 5px;
        margin: 2px;
        width: 120px;
    }

.m-card-btn {
    font-size: 8pt;
}

.m-schedule-select-driver {
    font-size: 8pt;
}

.m-schedule-new-orders {
    background-color: beige;
}

.m-150wide {
    width: 150%;
}
/*#sortable1, #sortable2, #sortable3 {
    border: 1px solid #eee;
    width: 142px;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
}

    #sortable1 li, #sortable2 li, #sortable3 li {
        margin: 0 5px 5px 5px;
        padding: 5px;
        font-size: 1.2em;
        width: 120px;
    }
*/
.card-driver {
    min-height: 100px;
    min-width: 200px;
    margin-right: 2px;
    max-width: 200px;
    font-size: 8pt;
    font-family: verdana;
}

.card-schedule {
    min-height: 100%;
    min-width: 100%;
    height: 160px;
    width: 120px;
    margin-right: 2px;
    font-size: 8pt;
    font-family: verdana;
    padding: 1px;
}

m-row {
    padding: 0px;
}

.container {
    /*    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 1px;
    margin-left: 10px;
*/
}

/* overwrite bootstrap values*/

.card-body {
    padding: 1px
    /*    padding: 1rem;*/
}

.mt-form-group {
    margin-bottom: 0rem;
}

/*.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .25rem;
}

.card-header {
    padding: 0.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.table th, .table td {
    padding: 0.1rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
*/
/* make the modal top banner go across*/
.modal-header {
    display: block;
}

/* end of bootstrap overwrite*/


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
/*a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}*/

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    /*    background-color: #1b6ec2;*/
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
