﻿.footer-text {
    color: #545b62;
    line-height: 18px;
    padding: 3px 4px 3px 6px;
}

.k-grid a.rowbutton {
    color: #fff;
}

body {
    color: #545b62;
}

.breadcrumb-item.active {
    color: #5e6974;
}

.breadcrumb-item > a {
    color: #545b62;
}

label {
    margin-bottom: .1rem;
    font-size: .8rem;
    line-height: 1.2;
}

.text-danger {
    color: #a83b4b !important;
}

.text-primary {
    color: #18637e !important;
}

.text-dark {
    color: #000 !important;
}

.text-light {
    color: #FFF !important;
}

a {
    color: #1c7394;
}

    a:hover {
        color: #2084a9;
    }

.btn-primary {
    color: #fff;
    background-color: #18637e;
    border-color: #3bafda;
}

.error {
    color: #dc3545;
}

.k-dropzone-hint {
    color: #323232 !important;
}