body {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 12px;
    font-weight: 600;
    background-color: #e6e6e6;
    padding: 3px;
}

/*
    LOGIN-PAGE
*/
.wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
}

.form-signin {
    max-width: 380px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
}

.form-signin-heading,
.checkbox {
    margin-bottom: 30px;
}

.checkbox {
    font-weight: normal;
}

.form-control {
    position: relative;
    font-size: 11px;
    height: auto;
    padding: 10px;
@include box-sizing(border-box);
}

.matchanalyzer-login-logo {
    float: right;
    height: 42px;
}

/*
    MAIN-PAGE
*/
textarea {
    resize: none;
}
.clear {
    height: 0;
    clear: both;
}
.page-overlay {
    opacity: 0.8;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 505;
    top: 0;
    left: 0;
    position: fixed;
    padding-top: 40px;
    font-size: 20px;
    text-align: center;
}
.overlay-text {
    color: white;
    font-weight: 600;
}
.overlay-text-error {
    color: red;
    font-weight: 600;
}
.newsfeed-container {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 500;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0.97;
    color: #ffffff;
    font-size: 12px;
    margin-top: 152px;
}
.newsfeed {
    width: 100%;
    margin-right: 3px;
}
.newsfeed td {
    border-bottom: 1px solid dimgrey;
}
.newsfeed-row-img-container {
    text-align: center;
    padding: 3px;
    width: 5%;
}
.newsfeed-row-img {
    height: 18px;
    vertical-align: middle;
}
.newsfeed-row-text {
    font-weight: bold;
    width: 25%;
    text-align: right;
    padding-right: 25px;
}
.newsfeed-row-buttons {
    padding: 3px;
    text-align: right;
    padding-right: 10px;
    width: 20%;
}
.newsfeed-row-link {
    width: 50%;
    text-align: left;
}
.newsfeed-row-link a {
    color: #ffffff !important;
}
.newsfeed-score {
    font-size: 14px;
}
.newsfeed-row-highlighted {
    color: red;
    font-weight: 700;
}
.navbar {
    margin-bottom: 0;
}
.navbar-brand {
    height: 70px;
    padding: 12px;
}
.matchanalyzer-nav-brand-img {
    height: 50px;
}
.matchanalyzer-nav-flag {
    height: 24px;
    cursor: pointer;
}
.matchanalyzer-nav-flag-disabled {
    opacity: 0.3;
}
.user-actions-container {
    line-height: 34px;
}
.user-actions-left {
    text-align: left;
    height: 34px;
}
.user-actions-right {
    text-align: right;
    height: 34px;
}
.matchanalyzer-user-action-right-container {
    margin-right: 15px;
    display: inline-block;
}
.matchanalyzer-nav-report-error-img {
    height: 22px;
    cursor: pointer;
}
.matchanalyzer-nav-reset-password-img {
    height: 22px;
    cursor: pointer;
}
.matchanalyzer-nav-sound-img {
    height: 24px;
    cursor: pointer;
}
.matchanalyzer-nav-user-img {
    height: 24px;
    cursor: pointer;
}
.matchanalyzer-nav-logout-img {
    height: 23px;
    cursor: pointer;
}
.matchanalyzer-nav-user-information {
    float: right;
    height: 70px;
    line-height: 20px;
    padding-right: 15px;
    padding-top: 17px;
    text-align: left;
    font-size: 11px;
}
.navbar-header {
    float: left;
}
.user-filter-container-row {
    margin-top: 3px;
    padding: 0;
}
.user-filter-container {
    padding: 0;
}
.user-filters {
    height: 200px;
    display: none;
}
.user-filter-options {
    margin: 0;
}
.user-filter-first-row {
    margin-top: 10px;
    margin-bottom: 10px;
}
.user-filter-selection {
    width: 267px;
    margin-right: 15px;
}
.user-filter-btn {
    margin-left: 5px;
}
.user-filter-btn-hidden {
    display: none;
}
.user-filter-label {
    width: 150px;
    margin-right: 5px;
}
.user-filter-image {
    width: 18px;
    margin-right: 5px;
}
.user-filter-side {
    width: 140px;
    margin-right: 15px;
}
.user-filter-side-placeholder {
    width: 155px;
}
.user-filter-input {
    width: 40px;
    margin-left: 5px;
    padding-right: 3px;
    text-align: right;
}
.newsfeed-archive {
    height: 200px;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}
.newsfeed-archive-container {
    padding: 0;
}
.newsfeed-archive-row {
    margin-top: 3px;
    padding: 0;
}
.newsfeed-archive-entry {
    padding-top: 5px;
    padding-bottom: 5px;
    bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #a3a3a3;
}
.newsfeed-archive-entry-timestamp {
    padding-left: 3px;
    text-align: left;
}
.newsfeed-archive-entry-image-container {
    text-align: center;
}
.newsfeed-archive-entry-image {
    vertical-align: middle;
    height: 18px;
}
.newsfeed-archive-entry-text {
    text-align: right;
    font-weight: bold;
}
.newsfeed-archive-entry-link {
    text-align: left;
}
.community-container {
    margin-top: 3px;
}
.chat-messages-container {
    padding: 0 3px 0 0;
    max-height: 420px;
}
.chat-users-container {
    padding: 0 0 0 3px;
    max-height: 420px;
}
.chat-headline {
    display: table;
    width: 100%;
    margin-top: 0;
    height: 40px;
    color: white;
    padding-left: 15px;
    background-color: #215BA3;
    font-size: 16px;
}
.unseen-messages-counter {
    display: none;
    font-size: 16px;
    margin-left: 10px;
    font-weight: 600;
    background: red;
    padding: 3px 0;
    border-radius: 66px;
    width: 24px;
    text-align: center;
    vertical-align: bottom;
}
.chat-headline-text {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}
.selected-user-filter-label {
    padding-left: 5px;
}
.chat-user-overview {
    height: 380px;
    width: 100%;
    overflow-y: auto;
    padding-left: 15px;
    padding-top: 5px;
}
.chat-messages-overview {
    height: 320px;
    width: 100%;
    overflow-y: auto;
}
.chat-input-container {
    height: 60px;
    width: 100%;
}
.chat-textinput-container {
    width: 85%;
}
.chat-message-input {
    width: 100%;
    height: 55px;
}
.chat-handle-autoscroll {
    text-align: left;
    padding-left: 10px;
    width: 15%;
    height: 60px;
}
.chat-message {
    line-height: 30px;
    width: 100%;
    border-bottom: 1px solid #a3a3a3;
}
.chat-message-username {
    display: inline-block;
    font-size: 12px;
    width: 20%;
    height: 100%;
    font-weight: 700;
    text-align: left;
    padding-left: 5px;
    vertical-align: middle;
    position: relative;
    color: #215ba3;
}
.message-admin {
    color: red;
}
.message-bot {
    color: #215ba3;
}
.chat-message-content {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 80%;
}
.chat-message-timestamp {
    font-size: 9px;
    color: black;
    font-weight: 600;
    padding-right: 10px;
}
.online-user {
    width: 50%;
    display: inline-block;
}
.online-user-img {
    height: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.league-selection-container {
    margin-top: 3px;
}
.match-filter-container {
    margin-top: 3px;
    padding-bottom: 20px;
}
.match-filter-input {
    display: inline-block;
    width: 400px;
}
.page_scroll_up_container {
    position: fixed;
    height: 50px;
    width: 36px;
    cursor: pointer;
    display: none;
    z-index: 500;
    top: 50%;
    margin-top: -25px;
}
.page_scroll_up {
    height: 36px;
    vertical-align: middle;
}
.sorting_state_container {
    position: fixed;
    height: 50px;
    width: 36px;
    cursor: pointer;
    display: none;
    z-index: 500;
    top: 50%;
    margin-top: 30px;
    text-align: center;
}
.sorting_state {
    height: 18px;
    vertical-align: middle;
}
.dialog-input-label {
    width: 150px;
    text-align: right;
    padding-right: 5px;
}
.tipp-dialog {
    width: 300px;
    padding: 7px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -150px;
    z-index: 510;
    border: 1px solid #898989;
    border-radius: 3px;
    background-color: #e6e6e6;
    position:fixed;
    display: none;
}
.admin-error-dialog {
    width: 300px;
    padding: 7px;
    text-align: center;
    top: 100px;
    left: 50%;
    margin-top: -50px;
    margin-left: -150px;
    z-index: 510;
    border: 1px solid #898989;
    border-radius: 3px;
    background-color: #e6e6e6;
    position:absolute;
    display: none;
}
.user-settings-dialog {
    width: 500px;
    padding: 7px;
    top: 100px;
    left: 50%;
    text-align: center;
    margin-left: -150px;
    z-index: 510;
    border: 1px solid #898989;
    border-radius: 3px;
    background-color: #e6e6e6;
    position:absolute;
    display: none;
}
.league-blacklist-dialog {
    width: 700px;
    height: 400px;
    padding: 7px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -300px;
    z-index: 510;
    border: 1px solid #898989;
    border-radius: 3px;
    background-color: #e6e6e6;
    position: fixed;
    display: none;
}
.blacklist-filter-search-input {
    width: 100%;
}
.odds-dialog {
    width: 600px;
    height: 400px;
    padding: 7px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -300px;
    z-index: 510;
    border: 1px solid #898989;
    border-radius: 3px;
    background-color: #e6e6e6;
    position: fixed;
    display: none;
}
.reset-password-dialog {
    width: 410px;
    height: 175px;
    padding: 7px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -300px;
    z-index: 510;
    border: 1px solid #898989;
    border-radius: 3px;
    background-color: #e6e6e6;
    position: fixed;
    display: none;
}
.reset-password-dialog-input {
    width: 200px;
}
.user-filter-dialog {
    width: 450px;
    height: 85px;
    padding: 7px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -300px;
    z-index: 510;
    border: 1px solid #898989;
    border-radius: 3px;
    background-color: #e6e6e6;
    position: fixed;
    display: none;
}
.user-filter-dialog-input {
    width: 400px;
}
.league-blacklist-container {
    width: 100%;
    height: 90%;
    margin-bottom: 7px;
}
.match-odds-chart-container {
    width: 100%;
    height: 90%;
    margin-bottom: 7px;
    background-color: rgba(0, 0, 0, 0.8)
}
.sorting-settings-container {
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
}
.sorting-settings-toggle-items {
    display: none;
}
.sorting-settings-toggle-items label {
    font-weight: 600;
}
.game-sorting-eval-error {
    display: none;
    color: red;
}
.reset-password-eval-error {
    display: none;
    color: red;
}
.pi-setting-eval-error {
    display: none;
    color: red;
}
.oi-setting-eval-error {
    display: none;
    color: red;
}
.general-setting-eval-error {
    display: none;
    color: red;
}
.match-row {
    margin-right: 0;
}
.top-match-row {
    font-size: 14px;
}
.match-action-icon {
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
}
.subscription-icon {
    height: 16px;
    vertical-align: top;
}
.match-odds-chart-icon {
    height: 24px;
    margin-top: -23px;
    margin-left: 10px;
    cursor: pointer;
}
.match-pin-rank {
    margin-right: 6px;
    width: 26px;
    text-align: center;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.toggle-sound-icon {
    height: 18px;
    vertical-align: middle;
    margin-top: 2px;
}
.sound-inactive {
    opacity: 0.3;
}
.sound-active {
    opacity: 1;
}
.toggle-chart-icon {
    height: 16px;
    vertical-align: middle;
    margin-top: 2px;
}
.share-icon {
    height: 18px;
    vertical-align: middle;
    margin-top: 2px;
}
.odd-container {
    text-align: right;
    padding-right: 6px;
}
.progress {
    height: 14px;
    margin-bottom: 0;
    margin-top: 3px;
}
.progress-bar-info {
    background-color: #2297CD !important;
}
.progress-bar-success {
    background-color: #FCD400 !important;
}
.progress-bar-inactive {
    opacity: 0.2;
}
.progress-main-statistics {
    height: 8px;
    background-color: #FCD400 !important;
    margin-bottom: 0;
    margin-top: 5px;
}
.main-stats-left {
    padding-right: 3px;
    text-align: right;
}
.main-stats-right {
    padding-left: 3px;
    text-align: left;
}
.match-container-headline {
    padding-left: 15px;
    color: #215ba3;
}
.match-container {
    padding: 5px;
    margin-left: 40px;
    margin-top: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}
.match-odds-text-label {
    font-size: 11px;
    margin-bottom: 0;
    font-weight: normal;
    width: 15px;
}
.match-odds-label {
    font-size: 11px;
    margin-bottom: 0;
    font-weight: normal;
}
.match-commentary-box {
    font-size: 10px;
    height: 45px;
    max-height: 45px;
    overflow-y: auto;
    margin-bottom: 0;
}
.match-commentary-box-inactive {
    font-size: 9px;
    height: 32px;
    max-height: 32px;
    overflow-y: auto;
}
.match-commentary-placeholder {
    width: 100%;
    padding-left: 3px;
}
.match-commentary-placeholder-clickable {
    cursor: pointer;
}
.img-load-match-comments {
    width: 30px;
}
.match-comment {
    display: block;
    height: 18px;
}
.match-comment-minutes, .match-comment-seconds {
    display: inline-block;
    width: 20px;
    text-align: center;
}
.match-comment-image {
    display: inline-block;
    width: 12px;
    margin-left: 8px;
    margin-right: 8px;
}
.match-comment-text {
    display: inline-block;
}
.match-statistics-overview {
    margin-top: 15px;
    width: 100%;
    height: 62px;
    font-size: 11px;
}
.match-statistics-overview tr:nth-child(2) td {
    color: #2297CD;
}
.match-statistics-overview tr:nth-child(3) td {
    color: #FCD400;
}
.match-statistics-overview-teamname label {
    font-weight: 600;
}
.match-statistics-headline {
    text-align: center;
}
.match-statistics-headline-img {
    height: 11px;
}
.match-statistics-data {
    text-align: center;
}
.match-statistics-tooltip-table {
    height: auto;
}
.match-statistics-tooltip-match-part {
    width: 50px;
    text-align: left;
}
.match-statistics-tooltip-minutes {
    text-align: left;
    padding-left: 5px;
}
.match-timestamp {
    text-align: right;
    padding-right: 7px;
}
.main-stats-headline {
    text-align: center;
}
.match-chart-options-container {
    height: 180px;
}
.match-chart-option {
    margin-bottom: 0;
}
.match-chart-container {
    height: 180px;
}
.link-pointer {
    cursor: pointer;
}

@media(max-width: 767px) {
    body {
        font-size: 8px;
    }
    h3 {
        font-size: 8px !important;
    }
    .btn-group-sm > .btn, .btn-sm {
        font-size: 6px;
        line-height: 1.1;
        padding: 4px 8px;
    }
    .navbar {
        height: 32px;
    }
    .navbar-brand {
        height: 38px;
        padding: 8px;
    }
    .matchanalyzer-nav-flag {
        height: 16px;
    }
    .matchanalyzer-nav-brand-img {
        height: 32px;
    }
    .matchanalyzer-nav-report-error-img {
        height: 16px;
    }
    .matchanalyzer-nav-reset-password-img {
        height: 16px;
    }
    .matchanalyzer-nav-sound-img {
        height: 16px;
    }
    .matchanalyzer-nav-user-img {
        height: 16px;
    }
    .matchanalyzer-nav-logout-img {
        height: 16px;
    }
    .matchanalyzer-nav-user-information {
        font-size: 6px;
        height: 32px;
        line-height: 16px;
        padding-top: 8px;
    }
    .subscription-icon {
        height: 14px;
    }
    .toggle-pin-icon {
        height: 14px;
    }
    .toggle-chart-icon {
        height: 14px;
    }
    .share-icon {
        height: 16px;
    }
    .chat-textinput-container {
        width: 75%;
    }
    .chat-handle-autoscroll {
        width: 25%;
    }
    .chat-messages-container {
        padding: 0;
    }
    .chat-users-container {
        padding: 0;
        margin-bottom: 3px;
    }
    .chat-headline {
        height: 28px;
        font-size: 12px;
    }
    .unseen-messages-counter {
        font-size: 9px;
        padding: 3px 0;
        width: 16px;
    }
    .chat-user-overview {
        height: 292px;
        display: none;
    }
    .chat-messages-overview {
        height: 232px;
    }
    .chat-message {
        line-height: 16px;
    }
    .chat-message-username {
        width: 28%;
    }
    .chat-message-timestamp {
        font-size: 5px;
    }
    .chat-message-content {
        width: 72%;
        font-size: 6px;
    }
    .chat-message-content img {
        height: 12px;
    }
    .progress {
        height: 10px;
    }
    .match-progress-container {
        height: 12px;
    }
    .match-statistics-overview {
        font-size: 8px;
    }
    .match-statistics-overview-teamname {
        min-width: 80px;
        max-width: 90px
    }
    .match-commentary-box {
        font-size: 6px;
        height: 18px;
    }
    .match-commentary-box-inactive {
        font-size: 6px;
        height: 18px;
    }
    .match-comment-minutes, .match-comment-seconds {
        width: 14px;
    }
    .match-comment-image {
        width: 10px;
        margin-left: 6px;
        margin-right: 6px;
    }
    .img-load-match-comments {
        width: 18px;
    }
}