﻿body {
    height: 100%;
    width: 100%;
    margin: 0;
    background: rgb(17,26,33);
    background-color: rgb(17,26,33);
    font-family: 'Roboto', sans-serif;
}

.footer {
    height: 100px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.mainColumn {
    display: inline-block;
    vertical-align: top;
    margin: 3px;
    border: 1px solid #3A7AE2;
    text-align: center;
    height: 100%;
    -o-transition: .1s ease-in;
    -ms-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -webkit-transition: .1s ease-in;
}

    .mainColumn:hover {
        border: 1px solid #dc3545;
    }

/* Unit Info */
.generalContainer {
    background: rgba(0, 35, 56, 0.45);
    border: 1px solid gray;
    margin: 3px;
}

.loginBody {
    background-image: url(resources/map.jpg);
    background-color: rgba(0, 0, 255, 0.5);
    background-blend-mode: darken;
    background-position: center;
}

.mdtBody {
    background-color: #111A21;
    background-image: url(resources/map.jpg);
    background-color: rgba(0, 0, 255, 0.5);
    background-blend-mode: darken;
    background-position: center;
}

.loaderModal {
    display: block; /* Shown by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.95); /* Black w/ opacity */
    font-size: 12px;
    text-align: center;
}

.loader,
.loader:before,
.loader:after {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    color: #ffffff;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        position: absolute;
        top: 0;
        content: '';
    }

    .loader:before {
        left: -1.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 1.5em;
    }

@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

.fadeIn {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.5s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

ul {
    list-style-type: none;
    padding: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

.inlineBlock {
    display: inline-block;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.middleWithAd {
    width: calc(100% - 160px);
    min-width: 865px;
    text-align: center;
    padding-bottom: 5px;
}

.padTop {
    padding-top: 5px;
}

.center {
    text-align: center !important;
}

.left {
    text-align: left;
}

.verticleTop {
    vertical-align: top;
}

.fullWidth {
    width: 100%;
}

/* Tables */
.tableLookup {
    table-layout: fixed;
    width: 100%;
    padding: 0px;
    color: lightgray;
}

tr td {
    padding: 1px !important;
    padding-right: 2px !important;
    margin: 0 !important;
}

.darkBack {
    background-color: rgba(0,0,0,0.5);
}

.highlightRed {
    background: rgba(255,0,0,0.20);
}

.highlightOrange {
    background: rgba(255,165,0,0.20);
}

.highlightGreen {
    background: rgba(0,255,0,0.20);
}

.highlightBlue {
    background: rgba(0,0,255,0.5);
}

/* Modals */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    font-size: 12px;
}

.modal-content {
    background-color: rgba(11, 12, 12, 0.8);
    border-radius: .2rem;
    margin: auto;
    text-align: center;
    border: 1px solid #e69f15;
    width: 80%;
    color: lightgray;
    padding: 7px;
    margin-top: 10px;
}

.registrationModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    font-size: 12px;
}

.contain {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
}

.menuContainer {
    padding-top: 15px;
    display: block;
    margin: auto;
    vertical-align: middle;
    text-align: center;
    list-style-type: none;
}

.commBranding {
    vertical-align: middle;
    color: white;
    font-size: xx-large;
    text-align: center;
    outline: none;
    border: transparent;
    background-color: transparent;
}

.imgCommBranding {
    background: center no-repeat url();
    background-size: contain;
    width: 80px;
    height: 60px;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

.container {
    width: 100%;
}

.tile {
    margin: 5px;
    display: none;
    vertical-align: middle;
    text-align: center;
    width: 200px;
    height: 200px;
    border: 1px solid black;
    box-shadow: 0 0 3px #000000;
    color: white;
    font-size: xx-large;
    -o-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    transition: .2s ease-out;
    border-radius: 25px;
}

    .tile:hover {
        /* background: linear-gradient(#696969, #000000); */
        -webkit-filter: saturate(2);
        filter: saturate(2);
        text-shadow: 0 0 20px #ffffff;
        /* box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.15); */
    }



.tileCiv {
    background: #B79891;
    background: -webkit-linear-gradient(to right, #94716B, #B79891);
    background: radial-gradient(#B79891, #563a34);
    padding: 20px;
}

.tilePolice {
    background: #0f0c29;
    background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);
    background: radial-gradient(#6862a9, #1c1842);
    padding: 20px;
}

.tileFire {
    background: #f12711;
    background: -webkit-linear-gradient(to right, #f5af19, #f12711);
    background: radial-gradient(#f5af19, #883f1c);
    padding: 20px;
}

.tileEMS {
    background: #B24592;
    background: -webkit-linear-gradient(to right, #F15F79, #B24592);
    background: radial-gradient(#bb989e, #a03475);
    padding: 20px;
}

.tileDispatch {
    background: #8E2DE2;
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);
    background: radial-gradient(#7153af, #411a63);
    padding: 20px;
}

.tileLawyer {
    background: #636363;
    background: -webkit-linear-gradient(to right, #a2ab58, #636363);
    background: radial-gradient(#bfb700, #555600);
    padding: 20px;
}

.tileLicensing {
    background: #283048;
    background: -webkit-linear-gradient(to right, #859398, #283048);
    background: radial-gradient(#8b989c, #283048);
    padding: 20px;
}

.tileSettings {
    background: #000000;
    background: -webkit-linear-gradient(to right, #434343, #000000);
    background: radial-gradient(#083e63, #000000);
    padding: 20px;
}

.tileAdmin {
    background: #333333;
    background: -webkit-linear-gradient(to right, #dd1818, #333333);
    background: radial-gradient(#6b0c0c, #000000);
    padding: 20px;
}

.tileComm {
    background: #348F50; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #56B4D3, #348F50); /* Chrome 10-25, Safari 5.1-6 */
    background: radial-gradient(#56B4D3, #348F50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: contain;
    padding: 20px 0px 0px 0px;
}

.tileImage {
    margin: 5%;
    max-width: 75%;
    width: auto;
    height: 128px;
}

.lblPending {
    display: none;
    font-size: large;
    color: red;
    width: 40%;
    outline: none;
    border: transparent;
    background-color: transparent;
    text-align: center;
}

.txtBxComm {
    width: 200px;
    color: white;
    font-size: xx-large;
    margin-bottom: 25%;
    text-align: center;
    outline: none;
    border: transparent;
    background-color: transparent;
}

/* Image Overlay */
.container {
    width: 400px;
    display: inline-block;
    position: relative;
    text-align: center;
    color: white;
}

.idHeader {
    display: inline-block;
    color: white;
    font-weight: bold;
}

.idField {
    display: inline-block;
    color: white;
}

.idFieldTxtBx {
    display: inline-block;
    background: transparent;
    color: white;
    font-weight: bold;
}

.lookupSectionHeaderCol2 {
    width: 70%;
}

.lookupSectionHeaderLabel {
    text-align: left;
    margin-left: 33px;
}

.lookupSectionLabel {
    color: white;
    font-size: x-large;
    font-weight: bold;
    display: block;
    text-align: left;
}

.idProfileImg {
    display: inline-block;
    vertical-align: middle;
    background: center no-repeat url();
    background-size: contain;
    width: 110px;
    height: 150px;
    background-size: contain;
    background: rgba(11, 12, 12, 0.8);
    border: 1px solid gray;
    margin-right: 10px;
}

.lookupSectionHeader {
    text-align: left;
    vertical-align: top;
    background: rgba(14, 14, 14, 0.6);
    border: 1px solid gray;
    padding: 5px;
    margin: 3px;
    -o-transition: .1s ease-in;
    -ms-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -webkit-transition: .1s ease-in;
}

    .lookupSectionHeader:hover {
        border: 1px solid lightgray;
        background: rgba(14, 14, 14, 0.65);
    }

.lookupSectionHeaderSubCol {
    text-align: left;
    vertical-align: middle;
    width: 45%;
}

/* Controls */
.txtBxHeader {
    font-size: large;
    color: white;
    outline: none;
    border: transparent;
    background-color: transparent;
    text-align: center;
}

.UIinput[type=text], .UIinput[type="password"] {
    padding: 6px;
    font-size: large;
    font-family: monospace;
    box-sizing: border-box;
    border: 1px solid #c1c1c1;
    border-radius: 2px;
    background-color: rgba(0,0,0,0.4);
    color: darkgoldenrod;
    height: 30px;
    -o-transition: .1s ease-out;
    -ms-transition: .1s ease-out;
    -moz-transition: .1s ease-out;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
}

    .UIinput[type=text]:hover,
    .UIinput[type=password]:hover {
        border: 1px solid #ffffff;
    }

    .UIinput[type=text]:focus,
    .UIinput[type=password]:focus {
        border: 1px solid #ffffff;
        box-shadow: 0 0 6px rgba(255, 255, 255, 1)
    }

.UIinputSet {
    padding: 6px;
    font-size: large;
    font-family: monospace;
    color: darkgoldenrod;
    height: 60px;
    background: transparent;
    border: none;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    max-height: 250px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: darkgoldenrod;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.clrPicker {
    width: 100px;
}

.button {
    background-color: rgba(128,128,128, 0.5);
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: large;
    margin: 4px 2px;
    cursor: pointer;
    border: 2px solid gray;
    border-radius: 4px;
    height: 36px;
    width: 225px;
    -o-transition: .1s ease-out;
    -ms-transition: .1s ease-out;
    -moz-transition: .1s ease-out;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
}

    .button:hover {
        background-color: gray;
    }

.greenbutton {
    background-color: rgba(37, 181, 31, 0.7);
    border: 2px solid #00ff0b;
}

    .greenbutton:hover {
        background-color: #00ff0bb5;
    }

.yellowbutton {
    background-color: rgba(214, 214, 23, 0.7);
    border: 2px solid #feff00;
}

    .yellowbutton:hover {
        background-color: #feff00;
    }

.redbutton {
    background-color: rgba(202, 0, 6, 0.7);
    border: 2px solid #ff0000;
}

    .redbutton:hover {
        background-color: #ff0000b5;
    }

/* Login Menu */
h1 {
    font-size: large;
    font-family: monospace;
    color: darkgoldenrod;
}

.loginContainer {
    vertical-align: middle;
    text-align: center;
}

.recoveryContainer {
    vertical-align: middle;
    text-align: center;
}

.hidden {
    display: none;
}

.bkgBar {
    width: 100%;
    height: 5px;
    margin: 25px auto 25px auto;
    background-color: darkgoldenrod;
}

.header {
    font-size: large;
    font-family: monospace;
    width: 100%;
    text-align: center;
    outline: none;
    border: transparent;
    background-color: transparent;
    color: darkgoldenrod;
}

.pnlLogin {
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 35%;
    min-width: 300px;
    border: 1px solid #e69f15;
    text-align: center;
    overflow: auto;
    -webkit-box-shadow: 0 0 20px #04f;
    -moz-box-shadow: 0 0 20px #04f;
    box-shadow: 0 0 40px #04f;
    transition: box-shadow 0.5s;
}

    .pnlLogin:hover {
        -moz-box-shadow: 0 0 20px #dc3545;
        box-shadow: 0 0 40px #dc3545;
    }
	
	
.pnlRecovery {
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 35%;
    min-width: 300px;
    border: 1px solid #e69f15;
    text-align: center;
    overflow: auto;
    -webkit-box-shadow: 0 0 20px #04f;
    -moz-box-shadow: 0 0 20px #04f;
    box-shadow: 0 0 40px #04f;
    transition: box-shadow 0.5s;
}

    .pnlRecovery:hover {
        -moz-box-shadow: 0 0 20px #dc3545;
        box-shadow: 0 0 40px #dc3545;
    }

.txtBxError {
    background-color: transparent;
    color: red;
    font-size: large;
    width: 100%;
    text-align: center;
    outline: none;
    border: transparent;
    background-color: transparent;
}

.img {
    background: center no-repeat url();
    background-size: contain;
    background-size: contain;
    width: 250px;
}

.tileSocial {
    margin: 5px;
    display: none;
    vertical-align: middle;
    text-align: center;
    width: 50px;
    height: 50px;
    border: 2px solid darkgray;
    box-shadow: 2px 5px black;
    color: white;
    font-size: x-large;
    -o-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.iconDiscord {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('icons/icon_discord.png');
}

.iconTwitter {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('icons/icon_twitter.png');
}

/* Register Community */
.subHeader {
    color: darkgoldenrod;
    font-size: small;
}

.miniSplit {
    background-color: darkgoldenrod;
    width: 100%;
    height: 0px;
    margin: 5px auto 5px auto;
}

/* Div Styling */
.centerDisplay {
    padding-bottom: 5px;
    text-align: center;
    margin: auto;
}

/* UI Button */
.navBtn {
    color: white;
}

.circleBase {
    border-radius: 50%;
    width: 60px;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    background: blue;
}

.startMenuIcon{
    height: 50px;
}

.menuBtn {
    font-size: x-small;
    border: 2px solid darkgray;
    margin: 3px;
    background-color: black;
    box-shadow: 2px 2px 2px 2px rgba(34,34,34,0.6);
    font-family: sans-serif;
    height: 30px;
}

    .menuBtn:hover {
        color: #fff;
        background-color: #1d70c1;
    }

.menuBtnRed {
    font-size: x-small;
    border: 2px solid darkgray;
    margin: 3px;
    background-color: #FF0000;
    box-shadow: 2px 2px 2px 2px rgba(34,34,34,0.6);
    font-family: sans-serif;
    height: 30px;
}

    .menuBtnRed:hover {
        color: #fff;
        background-color: #1d70c1;
    }

.button {
    background-color: rgba(128,128,128, 0.5);
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 4px 2px;
    cursor: pointer;
    border: 2px solid gray;
    border-radius: 4px;
    width: 100px;
    height: 25px;
    -o-transition: .1s ease-out;
    -ms-transition: .1s ease-out;
    -moz-transition: .1s ease-out;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
}

    .button:hover {
        background-color: gray;
    }

.greenbutton {
    background-color: rgba(37, 181, 31, 0.7);
    border: 2px solid #00ff0b;
}

    .greenbutton:hover {
        background-color: #00ff0bb5;
    }

.yellowbutton {
    background-color: rgba(214, 214, 23, 0.7);
    border: 2px solid #feff00;
}

    .yellowbutton:hover {
        background-color: #acac26;
    }

.redbutton {
    background-color: rgba(202, 0, 6, 0.7);
    border: 2px solid #ff0000;
}

    .redbutton:hover {
        background-color: #ff0000b5;
    }
/* UI Select/Drop Down */
select {
    width: 150px;
    font-size: large;
    font-family: monospace;
    color: darkgoldenrod;
    padding: 2px;
    border: 1px solid #c1c1c1;
    border-radius: 2px;
    background: rgba(0,0,0,0.4);
    -o-transition: .1s ease-out;
    -ms-transition: .1s ease-out;
    -moz-transition: .1s ease-out;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
}

    select:hover {
        border: 1px solid #ffffff;
    }

    select:focus {
        border: 1px solid #ffffff;
        box-shadow: 0 0 6px rgba(255, 255, 255, 1)
    }

select option {
        background-color: rgb(0,0,0);
}

    /* UI Input/Textbox */
    input:focus, textarea:focus, select:focus {
        outline: none;
    }

/* UI Textarea */
.UItextarea {
    width: 300px;
    height: 100px;
    box-sizing: border-box;
    border: 1px solid #c1c1c1;
    border-radius: 2px;
    background: rgba(0,0,0,0.4);
    resize: none;
    font-size: large;
    font-family: monospace;
    box-sizing: border-box;
    border: 1px solid #c1c1c1;
    border-radius: 2px;
    color: darkgoldenrod;
}

    .UItextarea:hover {
        border: 1px solid #ffffff;
    }

    .UItextarea:focus {
        border: 1px solid #ffffff;
        box-shadow: 0 0 6px rgba(255, 255, 255, 1)
    }

/* Registrations */
.plateImage {
    width: 400px;
}

.containerPlate {
    display: inline-block;
    position: relative;
    text-align: center;
    color: white;
}

.centeredPlate {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.txtBxRegPlate {
    font-size: 50px;
    font-weight: bold;
    outline: none;
    color: white;
    text-align: center;
    width: 400px;
}

.txtBxReg {
    color: white;
    outline: none;
    border: transparent;
    background-color: transparent;
    font-size: large;
}

.scrollLookup {
    display: inline;
    width: 30%;
    margin-top: 20px;
    overflow: auto;
}

    .scrollLookup th div {
        position: absolute;
        margin-top: -20px;
    }

/* Remove bullet points for lists */
ul {
    list-style-type: none;
    padding: 0;
}

/* The alert message box */
.alert {
    display: none;
    padding: 10px;
    background-color: #f44336; /* Red */
    opacity: 0.6;
    color: white;
    font-size: large;
    margin: 5px;
    text-align: center;
    transition: all 0.6s ease;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
}

    /* When moving the mouse over the close button */
    .closebtn:hover {
        color: black;
    }

.console {
    width: 80%;
    height: 500px;
    background-color: black;
    color: limegreen;
}

/* Licensing */
.txtBxRegEdit {
    color: white;
    border: 1px black;
    outline: 1px black;
    background-color: transparent;
    font-size: large;
}

.txtBxRegLbl {
    color: white;
    font-size: large;
    width: 75px;
    text-align: left;
}

.skinnyBar {
    width: 100%;
    height: 1px;
    margin: 5px 0px 5px 0px;
    background-color: #e69f15;
}

h3 {
    font-size: small;
    color: white;
}

.metricIcon {
    width: 64px;
}

.metricsContainer {
    -webkit-box-shadow: 0 0 20px blue;
    -moz-box-shadow: 0 0 20px blue;
    box-shadow: 0 0 40px #04f;
    transition: box-shadow 0.5s;
}

    .metricsContainer:hover {
        -moz-box-shadow: 0 0 20px #dc3545;
        box-shadow: 0 0 40px #dc3545;
    }

.redShadow {
    -webkit-box-shadow: 0 0 20px #f00;
    -moz-box-shadow: 0 0 20px #f00;
    box-shadow: 0 0 40px #f00;
}

.metric {
    font-size: large;
    font-family: monospace;
    color: darkgoldenrod;
    display: inline-block;
    padding: 20px;
}

.metricBlock {
    min-width: 200px;
    width: 20%;
    display: inline-block;
}

.announcement {
    font-size: xx-large;
    font-family: monospace;
    color: darkgoldenrod;
    display: block;
    padding: 40px;
}

/* start dark google translate theme */
div#google_translate_element div.goog-te-gadget-simple {
    background-color: #333;
    border-color: #222;
}

    div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span {
        color: #ccc;
    }

        div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span:hover {
            color: #eee;
        }


.disable {
    opacity: .45;
    padding: 6px;
    font-size: large;
    font-family: monospace;
    box-sizing: border-box;
    border: 1px solid #c1c1c1;
    border-radius: 2px;
    background-color: lightgray;
    color: darkgoldenrod;
    height: 30px;
    -o-transition: .1s ease-out;
    -ms-transition: .1s ease-out;
    -moz-transition: .1s ease-out;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
}

.disable-licpg {
    display: inline-block;
    background: transparent;
    background-color: lightgray;
    opacity: .45;
    color: white;
    font-weight: bold;
}