body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #D8F2FF;
}

div.header {
    margin-bottom: 2em;
}

div.footer {
    margin-top: 2em;
}

div.back {
    margin-bottom: 2em;
}

p.header_navigation {

}

p.header_navigation_small {
    font-size: 9pt;
}

span.header_image {
    /*vertical-align:middle;*/
    float: left;
    padding-right: 0.5em;
}
span.small {
    font-size: smaller;
}

p.header_text {
    font-size: xx-large;
}

div.heading1 {
    clear: both;
    font-weight: bold;
    font-size: large;
    margin-bottom: 1em;
}

hr.line {
    margin-bottom: 2em;
}

th, td {
    font-size: small;
    padding: 0.2em;
}

table {
    border-collapse:collapse;
}

table, tr, td {
    border: 1px solid black;
}

td.last_column {
    border-right-width: 3px;
}
td.ownclub_bg {
    background-color:#99FF99;
}
input.names {
    width: 200px;
}
input.numbers {
    width: 50px;
}
input.button {
    margin: 1em;
}

a {
    font-size: small;
}

/* News System */
p.nocss	{
    display: none;
}

.warning {font-weight:bold; color: orange;}/* Used for not program halting problems */
.error {font-weight:bold; color: red; font-size:larger;}/* used for program halting problems */

.message {color: green}/* used for general messages */
.success {color: blue}/* used for success messages, such as saving or editing a news item.*/

.gt {color:green}

table {
    text-align:center;
}

.fluff {font-size:smaller;}/* used for fluff, text which is unnessessery for the running of the program*/

.preview {
    border:dotted;
}

/* force autocomplete to stay on top, especially inside dialogs */
.ui-autocomplete {
    z-index: 200 !important;
}

textarea.code {
    height: 350px;
    width: 100%;
}

div.login label {
    display: inline-block;
    width: 150px;
}

form.no-margin {
    margin-bottom: 0.25em;
}
form.inline {
    display: inline;
}

.form legend {
    font-weight: bold;
}
.form label {
    width: 250px;
    display: inline-block;
    vertical-align: top;
    padding-top: 0.5em;
}
.form span {
    display: inline-block;
}
.form input[type=text], .form input[type=password], .form input[type=number], .form input[type=tel], .form input[type=email], .form input[type=url] {
    width: 300px;
    padding: 0.5em;
}
.form input[type=checkbox] {
    margin-top: 0.7em;
}
.form select {
    min-width: 300px;
    padding-left: 0.5em;
    -webkit-padding-before: 0.5em;
    -webkit-padding-after: 0.5em;
}
.form select option {
    padding: 0.5em;
}
.form img {
    margin-bottom: 0.5em;
}
.form textarea {
    width: 300px;
    padding: 0.5em;
}
.form textarea.large {
    width: 75% !important;
}
.form button.submit span.ui-icon {
    display:none;
}
.form button.submit:disabled {
    color: #999999;
    background-color: #dcffd4;
}
.form button.submit:disabled span.ui-icon {
    display:inline-block;
}
.form button.reset {
    background-color: #ff9999;
}
.form input.error, .form textarea.error {
    border-color: red;
}

.ui-box {
    padding: 0.5em;
    margin-bottom:1em;
    /*max-width:500px;*/
}
.ui-left {
    float:left;
    margin-right:0.4em;
}
.ui-right {
    float:right;
    margin-left:0.4em;
}

.hint {
    font-size: 75%;
    color: red;
}
textarea.more {
    height: 10em;
}
textarea.description {
    height: 15em;
}
input.error {
    border:1px dotted red;
}
label.error {
    margin-left: 10px;
    width: auto;
    display: inline;
    font-style: italic;
    font-size: 75%;
}
label.hint {
    border-bottom: dotted red;
}
span.required {
    color: red;
}

div.draggable {
    border: 1px dotted;
    padding: 2.5px;
}
div.draggable.modified {
    background-color: #f3f3f3 !important;
}
div.draggable.duplicate {
    background-color: #ff9999;
}

tr.strikeout td {
    position: relative;
}
tr.strikeout td:not(:first-of-type):before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #000;
    width: 100%;
}

.jquery-spinner-wrap{position:fixed;top:0;z-index:100;width:100%;height:100%;display:none;background:rgba(0,0,0,0.6)}
.jquery-spinner-wrap .jquery-spinner-circle{height:100%;display:flex;justify-content:center;align-items:center}
.jquery-spinner-wrap .jquery-spinner-circle .jquery-spinner-bar{width:40px;height:40px;border:4px #ddd solid;border-top:4px #a40034 solid;border-radius:50%;animation:sp-anime 0.8s infinite linear}
@keyframes sp-anime{100%{transform:rotate(360deg)}}
