﻿/* Show it is fixed to the top */
body {
    font-size: 12px !important;
    padding-top: 4.5rem;
    /*font-family: cera-round-pro, "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
}

/*.....................................SHARED...............................*/
.bg-nav-hg {
    background-image: linear-gradient(to right, #000814, #001d3d); /*HG*/
}
.bg-nav-ubu {
    background-image: linear-gradient(to right, #247b7b, #44a1a0); /*Ubu*/
}
.bg-nav-umzi {
    background-image: linear-gradient(to right, #247b7b, #44a1a0); /*UMZ*/
}

.login-bg-img-hg {
    background-image: url("../hg_bg_6.jpg") !important;
}
.login-bg-img-ubu {
    background-image: url("../ubu_bg_1.jpg") !important;
}
.login-bg-img-umzi {
    background-image: url("../bg_5.jpg") !important;
}
/*..........................................................................*/

.logo-header-1 {
    color: #353535 !important;
}
.logo-header-2 {
    color: #3c6e71 !important;
}

.active-nav {
    font-size: 15px !important;
    text-decoration: underline;
    font-weight: bold !important;
}

.active-tab-main {
    background-color: #415a77 !important;
}
.active-tab-sub {
    background-color: #778da9 !important;
}
.custom-link-white {
    color: #fff !important;
    font-weight: bold !important;
    cursor: pointer !important;
}

.custom-link {
    cursor: pointer;
    color: #007bff;
}

.selected-btn-link {
    font-weight: bolder !important;
    font-size: 22px !important;
}

.btn-link {
    text-decoration: none !important;
}
.disabled-link {
    pointer-events: none;
    cursor: default;
    color: grey !important;
    text-decoration: none !important;
}

.mr-2 {
    margin-right: 2px !important;
}

.mr-5 {
    margin-right: 5px !important;
}
.ml-3 {
    margin-left: 3px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.input-group-text {
    font-size: 12px !important;
    font-weight: bold !important;
}

.form-control {
    font-size: 12px !important;
}

.form-select {
    font-size: 12px !important;
}

.lead{
    font-size: 1.1rem !important;
}
.t-header {
    /*background-image: linear-gradient(to right, #9ad1d4, #ccdbdc);*/
    /*color: #2b2d42 !important;*/
    font-weight: bolder !important;
    margin-bottom: 3px !important;
}

.badge-prim {
    color: #fff !important;
    background-color: #007bff !important;
}
.badge-sec {
    color: #fff !important;
    background-color: #6c757d !important;
}
.badge-dan {
    color: #fff !important;
    background-color: #dc3545 !important;
}
.badge-suc {
    color: #fff !important;
    background-color: #28a745 !important;
}
.badge-info {
    color: #fff !important;
    background-color: #17a2b8 !important;
}

.f-bold{
    font-weight: bold !important;
}
.bg-warn {
    color: ##fff !important;
    background-color: #ffc107 !important;
}
.bg-activ {
    color: ##fff !important;
    background-color: #ffca3a !important;
}
.f-12{
    font-size: 12px !important;
}
.f-13 {
    font-size: 13px !important;
}
.f-14 {
    font-size: 14px !important;
}
.f-15 {
    font-size: 15px !important;
}
.f-17 {
    font-size: 17px !important;
}
.custom-link {
    cursor: pointer;
    color: #007bff;
}

    .custom-link:hover {
        text-decoration: underline;
        font-weight: bold;
    }
