﻿@charset "UTF-8";

.nav-link.register, .nav-link.login {
    min-width: 100px;
    border-radius: 3px !important;
}

.toast-error {
    background-color: #bd362f;
}

#toast-container .toast-info {
    background-color: #5db5c7 !important;
}

.input-validation-error {
    border-color: #DC3545;
}

.input-validation-error:focus {
    border-color: #DC3545;
    -webkit-box-shadow: 0 0 0 4px rgb(220 53 69 / 25%);
    box-shadow: 0 0 0 4px rgb(220 53 69 / 25%);
}

.access-denied {
    width: 100%;
    max-width: 360px;
    margin: auto;
    text-align: center;
}

#toast-container > div {
    opacity: 1;
    width: 350px;
}

.btn i { 
    margin-right: 10px;
}
a i.fa {
    line-height: inherit;
    margin-right: 10px;
}
.dataTables_wrapper .datatable-topbar .filter-row {
    width: 100%;
}
.dataTables_wrapper .datatable-topbar .filter-row .filter-title {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    float: left;
    line-height: 32px;
    margin-right: 10px;
}
.dataTables_wrapper .datatable-topbar .filter-row .filter-options .btn {
    

}
.dataTables_wrapper .dataTables_info {
    text-align: right;
}
.list-pagination {
    display: flex;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: center;
}
.sidenav-menu a {
    align-items: center;   
}
.sidenav-menu a i {
    margin-right: 8px;
}
.list-pagination .form-select {
    max-width: 100px;
    min-width:90px;
}
.list-pagination .page-size-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
}
.scroll-x {
    overflow-x: auto;
}

.breadcrumb-container, .site-alert {
    margin-top: -40px;
    margin-left: -30px;
    margin-bottom: 20px;
    width: 100vw;
}

.site-alert {
    margin-bottom: 40px;
    border-radius: 0px;
    padding: 23px 20px;
}

.header-right-action .nav-item.user .nav-link .name {
    margin-right:10px;
}
.header-right-action .nav-item.user .nav-link .thumbnail {
    text-align: center;
    background-color: #575757;
    height: 40px;
    width: 40px;
    border-radius: 20px;
}
.header-right-action .nav-item.user .nav-link .thumbnail i {
    line-height: 40px;
    margin: 0 auto;
    font-size: 25px;
    color: white;
}

.breadcrumb-container ol {
    padding-left: 20px;
    height: 40px;
    font-size: 15px;
}

.breadcrumb-container .breadcrumb-item {
    margin-top: 4px;
}

.btn-xs {
    font-size: 13px;
    height: 32px;
    padding: 6px 12px 4px;
}

.form-fieldset {
    border: 1px solid lightgrey;
    border-radius: 4px;
}

.row.form-fieldset {
    margin-right: 0;
    margin-left: 0;
}

.form-fieldset .fieldset-title {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #686868;
}

th.list-actions, td.list-actions {
    text-align: center;
}

.sidenav-section {
    background-color: #387478;
}

#filter-flex {
    display: flex;
    justify-content: space-between;
}

#status-changer-wrapper {
    width: 25%;
    float: right;
}

#status-changer-button {
    float:right;
    margin-top:10px;
}

#cb-column {
    width: 5%;
}

a.btn.btn-xs.btn-square.btn-primary {
    /*margin-left: 3px;*/

}

div#order-search {
    width: auto;

}

input#search-ordernum {
    line-height: 2.25;
}

button#order-search-submit {
    border: none;
    position: relative;
    top: 5px;
}

.flex-tab{
    display:flex;
    justify-content: space-around;
    min-height: 50vh;
}

.flex-split {
    width:45%;
    height: auto;
}

.flex-fieldset {
    max-height: 100%;
    display:block;
}

#activity-log {
    overflow: scroll;
    max-height:75%;
}

#exception-form {
    margin-bottom:25px;
}

#chart-wrapper {
    width:75%;
    text-align: center;
    margin: 0 auto;
}

#ship-scan #alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    font-size: 18px;
    font-weight: bold;
}

#ship-scan #alert-error {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    font-size: 18px;
    font-weight: bold;
}

#ship-scan #alert-primary {
    font-size: 18px;
}

#ship-scan #alert-primary span {
    font-weight: bold;
}

#make-scan #alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    font-size: 18px;
    font-weight: bold;
}

#make-scan #alert-error {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    font-size: 18px;
    font-weight: bold;
}

#make-scan #alert-primary {
    font-size: 18px;
}

#make-scan #alert-primary span {
    font-weight:bold;
}

.filter-options > .btn-primary {
    margin-left: 3px;
}

.dataTables_wrapper {
    overflow-x: scroll;
}

#awaiting-count, #hourly-count {
    font-size: 4rem;
}

@media only screen and (max-width: 991px)
{
    .logo-default {
        width: 175px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-container, .site-alert {
        margin-top: -30px;
        margin-left: -15px;
        margin-bottom: 15px;
    }

    .dataTables_wrapper {
        display: block;
        max-width: 100%;
    }

        .dataTables_wrapper table.table {
            max-width: 100%;
            width: 100%;
            overflow-x: auto;
            display: block;
        }

    .dataTables_wrapper .dataTables_info {
        display: block;
        margin-top: 16px;
        text-align: center;
    }

    .dataTables_wrapper .list-pagination {
        display: block;
        text-align: center;
        margin-top: 0px !important;
    }
    .dataTables_wrapper .datatable-footer {
        display: block;
    }
    .dataTables_wrapper .list-pagination .page-size-label {
        margin-top: 10px;
        margin-left: 0px;
    }
    .dataTables_wrapper .list-pagination #page-size {
        display: inline-block;
    }

    .site-alert {
        margin-bottom: 30px;
        padding: 20px 15px;
    }

    .breadcrumb-container .breadcrumb-item {
        margin-top: 0px;
    }

    .breadcrumb-container ol {
        padding-left: 15px;
        height: 30px;
        font-size: 15px;
    }

    .logo-default {
        width: 145px;
    }

    .flex-tab {
        display: block;
    }
    .flex-split {
        width: auto;
    }

    #activity-log {
        max-height:50vh;
    }
}
