.pre-wrap {
    white-space: pre-wrap !important;
}

i.fa {
    font-size: 1.5rem;
}

label span {
    color: #fb6340;
}

.record-actions a {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
}

.btn-highlight {
    color: #fff;
    border-color: #E9DA1F;
    background-color: #E9DA1F;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-highlight:hover {
    color: #fff;
    border-color: #E9DA1F;
    background-color: #E9DA1F;
}

.text-yellow {
    color: #E9DA1F !important;
}

.text-greenish {
    color: #B5D73D !important;
}

span.form-control {
    padding-top: 0.75rem;
}

.invalid-feedback {
    display: block;
}

.span-control,
.pre-control {
    font-size: .875rem;
    line-height: 1.5;
    display: block;
    width: 100%;
    padding: .625rem .75rem;
    transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
    color: #8898aa;
    border: 1px solid #cad1d7;
    border-radius: .375rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: none;
    transition: none;
    height: auto;
}

.span-control {
    min-height: calc(2.75rem + 2px);
}

#editor {
    height: 600px;
}

.btn-label-margin {
    margin-top: 1.95rem !important;
}

.checkbox-label-margin {
    margin-top: 2.5rem !important;
}

.diff .diff-insert {
    background-color: #f0fff4;
    color: #22863a;
    margin-bottom: 1rem;
}

.diff .diff-delete {
    background-color: #ffeef0;
    color: #b31d28;
    margin-bottom: 1rem;
}

.diff .diff-original {
    margin-bottom: 1rem;
}

.text-primarish {
    color: #5A92E6 !important;
}

.btn-primarish {
    color: #fff;
    border-color: #5A92E6;
    background-color: #5A92E6;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #D5DBE1 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #D5DBE1 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #D5DBE1 !important;
}

.is-invalid {
    border: 1px solid #fb6340 !important;
}

.hide {
    display: none;
}

.selectize-input {
    height: 43px;
    color: #8898aa;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.selectize-control.form-control {
    padding-top: 0.3rem;
}

#pivot {
    min-height: 600px;
}

.btn-padding {
    padding-top: 32px;
}

.custom-toggle.text-warning input:checked+.custom-toggle-slider {
    border: 1px solid #fb6340;
}

.custom-toggle.text-warning input:checked+.custom-toggle-slider:before {
    transform: translateX(1.625rem);
    background: #fb6340;
}


/* Timeline */

.timeline {
    position: relative;
}

.timeline:before {
    position: absolute;
    top: 0;
    left: 1rem;
    height: 100%;
    content: '';
    border-right: 2px solid #e9ecef;
}

[data-timeline-axis-style='dashed']:before {
    border-right-style: dashed !important;
}

[data-timeline-axis-style='dotted']:before {
    border-right-style: dotted !important;
}

.timeline-block {
    position: relative;
    margin: 2em 0;
}

.timeline-block:after {
    display: table;
    clear: both;
    content: '';
}

.timeline-block:first-child {
    margin-top: 0;
}

.timeline-block:last-child {
    margin-bottom: 0;
}

.timeline-step {
    font-size: 1rem;
    font-weight: 600;
    position: absolute;
    z-index: 1;
    left: 0;
    display: inline-flex;
    width: 33px;
    height: 33px;
    transform: translateX(-50%);
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.timeline-step svg,
.timeline-step i {
    line-height: 1.4;
}

.timeline-step-icon {
    border: 2px solid #e9ecef;
    background: #fff;
}

.timeline-step-xs {
    font-size: .75rem;
    width: 17px;
    height: 17px;
}

.timeline-step-sm {
    font-size: .75rem;
    width: 23px;
    height: 23px;
}

.timeline-step-lg {
    font-size: 1.75rem;
    width: 47px;
    height: 47px;
}

.timeline-content {
    position: relative;
    position: relative;
    top: -6px;
    margin-left: 60px;
    padding-top: .5rem;
}

.timeline-content:after {
    display: table;
    clear: both;
    content: '';
}

.timeline-body {
    padding: 1.5rem;
}

@media (min-width: 992px) {
    .timeline:before {
        left: 50%;
        margin-left: -2px;
    }
    .timeline-step {
        left: 50%;
    }
    .timeline-content {
        width: 38%;
    }
    .timeline-body {
        padding: 1.5rem;
    }
    .timeline-block:nth-child(even) .timeline-content {
        float: right;
    }
    [data-timeline-axis-color='primary']:before {
        border-color: #324958;
    }
    [data-timeline-axis-color='secondary']:before {
        border-color: #f7fafc;
    }
    [data-timeline-axis-color='success']:before {
        border-color: #accb56;
    }
    [data-timeline-axis-color='info']:before {
        border-color: #53cec1;
    }
    [data-timeline-axis-color='warning']:before {
        border-color: #f29700;
    }
    [data-timeline-axis-color='danger']:before {
        border-color: #fb2e41;
    }
    [data-timeline-axis-color='light']:before {
        border-color: #adb5bd;
    }
    [data-timeline-axis-color='dark']:before {
        border-color: #212529;
    }
    [data-timeline-axis-color='default']:before {
        border-color: #172b4d;
    }
    [data-timeline-axis-color='white']:before {
        border-color: #fff;
    }
    [data-timeline-axis-color='neutral']:before {
        border-color: #fff;
    }
    [data-timeline-axis-color='darker']:before {
        border-color: black;
    }
}

.timeline-one-side:before {
    left: 1rem;
}

.timeline-one-side .timeline-step {
    left: 1rem;
}

.timeline-one-side .timeline-content {
    width: auto;
}

@media (min-width: 992px) {
    .timeline-one-side .timeline-content {
        max-width: 30rem;
    }
}

.timeline-one-side .timeline-block:nth-child(even) .timeline-content {
    float: none;
}

.badge-success {
    color: #9ac22c;
    background-color: #e9f1d3;
}

.timeline-step i.fa {
    font-size: 1.2em;
}

.timeline-one-side .timeline-content {
    max-width: 100% !important;
}

.timeline-step .fa {
    font-size: 1.2em;
}