body {
    margin: 0;
    margin-bottom: 60px;
}

.main-header {
    width: 100%;
    background: #283032;
    padding: 8px 16px;
}

.main-header > div {
    display: inline-block;
    vertical-align: middle;
}

.main-header-brand {
    max-height: 50px;
}

.main-nav {
    display: inline-block;
    text-align: right;
    width: calc(100% - 350px);
    vertical-align: middle;
    background: #283032;
}

.main-nav-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav-item {
    font-family: "brandon-groteque", sans-serif;

    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #757d7f;
}

.main-nav-item-user {
    font-family: "brandon-groteque", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #757d7f;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.border-top {
    border-top: 1px solid #283032;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.jq-toast-wrap {
    width: 450px;
}

a {
    color: #0366d6;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.loader-default:after {
    border: 8px solid #1b6ec2;
    border-left-color: transparent;
}

button {
    width: 125px;
}

a {
    text-decoration: none;
}

tbody, td, tfoot, th, thead, tr {
    border: none;
}
