/* For the Home icon in the breadcrumb under the DSpace logo */
ul.breadcrumb li i.glyphicon {
    color: #01447b;
}

/* Special one-off case for the glyphicon-file */
.glyphicon-file, .glyphicon-ok {
    color: #006990
}

body {
	background-color: #363C3D;	
}

/* For clickable links */
a {
    color: #AE482C;
}

/* For h2 headings */
h2,.h2 {
    color: #01447b
}

/* For h3 headings */
h3,.h3 {
    color: #01447b
}

/* For h5 headings and the hidden Abstract h5 title in item view */
h5, h5.visible-xs {
    display: block !important;
    color: #e77805
}

/* For buttons */
.btn-primary, .btn-default {
    color: #FFF;
    background-color: #01447b;
    border-color: #006990
}

/* For buttons mouse hover */
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle,.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle {
    color: #FFF;
    background-color: #E77805;
    border-color: #01447b
}

.navbar, .trail-wrapper {
	max-width: 1170px;
	margin: auto;	
}

/* For the padding for the DSpace logo */
.navbar-brand {
   padding: 0px 15px 
}

.navbar-header {
	margin-top:15px;	
}

ul.navbar-nav, ul.navbar-nav li, ul.navbar-nav li a {
	-webkit-border-radius: 7;
  	-moz-border-radius: 7;
  	border-radius: 7px;	
}

/* For top bar under the DSpace logo where breadcrumb resides */
.trail-wrapper {
    background-color: #ffffff;
	border-bottom:0;
    
}

/* For breadcrumb slash between crumbs */
.trail-wrapper .breadcrumb>li+li:before {
    color: #01447b;
}

/* For breadcrumb crumb that is currently active */
.trail-wrapper .breadcrumb>.active {
    color: #01447b;
}

ul.breadcrumb>li {
	font-size: 12px;	
}

/* For breadcrumb text color */
.breadcrumb>li {
    color: #01447b
}

/* For breadcrumb text color when breadcrumb is a clickable link */
.breadcrumb>li>a {
    color: #01447b;
    font-weight: bold
}

/* For Discovery Simple Filter labels  */
.label-primary {
    background-color: #006990
}

/* For Discovery Simple Filter label mouse hover */
.label-primary[href]:hover,.label-primary[href]:focus {
    background-color: #01447b
}

/* For right-hand menu clickable item */

a.list-group-item {
    color: #AE482C;
	
}

a.list-group-item.active {
    text-align:center;
}


.list-group-item {
    background-color: #ffffff;
}

/* For right-hand menu clickable item mouse hover */
a.list-group-item:hover,a.list-group-item:focus {
    color: #AE482C;
	background-color: #ffffff;
	text-decoration:underline;
}

/* For titles above sections inside of right-hand menu */
.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {
    background-color: #818181;
	border-color: #818181;
	text-decoration: none;
}

/* For titles above sections outside of right-hand menu  */
#ds-options .ds-option-set-head {
    color: #01447B;
}

h2.ds-option-set-head {
	font-weight:bold;	
}

/* For top bar behind DSpace logo  */
header .navbar-default {
    background-color: #ffffff;
	background-image: url('http://library.uta.edu/sites/default/files/research-commons-banner.jpg');
}

/* For buttons that show up when window size is small */
header .navbar-default .navbar-toggle,header .navbar-default .navbar-nav {
    background-color: #01447b;
	margin-right:7px;
}

/* For buttons that show up when window size is small mouse over */
header .navbar-default .navbar-toggle:hover,header .navbar-default .navbar-toggle:focus,header .navbar-default .navbar-nav:hover,header .navbar-default .navbar-nav:focus {
    background-color: #E77805;
}

/* For buttons that are there when window size is larger */
header .navbar-default .navbar-toggle>li>a,header .navbar-default .navbar-nav>li>a {
    background-color: #01447b;
}

/* For buttons that are there when window size is larger mouse over */
header .navbar-default .navbar-toggle>li>a:hover,header .navbar-default .navbar-toggle>li>a:focus,header .navbar-default .navbar-nav>li>a:hover,header .navbar-default .navbar-nav>li>a:focus {
    background-color: #E77805;
}

/* For resizing the DSpace logo */
header .navbar-brand img {
   	margin: 10px 0 0 -15px;
}

/* For resizing the DSpace logo */
.navbar {
    min-height: 111px;
}

.navbar-nav > li > a {
	padding: 5px 15px;
}
/* For sandwiched breadcrumb when window size is small */
#trail-dropdown-toggle {
    color: #FFF;
}

#main-container #sidebar {
	/*background-color: #c6c4c5;*/
	background-color: #D7D7D7;
}
#main-container {
	background-color:#fff;	
	padding-left:30px;
	padding-right:45px;
}

.main-content {
	padding-right: 30px;	
}

footer div.row {
		margin-left:0px;
}

@media (max-width: 1199px) {
  body {
	background-color: #ffffff;	
  }
}

@media (max-width: 600px) {
 header .navbar-brand img {
	width: 100%;
	height: auto;
	}
}

@media (min-width: 601px) {
 header .navbar-brand img {
	width: 546px;
	height: 63px;
	}
}

@media (min-width:768px) and (max-width: 1199px)  {
header .navbar-brand img {	
	margin-left: -15px;
}
}

@media (min-width:603px) and (max-width: 611px) {
header .navbar-brand img {	
	margin:inherit;
}
}

