﻿#header {
    position: fixed;
    width: 100%;
    padding-right: 8px;
}

#main{
    padding-bottom: 0;
}

#left-panel.ia-left-panel {
    position: fixed;
}

#content {
    padding: 26px;
}

div#logo-group-new {
    display: flex;
    align-items: center;
}

span#logo-new {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    width: 175px;
    height: 39px;
}

.application-task-container {
    padding: 0 13px;
}

.application-task {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding: 10px 10px 5px;
    margin-bottom: 10px;
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 2px;
    transition: 250ms cubic-bezier(.1,.57,.1,1);
}

.application-task-sticky {
    position: fixed;
    top: 49px;
    right: 0;
    left: 220px;
    z-index: 1;
    border: none;
    border-radius: unset;
    box-shadow: 0 10px 10px -11px;
    -webkit-transition: 250ms cubic-bezier(.1,.57,.1,1);
    -moz-transition: 250ms cubic-bezier(.1,.57,.1,1);
    -o-transition: 250ms cubic-bezier(.1,.57,.1,1);
    transition: 250ms cubic-bezier(.1,.57,.1,1);
}


@media only screen and (max-width: 768px) {
    .application-task-sticky {
        left: 15px;
    }
}

.application-task-btns {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .application-task-btns > li {
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 7px;
    }

    .application-task-btns.application-task-outcome-btns {
        margin: 0;
        padding: 0;
        list-style: none;
        float: right;
        width: 100%;
    }

        .application-task-btns.application-task-outcome-btns > li {
            display: inline-block;
            margin-bottom: 5px;
            margin-right: 0;
            margin-left: 7px;
            float: right;
        }

.application-summary {
    padding: 10px 10px 5px;
}

.widget-toolbar a {
    color: #fff;
    background-color: #4C4F53;
}

.widget-body.no-padding {
    margin: -13px -14px -20px;
}

.input-disabled input[disabled=disabled] {
    background-color: #E6E6E6;
}

.smart-form .input-disabled select {
    background-color: #E6E6E6;
}

.smart-form .input-disabled textarea {
    background-color: #E6E6E6;
}

.smart-form .input-disabled input[type='radio'] {
    background-color: #E6E6E6;
}


.info-card {
    /*padding: 15px 15px 15px 15px;*/
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

    .info-card p {
        margin: 15px;
    }

.margin-bottom-15 {
    margin-bottom: 15px;
}

.smart-form button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
}

.smart-form .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.smart-form .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.new-form-btn {
    margin-top: 24px;
}

.panel-group .panel {
    margin-bottom: -5px;
    border-radius: 2px;
}

    .panel-group .panel + .panel {
        margin-top: 0px;
    }

.smart-form footer {
    display: block;
    padding: 7px 14px 15px;
    background: rgba(248,248,248,.9);
}

.smart-form fieldset + fieldset, .smart-form footer {
    border-top: 1px solid rgba(0,0,0,.1);
}

.ribbon-button-alignment {
    padding-top: 60px;
    padding-bottom: 5px;
    display: inline-block;
}


.login-page #header {
    margin: 0;
    height: 71px;
    border-bottom: 1px solid #eee !important;
    overflow: hidden;
    padding: 0 30px;
    border-width: 0;
    min-height: 28px;
    background: #f4f4f4 !important;
    position: relative;
}

.login-page #logo {
    width: 175px;
    margin-top: 23px;
    margin-left: 9px;
}

.login-page #main {
    margin-top: 0 !important;
}

.login-page #main {
    background: #fff;
    margin: 0;
}

.login-page #main {
    padding-top: 20px;
}

.login-page {
    background: #fff;
}

.comment-box {
    width: 305px;
    position: fixed;
    bottom: -32px;
    right: 0;
    box-shadow: rgba(0,0,0,.3) 0 2px 6px;
    -webkit-box-shadow: rgba(0,0,0,.3) 0 2px 6px;
    z-index: 959;
}

#comments-panel {
    margin: 20px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 679px) and (min-width: 0) {
    .jarviswidget header h2 {
        width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .jarviswidget header h2 {
        width: 200px;
    }
}

.bubble-user {
    background-color: #cde0c4;
    color: #356635;
    /*width: 50%;*/
    padding: 15px;
    margin: 15px;
    font-size: 13px;
    border-radius: 10px;
}

.bubble {
    background-color: #d6dde7;
    color: #305d8c;
    width: 50%;
    padding: 15px;
    margin: 15px;
    font-size: 13px;
    border-radius: 10px;
}

.bubble-gen {
    background-color: #ddd;
    color: #305d8c;
    /*width: 50%;*/
    padding: 15px;
    margin: 15px;
    font-size: 13px;
    border-radius: 10px;
}

.commentInfo {
    font-size: 11px;
    color: #ccc;
}

.select2-hidden-accessible {
    display: none;
}

.pending-list-active {
    color: #5bc0de;
    border-color: #46b8da;
}


.pending-list-counter > span b.badge {
    top: -5px;
    right: -5px;
    cursor: pointer;
    background: #0091d9;
    display: inline-block;
    font-size: 7px;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 2px 4px 3px;
    text-align: center;
    line-height: normal;
}

.margin-left-5 {
    margin-left: 5px;
}

#searchResults tfoot {
    background-color: #F8F8F8;
}

.date-eraser {
    cursor: pointer;
}

.smart-form .mandatory-error input,
.smart-form .mandatory-error select,
.smart-form .mandatory-error textarea,
.smart-form .radio.mandatory-error i,
.smart-form .checkbox.mandatory-error i,
.smart-form .toggle.mandatory-error i {
    background: #fff;
    border-color: #A90329;
}

.smart-form .toggle.mandatory-error input:checked + i {
    background: #fff0f0;
}

.smart-form .mandatory-error + em {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #D56161;
}

.smart-form .rating.mandatory-error + em {
    margin-top: -4px;
    margin-bottom: 4px;
}

.smart-form .mandatory-error select + i {
    background: #fff;
    box-shadow: 0 0 0 9px #FFF0F0;
}

.mandatory-error .icon-append,
.mandatory-error .icon-prepend {
    color: #ed1c24;
}

.amount-allign {
    text-align: right
}

.center-allign {
    text-align: center;
}

table.pending-list-table > tbody > tr > td {
    border-top: 2px solid #E2E2E2;
}

.pending-list-color {
    background-color: #fff;
}

.table-pagination {
    position: relative;
    margin: 15px 0;
    padding: 39px 19px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.paging-loader {
    margin-top: 20px;
    margin-right: 10px;
}

#projectPagingLoader {
    margin-top: -25px;
    margin-right: 5px;
}

.modal-backdrop {
    z-index: 904;
}

.popover {
    max-width: 1000px;
}

.margin-top-5 {
    margin-top: 5px;
}

.account-info-card p {
    margin: 10px;
}

.margin-right-10 {
    margin-right: 10px;
}

.popover-header {
    padding: 8px 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popover-title {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
}

.example-popovers {
    padding: 30px 0;
}

.acenter {
    text-align: center;
    margin: 30px 0;
}

.popover {
    z-index: 1060;
}

.has-product-error {
    border: 1px solid #A90329;
}

.highlight-item i, .highlight-item td {
    font-weight: bolder;
}

/* Responsive tables */
@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        min-height: 20px;
        white-space: normal;
        text-align: left;
    }

        #no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
Label the data
*/
        #no-more-tables td:before {
            content: attr(data-title);
        }
}
/* End Responsive tables */
.resultsHelpIcon {
    margin: 30px 0 0 10px;
    cursor: pointer;
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 10px;
    border: none;
    outline: none;
    background-color: #3276b1;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}

    #backToTop:hover {
        background-color: #555;
    }

.jarviswidget-color-blueDark .nav-tabs li:not(.active) a {
    color: #333 !important
}

.widget-body.no-padding.myDashboard {
    margin: -13px -13px 0;
}

.chart-size {
    min-height: 37vh;
}

#calendar .fc-event-skin {
    cursor: default;
}

.filename-container {
    display: flex;
    align-items: center;
}

.directory-flow-container {
    display: flex;
    align-items: center;
}

.directory-flow-arrow {
    margin-left: 5px;
    margin-right: 5px;
}

.directory-flow-item {
    background-color: #403F3D;
    color: #a8a8a8;
    border: 2px solid #403F3D;
    border-radius: 4px;
}

    .directory-flow-item:hover {
        background-color: #444443;
        color: white;
        border: 2px solid #444443;
        border-radius: 4px;
    }

.new-folder-button {
    background-color: forestgreen;
    color: white;
    border: 4px solid forestgreen;
    border-radius: 4px;
}

    .new-folder-button:hover {
        opacity: 0.8;
    }

.upload-file-button {
    background-color: #D1AC00;
    color: white;
    border: 4px solid #D1AC00;
    border-radius: 4px;
}

    .upload-file-button:hover {
        opacity: 0.8;
    }


#drop-region {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #DFDFDF;
    box-shadow: 0 0 35px rgba(0,0,0,0.05);
    width: 94%;
    padding: 100px 40px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}

    #drop-region:hover {
        box-shadow: 0 0 45px rgba(0,0,0,0.1);
    }

#image-preview {
    margin-top: 20px;
}

    #image-preview .image-view {
        display: inline-block;
        position: relative;
        margin-right: 13px;
        margin-bottom: 13px;
    }

        #image-preview .image-view img {
            max-width: 100px;
            max-height: 100px;
        }

    #image-preview .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 2;
        background: rgba(255,255,255,0.5);
    }

#importance-container {
    width: 100%;
}

.single-info-container {
    width: 100%;
}

.multi-choice-container {
    width: 100%;
}

.recruit-title {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 500;
}

.skill-table {
    margin-top: 20px;
    margin-left: 10px;
    width: 50%;
}

.selected-users-table {
    margin-top: 20px;
    margin-left: 10px;
    width: 75%;
}

.field-container {
    display: flex;
    margin: 2px;
    width: max-content; /*it is valid*/
    line-height: 1.5;
    padding: .75rem;
    border-radius: 4px;
    background-color: lightgray;
}

.recruit-input {
    border: 1px solid #A2A2A2;
    min-height: 30px;
}

.salary-range-container {
    display: flex;
}

.fill-space {
    flex-grow: 1;
}

.dash-separator {
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 3px;
}

.recruit-comments {
    resize: none;
    width: 100%;
}

.field-spacing {
    margin-right: 5px;
}

.make-vertical {
    display: flex;
    flex-direction: column;
}

.make-horizontal {
    display: flex;
    flex-direction: row;
}

.grade-btn {
    margin-right: 2px;
}

.grade-btn-selected {
    background-color: #275B89;
}

.approve-reject-spacing {
    margin-right: 10px;
}

.application-button-container {
    margin-top: 50px;
    margin-bottom: 10px;
}

.space-left {
    margin-left: 5px;
}

.space-right {
    margin-right: 5px;
}

.field-container-print {
    display: flex;
    background-color: lightgray;
    border-radius: 4px;
    margin: 2px;
    width: 20%;
    /*min-width: max-content;*/ /*it is valid*/
    line-height: 1.5;
    padding: .75rem;
}

.master-btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.w-25 {
    width: 25%;
}

.w-50 {
    width: 50%;
}

.w-75 {
    width: 75%;
}

.w-100 {
    width: 100%;
}

.right-title {
    display: flex;
    justify-content: flex-end;
    /*margin: auto;*/
}

.skill-button-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 2em;
    margin-left: 1em;
    margin-right: 1em;
}

.skill-choose-container {
    display: flex;
    flex-direction: row;
    margin-top: 2em;
    margin-bottom: 2em;
}

.skill-container-main {
    width: 75%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.skill-container-item {
    display: flex;
    flex-direction: column;
}

.skill-button {
    width: 100%;
    min-width: max-content; /*it is valid*/
    margin: auto;
}

.user-checkbox-container {
    display: flex;
    flex-direction: column;
}

.form-table-border {
    border: 1px solid black;
}

.form-table-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.form-table-row {
    display: flex;
    flex-direction: row;
}

.form-table-column {
    display: flex;
    flex-direction: column;
}

.recruit-text {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.recruit-header-title {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    font-weight: bold;
}

.paper {
    /*    margin-left: 30px;
    margin-right: 30px;*/
    margin-top: 20px;
}

.recruit-table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.name-spacing {
    margin-top: 5px;
    margin-bottom: 5px;
}

.w-10 {
    width: 10%;
}

.w-70 {
    width: 70%;
}

.center-checkbox {
    text-align: center;
}

.one-line-text {
    white-space: nowrap;
}

.recruit-question {
    font-size: 13px;
}

.form-section {
    margin-bottom: 20px;
}

.form-code {
    margin-bottom: 6px;
}

.form-logo {
    margin-bottom: 20px;
}

.required-dot {
    display: flex;
    height: 8px;
    width: 8px;
    background-color: red;
    border-radius: 50%;
    margin-top: 0.8em;
    margin-right: 0.3em;
}

.required-field {
    border: 2px solid red;
}

#dataview-container {
    margin-top: 10px;
    margin-left: 10px;
}

.qr-code {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.utility-buttons {
    margin-top: 10px;
    margin-bottom: 5px;
}

.log-input-container {
    display: flex;
    margin-left: 10px;
}

.log-input-buttons {
    margin-top: 1.4em;
    margin-left: 1em;
}

.split-bar {
    height: 20px;
    border-left: solid 1px;
    border-color: black;
}

.mr-10 {
    margin-right: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.ld-label-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    margin-left: 15px;
}

.ld-label {
    display: flex;
    width: fit-content;
    background-color: #3276B1;
    color: white;
    padding: 6px;
}

.search-area {
    resize: none;
    width: 100%;
    font-size: 16px;
}

.search-container {
    display: flex;
    margin-bottom: 20px;
}

.information-container {
    display: flex;
    flex-direction: column;
    padding: 30px 20px 30px 20px;
}

.alert-container {
    display: flex;
    flex-direction: column;
}

.result-container {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

.search-keyword {
    font-size: 14px;
}

/** {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/

.timeline-wrapper {
    min-width: 610px;
    zoom: 1;
}

    .timeline-wrapper:before,
    .timeline-wrapper:after {
        content: "";
        display: table;
    }

    .timeline-wrapper:after {
        clear: both;
    }

    .timeline-wrapper .item-container {
        width: 33.3333%;
        float: left;
        border-bottom: 2px solid #6E956D;
        position: relative;
        font-size: 0;
    }

        .timeline-wrapper .item-container.last.first {
            border-width: 0;
        }

        .timeline-wrapper .item-container.last:after {
            content: '';
            position: absolute;
            left: 0;
            right: 80px;
            z-index: 1;
            top: -15px;
            height: 30px;
            display: block;
            background: #fff;
        }

        .timeline-wrapper .item-container.last .bullet:after {
            content: "Stored";
            background-color: #59c77f;
            border-color: #59c77f;
            color: #fff;
            line-height: 24px;
            width: 160px;
            left: -50px;
        }

        .timeline-wrapper .item-container.last .bullet:hover:after {
            background-color: #3aac62;
            border-color: #3aac62;
        }

        .timeline-wrapper .item-container.last.even:after {
            left: 80px;
            right: 0px;
            top: initial;
            bottom: -15px;
        }

        .timeline-wrapper .item-container.odd {
            float: right;
            margin-top: 60px;
            border-bottom-width: 0;
            border-top: 2px solid #6E956D;
            text-align: right;
        }

            .timeline-wrapper .item-container.odd .item {
                margin-bottom: 0;
                margin-top: 35px;
            }

                .timeline-wrapper .item-container.odd .item:after {
                    bottom: initial;
                    top: -13px;
                    -webkit-transform: rotate(135deg);
                    -moz-transform: rotate(135deg);
                    -o-transform: rotate(135deg);
                    -ms-transform: rotate(135deg);
                    transform: rotate(135deg);
                }

            .timeline-wrapper .item-container.odd .bullet {
                bottom: initial;
                top: -15px;
            }

                .timeline-wrapper .item-container.odd .bullet.first {
                    left: 50%;
                    margin-right: 0;
                    margin-left: -20px;
                    right: 0;
                }

                    .timeline-wrapper .item-container.odd .bullet.first:after {
                        right: initial;
                        left: 5px;
                    }

            .timeline-wrapper .item-container.odd .item-piece {
                vertical-align: top;
            }

    .timeline-wrapper .down-bar {
        background: #fff;
        position: absolute;
        bottom: -15px;
        height: 30px;
        right: 0px;
        width: 80px;
    }

        .timeline-wrapper .down-bar:after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            height: 40px;
            top: 15px;
            width: 2px;
            background: #6E956D;
        }

    .timeline-wrapper .down-bar-left {
        background: #fff;
        position: absolute;
        height: 30px;
        left: 0px;
        top: -2px;
        width: 80px;
    }

        .timeline-wrapper .down-bar-left:after {
            content: '';
            display: block;
            position: absolute;
            right: 0;
            height: 160px;
            width: 2px;
            background: #6E956D;
        }

    .timeline-wrapper .item-piece {
        vertical-align: bottom;
        /* font-size 16px */
        text-align: center;
        max-width: 160px;
        width: 160px;
        min-height: 125px;
        background: #fff;
        position: relative;
        display: inline-block;
    }

        .timeline-wrapper .item-piece:hover .item {
            border-color: #005BA3;
        }

        .timeline-wrapper .item-piece:hover .bullet:after {
            border-color: #005BA3;
        }

    .timeline-wrapper .item {
        border: 2px solid #4CB049;
        min-height: 90px;
        margin-bottom: 35px;
        position: relative;
        border-radius: 5px;
        vertical-align: bottom;
        display: inline-block;
        font-size: 14px;
        width: 100%;
        height: 9em;
    }

#timeline > div:nth-child(1) > div.item-piece .item {
    border: 2px solid #971009;
    min-height: 90px;
    margin-bottom: 35px;
    position: relative;
    border-radius: 5px;
    vertical-align: bottom;
    display: inline-block;
    font-size: 14px;
    width: 100%;
}

.timeline-wrapper .item:after {
    content: '';
    width: 21px;
    height: 21px;
    border-bottom: 2px solid #6E956D;
    border-left: 2px solid #6E956D;
    border-color: inherit;
    position: absolute;
    bottom: -13px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
    left: 50%;
    margin-left: -11.5px;
}

.timeline-wrapper .bullet {
    font-size: 16px;
    display: block;
    height: 30px;
    width: 40px;
    background-color: #fff;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -20px;
    z-index: 2;
}

    .timeline-wrapper .bullet.first {
        left: 0;
        width: auto;
        right: 50%;
        margin-left: 0;
        margin-right: -20px;
    }

    .timeline-wrapper .bullet:after {
        content: '';
        display: block;
        height: 30px;
        width: 30px;
        background: #fff;
        border: 2px solid #4CB049;
        border-radius: 15px;
        right: 5px;
        position: absolute;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

#timeline > div:nth-child(1) > div.item-piece .bullet:after {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    background: #fff;
    border: 2px solid #971009;
    border-radius: 15px;
    right: 5px;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline-actions {
    position: relative;
    font-size: 14px;
    z-index: 30;
    width: 10px;
    white-space: nowrap;
}

.even .timeline-actions {
    left: 50%;
}

.odd .timeline-actions {
    text-align: center;
    bottom: 11em;
    white-space: normal;
    width: fit-content;
    left: 25%;
}

.timeline-wrapper .even .item-piece {
    bottom: -20px;
}

/*#timeline > div:last-child > div.item-piece .bullet:after {
    border-color: #971009;
}

#timeline > div:last-child > div.item-piece .item {
    border-color: #971009;
}*/

#timeline > .finish > div.item-piece .bullet:after {
    border-color: #971009;
}

#timeline > .finish > div.item-piece .item {
    border-color: #971009;
}

.sendto-comments {
    resize: none;
    border-color: #CCCCCC;
}

.sendto-container {
    display: flex;
    flex-direction: column;
}

.sendto-title {
    /*font-weight: bold;*/
    margin-bottom: 0.2em;
    font-size: 14px;
}

.user-choose-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}

.hint-text {
    margin-bottom: 15px;
}

.dropdown-menu > li > a.horizontal-divider:hover {
    background-color: white !important;
    cursor: default;
}

.horizontal-separator {
    position: absolute;
    border-top: 2px solid #3276B1;
    width: 80%;
}

.sendto-selection {
    font-weight: bold;
    color: green;
}

.evaluation-label {
    font-size: 14px;
    /*height: 3em;*/
    margin-top: 10px;
    margin-bottom: 10px;
}

.evaluation-item {
    resize: none;
}

/*.evaluation-title-space {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 10px;
}*/

.evaluation-label-2 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.role-container {
    display: inline-block;
}

.role-item {
    display: flex;
    margin-left: 5px;
    margin-right: 5px;
}

.badge-unread {
    background-color: #F8F9FA;
    color: #212551;
    margin-left: 5px;
}

.evaluation-info {
    display: inline-block;
    margin-top: 22px;
}

.evaluation-big-text {
    display: flex;
    width: 90%;
    height: 6em;
}

.evaluation-normal-text {
    width: 10%;
    height: 3em;
}

.evaluation-short-text {
    width: 100%;
}

.evaluation-long-text {
    width: 100%;
    height: 6em;
}

.flex-container {
    display: flex;
}

.bottom-border {
    border-width: 0px 0px 1px 0px;
    border-style: dashed;
    border-color: lightgray;
}

.hidden {
    display: none;
}

.pointer {
    cursor: pointer;
}