#header {
    padding: 20px 0;
    background: #05386e; /* Old browsers */
    background: -moz-linear-gradient(top, #05386e 0%, #005c99 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #05386e 0%,#005c99 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #05386e 0%,#005c99 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05386e', endColorstr='#005c99',GradientType=0 ); /* IE6-9 */
    margin-bottom: 15px;
}
#timer-container {
    margin-top: 30px;
}
.form {
    position: relative;
}
#templates {
    display: none;
}
.report-another-product-btn, .report-another-product-btn:hover {
    outline: none;
    text-decoration: none;
}
.report-another-product-btn {
    border: 0;
    padding: 0;
    display: inline-block;
    margin-top: 15px;
}
.report-another-product-btn > span {
    color: #000;
    vertical-align: middle;
}
.report-another-product-btn > i {
    color: #337ab7;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 20px;
}
.remove-form-btn {
    color: #a5a5a5;
    margin: 0;
    border: 0;
    padding: 0;
    outline: none;
    font-size: 16px;
    position: absolute;
    right: 14px;
    top: 5px;
    z-index: 999999;
}
.report-title-form-template:first-child .remove-form-btn { display: none }
.report-title-form-template {
    position: relative;
}
.title-error .form-control:focus, .title-error .form-control {
    border: 1px solid red;
    outline: none;
    box-shadow: none;
}
.title-error .title-error-label, .title-error .title-extra, .add-title-error .title-error-label {
    color: red;
    font-weight: normal;
}
.back-btn {
    border: 0;
    padding: 0;
    margin: 0 0 20px 0;
    outline: none;
    font-size: 16px;
    color: #a5a5a5;
}
.back-btn > i {
    margin-right: 5px;
}
.title-extra {
    margin-top: 5px;
    display: none;
}
.title-error-label {
    margin-bottom: 5px;
    display: none;
}
.title-error label, .add-title-error label {
    display: none;
}
.title-error .title-error-label {
    display: block;
}
.title-error .title-extra {
    display: block;
}
.add-title-form-container {
    display: none;
}
@media (min-width: 768px) {
    .name-input {
        margin-bottom: 0;
    }
}
.add-title-error input, .add-title-error textarea {
    border: 1px solid red;
}
.add-title-error-extra.add-title-error .title-error-label {
    display: block;
}
#submit {
    width: 130px;
}
#header > div {
    flex-direction: row;
    display: flex;
    align-items: center;
}
#header > div > span {
    flex: 1;
    font-size: 18px;
    color: white;
}
.report-title-form-template > .container {
    position: relative;
}
#timer {
    font-weight: bold;
    font-size: 16px;
}
.gdpr-text {
    font-size: 12px;
    margin-bottom: 10px;
}
.swal2-popup {
  font-size: 1.6rem !important;
}
.loading {
    padding-left: 30px;
    background: url("/static/images/ajax-loader.gif") #fff 10px center no-repeat;
}
.swal2-container {
    z-index: 9999999 !important;
}
.forms .report-title-form-template:first-of-type hr, .forms .report-title-form-template:first-of-type .remove-form-btn {
    display: none;
}

#notice {
    margin: 0 auto;
}

#notice header {
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 30px;
    color: white;
    font-size: 18px;
}

.notice__header {
    font-size: 18px;
}
.notice__creator {
    margin: 0 75px;
}

#notice header div {
    flex: 1;
}

.notice__stats {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.notice__stat-box {
    width: 220px;
    height: 120px;
    position: relative;
    cursor: default !important;
}

.notice__body {
    max-width: 1400px;
    margin: 35px auto 0 auto;
}

.notice__project-heading {
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 600;
}

.notice__project-value {
    font-size: 24px;
    font-weight: 600;
}

.notice__project {
    margin-bottom: 30px;
}

.notice__stat-box__reported{
    height: 120px;
    position: relative;
    cursor: default !important;
    margin-right: 20px;
}
