﻿#ulDdlQualification li a span.label {
    width: 3em;
    display: inline-block;
    margin-right: 1em;
}

.sidebar {
    background-color: white;
    box-shadow: 3px 0px 3px #cfcfcf;
    min-height: 800px
}
.sidebar ul li a
{
    /*margin-left:15px*/
}
    .sidebar .list-group-item:first-child,
    .sidebar .list-group-item:last-child {
        border-radius: 0
    }
    .sidebar .list-group {
    
    margin-bottom:0
    }

    .Logo2 {
        background-image: url(./images/logo-SEDE.jpg);
        background-size: contain;
        height: 75px;
        background-repeat: no-repeat;
        background-position: center center
    }

.navbar-nav li select
{
    margin-right: 15px;
    margin-top: 7px;
    width: auto;
}
.m-t-7
{
    margin-top:7px
}
.m-t-5
{
    margin-top:5px
}
.m-r-15
{
margin-right:15px
}

#DivPopUpJour .Header, #popUpCongesRapide .Header
{
border-radius:3px;
height:23px
}
#DivPopUpJour #Journee
{
    z-index:999
}

div div #FormTempsPlannifie
{
    width:250px
}



#CalqueModal {
    Z-INDEX: 9999;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    background: gray;
    filter: alpha(opacity=20);
    opacity: 0.2
}
#BoxBorderModal {
    display: block;
    position: absolute;
    z-index: 10000
}

#BoxBorderModal_h, #BoxBorderModal_chg, #BoxBorderModal_chd, #BoxBorderModal_b, #BoxBorderModal_cbg, #BoxBorderModal_cbd {
    float: left;
    height: 10px
}

#BoxBorderModal_h {
    background-image: url(/App_Themes/Blue/Images/boxModalHaut.png);
}

#BoxBorderModal_b {
    background-image: url(/App_Themes/Blue/Images/boxModalBas.png);
}

#BoxBorderModal_chd {
    height: 10px;
    width: 10px;
    background-image: url(/App_Themes/Blue/Images/boxModalCHD.png);
    overflow: hidden
}

#BoxBorderModal_chg {
    height: 10px;
    width: 10px;
    background-image: url(/App_Themes/Blue/Images/boxModalCHG.png);
    overflow: hidden
}

#BoxBorderModal_cbd {
    height: 10px;
    width: 10px;
    background-image: url(/App_Themes/Blue/Images/boxModalCbD.png);
    overflow: hidden
}

#BoxBorderModal_cbg {
    height: 10px;
    width: 10px;
    background-image: url(/App_Themes/Blue/Images/boxModalCbG.png);
    overflow: hidden
}

#BoxBorderModal_g, #BoxBorderModal_d, #BoxBorderModal_w {
    width: 10px;
    float: left
}

#BoxBorderModal_g {
    background-image: url(/App_Themes/Blue/Images/boxModalGauche.png);
}

#BoxBorderModal_d {
    background-image: url(/App_Themes/Blue/Images/boxModalDroit.png);
}