body, html, p {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: normal !important;
    font-family: Montserrat;
    color: #777 !important;
}

.table thead th, .table tbody td {
    font-size: 13px;
    letter-spacing: normal !important;
    color: #444 !important;
}

.table thead th {
    font-weight: 500;
}

.text-uppercase {
    letter-spacing: normal !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #444 !important;
}

h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
}

.block-title {
    color: #444 !important;
    letter-spacing: normal !important;
    font-weight: 500;
}

.block-header h3 {
    font-size: 18px;
}

.bg-primary-dark .block-title {
    color: #fff !important;
}

.block-themed .block-title {
    color: #fff !important;
}

.font-weight-light {
    color: #888;
}

.form-group {
    min-height: 2.5em;
}

.btn-primary {
    background: #0082e7;
}

.btn-primary:hover {
    background: #0078d4;
}

.block {
    padding: 15px;
}

a {
    color: #0082e7;
}

a:hover {
    color: #0078d4;
}

.button-footer {
     margin-bottom: 25px;
}

.modal-legend {
    text-transform: uppercase;
    color: rgb(55, 55, 55);
    font-weight: 600;
    font-size: 15px;
}

.font-weight-light {
    font-weight: 400 !important;
}

.legend-line {
    width: 15%;
    border-bottom: 2px solid rgb(55, 55, 55);
    margin-bottom: 20px;
    text-rendering: optimizelegibility;
}


.form-check-label {
    font-weight: normal !important;
    font-size: 13px;
}

.footer-widget {
    height: 100%;
    width: 100%;
}

.no-wrap {
    white-space: nowrap;
}