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

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

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

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

.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);
    background-color: #f7fafc;
}

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

#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-control.form-control {
    padding-top: 0.3rem;
}

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

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

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

label span {
    color: #cc0000;
}

.selector .form-group {
    margin-bottom: 0.5rem !important;
}

.messageContainer {
    padding-top: 0 !important;
    border-radius: 0.25rem !important;
}

.messageContainer .message {
    max-width: 100% !important;
}

.select2-selection__clear {
    margin-right: 0.4rem;
}

.navbar-top.border-bottom.navbar-dark {
    border-color: #086634 !important;
    height: 78px;
}

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

.auth-message .alert {
    margin-bottom: 2rem;
}

@media print {
    body *:not(.printable, .printable *) {
        display: none;
    }
}

/* Dark theme */

/*

.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .8);
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}
*/


.navbar-dark .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, .6);
}

.navbar-dark hr {
    border-top: 1px solid rgba(255, 255, 255, .4);
}

.navbar-vertical .navbar-brand-img,
.navbar-vertical .navbar-brand>img {
    max-width: 200px;
}

.breadcrumb a,
footer a {
    color: #086634 !important;
}

.bg-green {
    background-color: #086634 !important;
}

.bg-navy {
    background-color: #2F4050 !important;

}

.footer {
    background-color: transparent !important;
}

.header {
    margin-top: 1rem;
}

.navbar-vertical {
    box-shadow: none;
}

.card-header {
    background-color: #086634 !important;
}

.card-header h3 {
    color: rgba(255, 255, 255, .9) !important;
}

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

.record-actions {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
    right: 0px;
    min-width: 100px;
}