.overflow {
    position: relative;
    width: 80%;
    margin-left: 10%;
    height: 300px;
    overflow-y: auto;
    background: #333;
    color: #fff;
}

@-webkit-keyframes changed {
    from {
        background-color: green;
    }
    to {
        background-color: inherit;
    }
}

@-moz-keyframes changed {
    from {
        background-color: green;
    }
    to {
        background-color: inherit;
    }
}

@-o-keyframes changed {
    from {
        background-color: green;
    }
    to {
        background-color: inherit;
    }
}

@keyframes changed {
    from {
        background-color: green;
    }
    to {
        background-color: inherit;
    }
}

.changed {
    -webkit-animation: changed 1s; /* Safari 4+ */
    -moz-animation: changed 1s; /* Fx 5+ */
    -o-animation: changed 1s; /* Opera 12+ */
    animation: changed 1s; /* IE 10+ */
}

.ui-autocomplete {
    position: absolute;
    border-radius: 3px;
    top: 0;
    left: 0;
    cursor: default;
    min-width: 100px;
    max-width: 100%;
    max-height: 100px;
    background: #ffffff;
    color: #000000;
    z-index: 9999999 !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.scheduler_default_corner div:nth-of-type(4) {
    display: none !important;
}

.scheduler_white_rowheader {
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
    background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd);
    background: -ms-linear-gradient(top, #eeeeee 0%, #dddddd);
    background: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd);
    background: linear-gradient(top, #eeeeee 0%, #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#eeeeee", endColorStr="#dddddd");

}

.scheduler_white_rowheader_inner {
    border-right: 1px solid #ccc;
}

.scheduler_white_rowheadercol2 {
    background: White;
}

.scheduler_white_rowheadercol2 .scheduler_white_rowheader_inner {
    top: 2px;
    bottom: 2px;
    left: 2px;
    background-color: transparent;
    border-left: 5px solid #1a9d13; /* green */
    border-right: 0px none;
}

.status_dirty.scheduler_white_rowheadercol2 .scheduler_white_rowheader_inner {
    border-left: 5px solid #ea3624; /* red */
}

.status_cleanup.scheduler_white_rowheadercol2 .scheduler_white_rowheader_inner {
    border-left: 5px solid #f9ba25; /* orange */
}

.tarif_folder {
    color: rgb(46, 110, 165);
    cursor: pointer;
    height: 20.9844px;
    text-decoration: none solid rgb(46, 110, 165);
    caret-color: rgb(46, 110, 165);
    border-bottom: 1px dotted rgb(46, 110, 165);
    font: normal normal normal normal 13px / normal Tahoma, Verdana, Arial;
    outline: rgb(46, 110, 165) none 0px;
    padding: 4px 0px 0px;
    margin-right: 1px;
}

#tarif_folder_selected {
    font-weight: bold;
    border-bottom: none;
}

#spinner {
    position: fixed;
    margin: auto;
    width: 250px;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -125px;
}
