/** <Modificado> - Matheus.Oliveira */
body{
	margin-left: 55px;
}

#no-js-warning, #ds-trail, #ds-header, #ds-footer, #ds-content{
	width: 96%;
}

#ds-body {
	float: left;
	width: 100%;
	padding-top: 10px;
}

h1 {
	font-size: 182%;
	color: #323232;
	text-align: justify;
}

a, a:active, a:visited { color:#636363; }
a:hover { color:#000000; }

#ds-header {
	width: 100%;
	margin: auto;
	position: relative;
	height: 133px;
	background-color: white;
	background: url('../../../images/header_BrasilianaFotografica_133x1024.jpg');
}

#ds-header-logo {
	  float: left;
	  width: 180px;
	  height: 105px;
	  background: url('../../../images/logo_BrasilianaFotografica_paraenvio.png');
	  background-repeat: no-repeat;
	  background-color: transparent;
	  margin-right: 15px;
	  margin-top: 21px;
	  margin-left: 2px;
	  background-size: 100%;
}

#ds-trail-wrapper {
	background-color: #323232;
	margin: 0;
	padding: 0;
	border-top: 0 none;
	border-bottom: 0 none;
	min-width: 950px;
	-webkit-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.75);
	border-bottom: 1px solid rgb(93, 93, 93);
}

#ds-trail li {
	display: inline;
	color: #FFFFFF;
	margin-right: 5px;
	font-weight: bold;
}

#ds-footer {
	border-top: 1px dashed #323232;
	padding-top: 10px;
	font-size: 93%;
	line-height: 1.6em;
}

#aspect_artifactbrowser_ItemViewer_div_item-view h2, div.simple-item-view-description h3{
	border-bottom: 1px dashed #323232
}
div.simple-item-view-authors{
	border-bottom: 1px dashed #323232
}
#ds-footer-logo {
	display: inline-block;
	background: url('../../../images/neki.png');
	background-repeat: no-repeat;
	width: 140px;
	height: 40px;
}

.ds-button-field, #aspect_eperson_StartRegistration_list_registration-progress li {
	background-color: #6E6E6E;
}

form.search, div.discoverySearchBox{
	border: 1px dashed #323232
}

#ds-trail a {
	color: #FFFFFF;
}

#ds-user-box a{
	color: black;
	margin-right: 15px;
}

#pesquisaHeader{
	width: 280px;
	margin: 0 200px 0 0;
	background: #6E6E6E;
	height: 33px;
	float: right;
}

#btnHeader{
	float: right;
	width: 40px;
	margin-top: 0px;
	border: 0 none;
	height: 33px;
}

#txtHeader{
	margin-left: 5px;
	width: 220px;
}

.submission h2, .ds-form-list legend{
	color: #323232;	
}

/** <Menu-Lateral> */
 #lateral {
		padding: 0 55px 0 0;
		-moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		font-size: 1.2em;
		height: 100%;
		overflow: hidden;
		width: 320px;
		position: fixed;
		top: 0;
		left: -320px;
		background: #323232;
		-webkit-box-shadow: 2px 0px 7px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow: 2px 0px 7px 0px rgba(50, 50, 50, 0.75);
		box-shadow: 2px 0px 7px 0px rgba(50, 50, 50, 0.75);
}

#lateral:before {
	z-index: 1000;
	content: url('../../../images/icone-menu.png');
	font-size: 4em;
	color: white;
	position: fixed;
	left: 7px;
	top: 45px;
}

#lateral:hover:before,#lateral:focus:before {
	left: -500px
}

#lateral:hover,#lateral:focus,#lateral:active {
	overflow-y: scroll;
	-moz-transform: translate(320px, 0);
	-webkit-transform: translate(320px, 0);
	-o-transform: translate(320px, 0);
	transform: translate(320px, 0);
	padding-right: 0;
}

#lateral .box {
	list-style-type: none;
}

#lateral h3 {
	display: inline-block;
	font-weight: bold;
	font-style: normal;
	padding-bottom: 0.2em;
	font-size: 15px;
	margin: 0 0 0 30px;
	color: #FFFFFF;
	border-bottom: 2px solid rgb(155, 155, 155);
	text-transform: uppercase;
}

#menu {
	font-style: italic;
	position: relative;
	font-size: 1.0em;
	margin: 1em 0 1em -1em;
	padding: 0;
}

#menu li {
	padding: 0;
	margin: 0;
}

#menu li a,#menu li a:link {
	font-size: 13px;
	color: rgb(255, 255, 255);
	text-decoration: none;
	padding: 6px 0 6px 1em;
	display: block;
	-moz-transition: all 1.2s ease;
	-webkit-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	transition: all 1.2s ease;
}

#menu li a:hover {
	color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.2);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

div.item-summary-view-metadata{
	width: 50%;
	float: right;
}

#aspect_artifactbrowser_ItemViewer_div_item-view h2 {
	width: 48%;
}

@media ( max-width : 500px) {
	body {
		margin-left: 0;
		background-size: 100% 28em !important;
	}
	#lateral {
		z-index: 1000;
		padding: 0;
		-moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		font-size: 1.2em;
		height: 100%;
		overflow: auto;
		width: 100%;
		position: static;
		top: 0;
		left: 0;
	}
	#lateral:before {
		z-index: 1000;
		width: 0;
		text-align: center;
		content: "";
		font-size: 0;
		color: white;
		position: static;
		top: 0;
		left: 0;
		display: inline-block;
	}
	#lateral:hover,#lateral:focus {
		overflow: scroll;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
	}
	#menu li a {
		border-bottom: 1px solid #ccc;
	}
	#menu li:first-child a {
		border-top: 1px solid #ccc;
	}
}
.submenu {
	font-size: 15px;
	color: white;
	font-style: normal;
	font-weight: bold;
	margin-left: 20px;
}
/** </Menu-Lateral> */

.thumbnail-wrapper {
	display: inline-block;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-shadow: 0 0 5px #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.file-list{
	width: 50%;
}
.thumbnail-view{
	width: 100%;
}
.linkZoom:hover {
	cursor: pointer;
}
#container {
	background-color: rgb(34, 34, 34);
	border: 1px solid rgb(34, 34, 34);
	color: white;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#divZoom, #modal {
	display: none;
	position:fixed; 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 100000;
}
#btnMais {
	left: 0px;
	top: -1px;
	position: absolute;
	z-index: 3;
	width: 300px;
	background: rgb(242, 242, 242);
	color: black;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	cursor:pointer;
}
#boxMetadados {
	left: 0px;
	top: 36px;
	position: absolute;
	z-index: 3;
	width: 300px;
	background: rgb(242, 242, 242);
	color: black;
	padding: 10px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	display: none;
}

#btn-justaposicao{
	background-image: url("../../../images/btn_justaposicao.png");
}

#btn-justaposicao:hover{
	background-image: url("../../../images/btn_justaposicao_hover.png");
	cursor:pointer;
}

#btn-lista{
	background-image: url("../../../images/btn_lista.png");
}

#btn-slideshow{
	background-image: url("../../../images/slideShowIcon.png");
	cursor: pointer;
}

#btn-slideshow:hover{
	background-image: url("../../../images/slideShowIcon_hover.png");
}

#btn-lista:hover{
	cursor:pointer;
	background-image: url("../../../images/btn_lista_hover.png");
}

.hover-justaposicao{
	background-image: url("../../../images/btn_justaposicao_hover.png") !important;
}
.hover-lista{
	background-image: url("../../../images/btn_lista_hover.png") !important;
}
#botoes-visualizacao{
	text-align: right;
	margin-bottom: 12px;
}
#botoes-visualizacao li{
	list-style:none;
	display:inline-block;
	width:41px;
	height: 41px;
	margin-left: 5px;
	padding: 0;
}

/* ----- Image grids ----- */
ul.rig {
	list-style: none;
	font-size: 0px;
	margin-left: -2.5%; /* should match li left margin */
}
ul.rig li {
	text-align: center;
	display: inline-block;
	padding: 10px;
	margin: 0 0 2.5% 2.5%;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-shadow: 0 0 5px #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul.rig li img {
	max-width: 500px;
	height: auto;
	margin: 0 0 10px;
	max-height: 330px;
}
ul.rig li h3 {
	margin: 0 0 5px;
}
ul.rig li p {
	  font-size: .9em;
	  line-height: 1.5em;
	  color: #999;
	  margin: 0 auto;
	  font-weight: bold;
	  max-width: 500px
}	
}
/* class for 2 columns */
ul.rig.columns-2 li {
	width: 47.5%; /* this value + 2.5 should = 50% */
	text-align: center;
}
/* class for 3 columns */
ul.rig.columns-3 li {
	width: 30.83%; /* this value + 2.5 should = 33% */
}
/* class for 4 columns */
ul.rig.columns-4 li {
	width: 22.5%; /* this value + 2.5 should = 25% */
}

@media (max-width: 1199px) {
	.container {
		width: auto;
		padding: 0 10px;
	}
}

@media (max-width: 1313px) {
	ul.rig li img {
		/*width: 100% !important; /* over-ride all li styles */
		margin: 0 0 20px;
	}
	ul.rig li {
		/* width: 48% !important; */
		margin: 0px 0px 2% 2%;
	}
}
@media (max-width: 480px) {
	ul.grid-nav li {
		display: block;
		margin: 0 0 5px;
	}
	ul.grid-nav li a {
		display: block;
	}
	ul.rig {
		margin-left: 0;
	}
	ul.rig li {
		width: 100% !important; /* over-ride all li styles */
		margin: 0 0 20px;
	}
}

#visualizacao-lista
{
	margin:0;
	display:none;
}
#visualizacao-lista div
{
	list-style: none;
}
#visualizacao-lista div img
{
	max-width: 100%;
	height: auto;
	max-height: 330px;
	max-width: 470px;
}
#thumbnail {
	width: 530px;
	vertical-align: top;
	text-align: center;
	padding-top: 10px;
}
#border-thumbnail {
	display: table;
	padding: 10px;
	display: inline-block;
	padding: 10px;
	margin: 0 0 2.5% 2.5%;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-shadow: 0 0 5px #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#metadados
{
	float:right;
	width:480px;
	font-size: 11pt;
	padding-top: 10px;
}
#lista tr {
	border-bottom: 1px dashed black;
	border-top: 1px dashed black;
}
#metadados p{
	margin-left: 20px;
}
#lista{
	width: 100%;
}
.btnClose{
	right: 0px;
	top: 0px;
	position: absolute;
	z-index: 500;
	color: white;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	width: 20px;
	background: rgb(34, 34, 34);
	height: 17px;
}

#compartilhar-facebook{
	background: url('../../../images/icon_facebook.png');
	background-color: #3B5998;
	background-repeat: no-repeat;
	background-size: auto 90%;
	padding: 3px 5px 3px 21px;
	background-position: 2px 1px;
	border: 0 none;
	color: white;
	font-weight: bold;
}
/** </Modificado> */