/* $Id: style.css 150 2018-02-21 17:36:00Z martin $ */

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Verdana", sans-serif;
}

h1 {
    text-align: center;
    font-weight: normal;
}

/* info colors */
.info { background-color: #4A0 !important; }

.warn { background-color: #F91 !important; }

.crit { background-color: #D20 !important; }

/* structure */
html,body {
    height: 100%;
}

#main_wrapper { 
    width: 760px;
    min-height: 100%;
    margin: 0 auto;
    display: block;
}

/* overlay */
#overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,0.5);
}

#overlay_main_wrapper {
    margin: 15% auto;
    width: 250px;
    height: 332px;
    display: block;
    background-color: #68a423;
    border-radius: 5px;
    border: 3px solid #666;
}

#overlay_main_wrapper a {
    text-align: center;
    vertical-align: middle;
    font-family: verdana;
    font-size: 16px;
    height: 16px;
    width: 16px;
    text-decoration: none;
    float: right;
    margin-top: -20px;
    margin-right: -20px;
    color: white;
    background-color: #68a423;
    border-radius: 16px;
    border: 3px solid #666;
    display: block;
}

#overlay_form_wrapper {
    margin: 0 auto; 
    padding-top: 30px;
    width: 200px;
    /*background-color: red;*/
}

#overlay_form_wrapper form { 
    margin-top: 16px;
}

#overlay_form_wrapper form label { 
    font-size: 12px;
    font-weight: bold;
    color: white;
}

#overlay_form_wrapper input{
    width: 96%;
    height: 20px;
    border-radius: 3px;
}

#overlay_form_wrapper input[type='text'], #overlay_form_wrapper input[type='password'] { 
    margin-bottom: 16px;
    padding: 0 2%;
}

#overlay_form_wrapper input[type='button'] {
    width: 100%;
    margin-top: 12px;
    font-size: 12px;
    font-weight: bold;
    color: #68a423;
    background-color: white;
}

/*
#overlay_form_wrapper input, #overlay_form_wrapper label, #overlay_form_wrapper select { 
    margin: 0 auto; 
    display: block; 
}
*/

/* connection status */
#con_status {
    width: 100%;
    display: block;
    padding: 5px;
}

#con_status span {
    width: 30%;
    height: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    background-color: silver;
}

/* queue contents */
#template_queue_wrapper {
    display: none;
}

.queue_wrapper {
    width: 150px;
    display: block;
    border: 1px solid black;
    float: left;
    margin-right: -1px;
    margin-bottom: 16px;
}

.queue_hl_wrapper {
    display: block;
}

.queue_content_wrapper {
    font-size: 12px;
    text-align: center;
}

.queue_status {
    display: block;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #FAFAFA;
    text-align: center;
    padding: 4px;
}

.queue_status_count {
    font-size: 30px;
    font-weight: bold;
}

.queue_statistics_wrapper {
    display: block;
    border-top: 1px solid black;
    background-color: #CCC;
}

.queue_statistics_wrapper table {
    width: 100%;
    background-color: inherit;
}

.queue_statistics_table_key {
    padding-left: 6px;
    text-align: left;
}

.queue_statistics_table_value {
    text-align: right;
    padding-right: 4px;
}

.table_border_seperator {
    border-left: 1px dotted black;
}

/*
.queue_statistics_value {
    font-size: 15px;
}
*/


/*
Vim options: {{{
    vim600:  number sw=4 ts=4 et fdm=marker
    vim<600: number sw=4 ts=4 et
}}}
*/
