/**
 * 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: transparent; 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: #002F81;}
/* 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:" *"; }

#mainsearch {
  margin-bottom: 20px;
}

#searchhome {
  border-radius: 8px;
  height: 80px;
  padding-top: 18px;
  background-color: #206D99;
  margin-bottom: 30px;

}

#topnews {
    text-align: justify;
    color: rgb(9, 54, 133);
}

#btn-navigation {
  background-image: linear-gradient(to bottom, #2D6596 0%, #1A3A5D 100%);
  background-repeat: repeat-x;
  border-color: #fff;  
}

#btn-voltar {
  background-image: linear-gradient(to bottom, #2D6596 0%, #1A3A5D 100%);
  background-repeat: repeat-x;
  border-color: #fff;  
  height: 40px;
}

.btn-home {
    color: #0B3054;
    font-weight: bold;
    background-color: #FFFFFF;
    border-color: #30557D;    
}

.btn-home:hover,
.btn-home:active,
.btn-home:focus {
  border-color: #30557D;
  color: #0B3054;
  font-size: 23px;
  border-width: 7px;
}

.noticias {
    background-color: #FFFFFF;
    border-color: #30557D;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    padding: 25px;
    line-height: 1cm;
    color: #0B3054;
}

.noticias p {
  font-size: 16px;
  text-align: justify;
  /* font-weight: bold; */
  /* font-family: Verdana; */
}


#banner-sites {
  background-color: transparent;
  padding-top:50px;
  margin: 0px;
  text-align: center;
  bottom: 0;
}
