/* IC caving web site overide style sheet for slov pages
   the rest of the css is in /themes/ICTheme/static/css/
*/
/*Global Text and link properties */

h2 {
	color: #40B080;
	}

h3 {
	color: #40B080;
	}
h4 {
	color: #40B080;
}
h5 {
	color: #40B080;
}


a {
	color: #40B080;
}

a:visited {
	color: #3D8E80
}

a:hover {
	color: #3BDE59;
}

.banner-date {
	color: #40B080;
}

.logo img {
    width: 160px;
    vertical-align: middle;
}

.sidebar-item a, .sidebar-sub-item a, .sidebar-sub-sub-item a {
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, #4AB959 50%) !important;
	color: #E8E8E8 !important;
}

.content-right {
	background-color: #40B080;
}

a.footer-button {
	color: #4EC5B1;
}

a.footer-button:visited {
	color: #3D8E80
}

a.footer-button:hover {
	color: #3BDE59
}

.photo-button {
	color: #4EC5B1;
}

 tbody > tr:nth-child(even) {
   background-color:#ffffff
 }
 tbody > tr:nth-child(odd) {
   background-color:#f5f5f5
 }
 thead > tr {
   border-bottom: 1px solid rgba(0, 0, 0, 0.12);
   background-color: #ffffff;
 }
 tbody > tr:hover, tbody > tr:hover a {
   background-color: #B1474F !important;
   color: white;
 }
