body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .site-menubar {
    font-family: 'GHEA Grapalat',arnamu, "Arial AMU", "Arial Unicode", sans-serif!important;
}
@font-face {
    font-family: 'arnamu';
    src: url('fonts/arnamu.eot');
    src: local('fonts/arnamu'), url('fonts/arnamu.woff') format('woff'), url('fonts/arnamu.ttf') format('truetype');
}
@font-face {
    font-family: 'GHEA Grapalat';
    src: url('fonts/GHEAGrpalatReg.otf') format("opentype");
    font-style: normal;
    font-weight: normal;

}
@font-face {
    font-family: 'GHEA Grapalat';
    src: url('fonts/GHEAGrapalatRit.otf') format("opentype");
    font-style: italic;
    font-weight: normal;

}
@font-face {
    font-family: 'GHEA Grapalat';
    src: url('fonts/GHEAGrapalatBlit.otf') format("opentype");
    font-style: italic;
    font-weight: bold;

}
@font-face {
    font-family: 'GHEA Grapalat';
    src: url('fonts/GHEAGpalatBld.otf') format("opentype");
    font-style: normal;
    font-weight: bold;

}
@font-face {
    font-family: 'Sylfaen';
    src: url('fonts/Sylfaen.woff2') format('woff2'),
    url('fonts/Sylfaen.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial LatArm';
    src: url('fonts/ArialLatArm.woff2') format('woff2'),
    url('fonts/ArialLatArm.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial AM';
    src: url('fonts/ArialAMBold.woff2') format('woff2'),
    url('fonts/ArialAMBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


.bootstrap-table .fixed-table-container .fixed-table-body .table thead tr th {
    font-weight: 600!important;
}
.table-hover>tbody>tr:hover {
    background-color: #e2e2e2 !important;
}
.view-form-label {
    font-weight: 600!important;
}
.sub-panel-heading {
    border-bottom: solid 1px #4c6faf !important;
}

#common-mod-tabs .nav-tabs-horizontal>.nav-tabs{
    float: none;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
}
#common-mod-tabs .nav-tabs-horizontal>.nav-tabs>li{
    float: left;
    margin-bottom: -1px;
    margin-right: 0;
}
#common-mod-tabs .nav-tabs-horizontal>.nav-tabs>li>a{
    border-right: 0;
    margin-bottom: 0;
    border-radius: 0;
}
#common-mod-tabs .nav-tabs-horizontal>.nav-tabs>li.active>a{
    color: #3f51b5;
    background-color: transparent;
    border-bottom: 2px solid #3f51b5;
}
#common-mod-tabs .nav-tabs-horizontal>.nav-tabs>li>a:hover{
    border-right: none;
}