/*
    This file is part of `DROPPY` (formerly `dropbox`).
    This file is licensed under the WTFPL[1].
    Originally created by Jonas Haag.
    [1] http://sam.zoy.org/wtfpl/
*/

body {
    font: 12pt 'DejaVu Sans', FreeSans, Verdana, Helvetica, sans-serif;
}

h1 {
    margin-bottom: 10px;
}

#header, #footer {
    position: fixed;
    background-color: rgb(220,220,220);
    opacity: 0.9;
    left: 0px;
    width: 100%;
    font-size: 10pt;
}

#header {
    top: 0px;
}

#actions label {
    font-weight: bold;
}

#actions label:after {
    content: ": ";
}

#actions input {
    border: 1px;
    font-size: 10pt;
}

#actions .submit {
    width: 70px;
    font-weight: bold;
}

#version_information, #page_information, #about {
    height: 18px;
    padding: 5px;
    float: left;
}

#user_information, #legal_information, #actions {
    height: 18px;
    padding: 5px;
    float: right;
}

#footer {
    bottom: 0px;
}

#middle {
    padding-top: 30px;
    margin: 0 auto;
    width: 500px;
    padding-bottom: 30px;
}

.icon {
    width: 16px;
    height: 16px;
}

.accordion_elem {
    margin-left: 20px;
}

#section_upload_extended {
    margin-top: 5px;
}

#section_upload form {
    background-color: rgb(245,245,245);
    padding: 20px;
}

#submit {
    width: 100px;
}

#section_upload form label {
    font-weight: bold;
    padding-right: 20px;
    cursor: pointer;
}

.public_files_filter {
    font-size: 10pt;
    margin-top: 0px;
}

#json_error {
    color: red;
    font-weight: bold;
    padding-right: 10px;
}

.info_popup {
    font-size: 80%;
    padding-right: 10px;
    padding-bottom: 10px;
}

.error {
    border: 1px solid red;
    padding: 10px 15px;
}

#internet_exploder_warning {
    margin: 0px;
    display: none;
}