﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

*
{
    -webkit-overflow-scrolling: touch;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
{
    display: block;
}

ol, ul
{
    margin: 2px 0 2px 20px;
    font-size: 0.95em;
}

li
{
    margin-bottom: 2px;
}

blockquote, q
{
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
    content: '';
    content: none;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

html, body
{
    padding: 0;
    margin: 0;
    line-height: 1.2em;
    background-color: #000000;
    color: #DDDDDD;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

article, aside, details, figcapxion, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}

p
{
    padding-bottom: 1em;
}

h1
{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.6em;
}

h2
{
    font-size: 1.2em;
}

h3
{
    font-size: 1.1em;
}

h2, h3
{
    margin-bottom: 10px;
    padding-bottom: 10px;
}

iframe
{
    overflow: hidden;
    width: 100%;
    height: 100%;
}

hr
{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #555555;
    margin: 0;
    padding: 0 0 10px 0;
}

a
{
    color: #DDDDDD;
    border-bottom: 1px solid #444444;
    text-decoration: none;
    cursor: pointer;
}

textarea
{
    min-width: 300px;
    width: calc(100% - 250px);
    white-space: pre;
    overflow: auto;
}

label
{
    width: 200px;
    padding-right: 10px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
}

pre
{
    background-color: #111111;
    padding: 8px;
    display: inline-block;
    margin-top: 8px;
    font-family: 'Lucida Console', monospace;
}

#siteContainer
{
    height: 100%;
    margin: 0 auto;
    min-width: 320px;
}

#bodyContainer
{
    min-height: calc(100% - 20px);
    padding: 10px;
}

#content
{
    min-height: calc(100vh - 180px);
    overflow: visible;
    margin-top: 10px;
}

#tabs
{
    display: none;
}

#header
{
    height: 60px;
    position: relative;
    left: -10px;
    width: 100%;
    padding: 0 10px 0 10px;
    display: inline-block;
    border-bottom: 1px solid #777777
}

#headerTitle
{
    float: left;
}

#headerTitle a
{
    font-size: 0.9em;
    text-decoration: none;
    padding-left: 2px;
}

#headerTitle h1
{
    margin-top: 5px;
}

#headerMenu
{
    float: right;
    text-align: right;
    position: relative;
}

#headerMenuUserName
{
    padding-bottom: 6px;
    float: right;
}

#autoRefreshDiv
{
    float: right;
    padding: 0 10px 6px 0;
}

#footer
{
    text-align: center;
    padding-top: 10px;
    height: 50px;
    display: block;
}

#outerFooter
{
    text-align: center;
    font-size: 14px;
    margin-top: 14px;
}

#tabs
{
    border: 1px solid #222222;
    margin-top: 6px;
    background: none;
    padding: 0;
}

.autoheight
{
    overflow-y: visible;
}

.underline
{
    text-decoration: underline;
}

.button
{
    border: none;
    background-color: #222222;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 6px;
}

.buttonTinyPadding
{
    padding: 2px;
}

.cancel-button
{
    border: none;
    background-color: #111111;
    color: #ABABAB;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    min-width: 100px;
    font-size: 0.8em;
}

.submit-button
{
    border: 1px solid #888888;
    background-color: #111111;
    color: #EDEDED;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    min-width: 100px;
}

.delete-button
{
    border: 1px solid #FF8888;
    background-color: #991111;
    color: #EDEDED;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
}

.button:hover,
.highlighted,
.submit-button:hover
{
    background-color: #558400;
}

.left-add-button
{
    width: 50% !important;
    position: relative;
    margin-top: 10px;
    margin-right: 6px;
}

.lessImportantText
{
    color: #AAAAAA;
    font-size: 0.9em;
}

.field
{
    padding-bottom: 5px;
    max-width: 95%;
}

.field input
{
    width: calc(100% - 250px);
    font-size: 1em;
}

.fullWidth
{
    width: 95% !important;
    display: block;
    margin: 0 auto;
}

ul.tagit input[type="text"]
{
    width: auto;
}

.field select
{
    width: 253px;
}

.field label,
.field .left-margin
{
    text-align: right;
    position: relative;
    top: -2px;
    float: left;
    width: 200px;
}

.field .left-margin
{
    width: 210px;
}

.field input[type=checkbox]
{
    width: 32px;
    height: 24px;
    text-align: left;
    margin: 2px 0 0 -3px;
    padding: 0;
}

.login label
{
    width: 120px;
    display: inline-block;
    text-align: right;
}

.login input[type="text"]
{
    width: 160px;
}

.login input[type="submit"]
{
    width: 163px;
    background-color: #222222;
    color: #DEDEDE;
    border: 1px solid #777777;
    padding: 6px;
    margin-left: 134px;
}

input[type="checkbox"]
{
    position: relative;
    top: 2px;
}

.large-text-area
{
    width: 90%;
    height: 40em;
}

.error-message,
.delete-color
{
    color: red;
}

.red-color
{
    color: red;
}

.message
{
    color: green;
}

.error-message,
.message
{
    padding-left: 20px;
}

.center
{
    text-align: center;
}

.spanLabel
{
    height: 30px;
    padding-right: 8px;
}

.spanLabel span
{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -10px;
}

.accordion
{
    padding-top: 10px;
}

.accordion div h3
{
    padding: 10px;
    background-color: #222222;
    cursor: grab;
    margin: 0;
    border-bottom: 1px solid #000000;
}

.accordion div div
{
    padding: 10px;
    background-color: #111111;
}

.accordion div h3:before
{
    content: "▼ ";
    font-size: 14px;
    position: relative;
    top: -2px;
}

.accordion div h3.show:before
{
    content: "▲ ";
    font-size: 14px;
    position: relative;
    top: -2px;
}

.accordion div div
{
    padding: 10px;
}

.scrollAreaShort
{
    width: calc(99% - 225px);
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

.ipTextBox
{
    width: 300px;
}

.tablesorter-dark
{
    font: inherit;
}

.tablesorter-scroller td
{
    box-sizing: inherit !important;
}

.tablesorter-dark .tablesorter-filter-row
{
    background-color: #666666 !important;
}

table .defaultTable
{
    width: 100%;
}

table.defaultTable tbody td
{
    border: #222222 solid 0.5px !important;
    word-break: break-all;
}

table.defaultTable thead tr
{
    background-color: #222222;
}

table.defaultTable th,
table.defaultTable td
{
    font-size: 12px;
    padding: 6px;
    height: 1.1em;
    vertical-align: middle;
    max-width: 100px;
}

table.defaultTable th span,
table.defaultTable td span
{
    padding: 4px;
}

table.defaultTable thead th
{
    font-weight: bold;
    text-align: center;
    background-color: #222222;
}

table.hover-highlight tbody > tr:hover > td,
table.hover-highlight tbody > tr.odd:hover > td,
table.hover-highlight tbody > tr.even:hover > td
{
    background-color: #151515;
}

.thinBorder
{
    border: 1px solid #555555 !important;
    border-collapse: initial;
}

.ui-widget,
.ui-widget.ui-widget-content
{
    background: none;
    background-color: #000000;
    border: 1px solid #333333;
}

.tablesorter-dark thead th
{
    border: none;
}

#Settings_CountryBlacklistFullNames
{
    font-size: 12px;
    color: #DEDEDE;
}

.tagit.ui-widget,
.tagit.ui-widget.ui-widget-content,
.tagit-choice
{
    border: none;
    border-radius: 0;
}

.ui-tooltip
{
    padding: 10px;
    color: white;
    border-radius: 20px;
    box-shadow: 0 0 7px black;
    line-height: 1.2em;
    max-width: 400px;
}

.ui-dialog
{
    z-index: 1000 !important;
}