﻿body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 14px;
}

#submitOrderDetail .modal-lg , #OrderStatusDetailModal .modal-lg, #PendingOrderDetailModal .modal-lg,
#CreateNewManualOrderModal .modal-lg, #CreateManualShipmentModal .modal-lg,#pullOrderFromBrightpearlModal .modal-lg,
#viewManualOrderDetailModal .modal-lg, #AshlinProformaInvoiceModal .modal-lg ,#ConfirmManualShipmentModal .modal-lg,
#newBundledItem .modal-lg, #ManualProformaInvoiceModal .modal-lg
{
    max-width: 80vw !important;
}
.modal-ashlin-design{
    max-width: 100vw !important;
}
.ashlinNavLink{
    font-size: xx-large;
    font-weight: bolder;
    display: inline-block !important;
    text-align: center;
    margin: 0 0 0 25px;
}
.navbar-light .navbar-nav .nav-link {
    color: #212529;
}
.orderTable{
    font-size: 16px;
}
.ashlinSideBar a{
    color: #000;
}
.ashlinSideBar a:hover{
    text-decoration: none;
}
.ashlinSideBar button{
    width: 100%;
    font-size: 30px;
    font-weight: 300;
}
.ashlinSideBar button:hover{
    cursor: pointer;
    background-color: rgb(0, 225, 255);
}
.ashlin-react-table-header-info{
    font-size: 20px;
    font-weight: bolder;
    background-color: ghostwhite;
}
.sidebar-selected {
    background-color: rgb(0, 225, 255) !important;
}
.ashlinMainSideBar button {
    font-size: 30px;
    font-weight: 300;
}
.ashlinMainSideBar button:hover{
    background-color: rgb(0, 225, 255);
}
.btn{
    font-size: 30px !important;
}
.modal-title{
    width: 100%;
    text-align: center;
}
textarea{
    resize: none !important;
}
.wrapper{
    padding-top: 50px;
    font-size: xx-large;
    font-weight: bolder;
    color: rgba(0,0,0,.5);
    display: flex;
    width: 100%;
    align-items: stretch;
    background-color:#f8f9fa!important
}
.wrapper .field{
    padding: 10px;
    border: #d4f4f5;
    min-width: 100%;
    max-width: 100%;
}

#sidebar {
    min-width: 100%;
    max-width: 100%;
    min-height: calc(100vh - 196px);

}
#sidebar a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
    display: block;
}
a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right:10px;
    transform: translateY(-50%);
}
.navbar{
    border-bottom: 1px solid lightgrey;
    border-radius: 5px;
}

.update-sku-input{
    width: 100%;
}
.quick-pricing-sku{
    width: 100%;
    font-size: 35px;
}
.pendingOrderTable th, .pendingOrderTable td{
    padding:0 !important;
    margin:0 !important;
}
.pendingOrderTable thead th,.pendingOrderTable td{
    text-align: center;
}
.pendingOrderTable tbody th{
    text-align: right;
    padding-right: 10px !important;
}

.nav-link ashlinNavLink{
    color: #212529;
}