


.submission-progress-active, .submission-progress-inactive,
.submission-progress-extra, .submission-progress-extra-active{
    font-size: 35px;
}
.submission-progress-active {
    color: #7aba7b;
}
.submission-progress-inactive {
    color: #bccbbb;
}
.submission-progress-extra {
    color: #d9d4b1;
}
.submission-progress-extra-active {
    color: #dbc531;
}



input, select {
    margin-bottom: 8px;
}

.date select {
    margin-left: 8px;
}

.panel-heading h2 { margin-top: 5px; }

form .required label:after {
    color: #e32;
    content: '*';
    display:inline;
}

label {
    font-size: 1.2em;
}

button {
    padding: 6px 12px;
    font-size: 1.2em;
}

.checkbox-radio {
    background-color: #FAFAFA;
    padding: 10px 10px;
    border-radius: 8px;
    margin: 2px 0;
    border: 1px solid #cbd1e0;
}
.checkbox-radio input[type=checkbox], .checkbox-radio input[type=radio]{
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    padding: 10px;
    margin-right: 10px;
}

.checkbox-radio label {
    font-size: 1.2em;
    width: 100%;
    font-weight: normal;
}

.form-label {
    font-weight: bold;
    font-size: 1.2em;
}

.checkbox-help {
    color: #999;
    font-size: 0.9em;
    margin: -4px 10px 12px 28px;
}

.checkbox-pot{
    display:none !important;
}

.form-help {
    font-size: 0.9em;
    padding: 5px 10px;
    color: #999;
    margin-top: 0;
    margin-bottom: 20px;
    background-color: #FAFAFA;
    border-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #cbd1e0;
    border-top: 4px double #cbd1e0;
}
.form-box {
    font-size: 1.1em;
    padding: 5px 10px;
    color: #999;
    margin: 12px 0;
    background-color: #FAFAFA;
    border-radius: 8px;
    border: 1px solid #cbd1e0;
}
.help-box {
    font-size: 0.9em;
    padding: 5px 10px;
    color: #999;
    margin: 12px 0;
    background-color: #FAFAFA;
    border-radius: 8px;
    border: 1px solid #cbd1e0;
}
textarea {
    margin-bottom: 10px;
}
.file {
    position: relative;

    background-color: #FAFAFA;
    padding: 10px 10px;
    margin: 2px 0 0 0;
    border: 1px solid #cbd1e0;
    border-bottom: none;

    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.file-with-help {
    position: relative;

    background-color: #FAFAFA;
    padding: 10px 10px;
    margin: 2px 0 0 0;
    border: 1px solid #cbd1e0;
    border-bottom: none;

    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.contest-deadline {
    font-size: 1.5em;
    margin: 4px 6px 12px 6px;
}

.error-message {
    background-color: red;
    color: white;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 2px 10px;
}

.desc:after {
    display: inline-block;
    content: '\00bb';
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 5px;
}

.asc:after {
    display: inline-block;
    content: '\00bb';
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    margin-left: 5px;
}




.judge-score {
    float: right;
    font-size: 1.6em;
    background-color: #FAFAFA;
    border-radius: 15px;
    padding: 5px 7px;
}
.judge-score-modified {
    background-color: #AAFAAA;
}


.vote-slider {
    margin: auto;
    margin-bottom: 10px;
}


.color-beginner {
    color: #604BD8;
}
.color-intermediate {
    color: #582781;
}
.color-advanced {
    color: #052f6d;
}


.ar-title {
    margin-bottom: 0;
    margin-top: 0;
    color: #999;
}
.ar-name {
    color: #AAA;
}


.flash-danger, .flash-success, .flash-info {
    border-right: none;
    border-left: none;
    border-radius: unset;
    padding: 20px 30px;
    margin-bottom: 0;
}
.flash-danger {
    color: #a94442;
    background-color: #f2dede;
    border-top: 1px solid #ebccd1;
    border-bottom: 1px solid #ebccd1;
}
.flash-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-top: 1px solid #d6e9c6;
    border-bottom: 1px solid #d6e9c6;
}
.flash-info {
    color: #31708f;
    background-color: #d9edf7;
    border-top: 1px solid #bce8f1;
    border-bottom: 1px solid #bce8f1;
}




.news {
    padding: 4px 14px;
    color: #999;
    margin: 20px 0px;
    background-color: #FAFAFA;
    border-radius: 8px;
    border: 1px solid #cbd1e0;
}

.news h3 {
    margin-bottom: 0px;
    font-size: 1.4em;
}
.news-date {
    font-size: 0.8em;
}
.news-body {
    border-top: 1px solid #cbd1e0;
}




