﻿/*dégivrage en cours*/
#plannedplanes.table > tbody > tr.warning > td, #plannedplanes.table-hover > tbody > tr.warning:hover > td {
    background-color: #f6ec7b;
    border-color: #cfc665;
}

/*dégivrage terminé*/
#plannedplanes.table > tbody > tr.success > td, #plannedplanes.table-hover > tbody > tr.success:hover > td {
    background-color: #09c65e;
    border-color: #7eb030;
}

/*Bouton "vert" quand envoyé*/

#plannedplanes tr.requestSent a.updatePlaneButton .fa {
    color: #ee8609;
}

#plannedplanes.table > tbody > tr.success.requestSent a.updatePlaneButton .fa {
    color: white;
}

/*dégivrage terminé*/
#plannedplanes.table > tbody > tr.mailsent .fa.fa-envelope-o {
    color: #ee8609;
}


.requiresdeicing input[type='checkbox'] {
    width: 14px !important;
    height: 14px !important;
    margin: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: 1px solid gray;
    box-shadow: none;
    font-size: 0.8em;
    text-align: center;
    line-height: 1em;
    background-color: lightgray;
}

    .requiresdeicing input[type='checkbox']:checked {
        outline: 1px solid red;
    }

        .requiresdeicing input[type='checkbox']:checked:after {
            content: '✔';
            color: red;
            font-size: 15px;
        }
