.btn-select-file-folder , .btn-update-fiche {
    width: 220px;
    height: 18px;
    text-align: center;
}
.btn-select-file-folder , .btn-update-fiche, .btn-move-media{
    margin-left: 5px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 6px 12px;
}
.btn-move-media.inactive{
    color: #777;
    border: 1px solid #777;
    cursor: default;
}
#select-file-folder input[type=checkbox]:checked + .btn-select-file-folder{
    background: #d0d0d0;
    color: #000;
    border: 1px solid #fff;
}

.bottom-checkable-infos.list-mode{
    background: transparent;
    display: flex;
    align-items: center;
    border-radius: 0 0 5px 5px;
}
.bottom-checkable-infos{
    background: #323233;
    display: flex;
    align-items: center;
    border-radius: 0 0 5px 5px;
}
.bottom-checkable-infos.sous-catalog-select{
    background-color: #41C1F0;
    display: flex;
    align-items: center;
    border-radius: 0 0 5px 5px;
}
.bottom-checkable-infos.sous-catalog-select h3{
    font-size: 14px;
}
.check_lot_video{
    display: none;
    padding-left: 10px;
    padding-right: 0;
}
.check_lot_catalog{
    padding-left: 10px;
    padding-right: 16px;
}
.btn-select-file-folder:hover , .btn-update-fiche:hover, .btn-move-media.active:hover{
    background: #fff;
    color: #000;
}
.second-element-infos{
    width: 93%;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 10px 15px;
    box-sizing: border-box;
}
.second-element-infos h3{
    color: white;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.second-element-infos span{
    color: #777;
    font-size: 12px;
}
.item.select-multiple-file{
    display: flex;
}
.lot-checkbox{
    display: inline-block;
    width: 13.5px;
    height: 12.5px;
    border-radius: 3px;
    position: relative;
    top: 2px;
    margin-right: -9px;
    margin-left: -5px;
    background: linear-gradient(to top, #868f96 0%, #596164 100%);
}
div.catalogs-list input[type=checkbox]:checked+label div.lot-checkbox {
    background: #38C0F2;
    border: solid 1px #323233;
}

div.catalogs-list input[type=checkbox]:checked+label div.lot-checkbox:after{
    content: '\002713';
    color: white;
    font-size: 13px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
div.catalogs-list-mode input[type=checkbox]:checked+label div.lot-checkbox {
    background: #38C0F2;
    border: solid 1px #323233;
}
div.catalogs-list-mode input[type=checkbox]:checked+label div.lot-checkbox:after{
    content: '\002713';
    color: white;
    font-size: 13px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.languagesSelect {
    background-color: transparent;
    color: white;
    border-color: #666666;
    outline: none;
    border-radius: 5px;
    width: 300px;
    max-width: 90%;
    margin-bottom: 15px;
}
.languagesSelect option {
    background-color: #212021;
}
div.modal-container.edit-video input.video-date {
    margin-top: 10px;
    width: 100%;
    background: #fff;
    border: solid #777777;
    border-width: 0 0 1px 0;
    outline: none;
    color: #000;
}
.richText .richText-editor{
    height: 100px!important;
}
/* Modale "Modifier la fiche" : texte noir dans les champs (fond clair) pour rester lisible */
div.modal-container.edit-video input[type="text"],
div.modal-container.edit-video input[type="date"],
div.modal-container.edit-video input.video-name,
div.modal-container.edit-video input.video-visa-cnc,
div.modal-container.edit-video input.video-categ-cnc,
div.modal-container.edit-video input.video-isan,
div.modal-container.edit-video #freefield-update input {
    color: #000 !important;
    background-color: #fff !important;
}
div.modal-container.edit-video .richText-editor,
div.modal-container.edit-video .richText-editor *,
div.modal-container.edit-video .richText .richText-editor {
    color: #000 !important;
}
div.modal-container.edit-video .richText-editor {
    background-color: #fff !important;
}
#freefield-update p, #tag-update p{
    text-align: left!important;
    color : white;
}
#freefield-update p input[type=text], #freefield-update p input[type=number]{
    width: 100%;
}
#tag-update{
    padding-bottom: 20px;
}
.textCheckedCheckboxes{
    margin-left: 5px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #777;
    font-size: 14px;
}
.texteDeselectedAll{
    text-decoration:none;
    color:#41c1f0;
    cursor: pointer;
}
.lot-manager-tools {
    display: flex;
    align-items: center;
}
.lot-icons-tools{
    display: flex;
    justify-content: center;
    margin-bottom: 2px;
    margin-left: 28px;
}
.new-icons {
    height: 16px;
}
.scrollable-content{
    margin: 5px;
}

.lot-icons-container{
    margin-top: 5px;
    height: 25px;
    margin-bottom: 2px;
}
.textCheckedCheckboxes{
    height: 20px;
    margin-left: 23px;
    font-size: 15px;
}
/*//tooltips pour les icons*/
.tooltip-icon {
    position: relative;
    display: inline-block;

}

.tooltip-icon .tooltip-icon-text {
    visibility: hidden;
    position: absolute;
    color: #777;
    width: auto;
    white-space: nowrap;
    font-size: 12px;
    text-align: center;
    background-color: #dcdcdc;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
}

.tooltip-icon:hover .tooltip-icon-text {
    visibility: visible;
}