a,
a:focus,
a:hover {
    color: #fff;
}

html,
body {
    height: 100%;
    background-color: #333;
}

body {
    color: #fff;

    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    justify-content: center;

    padding-top: 5px;
    padding-bottom: 40px;

}

hr {
    border-color: white;
}
/*
.form-checkin {
    width: 100%;
    padding: 15px;
    margin: 0 auto;
}
*/

.nodec {
    list-style-type: none;
}

.ui-dialog-titlebar-close   {
    display: none;
}
.ui-widget-overlay {
    background: #000000;
    opacity:.6;
}

.ui-widget-content {
    background: ghostwhite;
}
.ui-widget-header {
    color: black;
    background: #bbbbbb;
}

#qrcode > canvas > img {
    display: inline;
}

.guesctcheckin {
    background: white;
    color: black;
    border-radius: 10px;
    padding: 4px;
}

.checkin_label {
    color: gray;

}
.checkin_text {
    color: black;
    font-size: 1.2em;

}
#adminmain>div>p {
    margin-bottom: 2px;
}
#comments {
    resize: none;
}
#mask {
    width: 200px;
}

#checkins {
    background: white;
}

#checkins th, td {
    text-align: left;
}

#failed {
    background: white;
}

#failed th, td {
    text-align: left;
}

table a:link,
table a:visited,
table a:hover,
table a:active,
table a:focus {color: blue;}

.stopsign {
    width: 175px;
}

.subsections {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


/* ADMIN */
fieldset { padding:0; border:0; margin-top:25px; }
.delicon {
    margin: 0;
    padding: 0;
    height: 30px;
    width: 30px;
    cursor: pointer;
}
[id^='sort_'] {
    cursor: pointer;
}

/* SORT */
#sort_container {
    background: white;

}
.ui-state-default {
    background-color: lightblue;
}
#sortable { margin: 4px; padding: 20px; }
#sortable li { margin: 0 5px 5px 5px; padding: 5px; font-size: 1.2em; border-radius: 6px; }
.form-control {
    display: inline;
    width: 90%;
}
[id^="sec_"] {
    font-weight: bold;
}
.mytrash {
    cursor: pointer;
}
.hideme {
    display: none;
}

.bg-failed {
    background-color: #FFAAAA;
}
.q-ul-padding {
    padding-left: 0;
}
