@import 'global.css';
@import 'pages/index.css';
@import 'parts/footer.css';
@import 'parts/header.css';
@import 'parts/image-banner.css';
@import 'parts/navbar.css';
@import 'parts/table.css';

/* 
    Created on : 07-Jan-2018, 11:35:26
    Author     : c_j_m
*/
body {
    font: 1em "Roboto Condensed", Verdana, Geneva, sans-serif;
    padding: 0;
    margin: 0px;
    color: black;
    background-color: whitesmoke;
    background-image: url("../images/bg001.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
div {
    padding: 0;
    margin: 0;
}
button {
    cursor: pointer;
}
.hidden {
    display: none;
}
.errors {
    color: red;
    font-weight: 700;
}
.requiredLabel {
    font-size: 0.8em;
}
#app {
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;*/

    margin: 0px;
    /*background-color: #ccc;
    background: -webkit-linear-gradient(top, #ccc, #888);    
    background: -moz-linear-gradient(top, #ccc, #888);    
    background: -ms-linear-gradient(top, #ccc, #888);    
    background: linear-gradient(top, #ccc, #888);*/
}

#app > header {
    padding: 0;
    font-size: 1.5em;
    color: whitesmoke;
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        #45484d 0%,
        #000000 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#content {
    min-height: 75vh;
    margin: 0 auto;
}
.menu {
    display: none;
    background-color: #111;
    color: white;
    padding: 0.25em;
    overflow: hidden;
}
#mainMenu {
    padding: 0;
    margin: 0;
}
#mainMenu li {
    list-style-type: none;
    margin: 0 0 0.25em 0;
    border-bottom: 1px solid #555;
}
#mainMenu a,
#mainMenu a:visited {
    display: block;
    width: 100%;
    border: 1px solid #111;
    font-family: "Roboto Condensed", arial, verdana, sans-serif;
    font-size: 0.7em;
    text-align: left;
    text-decoration: none;
    background: #111;
    color: #eee;
    padding: 0.25em;
}

.subMenu {
    display: none;
    background-color: #222;
    padding: 0.25em;
    overflow: hidden;
}
#mainMenu .subMenu a {
    background: #222;
    color: #eee;
    border: none;
}

button:focus {
    outline: 0;
}

.home {
    background-color: transparent;
    border: none;
}

.search {
    border: none;
    float: right;
    padding-right: 20px;
    padding-top: 18px;
    background-color: transparent;
}

.searchDialog {
    display: none;
    background-color: #000;
    color: white;
    padding: 0.25em;
    overflow: auto;
}

.searchText {
    width: 200px;
    font-size: 0.7em;
    font-family: "Roboto Condensed", arial, verdana, sans-serif;
}

.searchButton {
    background-color: #111;
    border: 1px solid #eee;
    color: #eee;
    font-size: 0.7em;
    font-family: "Roboto Condensed", arial, verdana, sans-serif;
}

.footerTable {
    width: 100%;
    text-align: center;
    border-spacing: 0;
}

.footerTable td {
    border-bottom: 1px solid #111;
    padding: 10px;
}

.copyright {
    font-size: 0.7em;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.connect {
    font-size: 0.8em;
    text-align: center;
    margin-bottom: 15px;
}
.connect span {
    font-weight: 800;
    color: green;
}
.connect span a {
    font-weight: 800;
    color: green;
    text-decoration: none;
}

.connectIcons {
    padding-bottom: 20px;
    text-align: center;
}
.homeLink a {
    font-weight: 800;
    color: green;
    text-decoration: none;
}
.footerLinks a {
    color: whitesmoke;
    text-decoration: none;
}
.featuredNews a {
    text-decoration: none;
    color: green;
    font-weight: 800;
}
/* Style all font awesome icons */
.fa {
    padding: 10px;
}

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook-square {
    color: #3b5998;
}

/* Twitter */
.fa-twitter {
    color: #55acee;
}

.fa-google {
    color: #dd4b39;
}

.fa-linkedin {
    color: #007bb5;
}

.fa-youtube-play {
    color: #bb0000;
}

.fa-instagram {
    color: #f56040;
}

/* Desktop header */
.homeDesktop {
    height: 250px;
}
.infoPanels {
    color: whitesmoke;
    width: 280px;
    float: right;
    padding-top: 70px;
    padding-right: 80px;
    font-size: 1.3em;
    text-align: center;
}
.infoPanel1 {
    display: block;
}
.infoPanel2 {
    display: none;
}
.infoPanel3 {
    display: none;
}
.infoPanelEmphasis {
    color: white;
    font-weight: 900;
}

/* Ranking tables */
#rankings {
    margin: 0 0 10px 0;
    background-color: rgba(0, 0, 0, 0.2);
}
#rankingsMain {
    margin: 0;
}
.rankingsUnit1 {
    display: block;
}
.rankingsUnit2 {
    display: none;
}
.rankingsUnit3 {
    display: none;
}
.rankingsHeader {
    font-weight: 700;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    background-color: white;
}
.rankingsStandings {
    float: right;
}
.rankingsTable {
    width: 100%;
    font-size: 1em;
    border-spacing: 0;
}
.rankingsTable tr:nth-child(even) {
    background: #ddd;
}
.rankingsTable tr:nth-child(odd) {
    background: #fff;
}
.rankingsTable td {
    padding: 10px;
}
.rankColumn {
    text-align: center;
    font-weight: 700;
}
.movementColumn {
    text-align: center;
    font-weight: 700;
    color: #060;
}
.nameColumn {
    color: #000;
}
.nameColumn a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.clubColumn {
    color: #005;
}
.clubColumn a {
    color: #005;
    text-decoration: none;
}
.pointsColumn {
    text-align: center;
    font-weight: 700;
    color: #007bb5;
}
.fullStandings {
    padding: 15px;
    /*box-shadow: 2px 3px 3px rgba(0,0,0,0.6);*/
    border-top: 1px solid #ddd;
    color: #005;
    background-color: white;
}
.fullStandings a {
    color: #005;
    text-decoration: none;
}
.fullStandings span {
    font-weight: 700;
}
.countrySelection {
    font-weight: 700;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    background-color: white;
}

/* Adverts */
#smallAdvert {
    text-align: center;
}
.smallAdvertBanner {
    width: 320px;
    height: 50px;
    border: 1px solid #000;
    margin: 0 auto;
}
#largeAdvert {
    text-align: center;
}
.largeAdvertBanner {
    width: 300px;
    height: 250px;
    border: 1px solid #000;
    margin: 0 auto;
}

/* News */
#news {
    margin: 10px 0 10px 0;
    background-color: white;
}
#newsMain {
    margin: 0;
    background-color: white;
}
.newsHeader {
    font-weight: 700;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.pgaTourHeader {
    font-weight: 700;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.europeanTourHeader {
    font-weight: 700;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.scottishGolfHeader {
    font-weight: 700;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.englandGolfHeader {
    font-weight: 700;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.letHeader {
    font-weight: 700;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.newsHeaderDate {
    font-size: 0.8em;
}
.pgaTourNews {
    display: none;
}
.europeanTourNews {
    display: none;
}
.scottishGolfNews {
    display: none;
}
.englandGolfNews {
    display: none;
}
.letNews {
    display: none;
}
.newsFooter {
    padding: 15px;
    /*box-shadow: 2px 3px 3px rgba(0,0,0,0.6);*/
    border-top: 1px solid #ddd;
    color: #005;
}
.newsFooter span {
    font-weight: 700;
}
.newsFooter a {
    color: #005;
    text-decoration: none;
}
.featuredNews {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.newsTitle {
    font-weight: 700;
    color: goldenrod;
    padding-bottom: 10px;
}
.newsSummary {
    padding-bottom: 10px;
}
.newsReadMore {
    font-weight: 700;
    font-size: 0.8em;
    color: goldenrod;
}
.greenLabel {
    color: #060;
}
.videoLink {
    margin-bottom: 10px;
}

/* Social */
#social {
    margin: 10px 0 0 0;
    background-color: white;
    text-align: center;
}
.socialHeader {
    font-weight: 700;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}
.socialTwitter {
    padding: 10px 0;
}

/* About MGR */
#aboutMgr {
    margin: 10px 0 10px 0;
    background-color: white;
    text-align: center;
}
.aboutMgrHeader {
    font-weight: 700;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}
.aboutMgrContent {
    padding: 10px;
    text-align: left;
}

/* Media adjustments */
@media only screen and (max-width: 1024px) {
    .mediaClubColumn {
        display: none;
    }
    .mediaPointsColumn {
        display: none;
    }
    .mobileHeader {
        display: block;
    }
    .desktopHeader {
        display: none;
    }
    .mobileFooter {
        display: block;
    }
    .desktopFooter {
        display: none;
    }
    .loginOrRegisterContent {
        background-color: white;
        height: 380px;
        margin: 0;
        padding: 15px;
    }
    .loginBox {
        margin-bottom: 30px;
    }
    .registerBox {
        margin: 0 auto;
    }
    .failedLoginContent {
        background-color: white;
        height: 320px;
        margin: 0;
        padding: 15px;
    }
    .registerContent {
        background-color: white;
        height: 100%;
        margin: 0;
        padding: 15px;
    }
    .activationContent {
        background-color: white;
        height: 370px;
        margin: 0;
        padding: 15px;
    }
}
@media only screen and (min-width: 1025px) {
    .mediaClubColumn {
        display: block;
    }
    .mediaPointsColumn {
        display: block;
    }
    .mobileHeader {
        display: none;
    }
    .mobileFooter {
        display: none;
    }
    .desktopHeader {
        display: block;
    }
    .desktopFooter {
        display: block;
    }
    .loginOrRegisterContent {
        background-color: white;
        height: 250px;
        margin: 0;
        padding: 15px;
    }
    .loginBox {
        float: left;
        margin-left: 40px;
    }
    .registerBox {
        float: right;
        padding-right: 100px;
    }
    .failedLoginContent {
        background-color: white;
        height: 250px;
        margin: 0;
        padding: 15px;
    }
    .registerContent {
        background-color: white;
        height: 670px;
        margin: 0;
        padding: 15px;
    }
    .activationContent {
        background-color: white;
        height: 310px;
        margin: 0;
        padding: 15px;
    }
}

/* Other */
.errorDetectedContent {
    margin: 0;
    background-color: white;
    padding: 15px;
}

.survey-block {
    float: right;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    height: 70px;
    color: white;
    font-size: 1rem;
    width: 50%;
}

@media only screen and (min-width: 1025px) {
    .survey-block {
        font-size: 1.5rem;
        width: 730px;
    }
}

.survey-block a {
    color: white;
    text-decoration: none;
}

.survey-block a span {
    color: #17af6f;
}

.external-ad img {
    max-width: 100%;
}