body {
    font-family: "lato", sans-serif;
}
.tbhead {
    background-color: #aabbd6;
}

table,
th {
    color: #2b569a;
    text-align: left;
    font-family: 'latto', sans-serif;
}
table,
td{
    color: black;
    text-align: left;
    font-size: small;
    font-family: 'latto', sans-serif;
}
.updateCate {
    color: black;
}
.updateCate1 {
    color: black;
    font-family: 'latto', sans-serif;
}
.headerColor{
    background-color: #2b569a ;
}
.headingColor{
    color: #2b569a;
}
.Submitbtn{
    background-color: #2b569a;
    color: white;
    float: right;
}
.Scanbtn{
    background-color: #2b569a;
    color: white;
    float: center;
}
.Submitbtn1{
    background-color: #2b569a;
    color: white;
}
.btn:hover{
    background-color: #2b569a;
    color: white !important;
    /* float: right; */
}
.Production{
    color: #2b569a;
    /* text-align: left; */
    font-family: 'latto', sans-serif;
}
.form-group.required .form-label:after {
    content: " *";
    color: red;
}
.form-group.required .form-control-label:after {
    content: " *";
    color: red;
}
.required1 .form-label:after {
    content: " *";
    color: red;
}
.ItemtableWidth{
    width: 100px;
}
.floatRyt{
    float: right;
}
.line{
    margin-top: -3%;
    width:50%;
}
.btnHeader{
    float:right;
    margin-right:3%;
    margin-top:-5px;
    background-color:white;
    color:#2b569a
}
.btnHeader:hover{
    float:right;
    margin-right:3%;
    margin-top:-5px;
    background-color:white;
    color:#2b569a
}
.jobBtn{
    margin-bottom: 0!important;
    padding: 0.5rem .5rem; 
}
.textForPro{
    font-family: 'Lato', sans-serif;
     margin-top:-6%;
}
.Submitbtns{
    background-color: white;
    color: #2b569a;
    float: right;
}
.Submitbtns:hover{
    background-color: white;
    color: #2b569a;
    float: right;
}
.SubmitbtnAdd{
    color: white;
    background-color: #2b569a; 
    font-size: .780rem;
    margin-top: 15%;
    font-family: 'Lato', sans-serif;
    border: none;
}
.editIcon{
    border: none;
    background:none; 
    color:rgb(46, 103, 183);
}
.faList{
    border: none;
    background:none; 
    color:rgb(44, 61, 121);
}
.deleteIcon{
    border: none; 
    background:none; 
    color:rgb(204, 78, 78);
}
.pdfIcons{
    border: none;
    background:none; 
    color:red;
    font-size: xx-large;
    margin-top: 2rem;

}
.PrintIconss{
    border: none;
    background:none; 
    color:gray;
    font-size: xx-large;
    margin-top: 2rem;

}
.excelIcons{
    border: none;
    background:none; 
    color:green;
    font-size: xx-large;
    margin-top: 2rem;

}
.searchIcons{
    border: none;
    background:none; 
    color:rgb(71, 71, 194);
    font-size: xx-large;
    margin-top: 2rem;

}
#IconsId{
    display: none;
}

#AllIcons{
    display: none;
}
.headerTitle{
    font-family: 'Lato', sans-serif;
    color  :white;margin: 0 0 0 23px;
}
    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(110, 107, 107, 0.5);
        backdrop-filter: blur(1px);
        z-index: 9999;
        display: none;
    }

   #overlay #commonLoader {
       position: relative;
       top: 45%;
       left: 50%;
       width: 10%;
       text-align: center;
       z-index: 99999;
       border-radius: 50%;
   }