/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 27, 2022, 2:41:28 PM
    Author     : 91852
*/
nav{
    background-color:#fff;  
}
body {
    font-family: "Poppins", sans-serif;
}
.navbar{
    padding: 0px;
    background: #fff;
}
span.error{
    color: red;
    font-size: 11px;
}
.page-header {
    background: #cce6ff;
    padding: 20px;
    margin-bottom: 10px;
color: #004389;}

.page-header h2 {
    font-size: 24px;
}
.form-group {
    min-width: 300px;
    max-width: 320px;
    margin-right: 10px;
}

.form-flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.cta-area {
    text-align: center;
    padding: 20px;
}
footer .bottom-bar {
    background-color: #3642a6 !important;
}
footer .bottom-bar p {
    font-size: 16px;
    color: #b0b4d0;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}
label {
    color: #3642a6;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

a#add_more_attr {
    margin-top: 23px;
}

a.navbar-brand img{
    width: 100%;
    height: 60px;
}

/* add warehouse page*/
.appended-row{
    padding: 0px 8px 8px 11px;
}
a#add_more_rack {
    margin: 20px 0px 0px -10px;
}
.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}
.card-div{
    padding: 5px;
}

.rack-row {
    padding: 10px;
    background-color: #fff;
    margin: 5px 0;
    /*cursor: pointer;*/
    display: inline-block;
    width: 100%;
    box-shadow: 1px 1px 11px 0 rgb(0 0 0 / 30%);
    -webkit-box-shadow: 1px 1px 11px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, .3);
}
.rack-row h2 {
    font-size: 16px;
    padding: 0;
}
a#add_more_shelf {margin: 15px 5px 13px -8px}
.delete_shelf{
    padding: 28px;
}
#part_no_page_div a, #view_item_div a,#shelfShowDiv a{
    color: #2f2f2f;
    text-decoration: none;
}
.form-group-requisition {
    min-width: 200px;
    max-width: 250px;
    margin-right: 7px;
}
a#add_more_requisition,a.btn_remove_requistion {margin-left: 120px; margin-top: 17px}
.card.w_card {margin-bottom: 10px;}

span.help-text {font-size: 12px;color: #818e95;font-style: italic;margin-left: 10px;}

.section-form h6 {font-size: 14px;color: #626e70; margin-top: 30px}

.form-check.form-check-inline {padding-top: 30px;}