html, body, .container {
    font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #07253A;
}

h1, h2 {
    font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
}

a {
    color: #FFF;
    text-decoration: none;
}

a:hover {
    color: #ECB731;
}

table > thead > tr > td {
    /* Remove border line from thead of all tables */
    /* It can overlap with other element styles */
    border-top: none !important;
}

#score-graph {
    height: 800px;
    display: block;
    clear: both;
    background: #07253A;
    color: #FFF;
}

.fa-spin.spinner {
    margin-top: 225px;
    text-align: center;
    opacity: 0.5;
}

.spinner-error {
    padding-top: 20vh;
    text-align: center;
    opacity: 0.5;
    color: #545454;
}

.jumbotron {
    background-color: #07253A;
    color: #FFF;
    border-radius: 0;
    text-align: center;
}

.navbar {
    border-bottom: 4px solid #2F80ED;
}

.bg-gray {
    background-color: #53565A;
    color: #FFF;
}

.main-container {
    margin-top: 60px;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.form-control {
    position: relative;
    display: block;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: 400;
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
}

.form-control:focus {
    border-color: #a3d39c;
    box-shadow: 0 0 0 0.2rem #a3d39c;
    transition: background-color 0.3s, border-color 0.3s;
}

.input-filled-valid {
    border-color: #a3d39c;
    box-shadow: 0 0 0 0.2rem #a3d39c;
    transition: background-color 0.3s, border-color 0.3s;
}

.input-filled-invalid {
    background-color: transparent;
    border-color: #d46767;
    box-shadow: 0 0 0 0.2rem #d46767;
    transition: background-color 0.3s, border-color 0.3s;
}

.btn-outlined.btn-theme {
    background: none;
    color: #545454;
    border-color: #545454;
    border: 3px solid;
}

.btn-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn {
    letter-spacing: 1px;
    text-decoration: none;
    -moz-user-select: none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 8px 20px;
}

.btn-info {
    background-color: #5B7290 !important;
    border-color: #5B7290 !important;
}

.badge-info {
    background-color: #5B7290 !important;
}

.alert {
    border-radius: 0 !important;
    padding: 0.8em;
}

.btn-fa {
    cursor: pointer;
}

.close {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-help {
    cursor: help;
}

select.form-control {
    height: auto !important;
}

.card {
    border-radius: 0 !important;
}

.modal-content {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

body {
    background-color: #07253A;
    color: #FFF;
}

.cl-yellow {
    color: #ECB731;
}

.bg-yellow {
    background-color: #ECB731;
}

.dropdown-menu {
    background-color: #53565A !important;
}

.dropdown-item {
    color: #FFF;
}

.dropdown-item:hover {
    background-color: #53565A !important;
    color: #ECB731;
}

.table thead {
    border-bottom: 2px solid #ECB731;
}

.table td {
    border-top: none;
    border-bottom: 1px solid #404040;
}

.btn-primary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

.modal-chat {
    position: fixed;
    bottom: 0px;
    right: 0px;
    margin: 0px;
}
