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: 0;
    transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
    color: #333;
    border: none;
    border-radius: .375rem;
    background-color: transparent;
    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 {
    color: #8898aa;
    border: none;
    -webkit-box-shadow: none !important;
}

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

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

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

label span {
    color: #cc0000;
}

.dashboard-card {
    min-height: 220px;
}

.dashboard-card p{
    min-height: 50px;
}

.navbar-vertical .navbar-brand-img, .navbar-vertical .navbar-brand > img {
    max-width: 100%;
    max-height: unset;
    width: auto;
    height: 70px;
}

.form-control-label{
    margin-bottom: 0;
}

.header.bg-gradient-primary {
    background: #000!important;
    padding-top: 130px!important;
}

#navbar-main .container{
    display: block;    
    text-align: center;
}

.navbar-horizontal .navbar-brand img {
    height: 100px;
    margin: 0 auto 0;
    /* float: none; */
    display: block;
}
