/* Basic display rules and alignment for calendar components */

/* Button styling */
#glw-homelink-button {
    background-color: #EEE6DD;
    border: none;
    border-radius: 4px;
    border-width: 0 !important;
    box-shadow: 0 0 5px grey;
    color: #32415B;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    padding: 1px 4px;
    text-align: center;
    transition: background-color 0.3s ease;
}

#glw-homelink-button:hover,
#glw-homelink-button:focus {
    background-color: #e8d5be;
}

.glw-cal-button,
.calendar-nav-prev a,
.calendar-nav-next a {
    color: #32415B;
    font-weight: bold;
}


/* Now handled by JavaScript
#submit,
#cancelBtn { }
*/

#glw-calendar-buttons {
    /*display: block;*/
    display: none; /* Hide the entire button container initially */
    margin-top: 2em;
    text-align: center;
}

#glw-calendar-buttons.show {
    display: block; /* Show when this class is added */
}


/* Neutral defaults only; view-specific files control layout */
.textarea-day {
    font-size: 12px;
    line-height: 1.05em;
}