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

#facet_has_content_in_original_bundle {
    
}


div#facet_has_content_in_original_bundle {
    display: none!important;
    width: 0!important;
}
.container >.row+.container.row>div:nth-child(1) {
    width: 60%!important;
}
.container >.row+.container.row>div:nth-child(2)
{
	width: 40%!important;
}

.facetsBox.row.panel div#facet_dateIssued.col-md-4, .facetsBox.row.panel div#facet_subject.col-md-4 {
    width: 50%!important;
}

.rozd-main>h3+p+.list-group .list-group-item.row {
          width: 48.2%;
    display: flex;
    vertical-align: middle;
    float: left;
    height: 100px;
    padding: 5px 0;
    margin: 0;
    border-bottom: 0;
    margin-right: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	border-radius:0;
}
.col-md-4>h3+p+.list-group.list-group-item.row:nth-child(even) {
    float: right;
	margin-right: 0;
}
.col-md-4>h3+p+.list-group-item.row:last-child, .col-md-4>h3+p+.list-group .list-group-item.row:nth-child(9){
border-bottom:1px solid #ddd;
}
.list-group-item-heading {
    font-size: 115%!important;
}
.panel{    box-shadow: none!important;}
.banner img {max-width:100%;height:auto;
background-color: #FFFFFF;padding:15px 15px 0;margin:20px 20px 0}
.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;
}
@media only screen and (max-width: 768px)

{
.brand h1 {
    text-align: center;
    margin-top: 0;
}
.banner img {
    max-width: 100%;
    padding: 0;
    margin: 20px auto 0;
}
.container >.row+.container.row>div:nth-child(1) {
    width: 100%!important;
}
.rozd-main>h3+p+.list-group .list-group-item.row {
    width: 100%;
    display: block;
    vertical-align: middle;
    float: none;
    height: auto;
    padding: 5px 0;
    margin: 0 auto;
    border-bottom: 20px;
    margin-right: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 50%;
    height: auto;
    margin: 0 auto 10px;
}
.facetsBox.row.panel div#facet_dateIssued.col-md-4, .facetsBox.row.panel div#facet_subject.col-md-4 {
    width: 100%!important;
}
.container >.row+.container.row>div:nth-child(2) {
    width: 100%!important;
}

}
