::selection {
    background: #fff;
    color: #336699;
}

::-moz-selection {
    background: #fff;
    color: #336699;
}

body, html {
    font-size: 13px;
    font-family: f1-regular, Roboto, Arial, sans-serif;
    color: black;
    word-wrap: break-word;
    line-height: 1.4;
}

.mdc-tab-bar {
    background: white;
}

.mdc-tab {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: f1-regular, Roboto, Arial, sans-serif;
}

.mdl-chip {
    font-family: f1-regular, Roboto, Arial, sans-serif;
}

.mdc-button {
    font-family: f1-regular, Roboto, Arial, sans-serif;
}

.mdc-top-app-bar__title {
    font-family: f1-regular, Roboto, Arial, sans-serif;
}

.mdc-tab {
    font-family: f1-regular, Roboto, Arial, sans-serif;
}

.mdl-textfield__input {
    font-family: f1-regular, Roboto, Arial, sans-serif;
}

select {
    width: 100%;
}

body{
    background: white;
    font-size: 14px;
    text-align: left;
}

.select2-results__option {
    color: #333;
}

#page-content {
    padding: 73px 15px 15px 87px;
    position: absolute;
    width: 100%;
}

.nav-left-link {
    align-items: center;
    color: white !important;
    padding-bottom: 6px;
    text-underline-position: unset;
}

.nav-left-link:hover {
    background: white;
    color: black !important;
    transition: background-color 500ms;
}

a {
    color: #e10600;
    text-decoration: none;
}

a:hover, a:active {
    color: #e10600;
    text-decoration: none;
}

.highlight-text {
    color: #e10600;
}

a.navigation__link {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 24px;
}

a.navigation__link:hover {
    color: #e10600;
    text-decoration: none;
}

.mdc-top-app-bar__action-item {
    text-decoration: none !important;
    outline: none !important;
}

a.navigation__link:focus {
    outline: none;
}

a.mdl-navigation__link {
    color: #b8b6b4;
}

a.mdl-navigation__link:hover {
    color: #ffffff;
    text-decoration: none;
}

a.navigation-link-icon {
    margin-top: 5px;
    padding: 0 8px;
}

.navigation-dropdown {
    position: relative;
    display: inline-block;
}

.navigation-dropdown-content {
    display: none;
    position: absolute;
    background-color: #171a21;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 10px;
    margin-left: 16px;
    z-index: 1;
}

.navigation-dropdown-link {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

.navigation-dropdown-link:hover {
    color: #e10600;
    text-decoration: none;
}

.navigation-dropdown:hover .navigation-dropdown-content {
    display: block;
}

a.breadcrumb-link {
    color: white;
    text-decoration: none;
}

i.breadcrumb-icon {
    font-size: 18px;
    vertical-align: sub;
}

.headline {
    color: #00C434;
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 0;
}

.box-headline {
    color: #00C434;
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
}

hr {
    margin-top: 0;
}

input:disabled {
    background: #efefef;
    font-style: italic;
    cursor: default;
    box-shadow: none !important;
    border: 1px solid #ccc !important;
}

.mdl-menu-option-icon {
    vertical-align: middle;
}

.mdl-card__actions {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-sizing: border-box;
    display: flex;
}

.mdl-card__actions > .material-icons {
    color: #fff;
    padding-right: 10px;
}

.mdl-card__actions > .mdl-button {
    color: #fff;
}

.mdl-card {
    width: 100%;
}

.mdl-card__title {
    align-items: flex-start;
}

.mdl-card__title > h4 {
    margin-top: 0;
}

.mdl-card-chat {
//background: #378031;
    background: #e10600;
    height: 658px;
}

.mdl-card-chat-title {
    color: #fff !important;
}

.mdl-card-chat-text {
    align-items: flex-start;
    flex-grow: 1;
    height: 100%;
}

.mdl-card-chat-icon {
    padding: 0 5px 0 10px !important;
}

.mdl-card-chat-input {
    background: #fff;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    color: #fff;
}

.mdl-card-clip {
    height: 384px;
//background: #cf2025;
    background: #e10600;
}

.mdl-card-clip-title {
    color: #fff !important;
}

.mdl-card-clip-text {
    align-items: flex-start;
    flex-grow: 1;
}

.mdl-card-event {
    height: 256px;
//background: #3E4EB8;
    background: #e10600;
}

.mdl-card-event-title h4 {
    color: #fff !important;
}

.mdl-card-offer {
    height: 256px;
//background: #009688;
    background: #e10600;
}

.mdl-card-offer-title h4 {
    color: #fff !important;
}

.mdl-data-table th {
    text-align: left;
}

.mdl-data-table td {
    text-align: left;
}

.mdl-card__title-text {
    color: #e10600;
}

.btn-main {
    background-color: #e10600;
    border-radius: 5px !important;
    border: 2px solid #e10600;
    color: #fff !important;
    text-decoration: none !important;
}

.btn-main:hover {
    background-color: white;
    color: black !important;
}

.btn-abort {
    background-color: #b1b1b1;
    color: #fff !important;
    text-decoration: none !important;
}

.btn-abort:hover {
    background-color: #fff;
    color: #b1b1b1 !important;
    border: 1px solid #b1b1b1;
}

.login-headline {
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
}

.mdl-textfield, .mdl-js-textfield {
    width: 100% !important;
}

.mdl-textfield__input {
    background: #fff;
    border: 1px solid #d1d1d1;
    line-height: 24px;
    color: #666666;
    height: 35px;
    width: 100%;
    text-align: left;
    padding: 5px;
}

.mdl-button {
    border-radius: 0;
}

.mdl-card {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mdl-card__supporting-text {
    width: 100%;
}

.mdl-card__actions.mdl-card--border {
    border-top: 0;
}

.mdl-data-table tr:hover {
    border-left: 2px solid #e10600;
}

.mdl-data-table tr {
    border-left: 2px solid #e10600;
}

.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
    background: #e10600;
}

.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
    border: 2px solid #e10600;
}

.mdl-checkbox__ripple-container .mdl-ripple {
    background: #e10600;
}

.mdl-radio__inner-circle {
    background: #e10600;
}

.mdl-radio.is-checked .mdl-radio__outer-circle {
    border: 2px solid #e10600;
}

.mdl-progress {
    width: 100%;
}

.mdl-progress > .bufferbar {
    background: white;
}

.mdl-progress.mdl-progress--indeterminate > .bar1, .mdl-progress.mdl-progress__indeterminate > .bar1 {
    background-color: #e10600;
}

#snackbar {
    min-width: 100% !important;
}

.mdl-snackbar__action {
    width: 0 !important;
    position: fixed;
}

.mdl-snackbar__text {
    min-width: 100% !important;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    height: min-content;
}

.status-messages {
    text-align: left;
    margin: 1em 0;
    font-weight: 300;
}

.flashMessenger-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4em;
    top: 0;
    height: 100%;
}

.flashMessenger-icon i {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2em;
    top: 0;
    margin: auto;
    height: 1em;
    font-size: 2em !important;
    text-align: center;
    line-height: 1em;
    cursor: default;
}

.incident .flashMessenger-icon {
    background: orangered;
    border-left-color: orangered;
    width: 4em;
}

div.incident-text  {
    padding-left: 10px;
}

.default, .error, .info, .success, .incident {
    padding: 1em 2em 1em 4em;
    background: transparent none;
    border-radius: 4px;
    position: relative;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 1px -2px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .12);
    cursor: default;
    font-size: 16px;
    margin: 10px 0;
    -moz-animation-name: showMessage;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: .3s;
    -webkit-animation-name: showMessage;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: .3s;
    animation-name: showMessage;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .3s;
}

.incident {
    border-radius: 0 !important;
}

.error {
    background: red;
    color: #e0e0e0;
}

.info {
    background: darkorange;
    color: #e0e0e0;
}

.success {
    background: green;
    color: #e0e0e0;
}

.incident {
    background: #15151e;
    border-left-color: #15151e;
}

.stats-box {
    background: #e10600;
    padding: 15px;
}

.stats-box-icon {
    color: #fff;
    float: left;
    font-size: 48px !important;
    margin-right: 15px;
    width: 48px;
}

.stats-box-title {
    color: #fff;
    font-size: 16px;
    text-align: left
}

.stats-box-value {
    color: #fff;
    font-size: 22px;
    text-align: left;
}

.pagination a {
    border-radius: 0 !important;
    display:inline-block;
    padding:5px;
}

.pagination > li > a:hover {
    color: #e10600;
}

.pagination > .active > a {
    background: #e10600;
    border-color: #e10600;
}

.col-row {
    margin-right: -15px;
    margin-left: -15px;
}

.green-chip {
    background: green;
    color: white;
    padding: 5px;
}

.orange-chip {
    background: #e10600;
    color: white;
    padding: 5px;
}

.red-chip {
    background: red;
    color: white;
    padding: 5px;
}

#chat-wrapper {
    background: #363636;
    overflow-y: auto;
}

#chat-input-icon {
    cursor: pointer;
}

.chat-entry-left {
    border-radius: 10px;
    margin-bottom: 20px;
    min-height: 0;
    width: 50%;
}

.chat-entry-right {
    border-radius: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    min-height: 0;
    width: 50%;
}

.chat-entry-left > .mdl-card__title, .chat-entry-right > .mdl-card__title {
    padding-bottom: 0;
}

.cc_banner, .cc_container, .cc_container--open {
    background: #212121 !important;
}

.cc_btn, .cc_btn_accept_all {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    color: white !important;
    background: #e10600 !important;
    font-family: f1-regular, Roboto, Arial, sans-serif !important;
}

cc_btn:hover , .cc_btn_accept_all:hover {
    background: #e10600 !important;
}

.cc_message {
    font-family: f1-regular, Roboto, Arial, sans-serif !important;
}

#server-link  {
    color: limegreen;
}

#server-link:hover  {
    color: lightgreen;
}

.warning-button {
    background: #d55151 !important;
    color: white !important;
}

.info-button {
    background: #26B3D5 !important;
    color: white !important;
}

.warning-text {
    color: #d55151 !important;
    font-weight: 700;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active::after {
    background: #e10600;
}

.admin {
    color: #ce1800;
    font-weight: 700;
    text-shadow: 1px 1px 7px #ce1800;
}

.admin-chip {
    background: red;
    color: white;
    padding: 5px;
    margin: 5px;
}

.verified {
    color: #e10600;
    font-weight: 700;
    text-shadow: 1px 1px 7px #e10600;
}

.verified-chip {
    background: #e10600;
    color: white;
    padding: 5px;
    margin: 5px;
}

.premium {
    color: #ceab00;
    font-weight: 700;
    text-shadow: 1px 1px 7px #ceab00;
}

.premium-chip {
    background: #ceab00;
    color: white;
    padding: 5px;
    margin: 5px;
}

.user {
    color: #424242;
    font-weight: 700;
    text-shadow: 1px 1px 7px #424242;
}

.user-chip {
    background: #424242;
    color: white;
    padding: 5px;
    margin: 5px;
}

@media screen and (max-width: 1919px) {
    .discord-link {
        display: none;
    }
}

@keyframes wiggle {
    20%  { transform: translateX(4px);  }
    40%  { transform: translateX(-4px); }
    60%  { transform: translateX(2px);  }
    80%  { transform: translateX(-1px); }
    100% { transform: translateX(0);    }
}

.wiggle:hover    {
    animation: wiggle 75ms linear;
    animation-timing-function: linear;
}

@keyframes shake {
    0% { transform: rotate(0.5deg); }
    50% { transform: rotate(-0.5deg); }
    100% { transform: rotate(0.5deg); }
}

.shake:hover {
    animation: shake 75ms linear;
    animation-timing-function: linear;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.pulse:hover {
    animation: pulse 1s linear;
    animation-timing-function: linear;
}

.zoom:hover {
    transform: scale(1.1);
    transition: all ease 500ms;
}

div.navigation-dropdown {
    height: 100%;
    vertical-align: middle;
    line-height: 64px;
}

.mdc-button--raised:not(:disabled), .mdc-button--unelevated:not(:disabled) {
    background-color: #e10600 !important;
    text-decoration: none;
}

.mdc-text-field .mdc-text-field__input {
    caret-color: #e10600 !important;
}

.mdc-card__actions, .mdc-card__primary-action {
    cursor: default;
}

.weaver-mdc-card__no-border {
    border-radius: 0 !important;
}

#page-content table.mdl-data-table {
    color: rgba(0, 0, 0, 0.54);
}

label {
    width: 100%;
}

.mdl-chip {
    border-radius: 2px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #3fd600;
    color: white;
}

.mdc-text-field__input {
    padding: 12px;
    border: 1px solid rgb(170, 170, 170);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

#bug-report-button {
    cursor: pointer;
}

.mdl-spinner__layer-1,
.mdl-spinner__layer-3 {
    border-color: red !important;
}

.mdl-spinner__layer-2,
.mdl-spinner__layer-4 {
    border-color: white !important;
}

.mdl-spinner-header {
    width: 24px;
    height: 24px;
    vertical-align: sub;
}

.mdl-spinner-header > .mdl-spinner__layer-1,
.mdl-spinner-header > .mdl-spinner__layer-2,
.mdl-spinner-header > .mdl-spinner__layer-3,
.mdl-spinner-header > .mdl-spinner__layer-4 {
    border-color: white !important;
}

.mdl-spinner:not(.is-upgraded).is-active:after {
    content: "";
}

.f1-box-top-left {
    margin-top: 10px;
    border-left: 10px solid #e10600;
    border-top: 10px solid #e10600;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 15px;
}

.f1-box-bottom-right-light {
    margin-top: 10px;
    border-right: solid 2px #d0d0d2;
    border-bottom: solid 2px #d0d0d2;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 15px;
}