/******************************************************************************
* ldsoctStyle.css
*******************************************************************************

*******************************************************************************
*                                                                             *
* Copyright (c) @ Novanum 2018  					                          *
*                                                                             *
******************************************************************************/


/* custom selector */

.dropdown-el {
    position: absolute;
    right: 160px;
    min-width: 12em;
    display: inline-block;
    margin-right: 1em;
    min-height: 30px;
    max-height: 30px;
    overflow: hidden;
    top: 5px;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    color: #444;
    outline: none;
    border: 0.06em solid transparent;
    border-radius: 1em;
    background-color: #f0f0f0;
    transition: 0.3s all ease-in-out;
}

    .dropdown-el input:focus + label {
        background: #def;
    }

    .dropdown-el input {
        width: 1px;
        height: 1px;
        display: inline-block;
        position: absolute;
        opacity: 0.01;
    }

    .dropdown-el label {
        border-top: 0.06em solid #d9d9d9;
        display: block;
        height: 30px;
        line-height: 30px;
        padding-left: 1em;
        padding-right: 3em;
        cursor: pointer;
        position: relative;
        transition: 0.3s color ease-in-out;
    }

        .dropdown-el label:first-of-type {
            margin-top: 30px;
            border-top: 0.06em solid #d9d9d9;
        }

    .dropdown-el input[checked='checked'] + label {
        display: block;
        border-top: none;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .dropdown-el input[checked='checked'] + label:first-of-type {
        margin-top: 0;
        position: relative;
    }

    .dropdown-el::after {
        content: "";
        position: absolute;
        right: 0.8em;
        top: 0.9em;
        border: 0.3em solid #9f9f9f;
        border-color: #9f9f9f transparent transparent transparent;
        transition: 0.4s all ease-in-out;
    }

    .dropdown-el.expanded {
        border: 0.06em solid #9f9f9f;
        background: #fff;
        border-radius: 0.25em;
        padding: 0;
        box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px 0px;
        max-height: 15em;
        overflow-y: auto;
    }

        .dropdown-el.expanded label {
            border-top: 0.06em solid #d9d9d9;
        }

            .dropdown-el.expanded label:hover {
                color: #0d8feb;
            }

        .dropdown-el.expanded input[checked='checked'] + label {
            color: #0d8feb;
        }

        .dropdown-el.expanded::after {
            transform: rotate(-180deg);
            top: 0.55em;
        }
 

/* custom selector */

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle !important;
    text-align: center !important;
    position: relative !important;
}

.ocVerCont {
    width: 100%;
    height: 40px;
    background-color: #f0f0f0;
}

.ocVerBtn {
    display: inline-block;
    width: calc(100% - 60px);
    height: 30px;
    margin: 5px 0 5px 5px;
    background-color: #d8d8d8;
    text-align: center;
    padding: 3px 0;
    vertical-align: top;
    cursor: pointer;
}

.ocVerBtn:hover {
    background-color: #c0c0c0;
}

.ocCloseBtn {
    display: inline-block;
    width: 50px;
    height: 30px;
    margin: 5px 0 5px 0;
    background-color: red;
    color: white;
    text-align: center;
    padding: 7px 0;
    vertical-align: top;
    cursor: pointer;
}

.ocOptCont {
    width: 100%;
    height: 40px;
    background-color: #d8d8d8;
    position: relative;
}

.ocOptBtn {
    display: inline-block;
    width: 50px;
    height: 30px;
    margin: 5px 0 5px 5px;
    background-color: #f0f0f0 !important;
    text-align: center;
    padding: 5px 0;
    vertical-align: top;
    cursor: pointer;
    border-radius: 5px;
}

    .ocOptBtn.active {
        background-color: #2860af !important;
        color: white;
    }

.ocOptBtn.active .fas.fa-archive {
    color: white;
}

.ocOptBtn.active .fas.fa-user {
    color: white;
}

.ocOptBtn.active .fas.fa-exclamation-triangle {
    color: white;
}

.ocOptBtn.active .fas.fa-check {
    color: white;
}

.ocOptBtn:hover {
    background-color: #c0c0c0;
}

.ocOptBtnR {
    display: inline-block;
    width: 50px;
    height: 30px;
    margin: 5px 5px 5px 0;
    background-color: #f0f0f0;
    text-align: center;
    padding: 5px 0;
    vertical-align: top;
    cursor: pointer;
    float: right;
    border-radius: 5px;
}

.ocOptBtnR:hover {
    background-color: #c0c0c0;
}

.hoverRed:hover {
    background-color: #ca0202;
    color: white;
}

.hoverGreen:hover {
    background-color: green;
    color: white;
}

.ocDatePicker {
    width: 115px;
    background: none;
    padding: 5px 0;
}

.ocDatePicker i {
    padding-right: 10px;
    font-size: 16px;
}

.ocDatePicker form {
    display: inline-block;
    height: 100%;
}

.ocDatePicker form a {
    display: none;
}

    .ocDatePicker input {
        min-height: 22px !important;
        height: 22px !important;
        width: 75px !important;
        display: inline-block !important;
        vertical-align: top !important;
        font-size: 13px !important;
    }

.editOC {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 40px;
    background-color: #f0f0f0;
    text-align: center;
    padding: 12px 0;
    vertical-align: top;
    cursor: pointer;
    opacity: .9;
    z-index: 99;
}

.editOC:hover {
    background-color: #c0c0c0;
}

.timelineRow .indicator {
    font-size: 18px;
}

.ocTimeline {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0px; /* 760px on open */
    overflow: hidden;
    background-color: rgb(236, 236, 236);
    transition: all .25s ease;
    z-index: 1;
}

.ocTimeline tbody {
    background-color: #fafafa;
}

.timelineRow.active > td {
    background-color: #509461 !important;
    color: white;
}

.timelineTitle {
    display: inline-block;
    width: calc(100% - 60px);
}

.timelineOptionsBtn {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px 5px 5px 0;
    background-color: #e5e5e5;
    text-align: center;
    padding: 3px 0;
    vertical-align: top;
    cursor: pointer;
    color: #414141;
}

.timelineOptionsBtn:hover {
    background-color: #c0c0c0;
}

.timelineOptionsBtn.editing {
    background-color: #509461 !important;
    color: white;
    cursor: initial;
}

.timelineOptionsBtn.editing .fas.fa-archive {
    color: white;
}

.timelineOptionsBtn.editing .fas.fa-user {
    color: white;
}

.timelineOptionsBtn.editing .fas.fa-exclamation-triangle {
    color: white;
}

.timelineOptionsBtn.editing .fas.fa-check {
    color: white;
}

.timelineRow.active .fas.fa-archive {
    color: white;
}

.timelineRow.active .fas.fa-user {
    color: white;
}

.timelineRow.active .fas.fa-exclamation-triangle {
    color: white;
}

.timelineRow.active .fas.fa-check {
    color: white;
}

.fas.fa-archive {
    color: red;
}

.fas.fa-user {
    color: dodgerblue;
}

.fas.fa-exclamation-triangle {
    color: darkorange;
}

.fas.fa-check {
    color: darkgreen;
}

.timelineOptionsBtn.editing i {
    font-size: 16px;
}

.tlLineTop {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 15px;
    border-right: solid 1px #c8c8c8;
}

.tlLineBottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 15px;
    border-right: solid 1px #c8c8c8;
}


/* ldsConfirm */
.ldsConfirm {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(21, 33, 41, 0.83);
    display: none;
    opacity: 0;
    transition: all .3s ease;
    z-index: 100;
}

.ldsConfirm .title {
    color: white;
    width: 100%;
    font-size: 30px;
    text-align: center;
    padding-top: 15%;
}

.ldsConfirm .confirm {
    position: absolute;
    top: 50%;
    right: calc(50% - 40px);
}

.ldsConfirm .deny {
    position: absolute;
    top: 50%;
    left: calc(50% - 40px);
}

.ldsConfirm .confirmMvmt {
    transform: translate(20px, -25px);
    transition: all 20s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.ldsConfirm .denyMvmt {
    transform: translate(-20px, 25px);
    transition: all 20s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/* ! ldsConfirm ! */


/******************************************************************************
* 
* ldsoctSelector
* 
* Selecteur de contenu 
******************************************************************************/



.ldsoct_creteria_selected {
    transition: all 0.5s ease 0s;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 1%;
    display: flex;
    justify-content: space-between;
    height: 35px;
}

.matchingContentSelected {
    display: flex;
    flex-direction: column;
}

.ldsocLabelSelector {
    margin: 0;
    font-size: 13px;
}

.ldsocLabelValue {
    width: 100%;
    padding: 5px 10px;
}

.ldsoct_container_remove_creteria {
    position: relative;
    width: 40px;
}

.ldsoct_icon_remove_creteria {
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* ! ldsoctSelector !*/


/* V21 */
