/*
 * DETAILS SA // ZOS // 26.02.2018
 * AWSGWT
 */


/* OVERRIDE MAINS CSS */
#premiere-partie-form-green{width:100%; padding: 14px 0px;}
.border-green-fee-v2 {
    border: none;
    height: inherit;
}

/* Gold Reservation Entrance */
.golf-reservation-entrance {display: block;}
.golf-reservation-entrance.active:after {
    height: 2px;
    display: block;
    width: 100px;
    margin: 0 auto 30px auto;
    background: #aaa296;
    border-right: 1px white;
    content: '';
}
.golf-reservation-entrance.disabled {display: none;}
.golf-reservation-entrance .gr-title{font-family: 'HelveticaNeueLTStd-Md';font-size: 24px;}
.golf-reservation-entrance .gr-buttons{padding: 30px 0 50px 0;}
.golf-reservation-entrance .gr-button{
    width: 150px;
    /*height: 20px;*/
    background-color: #aaa296;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
    font-size: 12px;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.046875em;
    padding: 0.84375em 0.875em 0.78125em;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}
.golf-reservation-entrance .gr-button.active{
    background-color: #4CAF50;
}
.golf-reservation-entrance .gr-button.gr-button-visiteur{margin-right: 15px;}
.golf-reservation-entrance .gr-button.gr-button-membre{}

/* FORM LOGIN */
#awsLoginForm{ display:none;}
#awsLoginForm.active{ display:block;}

#awsLoginForm legend {
    font-family: 'HelveticaNeueLTStd-Md';font-size: 24px;
}
label.awsLoginFormLabel{width: 150px; text-align: left;text-transform: none;}
#awsLoginForm #awsgwtUserName{ width: 200px;}
#awsLoginForm #awsgwtUserPassword{ width: 200px;}
.awsLoginFormLinks{padding: 20px 0px;}
.awsLoginFormLinks a:hover {text-decoration: underline;}
#awsgwtLogin{
    width:150px;
    /*height: 20px;*/
    background-color: #aaa296;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
    font-size: 12px;
}


/* AWSGWT MENU */
ul.awsgwt-menu-container {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li.awsgwt-menu-item {
    float: left;
    min-width: 145px;
    background-color: #aaa296;
}

li.awsgwt-menu-item div {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    cursor: pointer;
}

li.awsgwt-menu-item.logout,
li.awsgwt-menu-item.logout.active {
    background-color: red;
}

li.awsgwt-menu-item:hover {
    background-color: #4CAF50;
}

li.awsgwt-menu-item.active {
    background-color: #4CAF50;
}

.awsgwt-modules { display: none;}
.awsgwt-modules.active { display: block; }

.awsgwt-modules > div {
    display: none;
}

.awsgwt-modules > div.active {
    display: block;
}

/* CUSTOM PAGE */
.awsgwtLogout{
    border: 1px solid;
}

@media (max-width: 1024px) {
    li.awsgwt-menu-item {
        min-width: 50%;
    }
}

@media (max-width: 768px) {
    .border-green-fee-v2 {
        height: inherit;
        padding: 84px 0px;
        margin: 15px 0;
    }

}
@media (max-width: 400px) {
    #premiere-partie-form-green{width:auto; height: inherit;}
    .golf-reservation-entrance .gr-button.gr-button-visiteur{margin-right: 0px;margin-bottom: 15px;}
}
@media (max-width: 320px) {
    #premiere-partie-form-green{width:auto; height: inherit;}
    .border-green-fee-v2 {
        padding: 84px 0px;
    }
    .golf-reservation-entrance .gr-button.gr-button-visiteur{margin-right: 0px;margin-bottom: 15px;}
}