/* Cleaned */


/****** General Styles *********/
body {
    background-color: black;
    margin: 0;
    padding: 0;
    font-size: 1em;
    color: white;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}




/* Raw */
th.subh {
    border: medium none;
    border-bottom: 1px solid #888888;
    border-collapse: collapse;
    background-color: black;
}

input {
    font-weight: normal;
    font-size: 1em;
    color: white;
    border: 1px solid #888888;
    font-family: Verdana, sans-serif;
    background-color: black;
}

textarea {
    font-weight: normal;
    font-size: 1em;
    color: white;
    border: 1px solid #888888;
    font-family: Verdana, sans-serif;
    background-color: black;
}

select {
    color: white;
    border: 1px solid white;
    background-color: black;
}

td {
    font-size: 1em;
    color: white;
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
}

table.small td {
    font-size: 0.8em;
    border-collapse: collapse;
}

table.small input {
    width: 80px;
    height: 20px;
}

table.table_lines td {
    padding-bottom: 10px;
    padding-top: 9px;
    border-bottom: #333333 1px solid;
    border-collapse: collapse;
}

td.menu_cell {
    vertical-align: top;
    width: 137px;
    border-collapse: collapse;
    text-align: left;
}

td.menu_cell_repeater_vert {
    background-color: black;
}

img {
    border-width: 0;
}


a {
    color: white;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
    font-weight: bold;
}

a:link {
    color: white;
}

a:visited {
    color: white;
}

a:hover {
    color: white;
}

td {
    border-collapse: collapse;
    font-size: 12px;
    color: white;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

}

p {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2em;
    margin: 0 0 20px 0;
    padding: 0;
}

select, input {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    height: 20px;
}

font {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}


hr {
    color: #c0c0c0;
    height: 1pt
}

small {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}

td {
    border-collapse: collapse;
}

red {
    color: red;
}


/** Alert banner **/
.topbar {
    position: relative;
    visibility: visible;
    z-index: 99999;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    /*    background-color: #323232;*/
    color: rgb(250, 250, 250);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.010em;
    line-height: 16px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    border-radius: 2px;
    font-family: sans-serif;
    /*    text-rendering: optimizeLegibility;*/
}

/* Hiding the checkbox */
.toggleTop {
    display: none;
}

/* Styling the lables, to show and hide the bar */
.showTop {
    position: relative;
    z-index: 9999;
    top: -50%;
    right: 30px;
    padding: 10px;
    background-color: #000000;
    border: 1px solid white;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    /*    transition: background-color .4s cubic-bezier(.25, .8, .25, 1);
        text-rendering: optimizeLegibility;*/
}

.showTop:hover {
    background-color: rgba(158, 158, 158, 0.2);
    color: rgba(0, 0, 0, 0.8);
}

.hideTop {
    position: relative;
    /*    top: -30px;
        left: 15px;*/
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 15px;
    line-height: 16px;
    /*transition: all .4s cubic-bezier(.25, .8, .25, 1);*/
}

.hideTop:hover {
    /*background-color: yellow;*/
}

/* Displaying the bar when the checkbox is checked */
.toggleTop:checked + .topbar {
    /* transition: bottom 0.5s cubic-bezier(0.42, 0.0, 0.58, 1.0);*/
    display: none;
}

.clear {    /* 0 */
    background-color: transparent;
    color: white;
}
.error {    /* 1 */
    background-color: #bc4033;
    color: white;
}
.warning {  /* 2 */
    background-color: #bcb733;
    color: white;
}
.success {  /* 3 */
    background-color: #33bc50;
    color: white;
}
.info { /* 4 */
    background-color: #3377bc;
    color: white;
}
