﻿/* Style GestFit */

.gf-label 
{
    color: Gray;
    font-weight: bold;
}

.gf-value
{
}

.gf-form-label 
{
    color: Gray;
    font-weight: bold;
    min-width: 115px;
}

.gf-form-value 
{
    min-width: 115px;
}

a:hover
{
    color: #007bff;
}

.table > tbody > tr.selected
{
    background-color: #D4E4F7;
}

/* Banniere d'expiration GestFitV2 (DateBlocage) */
#blocageBanner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    background-color: #dc3545;
    color: #fff;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

    #blocageBanner i {
        margin-right: 8px;
    }

body.with-blocage-banner {
    padding-top: 136px;
}

    body.with-blocage-banner > header {
        top: 36px;
    }

    /* La sidebar est en position:fixed top:0 (cf. 03_hack.css). Sans cette regle, la banniere
       recouvrirait le premier item du menu (Tableau de bord). */
    body.with-blocage-banner .sidebar-menu {
        top: 36px;
    }
