﻿.hidden {
    display: none;
}

.errorMessage {
    font-weight: bold;
}

span {
    font-weight: bold;
}

.file-upload {
}

.BrollOnlinePageHeader {
    display: block !important;
}
.background-none{
    background:none;
}
.width100per{
    width:100%;
}
.height50px{
    height:50px;
}
.height130px {
    height: 130px;
}
.textalignright {
    text-align: right;
}
.marginRight15px {
    margin-right: 15px;
}
.fontsizexxSmall{
    font-size:xx-small;
}
.cursorPointer {
    cursor: pointer;
}
.textAlignCenter{
    text-align:center;
}
.visibilityhidden{
    visibility:hidden;
}
.fontColor333 {
    color: #333333;
}
.HorizontalAlignCenter {
    text-align: center;
}
.fontweightBold {
    font-weight: bold;
}
.fontSizeMed{
    font-size:medium;
}
.colorRed{
    color:red !important;
}
.height100px {
    height: 100px;
}
.width100px{
    width:100px
}