body {
    font-family: Arial, sans-serif;
    background-color: #1C2B36;
    color: #ffffff;
}

input {
    color: black;
}

h1 {
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 16px 0 16px 0;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin-top: 0;
}

h3 {
    font-family: Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-size: 20px;
}

.modal-title, .modal-body label {
    color: #3b3b3b;
}

label {
    font-size: 20px;

}

.form-group label {
    font-size: 1em;
}

p.help-block {
    margin-top: 0;
    color: #ffffff;
}

.form-group .help-block {

}

.alert {
    width: 50%;
}

.alert-full {
    width: 100%;
}

ul#shotlist li {
    width: 460px;
    border-bottom: 1px solid #4f4f4f;
    margin: 0px;
    padding: 20px 0 20px 0;
    list-style-type: none;
}

ul#shotlist {
    padding-left: 0px;
}

ul#shotlist li {

}

ul#shotlist .button-container {

}

li h3 {
    margin: 0 0 20px 0;
    font-size: 16pt;
}

li legend {
    font-size: 10pt;
    border: none;
}

li p {
    font-size: 10pt;
}

ul.filelist {
    padding: 0;
}

ul.filelist li {
    margin-left: 0;
    margin-bottom: 5px;
    padding: 3px 0 3px 0;
    float: none;
    width: 100%;
    font-size: 10px;
    color: greenyellow;
}

ul.filelist li button {
    margin-left: 10px;
    margin-bottom: 5px;
}

ul#openprojects {
    padding: 0;
    margin-top: 5px;
}

ul#openprojects li {
    border: none;
    float: none;
    margin-left: 0;
    padding: 1px;
    color: #ffffff;
    font-size: 18px;

}

ul#openprojects li a {
    color: #ffffff;
}

pre {
    width: 40%;
}

dl {
    margin: 0;
}

dd a {
    font-size: 11px;
    padding-left: 16px;
    color: #ffffff;
}

.upload-progress span {
    height: 1em !important;
    background: url(/static/images/progress.gif) !important;
}

div.intro {
    padding-left: 16px;
    padding-bottom: 15px;
    background-color: #1C2B36;
}

div.upload {
    padding-left: 16px;
    padding-top: 15px;
    background-color: #1C2B36;
}

div.upload p {
    margin-right: 20px;
}

div.project-selector {
    padding-left: 16px;
    padding-top: 15px;
}

p#terms_acceptance label {
    font-weight: normal;
    font-size: 14px;
}

p#terms_acceptance input {
    vertical-align: top;
}

p#terms_acceptance label a {
    color: greenyellow;
}

a {
    color: greenyellow;
}

.modal-body p {
    color: #000000 !important;
}

.fa-seenit {
    background-image: url(/static/images/seenit-avatar-2.png);
    background-size: 32px 32px;
}

.modal-footer {
    color: #000000 !important;
}