/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

 .block-form .label
{
    background-color: #dbdee3; /* #F9F9F9 */
    width: 20%;
    font-weight: bold;
}
.block-form .acd-desc, .o-wrap > label {
    font-weight: normal;
    line-height: 16px;
    color: #676762; /* #899194 */
    font-size: 12px;
}    
.block-form .acd-desc
{
    font-weight: normal;
    line-height: 16px;
    color: #676762;/* #899194 */
    font-size: 12px;
}
#easy_search-datasource-container input[type='text'], 
#easy_search-datasource-container select,
#easy_search-datasource-container input[type='number']
{
    width: 150px !important;
}
#easy_search-datasource-container
{
    max-width: 900px;
    padding: 10px;
}
#easy_search-datasource-container > .o-wrap
{
    margin-top: 0;
}
.color-palette{
    color: rgba(255,255,255,0.87);
    font-size: 14px;
    font-weight: 500;
    width: 1160px;
    padding-bottom: 60px;
}

.remove-rule
{
    background: url(../images/sprite.png) -66px -116px no-repeat #fff;
    display: block;
    height: 18px;
    width: 18px;
    border-radius:9px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.remove-rule:hover
{
    background: url(../images/sprite.png) -66px -166px no-repeat #fff;
}

.easy_search-status
{
    border-radius: 50%;
    width: 10px;
    height: 10px; 
    background-color: grey;
    display: inline-block;
}

.easy_search-status.active
{
    background-color: #95F90D;
}
.easy_search-status.attente
{
    background-color: #f5d90c;
}
.menu-icon-easy_search img
{
    max-width: 15px;
}
.visibility::before
{
    content:'\f177';
    font:400 20px/1 dashicons;
}
.view::before 
{
    content:'\f177';
    font:400 20px/1 dashicons;
}