body {
    font-family: 'Lato', sans-serif;
    color: #948D8D;
}
a {
    color: #E23232;
}
a.underline {
    text-decoration: underline;
}  
.color-secondary {
    color: #575757;
}
.hidden {
    display: none;
}
.text-danger {
    color: #E23232;
}
.bg-danger {
    background-color: #E23232 !important;
}
.btn-danger {
    background-color: #E23232 !important;
    border-color: #E23232 !important;
}
.text-danger {
    color: #E23232!important;
}

.custom-checkbox-left-label {
    font-weight: 400; 
    padding-right: 0.5rem
}
.mini-field, .medium-field {
    width:80px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #575757;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e1e1e1;
    border-radius: .25rem;    
    padding: .375rem .75rem;
    margin-right: 5px !important;
}
.medium-field {
    width:120px;
} 

.mini-field.is-valid, .medium-field.is-valid {
    border-color: #46c37b;
}

.mini-field.is-invalid, .medium-field.is-invalid {
    border-color: #d26a5c;
}
.label-font-400 {
    font-weight: 400;
}

#page-container.sidebar-dark #sidebar {
    background-color: #CACACA;
    color: #948D8D;
}
.sidebar-dark #sidebar .nav-main-link, .sidebar-dark #sidebar .nav-main-link>.nav-main-link-icon {
    color: #948D8D;
}
.bg-white-5 {
    background-color: #CACACA !important;
}
.color-333333 {
    color: #333333;
}

/* FORM */
.nav-tabs-alt .nav-link {
    color:#DBD5D5;
}


/* TEXT */
h3 {
    font-size: 22px;
}
h4 {
    font-size: 22px;
    color: #575757;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.nav-tabs-alt .nav-link {
    font-size: 0.6rem;
}