@CHARSET "UTF-8";

:root {
    --rid-dark-blue: #2b5d78;
    --rid-dark-blue-glow: #336f91;
    --rid-blue: #52b7bf;
    --rid-blue-glow: #60d1da;

    --background: var(--rid-dark-blue);
    /*--highlight: #066784;*/
    --highlight: var(--rid-dark-blue);
    --highlight-glow: var(--rid-dark-blue-glow);

}

th {
    vertical-align: top
}

td {
    vertical-align: top
}

body {
    /*background: url(../images/Background.jpg) no-repeat center center fixed;*/
    background: var(--background);
    /*backdrop-filter: blur(10px);*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#background {
    position: fixed;
    width: 100%;
    height: 100%;
    background: var(--background);
    margin: -40px 0 0 0;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";*/
}


a:not(.btn) {
    color: var(--rid-dark-blue);
}

a:hover:not(.btn) {
    color: var(--rid-dark-blue-glow);
}


.page-element {
    position: relative;
    display: block;
    margin: 40px;
    margin-left: auto;
    margin-right: auto;
}

.login-header {
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
    display: inline-block;
}

.login-logo {
    height: 100px;
}

.no-bottom-padding {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.center {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.compact {
    margin: 0;
    padding: 0;
    min-height: 0;
    min-width: 0;
}

table.compact td {
    padding: 5px 5px;
}

#company-logos {
    width: 100%;
    margin-top: 20px;
}

#company-logos img {
    width: 140px;
    -webkit-filter: drop-shadow(3px 3px 3px #454545);
    filter: drop-shadow(3px 3px 3px #454545);
}

.my-brand-logo {
    height: 100%;
}

.nav-logo {
    height: 80%;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    margin-right: 1rem;
    width: auto;
}

nav ul li.active {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

nav a {
    color: white !important;
}

nav a:hover {
    color: white !important;
}

.side-nav a {
    color: white !important;
}

.side-nav i {
    color: white !important;
}

.dropdown-content a {
    color: var(--rid-dark-blue) !important;
}

.dropdown-content a:hover {
    color: var(--rid-dark-blue-glow) !important;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid var(--rid-blue);
    -webkit-box-shadow: 0 1px 0 0 var(--rid-blue);
    box-shadow: 0 1px 0 0 var(--rid-blue);
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
    color: var(--rid-blue);
}

[type="checkbox"] + label {
	color: inherit;
}

.input-field .prefix.active {
    color: var(--rid-blue);
}


.activate-device {
    background: black;
}

.nav-wrapper .activate-device {
    height: 70px;
    margin-bottom: 10px;
    padding-top: 4px;
    border-radius: 0 0 10px 10px;
}

.icon-and-text-icon {
    float: left;
    width: 4rem;
    margin-right: 1rem;
    height: 100%;
}

.icon-and-text-text {
    float: right;
    width: calc(100% - 5rem);
    height: 100%;
}

.icon-red {
    color: red;
}

.icon-yellow {
    color: #ffa200;
}

.btn {
    background-color: var(--highlight);
}

.btn, .btn-large, .btn-flat {
    text-transform: none;
}

.btn:hover, .btn:focus {
    background-color: var(--highlight-glow);
}

.btn-blue {
    background-color: var(--rid-blue);
}

.btn-blue:hover, .btn-blue:focus {
    background-color: var(--rid-blue-glow);
}

.btn-green {
    background-color: #779d39 !important;
}

.btn-green:hover, .btn-green:focus {
    background-color: #698630 !important;
}

.btn-orange {
    background-color: #d79506 !important;
}

.btn-orange:hover, .btn-orange:focus {
    background-color: #bd8409 !important;
}

.btn-red {
    background-color: #960018 !important;
}

.btn-red:hover, .btn-red:focus {
    background-color: #9d001b !important;
}

.btn-secondary {
    background-color: #e4e4e4 !important;
    color: rgba(0, 0, 0, 0.6) !important;
}

.btn-secondary:hover, .btn-secondary:focus {
    background-color: #c4c4c4 !important;
}

.btn-secondary > i {
    color: rgba(0, 0, 0, 0.6) !important;
}

.btn-tiny {
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-width: 4rem;
    width: 6rem;
    margin-right: 0.5rem;
    text-align: center;
}

.small-spacing-left {
    padding-left: 0.3rem;
}

.no-margins {
    margin: 0 !important;
}

.no-wrap {
    white-space: nowrap;
}

.timeline-graph-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.flex-container {
    display: flex;
    flex-direction: row;
}

.align-items-baseline {
    align-items: baseline;
}

.align-items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-evenly {
    justify-content: space-evenly;
}

.flex-grow {
    flex-grow: 1;
}

.scroll-horizontal {
    overflow-x: auto;
}

@-webkit-keyframes cardFadeIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes cardFadeIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.cardFadeIn {
    -webkit-animation-name: cardFadeIn;
    animation-name: cardFadeIn;
    --animate-duration: 0.4s;
}

.group-card-header {
    background: var(--rid-blue);
    height: 90px;
}

.in-card-header {
    font-size: 20px;
    font-weight: 300;
    margin: 0.82rem 0 0.656rem 0;
}

.in-card-h2 {
    font-size: 16px;
    font-weight: 300;
}

.spotlightTitle {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px !important;
    text-align: center;
}

.spotlightSubtitle {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-top: 10px !important;
    text-align: center;
}

.description {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px !important;
}

.divider {
    margin: 15px -20px 15px -20px;
}

.collapsible-body {
    padding: 20px;
}

.card .card-action {
    padding: 10px 10px !important;
}

.data-table td {
    padding: 5px 0;
}

.modal {
    max-width: 1200px;
}

.c100 {
    font-size: 120px;
    font-weight: 600;
    font-family: "Averia Sans Libre", sans-serif;
    color: #444444;
    /*box-shadow: 0 0 10px grey;*/
}

.c100 .fill {
    box-shadow: inset 0 0 10px grey;
}

.difficult-sounds th, .difficult-sounds td {
    text-align: center;
}

.klank {
    height: 75px;
    width: 75px;
    line-height: 75px;
    background-color: #f3fffd;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 20px -5px #0c5656, 0 0 30px 10px rgba(61, 152, 157, 0.5), inset 0 0 30px 15px #c3fff5;
    text-align: center;
    vertical-align: middle;
    font-family: "Averia Sans Libre", sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #303030;
}

.flex-row {
    display: flex;
    width: 100%;
    gap: 0.75rem;
}

.flex-row > * {
    /*padding: 0 0.75rem;*/
    /*flex: 1;*/
}

.flex-1 {
    flex: 1;
}

/*Putting a flex-col inside a flex-row? Enclose it in an extra div (optionally with style: flex=2)*/
.flex-col {
    display: flex;
    flex-flow: column;
    /*height: 100%;*/
}

.flex-col > * {
    flex: 1;
}

@media only screen and (max-width: 992px) {
    .flex-row {
        flex-wrap: wrap;
    }

    .flex-col {
        flex-wrap: wrap;
    }
}

.chip i {
    float: left;
    margin: 4px 8px 0 -2px;
    border-radius: 50%;
}

.table-center-all * {
    text-align: center;
}

.table-center-all td {
    vertical-align: middle;
}

#playerName {
    font-family: "Averia Sans Libre", sans-serif;
    font-weight: 600;
    font-size: 28px;
}

.game-font {
    font-family: "Averia Sans Libre", sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.big-side-icon {
    display: block;
    position: absolute;
    transform: translate(-230px, -30px);
    font-size: 300px;
    color: #000000;
    opacity: 0.3;
}

.data-description {
    color: var(--highlight);
    font-size: 16px;
    font-weight: 600;
    padding: 0 !important;
    vertical-align: baseline;
}

.data-value {
    font-size: 16px;
    padding: 0 !important;
}

.collapsible-body p {
    padding: inherit !important;
}

.bigger-text {
    font-size: 16pt;
}

.mt-0 {
    margin-top: 0;
}

.mt-half {
    margin-top: 0.5em;
}

.mt-1 {
    margin-top: 1em;
}

.mt-2 {
    margin-top: 2em;
}

.mt-3 {
    margin-top: 3em;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-3 {
    margin-bottom: 3em;
}

.mr-0 {
    margin-right: 0;
}

.mr-1 {
    margin-right: 1em;
}

.mr-2 {
    margin-right: 2em;
}

.mr-3 {
    margin-right: 3em;
}

.ml-0 {
    margin-left: 0;
}

.ml-1 {
    margin-left: 1em;
}

.ml-2 {
    margin-left: 2em;
}

.ml-3 {
    margin-left: 3em;
}

.mx-1 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-2 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.mx-3 {
    margin-left: 3rem;
    margin-right: 3rem;
}

.ml-auto {
    margin-left: auto;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.w-100 {
    width: 100%;
}

.wide-container {
    min-width: calc(min(85%, 1200px));
}

.d-inline-block {
    display: inline-block;
}

.clickable {
    cursor: pointer;
}

.clickable-collection-item {
    cursor: pointer;
    display: block;
    width: 100%;
}

.clickable-collection-item :hover {
    background-color: #eeeeee;
}

.loader {
    position: fixed;
    z-index: 10000;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* Hide the loader by default */
    opacity: 0;
    pointer-events: none;

    transition: opacity 0.25s ease-in;
    -moz-transition: opacity 0.25s ease-in;
    -webkit-transition: opacity 0.25s ease-in;
}

.loader.show {
    opacity: 1;
    pointer-events: all;
}

/* Transparent Overlay */
.loader:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

.progress {
    background-color: var(--rid-blue);
}

.progress .indeterminate {
    background-color: var(--highlight-glow);
}

.progress .determinate {
    background-color: var(--highlight-glow);
}

.breadcrumb-panel {
    background-color: var(--rid-blue);
    padding: 5px 20px;
}

.collection .collection-item {
    color: var(--rid-dark-blue) !important;
}

.collection .collection-item:active {
    color: var(--rid-dark-blue-glow) !important;
}

.secondary-content {
    color: var(--rid-blue);
}

.bg-rid-blue {
    background-color: var(--rid-blue) !important;
}

.rid-blue {
    color: var(--rid-blue) !important;
}

.bg-rid-dark-blue {
    background-color: var(--rid-dark-blue) !important;
}

.rid-dark-blue {
    color: var(--rid-dark-blue) !important;
}

.recommendation.severity1 { color: #2D7E24; }
.recommendation.severity2 { color: #CB9F20; }
.recommendation.severity3 { color: #91141E; }
.recommendation-card { background-color: var(--rid-blue)}
.recommendation-card.severity1 { background-color: #2D7E24; }
.recommendation-card.severity2 { background-color: #CB9F20; }
.recommendation-card.severity3 { background-color: #91141E; }

.text-bold {
    font-weight: 600;
}

.text-italic {
    font-style: italic;
}

.select-dropdown li img {
    height: auto;
}

.modal.high {
    max-height: 90%;
    height: 90%;
    top: 5% !important;
}

.table-icon {
    font-size: 1.5rem !important;
    vertical-align: middle
}

@media only screen and (max-width: 600px) {
    .model.high {
        height: 100%;
        max-height: 100%;
        top: 0 !important;
    }
}

@media only screen and (max-width: 1500px) {
    .show-on-xl-only {
        display: none !important;
    }
}

@media only screen and (max-width: 1500px) {
    .hide-on-xl-only {
        display: inherit !important;
    }
}

@media only screen and (min-width: 1501px) {
    .hide-on-xl-only {
        display: none !important;
    }
}
