.hiddenformblock {
    border: 2px solid red;
}

.card-box {
    border-radius: 3px;
    background-color: #fff;
}

.btn-back {
    padding: 0.4rem 0.4rem;
    font-size: 1.1rem;
    line-height: 1;
    border-radius: 0.2rem;
    margin: 0;
}

.file-man-box {
    padding: 20px;
    border: 1px solid #e3eaef;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px
}

.file-man-box .file-close {
    color: #f1556c;
    position: absolute;
    line-height: 24px;
    font-size: 24px;
    right: 10px;
    top: 10px;
    visibility: hidden
}

.file-man-box .file-img-box {
    line-height: 120px;
    text-align: center
}

.file-man-box .file-img-box img {
    height: 64px
}

.file-man-box .file-download {
    font-size: 32px;
    color: #98a6ad;
    position: absolute;
    right: 10px
}

.file-man-box .file-download:hover {
    color: #313a46
}

.file-man-box .file-man-title {
    padding-right: 25px
}

.file-man-box:hover {
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02)
}

.file-man-box:hover .file-close {
    visibility: visible
}

.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
}

.overlay {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    opacity: 0;
    background: rgba(39, 42, 43, 0.8);
    transition: opacity 200ms ease-in-out;
    border-radius: 4px;
    opacity: 1;
    width: 495px;
    height: 70px;
}

#timeline-header {
    font-size: 26px;
}

.cancelled {
    text-decoration: line-through;
}

.timeline-panel.today {
    height: 5px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px;
    margin-bottom: 10px;
    background: #000;
    &:before {
        visibility: hidden !important;
        display: none !important;
    }
    &:after {
        visibility: hidden !important;
        display: none !important;
    }
}

.timeline-badge.warning {
    top: -20px !important;
}

.timeline-panel.past {
    background: #eee;
    &:after {
        border-right: 14px solid #eee !important;
    }
}

.timeline-panel.main_element {
    font-weight: bolder;
    color: #FFFFFF !important;
    background: #0196a3;
    border-color: #0196a3 !important;
    &:after {
        border-right: 14px solid #0196a3 !important;
    }
}

.timeline-panel.selected_past {
    font-weight: bolder;
    color: #FFFFFF !important;
    background: #333;
    border-color: #333 !important;
    &:after {
        border-right: 14px solid #333 !important;
    }
}

.timeline {
    list-style: none;
    padding: 10px 0 10px;
    position: relative;
    width: 600px;
    &:before {
        background-color: #eee;
        bottom: 0;
        content: " ";
        left: 50px;
        margin-left: -1.5px;
        position: absolute;
        top: 0;
        width: 3px;
    }
    >li {
        margin-bottom: 10px;
        position: relative;
        &:before,
        &:after {
            content: " ";
            display: table;
        }
        &:after {
            clear: both;
        }
        >.timeline-panel {
            border-radius: 2px;
            border: 1px solid #d4d4d4;
            box-shadow: 0 1px 2px rgba(100, 100, 100, 0.2);
            margin-left: 100px;
            padding: 20px;
            position: relative;
            .timeline-heading {
                .timeline-panel-controls {
                    position: absolute;
                    right: 8px;
                    top: 5px;
                    .timestamp {
                        display: inline-block;
                    }
                    .controls {
                        display: inline-block;
                        padding-right: 5px;
                        border-right: 1px solid #aaa;
                        a {
                            color: #999;
                            font-size: 11px;
                            padding: 0 5px;
                            &:hover {
                                color: #333;
                                text-decoration: none;
                                cursor: pointer;
                            }
                        }
                    }
                    .controls+.timestamp {
                        padding-left: 5px;
                    }
                }
            }
        }
        .timeline-badge {
            background-color: #999;
            border-radius: 50%;
            color: #fff;
            font-size: 1.4em;
            height: 50px;
            left: 50px;
            line-height: 52px;
            margin-left: -25px;
            position: absolute;
            text-align: center;
            top: 16px;
            width: 50px;
            z-index: 100;
        }
        .timeline-badge+.timeline-panel {
            &:before {
                border-bottom: 15px solid transparent;
                border-left: 0 solid #ccc;
                border-right: 15px solid #ccc;
                border-top: 15px solid transparent;
                content: " ";
                display: inline-block;
                position: absolute;
                left: -15px;
                right: auto;
                top: 26px;
            }
            &:after {
                border-bottom: 14px solid transparent;
                border-left: 0 solid #fff;
                border-right: 14px solid #fff;
                border-top: 14px solid transparent;
                content: " ";
                display: inline-block;
                position: absolute;
                left: -14px;
                right: auto;
                top: 27px;
            }
        }
    }
}

.timeline-badge {
    &.primary {
        background-color: #2e6da4 !important;
    }
    &.success {
        background-color: #0196a3 !important;
    }
    &.warning {
        background-color: #000000 !important;
    }
    &.danger {
        background-color: #d9534f !important;
    }
    &.info {
        background-color: #5bc0de !important;
    }
    &.planning {
        background-color: #00629c !important;
    }
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body {
    >p,
    >ul {
        margin-bottom: 0;
    }
    >p+p {
        margin-top: 5px;
    }
}

.copy {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #aaa;
    font-size: 11px;
    >* {
        color: #444;
    }
}

.btn>i {
    margin-right: 0;
}

//------------------
.table td,
.table th {
    padding: .40rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: 1.1rem;
    line-height: 2;
    border-radius: .2rem;
}

// MUltiselect
.multiselect__tag {
    background: #888;
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
    background: #2b2f2d;
}

.multiselect__tag-icon::after {
    color: #e2eae6;
}

.multiselect__option--highlight {
    background: #e8e8e8;
    color: black;
}

.multiselect__option--selected.multiselect__option--highlight {
    background: #e8e8e8;
    color: black;
}

.multiselect__option {
    background: #f4f7fa;
}

.is-invalid~.invalid-feedback {
    display: block;
}

#f6,
#f12 {
    display: block;
}

.offertrow {
    padding: 5px;
    border-top: none;
    border-right: none;
    border-left: none;
}

.hiddenformblock {
    border: 2px solid red;
}

.card-box {
    border-radius: 3px;
    background-color: #fff;
}

.btn-back {
    padding: 0.4rem 0.4rem;
    font-size: 1.1rem;
    line-height: 1;
    border-radius: 0.2rem;
    margin: 0;
}

.file-man-box {
    padding: 20px;
    border: 1px solid #e3eaef;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
}

.file-man-box .file-close {
    color: #f1556c;
    position: absolute;
    line-height: 24px;
    font-size: 24px;
    right: 10px;
    top: 10px;
    visibility: hidden;
}

.file-man-box .file-img-box {
    line-height: 120px;
    text-align: center;
}

.file-man-box .file-img-box img {
    height: 64px;
}

.file-man-box .file-download {
    font-size: 32px;
    color: #98a6ad;
    position: absolute;
    right: 10px;
}

.file-man-box .file-download:hover {
    color: #313a46;
}

.file-man-box .file-man-title {
    padding-right: 25px;
}

.file-man-box:hover {
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
}

.file-man-box:hover .file-close {
    visibility: visible;
}

.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
}

.overlay {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1100;
    opacity: 0;
    background: rgba(39, 42, 43, 0.8);
    transition: opacity 200ms ease-in-out;
    border-radius: 4px;
    opacity: 1;
    width: 495px;
    height: 70px;
}

#timeline-header {
    font-size: 26px;
}

.cancelled {
    text-decoration: line-through;
}

.timeline-panel.today {
    height: 5px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px;
    margin-bottom: 10px;
    background: #000;
}

.timeline-panel.today:before {
    visibility: hidden !important;
    display: none !important;
}

.timeline-panel.today:after {
    visibility: hidden !important;
    display: none !important;
}

.timeline-badge.warning {
    top: -20px !important;
}

.timeline-panel.past {
    background: #eee;
}

.timeline-panel.past:after {
    border-right: 14px solid #eee !important;
}

.timeline-panel.main_element {
    font-weight: bolder;
    color: #FFFFFF !important;
    background: #0196a3;
    border-color: #0196a3 !important;
}

.timeline-panel.main_element:after {
    border-right: 14px solid #0196a3 !important;
}

.timeline-panel.selected_past {
    font-weight: bolder;
    color: #FFFFFF !important;
    background: #333;
    border-color: #333 !important;
}

.timeline-panel.selected_past:after {
    border-right: 14px solid #333 !important;
}

.timeline {
    list-style: none;
    padding: 10px 0 10px;
    position: relative;
    width: 600px;
}

.timeline:before {
    background-color: #eee;
    bottom: 0;
    content: " ";
    left: 50px;
    margin-left: -1.5px;
    position: absolute;
    top: 0;
    width: 3px;
}

.timeline>li {
    margin-bottom: 10px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    border-radius: 2px;
    border: 1px solid #d4d4d4;
    box-shadow: 0 1px 2px rgba(100, 100, 100, 0.2);
    margin-left: 100px;
    padding: 20px;
    position: relative;
}

.timeline>li>.timeline-panel .timeline-heading .timeline-panel-controls {
    position: absolute;
    right: 8px;
    top: 5px;
}

.timeline>li>.timeline-panel .timeline-heading .timeline-panel-controls .timestamp {
    display: inline-block;
}

.timeline>li>.timeline-panel .timeline-heading .timeline-panel-controls .controls {
    display: inline-block;
    padding-right: 5px;
    border-right: 1px solid #aaa;
}

.timeline>li>.timeline-panel .timeline-heading .timeline-panel-controls .controls a {
    color: #999;
    font-size: 11px;
    padding: 0 5px;
}

.timeline>li>.timeline-panel .timeline-heading .timeline-panel-controls .controls a:hover {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.timeline>li>.timeline-panel .timeline-heading .timeline-panel-controls .controls+.timestamp {
    padding-left: 5px;
}

.timeline>li .timeline-badge {
    background-color: #999;
    border-radius: 50%;
    color: #fff;
    font-size: 1.4em;
    height: 50px;
    left: 50px;
    line-height: 52px;
    margin-left: -25px;
    position: absolute;
    text-align: center;
    top: 16px;
    width: 50px;
    z-index: 100;
}

.timeline>li .timeline-badge+.timeline-panel:before {
    border-bottom: 15px solid transparent;
    border-left: 0 solid #ccc;
    border-right: 15px solid #ccc;
    border-top: 15px solid transparent;
    content: " ";
    display: inline-block;
    position: absolute;
    left: -15px;
    right: auto;
    top: 26px;
}

.timeline>li .timeline-badge+.timeline-panel:after {
    border-bottom: 14px solid transparent;
    border-left: 0 solid #fff;
    border-right: 14px solid #fff;
    border-top: 14px solid transparent;
    content: " ";
    display: inline-block;
    position: absolute;
    left: -14px;
    right: auto;
    top: 27px;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #0196a3 !important;
}

.timeline-badge.warning {
    background-color: #000000 !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-badge.planning {
    background-color: #00629c !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
}

.timeline-body>p+p {
    margin-top: 5px;
}

.copy {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #aaa;
    font-size: 11px;
}

.copy>* {
    color: #444;
}

.btn>i {
    margin-right: 0;
}

.table td,
.table th {
    padding: 0.4rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 1.1rem;
    line-height: 2;
    border-radius: 0.2rem;
}

.multiselect__tag {
    background: #888;
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
    background: #2b2f2d;
}

.multiselect__tag-icon::after {
    color: #e2eae6;
}

.multiselect__option--highlight {
    background: #e8e8e8;
    color: black;
}

.multiselect__option--selected.multiselect__option--highlight {
    background: #e8e8e8;
    color: black;
}

.multiselect__option {
    background: #f4f7fa;
}

.is-invalid~.invalid-feedback {
    display: block;
}

#f6,
#f12 {
    display: block;
}

.offertrow {
    padding: 5px;
    border-top: none;
    border-right: none;
    border-left: none;
}

.progress {
    background-color: #d8d8d8;
    border-radius: 20px;
    position: relative;
    margin: 15px 0;
    height: 30px;
    width: 300px;
}

.progress-done {
    background: linear-gradient(to left, #F2709C, #FF9472);
    box-shadow: 0 3px 3px -5px #F2709C, 0 2px 5px #F2709C;
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: 1s ease 0.3s;
}
