/* styletmp.css */

/* Tab styles for the three main campuses. These styles apply to pages with Campus Tabs to separate content - ex. https://lib.usf.edu/about/libraries-hours/ */

#sm-tab.active, #nav-saramanatee-tab.active, #contact-tab.active {background: #edebd1; color: #006747; font-weight: bold;}
#sp-tab.active, #nav-stpete-tab.active, #stpete-tab.active, #profile-tab.active {background: #9ccb3b; color: #fff; font-weight: bold;}
#tampa-tab.active, #nav-tampa-tab.active,#home-tab.active {background: #006747; color: #9ccb3b;  font-weight: bold;}


/* LibCal Hours Widget Styles - Apply to hours calendars on https://lib.usf.edu/about/libraries-hours/*/
.s-lc-mhw-tb { 
    width: 100%; 
    border: 1px solid #ddd; 
    border-collapse: collapse; 
    border-spacing: 0; 
}

.s-lc-mhw-tb th, 
.s-lc-mhw-tb td { 
    border: 1px solid #ddd; 
    vertical-align: top; 
}

.s-lc-mhw-tb thead { 
    background-color: #F5F5F5; 
}

.s-lc-mhw-header { 
    text-align: center; 
}

.s-lc-mhw-header-date { 
    text-align: center; 
    display: inline-block; 
    margin-top: 5px; 
    font-size: 130%; 
}

.s-lc-mhw-days td { 
    text-align: center; 
    min-width: 14.28%; 
    max-width: 14.28%; 
    width: 14.28%;
}

.s-lc-mhw-day-l { 
    color: #555; 
    text-align: right; 
    padding: 2px; 
    font-size: 12px; 
}

.s-lc-mhw-cells { 
    height: 50px; 
}

.s-lc-mhw-fnc { 
    color: #555; 
}

.s-lc-mhw-loc { 
    font-size: 14px; 
    padding: 2px; 
    border-radius: 4px; 
    margin-bottom: 1px; 
    color: #fff;  
}

.s-lc-mhw-subloc { 
    margin-left: 5px;
}

.s-lc-mhw-footnote-cal { 
    font-size: 86%;
}

/* Location-specific colors */
.loc_6454 { 
    background-color: #007953; 
}

.loc_6547 { 
    background-color: #7A658C; 
}

.loc_7975 { 
    background-color: #000000; 
}

.loc_10986 { 
    background-color: #000000; 
}

.loc_14366 { 
    background-color: #9ccb3b; 
}

.loc_14368 { 
    background-color: #edebd1; 
	color: #006747
}