﻿#dvtabs {
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 5px;

}

.spnButton {
    /*padding-left: 5px;
    color: #595959;
    font-family: Calibri;
    font-weight: bold;
    padding-right: 5px;
    padding-bottom: 3px;
    cursor:pointer;*/
    padding: 0px;
    width: 100px;
    height: 30px;
    /* color: rgb(0, 112, 192); */
    font-size: 16px;
    border-right-color: currentColor;
    border-left-color: currentColor;
    border-right-width: 3px;
    border-bottom-width: 0px;
    border-left-width: medium;
    border-right-style: none;
    border-left-style: none;
    background-color: white;
    border-top-width: 0px;
    margin-right: 20px;
    font-weight: bold;
    color: #747474;
    cursor: pointer;
    margin-bottom: 15px;
    outline: none;
    font-family: Calibri;
    font-size: 18px;
}
.spnClick {
    border-bottom: 3px solid #30a8ae;
}
.form-check-input{
    margin-left:0px;
}

#dvtblrowsAudit{
    margin-bottom:90px;
}