﻿/*General Classes start*/
* {
    
}

.addPadding {
    margin-top: 15px;
    margin-bottom: 15px;
}



.MobileMenu {
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: 167px;
}

hr.thin {
    border: 0 none;
    border-top: 1px solid #aaa;
    margin: 10px 0;
}

.rslides {
    z-index: 1;
}




/* END MASTER.ASPX */




/*STEP2.ASPX END*/



/*MAPS.ASPX END*/

/*TABS.ASCX START*/



/* Active link */
a.SideMenuBtnHrefActive:link {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

a.SideMenuBtnHrefActive:active {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}



/*RACEINFO.ASPX START*/

.DayTxt {
    font-family: arial;
    font-size: 22px;
    font-weight: bold;
    color: #007bcc;
    text-align: center;
    padding-top: 14px;
}

.TimerTxt {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
}

.TimerTxtSp {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    margin-top: -10px;
}

.TimeSmallTxt {
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    direction: rtl;
    margin-top: -6px;
}



/* #endregion */

/*Timer End*/





.FlagsBack {
    width: 228px;
    position: absolute;
    padding: 25px 5px;
    text-align: center;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #034EA2;
    border-radius: 7px;
    top: 74px;
    height: 17px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.langLink,
.langLink:link,
.langLink:visited {
    text-decoration: none;
    display: inline-block;
    margin: 0 3px;
}










.Timer {
    float: left;
    width: 234px;
    position: relative;
    top: 290px;
}

/*#timerCont {
    border: 6px solid #A9D72A;
    border-radius: 10px;
}*/

.TimerInner {
    border-radius: 7px;
    background-color: #034EA2;
    padding: 10px;
}

.TimerTxt > div,
.TimerTxt span {
    color: white;
}

.TimerTxt > div {
    display: inline-block;
    vertical-align: middle;
    width: 41px;
    line-height: 1;
    font-size: 11px;
}

    .TimerTxt > div:last-child {
        width: 54px;
    }

.TimerTxt .value:after {
    content: ":";
    padding: 0 2px;
}

.TimerTxt > div:last-child .value:after {
    content: "";
    padding: 0;
}

.TimerTxt .value {
    font-size: 32px;
    font-weight: bold;
}

.RegForm .Col {
    float: right;
    width: 46%;
    margin-left: 30px;
}

    .RegForm .Col:last-child {
        margin-left: 0;
    }

.form-row {
    margin: 0 0 10px;
    max-width: 740px;
}

    .form-row:before,
    .form-row:after,
    .Policy:before,
    .Policy:after {
        content: " ";
        display: table;
    }


    .form-row:after,
    .Policy:after {
        clear: both;
    }


.form-control {
    float: right;
}

.form-label {
    float: right;
    width: 162px;
}

    .form-label.short {
        width: 120px;
    }

.form-row > .form-control,
.form-control-group {
    float: left;
}

.RegForm input {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
}

.form-control .DropDownShirts_rtl-disp,
.form-control .DropDownShirts_ltr-disp {
    text-align: center;
}

.clearer {
    clear: both;
}

.Buttons .form-control {
    margin-right: 10px;
}

.Button {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.4) inset;
    padding: 5px;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .Button a {
        text-decoration: none;
    }

    .Button:hover {
        box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.6) inset;
    }

    .Button.Green {
        background-color: #AAD82B;
    }

    .Button.Blue {
        background-color: #006BB0;
    }

.GoldenTitle {
    /*border: 4px solid #e5c205;*/
    border-radius: 15px;
    width: 97%;
    height: 57px;
    padding-left: 5px;
}

.PageBlueBody,
.GreenBorder,
.GoldenTitle,
.BlueBorder {
    /*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 1);*/
    background-color: white;
}

.Shadow img {
    border-radius: 11px;
}

.RegistrationWrapper {
    margin: 6px 0 0 5px;
}

.GreenBorder {
    /*border: 3px solid #AAD82B;*/
}

.PageBlueBody,
.BlueBorder {
    /*border: 3px solid #0079CC;*/
}

    .PageBlueBody > .InnerWrapper {
        padding: 10px 35px;
    }

#agreePolicy {
    font-size: 18px;
    padding-left: 10px;
}

.Policy > div {
    float: right;
    max-width: 700px;
}

.row > div {
    background-color: transparent;
    float: right;
    width: 48%;
    line-height: 0;
}

    .row > div:last-child {
        float: left;
    }

.row {
    clear: both;
    margin: 0 0 30px;
    width: 100%;
}

    .row.NoFloat > div {
        float: none;
    }

.HeaderSlider,
.HeaderContent {
    height: 450px;
    width: 100%;
}

.HeaderSlider {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    background: url("/App_Themes/Default/images/Header.jpg");
}

.HeaderContent {
    z-index: 2;
    position: relative;
}

#mainContent {
    margin: 22px auto;
    width: 800px;
}

.MarathonLogo {
    float: right;
    background-color: #FFFFFF;
    border-radius: 7px;
    position: relative;
    top: 130px;
    padding: 18px 13px 18px 13px;

}

.TlvLogo {
    width: 153px;
    border: 0 solid;
}

.TlvLink {
    width: 233px;
    background-color: white;
    text-align: center;
    position: absolute;
    left: 0;
    top: 135px;
    border-radius: 7px;
    padding: 10px 0;
}

.contact-pro {
    width: 400px;
    margin: 20px 0 0;
}

    .contact-pro.success {
        color: #a1d322;
        font-size: 20px;
        font-weight: bold;
    }

    .contact-pro .form-control-row {
        margin: 0 0 10px;
    }

    .contact-pro textarea {
        width: 100%;
        resize: none;
    }

.submit {
    padding: 3px 10px;
    border: 0 none;
    background-color: #FF7614;
    border-radius: 5px;
    color: white !important;
    font-weight: bold;
    font-size: 15px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    text-decoration: none !important;
    display: inline-block;
    cursor: pointer;
}

.CenterWrapper {
    width: 1050px;
    position: absolute;
    top: 0;
    left: 50%;
    height: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}






.rmm.lang.minimal {
    position: absolute;
    display: none;
    top: 132px;
}

.rmm.lang li {
    float: right;
}




 


