﻿/* File Created: December 4, 2013 */

/* body { padding-top: 70px; } */

.box-content 
{
	padding-top: 70px;
}

div.box-content > div > h3 
{
	text-align: center;
	padding-bottom: 0;
	border-bottom: 1px solid #c0c0c0;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#background-image {
  z-index: -900;
  height: auto;
  width: 100%;
  position: fixed; 
  bottom: 0;
  right: 0;
}

.big-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed; 
  top: 50px;
  left: 0;
}

/*#frontpage 
{
	background: transparent url(../img/ar2012-front.png) no-repeat bottom center;
	min-height: 600px;
}*/

#frontpage h1 
{
	text-align: center;
	text-transform: uppercase;
	font-size: 2em;
}

#frontpage h2 
{
	text-align: center;
	text-transform: uppercase;
	margin-top: 200px;
}

#frontpage h2 span 
{
	font-size: 3em;
}


/* Name Listing Navigation */

ul#browse-name, ul#browse-college, ul#browse-award {
    margin: 0 auto;
    overflow: auto !important;
    padding: 0;
}

ul#browse-name li, ul#browse-college li, ul#browse-award li {
    float: left;
    font-size: 1em;
    line-height: 1;
    list-style-type: none;
    margin: 0 3px 6px;
    text-align: center;
}

/* Buttons */

ul#browse-name li a.btn 
{
	padding: 0.2em;
	width: 32px;
}

ul#browse-college li, ul#browse-college li a.btn, ul#browse-award li, ul#browse-award li a.btn  {
	width: 99%;
	text-transform: uppercase;
}

/* Content List */

.load-content ul 
{
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.load-content > ul > li 
{
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	border-radius: 5px;
	background-color: rgba(245, 245, 245, 0.5);
	/* default fallback */
	background: rgb(245, 245, 245) transparent;
	/* nice browsers */
	background: rgba(245, 245, 245, 0.5);
	/* IE 6/7 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FF5F5F5, endColorstr=#7FF5F5F5);
	/* IE8 */    
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FF5F5F5, endColorstr=#7FF5F5F5)";
}

.load-content ul ul
{
	border: none;
	margin: 0 auto;
	padding: 0;
}

.load-content ul ul h4 
{
	margin: 10px 0 0;
}

.load-content ul ul li 
{
	list-style-type: none;
}

.load-content ul ul ul
{
	border: none;
	margin: 0;
	padding: 0;
}

.load-content h3 
{
	margin: 0;
}

li.department 
{
	list-style-type: none;
	font-weight: bold;	
	margin: 10px 0 0;
	font-size: 14px;
}

li.project 
{
	/*list-style-type: disc !important;*/
	font-weight: normal !important;
}

.back-button 
{
	margin-bottom: 20px;
}

div.load-content > ul 
{
	overflow: auto;
	margin-bottom: 20px;
}


/* Award Table */

#modal-award table {
	font-size: 11px;
	line-height: 1.2;
}

#modal-award th, td {
	padding: .6em;
}

#modal-award th {
	background-color: #82CFCA;
	vertical-align: middle;
}

#modal-award tr td:first-child {
    text-align: left;
    font-weight: bold;
}

#modal-award td.col-color {
    border: solid 1px #ccc;
    border-top: none;
    border-bottom: none;
    text-align: center;
}

#modal-award tr.subtotal td {
    background: #FDBE57;
}

#modal-award td {
    text-align: right;
}

#modal-award tfoot td {
    font-size: .8em;
    padding: 10px 0;
    border-top: solid 1px #ccc;
    margin: 10px 0 0;
}

#modal-award tfoot p {
    margin-bottom: 10px;
    font-size: 10px;
}

#modal-award thead th.table-title 
{
    font-size: 16px;
    text-align: center;
}

.button-print 
{
    background: transparent url(../img/printer.png) no-repeat top left;
    padding: 2px 0 2px 20px;
}

/* jQuery UI Autocomplete > Bootstrap */

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}

/* Bootstrap Modifications */

.navbar-default {
	/*background-color: #522E91;*/
	/*background-color: #563D7C;*/
	background-color: #000;
}

.navbar-default .navbar-brand 
{
	color: #f8a700;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #CCCCCC;
}
.navbar-default .navbar-text {
    color: #f8a700;
}
.navbar-default .navbar-nav > li > a {
    color: #f8a700;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #CCCCCC;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #f8a700;
    color: #333333;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #CCCCCC;
}

.btn-success 
{
	background-color: #000;
	border-color: #fdb813;
	color: #fdb813;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success 
{
	background-color: #f8a700;
	border-color: #fdb813;
	color: #000;
}

/* Frontpage */

#frontpage
{

}
