a.buttonStyle001, a:link.buttonStyle001 {
    background: #007200;
    color: white;
}

a.buttonStyle001:hover, a:link.buttonStyle001:hover {
    background: #0F823F;
    color: white;
}

/* Login button */
.WaGadgetLoginButton .loginLink, .WaGadgetLoginForm .loginLink {
    background: #007200 !important;
    color: white !important;
}
/* Login button on hover */
.WaGadgetLoginButton .loginLink:hover, .WaGadgetLoginForm .loginLink:hover {
    background: #0F823F !important;
}
/* Logout button */
.WaGadgetLoginButton .authenticated .loginLink, .WaGadgetLoginForm .authenticated .loginLink {
    background: 0 !important;
    color: #007200 !important;
}
/* Logout button on hover */
.WaGadgetLoginButton .authenticated .loginLink:hover, .WaGadgetLoginButton .authenticated .loginLink.hover, .WaGadgetLoginForm .authenticated .loginLink:hover, .WaGadgetLoginForm .authenticated .loginLink.hover {
    background: #0F823F !important;
    color: white !important;
}

.WaGadgetMobilePanel .mobilePanel {
    position: relative;
    height: 50px;
    background: #007200;
    color: white;
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle002 .stickyMenu.active {
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #007200;
    border-bottom: 0px solid #2e6ab4;
    box-sizing: border-box;
}


.camera_wrap {
    background: #007200;
}

.camera_thumbs_cont {
    background: #007200;
}

.camera_commands, .camera_next, .camera_prev {
    background: #007200;
}

.camera_next:hover, .camera_prev:hover {
    background: #0F823F;
}


.navigationOuterContainer input.nextButton, .navigationOuterContainer input.typeButton, .navigationOuterContainer input[type=submit] {
    background: #007200;
}

.navigationOuterContainer input.nextButton:hover, .navigationOuterContainer input.typeButton:hover, .navigationOuterContainer input[type=submit]:hover {
    background: #0F823F;
}

.WaGadgetTermsOfUse .login-role-actions input[type='submit'] {
    background: #007200;
}

.WaGadgetTermsOfUse .login-role-actions input[type='submit']:hover {
    background: #0F823F;
    color: white;
}

.WaGadgetTermsOfUse .login-role-actions input[type='submit'][disabled=''] {
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: default;
    background: #007200;
    color: white;
    border: 0;
}


.WaGadgetUnsubscribeFromEmails form input[type=submit] {
    background: #007200;
}

.WaGadgetUnsubscribeFromEmails form input[type=submit]:hover {
    background: #0F823F;
    color: white;
}


.WaGadgetAuthorizationRequired .loginPageTable input.loginButton {
   
    background: #007200;

}

.WaGadgetAuthorizationRequired .loginPageTable input.loginButton:hover {
    background: #0F823F;
    color: white;
}

.generalFieldsContainer .fieldSubContainer input.typeButton, .generalFieldsContainer .fieldSubContainer input[type=submit] {
    background: #007200;
}

.generalFieldsContainer .fieldSubContainer input.typeButton:hover, .generalFieldsContainer .fieldSubContainer input[type=submit]:hover {
    background: #0F823F;
    color: white;
}


.WaGadgetOnlineStoreProduct .OnlineStoreProduct_aside .OnlineStoreButton .OnlineStoreProduct_addToCartButton {
    
    background: #007200;
}

.WaGadgetOnlineStoreProduct .OnlineStoreProduct_aside .OnlineStoreButton .OnlineStoreProduct_addToCartButton:hover {
    background: #0F823F;
    color: white;
}