html, body {
    height: 100%;
}

body {
    font-family: "Monda", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background-color: #FFF !important;
    margin: 0;
    padding: 0;
}

*[class^="fa-"]::before,
*[class*=" fa-"]::before {
    color: #333;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

*[class^="fa-"]:hover::before,
*[class*=" fa-"]:hover::before {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#content-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -220px; /* negative margin = footers height */
}

#header {
    position: relative;
}

#header #user-menu-top {
    position: absolute;
    right: 20px;
    top: 0;
}

#main-content {
    padding-bottom: 50px;
}

#main-content::after {
    content: ' ';
    clear: both;
    display: table;
    *zoom: 1;
}

#main-content.fluid {
    width: 100% !important;
}

#main-content .side-left {
    width: 205px;
    margin-top: 10px;
    margin-right: 30px;
    border: 1px solid #B5B5B5;
    float: left;
    display: none;
}

#section {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    padding: 0;
    float: right;
    display: block;
}

#section .side-right {
    margin-left: 0;
    min-width: 960px;
    display: block;
}

#section .side-right .head {
    background-color: #FAFAFA;
    line-height: 45px;
    text-align: left;
    height: 45px;
    padding: 0 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #B5B5B5 #B5B5B5 #CCC;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.11);
    position: relative;
}

#section .side-right .head .btn-toggle {
    font-size: 18px;
    color: #333;
    text-decoration: none;
    margin-right: 5px;
    outline: 0 none;
    display: inline;
}

#section .side-right .head h2 {
    font-size: 20px;
    color: #EC2E23;
    margin: 0;
    padding: 0;
    display: inline;
}

#section .side-right .head .controls {
    font-size: 0;
    line-height: normal;
    letter-spacing: 0;
    white-space: nowrap;
    text-align: right;
    margin: -17px 0 0;
    padding: 0;
    list-style: none inside none;
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
}

#section .side-right .head .controls > li {
    font-size: 14px;
    letter-spacing: normal;
    white-space: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none inside none;
    display: inline-block;
}

#section .side-right > .msg {
    font-size: 20px;
    color: rgb(87, 77, 77);
    text-align: center;
    margin: 0;
    padding: 40px 20px;
    display: block;
}

#main-content .entries-content {
    width: 100% !important;
}

/* @start CONTESTANT ADMIN PAGES */
#main-content.contests-pages #section {
    margin-left: -235px;
}

#main-content.contests-pages #section .side-right {
    margin-left: 235px;
}

#main-content.contests-pages #section .side-right .head .controls .finalization-btn {
    font-size: 14px;
    color: #FFF;
    background-color: #ED1C24;
    text-decoration: none;
    margin: 0;
    padding: 5px 10px;
    outline: 0 none;
    display: block;
}

#main-content.contests-pages #section .side-right .head .controls .finalization-btn.finalized {
    background-color: #B5B5B5;
    cursor: default;
}

#main-content.contests-pages #section .side-right .content {
    margin: 0;
    padding: 20px 0 0;
    border: 0 none;
}

#main-content.contests-pages .side-left {
    display: block;
}
/* @end CONTESTANT ADMIN PAGES */

/* @start FINALIZE FORM GENERAL */
#finalize-form {
    display: block;
}

#finalize-form h1 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

#finalize-form .finalize-wrp {
    background-color: #ECECEC;
    padding: 50px;
}

#finalize-form .confirm h3 {
    font-size: 40px;
    font-weight: bold;
    color: #EC2E23;
    text-align: center;
    margin: 0;
    padding: 0;
}

#finalize-form .confirm h3 .small {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    line-height: normal;
    display: block;
}

#finalize-form .confirm p {
    font-size: 28px;
    text-align: center;
    margin: 40px 0;
    padding: 0;
    display: block;
}

#finalize-form .buttons > div {
    text-align: center;
}

#finalize-form .buttons .finalization-button,
#finalize-form .buttons .cancel-button {
    font-size: 28px;
    color: #FFF;
    background-color: #EC2E23;
    text-decoration: none;
    margin: 10px 0 0;
    padding: 5px 20px;
    border: 0 none;
    outline: 0 none;
    cursor: pointer;
    display: inline-block;
}

#finalize-form .buttons .finalization-button {
}

#finalize-form .buttons .finalization-button.disabled {
    background-color: #BCBCBC;
    cursor: default;
}

#finalize-form .buttons .cancel-button {
}

#finalize-form .errors ul,
#finalize-form .errors dl {
    margin: 40px 0;
    padding: 0;
    list-style-type: none;
    display: block;
}

#finalize-form .errors ul li,
#finalize-form .errors dl dt,
#finalize-form .errors dl dd {
    font-size: 24px;
    font-weight: 100;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
}

#finalize-form .errors dl dt,
#finalize-form .errors dl strong,
#finalize-form .errors ul strong {
    font-weight: bold;
}

#finalize-form .errors dl dd {
    padding: 10px 120px 10px 0;
    border-bottom: 1px solid #A7A7A7;
    position: relative;
}

#finalize-form .errors ul li {
    padding: 10px 0;
    border-bottom: 1px solid #A7A7A7;
}

#finalize-form .errors dl dd:last-of-type,
#finalize-form .errors ul li:last-of-type {
    border-bottom: 0 none;
}

#finalize-form .errors dl dd a {
    font-size: 18px;
    color: #FFF;
    background-color: #EC2E23;
    text-decoration: none;
    padding: 5px 15px;
    border: 0 none;
    outline: 0 none;
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
}

@media screen and (max-width: 767px) {
    #finalize-form .confirm h3 {
        font-size: 34px;
    }

    #finalize-form .confirm p {
        font-size: 26px;
    }
}
/* @end FINALIZE FORM GENERAL */

/* @start PARTICIPATION FORM GENERAL */
#participation-form fieldset {
    border: 1px solid #AAA;
    margin: 0;
    padding: 10px;
    display: block;
}

#participation-form fieldset .description {
    text-align: left;
    margin-bottom: 20px;
}

#participation-form fieldset .row > div {
    text-align: left;
    margin: 0;
    width: 100%;
    float: none;
}

@media screen and (max-width: 991px) {
    #participation-form .row > div {
        margin: 0;
    }
}
/* @end PARTICIPATION FORM GENERAL */

#footer, #content-wrapper #footer-push {
    height: 220px;
}

#footer {
    width: 100%;
    background-color: rgb(227,227,227);
    color: #000;
    border-top: 1px solid rgb(149, 149, 149);
    padding-top: 30px;
    font-size: 14px;
    color: rgb(40,40,40);
    text-transform: uppercase;
    position: relative;
}

#footer #lang {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-position: inside;
}

#footer #lang li {
    display: inline-block;
    padding: 0 10px 0 11px;
    position: relative;
}

#footer #lang li:not(:first-child):before {
    content: '|';
    left: -1px;
    top: 0;
    position: absolute;
}

#footer #lang li.active a {
    color: #428bca;
}

#footer a {
    color: rgb(40,40,40);
}

#footer ul#footer-links {
    list-style-position: inside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer ul#footer-links li {
    display: inline-block;
    padding: 0 10px 0 11px;
    position: relative;
}

#footer ul#footer-links li:not(:first-child):before {
    content: '|';
    left: -1px;
    top: 0;
    position: absolute;
}

.ui-widget {
    font-family: inherit !important;
    font-size: inherit !important;
}

