﻿@charset "UTF-8";
/* CSS Document */

#lib-emergency {
	text-align: center;
    color: #006482;
    font-size: 18px;
    font-weight: 600;
    border: 6px solid #710033;
    border-bottom: 0px;
}
.leftColumn {
	padding-left: 0px;
    padding-right: 4px;
}

.rightColumn {
	padding-left: 0px;
    padding-right: 0px;
}

#lib-siteTitleLink a {
	font-family: 'Roboto Slab';
	font-size: 30px;
	color: #ffffff;
	font-weight:600;
}

#libraryBody.container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 4px !important;
	*zoom: 1;
	background-image: url(../imgs/background.png);
	background-repeat: repeat;
	max-width: 1000px;
	max-height: 100%;
	position: relative; /* make any positioned child elements relative to this */
}

.pull-left {
	box-shadow: 3px 3px 5px 3px #868686;
}

.mainBody a,
.mainBody a:visited {
	text-decoration: none;
	color: #6a0032;
}

#libraryBody.container a:hover,
#libraryBody.container a:focus {
	text-decoration: none;
}

/* RSS Feed */
#mainRSS {
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

	#mainRSS img {
		height: 30px;
		width: 30px;
		margin-left: -35px;
	}

	#mainRSS .rssDate {
		margin-left: 35px;
		font-style: italic;
		font-size: 12px;
	}

	#mainRSS .rssTitle {
		font-size: 15px;
		margin-left: 35px;
	}

		#mainRSS .rssTitle a {
			padding-left: 5px;
		}

	#mainRSS a:hover,
	#mainRSS a:focus {
		text-decoration: underline !important;
	}

	#mainRSS .rssDescription {
		padding-left: 35px;
	}

@media (max-width:972px) {
	#libraryBody.container {
		padding: 0px !important;
	}
}
#cadaesus {
	padding-right: 25px;
}

#smartSearchLogoContainer {
	padding: 37px 0px 15px 0px;
}

#smartSearchContainer {
	padding-left: 15px 0px 15px 5px;
	background: -webkit-radial-gradient(#6a0032, #4c0026);
	background: -o-radial-gradient(#6a0032, #4c0026);
	background: -moz-radial-gradient(#6a0032, #4c0026);
	background: radial-gradient(#6a0032, #4c0026);
	border: 6px solid #710033;
	margin-bottom: 4px;
	border-top:0px;
}
#gclsmartsearchscontainer.row{
	height:164px;
}
#smartSearchContainergcls{
	margin-bottom: 0px;
}
#smartsearchboxgcls{
	background: linear-gradient(#fffbed, #fbe5a0);
	padding-top:30px;
	border: 4px solid #fbe5a0;
	margin-bottom: 3px;
	height:164px;
}

#MAined{
	padding-left: 0px;
	padding-right: 0px;
}
#MArecourse{
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 3px;
}
#gcls.caret{
	color: #ffc82e;
	
}




	#smartSearchContainer button {
		background-color: #ffc82e;
		font-weight: 900;
		min-width:1em;
	}

	#smartSearchContainergcls button {
		background-color: #6a0032;
		font-weight: 900;
		min-width:1em;
		color:#ffc82e;
	}
	#smartSearchContainer input {
		background-color: #ffffff;
		border: 1px solid #ffc82e;
	}
	#smartSearchContainergcls input {
		background-color: #ffffff;
		border: 1px solid #4c0026;
	}


	#smartSearchContainer #advancedSearchLink,
	#smartSearchContainer #advancedSearchLink:visited,
	#smartSearchContainer .advancedSearchLink,
	#smartSearchContainer .advancedSearchLink:visited {
		float: right;
		margin-top: 15px;
		color: #ffc82e;
		text-decoration: underline;
		font-style: italic;
		padding-right:5px;
	}
		#smartSearchContainergcls #advancedSearchLink {
		float: right;
		margin-top: 15px;
		color: #6a0032;
		text-decoration: underline;
		font-style: italic;
		padding-right:5px;
	}

		#smartSearchContainer #advancedSearchLink:hover,
		#smartSearchContainer #advancedSearchLink:focus, 
		#smartSearchContainer .advancedSearchLink:hover,
		#smartSearchContainer .advancedSearchLink:focus {
			color: #fffbed !important;
		}

	#smartSearchContainer #tutorialLink,
	#smartSearchContainer #tutorialLink:visited {
		float: right;
		font-size: 10px;
		margin-top: 5px;
		color: #ffc82e;
		text-decoration: underline;
		font-style: italic;
	}
		#smartSearchContainergcls #tutorialLink,
	#smartSearchContainer #tutorialLink:visited {
		float: right;
		font-size: 10px;
		margin-top: 5px;
		color: #6;
		text-decoration: underline;
		font-style: italic;
	}

		#smartSearchContainer #tutorialLink:hover,
		#smartSearchContainer #tutorialLink:focus {
			color: #fffbed;
		}

#smartSearchFacet {
	margin-right: 5px;
}
#smartSearchFacetgcls {
	margin-right: 5px;
	color:#ffc82e;
}
#gcls.glyphicon.glyphicon-search{
	color:#ffc82e;
}


#smartSearchSuggestionContainer {
	padding: 15px 0 15px 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	position: absolute;
	z-index: 10;
	min-height: 100px;
	background-color: rgba(256, 256, 256, 0.95);
	display: none;
}
#intro{
	padding: 10px 5px 5px 5px;
	font-family: 'Roboto Slab';
	font-weight: bold;
	font-size:12pt;
}


#introContainer {
	background: -webkit-radial-gradient(#fed05f, #fef6df);
	background: -o-radial-gradient(#fed05f, #fef6df);
	background: -moz-radial-gradient(#fed05f, #fef6df);
	background: radial-gradient(#fed05f, #fef6df);
	border: 6px solid #ffc82e;
	margin-bottom: 8px;
}
.smartSearchSuggestionText {
	font-weight: 700;
}

.smartSearchSuggestionItem {
	padding: 0 15px 0 15px;
	cursor: pointer;
}

	.smartSearchSuggestionItem.selected {
		background-color: #C2BDBA;
	}

.smartSearchSuggestionFacet {
	color: #6A0032;
	font-weight: 500;
}

.hours {
	display: none;
}

.quickLinkTitle {
	font-style: italic;
	font-weight: 500;
}

.quickLinkDescription {
	display: block;
	padding-left: 34px;
}

#quickLinks {
	padding-left: 0px;
	vertical-align: middle;
	padding-right: 4px;
}

#libQuickLinks li > a,
#libQuickLinks li > span {
	padding:7px 15px;
	display:block;
}
.newsAndEventsHeader {
	padding-left: 17px;
	background: -webkit-radial-gradient(#6a0032, #4c0026);
	background: -o-radial-gradient(#6a0032, #4c0026);
	background: -moz-radial-gradient(#6a0032, #4c0026);
	background: radial-gradient(#6a0032, #4c0026);
	border: 4px solid #710033;
}

	.newsAndEventsHeader h3 {
		margin: 0;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	line-height: 20px;
	color: #fffbed !important;
	text-rendering: optimizelegibility;
	font-family: 'Roboto Slab';
	font-size: 18px !important;
}

#mainSlider {
	padding-right: 0;
	padding-left: 0;
}

[id^rssFeedWPDiv] {
	text-align: left;
}
#newsAndEvents {
	margin-top: 4px;
	text-align: left;
}

	 .mainRSSItem {
		text-align: left;
		padding-bottom: 4px;
	}

		 .mainRSSItem {
			border-bottom: 1px solid #C0C0C0;
		}

		 .mainRSSItem .rssTitle {
			display: inline;
		}

		 .mainRSSItem .rssDescription {
			display: inline;
			padding-left: 10px;
		}

		 .mainRSSItem .rssTitle.rss:before {
			content: "\e604";
			color: #6a0032;
			font-family: cmich-lib-icon;
			padding: 0 15px;
			font-size: 20px;
		}

		 .mainRSSItem .rssTitle.twitter:before {
			content: "\e601";
			font-family: cmich-lib-icon;
			padding-right: 15px;
			font-size: 18px;
		}
		
		 .mainRSSItem .rssTitle.medAnnouncement a{
			color:#000;
			font-weight:700;
			font-size:12pt;
		}
		
		 .mainRSSItem .rssTitle.medAnnouncement:before {
			content: "\e604";
			color: #6a0032;
			font-family: cmich-lib-icon;
			padding: 0 15px;
			font-size: 20px;
		}

		 .mainRSSItem .rssTitle.medResource a{
			font-weight:700;
			font-size:12pt;
		}
		
		 .mainRSSItem .rssTitle.medResource:before {
			content: "\e602";
			color: #6a0032;
			font-family: cmich-lib-icon;
			padding: 0 15px;
			font-size: 20px;
		}
#libTodaysHours a, #libTodaysHours a:hover {
	color: #6A0032;
}

#lib-spnPcCount, #lib-spnGroupStudyCount {
	display: block;
}

#medlib.libSideItemTinyMed {
	background-image: url(../imgs/circlebutton.png);
	background-color: #f2f2f2;
	color: #000;
	text-align:center;
		background-position:center;

}
#medlib2.libSideItemTinyMed {
background-image: url(../imgs/circlebutton.png);
    background-color: #ffc82e;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 12px;
	background-position:center;
}
#asklib.libSideItemTiny {
	background-image: url(../imgs/ask.png);
	background-color: #f2f2f2;
	color: #000;
	padding-left: 25px;
	margin-bottom: 12px;
	padding-top: 15px;
}
#asklib.libSideItemTinygcls {
	background-image: url(../imgs/ask.png);
	background-color: #6a0032;
	color: #ffc82e;
	padding-left: 25px;
	margin-bottom: 3px;
	padding-top: 15px;
}
#MAresource.libSideItemTinygcls {
	background-image: url(../imgs/msa_rec.png);
	background-position:center;
	background-color: #6a0032;
	color: #000;
	padding-left: 25px;
	margin-bottom: 3px;
	padding-top: 15px;
	margin-left: 0px;
		text-align:center;
		padding-left:0px;
		padding-right:0px;
}
#MAinEd.libSideItemTinygcls {
	background-image: url(../imgs/MAined.png);
	background-position:center;
	background-color: #6a0032;
	color: #000;
	margin-bottom: 3px;
	padding-top: 15px;
	margin-left: 0px;
	text-align:center;
}
#asklib.libSideItemTiny_gcls {
	background-image: url(../imgs/ask.png);
	background-repeat-x: no-repeat;
	background-color: #6a0032;
	color: #ffffff;
	padding-left: 25px;
	margin-bottom: 3px;
	padding-top: 15px;
	text-align: right;
}

#libAvailableNow.libSideItemTiny {
	background-image: url(../imgs/availablenow.png);
	background-color: #c8c8c8;
	color: #6a0032;

}
#resourcesgcls.libSideItemTiny {
	background-image: url(../imgs/availablenow.png);
	background-color: #6a0032;

}

#libTodaysHours.libSideItemTiny {
	background-image: url(../imgs/todayshours2.png);
	background-color: #ffc82e;
	color: #6a0032;
	padding-top: 15px;
	margin-bottom: 12px;
	
}
#libTodaysHoursgcls.libSideItemTinygcls {
	background-image: url(../imgs/todayshours2.png);
	background-color: #ffc82e;
	color: #6a0032;
	padding-top: 15px;
	margin-bottom: 3px;
	
}
#libSaginaw{
	font-family:'Roboto Slab';
	font-weight:bold;
	font-size: 12pt;

	
}
#libSaginawtiny{
	font-family:'Roboto Slab';
	font-weight:bold;
	font-size: 8pt;
	margin-bottom:15px;
	
}


.libSideItemTiny {
	background-repeat: no-repeat;
	text-align: center;
	height: 51px;
	padding: 5px 10px 7px 0;
	font-family: Oxygen;
	font-size: 14px;
	width: 100%;
	text-align: right;
}
.libSideItemTinygcls {
	background-repeat: no-repeat;
	text-align: center;
	height: 51px;
	padding: 5px 10px 7px 0;
	font-family: Oxygen;
	font-size: 14px;
	width: 100%;
	text-align: right;
}
.libSideItemTinyMed {
	background-repeat: no-repeat;
	text-align: center;
	height: 67px;
	padding: 0px 10px 7px 0;
	font-family: Oxygen;
	font-size: 14px;
	width: 100%;
	text-align: left;
}

#libSideItemContainer {
	padding: 5px;
	border: 2px solid #35001a;
	min-height: 72px;
	margin-bottom: 3px;
	margin-bottom: 3px;
}
#libSideItemContainergcls {
	background: linear-gradient(#fbe5a0, #fffbed);
	padding: 5px;
	min-height: 72px;
}

.sideItemLabel {
	display: none;
}

#gcls.col-md-6{  
	padding-right: 0px;
	padding-left: 0px;
	
	}
  
#gclsbtn2.col-md-6{  
	padding-right: 0px;
	padding-left: 3px;
}

#libSideItemContainergcls .col-md-12,
#libSideItemContainergcls .col-md-6 {
	padding: 0;
}
#libSideItemContainergcls .halfButton:last-Child {
	padding-left: 3px;
}

#smartSearchContainergcls > button > span {
	color: #ffc82e;
}

.lib-wordMark {
	float:left;
}

#lib-headerImage {
	float: left;
}

.lib-footer .ms-webpartzone-cell {
	margin-bottom:0;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 766px) {
	.lib-eventsContainer {
		padding: 0 15px;
	}

	.halfButton {
		width:50%;
	}
	
	.fullButton {
		width:50%
	}
	
	.libSideItemTiny {
		width:32.8%;
		float:left;
		text-align:center;
		height:62px;
		padding-right:0px;
		background-position:center;
		font-size:12px;
	}
		
	
	#libSideItemContainer .sideItemLabel {
		display:block;
		font-weight: 700;
		font-size: 14px;
		width: 100%;
		font-family:'Roboto Slab';
		color:#000;
	}
	
	#libSideItemContainer {
		margin-top:3px;
	}
	
	#libTodaysHours.libSideItemTiny {
		background-image:url(../imgs/button-blank.png);
		margin-left: 3px;
		margin-right: 3px;
		padding-top:9px;
	}
	
	
	#libAvailableNow.libSideItemTiny {
		background-image:url(../imgs/button-blank.png);
		padding-top:2px;
	}
	
	
	#asklib.libSideItemTiny {
		background-image:url(../imgs/button-blank.png);
		padding:9px;
	}

	/* gcls */
	
	#asklib.libSideItemTinygcls {
		padding:9px;
		padding-top:15px;
	}
	
	#libTodaysHours.libSideItemTinygcls {
		
		margin-left: 3px;
		margin-right: 3px;
		padding-top:9px;
	}
	
	#libAvailableNow.libSideItemTinygcls {
		
		padding-top:2px;
	}
	
	#libSideItemContainergcls {
		margin-top:3px;
	}
}

 /* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	
	.lib-eventsContainer {
		padding: 0 15px;
	}

	.fullButton {
		width:100%
	}
	
	#lib-spnPcCount, #lib-spnGroupStudyCount {
		display: block;
	}

	#asklib.libSideItemTiny {
		background-image: url(../imgs/ask.png);
		background-color: #f2f2f2;
		color: #000;
		padding-left: 25px;
		margin-bottom: 12px;
		padding-top: 15px;
		
	}


	#libAvailableNow.libSideItemTiny {
		background-image: url(../imgs/availablenow.png);
		background-color: #c8c8c8;
		color: #6a0032;

	}

	#libTodaysHours.libSideItemTiny {
		background-image: url(../imgs/todayshours2.png);
		background-color: #ffc82e;
		color: #6a0032;
		padding-top: 15px;
		margin-bottom: 12px;
		
	}

	.libSideItemTiny {
		background-repeat: no-repeat;
		text-align: center;
		height: 51px;
		padding: 5px 10px 7px 0;
		font-family: Oxygen;
		font-size: 14px;
		width: 100%;
		text-align: right;
		background-position:left;
	}

	#libSideItemContainer {
		padding: 5px;
		border: 2px solid #35001a;
		min-height: 65px;
	}

	#libSideItemContainer .sideItemLabel {
		display: none;
	}
	
	#smartSearchDropdownContainer {
		display: none;
	}

	#txtSmartSearch {
		border-bottom-left-radius: 4px;
		border-top-left-radius: 4px;
	}
	
	#asklib.libSideItemTinygcls {
		
		padding-top:15px;
	}
}

  






