/*///////////////////////////////////////////// AJOUTS GENERAUX /////////////////////////////////////////////////////////*/

#content{
    padding:30px;
}

.vAligned{
    vertical-align:middle !important;
}

.backwhite{
    background-color:white !important;
    min-height:200px;
}

.containImg{
    max-width:150px;
    max-height:150px;
    padding:15% 20%;
    width:100%;
}

.red{
    color:red;
}

.icon-link{
    padding:15px;
}

#mdpOubli{
    font-size:12px;
}

#mdpOubli a{
    color:#6ECFF5;  /* blue UI */
    text-decoration:none;
}

/*///////////////////////////////////////////// AJOUTS MENTIONS G /////////////////////////////////////////////////////////*/

.licence a {
    text-decoration: none;
    color: #553FAE; /* violet light */
    font-size: 14px;
    cursor:pointer;
}

.licenceLink{
    cursor:pointer;
    font-weight:bold;
    color:rgb(0, 181, 173);
}

/*///////////////////////////////////////////// AJOUTS VUES ADMIN /////////////////////////////////////////////////////////*/

form > .row{
    padding:3px 0;
}

form > .row > label{
    padding: 0 10px 0 0;
    font-weight:bold;
}

form > .row ::before{
    content: "- ";
}

form > .row > input{
    width: 200px;
    padding: 2px 5px;
}

li > a, td > a{
    text-decoration:none;
    color:#553FAE;
}

.msgListe{
    width:320px;
    max-width:40vw;
    cursor:pointer;
}

/*///////////////////////////////////////////// AJOUTS LICENCE D'UTIL' /////////////////////////////////////////////////////////*/

button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only
{
    background-color: #54C36E;
    color: #ffffff;
}

.ui-dialog .ui-widget-header
{
    border: 1px solid #aaaaaa;
}

.ui-dialog .ui-widget-header
{
    background: #00B5AD url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    border: none;
}

.ui-widget-header .ui-state-default .ui-icon
{
    background-image: url(images/ui-icons_888888_256x240.png);
    font-weight: normal;
    color: #555555;
}

#dialog-confirm , .ui-button.ui-dialog-titlebar-close
{
    display : none ;
}

/* 
------------------------------------------------------
                        RWD
------------------------------------------------------
*/

@media only screen and (max-width: 991px) {

    #content{
        padding:0;
    }
    .containImg{
        padding:17% 0;
    }
    .backwhite{
        min-height:90px;
    }
}



