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

.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;
}

.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 {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    height: calc(1.6em + 1.25rem + 2px);
    padding: .600rem .650rem .750rem .650rem !important;
    transition: all .15s cubic-bezier(.68, -.55, .265, 1.55);
    color: #8898aa;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 3px 2px rgba(233, 236, 239, .05);
}

.selectize-dropdown.single {
    background-color: #ffffff;
}

.selectize-control.multi .selectize-input.has-items {
    height: 45px;
}

.breadcrumb {
    padding: .75rem 1rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '/';
}

label span {
    color: #cc0000;
}

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

.dashboard-card .card-text {
    min-height: 55px;
}

.action-icon-placeholder {
    display: inline-block;
    width: 21px;
}

.bg-highlighted {
    background-color: #ebedf0 !important;
}

.sortable {
    cursor: move;
}

.checbox-padding-top {
    padding-top: 2.5rem;
}

.button-padding-top {
    padding-top: 2rem;
}

@media (min-width: 992px) {
    .checkbox-pt-lg {
        padding-top: 2.5rem;
    }
}

.opacity-25 {
    opacity: 0.25;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-75 {
    opacity: 0.75;
}

.opacity-100 {
    opacity: 1;
}