/* =====================================
                  Fonts
   ===================================== */
/* -------------- Color ---------------- */
.link-gray {
    color: #979797;
}
.link-gray:hover, .link-gray:focus, .link-gray:active, .link-gray:target {
    color: dimgrey;
}
.font-firebrick {
    color: firebrick;
}
.font-darkgreen {
    color: darkgreen;
}
.text-blocked {
    color: #c2c2c2 !important;
}
/* -------------- Weight --------------- */
.font-weight-bold {
    font-weight: bold;
}
/* =====================================
                  Padding
   ===================================== */
.padding-top-md {
    padding-top: 30px;
}
.padding-left-sm {
    padding-left: 15px;
}
/* =====================================
                Bootstrap 4
   ===================================== */
.mt-15 {
    margin-top: 15px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-05 {
    margin-bottom: 5px !important;
}
.w-100 {
    width: 100% !important;
}
/* =====================================
                 Display
   ===================================== */

/* =====================================
                 Cursor
   ===================================== */
.c-not-allowed {
   cursor: not-allowed;
}