﻿.ui-widget
{
    /** Si on enlève ça, le menu prend les valeurs de jquery-ui**/
    font-family:inherit;
    font-size:inherit;background:white;background-image:none;
}
.ui-menu
{
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
    background: #EEEDF5;
    border: 2px solid #ededed;
    z-index:100002 !important; 
}
.ui-menu ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    margin: 0px;
    float: left;
}
.ui-front {
    z-index: 1002;
}
.ui-menu .ui-menu-title{ font-weight: bold;}

.ui-menu a.ui-state-hover, .ui-menu a.ui-state-focus
{
    color: White;
    background:#2F3E53;
}
.ui-menu .ui-menu{ margin-top: -3px;}
.ui-widget-content a {
    color: #222222;
}
.ui-menu .ui-menu-item
{
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}
.ui-menu .ui-menu-item a
{
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
    zoom: 1;
}

/*.ui-widget-overlay
{
    position: absolute;
    left: 0px;
    top: 0px;
}*/

.ui-widget-overlay { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; /*z-index: 100;*/ }

.ui-corner-all{ border-radius: 0 0 0 0;}

.ui-dialog{ padding: 0;}

.popup-waiting
{
    
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: center !important;
}
.ui-widget-header
{
    border: none;
    font-size: 13px;
    font-weight: normal;
    color:White;
}
.ui-dialog-content
{
    overflow: hidden !important;
    padding: 0 !important;
    background: white;
}