/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

 .login-greeting {
    margin-bottom: 5px;
    margin-top: 2px;
}
.login-greeting .form {
    margin-bottom: 0;
}
h1#logo {
    width: 100%;
    background: #600;
    margin: 0;
    padding: 0;
    border: 1px solid #090909;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
h1#logo img {
    text-decoration: none;
    border: none;
}
.navbar-inverse {
    background: #600;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #eee;
}

@media screen and (max-width: 992px) {
    table thead {
        display: none;
    }
    
    table td {
        display: flex;
    }

    table td::before {
        content: attr(label);
        font-weight: bold;
        width: 120px;
        min-width: 120px;
    }

    table td.mobile-header-row {
        background-color:#600;
        color: #eee;
    }
}

.schedule thead th {
    color: #600;
    background: #337ab7;
    font-weight: bold;
}
.schedule .timeslot {
    background: #600;
    color: #eee;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}
.schedule .event_desc dt {
    width: 100px;
    font-weight: normal;
}
.schedule .event_desc dd {
    margin-left: 120px;
    font-weight: bold;
}
.schedule .event_desc .details {
    min-height: 5.714285716em;
    margin-bottom: 5px;
}
.schedule .event_desc .details .field-label {
    font-size: 0.8em;
}
.schedule .empty .form-inline {
    margin-bottom: 5px;
}
.footer {
    text-align: right;
    border-top: 1px solid #000;
    margin-top: 0.5em;
}
.table .label, .form .label {
    vertical-align: middle;
    display: inline-block;
    margin-top: 2px;
}
.form-horizontal .time {
    width: auto;
    display: inline-block;
}
.deemphasize {
    color: #777;
}
.registered {
    background-color: #ffe6e6 !important;
}
.btn.help {
    border: none;
    vertical-align: baseline;
}
.btn.help:hover {
    background: transparent;
    color: blue;
}
.btn.help:focus, .btn.help:active {
    outline: none;
    background: transparent;
}

.timewrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
    column-gap: 3px;
}

.timewrapper .form-control {
    flex-grow: 0;
}

.email-opt-status {
    white-space: nowrap;
}
