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

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

body {
	background-color: #fff;	
}

/* For clickable links */
.ds-paragraph a, .artifact-description > a > h4, .artifact-description > .artifact-title > a, #aspect_artifactbrowser_CommunityBrowser_referenceSet_community-browser > .ds-static-div > .ds-static-div a, .item-summary-view-metadata a, #aspect_artifactbrowser_ItemViewer_div_item-view a {
    color: #080808;
    padding: 0 2px;
    border: 1px dotted #0064B1;
}

.main-content a:hover, .artifact-description > a:hover > h4, .artifact-description > .artifact-title > a:hover, .main-content span.file a:focus, #aspect_artifactbrowser_CommunityBrowser_referenceSet_community-browser > .ds-static-div > .ds-static-div a:hover, .item-summary-view-metadata a:hover, #aspect_artifactbrowser_ItemViewer_div_item-view a:hover {
    color: #ffffff;
    background-color: #00447C;
    text-decoration: none;
}

/* no border or background color for image links */
.artifact-description a, .artifact-preview a, .image-link, #impact-plumx a {border:0;}
.artifact-description a:hover, .artifact-preview a:hover, .image-link a:hover, #impact-plumx a:hover {background-color:#fff;}

/* For h2 headings */
h2,.h2 {
    color: #00447c
}

.page-header {
	border-bottom:none;
	padding-bottom:0;
}

/* For h3 headings */
h3,.h3 {
    color: #00447c
}

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

/* Add some space below image on home page */
#file_news_div_news p:first-child {
	margin-bottom:20px;
}

/* For search buttons */
#ds-search-form .btn-primary, #aspect_discovery_CollectionSearch_field_submit,#aspect_discovery_CommunitySearch_field_submit,#aspect_artifactbrowser_ConfigurableBrowse_field_submit, #aspect_discovery_SimpleSearch_field_submit {
    color: #FFF;
    background-color: #C25700;
    border-color: #00447c
}

/* For search buttons mouse hover */
#ds-search-form .btn-primary:hover,#ds-search-form .btn-primary:focus,#ds-search-form .btn-default:hover,#ds-search-form .btn-default:focus,

#aspect_discovery_CollectionSearch_field_submit:hover,#aspect_discovery_CollectionSearch_field_submit:focus,#aspect_discovery_CollectionSearch_field_submit:active,#aspect_discovery_CollectionSearch_field_submit:hover,

#ds-search-form:focus,

#aspect_discovery_CommunitySearch_field_submit:hover,#aspect_discovery_CommunitySearch_field_submit:focus,#aspect_discovery_CommunitySearch_field_submit:hover

#aspect_artifactbrowser_ConfigurableBrowse_field_submit:hover,#aspect_artifactbrowser_ConfigurableBrowse_field_submit:focus,#aspect_artifactbrowser_ConfigurableBrowse_field_submit:hover,

#aspect_discovery_SimpleSearch_field_submit:hover,#aspect_discovery_SimpleSearch_field_submit:focus,#aspect_discovery_SimpleSearch_field_submit:hover


{
    color: #FFF;
    background-color: #00447c;
    border-color: #00447c
}


.radio input:checked ~ .checkmark {
  background-color: #01447b;
}
.radio:active {background-color:#fff;}

/* For non-search buttons */
a.btn-primary, a.btn-default {
    color: #FFF;
    background-color: #01447b;
    border-color: #006990;
    padding:6px 12px;
}
a.btn-primary:hover, a.btn-default:hover {
    color: #FFF;
    background-color: #C25700;
    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: #00447c;
}

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

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

/* For breadcrumb text color */
.breadcrumb>li {
    color: #00447c
}

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

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

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

/* For right-hand menu clickable item */

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

a.list-group-item.active {
    text-align:center;
    margin-top:10px;
}

.list-group-item {
    background-color: #ffffff;
    border-top:none;
    border-right:none;
    border-bottom:1px solid #C25700;
    border-left:none;
    margin-bottom:0;
}

.list-group-item:first-child, .list-group-item:last-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.list-group-item:last-child {

}

/* For right-hand menu clickable item mouse hover */
a.list-group-item:hover,a.list-group-item:focus {
    color: #C25700;
	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: #00447c;
	border-color: #00447c;
	text-decoration: none;
}

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

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

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

/* For buttons that show up when window size is small */
header .navbar-default .navbar-toggle,header .navbar-default .navbar-nav {
    background-color: #00447c;
	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: #C25700;
}

/* 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: #00447c;
}

/* 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: #C25700;
}

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

/* 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;
}

.form-control {
    border: 1px solid #00447c;
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.glyphicon-search::before {
    content: "\e080";
}

#main-container #sidebar {
	background-color:#fff;
}

#main-container {
	background-color:#fff;	
	padding-left:30px;
	padding-right:45px;
}

#main-container .row-offcanvas {
    background-color: #fff;
}

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

div#main-container > div.hidden-xs.hidden-sm {
    position: absolute;
    left:0; 
    width: 100%;
    background-color:#00447c;
}
footer {
    margin:auto;
    color:#fff;
    background-color: #00447c;
    max-width: 1130px;    
}

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

footer .row > div {
	border-top:none;
}

footer a {
    color:#fff;    
    padding: 0.2em 0;
    font-weight: 400;
    border: none;
    padding: 0 0.25em;
    text-decoration: underline;
}

footer a:hover {
	text-decoration:underline;
	color:#fff;
}


@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 {
	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;
}
}

