/******************************************************************************
* ldsoctStyle.css
*******************************************************************************

*******************************************************************************
*                                                                             *
* Copyright (c) @ Novanum 2018  					                          *
*                                                                             *
******************************************************************************/


.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: 7px 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;
}

.ocOptBtn {
    display: inline-block;
    width: 50px;
    height: 30px;
    margin: 5px 0 5px 5px;
    background-color: #f0f0f0;
    text-align: center;
    padding: 7px 0;
    vertical-align: top;
    cursor: pointer;
}

.ocOptBtn.active {
    background-color: #2860af;
    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: 7px 0;
    vertical-align: top;
    cursor: pointer;
    float: right;
}

.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 {
    width: 75px;
    height: 100%;
}

.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;
}

    .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: 7px 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 ! */