@import url(//fonts.googleapis.com/css?family=Oswald);

/*! style.css v1.0 | OSU | authors: victor.yee@oregonstate.edu, mark.stiffler@oregonstate.edu */
html {
    /*height: 100%;*/
}

body, body.dark {
	height: 100%;
    font-family: "Open Sans",Helvetica,Arial,Geneva,Tahoma,sans-serif; font-size: 16px;
    background-color: #dde3e7; /* Old browsers */
    background: -moz-linear-gradient(top,  #adc2d3 0%, #ffffff 30%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#adc2d3), color-stop(30%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #adc2d3 0%, #ffffff 30%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #adc2d3 0%, #ffffff 30%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #adc2d3 0%, #ffffff 30%); /* IE10+ */
    background: linear-gradient(to bottom, #adc2d3 0%, #ffffff 30%); /* W3C */
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

table {
	background: #fff;
	-moz-box-shadow: 10px 10px 5px #888; -webkit-box-shadow: 10px 10px 5px #888; box-shadow: 10px 10px 5px #888;
	width:100%;
}

.species {
	background: #fff;
	-moz-box-shadow: 10px 10px 5px #888; -webkit-box-shadow: 10px 10px 5px #888; box-shadow: 10px 10px 5px #888;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	width: auto;
	margin: 0 auto;
    padding: 0 8px;
}
.species .project-feed {
    position: relative; left: -8px;
}
table.images {
	background: #fff;
	-moz-box-shadow: 10px 10px 5px #888; -webkit-box-shadow: 10px 10px 5px #888; box-shadow: 10px 10px 5px #888;
	width: 85%;
	margin: 0 auto;
    table-layout: fixed;
}

th {
	width: 300px;
	text-align: left;
	vertical-align: top;
}

th.species {
	text-align: right;
}

th {
    background: #eee;
    font-size: .9em;
}

h1, h2, h3, h4, h5 {
    /*font-family: 'Oswald', Sans-serif;*/
}

label {
    font-weight: 600;
}

a:link, a:visited, a:visited {
	color: #210ab2;
}

a:hover {
	/*font-style:italic;*/
	color: #C34500;
}

div.error {
	text-align: center;
	color: #ff0000;
	font-size: large;
}

div.body {
	margin-left:10px;
	margin-right:10px;
}

a.button:link, a.button:visited, a.button:visited {
	text-decoration: none;
	background-color: #dde3e7;
}

a.button:hover {
	text-decoration: none;
	background-color: #dde3e7;
}
.light-gray {
    background: #dfdedd;
}
.colored-text {
    color: #af5223;
}
/*.collapse {
    display: none !important;
}*/
.cancel {
    float: right;
}
.delete {
    position: absolute; top: -55px; right: 0; font-size: 0.8em !important; color: #aaa !important; background: #8f8f8f !important;
}
.delete:hover { color: #fff !important; background: orange !important; }

/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav {
	list-style: none;
	font-weight: bold;
	margin-bottom: 0;
	/* Clear floats */
	float: left;
	width: 55%;
	position: relative; left: -60px;
	z-index: 5;
}
#nav li {
	float:left;
	margin: 0 10px;
	position:relative;
}
#nav a {
	display:block;
	padding: 5px 0;
	color:#fff;
	background:#333;
	text-decoration:none;
}
#nav a:hover {
	color:#fff;
	background:#6b0c36;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul {
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	margin: 0;
	position: absolute;
	left: -9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li {
	padding-top: 1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float: none;
}
#nav ul a {
	white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul { /* Display the dropdown on hover */
	left: 0; /* Bring back on-screen when needed */
}
#nav li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background: #6b0c36;
	text-decoration: underline;
}
#nav li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration: none;
}
#nav li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background: #333;
}

/*--- SEARCH ---*/
#speciesSearch:hover {
    cursor: pointer;
}
#search-species {
    /*display: none;
	width: 55%;
    float: right;
    text-align: center;*/
    /*margin-top: 0.6em;*/
    white-space: nowrap;
	/*position: relative; top: 12px;
	background: rgba(0, 0, 0, 0.945);
	padding: 0.5em 0.9em;*/
}
	.search { font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif; }
	.search input[type="text"] { width: 100px; background: #ddd; color: #666 !important; margin: 0 0.33em; border: none; border-radius: 2px; }
	.search select { display: inline; width: auto; padding-right: 0 !important; background: #ddd; color: #666 !important; margin: 0 0.33em; border: none; border-radius: 2px; }
    .search select:hover { background: white; color: black; }
    .search .btn { font-size: 12px; }

.ui-dialog { font-size: 12px !important; }

.modal-body {
    overflow: auto;
}

/*---------------------------------------
   UI OVERRIDES
-----------------------------------------*/
.ui_courseHold h1 {
	text-transform: initial;
	font-weight: 700;

}

.ui-toggle-container {
	float: right;
	margin-top: -1.11em;
}

.ui-toggle-container button {
	position: absolute;
	top: auto;
	right: 1em;
	width: 4em;
	max-width: 4em;
	overflow: hidden;
}

.ui_canvasBtn {
	display: none !important;
}

#ui_headspace {
	height: 80px;
}