.fontColor{
    color: rgb(50,50,50)!important;
}
.colorRed {
    color: #b40c28!important;
}

.colorGreen {
    color: #caf895 !important;
}

.colorBlue {
    color: #4C6FC4!important;
}

.colorOrange {
    color: #b96933!important;
}
.colorYellow{
    color: #f7f895!important;
}
.colorWhite{
    color: #ffffff!important;
}

.error {
    font-family: LatoBold, serif;
    font-size: 110%;
    color: rgb(200,0,0);
}
.small {
    font-size: 90% !important;
}
.extSmall {
    font-size: 90% !important;
}
.large{
    font-size: 110% !important;
}
.extLarge{
    font-size: 130% !important;
}
.italic {
    font-style: italic!important;
}
.normal {
    font-size: 100%;
    color: rgb(86, 86, 86);
    line-height: 2;
}
.bold{
    font-weight: bold;
}
.w100{
    width: 100%;
}
.w90{
    width: 90%;
}
.w80{
    width: 80%;
}
.w75{
    width: 75%;
}
.w50{
    width: 50%;
}
.w25{
    width: 25%;
}
.w10{
    width: 10%;
}
.wNumber{
    width: 100px!important;
    min-width: 100px!important;
}
.wDate{
    width: 100px!important;
    min-width: 100px!important;
}
.wMultiSelect{
    width: 200px!important;
    min-width: 200px!important;
}
.wLongCombo{
    width: 200px!important;
    min-width: 200px!important;
}
.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.top {
    vertical-align: top;
}
.bottom {
    vertical-align: bottom;
}
.middle{
    vertical-align: center;
}
.floatLeft{
    float: left;
}
.floatRight{
    float: right;
}
.border{
    border: #777777 solid 1px;
}

.bgWhite {
    background: rgb(246,246,246)!important;
}

.bgGreen {
    background: rgb(235,245,217)!important;
}
.bgRed {
    background: #931424!important;
}

.cursorPointer {
    cursor: pointer;
}
.cursorArrow {
    cursor:default;
}

.displayShow{
    display:revert;
}

.displayHide {
    display: none;
}

.bgLightMask{
    background-color: rgba(255,255,255,0.2);
}
.bgDarkMask{
    background-color: rgba(0,0,0,0.2);
}
.bgMask{
    background-color: rgba(100,100,100,0.2);
}
.colHide1{
    display: revert;
}
.colHide2{
    display: revert;
}

.uppercase{
    text-transform: uppercase;
}

.lowercase{
    text-transform: lowercase;
}
.capitalize{
    text-transform: capitalize;
}
.spaceLeft{
    margin-left: 10px;
}
.spaceRight{
    margin-right: 10px;
}
.spaceTop{
    margin-top: 12px;
}
.spaceBottom{
    margin-bottom: 12px;
}
.clearLeft{
    clear: left;
}
.clearRight{
    clear: right;
}