label {
    font-weight:500;
}
input[type=file] {
    width: 100%;
    height: 26px;
    padding-left: 2px;
    border: 1.5px solid #25dee2;
    font-size: 13px;
}
.padding5 {
padding: 5px !important;
}
.red {
color: #ff0000;
padding-left: 2px;
}
.dataTables_scroll{
border: 2px solid #266669;
}
.dataTables_scrollHeadInner{
    margin-top: -7px;
}
.modalfooter{
    border-top: 2px solid !important;
     margin-top:0px !important;
}
input[type="text"],input[type="Password"],.textstyle {
        width: 100%;
    height: 25px;
    padding-left: 2px;
    border: 1.5px solid #25dee2; 
    font-size: 13px;
}
.theadcls{
    background: #25dee2;color:white;
}
.tableborder{
    border: 2px solid #25dee2;
    width: 100%;
}
.TextAreaForStyle{
        width: 100%;
   
    padding-left: 2px;
    border: 1.5px solid #25dee2; 
    font-size: 13px;
}

select.sn-error, textarea.sn-error {
border-width:2px;
border-color:red;
}
input.sn-error, textarea.sn-error {
border-color:red;
}
.processing
{
position: fixed;
z-index: 10000;
height: 100%;
width: 100%;
top: 0;
left: 0;
background-color: Black;
filter: alpha(opacity=60);
opacity: 0.6;
-moz-opacity: 0.8;
}
.center
{
z-index: 10000;
margin: 300px auto;
padding: 10px;
width: 130px;
background-color: White;
border-radius: 10px;
filter: alpha(opacity=100);
opacity: 1;
-moz-opacity: 1;
}

.fa-trash-o{
    color:green;

}