@font-face {font-display: swap; font-family: 'Areo';font-style: italic;font-weight: 400;src: url('/assets/Aero.ttf.woff') format('woff');}
html {
    line-height: 1.2;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1,
.h1 {
    margin: 0 0 0.67em 0;
    text-transform: uppercase;
    color: #0b64d9;
    font-size: 2.2em;
    font-family: 'Aero', Arial, Helvetica, sans-serif;
}

h2,
.h2 {
    margin: 0 0 0.67em 0;
    color: #0b64d9;
    font-size: 2em;
    font-family: 'Aero', Arial, Helvetica, sans-serif;
}

h3,
.h3 {
    margin: 0.67em 0;
    font-size: 1.6rem;
    font-family: 'Aero', Arial, Helvetica, sans-serif;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Aero';
    src: local('Aero Regular'), url('Aero.ttf.woff') format('woff'), url('Aero.ttf.svg#Aero') format('svg'), url('Aero.ttf.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #0d0d0d;
    color: #f2f2f2;
}

.main-container {
    width: 98%;
    max-width: 1280px;
    margin: auto;
}

a {
    text-decoration: none;
    color: #68a2d4;
}

a:hover {
    color: #f2f2f2;
}

ul {
    margin: 0 0 1em 0;
}

.right {
    float: right;
}

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

.clear:after {
    content: " ";
    display: block;
    clear: both;
}

.column-flow-2 {
    columns: 2;
}

.release-date {
    font-size: .8em;
    margin: -15px 0 0 20px;
    color: #68A2D4;
}

.captcha-holder {
    margin: 1%;
}

.pear-tag {
    font-size: .8em;
    font-style: italic;
    padding-right: 10px;
}

.indent-20 {
    margin-left: 20px;
}

.system_page {
    max-width: 1280px;
    padding: 60px 10px;
    margin: auto;
}

.system_svg {
    width: 45px;
    height: 45px;
    margin: 0 auto 35px;
    display: block;
    fill: #f2f2f2;
}

.system_title {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 20px;
    text-align: center
}

.system_text {
    margin-bottom: 45px;
    text-align: center
}

.system_subtitle {
    font-size: 20px;
    text-align: center;
    margin: 0 0 15px
}

.system_table {
    width: 50%;
    margin: auto;
}

.system_table td {
    width: 50%;
    padding: 10px 5px 10px 0;
    text-align: left;
    vertical-align: top
}

.system_table td:last-child {
    text-align: right;
    padding: 10px 10px 0 5px
}

@media only screen and (max-width: 600px) {
    .system_table {
        width: 100%
    }
}

header {
    background-color: #F6F6F6;
}

.stick {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

@media screen and (max-width: 840px) {
    .stick {
        position: unset;
    }
}

.grid-group {
    display: flex;
    flex-wrap: wrap;
}

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

.grid-group-aside {
    display: flex;
}

.grid-justify {
    justify-content: center;
}

.grid-header-logo {
    width: 24%;
    padding: 10px 0 10px 1%;
}

.grid-header-logo img {
    width: 100%;
    height: auto;
}

.grid-header-nav {
    width: 75%;
    text-align: right;
}

.grid20 {
    margin: 10px 1% 0 1%;
    width: 18%;
}

.grid25 {
    margin: 10px 1% 0 1%;
    width: 23%;
}

.grid33 {
    margin: 10px 1% 0 1%;
    width: 31%;
}

.grid50 {
    margin: 10px 1% 0 1%;
    width: 48%;
}

.grid75 {
    margin: 10px 1% 0 1%;
    width: 73%;
}

.grid75-1 {
    margin: 10px 1% 0 1%;
    width: 73%;
}

.grid100 {
    margin: 10px 1% 0 1%;
    width: 98%;
}

aside {
    width: 280px;
    margin: 0 0 0 10px;
}

.feature img {
    width: 280px;
    height: auto;
}

@media screen and (max-width: 950px) {

    .grid33,
    .grid25,
    .grid75 {
        width: 46%;
        margin: 10px 2%;
    }
}

@media screen and (max-width: 840px) {
    .grid-header-logo {
        width: 49%;
    }

    .grid-header-nav {
        width: 50%;
    }

    .footer-grid {
        width: 46%;
        margin: 10px 2%;
    }
}

@media screen and (max-width: 750px) {
    aside {
        width: 96%;
        text-align: center;
    }

    .grid-group-aside {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 600px) {
    .grid-header-logo {
        margin: 30px 0 10px 0;
        width: 100%;
        text-align: center;
    }

    .grid-header-logo img {
        width: 80%;
        height: auto;
    }

    .grid-header-nav {
        width: 100%;
        text-align: center;
    }

    .footer-grid {
        width: 96%;
        margin: 10px 2%;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 500px) {

    .grid50,
    .grid75,
    .grid100,
    .grid75-1 {
        width: 96%;
        margin: 10px 2%;
    }
}

@media screen and (max-width: 400px) {

    .grid50,
    .grid33,
    .grid25,
    .grid75 {
        width: 96%;
        margin: 10px 2%;
    }

    aside {
        width: 96%;
        text-align: center;
    }

    .grid-group-aside {
        flex-wrap: wrap;
    }
}

.nav {}

nav.main {
    margin: 0;
}

.selected a {
    background-color: #0357A0;
    color: #f2f2f2 !important;
}

.main ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    font-family: 'Aero', Arial, Helvetica, sans-serif;
}

.main ul li {
    display: inline-block;
}

.main ul li a {
    text-decoration: none;
    display: block;
    padding: 35px 20px;
    font-size: 1em;
    color: #393939;
}

.main ul li a:hover {
    background-color: #ddd;
    color: #666666;
}

.main ul ul {
    position: absolute;
    z-index: 2;
    min-width: 200px;
    display: none;
    text-align: left;
    background: #666666;
}

.main ul ul li a {
    color: #ffffff;
    padding: 25px 20px;
}

.main ul ul li {
    display: block;
}

.main ul li:hover ul {
    display: block;
}

.main ul li i {
    float: right;
    padding-left: 10px;
    color: #000000;
}

.main div {
    font-size: 1.5em;
    padding: 0.6em;
    cursor: pointer;
    display: none;
    color: #393939;
}

.highlight {
    background-color: #68a2d4;
}

.highlight a {
    color: black !important;
}

.main-secure {
    display: none !important;
}

@media(max-width: 1100px) {
    .main ul li a {
        padding: 30px 15px;
        transition: padding .6s ease;
    }
}

@media(max-width: 990px) {
    .main ul li a {
        padding: 25px 8px;
    }
}

@media(max-width: 840px) {
    nav.main {
        margin: 0;
    }

    .main div {
        display: block;
    }

    .main ul {
        position: static;
    }

    .main ul li {
        display: block;
    }

    .main ul li a {
        padding: 15px 8px;
    }

    .main ul ul {
        position: static;
        text-align: center;
    }

    .mobilenav-hide {
        display: none;
    }

    .mobilenav {
        display: block;
    }
}

.access-menu {
    position: fixed;
    top: 89px;
    right: 20px;
    z-index: 1;
}

.access-button {
    display: inline-block;
    padding: 5px 15px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #eeeeee;
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
}

.access-button:hover {
    background-color: #000000;
    text-decoration: none;
    color: #eeeeee;
}

@media(max-width: 1100px) {
    .access-menu {
        top: 79px;
    }
}

@media(max-width: 990px) {
    .access-menu {
        top: 69px;
    }

    .access-button {
        padding: 5px 5px;
    }
}

section {
    padding: 40px 0;
}

section:nth-child(even) {
    background-color: #262626;
}

.section-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-image {
    position: relative;
    height: 350px;
}

section:nth-child(even) .description {
    -webkit-order: 2;
    order: 2;
}

section:nth-child(even) .image {
    -webkit-order: 1;
    order: 1;
}

section:nth-child(even) h1 {
    color: #68A2D4;
}

.street-view {
    text-align: center;
}

.streetview {
    width: 90%;
    height: 500px;
}

.image-wrapper {
    position: relative;
    height: 400px;
}

.res-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-container {
    padding: 40px 2%;
}

.article-container li {
    margin-bottom: 10px;
}

.article-container strong {
    color: #68a2d4;
    font-size: 1.1em;
}

.float-right-image {
    float: right;
    padding: 0 0 20px 20px;
    width: 35%;
    height: auto;
}

.blue-h2 {
    color: #0b64d9;
    font-size: 2em;
}

.app-image {
    margin-bottom: -44px;
}

@media(max-width: 600px) {
    .image-wrapper {
        position: relative;
        height: 300px;
    }

    .float-right-image {
        float: none;
        padding: 0 0 20px 0;
        width: 100%;
        height: auto;
    }
}

@media(max-width: 500px) {
    .app-image {
        margin-bottom: -54px;
    }
}

.action-button {
    display: inline-block;
    color: #f2f2f2;
    padding: 10px 25px;
    margin: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    background: #0b64d9;
}

.action-button a {
    color: #ffffff;
}

.action-button:hover {
    background: #393939;
}

.add-tb-btn {
    color: #ffffff;
    padding: 5px 10px;
    margin: 0 10px 10px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    background: #393939;
    font-size: .8em;
    float: right;
}

.add-tb-btn:hover {
    background-color: #f2f2f2;
    text-decoration: none;
    color: #0d0d0d;
}

.edit-button,
input[type=submit].edit-button {
    color: #0d0d0d;
    padding: 5px 10px;
    margin: 0 10px 10px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    background: #f2f2f2;
    font-size: .8em;
    float: right;
}

.edit-button:hover {
    background-color: #393939;
    text-decoration: none;
    color: #ffffff;
}

.photo-edit {
    bottom: 0;
    width: 100%;
    z-index: 2;
}

#topbutton {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    color: #f2f2f2;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    background: #0b64d9;
}

.set-icon {
    margin: 0 20px 20px 20px;
}

footer {
    padding: 10px 0 40px 0;
    background-color: #333333;
}

footer h2 {
    color: #ffffff;
    background-color: #0357a0;
    padding: 13px 10px 10px 20px;
    font-size: 1em;
    margin-top: 0;
    text-transform: uppercase;
}

footer p {
    padding: 5px;
    margin: 0
}

footer a {
    color: #ffffff;
}

.footer-nav ul {
    margin: 0;
    padding: 0;
}

.footer-nav ul li {
    display: block;
    padding: 15px 5px;
}

.footer-nav ul li a {
    color: #f2f2f2;
    padding: 16px 10px;
    text-decoration: none;
}

.footer-nav ul li a:hover {
    color: #0b64d9;
}

.footer-nav li.highlight {
    background-color: inherit;
}

.footer-nav li.highlight a {
    color: #f2f2f2 !important;
}

.hours:nth-child(odd) {
    background-color: #262626;
}

.time {
    float: right;
}

.copyright {
    font-size: .8em;
    text-align: center;
    margin: 20px 0 10px 0;
}

.footer-map {
    width: 100%;
    height: 100%;
    border: none;
}

.add-form {
    max-width: 800px;
    margin: auto;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number] {
    width: 98%;
    padding: 10px;
    margin: 10px 1% 30px 1%;
    border: thin solid #ccc;
    border-left: 3px solid;
    border-radius: 3px;
    transition: border-color .5s ease-out;
    background-color: #f2f2f2;
}

textarea {
    width: 98%;
    height: 300px;
    padding: 10px;
    margin: 10px 1% 30px 1%;
    border: thin solid #ccc;
    border-left: 3px solid;
    border-radius: 3px;
    transition: border-color .5s ease-out;
    background-color: #f2f2f2;
}

label {
    font-size: 1.1em;
    margin-left: 1%;
}

select {
    width: 98%;
    padding: 10px;
    margin: 10px 1% 30px 1%;
    border: thin solid #ccc;
    border-left: 3px solid;
    background: #ffffff;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    transition: border-color .5s ease-out;
}

input[type=datetime-local],
input[type=date],
input[type=time],
input[type=tel] {
    width: auto;
    padding: 10px;
    margin: 10px 1% 30px 1%;
    border: thin solid #ccc;
    border-left: 3px solid;
    border-radius: 3px;
    transition: border-color .5s ease-out;
    background-color: #ffffff;
}

[type="checkbox"],
[type="radio"] {
    margin: 10px;
}

input[type=file] {
    width: auto;
    padding: 10px;
    margin: 10px 1% 30px 1%;
}

.form-note {
    padding-left: 20px;
    font-size: .8em;
    color: #bbbbbb;
    font-weight: 300;
}

.tiny-editor {
    margin: 10px 1% 30px 1%;
}

.tiny-body {
    padding: 10px 1%;
}

.form-grid {
    display: flex;
    gap: 20px;
    margin: 0 1%;
}

.form-image {
    width: 40%;
}

.system_form {
    text-align: center;
}

.system_form input[type=text],
.system_form input[type=password] {
    width: auto;
    min-width: 300px;
}

input:optional,
select:optional,
textarea:optional {
    border-left-color: #999;
}

input:required:valid,
select:required:valid,
textarea:required:valid {
    border-left-color: palegreen;
}

input:invalid,
select:invalid {
    border-left-color: salmon;
}

input:required:focus:valid,
select:required:focus:valid,
textarea:required:focus:valid {
    border-left-color: palegreen;
}

input:focus:invalid,
select:focus:invalid,
textarea:focus:invalid {
    border-left-color: salmon;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-bottom: solid 3px #368082;
}

button[type=submit],
input[type=submit] {
    display: inline-block;
    padding: 15px 25px;
    margin: 15px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #f2f2f2;
    background-color: #0b64d9;
    border: none;
    cursor: pointer;
    text-decoration: none;
    margin: 10px 20px 20px 20px;
}

button[type=submit]:hover,
input[type=submit]:hover {
    background-color: #393939;
    text-decoration: none;
    color: #ffffff;
}

button[type=submit]:focus,
input[type=submit]:focus {
    background-color: #393939;
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #fff;
    }

    49% {
        color: #fff;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #fff;
    }
}

.review-button {
    color: #f2f2f2;
    padding: 10px 35px;
    margin: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #0b64d9;
    display: inline-block;
}

.facebook-button {
    color: #f2f2f2;
    padding: 10px 35px;
    margin: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #3b5998;
    display: inline-block;
}

.facebook-button:hover,
.google-button:hover,
.review-button:hover {
    background-color: #393939;
}

.google-button {
    color: #0d0d0d;
    padding: 10px 35px;
    margin: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #Ea4335;
    display: inline-block;
}

.star-5 {
    width: 180px;
    height: 36px;
    margin: auto;
    background-image: url(/Content/images/stars.png);
    display: block;
    background-position: 0 0;
}

.star-4 {
    width: 180px;
    height: 36px;
    margin: auto;
    background-image: url(/Content/images/stars.png);
    display: block;
    background-position: 0 180px;
}

.star-3 {
    width: 180px;
    height: 36px;
    margin: auto;
    background-image: url(/Content/images/stars.png);
    display: block;
    background-position: 0 144px;
}

.star-2 {
    width: 180px;
    height: 36px;
    margin: auto;
    background-image: url(/Content/images/stars.png);
    display: block;
    background-position: 0 108px;
}

.star-1 {
    width: 180px;
    height: 36px;
    margin: auto;
    background-image: url(/Content/images/stars.png);
    display: block;
    background-position: 0 72px;
}

blockquote {
    text-align: center;
    font-style: italic;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
}

blockquote:before {
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -3px;
    top: -20px;
    color: #999999;
}

cite {
    color: #999999;
    font-size: .8em;
    margin-top: 5px;
    float: right;
}

cite:before {
    content: "\2014 \2009";
}

.review-from {
    color: #999999;
    font-size: .8em;
    margin: 0 5px 0px 10px;
    float: left;
}

.slideshow-container {
    position: relative;
    margin: 0;
    width: 100%;
    height: 700px;
}

.mySlides {
    display: none;
    height: 700px;
    width: 100%;
}

.mySlides .res-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .7;
}

.slideshow-text {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -35%);
    width: 100%;
}

.slideshow-text-line1 {
    font-size: 7vw;
    color: #0357A0;
    font-family: 'Aero', Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    text-shadow: 2px 3px 7px #000000;
}

.slideshow-text-line2 {
    font-size: 3vw;
    color: #f2f2f2;
    font-family: 'Aero', Arial, Helvetica, sans-serif;
    text-transform: capitalize;
}

.slideshow-text p {
    margin: 0;
    padding: 0;
}

.slideshow-container .next {
    right: 10px;
}

.slideshow-container .prev {
    left: 10px;
}

.slideshow-container .prev,
.slideshow-container .next {
    cursor: pointer;
    position: absolute;
    bottom: 40%;
    padding: 10px 20px;
    color: #f2f2f2;
    font-size: 3em;
    transition: .6s ease;
    opacity: .7;
}

.slideshow-container .prev:hover,
.slideshow-container .next:hover {
    color: #000000;
    background-color: #f2f2f2;
}

.dot-selector {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    background-color: #0B64D9;
    border-radius: 50%;
    display: inline-block;
    margin: 5px 2px;
}

.active {
    background-color: #0357A0
}

.dot:hover {
    background-color: #0d0d0d
}

.slideshow-container a {
    text-decoration: none;
}

@media(max-width: 600px) {

    .mySlides,
    .slideshow-container {
        height: 500px;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding: 15vh 10vw;
}

.modal-container {
    position: relative;
    background-color: #444343;
    padding: 20px;
    text-align: left;
    max-width: 800px;
    margin: auto;
}

.close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.2em;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.pagination {
    padding: 5px;
    margin: 10px;
    text-align: center;
}

.pagination li {
    display: inline;
    margin: 5px;
    padding: 5px 10px;
    background-color: #F2F2F2;
    color: #0d0d0d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pagination li:hover {
    background-color: #0d0d0d;
}

.pagination li a {
    color: #0d0d0d;
}

.pagination li a:hover {
    color: #f2f2f2;
}

.pagination .active {
    padding: 5px 10px;
    background-color: #0357A0;
}

.pagination .active a {
    color: #F2F2F2;
}

.question {
    cursor: pointer;
    padding: 20px 18px 0 18px;
    margin: 0;
    font-size: 1.1em;
    font-weight: bold;
    transition: 1s;
}

.question:hover {
    color: #0B64d9;
}

.answer {
    padding: 0 18px 0 50px;
    display: none;
    font-style: italic;
}

.important {
    background-color: yellow;
}

.alert {
    background-color: red;
    color: #0d0d0d !important;
}

.alert:hover {
    background-color: #0d0d0d;
    color: red;
}

.normal {
    background-color: inherit;
}

.image-scrolling-wrapper {
    display: flex;
    z-index: 1;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: auto;
}

.image-card {
    flex: 0 0 auto;
    margin: 1%;
    position: relative;
}

.image-card img {
    width: auto;
    max-height: 300px;
}

.image-scrolling-wrapper::-webkit-scrollbar {
    height: 5px;
}

.image-scrolling-wrapper::-webkit-scrollbar-track {
    background: #000000;
}

.image-scrolling-wrapper::-webkit-scrollbar-thumb {
    background: #888;
}

.image-scrolling-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.fixed {
    table-layout: fixed;
}

th {
    text-align: left;
    padding: 8px;
    text-transform: uppercase;
    background-color: #f2f2f2;
    color: #0d0d0d;
}

td {
    text-align: left;
    padding: 8px;
    word-break: break-all;
    vertical-align: middle;
}

td .edit-button,
input[type=submit].edit-button,
.add-tb-btn {
    margin: 0 10px;
}

tr:nth-child(even) {
    background-color: #0d0d0d
}

tr:nth-child(odd) {
    background-color: #262626
}

tr:hover {
    background-color: #0b64d9;
}