/*
TheQ layout template
 */
.theq-container {
    text-align: center;
    align-items: center;
    width:100%;
    background-color: whitesmoke;
    padding: 0 25px 0 25px;
}

.the-queue-top-title {
    font-size: 1.5em;
    border-bottom: 1px solid grey;
    margin-bottom: 15px;
}

.banner-message {
    font-size: 1.8em;
    margin-bottom: 15px;
}

.theq-nav {
    margin-bottom: 15px;
}

/*
page layouts
 */
.page-container {
    margin: auto 3%;
}

.page-content {
    background-color: lightgray;
}

.management_table {
    width: 100%;
    border-collapse: collapse;
}

.management_table tr th {
    border: 1px solid black;
    background-color: darkgrey;
    color:black;
}
.management_table tr th a{
    color:black;
}

.management_table tr td {
    text-align: center;
    border: 1px solid black;
}

/*
theq forms
 */

div.input label {
    padding: 10px;
}

fieldset {
    margin-bottom: 10px;
}
input[type='text'] {
    background-color: white;
}
input[type='submit'] {
    background-color: orangered;
    border-radius: .6rem;
}
select {
    background-color: #dddddd;
}
td {
    padding: .5rem;
}
th {
    padding: .5rem;
}
