.debug-info-button {
    /* TODO: Turning on and off the DEBUG module needs to control this, not CSS */
    x-display:none;
}
body {
    padding-top: 5rem;
}
.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}
.theme-navbar-color h4 {
    color: white;
}
.theme-navbar-color {
    color: white;
}
.theme-navbar-debug-color {
    color: hotpink;
}
.buttons-container {
    padding-left: 100px; /* Adjust the padding value as needed */
}

.clocky {
    padding: 2px;
    background-color: #f60;
    font-size: 50%;
    color: black;
    border-radius: 5px;
    text-align: center;
    margin-top: 2px;
    font-family: "Times New Roman";
    max-width: 150px;
}

.audioey {
    padding: 2px;
    background-color: rgba(0,0,0,255);
    font-size: 50%;
    color: white;
    border-radius: 10px;
    text-align: center;
    margin-top: 2px;
    font-family: "Times New Roman";
    max-width: 150px;
    max-height: 32px;
}

.td_0, .th_0 {
    /*width: 155px;*/
    /*max-width: 155px;*/
}
textarea {
    width: 100%;
    min-height: 150px;
    padding: 0;
}
td, tr {
    padding: 0 !important;

}
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
#overlay.show {
    display: flex;
    justify-content: center;
    align-items: center;
}
#overlay img {
    max-width: 90%;
    max-height: 90%;
    margin-left:auto;
    margin-right:auto;
}
#close-icon {
    position: absolute;
    top: 40px;
    right: 20px;
    font-size: 2em;
    color: white;
    cursor: pointer;
}
.oddRow {
    background-color: #aaaaaa;
}

.evenRow {
    background-color: #ffffff;
}
.thumbnail {
    width: 32px;
    height: 32px;
    display: none;
}

.x-viewer {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.w100 {
    width: 100px;
}
.w200 {
    width: 200px;
}
.w300 {
    width: 300px;
}

.flash {
    font-size: small;
    font-family: "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
    color: yellow;
    background-color: blue;
    padding: 3px;

}
.lucy {
    margin: 0 10% 0 10%;
    padding: 22px;
    border-radius: 8px;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 15px;
    min-height: 90px;
}
.leftylucy {
    margin: 0 10% 0 10%;
    padding: 22px;
    border-radius: 8px;
    background-color: rgba(255,255,255,0.8);
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 30px;
}
.hospblue {
    background-color: #BFD1EC !important;
    color: #444;
    cursor: pointer;
}
.hospblue:hover {
    background-color: darkblue;
    color: white;
    border: #3066BE 1px solid;

}

@media (max-width: 1000px) {
    .hospblue {
        border-radius: 12px;
        border: #3066BE 2px solid;
        margin-bottom: 22px;
    }
    .lucy {
        max-width: 96%;
        margin: 2% 2% 2% 2%;
        padding: 2% 2% 2% 2%;

    }
}
.fred_form table {
    min-width:600px;
}

.fred_form td {
    text-align:left;
}
.fred_form th {
    text-align:right;
}

.fred_form input[type=text],
.fred_form input[type=email],
.fred_form input[type=passwprd],
.fred_form input[type=text],
.fred_form input[type=text],
.fred_form select,
.fred_form textarea {
    width:100%;
    margin:4px;
}

.fred_form input
{
     margin:4px;
}

.fred_form input[type="checkbox"],
.fred_form input[type="radio"] {
    transform: scale(2);
    /* Optional for better alignment with text */
    vertical-align: middle;
    margin: 5px;
    margin-left:10px;
}
.fadey {
    opacity: 0.5;
}
.deletelink {
    margin-right:12px;
}