.float-right{
    float: right;
}   
.display-inline-block{
    display: inline-block;
}
.record-not-found{
    text-align: center;
    color: red;
}
.hide{
    display: none;
}
.margin-top-negative-4{
    margin-top: -4px;
}
.width-74-percent{
    width: 74%;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.required{
    color: red;
}
.width-45-percent{
    width: 45%;
}
.width-32-percent{
    width: 32%;
}
.mr-10{
    margin-right:10px;
}
.width-80-percent{
    width: 80%;
}
.text-align-center{
    text-align: center;
}
.width-100-percent{
    width: 100%;
}
.width-49-percent {
    width: 49%;
}
.width-40-percent {
    width: 40%;
}
.margin-top-10{
    margin-top: 10px;
}
.margin-top-15{
    margin-top: 15px;
}
.width-95-percent{
    width: 95%;
}
.min-height-190{
    min-height: 190px;
}
.min-height-255 {
    min-height: 255px;
}