/*work around OG CSS*/
@media (max-width: 767px){
    .calendar-navigation__select.select .selectric .button {
        display: block;
    }
}
input[type="date"]::-webkit-inner-spin-button {
    /*display: none;*/
    -webkit-appearance: none;
    margin: 0;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.iScrollIndicator {
  background-color: rgba(0,0,0,0.2) !important;
  width: 100% !important;
  right: 0;
  border-radius: 1rem !important;
}
.iScrollIndicator:hover,
.iScrollVerticalScrollbar:hover .iScrollIndicator{
  background-color: rgba(0,0,0,0.5) !important;
}
.iScrollVerticalScrollbar:hover{
    background-color: #eee;
    opacity: .9;
    width: 1rem !important;
}
.switch_on .switch_yellow{
    background-color: #f0ab00;
}
.switch_on .switch_yellow:after{
    background-color: #fff;
}
/*end work around*/

.sort-by-down::after {
    content: "\25BC"; /*arrow down*/
    color: rgba(255,255,255,0.5);
    padding-left: 4px;
}
.sort-by-up::after {
    content: " \25B2"; /*arrow up*/
    color: rgba(255,255,255,0.5);
    padding-left: 4px;
}
.warning_sign:after{
    content: "\0026a0";
    font-weight: bold;
    color: #f00;
    padding-left: 4px;
    font-size: 2.5rem;
}
.sort-by-down.sort-by-active::after,
.sort-by-up.sort-by-active::after{
    color: rgba(255,255,255,1);
}
.deleteanimation{
    opacity: 0;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transform: all 0.25s ease;
    transform: scale(0) ;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transition-function: scale,opacity;
    -webkit-transition-function: scale,opacity;
    -moz-transition-function: scale,opacity;
    -ms-transition-function: scale,opacity;
}
.input_no-border{
    border:none;
}
.stroke_red{
    color:#ff0000;
    text-decoration:line-through;
}
.btn_green {
    background-color: #99e699;
}
.btn_blue {
    background-color: #6276ad;
}
.btn_red {
    background-color: #f00;
}
.btn_white {
    background-color: #fff;
    color: #393939;
}
.btn_white:hover {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}
.iscrollwrapper{
    position:initial;
    height: auto;
    z-index: 1;
    overflow: visible;
}
.icon_calendar{
    cursor: pointer;
}
/*http://cssdeck.com/labs/pure-css-icons*/
a.icon {
    margin: 3px;
    background-color: #fff;
    border: 2px solid #000;
    display: inline-block;
    position: relative;
    vertical-align: top;
    box-sizing: content-box;
}
a.icon:after,
a.icon:before {
    background: #fff;
    border: 2px solid #000;
    content: '';
    position: absolute;
}
a.icon:hover,
a.icon:hover:after,
a.icon:hover:before {
    background-color: #fff;
}
/* New Document Icon */

a.newDoc {
    border-top: 2px solid #000;
    box-shadow: inset 0 0 0 2px #fff;
    height: 15px;
    top: 10px;
    width: 20px;
}
a.newDoc:hover {
    box-shadow: inset 0 0 0 2px #fff;
}
a.newDoc:after {
    height: 10px;
    right: 1px;
    top: -9px;
    width: 10px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
a.newDoc:before {
    border-bottom: none;
    border-right: 2px solid #000;
    height: 10px;
    left: -2px;
    top: -12px;
    width: 11px;
}
/* Mail Icon */
a.mail {
    height: 20px;
    top: 4px;
    width: 28px;
    min-width: 28px;
}
a.mail:after,
a.mail:before {
    border-top: none;
    top: 6px;
    width: 13px;
}
a.mail:after {
    left: -2px;
    -webkit-transform: rotate(25deg);
       -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
         -o-transform: rotate(25deg);
            transform: rotate(25deg);
}
a.mail:before {
    right: -2px;
    -webkit-transform: rotate(-25deg);
       -moz-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
         -o-transform: rotate(-25deg);
            transform: rotate(-25deg);
}
.event-header__subtitle{
    white-space: nowrap;
    display:flex;
    flex:1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table_min_height{
    min-height:50rem;
}
.medal{
    display: inline-block;
    height: 1.8rem;
    min-width: 1.8rem !important;
    border-radius: 0.9rem;
    margin-right: 0.5rem;
}
.medal.gold {
    background-color: #FFD700;
}
.medal.silver {
    background-color: #C0C0C0;
}
.medal.bronze {
    background-color: #CD7F32;
}
.light-grey{
    background-color:rgba(0,0,0,0.08);
}
/*member section*/
#authentication .error {
    color: #A70000;
    font-size: 1.4rem;
    line-height: 1.428571428571429;
}
.member_header{
    position: relative;
    z-index: 2;
    width: 100%;
    border-top: .1rem solid #f5f5f5;
    background: #eee;
}
.member_header .member_navigation_container{
    height: 63px;
    display: flex;
    flex-direction: row;
    flex: 1;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.member_header .member_navigation{
    /*font: 700 1.4rem/1.71 'Arial',sans-serif;*/
    font: 700 16px/1.71 'Arial',sans-serif;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.member_header .member_navigation_item:first-child{
    margin-right: auto;
}
.member_header .member_navigation_item a, .member_header .member_navigation_item button{
    padding: 2rem;
    text-transform: uppercase;
    color: rgba(86,86,86,.8);
    line-height: 1.2;
}

.member_header .member_navigation_item button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: 700 16px/1.71 Arial,sans-serif;
    border: none;
    box-shadow: none;
    line-height: 1;
    outline: none;
    cursor: pointer;
    padding: 20px;
    color: #000;
}

.member_header .member_navigation_item.logout a{
    color:#000;
}

.member_header .member_navigation_container a.fis-logo{
    background-image: url("//res.cloudinary.com/fis-production/image/upload/c_fit,dpr_1.0,f_auto,g_center,q_auto,w_2546/v1/fis-prod/FIS_MAIN_LOGO_RVB");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 2px;
    padding: 1.8rem;
}
.member_header .member_account_information{
    height: auto;
    min-height: 50px;
    display: flex;
    flex: 0 0 1000px;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    background: #fff;
    
}
.member_header .member_account_information ul{
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
    flex-wrap: wrap;
    margin: 0 auto;
}
.member_header .member_account_information li.member_account_information_item{
    display: flex;
    flex-direction: row;
    flex: 0 0 200px;
    justify-content: flex-start; 
    line-height: 1;
    margin-left: 10px;
    width: 200px;
    align-items: center;
    
}
li.member_account_information_item div{
    display: flex;
    flex:1;
    margin-top: 2px;
    /*font: 1.2rem/1.71 'Arial',sans-serif;*/
    font: 14px/1.71 'Arial',sans-serif;
}
.page_member {
/*    min-height: 100vh;*/
    margin-top: 2rem;
}
.page_member_mountains:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    z-index: -1;
    background-image: url(../images/content-background.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
}
.heading_fis {
    font-size: inherit;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.25em;
    color: #001c98;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    border-bottom: none;
}
.heading_fis_l1 {
    font-size: 5rem;
    line-height: 0.88;
}
.heading_fis_l2 {
    font-size: 4.4rem;
    line-height: 1;
    letter-spacing: 1.2px;
}
.heading_fis_l3 {
    font-size: 2rem;
    line-height: 1.125;
}
.content_member{
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top:2rem;
    background: #fff;
    min-height: 400px;
}
.content_span-top_sm {
    padding-top: 3rem;
}
@media (max-width: 1170px) {
    .member_header .member_navigation_container a.fis-logo{
        padding: 1.8rem;
    }
    .member_header .member_account_information ul{
        width: 900px;
    }
}
@media (max-width: 768px) {
    .member_header .member_navigation{
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        /*font-size: 1.2rem;*/
        font-size: 16px;
    }
    
    .member_header .member_navigation_container a.fis-logo{
        padding: 1.5rem;
    }
    .member_header .member_account_information{
        flex: 0 0 700px;
    }
    .member_header .member_account_information ul{
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    li.member_account_information_item div{
        /*font-size: 0.8rem;*/
        font-size: 12px;
    }
    .member_header .member_account_information li.member_account_information_item{
        flex: 0 0 200px;
    }
}
@media (max-width: 460px) {
    li.member_account_information_item div{
        /*font-size: 0.8rem;*/
        font-size: 10px;
    }
    .member_header .member_account_information li.member_account_information_item {
        flex: 0 0 170px;
    }
}

@media (min-width: 1170px) {
}
@media (min-width: 768px) {
    .member_header .member_navigation{
        width: 100%;
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .member_header .member_account_information ul{
        width: 100%;
        padding-left: 4rem;
        padding-right: 4rem;
    }
    
    li.member_account_information_item div{
        /*font-size: 1rem;*/
        font-size: 12px;
    }
}
@media (min-width: 1170px) {
    .member_header .member_navigation{
        width: 1170px;
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .member_header .member_account_information ul{
        width: 1170px;
        padding-left: 6rem;
        padding-right: 6rem;
    }
    li.member_account_information_item div{
        /*font-size: 1.2rem;*/
        font-size: 12px;
    }
}
@media (min-width: 1550px) {
    .member_header .member_navigation{
        width: 1550px;
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .member_header .member_account_information ul{
        width: 1550px;
        padding-left: 6rem;
        padding-right: 6rem;
    }
    li.member_account_information_item div{
/*        font-size: 1.2rem;*/
        font-size: 12px;
    }
}
.align-middle {
  vertical-align: middle;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  display: inline-block;
}
a{
    color: inherit;
}
.live.prelive{
   background-color: #a09a9a; 
}
.live.review {
  background-color: #F0AB00;
}
.live.gps {
  background-color: #6276ad;
}
/*.error_msg,
.error_field input,
.error_field select{
    background-color: #FFBABA;
}*/
.heading_fis {
    font-size: inherit;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.25em;
    color: #001c98;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    border-bottom: none;
}
.heading_fis_l1 {
    font-size: 5rem;
    line-height: 0.88;
}
.heading_fis_l2 {
    font-size: 4.4rem;
    line-height: 1;
    letter-spacing: 1.2px;
}
.heading_fis_l3 {
    font-size: 2rem;
    line-height: 1.125;
}
.heading_l4 {
    font-size: 2rem;
    line-height: 1.125;
}
.black{
    color: black;
}
.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
font-size: 1.8rem;
line-height: 1.125;
}
.info {
color: #00529B;
background-color: #BDE5F8;
/*background-image: url('info.png');*/
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
/*background-image:url('success.png');*/
}
.warning{
color: #9F6000;
background-color: #FEEFB3;
/*background-image: url('warning.png');*/
}
.error,
.error_msg{
color: #D8000C;
background-color: #FFBABA;
/*background-image: url('error.png');*/
}
.btn_grey{
    background-color: #a09a9a;
}
.bt{
    border-top: .1rem solid rgba(0,0,0,0.1);
}
.bb{
    border-bottom: .1rem solid rgba(0,0,0,0.1);
}
.bl{
    border-left: .1rem solid rgba(0,0,0,0.1);
}
.br{
    border-right: .1rem solid rgba(0,0,0,0.1);
}
.bx{
    border: .1rem solid rgba(0,0,0,0.1);
}
.thead .bt{
    border-top: .1rem solid rgba(255,255,255,0.3);
}
.thead .bb{
    border-bottom: .1rem solid rgba(255,255,255,0.3);
}
.thead .bl{
    border-left: .1rem solid rgba(255,255,255,0.3);
}
.thead .br{
    border-right: .1rem solid rgba(255,255,255,0.3);
}
.thead .bx{
    border: .1rem solid rgba(255,255,255,0.3);
}
.mh-0{
    min-height: 0px !important;
}
.col-max_10{
    max-width: 10rem;
}
.col-max_20{
    max-width: 20rem;
}
.col-max_30{
    max-width: 30rem;
}
.col-max_40{
    max-width: 40rem;
}
.col-max_50{
    max-width: 50rem;
}
.col-min_10{
    min-width: 10rem;
}
.col-min_20{
    min-width: 20rem;
}
.col-min_30{
    min-width: 30rem;
}
.col-min_40{
    min-width: 40rem;
}
.col-min_50{
    min-width: 50rem;
}
.ellipsis{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
    .bt-xs{
        border-top: .1rem solid rgba(0,0,0,0.1);
    }
    .bb-xs{
        border-bottom: .1rem solid rgba(0,0,0,0.1);
    }
    .bl-xs{
        border-left: .1rem solid rgba(0,0,0,0.1);
    }
    .br-xs{
        border-right: .1rem solid rgba(0,0,0,0.1);
    }
    .pb-xs-1_1 {
        padding-bottom: 1.1rem;
    }
    .thead .bt-xs{
        border-top: .1rem solid rgba(255,255,255,0.3);
    }
    .thead .bb-xs{
        border-bottom: .1rem solid rgba(255,255,255,0.3);
    }
    .thead .bl-xs{
        border-left: .1rem solid rgba(255,255,255,0.3);
    }
    .thead .br-xs{
        border-right: .1rem solid rgba(255,255,255,0.3);
    }
    .thead .bx-xs{
        border: .1rem solid rgba(255,255,255,0.3);
    }
    .mh-xs-0{
        min-height: 0px !important;
    }
    .font_xs_large{
        font-size: 1.4rem;
    }
    .font_xs_medium{
        font-size: 1.2rem;
    }
    .font_xs_small{
        font-size: 1rem;
    }
    .ellipsis_xs{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .col-xs-max_10{
        max-width: 10rem;
    }
    .col-xs-max_20{
        max-width: 20rem;
    }
    .col-xs-max_30{
        max-width: 30rem;
    }
    .col-xs-max_40{
        max-width: 40rem;
    }
    .col-xs-max_50{
        max-width: 50rem;
    }
    .col-xs-min_10{
        min-width: 10rem;
    }
    .col-xs-min_20{
        min-width: 20rem;
    }
    .col-xs-min_30{
        min-width: 30rem;
    }
    .col-xs-min_40{
        min-width: 40rem;
    }
    .col-xs-min_50{
        min-width: 50rem;
    }
}
@media only screen and (max-width: 1169px) and (min-width: 768px) {
    .bt-sm{
        border-top: .1rem solid rgba(0,0,0,0.1);
    }
    .bb-sm{
        border-bottom: .1rem solid rgba(0,0,0,0.1);
    }
    .bl-sm{
        border-left: .1rem solid rgba(0,0,0,0.1);
    }
    .br-sm{
        border-right: .1rem solid rgba(0,0,0,0.1);
    }
    .thead .bt-sm{
        border-top: .1rem solid rgba(255,255,255,0.3);
    }
    .thead .bb-sm{
        border-bottom: .1rem solid rgba(255,255,255,0.3);
    }
    .thead .bl-sm{
        border-left: .1rem solid rgba(255,255,255,0.3);
    }
    .thead .br-sm{
        border-right: .1rem solid rgba(255,255,255,0.3);
    }
    .thead .bx-sm{
        border: .1rem solid rgba(255,255,255,0.3);
    }
    .mh-sm-0{
        min-height: 0px !important;
    }
    .font_sm_large{
        font-size: 1.4rem;
    }
    .font_sm_medium{
        font-size: 1.2rem;
    }
    .font_sm_small{
        font-size: 1rem;
    }
    .ellipsis_sm{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .col-sm-max_10{
        max-width: 10rem;
    }
    .col-sm-max_20{
        max-width: 20rem;
    }
    .col-sm-max_30{
        max-width: 30rem;
    }
    .col-sm-max_40{
        max-width: 40rem;
    }
    .col-sm-max_50{
        max-width: 50rem;
    }
    .col-sm-min_10{
        min-width: 10rem;
    }
    .col-sm-min_20{
        min-width: 20rem;
    }
    .col-sm-min_30{
        min-width: 30rem;
    }
    .col-sm-min_40{
        min-width: 40rem;
    }
    .col-sm-min_50{
        min-width: 50rem;
    }
}
@media only screen and (max-width: 1549px) and (min-width: 1170px) {
    .bt-md{
        border-top: .1rem solid rgba(0,0,0,0.1);
    }
    .bb-md{
        border-bottom: .1rem solid rgba(0,0,0,0.1);
    }
    .bl-md{
        border-left: .1rem solid rgba(0,0,0,0.1);
    }
    .br-md{
        border-right: .1rem solid rgba(0,0,0,0.1);
    }
    .thead .bt-md{
        border-top: .1rem solid rgba(255,255,255,0.3);
    }
    .thead .bb-md{
        border-bottom: .1rem solid rgba(255,255,255,0.3);
    }
    .thead .bl-md{
        border-left: .1rem solid rgba(255,255,255,0.3);
    }
    .thead .br-md{
        border-right: .1rem solid rgba(255,255,255,0.3);
    }
    .thead .bx-md{
        border: .1rem solid rgba(255,255,255,0.3);
    }
    .mh-md-0{
        min-height: 0px !important;
    }
    .font_md_large{
        font-size: 1.4rem;
    }
    .font_md_medium{
        font-size: 1.2rem;
    }
    .font_md_small{
        font-size: 1rem;
    }
    .ellipsis_md{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .col-md-max_10{
        max-width: 10rem;
    }
    .col-md-max_20{
        max-width: 20rem;
    }
    .col-md-max_30{
        max-width: 30rem;
    }
    .col-md-max_40{
        max-width: 40rem;
    }
    .col-md-max_50{
        max-width: 50rem;
    }
    .col-md-min_10{
        min-width: 10rem;
    }
    .col-md-min_20{
        min-width: 20rem;
    }
    .col-md-min_30{
        min-width: 30rem;
    }
    .col-md-min_40{
        min-width: 40rem;
    }
    .col-md-min_50{
        min-width: 50rem;
    }
}
@media only screen and (min-width: 1550px) {
    .bt-lg{
        border-top: .1rem solid rgba(0,0,0,0.1);
    }
    .bb-lg{
        border-bottom: .1rem solid rgba(0,0,0,0.1);
    }
    .bl-lg{
        border-left: .1rem solid rgba(0,0,0,0.1);
    }
    .br-lg{
        border-right: .1rem solid rgba(0,0,0,0.1);
    }
    .thead .bt-lg{
        border-top: .1rem solid rgba(255,255,255,0.3);
    }
    .thead .bb-lg{
        border-bottom: .1rem solid rgba(255,255,255,0.3);
    }
    .thead .bl-lg{
        border-left: .1rem solid rgba(255,255,255,0.3);
    }
    .thead .br-lg{
        border-right: .1rem solid rgba(255,255,255,0.3);
    }
    .thead .bx-lg{
        border: .1rem solid rgba(255,255,255,0.3);
    }
    .mh-lg-0{
        min-height: 0px !important;
    }
    .font_lg_large{
        font-size: 1.4rem;
    }
    .font_lg_medium{
        font-size: 1.2rem;
    }
    .font_lg_small{
        font-size: 1rem;
    }
    .ellipsis_lg{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .col-lg-max_10{
        max-width: 10rem;
    }
    .col-lg-max_20{
        max-width: 20rem;
    }
    .col-lg-max_30{
        max-width: 30rem;
    }
    .col-lg-max_40{
        max-width: 40rem;
    }
    .col-lg-max_50{
        max-width: 50rem;
    }
    .col-lg-min_10{
        min-width: 10rem;
    }
    .col-lg-min_20{
        min-width: 20rem;
    }
    .col-lg-min_30{
        min-width: 30rem;
    }
    .col-lg-min_40{
        min-width: 40rem;
    }
    .col-lg-min_50{
        min-width: 50rem;
    }
}
.profile-info__value {
    width: 70%;
}
@media (max-width: 1549px) and (min-width: 1170px){
    .profile-info__value {
        width: 60%;
    }
}
@media (max-width: 1169px){
    .profile-info__value {
        min-width: 50%;
    }
}
.yellowcard{
    margin-top:-1px;
    margin-bottom:-1px;
    margin-left: 10px;
    height:20px;
    background:#ffe45c;
    border:1px solid #ddd;
    padding-left:12px;
    float:right;
}
#lisencedwrapper {
    padding: 0;
    display: flex;
    flex:1;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-start; 
    flex-wrap: nowrap;
    height: 600px;
    position:relative;
}
#lisencedmap {
    height: 100%;
    width: 69%;
    margin: 0;
}
#lisencedinfo {
    width: 30%;
    height: 100%;
    margin: 0;
}
#country-chart {
    position: relative;
    height: 100%;
}
@media (max-width: 1549px){
    #lisencedwrapper{
        height: 50rem;
    }
}
@media (max-width: 1169px){
    #lisencedwrapper {
        flex-wrap: wrap;
        height: 90rem;
    }
    #lisencedmap{
        width: 100%;
        height:40rem;
    }
    #lisencedinfo{
        width: 100%;
        height:50rem;
    }
    #country-chart {
        height:50rem;
    }
}
@media (max-width: 767px){
    #lisencedwrapper {
        flex-wrap: wrap;
        height: 70rem;
    }
    #lisencedmap{
        width: 100%;
        height:30rem;
    }
    #lisencedinfo{
        width: 100%;
        height:40rem;
    }
    #country-chart {
        height:40rem;
    }
}
.checkbox{
    margin-top: 1rem;
    padding-bottom: 1rem;
}
.input__error{
    display: none;
    color: red;
    
}
.message_box{
    position: relative;
    min-height: 1em;
    margin: 1em 0;
    background: #f8f8f9;
    padding: 1em 1.5em;
    line-height: 1.4285em;
    color: rgba(0,0,0,.87);
    -webkit-transition: opacity .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
    transition: opacity .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
    transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;
    transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease;
    border-radius: .28571429rem;
    -webkit-box-shadow: 0 0 0 1px rgba(34,36,38,.22) inset,0 0 0 0 transparent;
    box-shadow: 0 0 0 1px rgba(34,36,38,.22) inset,0 0 0 0 transparent;
    font-size: 1.4rem;
}
.message_box:last-child {
    margin-bottom: 0;
}
.message_box.red{
    background-color: #ffe8e6;
    color: #db2828;
    -webkit-box-shadow: 0 0 0 1px #db2828 inset,0 0 0 0 transparent;
    box-shadow: 0 0 0 1px #db2828 inset,0 0 0 0 transparent; 
}
message_box.orange {
    background-color: #ffedde;
    color: #f2711c;
    -webkit-box-shadow: 0 0 0 1px #f2711c inset,0 0 0 0 transparent;
    box-shadow: 0 0 0 1px #f2711c inset,0 0 0 0 transparent;
}
.message_box.yellow {
    background-color: #fff8db;
    color: #b58105;
    -webkit-box-shadow: 0 0 0 1px #b58105 inset,0 0 0 0 transparent;
    box-shadow: 0 0 0 1px #b58105 inset,0 0 0 0 transparent;
}
.message_box.green {
    background-color: #e5f9e7;
    color: #1ebc30;
    -webkit-box-shadow: 0 0 0 1px #1ebc30 inset,0 0 0 0 transparent;
    box-shadow: 0 0 0 1px #1ebc30 inset,0 0 0 0 transparent;
}
.message_box.blue {
    background-color: #dff0ff;
    color: #2185d0;
    -webkit-box-shadow: 0 0 0 1px #2185d0 inset,0 0 0 0 transparent;
    box-shadow: 0 0 0 1px #2185d0 inset,0 0 0 0 transparent;
}
.message_box.violet {
    background-color: #eae7ff;
    color: #6435c9;
    -webkit-box-shadow: 0 0 0 1px #6435c9 inset,0 0 0 0 transparent;
    box-shadow: 0 0 0 1px #6435c9 inset,0 0 0 0 transparent;
}
.message_box.pink {
    background-color: #ffe3fb;
    color: #e03997;
    -webkit-box-shadow: 0 0 0 1px #e03997 inset,0 0 0 0 transparent;
    box-shadow: 0 0 0 1px #e03997 inset,0 0 0 0 transparent;
}
.message_box.brown {
    background-color: #f1e2d3;
    color: #a5673f;
    -webkit-box-shadow: 0 0 0 1px #a5673f inset,0 0 0 0 transparent;
    box-shadow: 0 0 0 1px #a5673f inset,0 0 0 0 transparent;
}
.message_box.black{
    background-color: #1b1c1d;
    color: rgba(255,255,255,.9);
}
.upload .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    max-width: 80%;
    font-family: inherit;
    font-size: 1.4rem;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.5rem;
    background-color: #f0ab00;
    color:white !important;
    height: 3rem;
}
.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}
.no-js .inputfile + label {
    display: none;
}
.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.form__item__fix{
    background: #f5f5f5;
}
.form__item__fix .input__text{
    font-weight: bold;
}
@media (max-width: 1169px){
    .select.select_size_small{
        min-width: 7rem;
    }
}
@media (max-width: 767px){
    .select.select_size_small{
        min-width: 5rem;
    }
}
.stroked,.stroked > *{
    text-decoration: line-through;
}
.striped {
    background-image: repeating-linear-gradient(-45deg, transparent 0 20px, rgba(255,0,0,.2) 20px 40px);
}
.grey{
    background-color: rgba(0,0,0,.2);
}
.legend-quotas__disc_grey{
    background-color: rgba(0,0,0,.2);
}
.disc_yellow {
    background-color: #f5c348;
}
.disc_red {
    background-color: #ff8080;
}
.disc_red.denied_big:after{
    color: #ffffff;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.25;
    content: "X";
    position: relative;
    left: 0.4rem;
    font-weight: bold;
}
.disc_red.denied_bigger:after{
    color: #ffffff;
    text-align: center;
    font-size: 2rem;
    line-height: 1.35;
    content: "X";
    position: relative;
    left: 0.65rem;
    font-weight: bold;
}
.disc_green {
    background-color: #99e699;
}
.disc_green.check_big:after{
    color: #ffffff;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.25;
    content: "\2714";
    position: relative;
    left: 0.35rem;
}
.disc_green.check_bigger:after{
    color: #ffffff;
    text-align: center;
    font-size: 2rem;
    line-height: 1.35;
    content: "\2714";
    position: relative;
    left: 0.5rem;
}
.disc_green.check_big:after{
    color: #ffffff;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.25;
    content: "$";
    position: relative;
    left: 0.1rem;
}
.disc_green.dollar_bigger:after{
    color: #ffffff;
    text-align: center;
    font-size: 2rem;
    line-height: 1.35;
    content: "$";
    position: relative;
    left: 0.8rem;
}
.disc_blue {
    background-color: #2b07f1;
}
.disc_orange {
    background-color: #fe6004;
}
.disc {
    content: "";
    display: inline;
/*    position: absolute;*/
    height: .6rem;
    width: .6rem;
    border-radius: .3rem;
    left: .9rem;
    top:30%;
}
.disc_absolute {
    content: "";
    display: inline;
    position: absolute;
    height: .6rem;
    width: .6rem;
    border-radius: .3rem;
    left: .9rem;
    top:30%;
}
.disc_bigger{
    content: "";
    display: inline;
    min-width: 2.6rem!important;
    height: 2.6rem;
    border-radius: 1.3rem;
    left: .9rem;
    margin-right: 1.3rem;
}
.disc_big{
    content: "";
    display: inline;
    min-width: 1.8rem!important;
    height: 1.8rem;
    border-radius: .9rem;
    left: .9rem;
    margin-right: .9rem;
}
.disc_medium{
    content: "";
    display: inline;
    min-width: 1.2rem!important;
    height: 1.2rem;
    border-radius: .6rem;
    left: .9rem;
    margin-right: .6rem;
}
.h-100,
.h-lg-100{
    height:100%;
}
.h-a,
.h-lg-a{
    height:auto;
}
.h-0,
.h-lg-0{
    height:0;
}
.h-0_2,
.h-lg-0_2{
    height:0.2rem
}
.h-0_4,
.h-lg-0_4{
    height:0.4rem
}
.h-0_6,
.h-lg-0_6{
    height:0.6rem
}
.h-0_8,
.h-lg-0_8{
    height:0.8rem
}
.h-1,
.h-lg-1{
    height:1rem
}
.h-1_2,
.h-lg-1_2{
    height:1.2rem
}
.h-1_4,
.h-lg-1_4{
    height:1.4rem
}
.h-1_6,
.h-lg-1_6{
    height:1.6rem
}
.h-1_8,
.h-lg-1_8{
    height:1.8rem
}
.h-2,
.h-lg-2{
    height:2rem
}
.justify-top{
    justify-content: start;
}
.justify-space-between{
    justify-content: space-between;
}
@media (max-width: 1549px){
    .h-md-100{
        height:100%;
    }
    .h-md-a{
        height:auto;
    }
    .h-md-0{
        height:0;
    }
    .h-md-0_2{
        height:0.2rem
    }
    .h-md-0_4{
        height:0.4rem
    }
    .h-md-0_6{
        height:0.6rem
    }
    .h-md-0_8{
        height:0.8rem
    }
    .h-md-1{
        height:1rem
    }
    .h-md-1_2{
        height:1.2rem
    }
    .h-md-1_4{
        height:1.4rem
    }
    .h-md-1_6{
        height:1.6rem
    }
    .h-md-1_8{
        height:1.8rem
    }
    .h-md-2{
        height:2rem
    }
}
@media (max-width: 1169px){
    .h-sm-100{
        height:100%;
    }
    .h-sm-a{
        height:auto;
    }
    .h-sm-0{
        height:0;
    }
    .h-sm-0_2{
        height:0.2rem
    }
    .h-sm-0_4{
        height:0.4rem
    }
    .h-sm-0_6{
        height:0.6rem
    }
    .h-sm-0_8{
        height:0.8rem
    }
    .h-sm-1{
        height:1rem
    }
    .h-sm-1_2{
        height:1.2rem
    }
    .h-sm-1_4{
        height:1.4rem
    }
    .h-sm-1_6{
        height:1.6rem
    }
    .h-sm-1_8{
        height:1.8rem
    }
    .h-sm-2{
        height:2rem
    }
}
@media (max-width: 767px){
    .h-xs-100{
        height:100%;
    }
    .h-xs-a{
        height:auto;
    }
    .h-xs-0{
        height:0;
    }
    .h-xs-0_2{
        height:0.2rem
    }
    .h-xs-0_4{
        height:0.4rem
    }
    .h-xs-0_6{
        height:0.6rem
    }
    .h-xs-0_8{
        height:0.8rem
    }
    .h-xs-1{
        height:1rem
    }
    .h-xs-1_2{
        height:1.2rem
    }
    .h-xs-1_4{
        height:1.4rem
    }
    .h-xs-1_6{
        height:1.6rem
    }
    .h-xs-1_8{
        height:1.8rem
    }
    .h-xs-2{
        height:2rem
    }
}
.bracket-widget {
  position: relative;
  overflow: hidden;
 
}
.bracket-widget__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  
}
.bracket-widget__content {
 
}
.bracket-widget:not([class*="bracket-widget_init_"]) .bracket-widget__tab:not(.active):not(.active_lg):not(.active_md):not(.active_sm):not(.active_xs){
  position: absolute;
  width: 100%;
  left: 100%;
}
@media (min-width: 1550px) {
  .bracket-widget_init_lg .bracket-widget__tab:not(.active):not(.active_lg):not(.active_md):not(.active_sm):not(.active_xs){
    position: absolute;
    width: 100%;
    left: 100%;
  }
}
@media (max-width: 1549px) {
  .bracket-widget_init_lg .bracket-widget__tab:not(.active):not(.active_lg):not(.active_md):not(.active_sm):not(.active_xs),
  .bracket-widget_init_md .bracket-widget__tab:not(.active):not(.active_md):not(.active_sm):not(.active_xs){
    position: absolute;
    width: 100%;
    left: 100%;
  }
}

@media (max-width: 1169px) {
  .bracket-widget_init_lg .bracket-widget__tab:not(.active):not(.active_lg):not(.active_md):not(.active_sm):not(.active_xs),
  .bracket-widget_init_md .bracket-widget__tab:not(.active):not(.active_md):not(.active_sm):not(.active_xs),
  .bracket-widget_init_sm .bracket-widget__tab:not(.active):not(.active_sm):not(.active_xs){
    position: absolute;
    width: 100%;
    left: 100%;
  }
}


@media (max-width: 767px) {
  .bracket-widget_init_lg .bracket-widget__tab:not(.active):not(.active_lg):not(.active_md):not(.active_sm):not(.active_xs),
  .bracket-widget_init_md .bracket-widget__tab:not(.active):not(.active_md):not(.active_sm):not(.active_xs),
  .bracket-widget_init_sm .bracket-widget__tab:not(.active):not(.active_sm):not(.active_xs),
  .bracket-widget_init_xs .bracket-widget__tab:not(.active):not(.active_xs){
    position: absolute;
    width: 100%;
    left: 100%;
  }
}
.gender__item_w {
    color: #ec74ae;
}
.events-banner .event-status_review:before {
    font-size: 1.4rem;
    line-height: 2.142857142857143;
    font-weight: bold;
    content: 'review';
    display: block;
    width: 7.4rem;
    height: 3rem;
    margin: auto;
    text-transform: uppercase;
    background-color: #F0AB00;
    color: #fff;
    text-align: center;
}

.bib {
    min-width: 20px;
    height: 25px;
    line-height: 1.8;
    text-align: center;
    color: #0c0c0c;
    padding-right: 2px;
    padding-left: 2px;
}

.bib.bib_yellow {
    background-color: #F0D000;
}

.bib.bib_gold {
    background: linear-gradient(45deg, rgba(212, 175, 55, 1) 0%, rgba(255, 255, 255, 1) 56%, rgba(212, 175, 55, 1) 96%);
}

.bib.bib_silver {
    background: linear-gradient(45deg, rgba(160, 160, 160, 1) 0%, rgba(232, 232, 232, 1) 56%, rgba(160, 160, 160, 1) 96%);
}

.bib.bib_red {
    background-color: #FF0000;
}

.bib.bib_blue {
    background-color: #0000FF;
    color: white;
}

.bib.bib_green {
    background-color: #04B985;
}

.bib.bib_black {
    background-color: #000000;
    color: white;
}

.bib.bib_grey {
    background: darkgray;
}

.bib.bib_turquoise {
    background-color: #0ACFD6;
}