body {
    background: #c6dbef;
    /* height: 100%; */
    margin: 0;
    padding: 0;
}

.wrapper {
    display: flex;
    box-sizing: border-box;
}

#navbar {
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
}

nav {
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.main {
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
}

.container {
    margin: 0;
    padding: 0;
    min-width: 100%;
}

#sidebar {
    width: 80px;
    min-width: 70px;
    z-index: 1000 !important;
    transition: all .25s ease-in-out;
    display: flex;
    flex-direction: column;
    background-color: #08306b;
    overflow-x: hidden;
}

#sidebar.expand {
    width: 260px;
    min-width: 260px;
}

#toggle-btn {
    background-color: transparent;
    cursor: pointer;
    border: 0;
    padding: 1rem 1.5rem;
}

#toggle-btn i {
    font-size: .90rem;
    color: #747474;
    padding-left: .50rem;
}

.sidebar-logo {
    margin: auto 0;
}

.sidebar-logo a {
    color: #bbbbbb;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
}

#sidebar:not(.expand) .sidebar-logo,
#sidebar:not(.expand) a.sidebar-link span {
    display: none;
}

.sidebar-nav {
    padding: 2rem 0;
    flex: 1 1 auto;
}

a.sidebar-link {
    padding: .625rem 1.625rem;
    color: #d6d6d6;
    display: block;
    font-size: .90rem;
    white-space: nowrap;
    border-left: 3px solid transparent;
    text-decoration: none;
    font-weight: 500;
}

.sidebar-link i {
    font-size: 18px;
    margin-right: 1.25rem;
    color: #d6d6d6;
}

a.sidebar-link:hover {
    background-color: rgba(255, 255, 255, .075);
    border-left: 3px solid #2171b5;
    margin: 0;
}

a.sidebar-link.active {
    background-color: rgba(255, 255, 255, .075);
    border-left: 3px solid #2171b5;
}

.sidebar-item {
    position: relative;
}

.main {
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
}

.main {
    padding: 20px;
}

td {
    vertical-align: middle
}

header img {
    margin-right: 10px;
}

header h4 {
    margin: 0;
    padding: 8px;
}

.btn-new-user button {
    border-radius: 40px !important;
    margin-bottom: 10px;
    float: right !important;
}

/* .btn-primary {
    background-color: #0e223e !important;
    outline: none !important;
    border: 0 !important;
} */

.content {
    border: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    min-height: 100vh !important;
}

.content_header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    background: #2171b5;
}

.content_main {
    padding: 20px 10px 0 10px;
}

.footer {
    margin: 0 !important;
    width: 100% !important;
    background-color: #0e3e20;
    height: 40px !important;
    color: gainsboro;
    padding: 10px;
}

.warehouse_buttons {
    display: flex;
    align-items: right;
    justify-content: right;
}

.warehouse_buttons button {
    border-radius: 60px !important;
    margin: 5px;
}

#warehouse-form label {
    /* font-weight: bold !important; */
    color: #646464;
}

.error_message_warehouse_no, .error_message_warehouse_code, .error_message_warehouse_name, .error_message_warehouse_address {
    color: red !important;
    font-size: 12px !important;
}

.stockin_buttons button {
    border-radius: 60px !important;
    margin-top: 30px !important;
}

.error_message_stockin_unit, .error_message_stockin_quantity, .error_message_stockin_price {
    color: #fd0303
}

.stockout_buttons {
    display: flex !important;
    align-items: right !important;
    justify-content: right !important;
}
.stockout_buttons button{
    border-radius: 60px !important;
    margin: 5px;
}

.error_message_stockout_quantity {
    color: #fd0303;
}

.user_buttons {
    display: flex !important;
    align-items: right !important;
    justify-content: right !important;
}

.user_buttons button {
    border-radius: 60px !important;
    margin: 5px;
}

.error_lastname, .error_firstname, .error_contact, .error_address, .error_username, .error_password {
    color: #fd0303;
    font-size: 12px !important;
}

.error_message_stocks {
    color: #fd0303;
    font-size: 12px !important;
}

.btn-stock-details button {
    border-radius: 40px !important;
}

a.productName:hover {
    color: #3b7ddd !important;
}

.select2-container {
    width: 100% !important;
}

.select2 {
    width: 100% !important;
}

.select2-hidden-accessible {
    height: 100px !important;
}

.select2-selection__rendered {
    line-height: 45px !important;
}
.select2-container .select2-selection--single {
    height: 50px !important;
}
.select2-selection__arrow {
    height: 49px !important;
}
.nav-pills .nav-link {
    color: #025a24 !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link  {
    background-color: #2171b5 !important;
    color: #fff !important;
}

/* preloader */
.display-none {
    display: none !important;
}

.overlay {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh !important;
    background: rgba(0,0,0,.8);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}

.lds-dual-ring {
    display: inline-block;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 20% auto;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

