html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 60px 15px 20px;
}

.navbar {
    margin-bottom: 10px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.alert {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.alert-sm {
    padding-top: 5px;
    padding-bottom: 5px;
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f2dede;
}

.rules {
    max-width: 800px;
    margin: 0 auto;
    text-align: justify;
}

.contests hr {
    margin-bottom: 15px;
    margin-top: 10px;
}

.contests .contest-info-right {
    margin-top: -8px;
    margin-bottom: -5px;
    font-size: 12px;
    text-align: right;
}

.contests .contest-info-right > a {
    text-decoration: underline;
}

.contests .pagination {
    margin-bottom: 0;
    margin-top: 10px;
}

.table-mini td, .table-mini th {
    padding: 1px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.table-mini {
    margin-bottom: 0;
}

.panel-heading-mini {
    padding: 5px 10px;
}

.panel-body-mini {
    padding: 0;
}

.panel-mini {
    margin-bottom: 5px;
}

.minitest .pagination {
    margin: 0 0 5px;
}

.small-input {
    font-size: 12px;
}

.small-input .form-control {
    padding: 1px 2px;
    font-size: 13px;
}

.small-input input.form-control, .small-input select.form-control {
    height: 25px;
}

.small-input input.form-control {
    padding: 1px 6px;
}

.small-input .input-group-addon {
    padding: 4px 12px;
}

.col-padding-small {
    padding-right: 5px;
    padding-left: 5px;
}

.small-input .control-label {
    font-size: 12px;
    margin-bottom: 0;
}

.small-input .form-group {
    margin-bottom: 5px;
}

.small-input .help-block {
    font-size: 12px;
    margin: 0;
}

.small-input hr {
    margin: 5px 0 5px 0;
}

.small-input .submit-button {
    margin-top: 10px;
}

.small-input .table-hover tbody > tr:hover {
    background: #c4c4c4;
}

.small-input tr.hidden-report {
    opacity: 0.3;
}

.small-input tr.checked-report {
    background: #c4c4c4 !important;
}

.small-input h5 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bootbox-alert {
    margin-top: 20px
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.checklog {
    opacity: 0.6;
}

.btn {
    margin: 2px;
}

legend {
    margin-bottom: 10px;
}

.confirm-mail-alert {
    margin-bottom: 10px;
}

.checkbox-inline {
    margin-left: 10px;
}

select.download {
    width: 140px;
    display: inline;
}

.modulations .active {
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
    outline: none !important;
}

p.error-other {
    margin-bottom: -5px;
    font-size: 12px;
}

p.error-comment {
    font-size: 12px;
    margin-bottom: 0;
}

.lang-img {
    height: 25px;
    margin-right: 5px;
}

.navbar-lang {
    margin-top: 13px;
    margin-bottom: 0;
}

.contest-type-form .groups .checkbox, .contest-type-form .groups .form-group {
    margin: 0;
}

.report-header .field-reportheaderform-checklog div.checkbox {
    padding-top: 0;
}

[data-toggle-target] {
    text-decoration: none;
    border-bottom: 1px dashed #000080;
}

[data-toggle-target]:hover, [data-toggle-target]:link {
    text-decoration: none;
}

.bonus-score {
    font-size: 10px;
}

.offer-checkbox>label {
    font-size: 11px;
    margin-top: 10px;
    font-weight: normal;
}

.hosts {
    font-size: 10px;
}

.view-small {
    font-size: 13px;
}

.send-done {
    text-align: left;
}

.send-done img {
    width: 40px;
}

.report-date-info {
    font-size: 15px;
}

.report-date-info-mini {
    font-size: 11px;
}

.label-small {
    font-size: 10px;
}

@media print {
    .breadcrumb, .footer, .hidden-print {
        display: none;
    }
    .container {
        width: 100%;
    }
    table.minwidth-print td {
        height: 50px;
    }
}
