body {
    padding-top: 5rem;
    font-family: 'PT Sans', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.navbar-white {
    border-top: 4px solid #e11b2b;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
}

.navbar-white .nav-item.active {
    background-color: rgba(0, 0, 0, .05);
    border-radius: 3px;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .1);
    /*
    border-bottom: 2px solid #e11b2b;
    */
}

.navbar-white .nav-item.active .nav-link {
    color: #000000;
}

.navbar-white .nav-logo {
    height: 30px;
    width: 30px;
    vertical-align: text-bottom;
}

.navbar-white .navbar-toggler-icon {
    color: rgba(0, 0, 0, .7);
    font-size: 1.2em;
    line-height: 1.5em;

}

.navbar-white .navbar-toggler {
    border-color: rgba(0, 0, 0, .1);
    padding: 0 8px;
    cursor: pointer;
}

.navbar-white .navbar-toggler:focus, .navbar-white .navbar-toggler:hover {
    color: rgba(0, 0, 0, .9);
}

.navbar-white .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.9);
}

.card {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

.padded-row {
    margin-top: 1rem;
}

.no-padding {
    padding: 0;
}

.shadow-dropped {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
}

.dropdown-passive {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: normal;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

a.link-underlined {
    border-bottom: 1px solid rgba(2, 117, 216, .3);
    transition: border .3s ease-in-out;
    text-decoration: none;
}

a:hover.link-underlined {
    border-bottom: 1px solid rgba(2, 117, 216, .8);
}

.tracking-status-in_transit, .tracking-status-delivered, .tracking-status-accepted {
    color: #16a085;
}

.tracking-status-new {
    color: #0078d2;
}

.tracking-status-processing {
    color: #1d1e1f;
}

.tracking-status-declined {
    color: #4b5257;
    text-decoration: line-through;
}

.tracking-status-unassigned {
    color: #dc2e1c;
}

.label-outline {
    border: 1px solid #4b5257;
    border-radius: 3px;
    padding: 0 3px;
}

.del-ico {
    color: red !important;
    display: inline-block;
    margin-right: 10px;
}

.edit-ico {
    color: black !important;
    display: inline-block;
    margin-right: 20px;
}

.shipment-tick {

}

.shipment-tick .tick {
    border: 1px solid #66afe9;
    border-radius: 500px;
    width: 26px;
    height: 26px;
    margin-top: -40px;
    position: relative;
    text-align: center;
}

.shipment-selector-block {
    margin-top: 30px;
    border: 1px solid #025aa5;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom: none;
    box-shadow: 0 -2px 2px 1px rgba(100,100,100, .4);
    padding: 8px 5px 0;
    position: fixed;
    background-color: #fff;
    bottom: 0;
}
.shipment-selector {
    background-color: #fff;
    z-index: 9999;
}