/*
    =========== FORM GROUP ===========
*/

#formGroup {
}

/*
    =========== FORM GROUP ===========
*/

#formAccount {
}

#formAccount .checkboxes.floatLeft {
    max-width:450px;
}

/*
    =========== LIST GROUP ===========
*/

#listGroups {
    
}

#listGroups .block {
    width:500px;
    margin:auto;
}


/*
    =========== LIST ACCOUNTS ===========
*/

#listAccounts {    
}

#listAccounts .moteurRecherche {
    width: 550px;
}

/*
    =========== INFOS COMPTE ===========
*/

#listInfosAccount {
}

#listing-infos {
    width:700px;
    margin:auto;
}

#listInfosAccount .block {
}



.ui-state-hightlight {
    height:40px;
    width:1000px;
}



.ui-state-hightlight td {
    background:yellow;
}

.order {
    width:500px;
    margin:auto;
    display:none;
}

.order ul li  {
    height:30px;
    text-align:center;
    background:#e0e0e0;
    border:1px solid #c6c6c6;
    font-size:1.2em;
    padding-top:10px;
    margin-top:3px;
}

.order ul li:hover  {
    cursor:move;
    background:#c6c6c6;
    color:white;
    font-weight:bold;
}