﻿.height-5 {height:5px; width:100%;}
.height-10{height:10px; width:100%;}
.height-15{height:15px; width:100%;}
.height-20{height:20px; width:100%;}
.height-25{height:25px; width:100%;}
.height-30{height:30px; width:100%;}
.errorMessage {
    background: #ff8983;
    color: #fff;
}
.warningMessage {
    background: #ffb467;
    color: #fff;
}
.successMessage {
    background: #51b75c;
    color: #fff;
}
.customStyle {
    padding: 5px;
}
.dataTables_scrollHeadInner, table{
    min-width:100% !important;
}
.modal-list-title-underline {
    border-bottom: 1px solid #c3c3c3 !important;
    padding-bottom: 5px;
}
.item-style{
    font-size:11px;
}