
.form-PagingBoxcontrol {
    padding: 2px 10px;
    font-size: 14px;
    line-height: 1;
    border-radius: 4px;
    color: #555;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #808080;
}

.form-PagingCommentBoxcontrol {
    padding: 0px 0px;
    font-size: 8px;
    line-height: 0.5;
    border-radius: 4px;
    color: #555;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #808080;
}

.form-PagingSelectcontrol {
    height: 28px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.42857143;
    font-weight: bold;
    font-family: 'Trebuchet MS';
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #808080;
    border-radius: 4px;
}

.form-Pagingcontrol {
    display: block;
    width: 40px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.42857143;
    font-family: 'Trebuchet MS';
    color: #555;
    margin: 0px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #808080;
    border-radius: 4px;
}

#BtnCommonTop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #f0ad4e !important;
    color: black;
    cursor: pointer;
    border: 1px solid #808080;
    border-radius: 4px;
    width: 40px;
}

    #BtnCommonTop:hover {
        background-color: #555;
    }

#BtnCommonBack {
    position: fixed;
    top: 90px;
    right: 15px;
    z-index: 99;
    font-size: 12px;
    border: 1px solid #000;
    cursor: pointer;
    padding: 1px 4px;
    border-radius: 3px;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: none;
}

.Form-GridEditButton {
    color: Blue;
    font-size: 16px
}
.Form-GridViewButton {
    color: Blue;
    font-size: 16px
}


.Form-GridDeleteButton {
    color: orangered;
    font-size: 16px
}


.card .card-body p.introsubtext {
    background: #F9F9F9;
    margin: -20px -20px 20px -20px;
    padding: 10px;
    border-bottom: 1px solid #DBDEE0;
    border-top: 1px solid #DBDEE0;
    font-size:14px;
}
