/*Login gadget color */

.WaGadgetLoginButton .loginContainer.loginContainer .loginLink {
    
    background: white;
    color: #34495d;
   
}
.WaGadgetLoginButton .loginContainer.loginContainer .loginLink:hover {
    background: white;
    color: #34495d;
}
.WaGadgetLoginButton .loginContainer.authenticated.loginContainer.authenticated .loginLink {
   
    background: white;
    color: #34495d;
    
}
.WaGadgetLoginButton .loginContainer.authenticated.loginContainer.authenticated .loginLink:hover, .WaGadgetLoginButton .loginContainer.authenticated.loginContainer.authenticated .loginLink.hover {
    background: white;
    color: #34495d;
}
.WaGadgetEventsStateCalendar #idViewSwitchersTable div[id*=Button] a {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 120px;
    margin: 0;
    padding: 14px 18px 15px;
    background: #f8c76f;
    border: 0;
    outline: 0;
    color: white;
    font: normal 18px/1.22 'Tahoma',sans-serif;
    white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 14px;
    display: block;
    min-width: 0;
    padding-right: 0;
    padding-left: 0;
    line-height: 1.5;
}

.WaGadgetEventsStateCalendar #idViewSwitchersTable div[id*=Button] span {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 120px;
    margin: 0;
    padding: 14px 18px 15px;
    background: #f69a1f;
    border: 0;
    outline: 0;
    color: white;
    font: normal 18px/1.22 'Tahoma',sans-serif;
    white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 14px;
    display: block;
    min-width: 0;
    padding-right: 0;
    padding-left: 0;
    line-height: 1.5;
}

.WaGadgetEventsStateCalendar #idViewSwitchersTable div[id*=Button] a:hover,
.WaGadgetEventsStateCalendar #idViewSwitchersTable div[id*=Button] span:hover {
    background-color: #f6cf8a;
}
.camera_thumbs_cont {
    display: none;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: rgba(53, 152, 193, 0.5);
}
.camera_next,
.camera_prev {
    background: #f69a1f; /* Replace with your desired normal state color */
}
.camera_next:hover,.camera_prev:hover {
    background: #f6cf8a
}
.camera_commands, .camera_next, .camera_prev {
        background: #000000;
}
.loginLink {
    color: #000000;
}
.WaGadgetEventsStateCalendar #idViewSwitchersTable div[id*=Button] a,
.WaGadgetEventsStateCalendar #idViewSwitchersTable div[id*=Button] span {
    color: #FFFFFF;
}
.navigationOuterContainer input.nextButton,
.navigationOuterContainer input.typeButton,
.navigationOuterContainer input[type=submit] {
    background: #f69a1f;
    color: #FFFFFF;
}
.WaGadgetLoginForm .loginContainer.loginContainer .loginLink {
    background: #f69a1f; /* replace with your normal state color */
}

.WaGadgetLoginForm .loginContainer.loginContainer .loginLink:hover,
.WaGadgetLoginForm .loginContainer.loginContainer .loginLink.hover { 
    background: #f6cf8a; /* replace with your hover state color */
}
.camera_wrap {
    position: relative;
    z-index: 0;
    float: left;
    display: none;
    width: 100%;
    background: transparent; /* Set background to transparent */
    overflow: hidden;
}

.camera_bar_cont {
    display: none; /* Hide the loading bar */
}

#pie_0 {
    /* styles for #pie_0 if needed */
}
.WaGadgetEventsStateCalendar .sectionTitle {
    color: black;
}
.WaGadgetLoginForm .loginButton {
    background: #f69a1f
}
.WaGadgetBlog .controlPanel .toggleButton {
    background: #f69a1f
}
A:not(.stylizedButton),
A:link:not(.stylizedButton),
A:active:not(.stylizedButton),
A:visited:not(.stylizedButton),
.gadgetStyleNone a:not(.stylizedButton),
.gadgetStyleNone a:link:not(.stylizedButton)
{color: #000000;
}
.WaGadgetBlogStateList #idAddNewPostButtonContainer input[type=submit] {
    background: #f69a1f
}
#id_IHJbabW {
    background-color: #f6cf8a; /* Your menu background color */
    padding: 0px; /* Adjust as needed */
    box-shadow: 5px 5px 10px 0px #f69a1f; /* Adjust shadow values and color */
}
#id_aDDn9NF {
    background-color: #f6cf8a; /* Your div background color */
    padding: 1px; /* Adjust as needed */
    box-shadow: 3px 5px 5px 0px rgb(246, 154, 31); /* Adjust shadow values and color */
}
.WaGadgetContactProfile .topButtonsOuterContainer input.typeButton {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 120px;
    margin: 0;
    padding: 14px 18px 15px;
    background: #f69a1f;
}
.WaGadgetEvents {
    height: 100%;
}
.WaGadgetEventsStateCalendar #idViewSwitchersTable div[id*=Button]:before,
.WaGadgetEventsStateCalendar #idViewSwitchersTable div[id*=Button]:after {
    position: absolute;
    top: 0;
    left: -2px;
    display: block;
    width: 2px;
    height: 100%;
    background: #f69a1f;
    content: '';
}