body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .site-menubar {
    font-family: 'Montserrat', sans-serif !important;
    /*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;
}

.page-header{
    padding: 32px !important;
}
.page-content{
    padding-left: 32px !important;
    padding-right: 32px !important;
}
.btn-main{
    background-color: #FACC15;
    color: #2F2F2F;
}
.border-line{
    border-bottom: 1px solid #7C7C7C;
    margin-bottom: 24px;
}

.bold-text-24{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color:#2F2F2F;
}
.text-12{
    font-size: 12px;
    color: #2F2F2F;
    line-height: 20px;
    font-weight: 500;
}
.text-14{
    font-size: 14px;
    color: #2F2F2F;
    line-height: 24px;
    font-weight: 400;
}
.bold-text-16{
    font-size: 16px;
    color: #2F2F2F;
    line-height: 24px;
    font-weight: 600;
}
.medium-text-16{
    font-size: 16px;
    color: #2F2F2F;
    line-height: 24px;
    font-weight: 500;
}
.regular-text-20{
    font-size: 20px;
    color: #000000;
    line-height: 32px;
    font-weight: 400;
}
.regular-text-18{
    font-size: 18px;
    color: #000000;
    line-height: 32px;
    font-weight: 400;
}

