/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 24, 2016, 10:45:32 AM
    Author     : Kilzeus
*/
body {
    margin: 0;
    padding: 0;
    font: 80% "ABeeZee",Tahoma,sans-serif;
}
h1 {
    color: rgb(17,141,55);
    font-size: 2.6em;
    font: 'Enriqueta', sans-serif;
    font-weight: 400;
    line-height: 1.4em;
}
#header {
    color : rgb(17,141,55);
    width: 100%;
}
#header img {
    width: 100%;
}
.content {
    margin: 20px auto;
    max-width: 960px;
    width: 70%;
}
.warning {
    background: lightcoral;
}
#title {
    height: 3em;
}
#title-item {
    margin-bottom: 3em;
}
@media (min-width: 1680px) {
    .inline-form {
        position:fixed;
        right: 0;
        top: 20em;
    }
}
@media (max-width: 1280px) {
    .inline-form {
    }
    .content {
        margin: 20px auto;
        width: 100%;
    }
}
.complex-form {
    
}
.complex-form fieldset {
    margin: 0;
    padding-bottom: 3em;
    font-weight: bold;
    border: 1px gray solid;
}
input[type="submit"], input[type="reset"]{
    color: rgb(17,141,55);
    border-radius: 0;
    padding: 0.5em;
    margin: 1em;
 /*   background-color: white;
    border-color: black;
    border-style: solid;*/
}
input[type="submit"]:hover, input[type="reset"]:hover{
    color: #555;
    border-radius: 0;
    padding: 0.5em;
    margin: 1em;
    background-color: #339933;
}
.form-label {
    min-width: 16em;
    display: inline-block;
    font-weight: normal;
}
.inline-label {
    font-weight: normal;
    margin-right: 1em;
}
.form-item {
    margin: 0.2em 0;
    padding: 0.1em;
}
.form-item textarea {
    width: 100%;
}
.centered-content {
    text-align: center;
}
.popup {
    border-color: black;
    border-width: 1px;
    border-style: solid;
    display: none;
    position: absolute;
    padding: 0.5em;
    background: white;
    max-width: 25em;
    z-index: 10000;
    text-overflow: wrap;
}
.form-item img {
    vertical-align:bottom;
}
#search-description {
    width: 80%;
    margin: 2em auto;
    text-align: justify;
    font-size: 1.05em;
}
@media only print {
    #header {
        display: none;
    }
    .logout-form {
        display: none;
    }
}