 * The contents of this file are subject to the license and copyright
 * detailed in the LICENSE and NOTICE files at the root of the source
 * tree and available online at
 *
 * http://www.dspace.org/license/
 */
.banner img {background-color: #FFFFFF;padding:15px;margin:20px;}
.brand {padding-top: 30px;}
.brand h4 {color: #999999}
ol.breadcrumb li {color: white; font-style: italic;}
ol.breadcrumb li a {color: white; font-weight: bold; font-style: normal;}
body.undernavigation {overflow-x: hidden; padding-top: 65px;}
#content {padding-bottom:60px;}
#designedby {padding: 5px;}
#footer_feedback {padding-top: 12px;}
input[type="file"] {display: block;height: auto;}
div.panel-primary div.panel-heading a {color: white;}
/* This magic gets the 16x16 icon to show up.. setting height/width didn't
   do it, but adding padding actually made it show up. */
img.ds-authority-confidence,
span.ds-authority-confidence
{ width: 16px; height: 16px; margin: 5px; background-repeat: no-repeat;
  padding: 0px 2px; vertical-align: bottom; color: transparent;}
img.ds-authority-confidence.cf-unset,
span.ds-authority-confidence.cf-unset
  { background-image: url(../../../image/authority/bug.png);}
img.ds-authority-confidence.cf-novalue,
span.ds-authority-confidence.cf-novalue
  { background-image: url(../../../image/confidence/0-unauthored.gif);}
img.ds-authority-confidence.cf-rejected,
img.ds-authority-confidence.cf-failed,
span.ds-authority-confidence.cf-rejected,
span.ds-authority-confidence.cf-failed
  { background-image: url(../../../image/confidence/2-errortriangle.gif); }
img.ds-authority-confidence.cf-notfound,
span.ds-authority-confidence.cf-notfound
  { background-image: url(../../../image/confidence/3-thumb1.gif); }
img.ds-authority-confidence.cf-ambiguous,
span.ds-authority-confidence.cf-ambiguous
  { background-image: url(../../../image/confidence/4-question.gif); }
img.ds-authority-confidence.cf-uncertain,
span.ds-authority-confidence.cf-uncertain
  { background-image: url(../../../image/confidence/5-pinion.gif); }
img.ds-authority-confidence.cf-accepted,
span.ds-authority-confidence.cf-accepted
  { background-image: url(../../../image/confidence/6-greencheck.gif); }

/* hide authority-value inputs in forms */
input.ds-authority-value { display:none; }

/** XXX Change to this to get the authority value to show up for debugging:
 input.ds-authority-value { display:inline; }
**/

/* for edit-item-form lock button */
input.ds-authority-lock
  { vertical-align: bottom; height: 24px; width: 24px; margin-right: 8px;
    background-repeat: no-repeat; background-color: transparent; }
input.ds-authority-lock.is-locked
  { background-image: url(../../../image/lock24.png); }
input.ds-authority-lock.is-unlocked
  { background-image: url(../../../image/unlock24.png); }

/* field required in submission */
.label-required:after { content:" *"; }
.browse_range { text-align: center; }
.prev-next-links { text-align: center; }

div.tagcloud {
	width:100%;
	text-align:center
}

div.tagcloud .tagcloud_1{
	color: rgb(217, 108, 39); 
	font-weight: normal; 
	margin-right: 5px;
}

div.tagcloud .tagcloud_2{
	color: rgb(66, 66, 66); 
	font-weight: normal; 
	margin-right: 5px;
}

div.tagcloud .tagcloud_3{
	color: rgb(129, 129, 131); 
	font-weight: normal; 
	margin-right: 5px;
}

div.batchimport-info {
	color: gray;
}

div.batchimport-info  a {
	color:#47a447; 
	font-weight: bold;
}

span.batchimport-error-tab {
	padding-left:10px;
}

span.batchimport-error-caused {
	font-weight:bold;
}

.break-all{
	-ms-word-break:   break-all;
	word-break:       break-all;
	word-wrap:        break-word;
}

footer.navbar.navbar-inverse.navbar-bottom {
	background:#004984;
}

header.navbar.navbar-inverse.navbar-fixed-top {
	background:#004984;
}

ol.breadcrumb.btn-success{
	background:#004984;
}

.navbar-inverse .navbar-nav>.active>a {
    background-color: #428bca;
}

div.list-group-item.row.lista-comunidades {
    padding: 10px 15px;
    margin-left: 24px;
    margin-bottom: 15px;
    float: left;
    width: 350px;
}

#tequery {
border: 3px solid #ccc;
height: 36px;
}

#form-busca {
margin-bottom: 0px;
}

@media (max-width: 600px) 
{
	div.list-group-item.row.lista-comunidades {
	    margin-left: 0px;
	}
}


[data-ui-css-component="treeview"] {
    margin: 20px;
    font-family: Verdana;
    font-size: 14px;
    color: #000;
  }
  [data-ui-css-component="treeview"] [type=checkbox] {
    display: none;
  }
  [data-ui-css-component="treeview"] ul {
    padding: 0 0 0 40px;
    display: none;
    list-style: none;
  }
  [data-ui-css-component="treeview"] ul:first-child {
    padding-left: 0;
  }
  [data-ui-css-component="treeview"] li {
    padding: 0;
  }
  [data-ui-css-component="treeview"] li span {
    display: list-item;
    list-style: square;
  }
  [data-ui-css-component="treeview"] label {
    display: inline-block;
    transition: 0.2s;
    padding-right: 10px;
    margin: 5px 0;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
  }
  [data-ui-css-component="treeview"] label::before {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #004984;
    color: #FFF;
  }
  [data-ui-css-component="treeview"] ul:first-child, [data-ui-css-component="treeview"] [type=checkbox]:checked ~ ul {
    display: block;
  }
  [data-ui-css-component="treeview"] [type=checkbox]:checked ~ label::before {
    content: "-";
  }
  [data-ui-css-component="treeview"] [type=checkbox]:not(:checked) ~ label::before {
    content: "+";
  }


h4.media-heading {
	margin-top:1px;  
	display:inline-block ;
}

.navbar-inverse .navbar-nav > li > a {
color: #dedede
}

.dropdown-menu > li > a.capitalize {
    text-transform: capitalize;
}
.navbar-form {
  padding-left: 10px;
}

#BDTDtext > ul > li {
    padding-top: 15px;
}
