body{
    background: #f7f7f7;
    font: 15px "Raleway";
}

body#olympiad-report{
    background: url(../images/BLUE_BG.jpg) repeat;
}

body.modal-open{
    overflow: auto;
    padding-right: 0!important;
}
body.oly-report.modal-open{
    overflow: hidden;
}
body.login-modal-open.modal-open {
    position: fixed;
    width: 100%;
    height: 100%;
}
body.login-modal-open.modal-open .inner-div {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}
body.login-modal-open.modal-open  .container.olympiad {
    transform: translate3d(0, 0, 0px);
}

.all-fields-required {
    font-size: 20px;
    color: red;
}

@font-face {font-family: "Museo Sans W01 Rounded 300";
    src: url("../styles/fonts/museo-sans-rounded/1b4cd06b44538d529084b3599f708643.eot"); /* IE9*/
    src: url("../styles/fonts/museo-sans-rounded/1b4cd06b44538d529084b3599f708643.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../styles/fonts/museo-sans-rounded/1b4cd06b44538d529084b3599f708643.woff2") format("woff2"), /* chrome?firefox */
    url("../styles/fonts/museo-sans-rounded/1b4cd06b44538d529084b3599f708643.woff") format("woff"), /* chrome?firefox */
    url("../styles/fonts/museo-sans-rounded/1b4cd06b44538d529084b3599f708643.ttf") format("truetype"), /* chrome?firefox?opera?Safari, Android, iOS 4.2+*/
    url("../styles/fonts/museo-sans-rounded/1b4cd06b44538d529084b3599f708643.svg#Museo Sans W01 Rounded 300") format("svg"); /* iOS 4.1- */
}

@font-face {font-family: "Museo Sans W01 Rounded 700";
    src: url("../styles/fonts/museo-sans-rounded/7438bbf176f4cce037dbe179c0e5aece.eot"); /* IE9*/
    src: url("../styles/fonts/museo-sans-rounded/7438bbf176f4cce037dbe179c0e5aece.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../styles/fonts/museo-sans-rounded/7438bbf176f4cce037dbe179c0e5aece.woff2") format("woff2"), /* chrome?firefox */
    url("../styles/fonts/museo-sans-rounded/7438bbf176f4cce037dbe179c0e5aece.woff") format("woff"), /* chrome?firefox */
    url("../styles/fonts/museo-sans-rounded/7438bbf176f4cce037dbe179c0e5aece.ttf") format("truetype"), /* chrome?firefox?opera?Safari, Android, iOS 4.2+*/
    url("../styles/fonts/museo-sans-rounded/7438bbf176f4cce037dbe179c0e5aece.otf") format("truetype"), /* chrome?firefox?opera?Safari, Android, iOS 4.2+*/
    url("../styles/fonts/museo-sans-rounded/7438bbf176f4cce037dbe179c0e5aece.svg#Museo Sans W01 Rounded 700") format("svg"); /* iOS 4.1- */
}

.olympiad {
    width: 100%;
    margin: 0;
}

.olympiad_closed {
    font-size: 17px;
    padding: 20px;
}

.form_table {
    margin: 0 50px 20px 50px;
}

.form_table td:first-child{
    width: auto;
}

.oly-login-table {
    background-color: white;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    /*min-width: 600px;*/
}

.td-logo {
    width: 100% ;
    padding: 10px 0px 0px 0px;
}

.div-logo {
    /*        background: url( "../images/oly_logo.png" ) no-repeat center;
background: url( "../images/Oly_Competition.jpg" ) no-repeat center; */
    margin: auto;
    width : 470px ;
}

.td-learn-more {
    text-align: right;
    padding-right: 15px;
}

.td-tag-line {
    /*    	padding: 10px;
            padding-top: 10px;
            padding-bottom: 10px; */
}

.div-tag-line {
    font-size: large;
    text-align: center;
    color: rgb(23,152,211);
}

.div-tag-notes {
    text-align: center;
}

.td-header {
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top;
}

.td-left {
    /*        padding-right: 30px; */
    vertical-align: top;
}

.td-right {
    /*        padding-left: 10px; */
    vertical-align: top;
}

.td-split {
    border-right-style: solid;
    border-right-width: 3px;
}

.td-hidden {
    visibility: hidden !important;
}

.choise-header {
    display: block;
    color: rgb(23,152,211);
    padding: 15px 0;
    font: 19px "Open Sans",sans-serif;
    margin: 0;
}

.form-group .reg-type{
    width: 238px;
    vertical-align: top;
    display: inline-block;
}

label.payment-type {
    cursor: pointer;
}

.form-block .reg-type label:hover,
.form-block .reg-type label.active{
    background: #80bd00;
    border: 1px solid #80bd00;
    color: #fff;
}

.form-block .reg-type label.free{
    background: #fff;
    border: 1px solid #dea90b;
    padding: 21px 25px 21px 56px;
    margin-left: 4px;
    color: #dea90b;
}

.form-block .reg-type label.free.active,
.form-block .reg-type label.free:hover{
    background: #dea90b;
    border: 1px solid #dea90b;
    color: #fff;

}

.reg-type label .fa{
    font-size: 20px;
    position: absolute;
    left: 21px;
    top: 50%;
    margin-top: -10px;
}

label.payment-type input,
.form-group.report label input{
    width: auto;
    opacity: 0;
    position: absolute;
    left: 20px;

}

/*.reg-type-details{*/
/*width: 100%;*/
/*}*/

.reg-type-details.free{
    margin-left: 4px
}

.reg-type-details li{
    color: #7e7f80;
    padding: 3px 0 3px 46px;
}

.reg-type-details li span{
    color: #80bd00;
    float: left;
    margin-left: -28px;
    font-size: 18px;
}

.reg-type-details.free li span{
    color: #dea90b;
}

.reg-type-details li a{
    border: 2px dotted #80bd00;
    color: #80bd00;
    display: inline-block;
    padding: 4px 0 4px 46px;
    margin-top: 5px;
    background: url(../images/report-icon.png) 9px center no-repeat;
}

/*.form-group.report label{*/
    /*color: #3994b8;*/
    /*font: 16px/20px "Open Sans",sans-serif;*/
    /*cursor: pointer;*/
/*}*/

.form-group.report label:before,
.form-group.report label::before{
    content: "\f046";
    font-family: "FontAwesome";
    font-size: 17px;
    margin-right: 6px;
}

.form-group.report label.report-unchecked:before,
.form-group.report label.report-unchecked::before{
    content: '\f096';
}

.btn-primary[disabled],
.btn-primary.btn-login,
.btn-primary.btn-register,
.btn-primary.btn-update-oly-parent-country,
.btn-primary.btn-pay{
    background-color: #3b95b8;
    border-color: #338eb1;
    padding: 10px 25px;
    font: 16px/20px "Open Sans",sans-serif;
    text-transform: uppercase;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
    background: #C5C5C5;
    border-color: #C5C5C5;
    opacity: 0.5;
}

.btn-primary.btn-login:hover, .btn-primary.btn-login:focus,
.btn-primary.btn-update-oly-parent-country:hover, .btn-primary.btn-update-oly-parent-country:focus,
.btn-register:hover, .btn-register:focus,
.btn-pay:hover, .btn-pay:focus{
    color: #fff;
    background-color: #31809e;
    border-color: #24637b;
}

/*.tr-add-student a{*/
    /*cursor: pointer;*/
    /*padding: 10px 25px;*/
    /*display: block;*/
    /*text-align: center;*/
    /*border: 1px dotted lightskyblue;*/
    /*margin: 0 -10px;*/
    /*color: #3994b8;*/
    /*font: 16px/20px "Open Sans",sans-serif;*/
/*}*/

.footer-area.green{
    background: #80bd00;
    padding: 35px 0;
    font-size: 16px;
    color: #fff;
    margin: 25px 0 20px;
    box-shadow: 0 2px 3px #8c8c8c;
    font-family: "Open Sans";
    letter-spacing: 1px;
}

.footer-area.green a{
    color: #fff;
    text-decoration: underline;
    margin-left: 6px;
}

.tr-add-student a span{
    margin-right: 12px;
}

.td-lable {
    width: 20ex !important ;
    padding-left: 10px !important;
    white-space: nowrap;
}

.td-input {
    padding-right: 10px !important;
}

select {
    height: 3.5ex !important ;
}

/*input {*/
    /*width: 20ex !important ;*/
/*}*/

/*.email input {*/
    /*width: 30ex !important ;*/
/*}*/

/*.zip input {*/
    /*width: 12ex !important ;*/
/*}*/

.hr-student {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.div-ajax {
    display: none !important ;
}

.table-student {}


.tr-reg-top, .tr-reg-middle, .tr-reg-bottom {
    border-width: 1px;
    border-style: solid;
    /*border-color: #428bca ;*/
    border-color: lightskyblue ;
}

.tr-reg-top {
    border-bottom-style: none;
    border-top-left-radius: 10px ;
    border-top-right-radius: 10px ;
}

.tr-reg-middle {
    border-top-style: none;
    border-bottom-style: none;
}

.tr-reg-bottom {
    border-top-style: none;
    border-bottom-left-radius: 10px ;
    border-bottom-right-radius: 10px ;
}


.hr-add-student {}
.tr-add-student {}
.tr-del-student {}

.btn-add-student {
    width: 100%;
}

.btn-del-student {
    width: 100%;
}

.btn-reg-in {
    width: 100%;
}

.td-footer {
    text-align: center;
    /*        padding-top: 25px; */
}

.div-footer {
    background: url("../images/oly/oly_footer.png") no-repeat center;
    height : 100px ;
}

/*.btn-login, .btn-register, .btn-reg-in, .btn-update-oly-parent-country {*/
    /*width: 100% !important ;*/
/*}*/

.req-blank {
    /*        border-color: red ;
            border-width: thin;
    */
}

.gender.form-group select:disabled {
    background-color: rgb(235, 235, 228);
    color: rgb(84,84,84);
}

.req-non-blank {
    border-color: inherit ;
}

.optional-student-mark {
    /*display: none !important ;*/
    margin-top: 10px !important;
}

#oly_reg_alert_wrap{
    /*margin: 15px 30px;*/
    max-width: 740px;
    margin: 10px auto -15px;
    width: 100%;
}

.alert-danger {
    background: url("../images/popover-warning-icon.png") 8px 9px no-repeat #FFE6DE;
    border: 1px solid #FFB096;
    color: #959595;
    padding: 8px 14px 8px 30px;
    box-shadow: none;
    border-radius: 0;
    font-weight: normal;
    font-size: 12px;
}

.form-block .alert-info{
    margin: 4px 0;
}

.form-block .alert-info.known-parent{
    margin-top: 20px;
    text-align: center;
    padding: 10px 100px;
}

.container.olympiad{
    display: table;
    padding: 0;
    background: #fff;
}

.oly-login-wrapper{
    background: #fff;
    margin: 15px auto;
    max-width: 1024px;
    box-shadow: inset 0 3px 6px -2px #6d6b6b;
    padding-top: 15px;
}

.oly-login-wrapper.share-results{
    max-width: 768px;
}

.logo-area{
    padding: 0 45px 0;
    text-align: center;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

.logo{
    float: left;
    margin-bottom: 20px;
}

.logo a{
    display: inline-block;
}

.logo-area .logo-text span{
    font: 41px/45px "Museo Sans W01 Rounded 300";
    color: #fff;
    display: block;
    text-align: left;
}

.logo-area .logo-text span.date-int{
    font: 64px "Museo Sans W01 Rounded 700";
    color: #fff;
}

.logo-area .logo-text{
    display: inline-block;
    margin-top: 8%;
}

.learn-more-block{
    color: #fff;
    font: 18px/22px "Open Sans",sans-serif;
    padding: 13px 25px;
    background: #80bd00;
    position: absolute;
    top: 0;
    right: 0;
}

.learn-more-block a{
    color: #fff;
    margin-left: 6px;
    font-size: 17px;
}

.forms-wrap{
    margin: 0 30px;
}

.forms-wrap h2{
    margin: 0;
    color: #1797d3;
    font: 32px/36px "Open Sans",sans-serif;
    padding: 15px 0;
}

.forms-wrap .login-page-text,
.forms-wrap .payment-page-text {
    margin-bottom:15px;
}

.form-block{
    min-height: 436px;
}
#form_register.form-block{
    min-height: 300px;
}

.one-block{
    background: #fff;
    padding: 0 15px;
    margin: 10px -15px;
}

.one-block h2{
    padding-top: 0;
}

.clear{
    clear: both;
}

.form-block label{
    white-space: nowrap;
    font-weight: normal;
}

.form-group.req-fields{
    margin-top: 12px;
}

.form-group.req-fields label{
    margin-bottom: 0;
}

.footer-area.green{
    background: #80bd00;
    padding: 35px 0;
    font-size: 16px;
    color: #fff;
    margin: 25px 0 20px;
    box-shadow: 0 2px 3px #8c8c8c;
    font-family: "Open Sans";
    letter-spacing: 1px;
}

.footer-area.green a{
    color: #fff;
    text-decoration: underline;
    margin-left: 6px;
}

.tr-add-student a span{
    margin-right: 6px;
    font-size: 13px;
    line-height: 14px;
}

.mobile-text{
    display: none;
    margin-top: 10px;
}

.fl-right{
    float: right;
}

.reg-country-select {
    width: 100%;
}

.form-group .reg-type{
    width: 238px;
    vertical-align: top;
    display: inline-block;
}

.form-block .reg-type label{
    padding: 20px;
    background: #fff;
    border: 1px solid #80bd00;
    color: #80bd00;
    white-space: normal;
    position: relative;
    font: 18px/20px "Open Sans",sans-serif;

    width: 100%;
    border-radius: 4px;
    text-align: center;
}

.form-block .reg-type label:hover,
.form-block .reg-type label.active{
    background: #80bd00;
    border: 1px solid #80bd00;
    color: #fff;
}

.form-block .reg-type label.free{
    padding: 20px;
    background: #fff;
    border: 1px solid #3faedc;
    margin-left: 0px;
    color: #3faedc;
}

.form-block .reg-type label.free.active,
.form-block .reg-type label.free:hover{
    background: #3faedc;
    border: 1px solid #3faedc;
    color: #fff;
}

.reg-type label .fa{
    font-size: 20px;
    position: relative;
    left: 0px;
    top: 1px;
    margin-top: -10px;
    padding-right: 5px;
}

.reg-type label input,
.form-group.report label input{
    width: auto;
    opacity: 0;
    position: absolute;
    left: 20px;
}

.form-group.report label:before,
.form-group.report label::before{
    content: '\f046';
    font-family: "FontAwesome";
    font-size: 17px;
    margin-right: 6px;
    width: 16px;
    display: inline-block;
}

.form-group.report label.report-unchecked:before,
.form-group.report label.report-unchecked::before{
    content: '\f096';
}

.reg-type-details.free{
    margin-left: 4px
}

.reg-type-details li{
    color: #7e7f80;
    padding: 3px 0 3px 46px;
}

.reg-type-details li span{
    color: #80bd00;
    float: left;
    margin-left: -28px;
    font-size: 18px;
}

.reg-type-details.free li span{
    color: #3faedc;
}

.reg-type-details li a{
    border: none;
    color: #80bd00;
    display: inline-block;
    padding: 15px 15px 15px 50px;
    margin-top: 5px;
    background: url(../images/report-icon.png) #e3edd2 10px center no-repeat;
    width: 100%;
}

#form_login select[disabled] {
    background: #ebebe4;
    border: 1px solid #bbbbbb;
}

.table-wrap{
    margin-bottom: 25px;
    padding-bottom: 25px;
}

table {
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
}

table tr {
    padding: 5px;
}

table th, table td {
    padding: 5px 10px;
    text-align: right;
}

table tr th{
    font-weight: 600;
}

table tfoot tr td{
    padding: 0 12px;
    font-weight: 600;
}

table tfoot label.active:before{
    content: '\f00c';
    color: #333;
    font: 15px/17px "FontAwesome";
    display: inline-block;
    float: left;
    margin-left: -21px;
}

table tfoot label.btn-blue.active:before{
    color: #fff;
}

.registration-top-text p{
    line-height: 28px;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 19px;
}

.registration-dot-border{
    border: 2px dotted #80bd00;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
}
.registration-dot-border p{
    font-size: 17px;
    font-style: italic;
    margin-bottom: 0;
}
.registration-dot-border p a{
    color: #80bd00;
    text-decoration: underline;
    white-space: nowrap;
}
.registration-dot-border h3{
    color: #80bd00;
    font-weight: 600;
    font-size: 19px;
}

.reg-paid{
    background: #f1f4e9;
    position: relative;
}
.login-paid, .payment-paid{
    padding-top: 15px;
}
.reg-free{
    background: #edf2f5;
    height: 277px;
    position: relative;
}

.month-select, .year-select{
    width: 100%;
}
#form_login .reg-type label{
    text-align: left;
}
#form_login .reg-type label.paid{
    padding-left: 42px;
}
#form_login .reg-type label span{
    float: left;
    margin-left: -28px;
    margin-top: 1px;
}

#form_login .reg-type label span{
    margin-top: 0;
}

#form_login .reg-type label.free{
    padding: 30px 25px 30px 42px;
}
#form_login .reg-type-details li{
    padding: 3px 0 3px 47px;
}
#form_login .reg-type-details li a{
    padding: 15px 15px 15px 50px;
    background: url(../images/report-icon.png) #e3edd2 13px center no-repeat;
}



/**
*****Olympiad Report
 */
.rsm-logo{
    max-width: 100%;
}
.olympiad-report a.rsmfoundation-url{
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    font-weight: 100;
    letter-spacing: 1px;
    margin: 15px 0;
    display: block;
}
/*.olympiad-report{*/
    /*display: table;*/
    /*width: 100%;*/
    /*margin: 0;*/
    /*padding: 0;*/
/*}*/
.olympiad-report .oly-login-wrapper{
    margin-bottom: 0;
}
.olympiad-report p, .olympiad-report{
    color: #666666;
    line-height: 1.42857143;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.olympiad-report p{
    margin-bottom: 15px;
}
.olympiad-report a {
    color: #2090b1;
    text-decoration: underline;
}
.olympiad-report .logo-area .logo-text span{
    font-size: 26px;
    line-height: 45px;
    text-align: center;
}
.olympiad-report .logo-area .logo-text span.date-int{
    color: #80bd00;
    font-size: 54px;
}

/*.olympiad-report h2{*/
    /*color: #666666;*/
    /*font-size: 28px;*/
/*}*/
/*.olympiad-report .forms-wrap h2.headline{*/
    /*font-weight: 100;*/
/*}*/
/*.olympiad-report .forms-wrap h3.subhead{*/
    /*font-size: 22px;*/
    /*font-weight: 400;*/
    /*margin: 0;*/
/*}*/
/*.olympiad-report .forms-wrap h3.student-title {*/
    /*color: #80bd00;*/
    /*font-size: 20px;*/
    /*font-weight: 700;*/
    /*margin-top: 10px;*/
    /*text-align: center;*/
/*}*/

.img-shadow{
    box-shadow: 0 0 7px -1px #858585;
}

.olympiad-report .social{
    text-align: center;
    display: block;
    padding-left: 0;
}
.olympiad-report .social li{
    list-style: none;
    display: inline-block;
}

.olympiad-report .gray {
    background: #f4f7f8;
    padding-top: 30px;
    padding-bottom: 30px;
}
.olympiad-report .charts-text {
    height: 170px;
}
.olympiad-report .charts {
    height: 320px;
}
.olympiad-report .quadrangle-gray {
    width: 210px;
    height: 210px;
    background: #e8e8e8;
    color: #666;
    float: right;
    position: relative;
    margin-right: 50px;
}
.olympiad-report .quadrangle-gray .percent {
    position: absolute;
    right: 25px;
    top: 30px;
    font-size: 38px;
}
.olympiad-report .quadrangle-gray .percent span {
    font-size: 24px;
    vertical-align: top;
}
.olympiad-report .quadrangle-gray .year {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 22px;
}
.olympiad-report .quadrangle-green {
    width: 210px;
    height: 210px;
    background: #80bd00;
    color: #fff;
    position: absolute;
    right: 200px;
    top: 50px;
}
.olympiad-report .quadrangle-green .percent {
    position: absolute;
    top: 60px;
    font-size: 50px;
    width: 100%;
    text-align: center;
}
.olympiad-report .quadrangle-green .percent span {
    font-size: 28px;
    vertical-align: top;
    position: absolute;
    line-height: 40px;
}
.olympiad-report .quadrangle-green .year {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 22px;
}

.olympiad-report .charts-dashed-table{
    height: 250px;
    border-bottom: 1px dashed #ccc;
}
.olympiad-report .charts-dashed-table td{
    border-left: 1px dashed #d9d9d9;
}

.olympiad-report .charts-table{
    height: 250px;
    position: absolute;
    top: 0;
    left: 0
}
.olympiad-report .charts-table td{
    padding: 0 30px 0 15px;
    position: relative;
}
.olympiad-report .charts-table td div{
    background: #a1a1a1;
    color: #fff;
    height: 45px;
    width: 60%;
    font-size: 22px;
    line-height: 45px;
    white-space: nowrap;
    overflow: hidden;
    z-index: 2;
    position: relative;
    padding-left: 10px;
    text-align: left;
}
.olympiad-report .charts-num-gray {
    font-weight: 600;
    font-size: 18px;
    color: #666;
    line-height: 34px;
}
.olympiad-report .charts-bottom-text {
    color: #aaa;
    font-weight: 600;
    font-size: 16px;
    line-height: 34px;
}
.olympiad-report .charts-num-gray {
    font-weight: 600;
    font-size: 18px;
    color: #666;
    line-height: 34px;
}
.olympiad-report .charts-num-green {
    font-weight: 600;
    font-size: 18px;
    color: #80bd00;
    line-height: 34px;
}
.olympiad-report .charts-num-green {
    font-weight: 600;
    font-size: 18px;
    color: #80bd00;
    line-height: 34px;
}
.olympiad-report .forms-wrap .color-green {
    color: #80bd00;
}
.olympiad-report .skill {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    line-height: 22px;
    margin-bottom: 10px;
}

.olympiad-report table.none-border th, .olympiad-report table.none-border td {
    text-align: center;
}
.olympiad-report .none-border.table>tbody>tr>td, .olympiad-report .none-border.table>thead>tr>th{
    border: none;
}

.olympiad-report .blue{
    background: #ea4019;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.olympiad-report .blue p{
    color: #fff;
}
.olympiad-report .headline {
    font-size: 30px;
    font-weight: 100;
}

.olympiad-report hr {
    border-style: dashed;
}

table.fraction {
    width: auto;
    display: inline-table;
    border-collapse: collapse;
    vertical-align: middle;
    margin-left: 2px;
    margin-right: 2px;
    border: 1px solid transparent !important;
}
table.fraction .container, .overbar .container {
    width: auto;
}
td.fraction-top {
    border: 0 !important;
    border-bottom: 1px solid !important;
    padding: 1px 4px 0 4px !important;
    vertical-align: bottom;
    text-align: center;
    white-space: nowrap;
}
td.fraction-bottom {
    border: 0 !important;
    padding: 0 4px 0 4px !important;
    vertical-align: top;
    text-align: center;
    white-space: nowrap;
}
div.overbar {
    display: inline-block;
    border: 1px solid transparent !important;
}
div.overbar-body {
    padding: 0 3px 1px 3px;
    border: 0 !important;
    border-top: 1px solid black !important;
    margin-top: 1px;
    line-height: 1;
}
.question-img{
    max-height: 260px;
    display: inline-block;
}

.solution-img {
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
}

.footer-area .form-group ul li img{
    width: 32px;
}

.footer-area .form-group ul li:first-child img{
    width: 215px;
}

#performance_report_carousel{
    display: none;
    clear: both;
    box-shadow: none;
    height: auto;
    padding-bottom: 25px;
}

#performance_report_carousel .carousel-inner .item{
    padding: 0 15px;
    cursor: default;
    min-height: 344px;
}

#performance_report_carousel table{
    margin: 0;
}

#performance_report_carousel .carousel-inner .item label{
    cursor: pointer;
    margin: 0;
}

.carousel-indicators{
    margin-bottom: -15px;
}

#performance_report_carousel .carousel-indicators{
    margin-bottom: 0;
}

.carousel-indicators li{
    border: none;
    background: #ededed;
}

.carousel-indicators li.active{
    width: 10px;
    height: 10px;
    margin: 1px;
    border: none;
    background: #bababa;
}

#performance_report_carousel table th div{
    max-height: 79px;
}

#login_dialog .form-group label img{
    width: 42px;
}

/* start styling for contest is over page */

.olympiad .navbar-nav{
    float: right;
}

.contest-is-over .top-img-text h1{
    font: normal 30px/34px "Raleway";
    padding-top: 30px;
}

.contest-is-over .oly-reg-top-img span.challenge-starts-date{
    font: bold 46px/50px "Raleway";
    max-width: 320px;
    padding-top: 10px;
    height: 320px;
    display: table-cell;
    vertical-align: middle;
}

.contest-is-over #registration{
    background: none;
}

#registration h6{
    font: normal 26px/30px "Raleway";
    text-transform: inherit;
    color: #e52430;
    margin: 0 0 15px;
}

.contest-is-over >.open-on-mobile.top-img-text{
    display: none!important;
}

.olympiad-button-loader {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 9px;
    width: 20px;
    height: 20px;
}

.olympiad-button-loader.loading {
    background: url("../images/grade-button-loader.gif") center center no-repeat;
}

.participant-block .btn.oly-disabled,
.participant-block .btn.oly-disabled:focus{
    background: #C5C5C5;
    opacity: 0.5;
    box-shadow: none;
    cursor: default;
    pointer-events: none;
}

/* end styling for contest is over */

@media (max-width: 1023px){
    .oly-login-wrapper,
    .logo-area{
        width: 100%;
    }

    .logo-area{
        padding: 0 3% 0;
    }

    .logo a{
        width: 92%;
    }

    .logo a img{
        width: 100%;
    }

    .logo-area .logo-text{
        margin-top: 9%;
    }

    .logo-area .logo-text span{
        font: 3.9vw/1.5em "Museo Sans W01 Rounded 300";
    }

    .logo-area .logo-text span.date-int{
        font: 6vw "Museo Sans W01 Rounded 700";
    }

    .contest-is-over .oly-reg-top-img span.challenge-starts-date{
        height: 280px;
    }

    .forms-wrap{
        margin: 0 15px;
    }

    .forms-wrap{
        margin: 0 15px;
    }

    .container.olympiad{
        padding: 0;
    }

    #form_register > div{
        margin-left: 0;
    }

    .form-group .reg-type{
        width: 49%;
    }
    .form-block .reg-type label{
        font-size: 16px;
    }

    .reg-type-details li a{
        padding-right: 12px;
    }

    .reg-type-details.free{
        margin-left: 0;
    }

    .olympiad-report .gray, .olympiad-report .blue{
        margin: 0;
    }
    .olympiad-report .gray>div, .olympiad-report .blue>div{
        padding: 0;
    }

    .footer-area p{
        font-size: 14px;
    }
}


@media (max-width: 991px){
    .olympiad-report .quadrangle-gray, .olympiad-report .quadrangle-green{
        width: 180px;
        height: 180px;
    }
    .olympiad-report .quadrangle-gray{
        margin-right: 10px;
    }
    .olympiad-report .quadrangle-green{
        right: 130px;
    }
    .olympiad-report .quadrangle-green .percent{
        top: 45px;
    }
    .olympiad-report .charts{
        text-align: center;
    }
    .olympiad-report .charts-box{
        display: inline-block;
        margin-right: -110px;
        width: auto;
        float: inherit;
    }
}

@media (max-width: 912px) {
    #form_login .reg-type label.free{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px){

    .forms-wrap {
        width: auto;
        margin: 0 auto;
    }

    .olympiad-report .forms-wrap {
        overflow: hidden;
    }

    .form-block {
        min-height: 170px;
        margin-bottom: 20px;
    }

    .one-block{
        margin: 10px 0;
    }

    .mobile-text{
        display: block;
    }

    #form_login > div{
        margin-left: 0;
    }

    .form-group .reg-type {
        width: 49%;
    }

    .forms-wrap h2{
        font-size: 28px;
        line-height: 32px;
    }

    .forms-wrap p{
        font-size: 15px;
        line-height: 19px;
    }

    .form-block .reg-type label, .form-block .reg-type label.free{
        padding: 15px;
    }
    .registration-dot-border h3{
        font-size: 20px;
        margin: 0px;
    }
    .reg-free, .reg-paid{
        height: auto;
    }
    .reg-free{
        margin-bottom: 20px;
    }

    table.responsive {
        border: 0
    }

    table.responsive thead {
        display: none;
    }

    table.responsive tr {
        margin-bottom: 10px;
        display: block;
        border: 1px solid #d4e6ec;
        border-bottom: 2px solid #d4e6ec;
    }

    .olympiad-report table.responsive tr {
        margin-bottom: 0px;
        display: table-row;
        border: none;
    }

    table.responsive td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #b2cbd4;
    }

    .olympiad-report table.responsive td {
        display: table-cell;
        border: none;
        border-left: 1px dashed #d9d9d9;;
    }

    table.responsive td:last-child {
        border-bottom: 0;
    }

    table.responsive td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }

    table.responsive tr td.text-center,
    table.responsive tr td.text-left{
        text-align: right;
    }

    .form-block .alert-info{
        margin: 4px 0;
    }

    #form_login .reg-type label.free {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .olympiad-report .charts, .olympiad-report .charts-text{
        height: auto;
    }

    #performance_report_carousel {
        display: block;
    }
}

@media (max-width: 736px){

    .col-xs-6{
        width: 100%;
    }

    .forms-wrap h2{
        font-size: 28px;
        line-height: 32px;
    }

    .forms-wrap p{
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 20px;
    }

    #form_login .reg-type label.free {
        padding-top: 25px;
        padding-bottom: 25px;
    }

}

@media (max-width: 640px) {
    .logo-area .logo-text {
        margin-top: 16%;
    }

    .oly-login-wrapper{
        padding-top: 1px;
    }
    .oly-login-wrapper.share-results{
        padding-top: 15px;
    }

    .forms-wrap p{
        margin-bottom: 22px;
        font-size: 16px;
    }

    .forms-wrap{
        width: auto;
    }

    .forms-wrap > .col-xs-5,
    .forms-wrap > .col-xs-7{
        width: 100%;
    }

    .one-block{
        margin: 10px 0;
    }

    .form-block .form-group .reg-type,
    .form-block .form-group .reg-type-details{
        margin-right: 0;
    }

    .logo img{
        width: 100%;
    }

    #form_register > div{
        margin-left: 0;
    }
}

@media (max-width: 568px) {
    .logo {
        width: 40%;
        text-align: left;
        margin-left: -9px;
    }

    .logo-area .logo-text {
        margin-top: 15%;
    }
}

@media (max-width: 567px) {
    .logo-area .logo-text {
        margin-top: 20%;
    }
    .olympiad-report .logo-area .logo-text span{
        line-height: 35px;
        font-size: 21px;
    }
    .olympiad-report .logo-area .logo-text span.date-int{
        font-size: 42px;
    }
}

@media (max-width: 440px) {
    .col-xs-5,.col-xs-7,
    .col-xs-4,.footer-area img,
    .form-block .form-group .reg-type{
        width: 100%;
    }

    .col-xs-offset-5{
        margin-left: 0;
    }

    .form-group select{
        width: 100%;
    }

    #form_register .btn-default {
        margin-bottom: 10px;
    }

    .footer-area{
        padding: 0 25px;
    }

    .form-block .form-group .reg-type-details{
        margin-bottom: 8px;
    }

    .logo{
        float: none;
        width: 40%;
        margin: 0 auto;
        margin-bottom: 13px;
    }

    .logo-area .logo-text {
        margin-top: 0;
        margin-bottom: 56px;
    }
    .olympiad-report .logo-area .logo-text {
        margin-bottom: 0;
    }

    .logo-area .logo-text span{
        font-size: 6.4vw;
    }

    .logo-area .logo-text span.date-int{
        font-size: 8.8vw;
    }

    .learn-more-block{
        top: 90%;
        font-size: 16px;
    }

    .footer-area{
        padding: 0 25px;
    }

    #form_login .reg-type label.free {
        padding-top: 20px;
        padding-bottom: 20px;
    }


    .form-block .reg-type label{
        font-size: 14px;
    }
    .reg-type label .fa{
        font-size: 18px;
    }

}

@media (max-width: 360px) {
    .logo{
        width: 60%;
    }

    .logo-area .logo-text {
        margin-bottom: 40px;
    }
    .olympiad-report .logo-area .logo-text {
        margin-bottom: 0px;
    }

    .learn-more-block{
        top: 88%;
    }

    .reg-type-details li span{
        margin-left: -28px;
    }
    .reg-type-details li a{
        padding: 15px 15px 15px 46px;
        background: url(../images/report-icon.png) #e3edd2 10px center no-repeat;
    }
}

.participant-report {
    display: inline-block;
}

.skip-payment-button,.skip-payment-button:hover,
.skip-payment-button:focus{
    float:right;
    text-decoration:underline;
    color: #e52430;
    margin-bottom: 10px;
}

@media print {
    .print-xs-6{
        width: 50%;
        float: left;
    }
    .print-xs-4{
        width: 33.33333333%;
        float: left;
    }
    .print-xs-8{
        width: 66.66666667%;
        float: left;
    }
    .olympiad-report .social{
        display: none;
    }
    a:after{
        content:" (" attr(href) ") ";
        font-size:0em;
        font-weight:normal;
    }
}

/*  new oly register page styling */

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus{
    background: #fff;
    color: #000;
}

.navbar-default .navbar-nav>li>a{
    padding: 9px 25px;
    color: #000;
    border-right: 2px solid #000;
    font-size: 15px;
    font-weight: bold;
    /* font-family: "Raleway"; */
    letter-spacing: 2px;
}

.dashboard #navigation_menu .navbar-nav>li:first-child>a{
    padding-left: 0;
}

.navbar-brand{
    background: url("../images/oly/2025/oly-logo.svg") center center no-repeat;
    width: 190px;
    height: 48px;
    background-size: 100%;
}

.navbar-brand-rmo{
    background: url("../images/oly/2025/oly-logo-rmo.svg") center center no-repeat;
}

.navbar-default{
    margin: 0;
    padding: 16px 25px;
    background: #fff;
    border: none;
    border-bottom: 1px solid #e8e8e8;
}

.navbar-nav{
    margin: 5px 0 0 24px;
}

.navbar-default .navbar-nav>li>a.btn-default,
.navbar-default .navbar-nav>li:last-child>a{
    border-right: none;
}

.navbar-default.navbar-fixed-top{
    max-width: 1024px;
    left: 50%;
    margin-left: -512px;
    min-height: 80px;
}

.oly-reg-top-img{
    background: url("../images/oly/oly-register-top-img.png") center 0 no-repeat;
    width: 100%;
    height: 404px;
    display: block;
    position: relative;
    padding: 40px 0 0 90px;
}

.oly-reg-top-img.final-round {
    background: url("../images/oly/oly-register-second-tour-img.png") center 0 no-repeat;
}

.container.olympiad{
    max-width: 1024px;
    margin: 0 auto;
    width: 100%;
    padding-top: 80px;
}

.top-img-text h1{
    color: #005e81;
    font: bold 36px "Raleway";
    padding-bottom: 10px;
    text-align: left;
    margin: 0;
}

.top-img-text{
    max-width: 450px;
}

.top-img-text .days{
    color: #e42430;
    display: inline-block;
    padding: 0 15px;
    border-left: 2px solid black;
    border-right: 2px solid black;
    font: bold 37px/40px "Raleway";
}

.top-img-text .days span{
    font-size: 58px;
    padding-right: 4px;
}

#challenge_start, a.red-link{
    color: #e42430;
    padding: 15px 0;
    font-size: 17px;
    display: block;
}

.top-img-text > div{
    text-align: center;
    padding-left: 0px;
    max-width: 250px;
}

.btn-default,.btn-default:focus,.btn-default:hover,
.navbar-default .navbar-nav li>a.btn-default,
.navbar-default .navbar-nav>li>a.btn-default:hover,
.navbar-default .navbar-nav>li>a.btn-default:focus,
.btn-default:active, .btn-default.active{
    font-weight: bold;
    background: #f4ca14;
    padding: 8px 20px;
    border-radius: 25px;
    line-height: 20px;
    display: inline-block;
    letter-spacing: 2px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
}

.btn-login {
    padding: 11px 24px!important;
}

.navbar-nav.navbar-right{
    margin-top: 3px;
}

.registration-block,#about,
.olympiad section{
    padding: 54px 64px;
}

#registration{
    background: url(../images/oly/oly-landing-dec.png) 0 -65px no-repeat;
    position: relative;
}

#simple-problems{
    background: url(../images/oly/oly-problems-dec.png) right 66px no-repeat;
    position: relative;
}

#about,#start-test,#participants_list{
    position: relative;
}

#instractions{
    background: url(../images/oly/oly-instr-dec.png) right 66px no-repeat;
    position: relative;
}

#about>div,#registration>div,
#faq>div,#start-test>div,.dashboard #practice-problems>div,
.dashboard .footer-area,#instractions>div{
    position: relative;
    z-index: 2;
}

.dashboard #start-test>div{
    z-index: 4;
}

#about:before,
#registration:after,#faq:before,
#start-test:before,.dashboard #start-test:after,
#instractions:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 263px;
    left: 0;
    background: url(../images/oly/oly-about-dec.png) 0 0 no-repeat;
    z-index: 1;
}

#faq:before{
    background: url(../images/oly/oly-faq-dec.png) 3px 0 no-repeat;
    width: 271px;
    height: 100%;
    right: 0;
    left: inherit;
}

.dashboard #start-test:after{
    background: url(../images/oly/oly-practice-dec.png) 0 0 no-repeat;
    width: 100%;
    bottom: -1110px;
    top: inherit;
    height: 1110px;
    left: 0;
}

#registration:after{
    background: url(../images/oly/oly-reg-dec2.png) 0 0 no-repeat;
    width: 247px;
    height: 289px;
    bottom: 0;
    top: inherit;
}

.dashboard #start-test:before{
    background: url(../images/oly/oly-start-test-dec-bottom.png) 0 0 no-repeat;
    bottom: 0;
    top: inherit;
    left: 0;
    width: 650px;
    height: 272px;
    z-index: 3;
}

#instractions:before{
    background: url(../images/oly/oly-instr-dec-bottom.png) 0 0 no-repeat;
    width: 534px;
    right: 0;
    left: inherit;
    height: 424px;
    bottom: -424px;
    top: inherit;
}

.olympiad section.grey{
    background: #ededed;
}

.registration-block .text-with-img img,
#start-test .text-with-img img{
    padding: 28px 0 15px;
    width: 268px;
}

h2, #faq h2 {
    color: #e42430;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    line-height: 32px;
    padding-bottom: 24px;
}

p{
    font: 16px "Lusitana";
    margin-bottom: 20px;
}

.text-with-img .red-link,
.payment .red-link{
    font-size: 14px;
    max-width: 145px;
    margin: 0 auto;
}

.registration-block table{
    max-width: 740px;
    margin: 50px auto 35px;
}

table.blue-table td, table.blue-table th{
    text-align: center;
}

table.blue-table thead{
    border: 2px solid #005e81;
}

table.blue-table th{
    background: #0295ce;
    color: #fff;
    /*font: 300 34px "Open Sans", sans-serif;*/
    padding: 0;
}

table.blue-table th div{
    margin: 8px 0 8px;
    border-right: 2px solid #dff2f9;
    padding: 0 30px 0;
    font: 400 18px/21px "Raleway";
    max-height: 100px;
}

table.blue-table th div span{
    font-size: 31px;
    margin-top: 5px;
    display: block;
}

table.blue-table th div span span{
    width: 52px;
    display: inline-block;
    font-size: 12px;
    padding-left: 10px;
    line-height: 14px;
    margin: 0;
    vertical-align: top;
}

table.blue-table th:first-child div{
    padding: 16px 30px;
    min-height: 54px;
}

table.blue-table th:last-child div{
    border: none;
}

table.blue-table tbody {
    border: 2px solid #005e81;
}

table.blue-table tbody td{
    color: #005e81;
    min-height: 28px;
    line-height: 19px;
    border-right: 2px solid #005e81;
    position: relative;
}

table.blue-table tbody tr:first-child td:before,
table.blue-table tbody tr:last-child td:after{
    width: 2px;
    height: 10px;
    position: absolute;
    bottom: 0;
    right: -2px;
    background: #e5f4fa;
    content: '';
}

table.blue-table tbody tr:nth-child(even):last-child td:after{
    background: #fff;
}

table.blue-table tbody tr:first-child td:before{
    top: -2px;
    bottom: inherit;
    border-top: 2px solid #005e81;
    background: #e5f4fa;
}


table.blue-table tbody tr:last-child td:last-child:after,
table.blue-table tbody tr:first-child td:last-child:before{
    display: none;
}

table.blue-table tbody tr:nth-child(odd){
    background: #e5f4fa;
}

table.blue-table tbody tr:nth-child(even){
    background: #fff;
}

table.blue-table td .fa{
    font-size: 20px;
}

table.blue-table tfoot tr td{
    padding: 17px 0;
}

table.blue-table tfoot td .payment-type.btn-default{
    font-size: 14px;
    padding-left: 34px;
    padding-right: 25px;
    letter-spacing: 1px;
}

.btn-default.btn-blue,
.btn-default.btn-blue.active{
    background: #0296cf;
    color: #fff;
}

table .btn-default:hover{
    text-decoration: none;
}

h3{
    color: #005e81;
    font-size: 27px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 24px;
}

.forms-wrap >.row .col-xs-8{
    padding-left: 50px;
}

#form_register .one-block{
    margin: 30px auto;
    max-width: 740px;
    box-shadow: 0 0 39px #e2e2e2;
    border-top: 1px solid #d1e0e5;
}

.one-block > .row{
    position: relative;
    border-top: 10px solid #e5f4fa;
}

.one-block >.row .col-xs-3{
    border-top: 1px solid #b4cfda;
    position: absolute;
    bottom: 0;
    top: -11px;
    box-shadow: 7px 0 19px #eaeaea;
    padding-top: 424px;
}

.one-block> .row .col-xs-9{
    padding: 0 0 15px;
}

.form-group label.performance-report-label.checkbox-sqr{
    color: #005e81;
    display: block;
    margin-bottom: 15px;
    min-height: 25px;
    cursor: pointer;
    position: relative;
}

.one-block .col-xs-9>div{
    padding-top: 25px;
}

form .form-group input,
form .form-group select{
    border: 2px solid #005e81;
    border-radius: 30px;
    font-size: 15px;
    padding: 6px 20px;
    width: 100%;
}

form .form-group select{
    padding-top: 5px;
    min-height: 34px;
}

form .form-group input:focus,
form .form-group select:focus{
    outline: none;
}

#form_register .form-group input:not(.btn):focus,
#form_register .form-group select:focus{
    -webkit-box-shadow: 0 0 6px #0296cf;
    -moz-box-shadow: 0 0 6px #0296cf;
    box-shadow: 0 0 6px #0296cf;
    -webkit-appearance: none;
    border-color: #fff;
}

#form_register .form-group input[type="checkbox"]{
    padding: 0;
}

form .form-group.row{
    margin: 0 0 25px;
}

form .form-group label{
    color: #005e81;
    margin-bottom: 6px;
    min-height: 19px;
    font-weight: normal;
}

#form_register #participants_block{
    margin-top: 75px;
}

.styled-checkbox input + label{
    white-space: normal;
    display: inline-block;
    padding-left: 45px;
    cursor: pointer;
}

.styled-checkbox{
    position: relative;
}

.form-group label.performance-report-label.checkbox-sqr input,
.styled-checkbox input[type="checkbox"]{
    opacity: 0;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
    left: 0;
}

.styled-checkbox input[type="checkbox"]{
    position: absolute;
    top: -4px;
    cursor: pointer;
    z-index: 8;
}

.form-group label.performance-report-label.checkbox-sqr:before,
.form-group label.performance-report-label.checkbox-sqr::before,
.styled-checkbox input + label:before,.styled-checkbox input + label::before{
    width: 25px;
    height: 25px;
    background: #fff;
    border: 2px solid #005e81;
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.form-group label.performance-report-label.checkbox-sqr:after,
.form-group label.performance-report-label.checkbox-sqr::after,
.styled-checkbox input[type="checkbox"]:checked + label:after,
.styled-checkbox input[type="checkbox"]:checked + label::after{
    content: '\f00c';
    font-family: "FontAwesome";
    position: absolute;
    left: 5px;
    top: 4px;
}

.form-group label.performance-report-label.checkbox-sqr.report-unchecked:after,
.form-group label.performance-report-label.checkbox-sqr.report-unchecked::after{
    display: none;
}

.remove-participant-block a{
    cursor: pointer;
    text-decoration: underline;
    color: #005e81;
}

form .btn-default.btn-blue{
    width: 100%;
}

form .form-group input.btn-default,
form .form-group input.btn-default:focus {
    border: none;
    padding: 8px 20px;
    outline: none;

}

form .form-group select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 36px;
}

form .form-group select::-ms-expand {
    display: none;
}

form .form-group .select-wrapper{
    position: relative;
    background: #fff;
    border-radius: 30px;
}

form .form-group .select-wrapper:before{
    font: 18px "FontAwesome";
    content: '\f0dc';
    position: absolute;
    right: 22px;
    top: 50%;
    color: #005e81;
    display: block;
    margin-top: -8px;
    z-index: 1;
}

form .form-group .select-wrapper select {
    position: relative;
    background: transparent;
    z-index: 2;
}

form .form-group input[disabled]:not(.btn),
form .form-group .select-wrapper select[disabled]{
    background: rgb(235, 235, 228);
    z-index: 0;
    opacity: 1;
}

h4{
    font-size: 19px;
    color: #005e81;
}

.one-block .col-xs-3 .account-info {
    padding-bottom: 204px;
    border-bottom: 2px solid #005e81;
    padding-top: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 150px;
    margin-left: -75px;
}

.one-block .col-xs-3 .account-info img{
    width: 120px;
}

.one-block .col-xs-3 .participant-icon img{
    width: 135px;
}

.participant-icon h4{
    margin-top: 30px;
}

.one-block .col-xs-3> .participant-icon{
    position: absolute;
    bottom: 0;
    top: 408px;
    text-align: center;
    left: 0;
    right: 0;
}

.one-block .col-xs-3> .participant-icon img{
    position: absolute;
    top: 50%;
    margin-top: -54px;
    left: 50%;
    margin-left: -66px;
}

#about{
    background: #ededed;
}

#about .row .text-center > img{
    padding-top: 70px;
    width: 158px;
}

.about-points{
    float: left;
    width: 20%;
    margin-top: 20px;
}

.about-points span{
    font-size: 16px;
    color: #005e81;
    max-width: 130px;
    display: inline-block;
    margin: 22px auto 0;
}

h5,.text-link.big{
    font-size: 27px;
    color: #005e81;
    font-weight: bold;
}

#simple-problems h5{
    margin: 20px 0;
}

.icon-flag{
    width: 69px;
    height: 50px;
    display: inline-block;
    margin-right: 15px;
    background: url("../images/oly/icon-flag-yellow.svg") 0 0 no-repeat;
    vertical-align: middle;
    position: relative;
    top: -6px;
}

.new-star{
    background: url("../images/oly/new-icon.png") no-repeat center;
    width: 56px;
    height: 56px;
    color: #000;
    font: bold 14px/56px "Raleway";
    background-size: 100%;
}

.problems-group .new-star{
    position: absolute;
    z-index: 8;
    top: -14px;
    right: -16px;
}

.olympiad .carousel.slide{
    width: 374px;
    height: 338px;
    box-shadow: 0 0 39px #e2e2e2;
    background: #fff;
    margin: 0 auto;
}

.olympiad .carousel-control{
    background: none;
}

.olympiad .carousel-inner{
    height: 100%;
}

.carousel-inner .item{
    border: none;
    height: 100%;
    padding: 18px 40px;
    text-align: center;
}

.carousel-inner .item >span{
    font-size: 18px;
    color: #005e81;
    display: block;
    text-align: left;
    margin-bottom: 40px;
}

.carousel-inner .item >div{
    width: 288px;
    height: 220px;
    position: absolute;
    top: 50%;
    margin-top: -110px;
    left: 50%;
    margin-left: -144px;
}


.carousel-inner .item p{
    text-align: left;
}

#sample_problems_carousel_round1 .carousel-inner .item:first-child p{
    margin: 0 0 8px;
}

#sample_problems_carousel_round2 .carousel-inner .item:first-child p{
    margin: 0 0 10px;
}

#sample_problems_carousel_round1 .carousel-inner .item:nth-child(2) p{
    margin: 30px 0;
}

#sample_problems_carousel_round2 .carousel-inner .item:nth-child(2) p{
    margin: -10px 0 -12px;
}

#sample_problems_carousel_round1 .carousel-inner .item:nth-child(3) p{
    margin-top: 15px;
}

#sample_problems_carousel_round2 .carousel-inner .item:nth-child(3) p{
    margin: -8px 0 -6px;
}

.carousel-control{
    background: none;
    box-shadow: none;
}

.carousel-control .fa{
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    color: #bababa;
    text-shadow: none;
}

.carousel-control .fa.fa-caret-right{
    right: 50%;
    margin-right: -20px;
}

.carousel-control .fa.fa-caret-left{
    left: 50%;
    margin-left: -20px;
}

#faq{
    padding: 24px 120px;
    position: relative;
}

#simple-problems > .text-center{
    padding-top: 28px;
}

a.text-link,a{
    color: #005e81;
}

.footer-area{
    padding: 20px 64px;
    background: #e5f4fa;
}

.footer-area ul li{
    margin: 0 6px;
}

.footer-area ul .scroll-to-register a,
.footer-area ul .scroll-to-register a:hover{
    letter-spacing: 2px;
    padding: 3px 0;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px solid #005e81;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.footer-area ul li:first-child img{
    margin-top: -4px;
}


.footer-area ul li a span{
    font: 15px "Lusitana";
}

.footer-area p{
    margin-bottom: 0;
    font: 15px "Lusitana";
    color: #005e81;
}

#login_dialog .modal-dialog{
    width: 750px;
    margin-top: 80px;
}

#login_dialog .modal-body{
    padding: 0 0 0 298px;
    position: relative;
    min-height: 350px;
}

#login_dialog .left-part{
    position: absolute;
    width: 298px;
    height: 350px;
    left: 0;
    top: 0;
    padding-top: 75px;
}

.modal-content{
    border-radius: 0;
    background-clip: border-box;
    border: none;
}

.error-dialog.in ~ .modal-backdrop.in{
    opacity: 0;
}

.dialog-heading{
    background: #0296cf;
    text-align: center;
    box-shadow: inset 3px 0 5px #028bbf;
    position: relative;
    padding: 16px 0;
}

#second_tour_begin_dialog .dialog-heading {
    background: none;
    box-shadow: none;
}

#second_tour_begin_dialog .close {
    z-index: 1;
    padding: 10px;
    outline: none;
}

#second_tour_begin_dialog .modal-body {
    padding: 20px 30px;
}

.timer-block {
    font-size: 40px;
    color: #0296cf;
}

.remaining-minute {
    display: inline-block;
}

#remaining_minute, #remaining_second {
    display: inline-block;
    width: 20px;
    letter-spacing: 3px;
}

#remaining_second {
    width: 45px;
}

#login_dialog .dialog-heading{
    padding: 0;
}

.dialog-heading button{
    position: absolute;
    font-size: 60px;
    right: 0;
    top: 0;
    padding: 20px;
    line-height: 34px;
}

.dialog-heading h4{
    margin: 0;
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

#login_dialog .dialog-heading h4{
    line-height: 124px;
}

.dialog-heading h4 span{
    font-size: 56px;
    display: block;
}

#login_dialog form{
    padding: 32px;
    box-shadow: inset 3px 0 13px #d8d8d8;
}

/*#login_dialog .form-group{*/
    /*padding: 10px 0;*/
    /*margin: 0;*/
/*}*/

#login_dialog .form-group label{
    text-align: center;
    vertical-align: middle;
    margin-top: -9px;
}

#login_dialog .form-group input.btn-default{
    width: auto;
    /*padding: 15px 60px;*/
}

#login_button{
    margin: 0;
}

.error-dialog .modal-dialog{
    min-width: 214px;
    max-width: 234px;
    margin: auto;
}

.error-dialog .modal-header{
    border-bottom: none;
    text-align: center;
    letter-spacing: 4px;
    padding: 10px 10px 0;

}

.error-dialog .modal-header button,
.error-dialog .modal-header button:focus{
    border: none;
    background: none;
    position: absolute;
    right: 10px;
    font-size: 25px;
    color: #e52430;
    top: 10px;
    outline: none;
}

.error-dialog .modal-body p{
    padding: 0 8px;
    text-align: center;
    margin-bottom: 8px;
}

.error-dialog .modal-header h4{
    color: #e52430;
    font-weight: bold;
    letter-spacing: 2px;
}

.modal-dialog .modal-body{
    padding: 8px;
}

.modal-body .btn.btn-default{
    border: none;
}

#success_registration .modal-body{
    padding: 20px 30px;
}

#success_registration .modal-body p{
    color: #005e82;
    font: 16px "Raleway";
}

#success_registration .modal-dialog{
    width: 360px;
    margin-top: 65px;
    margin-left: auto;
    margin-right: auto;
}

.modal-content{
    border-radius: 0;
    background-clip: border-box;
    border: none;
}

.dialog-heading{
    background: #0296cf;
    text-align: center;
    box-shadow: inset 3px 0 5px #028bbf;
    position: relative;
    padding: 10px 0;
}

.dialog-heading button{
    position: absolute;
    font-size: 60px;
    right: 0;
    top: 0;
    padding: 20px;
    line-height: 34px;
}

.dialog-heading h4 span{
    font-size: 27px;
    display: block;
    line-height: 30px;
}

.modal-body .btn.btn-default{
    border: none;
}

/* stiling for dashboard page */

.dashboard .navbar-default{
    padding: 20px 15px;
}

.dashboard .navbar-nav{
    margin: 0;
}

.dashboard .oly-reg-top-img{
    background: url("../images/oly/2025/dashboard-top-img.png") center center no-repeat;
}

.dashboard .oly-reg-top-img.top-img-second-tour {
    /*background: url("../images/oly/2023/dashboard-top-img-second-tour.png") center center no-repeat;*/

    /*hide in case of IMC first tour*/
    background: url("../images/oly/2025/dashboard-top-img-second-tour-2.png") center center no-repeat;
    background-size: cover;
}

.oly-reg-top-img span.challenge-starts-date {
    color: #e52430;
    font-size: 25px;
    max-width: 300px;
    display: block;
    padding-bottom: 20px;
}

.oly-reg-top-img span.challenge-starts-date.oly-started-label {
    max-width: 345px;
}

.oly-reg-top-img span.challenge-starts-date.contest-is-over-text {
    max-width: 220px;
}

.dashboard .top-img-text{
    position: absolute;
    right: 80px;
    top: 83px;
    max-width: 400px;
}

.dashboard .top-img-text h1{
    padding-bottom: 15px;
}

.dashboard h2,.payment h2{
    color: #0296cf;
    line-height: 38px;
}

#instractions h2{
    max-width: 370px;
}

.text-color-blue{
    color: #005e82;
}

.text-29{
    font-size: 29px;
}

.list-with-circles li{
    padding-bottom: 5px;
    line-height: 23px;
    font-size: 17px;
}

.list-with-circles li:before{
    content: '\f111';
    display: inline-block;
    float: left;
    margin-left: -20px;
    color: #005e82;
    font-family: "FontAwesome";
    font-size: 5px;
    padding-top: 1px;
}

.dashboard .list-with-circles{
    width: 90%;
}

.red-link.blue{
    color: #005e82;
}

section#start-test{
    padding-left: 90px;
}

.problems-group{
    margin-top: 60px;
}

h6{
    margin: 28px 0;
    font-size: 18px;
    color: #005e82;
    text-transform: uppercase;
}

#practice-problems h6{
    text-transform: inherit;
    margin: 18px 0;
}

section#practice-problems{
    padding: 0;
    max-width: 760px;
    margin: 60px auto;
}

.one-grade,.one-grade:hover,.one-grade:focus{
    width: 234px;
    height: 154px;
    display: block;
    position: relative;
    font-size: 29px;
    font-weight: bold;
    color: #fff;
    line-height: 154px;
    margin-bottom: 15px;
    text-decoration: none;
    box-shadow: 10px 10px 32px #c7c7c7;
    border-radius: 26px;
}

.one-grade.grade-3-4{
    background: url("../images/oly/grade-3-4-icon.svg");
}

.one-grade.grade-5-6{
    background: url("../images/oly/grade-5-6-icon.svg");
}

.one-grade.grade-7-8{
    background: url("../images/oly/grade-7-8-icon.svg");
}

.one-grade.grade-9-10{
    background: url("../images/oly/grade-9-10-icon.svg");
}

.one-grade.grade4{
    background: url("../images/oly/grade4-icon.svg");
}

.one-grade.grade5{
    background: url("../images/oly/grade5-icon.svg");
}

.one-grade.grade6{
    background: url("../images/oly/grade6-icon.svg");
}

.dashboard .oly-reg-top-img{
    height: 386px;
}

.participants-list{
    margin: 30px auto 10px;
    max-width: 720px;
    box-shadow: 0 0 39px #e2e2e2;
    background: #fff;
}

.participant-block {
    display: block;
    padding: 19px 30px;
    color: #005e82;
}

.participant-block:nth-child(odd){
    background: #e5f4fa;
}

.participant-block >.row .row-icon{
    padding-left: 124px;
    background: url(../images/oly/participant-row-icon.png) 20px 0 no-repeat;
}

.participant-block.old-participant{
    position: relative;
}

.participant-block.old-participant:before{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    content: '';
    display: block;
    z-index: 5;
}

.participant-block.old-participant .participant-info-btn-wrap{
    position: relative;
    z-index: 10;
}

.participant-block .row-icon h4{
    font-weight: 400;
    float: left;
    margin-left: -148px;
    line-height: 17px;
    margin-top: 0;
}

.participant-block .name-and-grade{
    padding-left: 148px;
}

.participant-block .additional-info{
    display: block;
}

.dashboard .form-group label.performance-report-label.checkbox-sqr{
    font-weight: 400;
}

.dashboard .form-group label.performance-report-label.checkbox-sqr:before,
.dashboard .form-group label.performance-report-label.checkbox-sqr::before{
    width: 21px;
    height: 21px;
}

.dashboard .form-group label.performance-report-label.checkbox-sqr:after,
.dashboard .form-group label.performance-report-label.checkbox-sqr::after {
    font-size: 13px;
    left: 5px;
}

.dashboard .form-group label.performance-report-label.checkbox-sqr input{
    width: 21px;
    height: 21px;
    margin-right: 12px;
}

.dashboard .form-group.report{
    padding-top: 12px;
    clear: both;
}

.dashboard .btn-default,.dashboard .btn-default:focus,.dashboard .btn-default:hover,
.dashboard .btn-default:active, .dashboard .btn-default.active{
    font-size: 15px;
    display: inline-block;
    white-space: normal;
    line-height: 23px;
    text-transform: uppercase;
    border: none;
}

.participant-info-btn-wrap{
    padding-top: 12px;
    padding-left: 0;
}

#participants_list .list-footer{
    padding: 40px;
}

.dashboard .participant-info-btn-wrap .btn-default,
.dashboard .participant-info-btn-wrap .btn-default:focus,
.dashboard .participant-info-btn-wrap .btn-default:hover,
.dashboard .participant-info-btn-wrap .btn-default:active,
.dashboard .participant-info-btn-wrap .btn-default.active{
    line-height: 18px;
    padding: 8px 20px;
    width: auto;
    border-radius: 15px;
    display: block;
    margin-left: 30px;
}

.btn-default.btn-red, .btn-default.btn-red.active,
.btn-default.btn-red:hover{
    background: #e52430;
    white-space: nowrap;
}

.btn-default.btn-red span{
    margin-right: 13px;
}

.dashboard fieldset label{
    font-weight: 400;
    color: #005e81;
}

#add_participant_form{
    margin-bottom: 15px;
}

#cancel_add_participant{
    background: #dddddd;
    /*float: left;*/
}

#cancel_add_participant,#save_participant_button{
    min-width: 180px;
    color: #333;
    margin: 0 6px;
}

.report label.green-label{
    color: #7bb933;
    font-weight: normal;
}

fieldset{
    color: #333;
    font-weight: normal;
}

.btn-default:focus,.btn-default:active:focus{
    outline: none;
}

section.blue{
    background: #e5f4fa;
}

/* new payment page styling */

.container.olympiad.payment{
    padding-top: 0;
}

.payment h2{
    color: #005e82;
    padding-top: 4px;
    padding-left: 0;

}

.payment table{
    margin: 40px 0;
}

#payment_form .one-block{
    box-shadow: 0 0 39px #e2e2e2;
    padding: 0;
}

.payment .col-xs-7.payment-area{
    padding-left: 80px;
}

table.without-border,table.without-border thead th,
table.without-border tbody td,table.without-border thead,
table.without-border tbody{
    border: none;
    padding: 4px 0;
}

table.without-bg th,table.without-bg tr:nth-child(odd){
    background: none;
}

table.without-border tbody tr:first-child td:before{
    display: none;
}

table.without-border thead th,
table.without-border tfoot td.total{
    color: #005e82;
    font-weight: bold;
    font-size: 21px;
}

table.without-border tfoot td{
    font-weight: 400;
    padding: 6px 10px;
}

.payment .table-wrap{
    padding: 35px 20px 22px 28px;
}

.payment table.without-border{
    margin: 0;
    width: 100%;
}

.form-part{
    padding: 25px 15px;
    background: #ededed;
}

.btn.btn-default.submit-payment{
    max-width: 400px;
    margin: 20px 0;
}

.participant-block .completed-msg{
    color: #000;
    letter-spacing: 2px;
    padding-top: 6px;
    max-width: 246px;
}

.participant-block .completed-msg span{
    font-size: 13px;
    display: block;
}

.payment .table-area{
    padding-top: 70px;
}

.open-on-mobile{
    display: none!important;
}

.olympiad section.register-page-closed{
    padding: 70px;
    text-align: center;
}

.olympiad section.register-page-closed p{
    max-width: 640px;
    margin: 0 auto;
}

.payment .text-with-img.row>div.text-center> img{
    width: 250px;
}

.new-report-table{
    position: absolute;
    background: url("../images/oly/new-icon.png") no-repeat center;
    background-size: 100% auto;
    left: 0;
    color: #333;
    width: 45px;
    height: 44px;
    line-height: 44px;
    font-weight: 600;
    margin-top: -22px;
    top: 50%;
    font-size: 12px;
    text-transform: uppercase;
}

.payment .new-report-table{
    left: 5%;
}

.solution-content {
    margin-top: 30px;
}
.solution-content .closed {
    display: none;
}
.solution-content .collapsed .closed,
.solution-content .opened {
    display: block;
}
.solution-content .collapsed .opened {
    display: none;
}

/* start styling for report new design */
.container.olympiad.paid-report{
    display: block;
}

.paid-report .navbar-default{
    border: none;
}

.navbar-default .navbar-text{
    margin: 0 0 0 24px;
    color: #005e82;
    font: bold 24px "Raleway";
    padding-top: 4px;
}

.navbar-default .navbar-text h1{
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    margin: 0 40px 0 0;
}

.navbar-default .navbar-text span{
    color: #e52430;
}

.nav-pills-wrapp{
    text-align: center;
    border-bottom: 2px solid #bdbdbd;
    border-top: 2px solid #bdbdbd;
    padding: 2px 0;
}

.nav.nav-pills{
    display: table;
    width: 100%;
}

.nav.nav-pills li{
    margin: 2px 0 2px 0;
    vertical-align: middle;
    display: table-cell;
    border-right: 2px solid #c5c5c5;
    float: none;
}

.nav.nav-pills li.grey{
    background: #d9d9d9;
}

.nav-pills>li>a{
    padding: 14px 20px;
    /*height: 64px;*/
    border-radius: 0;
    vertical-align: middle;
    /*display: table-cell;*/
    color: #000;
    font-weight: bold;
}

.nav-pills>li:last-child{
    border: none;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus,.nav-pills>li>a:hover,
.nav-pills>li>a:focus{
    color: #e52430;
    background: none;
}

h2.title-middle{
    font-size: 24px;
    color: #005e82;
}

h2.title-middle.normal{
    font-weight: normal;
}

.paid-report #about .row .text-center > img{
    padding-top: 60px;
    width: auto;
}

.paid-report .footer-area{
    background: none;
    padding: 45px 0 0;
}

.paid-report .footer-area .form-group ul li:first-child img{
    width: 32px;
    margin-top: 0;
}

.tab-content >.tab-pane .tab-pane{
    background: #f7f7f7;
    padding: 30px 0;
    border-top: 2px solid #e5e5e5;
}

.tab-content >.tab-pane .tab-pane::after,
.questions-wrapper .row>section::after{
    content: '';
    display: block;
    clear: both;
}

.tab-content >.tab-pane .tab-pane .fa{
    margin-right: 8px;
    font-size: 13px;
}

.tab-content >.tab-pane .tab-pane .pull-right .fa{
    margin-left: 8px;
    margin-right: 0;
}

.tab-content >.tab-pane .tab-pane .btn-default,
.tab-content >.tab-pane .tab-pane .btn-default:hover{
    cursor: pointer;
    min-width: 140px;
    text-decoration: none;
}

.paid-report #about .row >.text-center.no-top-padding > img{
    padding-top: 0;
}

.paid-report #about .row .text-center.img-control > img{
    width: auto;
    padding-top: 0;
    display: inline-block;
}

.paid-report section .form-group.area-blocks{
    margin-bottom: 40px;
}

.paid-report table thead th{
    padding: 6px 17px 6px;
    font: 400 18px/21px "Raleway";
    position: relative;
}

.paid-report table.mistake-analysis-table thead th{
    padding: 25px 17px 25px;
}

.paid-report table thead th::before{
    content: '';
    width: 2px;
    background: #dff2f9;
    position: absolute;
    top: 8px;
    bottom: 8px;
    right: 0;
}

.paid-report table thead th:last-child::before{
    display: none;
}

table tbody td .fa.fa-check-circle,
table tbody td .fa.fa-times-circle{
    font-size: 21px;
    position: absolute;
    left: 8px;
}
.paid-report .modal .fa.fa-times-circle{
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 22px;
}
table tbody td>span.data-with-icon{
    padding-left: 26px;
    display: inline-block;
    width: 100%;
    position: relative;
}

table tbody tr .btn-lightbulb{
    width: 41px;
    height: 41px;
    display: inline-block;
    background: url("../images/oly/report/lightbulb-white.png") center center no-repeat !important;
    border: none;
    border-radius: 0;
}
table tbody tr .btn-lightbulb:hover{
    background: url("../images/oly/report/lightbulb-white-hv.png") center center no-repeat !important;
}

table tbody tr:nth-child(odd) .btn-lightbulb{
    background: url("../images/oly/report/lightbulb-blue.png") center center no-repeat !important;
}
table tbody tr:nth-child(odd) .btn-lightbulb:hover{
    background: url("../images/oly/report/lightbulb-blue-hv.png") center center no-repeat !important;
}
table .btn-lightbulb:active,
table .btn-lightbulb:focus,
table .btn-lightbulb:active:focus,
table .btn-lightbulb.active:focus{
    outline: none;
    box-shadow: none;
}

table.blue-table tbody td .fa-play,
table.blue-table tbody td .fa-play:hover,
table.blue-table tbody td .fa-play:focus{
    border: 2px solid #005e81;
    padding: 3px 0 0 4px;
    width: 40px;
    height: 27px;
    text-align: center;
    border-radius: 9px;
    float: none;
    display: inline-block;
    font-size: 17px;
    text-decoration: none;
    outline: none;
}

table.answer-table{
    max-width: 760px;
    margin: 0 auto;
}

table.answer-table tbody td{
    font-size: 17px;
}

.all-questions-wrapper{
    padding-top: 35px;
    max-width: 760px;
    margin: 0 auto;
}

.all-questions-wrapper a,.all-questions-wrapper a:hover{
    color: #005e82;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 2px;
    border-bottom: 1px solid #005e8a;
    text-decoration: none;
    position: relative;
    margin-right: 66px;
}

.all-questions-wrapper a span{
    width: 66px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    background: url("../images/oly/report/all-question-icon.png") center center no-repeat;
    background-size: 100% auto;
    margin-left: 15px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
}

.red-block{
    border: 2px solid #e52430;
    margin-top: 65px;
    padding: 20px 30px;
}

.red-block h2{
    font-size: 24px;
    padding-bottom: 15px;
}

.red-block p{
    color: #e52430;
}

.questions-wrapper .row{
    margin: 0;
}

.questions-wrapper .row >section{
    border-bottom: 2px solid #ebebeb;
    padding-top: 40px;
    padding-bottom: 40px;
}

.questions-wrapper .question-content,
.questions-wrapper .question-content output {
    font: 17px "Lusitana";
}

.questions-wrapper h2{
    padding-bottom: 15px;
}

.questions-wrapper .question-content h2{
    font-family: "Raleway";
    padding-bottom: 15px;
    color: #8a0614;
}

.solution-content >a,.solution-content >a:hover{
    font-weight: 500;
    font-size: 17px;
    float: right;
    padding-bottom: 1px;
    border-bottom: 1px solid #005e82;
    text-decoration: none;
    position: relative;
    margin-right: 28px;
    margin-top: 25px;
}

/*.solution-content >a::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -28px;
    top: 7px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 14px solid #005e82;
}
.solution-content >a.collapsed::before{
    border-top: 14px solid #005e82;
    border-bottom: none;
}*/

.videos-container{
    max-width: 760px;
    margin: 0 auto;
}

.videos-container .video-frame{
    width: 100%;
    margin: 0 auto;
}

.videos-container .title-middle,
.videos-container .title-middle:hover{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 20px 0;
    text-decoration: none;
}

.videos-container>div{
    margin-bottom: 15px;
}

.paid-report .modal .modal-header{
    border-bottom: none;
    text-align: center;
    letter-spacing: 4px;
    padding: 10px 10px 0;
    min-height: 38px;
}
.paid-report .video-dialog.modal .modal-header{
    min-height: 0;
    padding: 0;
}

.paid-report .modal .modal-header button {
    position: absolute;
    right: -7px;
    top: -7px;
    width: 17px;
    height: 17px;
    z-index: 2;
    border: none;
    background: #fff;
    color: #e52430;
    font-size: 25px;
    border-radius: 50%;
    outline: none;
    padding: 0;
}

.paid-report .modal-dialog .modal-body{
    padding: 8px;
}

.paid-report .video-dialog .modal-dialog{
    position: absolute;
    left: 0;
    right: 0;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.paid-report .modal-body p{
    padding: 0 8px;
    padding-left: 0;
    margin-bottom: 8px;
}

.paid-report .vote-dialog .modal-dialog{
    max-width: 760px;
    width: 100%;
}

.paid-report .vote-dialog .modal-dialog .modal-body{
    padding: 30px 30px;
}

.vote-dialog .asterisk{
    font-size: 28px;
    line-height: 1px;
    vertical-align: middle;
}

.voting-block{
    display: inline-block;
    width: 24%;
}

.voting-btn-block{
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 100%;
}
.voting-btn-block .btn-voting{
    margin-bottom: 50px;
}
.asterisk-info{
    color: #005e82;
    font-weight: 500;
}
.block-img{
    width: 134px;
    height: 134px;
    display: inline-block;
    border: 1px solid #000000;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.block-img.selected{
    box-shadow: inset 0 0 0 1px black;
}

.voting-block{
    text-align: left;
    margin-bottom: 50px;
    padding: 0 10px;
    vertical-align: top;
}

.voting-block h2{
    padding: 20px 0 5px;
}

.voting-block p{
    padding: 0;
}

.voting-block input{
    position: absolute;
    opacity: 0;
}

.voting-block label{
    cursor: pointer;
    position: relative;
}

.voting-wrapper{
    margin-top: 40px;
}

.voting-block label:before, .voting-block label::before {
    border: 1px solid #000000;
    width: 30px;
    height: 30px;
    background: #fff;
    box-shadow: none;
    content: "";
    margin-left: -24px;
    position: absolute;
    bottom: -1px;
    left: 23px;
}

.voting-block label:after, .voting-block label::after{
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 32px;
    margin-left: -19px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 41px;
    color: #e4232f;
    bottom: 7px;
    left: 17px;
    font-weight: normal;
}

.voting-block input[type=checkbox]:checked + label:before,
.voting-block input[type=checkbox]:checked + label::before{
    box-shadow: 0 0 0 1px black;
}
.voting-block input[type=checkbox]:checked + label{
    box-shadow: 0 0 0 2px black;
}

.voting-block input[type=checkbox]:checked + label:after,
.voting-block input[type=checkbox]:checked + label::after{
    font-family: 'FontAwesome';
    content: "\f00c";

}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}
.autocomplete-suggestion {
    padding: 6px 20px;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
}
.autocomplete-selected {
    background: #F0F0F0;
}
.autocomplete-suggestions strong {
    font-weight: normal;
    color: #0296cf;
}

.start-olympiad-hint {
    display: block;
    color:red;
    font-size: 13px;
    max-width: 246px;
    font-weight: 600;
    margin-top: 5px;
}

/* end styling for report new design */

@media screen and (min-width: 768px){
    .carousel-control .fa{
        width: 20px;
        height: 30px;
        margin-top: -15px;
        font-size: 40px;
    }

    .carousel-control .fa.fa-caret-right,
    .carousel-control .icon-next {
        margin-right: -20px;
    }

    .carousel-control .fa.fa-caret-left,
    .carousel-control .icon-prev{
        margin-left: -20px;
    }
}

@media (max-width: 1023px) {
    .navbar-default.navbar-fixed-top{
        max-width: 100%;
        margin-left: -50%;
    }

    .top-img-text h1 {
        font-size: 28px;
        padding-bottom: 14px;
    }

    .top-img-text {
        max-width: 368px;
    }

    .registration-block, #about, .olympiad section {
        padding: 40px 15px;
    }

    .text-with-img.row>div{
        width: 60%;
    }

    .text-with-img.row>div.text-center{
        width: 40%;
        margin-left: 0!important;
    }

    #about .text-with-img.row>div{
        width: 68%;
    }

    #about .text-with-img.row>div.text-center{
        width: 30%;
    }

    .olympiad .carousel.slide{
        width: 100%;
        height: 360px;
    }

    #sample_problems_carousel_round1 .carousel-inner .item:first-child p{
        margin-bottom: 12px;
    }

    #sample_problems_carousel_round2 .carousel-inner .item:nth-child(3) p{
        margin-bottom: 8px;
    }

    #sample_problems_carousel_round2 .carousel-inner .item:nth-child(2) p{
        margin-top: -15px;
    }

    #sample_problems_carousel_round2 .carousel-inner .item:first-child p{
        margin-bottom: 15px;
    }

    .footer-area{
        padding: 15px;
    }

    .footer-area .form-group{
        text-align: center;
    }

    .footer-area .form-group ul li{
        margin-top: 2px;
        padding-left: 0;
        margin-left: 0;
    }

    .navbar-nav{
        margin: 14px 0 0 8px;
    }

    .navbar-brand{
        width: 131px;
        height: 34px;
        /*background: url("../images/oly/2023/oly-logo-tablet.png") center center;*/
        margin-top: 8px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 8px 15px;
        font-size: 13px;
        line-height: 6px;
    }

    .navbar-nav.navbar-right{
        margin-top: 6px;
    }

    .oly-reg-top-img,.dashboard .oly-reg-top-img{
        height: auto;
        padding: 101px 0 0 35px;
        /*background-size: 100% auto;*/
        min-height: 328px;
        background-size: cover;
    }

    .oly-reg-top-img{
        background-position: center bottom;
    }

    .dashboard .oly-reg-top-img{
        min-height: 282px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 8px 13px;
    }

    .navbar-default,.dashboard .navbar-default{
        padding: 15px;
    }

    .tr-add-student{
        width: auto;
    }

    .oly-reg-top-img span.challenge-starts-date{
        font-size: 24px;
        max-width: 282px;
    }

    section#start-test{
        padding-left: 15px;
    }

    #start-test .text-with-img.row> .col-xs-7{
        padding-left: 34px;
    }

    .payment .text-with-img.row>div.text-center> img{
        width: 220px;
    }

    .payment .col-xs-7.payment-area{
        padding-left: 15px;
    }

    #payment_form .one-block{
        margin-right: 0;
    }

    .dashboard .container-fluid{
        padding-left: 0;
    }

    .one-grade, .one-grade:hover, .one-grade:focus{
        width: 212px;
        height: 139px;
        line-height: 139px;
    }

    section#practice-problems{
        max-width: 688px;
    }

    .olympiad .container-fluid{
        padding: 0;
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand{
        margin-left: 0;
    }

    .registration-block .text-with-img img{
        width: 226px;
    }

    .top-img-text > div{
        padding-left: 0;
        max-width: 198px;
    }

    #challenge_start{
        font-size: 14px;
    }

    .top-img-text .days{
        font-size: 30px;
        line-height: 34px;
    }

    #form_register .report + .col-sm-5{
        width: 33%;
        padding-left: 0;
        padding-top: 4px;
    }

    #form_register .report{
        width: 50%;
    }

    #about .row .text-center >img{
        width: 132px;
        padding-top: 110px;
    }

    .about-points .point-icon img{
        width: 120px;
    }

    .about-points span{
        font-size: 15px;
        margin-top: 12px;
    }

    .carousel-inner .item >div{
        width: 270px;
        margin-left: -135px;
    }

    #faq h2{
        font-size: 28px;
    }

    #faq{
        padding: 24px 70px;
    }

    .footer-area ul li:nth-child(2) a,
    .footer-area ul li:nth-child(2) a:hover{
        font-size: 12px;
    }

    .footer-area .form-group ul li img{
        width: 26px;
    }

    .footer-area .form-group ul li:first-child img{
        width: 180px;
    }

    .dashboard .top-img-text{
        max-width: 330px;
        right: 68px;
        top: 68px;
    }

    .oly-reg-top-img span.challenge-starts-date.contest-is-over-text{
        max-width: 100%;
    }

    .dashboard .navbar-default{
        padding: 20px 15px;
    }

    .dashboard .navbar-nav{
        margin-top: 7px;
    }

    .dashboard .navbar-nav.navbar-right{
        margin-top: 0;
    }

    .dashboard #start-test:after{
        bottom: -1065px;
        height: 1065px;
    }

    #registration h6{
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 800px){

    .logo a{
        width: 90%;
    }

    .logo-area .logo-text{
        margin-top: 15%;
    }

    .logo-area .logo-text span{
        font: 4.2vw "Museo Sans W01 Rounded 300";
    }

    .logo-area .logo-text span.date-int{
        font: 6.5vw "Museo Sans W01 Rounded 700";
    }

    .reg-type-details li a{
        padding-right: 12px;
    }

    .form-block label{
        white-space: normal;
    }

    .form-group .reg-type{
        width: 100%;
        margin-bottom: 6px;
    }

    #form_login .reg-type label.free{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .contest-is-over .top-img-text h1{
        font-size: 22px;
        line-height: 24px;
        padding-top: 60px;
    }

    .contest-is-over .top-img-text{
        max-width: 274px;
    }

    .contest-is-over .oly-reg-top-img span.challenge-starts-date{
        max-width: 320px;
    }

    .dashboard .top-img-text{
        right: 40px;
    }
}

@media (max-width: 767px) {
    .open-on-mobile{
        display: block!important;
    }

    .about-points {
        float: none;
        width: 32%;
        height: 200px;
        display: inline-block;
        vertical-align: top;
    }

    .one-block >.row .col-xs-3,
    .one-block> .row .col-xs-9{
        float: none;
        width: 100%;
        position: relative;
        min-height: 515px;
        padding-top: 0;
    }

    .olympiad .carousel.slide{
        width: 85%;
    }

    .navbar-nav.navbar-right{
        float: right;
    }

    .container.olympiad{
        padding-top: 56px;
    }

    .navbar-default,.dashboard .navbar-default,
    .navbar-default.navbar-fixed-top{
        padding: 4px 15px 0;
        min-height: 56px;
    }

    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus{
        margin-bottom: 7px;
        background: #0295cf;
        border: none;
    }

    .navbar-default .navbar-toggle .icon-bar{
        background: #fff;
    }

    .top-img-text > div {
        text-align: center;
        padding-left: 0;
        max-width: 175px;
        padding-top: 5px;
    }

    .top-img-text {
        max-width: 253px;
    }

    .oly-reg-top-img, .dashboard .oly-reg-top-img {
        padding: 70px 0 0 30px;
        background-size: 100% auto;
        min-height: 230px;
        background-position: 0;
    }

    .oly-reg-top-img {
        background-position: center bottom;
    }

    #challenge_start{
        padding: 12px 0;
    }

    .top-img-text .days{
        font: bold 28px/32px "Raleway";
    }

    .registration-block .text-with-img img{
        padding: 0;
        width: 224px;
    }

    .text-with-img.row>div.text-center,.text-with-img.row>div,
    #about .text-with-img.row>div.text-center,#about .text-with-img.row>div{
        width: 100%;
    }

    .one-block >.row .col-xs-3, .one-block> .row .col-xs-9{
        min-height: 0;
        box-shadow: none;
    }

    .one-block> .row .col-xs-3 .account-info,
    .one-block> .row .col-xs-3 .participant-icon{
        position: relative;
        max-width: 305px;
        padding-left: 76px;
        left: initial;
        text-align: left;
        margin: 8px auto;
    }

    .one-block > .row .col-xs-3 .account-info img,
    .one-block> .row .col-xs-3 .participant-icon img{
        width: 60px;
        position: absolute;
        top: 15px;
        left: 4px;
        margin-top: 0!important;
    }

    .one-block> .row .col-xs-3 .participant-icon img{
        top: -11px;
        margin-left: 0;
    }

    .one-block> .row .col-xs-3 .participant-icon{
        max-width: 210px;
    }

    .one-block .col-xs-3 .account-info{
        border-bottom: none;
        padding-bottom: 30px;
    }

    .dashboard .account-info img{
        margin-top: 18px!important;
    }

    form .form-group input, form .form-group select{
        border-width: 1px;
    }

    .participant-icon h4{
        margin-top: -90px;
    }

    #form_register #participants_block{
        margin-top: 108px;
    }

    .one-block .col-xs-3> .participant-icon{
        top: 474px;
    }

    form .form-group.row,#form_register .col-sm-5.col-sm-offset-1{
        margin-bottom: 15px;
    }

    .optional-student-mark {
        padding-top: 12px;
        padding-bottom: 12px;
        border-top: 1px solid #e6e6e6;
    }

    .optional-student-mark:first-child{
        border-top: none;
    }

    .footer-area ul li{
        margin: 0 4px 0 0;
    }

    #login_dialog .modal-dialog{
        width: 460px;
        margin: 30px auto;
    }

    #login_dialog form .col-sm-2{
        float: left;
        width: 20%;
    }

    #login_dialog form .col-sm-10{
        width: 79%;
        float: left;
    }

    #login_dialog .modal-body{
        padding-left: 0;
    }

    #login_dialog .modal-body .left-part{
        display: none;
    }

    #login_dialog form{
        box-shadow: none;
    }

    .hide-on-mobile{
        display: none !important;
    }

    .navbar-default .navbar-header{
        margin: 0;
    }

    .open-on-mobile.top-img-text{
        padding: 12px 20px;
        max-width: 100%;
        background: #ededed;
    }

    .open-on-mobile.top-img-text h1{
        font-size: 21px;
        padding-bottom: 0;
    }

    #registration .text-with-img.row,
    #about .text-with-img.row{
        position: relative;
        padding-bottom: 210px;
    }

    #about .text-with-img.row{
        padding-bottom: 178px;
    }

    #registration .text-with-img.row>.col-sm-4.text-center,
    #about .text-with-img.row>.col-sm-4.text-center{
        position: absolute;
        bottom: 0;
    }

    h3{
        font-size: 25px;
    }

    #about .text-with-img.row>.col-sm-4.text-center img{
        padding-top: 0;
    }

    #about> .form-group.row{
        text-align: center;
        padding-top: 20px;
    }

    #faq .row .text-center{
        margin-bottom: 10px;
    }

    .footer-area .form-group ul li:first-child{
        display: block;
        margin-bottom: 15px;
    }

    .footer-area .form-group ul li:first-child img{
        width: 240px;
    }

    .dashboard .top-img-text{
        max-width: 280px;
        right: 24px;
        top: 34px;
    }

    .oly-reg-top-img span.challenge-starts-date.contest-is-over-text{
        max-width: 170px;
        font-size: 22px;
    }

    .dashboard .navbar-nav.navbar-right{
        margin-top: 6px;
    }

    .participant-block >.row .row-icon,
    .participant-block .participant-info-btn-wrap.col-xs-4{
        width: 100%;
        float: none;
    }

    .participant-block .participant-info-btn-wrap.col-xs-4{
        text-align: center;
    }

    .text-color-blue.text-29.list-with-circles{
        padding-left: 25px;
    }

    #practice-problems .col-xs-4.text-center{
        width: 32%;
        display: inline-block;
        float: none;
    }

    #practice-problems h6{
        padding: 0 10px;
    }

    #practice-problems{
        text-align: center;
    }

    .one-grade, .one-grade:hover, .one-grade:focus {
        width: 168px;
        height: 110px;
        line-height: 110px;
        margin-right: 0;
        display: inline-block;
        border-radius: 20px;
    }

    #start-test .text-with-img.row> .col-xs-7{
        padding-left: 0;
    }

    #start-test .text-with-img{
        margin: 0;
    }

    #practice-problems .problems-group .form-group.row{
        margin: 0;
    }

    .dashboard .top-img-text span.open-on-mobile{
        font-family: "Lusitana";
        font-size: 18px;
        max-width: 80%;
        margin-bottom: 12px;
    }

    .participant-block >.row .row-icon{
        min-height: 70px;
    }

    .payment .text-with-img.row>div.text-center> img{
        width: 180px;
    }

    .payment h2{
        font-size: 25px;
        line-height: 29px;
        padding-bottom: 0;
        padding-top: 20px;
        text-align: center;
    }

    .payment .payment-area.pull-right,
    .payment .table-area{
        width: 80%;
        float: none!important;
        margin: 0 auto;
    }

    .payment table.responsive td{
        border: none;
        font-size: 15px;
    }

    table.responsive tbody tr{
        border: none;
        border-bottom: 1px solid #f1f1f1;
    }

    table.responsive tbody tr:last-child{
        border-bottom: none;
    }

    table.without-border.responsive tbody tr:first-child td:before{
        content: attr(data-label);
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        width: 100%;
        border: none;
        background: none;
        text-align: center;
        min-height: 18px;
        position: inherit;
    }

    table.responsive tbody tr td,
    table.responsive tbody tr td.text-left,
    table.responsive tbody tr td.text-center{
        padding: 6px 0 12px;
        text-align: center;
    }

    .payment table.without-border{
        max-width: 300px;
        margin: 0 auto;
    }

    #instractions>.open-on-mobile{
        font-family: "Lusitana";
        font-size: 18px;
        max-width: 80%;
        margin-bottom: 12px;
        color: #e52430;
    }

    .carousel-indicators{
        margin-bottom: -8px;
    }

    .payment .table-wrap{
        padding: 20px 20px 0;
    }

    table.without-border.responsive tfoot tr{
        padding: 0;
        border: none;
        border-top: 2px solid #005e82;
    }

    table.without-border.responsive tfoot td,
    table.without-border.responsive tfoot td.text-right{
        padding: 12px 0 0;
        text-align: center;
    }

   .navbar-default #navigation_menu .navbar-nav >li:first-child>a,
   .navbar-default #navigation_menu .navbar-nav>li>a{
        padding: 13px;
        border-right: 2px solid transparent;
    }

    .olympiad .navbar-default .navbar-header{
        margin-bottom: 4px;
    }

    .new-report-table{
        left: 5%;
    }

    .payment .new-report-table{
        left: 1%;
    }

    #about:before,
    #registration:after,#faq:before,.dashboard #start-test:before,
    #instractions:before,.dashboard #start-test:after{
        display: none;
    }

    #instractions{
        background: none;
    }

    .contest-is-over .top-img-text h1{
        padding-top: 20px;
    }

    .olympiad #navigation_menu>.navbar-nav{
        float: left;
        text-align: left;
    }

    #participants_list .list-footer{
        padding: 30px 15px;
    }

    #participants_list .list-footer .col-xs-4{
        margin-left: 0;
    }

    .contest-is-over .oly-reg-top-img span.challenge-starts-date{
        font-size: 32px;
        line-height: 36px;
        height: 198px;
    }
}

@media (max-width: 640px) {

    .registration-block,
    #about, .olympiad section,#faq,.footer-area{
        padding: 20px;
    }

    .registration-block, #about, .olympiad section{
        padding: 30px 15px;
    }

    .registration-block .text-with-img > .text-center{
        padding-bottom: 12px;
    }

    .participant-block .completed-msg{
        margin: 0 auto;
    }

    .row.list-footer .col-xs-7.text-center,
    .row.list-footer .col-xs-4.text-center{
        width: 100%;
        margin-left: 0;
        float: none;
    }

    .row.list-footer .col-xs-7.text-center{
        margin-bottom: 12px;
    }

    #participants_list .list-footer{
        padding: 20px;
    }

    #start-test .text-with-img img{
        width: 188px;
    }
}

@media (max-width: 639px){
    .oly-reg-top-img, .dashboard .oly-reg-top-img{
        min-height: 217px;
    }

    .oly-reg-top-img{
        min-height: 200px;
    }

    .footer-area ul li.list-phone span{
        display: none;
    }

    .footer-area ul li.list-mail img{
        margin-right: 0!important;
        margin-left: 6px;
    }

    .one-block .col-xs-3 .account-info{
        padding-bottom: 45px;
    }

    #form_register .report.col-sm-5,
    #form_register .report.col-sm-5 + .col-sm-5{
        width: 100%;
    }

    .dashboard .oly-reg-top-img{
        background-position: center 0;
        padding-top: 36%;
    }

    .dashboard .top-img-text{
        position: inherit;
        display: block;
        max-width: 100%;
    }

    .dashboard .top-img-text h1{
        padding-bottom: 8px;
    }

    .oly-reg-top-img span.challenge-starts-date.contest-is-over-text{
        font-size: 23px;
        font-weight: 600;
        max-width: 100%;
    }

    .dashboard .oly-reg-top-img div span{
        max-width: 100%;
        padding-bottom: 20px;
        font-size: 21px;
    }

    #practice-problems .col-xs-4.text-center{
        width: 48%;
    }

    .payment .payment-area.pull-right,
    .payment .table-area{
        width: 100%;
    }

    .one-block .col-xs-3> .participant-icon{
        top: 490px;
    }
}

@media (max-width: 600px){
    #cancel_add_participant{
        margin-bottom: 10px;
    }
}

@media (max-width: 567px){
    .oly-reg-top-img{
        background-size: 120% auto;
        padding-top: 70px;
    }

    .oly-reg-top-img.register-page{
        min-height: 190px;
    }

    .payment .table-area >.text-center{
        padding-top: 10px!important;
    }

    .payment .table-area >.text-center img{
        width: 36px;
        margin-top: -19px;
    }

    .payment .table-area table{
        margin: 20px 0;
    }

    .contest-is-over .oly-reg-top-img span.challenge-starts-date {
        font-size: 26px;
        line-height: 30px;
        height: 160px;
        max-width: 194px;
    }
}

@media (max-width: 479px) {
    .navbar-default{
        padding: 4px 8px;
    }

    .navbar-default .navbar-toggle{
        margin-right: 4px;
        padding: 9px 8px;
    }

    .navbar-default .container-fluid{
        padding: 0;
    }

    .navbar-default .navbar-nav li>a.btn-default,
    .navbar-default .navbar-nav>li>a.btn-default:hover,
    .navbar-default .navbar-nav>li>a.btn-default:focus,
    .btn-default, .btn-default:focus, .btn-default:hover,
    .btn-default:active, .btn-default.active {
        padding: 6px 15px;
    }

    .navbar-default .navbar-brand{
        margin-left: 14px;
    }

    #challenge_start {
        padding: 7px 0;
        font-size: 13px;
    }

    .top-img-text .days {
        font: bold 22px/24px "Raleway";
    }

    .top-img-text > div{
        max-width: 130px;
        padding-top: 22px;
    }

    .registration-block .text-with-img img{
        width: 180px;
    }

    h2{
        font-size: 26px;
    }

    h3{
        font-size: 23px;
    }

    #form_register.form-block{
        padding: 0;
    }

    #about .text-center img{
        padding: 15px 0;
    }

    .about-points{
        width: 48%;
    }

    .navbar-nav.navbar-right,
    .dashboard .navbar-nav.navbar-right{
        margin-top: 8px;
    }

    #registration .text-with-img.row, #about .text-with-img.row{
        padding-bottom: 178px;
    }

    .one-block > .row .col-xs-3 .account-info img{
        top: 28px;
    }

    .one-block> .row .col-xs-3 .account-info{
        max-width: 208px;
    }

    #form_register .col-sm-5.col-sm-offset-1.tr-add-student{
        margin-bottom: 0;
    }

    .olympiad .carousel.slide{
        width: 100%;
    }

    table tfoot td .payment-type.btn-default{
        font-size: 13px;
    }

    #performance_report_carousel .carousel-inner .item{
        min-height: 380px;
    }

    .carousel-inner .item{
        padding: 18px 30px;
    }

    .carousel-control .fa.fa-caret-right{
        margin-right: -10px;
    }

    .carousel-control .fa.fa-caret-left{
        margin-left: -10px;
    }

    #sample_problems_carousel_round1 .carousel-inner .item:nth-child(3) p,
    #sample_problems_carousel_round1 .carousel-inner .item:nth-child(2) p{
        margin-top: 0;
    }

    #sample_problems_carousel_round2 .carousel-inner .item:nth-child(1) p,
    #sample_problems_carousel_round2 .carousel-inner .item:nth-child(2) p,
    #sample_problems_carousel_round2 .carousel-inner .item:nth-child(3) p,
    #sample_problems_carousel_round1 .carousel-inner .item:first-child p{
        margin-top: -20px;
    }

    #sample_problems_carousel_round2 .carousel-inner .item:nth-child(3) img{
        margin-left: -10px;
    }

    .olympiad #sample_problems_carousel_round1.carousel.slide,
    .olympiad #sample_problems_carousel_round2.carousel.slide{
        height: 384px;
    }

    .carousel-inner .item >div {
        width: 238px;
        margin-left: -118px;
    }

    #simple-problems h5{
        margin: 35px auto 20px;
        text-align: center;
    }

    .footer-area .form-group ul li:last-child span,
    .footer-area .form-group ul li.list-mail span{
        display: none;
    }

    #login_dialog form{
        padding: 25px 0;
    }

    #login_dialog .modal-dialog{
        width: 310px;
    }

    #login_dialog .dialog-heading h4 {
        line-height: 90px;
        font-size: 36px;
    }

    #login_dialog .modal-body{
        min-height: inherit;
    }

    #login_dialog .form-group label img{
        width: 32px;
    }

    #login_dialog form .col-sm-2{
        padding-top: 5px;
        text-align: left;
    }

    #login_dialog form .col-sm-10{
        padding-left: 0;
    }

    .dashboard .navbar-default .navbar-toggle{
        margin-right: 15px;
    }

    .participant-block .row-icon h4:before{
        content: '';
        display: block;
        background: url(../images/oly/login-user-icon.svg);
        width: 43px;
        height: 46px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .participant-block >.row .row-icon{
        background: none;
    }

    .participant-block >.row .row-icon,
    .participant-block .name-and-grade{
        padding-left: 0;
    }

    .participant-block .row-icon h4{
        float: none;
        display: inline-block;
        padding-left: 58px;
        margin-left: 0;
        position: relative;
        padding-top: 15px;
    }

    .participant-block .participant-info{
        margin-top: 18px;
        padding-left: 37px;
    }

    .participant-block .completed-msg{
        max-width: 85%;
        padding-top: 0;
    }

    .participant-block .participant-info-btn-wrap.col-xs-4{
        padding-right: 0;
    }

    .one-grade, .one-grade:hover, .one-grade:focus{
        width: 138px;
        height: 92px;
        line-height: 92px;
        font-size: 21px;
        border-radius: 14px;
    }

    #practice-problems .col-xs-4.text-center{
        padding: 0 6px;
    }

    #success_registration .modal-dialog{
        width: 310px;
    }

    #success_registration .modal-dialog .modal-body{
        padding: 15px;
    }

    #success_registration .modal-body .btn.btn-default{
        letter-spacing: 1px;
    }

    .oly-reg-top-img.register-page{
        min-height: 160px;
        padding-left: 6%;
        background-size: 118% auto;
    }

    .oly-reg-top-img.register-page .top-img-text > div{
        padding-top: 0;
    }
    .oly-reg-top-img span.challenge-starts-date.registration-page{
        font-size: 20px;
        max-width: 180px;
        padding-bottom: 10px;
    }

    .new-report-table{
        left: 0%;
    }

    .contest-is-over .oly-reg-top-img.register-page >.top-img-text{
        display: none;
    }

    .contest-is-over .top-img-text h1{
        padding-top: 0;
        font-size: 18px;
    }

    .open-on-mobile .challenge-starts-date.registration-page{
        color: #e52430;
        font: bold 21px/42px "Raleway";
    }

    .contest-is-over >.open-on-mobile.top-img-text{
        display: block!important;
    }

    .contest-is-over .oly-reg-top-img span.challenge-starts-date{
        text-align: center;
    }

    .contest-is-over .oly-reg-top-img.register-page{
        min-height: 136px;
        background-size: 100% auto;
    }

    .one-block .col-xs-3> .participant-icon{
        top: 520px;
    }

    #simple-problems .icon-flag,#practice-problems .icon-flag{
        width: 100%;
        background-position: center 0;
        margin: 0;
    }
}

@media  (max-width: 359px) {
    .oly-reg-top-img.register-page{
        min-height: 144px;
        background-size: 120% auto;
        background-position: -36px top;
    }

    .contest-is-over .oly-reg-top-img.register-page{
        min-height: 120px;
        background-position: 1px top;
    }
    .new-report-table{
        font-size: 10px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin-top: -18px;
    }

    .carousel-inner .item >div {
        width: 206px;
        margin-left: -103px;
    }

    .olympiad #sample_problems_carousel_round1.carousel.slide,
    .olympiad #sample_problems_carousel_round2.carousel.slide{
        height: 440px;
    }

    #sample_problems_carousel_round1 .carousel-inner .item:nth-child(2) p{
        margin-bottom: 45px;
    }

    #sample_problems_carousel_round2 .carousel-inner .item:nth-child(2) p,
    #sample_problems_carousel_round2 .carousel-inner .item:nth-child(3) p{
        margin-top: -45px;
    }

    #sample_problems_carousel_round2 .carousel-inner .item:nth-child(2) p{
        margin-bottom: 12px;
    }

    .problems-group .new-star{
        top: -10px;
        right: -6px;
        font-size: 13px;
        line-height: 44px;
        width: 44px;
        height: 44px;
    }

    .contest-is-over .open-on-mobile .challenge-starts-date.registration-page{
        line-height: 26px;
    }

    .oly-reg-top-img span.challenge-starts-date.contest-is-over-text{
        max-width: 200px;
    }
}

@media (max-width: 320px){
    .contest-is-over .oly-reg-top-img.register-page{
        min-height: 119px;
        background-size: 100% auto;
    }

    .one-block .col-xs-3> .participant-icon{
        top: 554px;
    }
}
