.loading, .loading2 {
    background: url(../images/loading.gif) no-repeat;
    height: 20px;
    min-width: 20px;
    display: inline-block;
    background-size: cover;
    padding:0;
}

.criteria {
    font-size: small;
}
.criteria .row {
    margin-bottom: 10px;
}
.criteria .name {
    font-weight: bold;
}
.criteria .legend {
    margin: 10px auto;
}

.criteria .item {
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
}

.criteria .item .form-control, .shortlist-score .form-control  {
    height: 25px;
    padding: 0px 4px;
    font-size: 12px;
}

.status, .nomin-score {
    -webkit-transition:background-color 1s;
    transition: background-color 1s;
}
.stage2-score {
    font-size: small;
}
.stage2-score .item {
    /*border-bottom: 1px dotted #b9b9b9;*/
    margin-bottom: 10px;
}
.stage2-score .item span.criterion {
    /*    position: relative;
        display: inline-block;
        bottom: -5px;
        background-color: #fff;
        padding-right: 5px;*/
}
.total {
    display: inline-block;
    transition: all 1000ms;
}
.total-wrap_fixed {
    position: fixed;
    top:70px;
    -right:0;
    z-index: 100;
}

.total_success {
    background-color: #3c763d;
    color: #fff !important;
    border-color: #3c763d;
}
.total_warning {
    border-color: #f5e79e;
    background-color: #f8efc0;
    color: #8a6d3b;
}
.total_danger {
    border-color: #ff0000;
    background-color: #ff0000;
    color: #fff;
}

.not-set {
    font-weight: bold;
    font-size: 12px;
}

.help-loader {
    margin-left: 5px;
}

.label.score-item {
    font-size: 130%;
}

h2 {
    color: #A0A0A0;
    font-weight: bold;
}
.fancybox-content {
    background-color: #fff !important;
}


.loading3 {
    background: url(../images/loading.gif) no-repeat center;
    min-width: 20px;
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}
.loading4 {
    background: url(../images/loading.gif) no-repeat center;
    min-width: 20px;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
    margin: 0 auto;
}
.form-group {
    position: relative;
}
.counter, .status {
    padding: 5px 10px 5px;
    font-size: 11px;
    color: #999;
    background-color: #f9f9f9;
    display: none;
}
.help-block-error {
    font-size:12px;
}

.choice {
    font-size: 12px
}

.choice.good {
    color: #008000;
}
.choice.normal {
    color: #ffc000;
}
.choice.bad {
    color: #ff0000;
}

.label.label-good {
    background-color: #008000;
    border-radius: 3px;
}
.label.label-normal {
    background-color: #ffc000;
    border-radius: 3px;
}
.label.label-bad {
    background-color: #ff0000;
    border-radius: 3px;
}


tr.data-row i, tr.data-row .a.btn {
    vertical-align: middle;
}
.data-row.viewed a>i, .data-row.required a>i {
    color: inherit;
}
.data-row.viewed i,
.data-row.viewed p>i {
    color: #5cb85c;
}
.data-row.required i,
.data-row.required p>i {
    color: #EAEAEA;
}
.score-wrap {
    padding-top: 5px;
}

.table-responsive .table.nominants td {
    white-space: normal;
}

.vote-group {
    white-space: nowrap;
}

.has-image .fancybox__content {
    background-color: #fff;
}

.btn-warning.vote {
    /*background-image: linear-gradient(to bottom, #f0ad4e 0%, #c27b15 100%);*/
    /*background-image: linear-gradient(to bottom, yellow 0%, yellow 100%);*/
    background-image: linear-gradient(to bottom, yellow 0%, #ebb100 100%);
}
.btn.vote, .btn.btn-default.vote {
    color: #000;
}

.vote:hover.btn-warning:hover, .vote:hover.btn-warning:focus {
    background-color: #fff;
    background-position: 0;
}

.jury-essay img {
    max-width: 100%;
}

.descr {
    background-color: #f9f9f9;
}