/**
* Vue de recherche des arrêtés
**/

    .view-arretes tr td,
    .view-arretes tr th
    {
        border: none; 
    }
    .view-arretes tr th {
        background-color: #047b8d !important;
        color: #fff; 
    }
    .view-arretes table th,
    .view-arretes table td {
        border-top: 0;
        min-width: 100px;
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top; 
    }
    .view-arretes table tbody tr:nth-of-type(odd) {
        background-color: #f9f9f9; 
    }
    .view-arretes table tbody tr:nth-of-type(even) {
        background-color: #fff; 
    }
    .view-arretes table tbody tr:hover {
        background-color: #f5f5f5; 
    }
    .view-arretes .views-field-title  {
        font-weight: bold;
        font-size: 12px; 
    }
.view-arretes .views-exposed-form .form-row {
    /*display: inline-block;*/
}
.view-arretes .view-filters::before {
    content:  "Rechercher un arrêté :";
    font-weight: bold;
    font-size: 18px;
}
.view-arretes .view-filters .form-item-field-date-arrete-value-min label {
    display: none;
}

.view-arretes .view-filters .form-item-field-date-arrete-value-max label {
    display: none;
}
.view-arretes .view-filters .form-item-field-date-arrete-value-min {
    float: left;
    margin-right: 10px;
}

.view-arretes .view-filters .form-item-field-date-arrete-value-min::before {
    content:  "Du ";
    font-size: 14px;
    font-weight: bold;
}
.view-arretes .view-filters .form-item-field-date-arrete-value-max::before {
    content:  "Au ";
    font-size: 14px;
    font-weight: bold;
}

fieldset[data-drupal-selector='edit-field-date-arrete-value-wrapper'] .fieldset-legend {
    display: none;
}
.view-arretes .views-exposed-form .form-row fieldset select {
    font-size: 14px;
    width: 50%;
}

.view-arretes .views-exposed-form .form-row fieldset label {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
}
.view-arretes .form-row .form-actions {
    align-self: center;
}
.view-arretes .view-filters {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 0;
    border-radius: 4px;
    border-color: #ddd;
    background-color: #f5f5f5;
}
.view-arretes .view-filters .form-item-field-objet-arrete-value, .view-arretes .view-filters .form-item-title {
    margin-top: 4px;
}
.view-arretes .view-filters .button {
    margin-top: 10px;
}