@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1340px;
    }
}

body {
    padding-top: 50px;
    padding-bottom: 20px;%
    font-family: "Open Sans", sans-serif;
    background: #f6f9ff;
    color: #444444;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito", sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 20px 30px;
}

.pagetitle {
    margin-bottom: 10px;
}

    .pagetitle h1 {
        font-size: 24px;
        margin-bottom: 0;
        font-weight: 600;
        color: #012970;
    }

.breadcrumb {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    color: #899bbd;
    font-weight: 600;
    padding: 0;
    background-color: transparent;
}

    .breadcrumb a {
        color: #899bbd;
        transition: 0.3s;
    }

    .breadcrumb .active {
        color: #51678f;
        font-weight: 600;
    }

.card {
    margin-bottom: 30px;
    box-shadow: rgba(1, 41, 112, 0.1) 0px 0px 30px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}

.card-header {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
}

.card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
}

.table {
    font-size: 14px;
}

    .table thead th,
    .table thead td {
        vertical-align: top;
    }



/* Set width on the form input elements since they're 100% wide by default */
.form-group {
    max-width: 800px;
}

th.amount,
td.amount,
td.percent {
    text-align: right;
    white-space: nowrap;
}

.transactions-list th .payment-date {
    color: #bbb;
}

.transactions-list td .due-date {
    display: block;
}

.transactions-list td .payment-date {
    color: #bbb;
    display: block;
}

td.buttons {
    white-space: nowrap;
}

.success {
    color: #6c6;
}

.warning {
    color: #cc2;
}

.error {
    color: #e44;
}

.MetricResult {
    white-space: nowrap;
}

.MetricResult .green {
    color: #6c6;
}

.MetricResult .red {
    color: #e44;
}

div.alert:empty {
    display: none;
}

div.alert ul {
    list-style-type: none;
    padding-left: 10px;
    margin-bottom: 0;
    font-weight: bold;
    font-style: italic;
}

span.field-validation-error {
    color: #f00;
    font-weight: bold;
}