﻿/**
    OLD:

    DARK: #006341
    MEDIUM: #009639
    LIGHT: rgba(0, 150, 57, 0.45);

    Nedbank Green: #006341
    Grass Green: #009639
    Apple Green: rgba(0, 150, 57, 0.45);

    **/

@font-face{
    font-family: "BebasNeue";
    src: url("../fonts/BebasNeue.ttf");
}

@font-face{
    font-family: "VillerayBold";
    src: url("../fonts/Villeray-Bold.ttf");
}

@font-face{
    font-family: "VillerayRegular";
    src: url("../fonts/Villeray-Regular.ttf");
}

@font-face{
    font-family: "VillerayMedium";
    src: url("../fonts/Villeray-Medium.ttf");
}

@font-face{
    font-family: "VilleraySemiLight";
    src: url("../fonts/Villeray-Semilight.ttf");
}

.checkbox input[type="checkbox"]{
    cursor: pointer;
}

.half-width{
    width: 50% !important;
}

.full-width{
    width: 100% !important;
}

html{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

body {
    padding: 0;
    margin: 0;
    min-width: 1055px;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

footer{
    width: 100%;
    clear: both;
    background-color: #efefef;
    padding: 20px;
    font-size: 13px;
    text-align: center;
}

.body-text{
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 10px;
}

.visible-hr{
    border-bottom: 2px solid #006341;
}

table.selectable tr:hover{
    background-color: rgba(0, 150, 57, 0.45);;
    color: #ffffff !important;
    cursor: pointer;
}

table.selectable tr:hover td{
    color: #ffffff !important;
}

table.selectable tr:first-child:hover {
}

table.sideformat tr td:first-child{
    color: #009639;
    border-bottom: 1px solid #009639;
    font-family: VillerayBold;
    width: 100px;
}

table.sideformat tr:last-child td{
    border-bottom: none !important;
    vertical-align: middle;
}

table.register{
    font-size: 14px;
}
table.register tr td:first-child{
        color: #009639;
        font-family: VillerayBold;
        width: 100px;
}

table.register tr td:nth-child(3){
        color: #009639;
        font-family: VillerayBold;
        width: 100px;
}

a.format-none{
    text-decoration: none;
    color: #000000;
}

a.format-none:hover{
    text-decoration: none;
}

a.format-none:active{
    text-decoration: none;
}

.darkblue{
    background-color: #006341;
    color: #ffffff;
}

.lightblue{
    background-color: #009639;
    color: #ffffff;
}

.light-opacity-blue {
    background-color: #8ccfa5;
    color: #ffffff;
}

.darkblue-text{
    color: #006341  !important;
}

.lightblue-text{
    color: #009639 !important;
}

.light-opacity-blue-text{
    color: rgba(0, 150, 57, 0.45);  !important;
}

.light-grey-text{
    color: #c3c1c1;
}

.light-grey{
    background-color: #c3c1c1;
    color: #ffffff;
}

.light-green {
    background-color: #006341;
}

.textbox-neue {
    border: none;
    padding: 5px;
    resize: vertical;
    font-size: 12px;
    background-color: #006341;
    color: #ffffff;
    font-family: VillerayRegular;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
    background-color: #006341 !important;
}

.btn-neue{
    border: none;
    padding: 5px 10px 5px 10px;
    resize: vertical;
    font-size: 14px;
}

.generic-button {
    text-decoration: none;
    border: none;
    border-radius: 0px;
    padding: 2.5px 10px;
    color: #ffffff;
    font-size: 14px;
}

.generic-button:hover {
    text-decoration: none;
    border: none;
    border-radius: 0px;
    padding: 2.5px 10px;
    color: #ffffff;
    font-size: 14px;
}

.generic-button:active {
    text-decoration: none;
    border: none;
    border-radius: 0px;
    padding: 2.5px 10px;
    color: #ffffff;
    font-size: 14px;
}

.generic-button:visited {
    text-decoration: none;
    border: none;
    border-radius: 0px;
    padding: 2.5px 10px;
    color: #ffffff;
    font-size: 14px;
}

.generic-button:focus {
    text-decoration: none;
    border: none;
    border-radius: 0px;
    padding: 2.5px 10px;
    color: #ffffff;
    font-size: 14px;
}


.textbox-neue::-webkit-input-placeholder{
    color: #ffffff;
}

.site-menu-search{
    width: 100%;
    text-align: right;
    padding: 10px 10px 0px 10px;
}

.subheading{
    font-size: 15px;
    padding: 0px !important;
    color: #929191 !important;
}

/*
    Auto Complete Textbox
*/
.ui-autocomplete {
    font-family: VillerayBold !important;
    font-size: 10px !important;
    background: #8ccfa5 !important;
    border-radius: 0px !important;
}
.ui-autocomplete.source:hover {
    background: #009639 !important;
}

.ui-menu .ui-menu-item a{
    font-family: VillerayBold !important;
    color: #96f226 !important;
    border-radius: 0px !important;
    border: 1px solid #454545 !important;
}


.text-title{
    display: block;
    width: 100%;
    text-align: center;
    color: #006341;
    font-weight: 700;
}

.social-container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: right;
    padding: 10px 10px 10px 10%;
}

.social-container .social{
    width: 50px;
    cursor: pointer;
    margin: 0px 5px;
}

.social-container .logo{
    width: 60px;
}

hr.login{
    width: 50%;
    margin: 10px 0px 10px 0px;
    border-bottom: 2px solid #006341;
}

hr.contact{
    width: 100%;
    margin: 10px 0px 10px 0px;
    border-bottom: 2px solid #006341;
}

hr.dotted{
    width: 100%;
    border-bottom: 2px dotted #009639;
    margin: 10px 0px 10px 0px;
}

/*
    Content Placeholder styling
*/

.MasterContent{
    width: 70%;
    float: left;
    padding: 10px;
    font-size: 10px;
}

.SidebarContent{
    width: 30%;
    min-width: 310px;
    padding: 0px 20px 0px 20px;
    float: left;
}

.SidebarContent .logo-banner{
    width: 100%;
    float: right;
    padding-left: 10%;
}

.MasterContainer{
    padding-top: 0px;
}

.title-bar {
    font-family: VillerayBold;
    width: 100%;
    padding: 5px;
    font-size: 15px;
    clear: both;
}

.sidebar-banner{
    display: flex;
    align-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10%;
}

.long-banner{
    display: flex;
    align-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sidebar-banner a{
    width: 100%;
}

.sidebar-banner a img{
    width: 100%;
}

.long-banner a{
    width: 100%;
}
.long-banner a img{
    width: 100%;
}

/*
    Master Page Styling
*/

.guidebooks-selection{
    width: 100%;
    height: 60px;
    font-family: BebasNeue;
}

.left-colour-holder{
    height: 100%;
    width: 20px;
    float: left;
}

.title{
    display: flex;
    align-items: center;
    padding: 10px;
    height: 100%;
    font-size: 25px;
    float: left;
    box-sizing: border-box;
}

.guidebooks-container{
    height: 100%;
    float: right;
}

.guidebooks-container a{
    text-decoration: none;
    color: #000000 !important;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.guidebooks-container a:hover{
    text-decoration: none;
    color: #000000 !important;
}

.guidebooks-container ul{
    list-style: none;
    height: 100%;
    margin: 0;
    padding: 0;
}

.guidebooks-container ul li{
    height: 100%;
    display: inline-flex;
    align-items: center;
    padding: 10px;
    font-size: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.guidebooks-container ul li.active{
    background-color: rgba(0, 150, 57, 0.45); !important;
}

.user-banner{
    text-align: left;
    font-size: 12px;
    font-family: VillerayBold;
    float: left;
}

.user-text{
    
}

.site-banner{
    width: 100%;
}

.site-banner img{
    width: 100%;
}

/*
    Site Menu Navigation Bar
*/

.site-menu{
    width: 100%;
    font-family: BebasNeue;
}

.menu-list{
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    font-size: 0;
}

.menu-list li.active{
    border-bottom: 6px solid #009639;
    color: #009639;
}

.menu-item {
    position: relative;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14.285714%;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    border-bottom: 6px solid #006341;
    color: #333333;
    cursor: pointer;
}

.menu-item a{
    text-decoration: none;
    color: #000000;
    width: 100%;
    text-align: center;
}

.menu-list a:active{
    text-decoration: none;
    color: #009639;
}

.menu-list a:hover{
    text-decoration: none;
}

.menu-list a:visited{
    text-decoration: none;
    color: #000000;
}

.menu-item:hover{
    border-bottom: 6px solid #009639;
    text-decoration: none;
    color: #009639;
}


.menu-item img{
    width: 20px;
}

/*
    Sub Menu Nav Bar
*/

.submenu-list{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 45px;
    padding: 10px 0px 10px 0px;
    list-style: none;
    background-color: #8ccfa5;
    color: #000000;
    z-index: 999;
}

.submenu-item{
    padding: 10px;
    border-bottom: 1px solid #ffffff;
    box-sizing: border-box;
    width: 90%;
    margin: auto;
}

.submenu-item:last-child{
    border-bottom: 0px;
}

.submenu-item:hover{
    background-color: #ffffff;
    color: #006341;
}

/*
    ALERT DIALOG STYLING
*/
.alert-dialog-overlay{
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.63);
    z-index: 99;
}

/*
    LOADER DIALOG STYLING
*/

.loader-dialog{
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.63);
    z-index: 99;
}

.loader-dialog-img{
    width: 100px;
    height: 100px;
}

/*
    Page Styling
*/


/*
    HOME
*/
.home-content{

}

.home-content .category-container{
    border-radius: 0 0 10px 10px;
}

.home-content .category-container .category-header{
    font-size: 15px;
}

.home-content .category-container .category-content{
    font-size: 13px;
}

.home-content .category-container .category-content .sub-category-container-overlay{
    overflow: hidden;
    margin-top: 10px;
}

.home-content .category-container .category-content hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #d4d2d2;
}

.home-content .category-container .category-content .sub-category-container-overlay .sub-category-container{
    width: 48%;
    float: left;
    margin-bottom: 10px;
    clear: both;
}

.home-content .category-container .category-content .sub-category-container-overlay .sub-category-container:nth-child(even){
    width: 48%;
    float: left;
    margin-left: 4%;
    clear: none;
}

.home-content .category-container .category-content .sub-category-container-overlay .sub-category-content{
    padding: 0;
}

.home-content .category-container .category-content .sub-category-container-overlay .sub-category-content .articletitle {
    font-family: VillerayRegular;
    margin-top: 10px;
}

.home-content .category-container .category-content .sub-category-container-overlay .sub-category-content .articletitle a {
    color: grey;
}

.home-content .category-container .category-content .sub-category-container-overlay .sub-category-loose-content{
    padding: 10px 0px;
    clear: both;
}


.home-content .category-container .category-content .grouptitle{
    padding: 5px;
    font-family: VillerayRegular;
    font-weight: 600;
    clear: both;
    overflow:hidden;
    text-overflow: ellipsis;
}

.home-content .category-container .category-content .grouptitle a{
    color: #009639;
    font-weight: 300;
}

.home-content .category-container .category-content .grouptitle a:hover{
    color: #009639;
    font-weight: 300;
}

.home-content .category-container .category-content .grouptitle a:visited{
    color:#009639;
    font-weight: 300;
}

.home-content .category-container .category-content .articletitle {
    font-family: VillerayRegular;
    margin-top: 10px;
}

.sub-category-container{
    
}



/*
    HOME ARTICLE DETAILS
*/

.home-article-details{

}

.article-details{
	font-size: 14px;
}

/*
    LOGIN
*/
.login-container{
    min-width: 660px;
    overflow: auto;
}

.login-register{
    width: 100%;
    overflow: hidden;
}

.login-form{
    overflow: hidden;
}

.login-img{
    float: left;
}

.login-img img{
    
}

.login-inputs{
    width: 80%;
    float: left;
    font-size: 10px;
    padding-left: 10px;
    font-family: VillerayBold;
}

table.login{
     float: left;
     font-size: 12px;
}

.login-inputs table tr th{
    color: #009639;
}

.login-inputs table tr td{
    padding: 1px 10px 1px 10px;
}

.login-buttons{
    clear: both;
    margin-top: 20px;
}

.login-inputs table tr td input[type="button"]{
    padding: 1px 10px 1px 10px;
}

.login hr{
    clear: both;
    float: left;
}

.remember-me-container{
    width: 50%;
    float: left;
    text-align: center;
}

.remember{
    outline: none;
    cursor: pointer;
}

.login-alt{
    float: left;
    color: #009639;
    line-height: 25px;
}

.login-alt a img{
    width: 20px;
    margin-right: 25px;
}

.benefits-description{
    font-family: VillerayBold;
    border: 2px dashed #009639;
    color: #ffffff;
    padding: 10px;
    font-size: 14px;
}

.benefits-description ul{
    list-style: none;
}

.login-complete-img{
    padding: 0px;
    float: left;
}

.login-complete-img img{
    width: 50px;
}

.login-complete-text{
    float: left;
    padding: 0px 0px 0px 10px;
    font-family: VillerayBold;
}

.login-complete-text-subtext{
    font-size: 12px;
}

/*
    Contact Us
*/

.contact-form{
    width: 60%;
    float: left;
}

.contact-details{
    width: 40%;
    padding: 10px;
    float: left;
    text-align: center;
    font-size: 14px;
}

.contact-details img{
    display: block;
    width: 20%;
    margin: auto;
}

.message{
    min-height: 255px;
    font-size: 14px;
}

/*
    FIXTURES
*/

.fixture-container{
    min-width: 660px;
    overflow: auto;
}

.fixtures-search{
    width: 100%;
    overflow: hidden;
}

.fixtures-form{
    overflow: hidden;
}

.fixtures-search-img{
    float: left;
}

.fixtures-search-img img{
    display: block;
    margin: auto;
}

.fixtures-search-inputs{
    float: left;
    padding-left: 10px;
    font-family: VillerayBold;
}

.fixtures-search-inputs table tr th{
    color: #009639;
}

.fixtures-search-inputs table tr td{
    padding: 1px 10px 1px 10px;
}

.fixtures-buttons{
    clear: both;
    margin-top: 20px;
}

.fixtures-search-inputs table tr td input[type="button"]{
    padding: 1px 10px 1px 10px;
}

.fixtures-search hr{
    clear: both;
}

.fixtures tr th{
    color: #009639;
    border: 1px solid #009639;
    border-top: none;
}

.fixtures tr th:first-child{
    border-left: none;
}

.fixtures tr th:last-child{
    border-right: none;
}

.fixtures tr td{
    color: #797979;
    border: 1px solid #dddbdb;
    border-top: none;
}

.fixtures tr td:first-child{
    border-left: none;
}

.fixtures tr td:last-child{
    border-right: none;
}

.fixtures tr td a{
    cursor: pointer;
    text-decoration: none;
}

/*
    Race Reviews
*/

.race-reviews-container{
    width: 100%;
    overflow: hidden;
    font-family: VillerayRegular;
}

.row-review{
    margin-bottom: 10px;
    padding: 0;
    border-radius: 10px;
}

.race-review-outer{
    width: 100%;
    min-height: 50px;
    overflow: hidden;
}

.race-review-img{
    width: 80%;
    min-height: 50px;
    margin: auto;
}

.race-review-img img {
    border-radius: 5px;
    width: 80%;
    max-width: 100px;
    margin: 10px auto;
    display: block;
}

.race-review-text{
    width: 100%;
    text-align: center;
}

.race-review-website{
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word;
    min-height: 25px;
    padding-left: 10px;
}

.race-review-website img{
    width: 20px;
}

.race-review-name{
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word;
    min-height: 25px;
}

.row{
    margin: 0;
    padding-top: 10px;
}

.xcol-xs-6{
    padding: 0;
    margin: 0;
}

/*
    Products Review
*/

.product-reviews-container{
    width: 100%;
    overflow: hidden;
    font-family: VillerayRegular;
}

.product-review-outer{
    width: 100%;
    min-height: 50px;
    overflow: hidden;
}

.product-review-img{
    width: 80%;
    min-height: 50px;
    margin: auto;
}

.product-review-img img{
    border-radius: 5px;
    width: 100%;
    margin: 10px auto;
    display: block;
}

.product-review-text{
    width: 100%;
    text-align: center;
}

.product-review-website{
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word;
    min-height: 25px;
    padding-left: 10px;
}

.product-review-website img{
    width: 20px;
}

.product-review-name{
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word;
    min-height: 25px;
}

/*
    Product Review Details
*/

.product-review-details{

}

.review-title {
    width: 100%;
    text-align: center;
    background-color: #009639;
    color: white;
    padding: 10px;
}

.review-body{
    font-family: VilleraySemiLight;
    margin-top: 10px;
}

.review-body h1, h2, h3{
    font-family: VillerayBold;
}

.product-review-contact{
    width: 50%;
    font-family: VilleraySemiLight;
    clear: both;
}

/*
    Race Information
*/

.race-details-menu-container{
    width: 100%;
}

.race-details-menu{
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}

.race-details-menu-item{
    display: inline-block;
    width: 12.0%;
    overflow: hidden;
    padding-bottom: 10px;
    margin: 0% 0.25%;
    cursor: pointer;
}

.race-details-menu-item2{
    display: inline-block;
    width: 12.0%;
    overflow: hidden;
    padding-bottom: 10px;
    margin: 0% 0.25%;
    cursor: pointer;
}


.race-details-menu-item.racetab-active{
    border-bottom: 2px dashed grey;
}

.race-details-menu-item img{
   width: 100%;
}

.race-info-container{
    position: relative;
    overflow: hidden;
}

.new-banner{
    background-color: rgba(0, 255, 0, 0.61);
    color: black;
    font-size: 10px;
    width: 140px;
    padding: 10px;
    position: absolute;
    left: -40px;
    top: 10px;
    transform: rotate(45deg);
}

.new-banner-right{
    background-color: rgba(0, 255, 0, 0.61);
    color: black;
    font-size: 10px;
    width: 140px;
    padding: 10px;
    position: absolute;
    right: -35px;
    top: 20px;
    transform: rotate(45deg);
    text-align: center;
}

.cancelled-banner{
    background-color: rgba(255, 0, 0, 0.61);
    color: white;
    font-size: 10px;
    width: 140px;
    padding: 10px;
    position: absolute;
    left: -40px;
    top: 10px;
    transform: rotate(45deg);
}

.cancelled-banner-right{
    background-color: rgba(255, 0, 0, 0.61);
    color: white;
    font-size: 10px;
    width: 140px;
    padding: 10px;
    position: absolute;
    right: -35px;
    top: 20px;
    transform: rotate(45deg);
    text-align: center;
}

.postponed-banner {
    background-color: rgba(244, 247, 118, 1);
    color: black;
    font-size: 10px;
    width: 140px;
    padding: 10px;
    position: absolute;
    left: -40px;
    top: 10px;
    transform: rotate(45deg);
}

.postponed-banner-right {
    background-color: rgba(244, 247, 118, 1);
    color: black;
    font-size: 10px;
    width: 140px;
    padding: 10px;
    position: absolute;
    right: -35px;
    top: 20px;
    transform: rotate(45deg);
    text-align: center;
}

.race-info-contact-details{
    width: 100%;
}

.contact-details-primary{
    width: 50%;
    padding-right: 30px;
    float: left;
}

.contact-details-secondary{
    width: 50%;
    padding-left: 30px;
    float: left;
}

.race-info tr th{
    color: #009639;
    border: 1px solid #009639;
    border-top: none;
}

.race-info tr th:first-child{
    border-left: none;
}

.race-info tr th:last-child{
    border-right: none;
}

.coordinates-img{
    width: 50px;
    cursor: pointer;
}

/*
    Section + Menu Toggle Classes
*/    
.race-info-toggle{
    display: block;
}

.entry-details-toggle{
    display: none;
}

.directions-container{
    display: none;
}

.the-swim-container{
    display: none;
}

.media-releases-container{
    display: none;
}

.organiser-container{
    display: none;
}

.editors-notes-container{
    display: none;
}

/*
    Registration
*/

.missing-text{
    color: red;
    display: none;
}

/*
    CLUB LISTING
*/

table.club-list{
    font-size: 14px;
}

table.club-list tr td a{
    text-decoration: none;
    display: block;
    color: #000000;
    width: 100%;
    height: 100%;
}

table.club-list tr td a:hover{
    color: #ffffff;
}

/*
    RACE CHANGES
*/
.racechanges-container{
    width: 100%;
    margin-top: 40px;
    clear: both;
    border: 1px solid #009639;
    height: 200px;
    overflow: auto;
}

.racechanges-title{
    
}

.racechanges-content{
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
    overflow: auto;
    word-wrap: break-word;
}

.changes-title{
    font-size: 15px;
    font-family: VillerayBold;
}

/*
    RACE CHANGES 
*/

 .changes-button{
     width: 31.33333333333333%;
     height: 50px;
     margin: auto 1%;
     float: left;
     background-color: grey;
     padding: 10px;
     color: #ffffff;
     cursor: pointer;
     font-size: 11px;
 }

.venue-changes-list{
    text-align: left;
}

.date-changes-list{
    text-align: left;
}

.time-changes-list{
    text-align: left;
}

.contact-changes-list{
    text-align: left;
}

.changes-sub-title{
    display: block;
    width: 100%;
    padding: 10px 10px;
    background-color: rgba(128, 128, 128, 0.36);
}

.changes-box{
    width: 100%;
    color: black;
    padding: 10px;
    margin: 10px;
    border: 1px solid rgba(128, 128, 128, 0.4);
}

.changes-box table{
    width: 100%;
}

.changes-box table tr{
    width: 100%;
}

.changes-box table tr td{
    width: 50%;
    padding: 8px;
}

.changes-box table tr th{
    width: 50%;
    padding: 8px;
}

.changes-box table tr td span{
    color: red;
}

 table.selectable-overidden tr:hover{
    background-color: #ffffff !important;
    color: grey !important;
    cursor: auto !important;
}

table.selectable-overidden tr:hover td{
    color: grey !important;
}

.new-race{
    background-color: rgba(0, 255, 0, 0.61);
    color: white;
    font-size: 10px;
    width: 140px;
    padding: 10px;
    position: absolute;
    left: -40px;
    top: 10px;
    transform: rotate(-45deg);
    text-align: center;
}

.cancelled-race{
    background-color: rgba(255, 0, 0, 0.61);
    color: white;
    font-size: 10px;
    width: 140px;
    padding: 10px;
    position: absolute;
    left: -40px;
    top: 10px;
    transform: rotate(-45deg);
    text-align: center;
}

.race-changes-table{
    table-layout: auto;
    width: 100%;
}

.race-changes-table tr th:first-child{
    width: 50px;
}

.race-changes-table tr td:first-child{
    width: 50px;
}

/*

*/

.articletitle-static{
    font-size: 13px;
    font-family: VillerayRegular;
}

.articletitle-static img{
    width: 100px;
    padding: 10px;
}

.member-profile-table {
    width: 100%;
}

.member-profile-table tr{
    width: 100%;
}

.member-profile-table tr td{
    width: 100%;
    padding: 10px 0px;
}

.member-button{
    font-size: 15px;
    float: right;
}

.toggle-container{
    font-size: 13px;
}

.race-info{
    font-size: 11px;
}

.media-release-table{
    table-layout: fixed;
}

.media-release-table tr{
    cursor: pointer;
}

.media-release-table td{
    cursor: pointer;
}

.overflow-ellipses{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.media-overlay{
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
}

.media-overlay-close{
    position: fixed;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 50px;
    cursor: pointer;
}

.media-container{
    width: 70%;
    height: 50%;
    background-color: #ffffff;
}

.media-content{
    width: 100%;
    height: 100%;
    padding: 10px;
    word-wrap: break-word;
    font-size: 20px;
    overflow: auto;
}

.weak{
    color: Red;
}

.medium{
    color: Orange;
}

.strong{
    color: Green;
}

.password-strength{
    background-color: transparent;
    color: red;
}

.member-area-title{
    width: 100%;
    padding: 10px;
    color: white;
    font-family: VillerayRegular;
    font-size: 13px;
}

.site-banner-logo-container{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15%;
    margin-right: 10px;
}

.site-banner-logo{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.logo-container-icon{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.logo-container-icon img{
    display: block;
    width: 80%;
    margin: auto;
}

.logo-container-text{
    position: absolute;
    width: 100%;
    bottom: 0;
    min-height: 40px;
    padding: 10px 10px 20px 10px;
}

.logo-container-text img{
    width: 100%;
}

.article-title-static{
    color: #009639;
}

.home-article-container{
    width: 100%;
}

.walker-banner {
     /*position: absolute; 
     top: 0; 
     right: 350px;*/ 
    padding: 10px;
    color: white;
    background-color: #006241;
    float: left;
    width: auto;
    margin: 10px;
}

.funrun-banner {
     /*position: absolute; 
     top: 0; 
     right: 350px;*/ 
    padding: 10px;
    color: white;
    background-color: #006241;
    float: left;
    width: auto;
    margin: 10px;
}

#vmap{
    float: left;
}

img.mud-img {
    width: 30px;
}
.resized{
    width: 10%;
}