.menu-icon {
    width: 100%;
    height: auto;
    fill: #34CE13;
    padding-bottom: 10px;
    vertical-align: bottom;
}
.menu-item {
    font-family: Open Sans, sans-serif;
    font-size: 2em;
    text-align: center;
    color: black;
    text-decoration: none;
}
.menu-item:hover .menu-icon {
    fill: green;
    stroke: green;
    stroke-width: 1;
}
.menu-item:hover strong {
    color: green;
}
.logo {
    width: auto;
    height: auto;
    max-height: 50px;
}
.container {
    background-color: white;
    border-radius: 5px;
    padding-top: 25px;
    padding-bottom: 50px;
}
.schedule-overview {
    background-color: rgba(52, 206, 19, .75);
    color: white;
    margin-bottom: 3em;
    border-radius: 10px;
    padding: 20px;
}
.schedule-overview:hover {
    background-color: rgba(52, 206, 19, 1);
}
.schedule-overview p {
    font-size: 1.5em;
}
.schedule-overview .btn {
    font-size: 1.5em;
}
.schedule-overview small {
    color: white;
}
.schedule-overview-subtitle {
    border-bottom: 1px solid green;
    white-space: nowrap;
}
.btn_add_schedule {
    padding-left: 0;
    background-color: rgba(52, 206, 19, .75);
    color: white;
}
.btn_add_schedule:hover {
    background-color: rgba(52, 206, 19, 1);
    color: white;
}
#add_schedule_header {
    color: #333333;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #CCCCCC;    
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.33;
    padding-top: 1em;
    padding-bottom: 1em;

}
.course-image {
    border-radius: 15px;
    width: 100%;
    height: auto;
}
body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: darkgreen;
    background-image: url('../images/golf.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.onoffswitch {
    position: relative;
    width: 115px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: "Open Sans", Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch-member:before {
    content: "Member";
    padding-left: 15px;
    background-color: #34CE13;
    color: #FFFFFF;
}
.onoffswitch-member:after {
    content: "Guest";
    padding-right: 15px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}
.onoffswitch-active:before {
    content: "Active";
    padding-left: 15px;
    background-color: #34CE13;
    color: #FFFFFF;
}
.onoffswitch-active:after {
    content: "Inactive";
    padding-right: 15px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}
.onoffswitch-sex:before {
    content: "Male";
    padding-left: 15px;
    background-color: #59ABE3;
    color: #FFFFFF;
}
.onoffswitch-sex:after {
    content: "Female";
    padding-right: 15px;
    background-color: #FFC0CB;
    color: #333333;
    text-align: right;
}
.onoffswitch-plays-forward-tee:before {
    content: "Forward";
    padding-left: 15px;
    background-color: #FFC0CB;
    color: #333333;
}
.onoffswitch-plays-forward-tee:after {
    content: "Standard";
    padding-right: 15px;
    background-color: #34CE13;
    color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 30px;
    margin: 0px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 86px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}
.boy-avatar {
    content: url("../images/boy_small.jpg")
}
.girl-avatar {
    content: url("../images/girl_small.jpg")
}
.search-avatar {
    width: 50px;
    height: auto;
    padding-right: 5px;
}
.search-result {
    display: inline-block;
    vertical-align: top;
}
.smaller-text {
    font-size: 75%;
}
.guest-only {
    display: none;
}
.green-background {
    background-color: green;
}
.green-background a{
    border: 1px solid green !important;
    background: rgba(52, 206, 19, 1) !important;   
}
.bot-spacer {
    margin-bottom: 10px;
}

/* Login for drop down box and for login page*/
#login-toggle {
    text-align: right;
}
#login-container {
    display: inline-block;
    position: relative;
}
#login-box {
    display: none;
    position: absolute;
    right: 0;
    z-index: 10;
    width: 300px;
    border-radius: 5px;
    padding: 5px;
    background-color: #FFF;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
       -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
            box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);

}
#login-box div {
    margin: 20px;
}
#login-user-entry input {
    margin-bottom: 10px;
}

.modal-fullscreen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: gray;
    background-color: rgba(50,50,50,0.6);
}

/* Reference for site's unique green color */
.wedge-green {
    color: #34CE13;
}
.wedge-green:hover {
    color: green;
}
