.tableFixed {
    table-layout: fixed;
}
.lightGray {
    background-color: #e8e8e8 !important;
}
.cellVerticalCenter {
    vertical-align: middle !important;
}
.scrollTopBtn {
    display: block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
}
.scrollTopBtn_hide {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
}
.captcha {
    background-color: #e1e6e8;
}