.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}

body{
	background-image: url(../../imgSys/background_image.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.fullscreen {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding-left: 0px;
	padding-right: 0px;
	overflow: visible;
	display: table;
	table-layout: fixed;

}

.acervo-row{
	display: table-row;
}


/*Trechos de código para a sidebar*/
.sidebar{
	position: absolute;
	margin:0px;
	height: 100%;
	background-color: #091540;
	padding: 0px;
	display: table-cell;
	
}


.sidebarlist {
	margin: 0px;
	padding:0px;

}

.sidebarlist a:hover{
	color: white;
}

.sidebarlist li{
	list-style: none;
	border-bottom: 1px inset #091540;
	font-size: 15px;
	position: relative;
}

.sidebarlist li.logoImg {
	height: 70px;
	padding-top:10px;
}

.sidebarlist li a{
	background-color: #1F2A51;
	padding: 10px 5px ;
	display: block;
	text-decoration: none;
	color: #D3D3D3;
}

.sidebarlist li ul li a{
	margin:0px;
	background-color: #6388AD;
}


.sidebarlist input{
	position: absolute;
	opacity: 0;
	display: none;
}

.sidebarlist .submenu label{
	position: relative;
	display: block;
	font-weight: normal;
	background: #1F2A51;
	color: #337ab7;
	font-size: 15px;
	cursor: pointer;
    transition: all .4s; 
    padding: 0px;
    margin-bottom: 0px;

}
	/*ícone para indicar submenu */
.sidebarlist .submenu label a::after{
	font-family: FontAwesome;
    content: "\f078";
    font-weight: bold;
    float: right;
    	
}

.sidebarlist .submenu  ul{
	width: 100%;
	padding: 0px;
	overflow: hidden;
	display: none;
	max-height: 0;
}

.sidebarlist .submenu input:checked ~ ul{
	display: block;
	height: auto;
	max-height: 200px;

}

.sidebarlist .submenu input:checked ~ label a::after{
	font-family: FontAwesome;
    content: "\f077";
    font-weight: bold;
    float: right;

}

.sidebarlist .submenu ul li{
	padding: 0px;
	border-left: 4px outset #337ab7;
	
	

}

/*Fim dos códigos para a sidebar*/



.contentPart{
	position: relative;
	padding-left:0px;
	padding-right: 0px;
	display: table-cell;
}

.boxstyle {
	padding: 25px; 
	margin-top: 3em;
	margin-bottom: 3em;
	background-color: rgba(192,192,192, 0.8);
	border-radius: 10px;
	border: solid 1px;
	border-color: #1F4E75;

}

.noboxstyle {
	padding: 25px; 
	margin-top: 1em;
	margin-bottom: 1em;
	border-radius: 5px;
	background-color: rgba(192, 192, 192, 0.8);

}

/*Campo de data do formulário noboxstyle*/
.date{ 
	padding-left:0px;
	padding-right: 3px;
}

#eventsList{
	overflow: scroll;
}

.uptitle {
	background-color: #091540;
	font-family: Verdana;
}

.initialTitle{
	color: white;
}


.colorBack {
	background-color: #B0C4DE;
}


#apresent {
	text-align: justify;
	font-family:  sans-serif;
}

.bigicon {
	font-size: 35px;
}

.textError {
	color: red;
}

.textInfo {
	color: blue;
}

.barLogo {
	padding: 5px;
}

.menuFunc {
	margin-top: 2em;
}

.active {
	font-weight: bold;
}

.borda{
	border: solid;
}

.adjustLogo {
	border-radius: 5px;
	display: block;
	margin: 0 auto; /*Centraliza a imagem*/
}

.line {
      color: #A9A9A9;
      background-color: #A9A9A9;
      height: 1px;
}

.sidebar .logout {
	color: #767A7F;
}


.boxPerfil {
	position: relative;
	padding: 10px; 
	background-color: rgba(9,21,64, 0.8);
	margin-top: 10em;
	margin-bottom: 3em;
	border-radius: 10px;
	border: solid 1px;

	width: 225px;
	height: auto;

	color:white;
}

.btnSize1 {
	width: 140px; 
	height: 40px;
}

.btnSize2 {
	width: 200px; 
	height: 40px;
}

.btnSize3 {
	width: 80px; 
	height: 40px;
}

.acervoResult {
	border: solid 2px; 
	border-radius: 5px; 
	overflow: auto; 
	height: 500px;
	margin-bottom: 15px;
}

.jumboPersonalizado {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: white;
  background-color: #091540;
}

.zeroPad {
	padding: 0;
}

.navbarRodape {
	position: relative; 
    bottom: 0px; 
    width: 99%; 
    height: 70px;
    margin-left: 0.75%;
    margin-right: 0.75%;
    margin-bottom: 0px;
    padding: auto;
    background-color: #D3D3D3;
    border-radius: 10px;
    overflow: auto;
    box-shadow: 0px -3px 10px #696969;
}

.tableWidth {
	width: 30.3%;
}

/* Eliminar o header na impressao do relatorio*/
@media print {
  head, header * {
    visibility: hidden;
  }
  #printable, #printable * {
    visibility: visible;
  }
  #printable {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.fonteRelatorio {
	font-family: courier;
	font-size: 14px;
	font-weight: bold;
}

#eventoAtivo {
    text-decoration: none;
    color: #4169E1;
}

#eventoAtivo:hover {
	color: #0000FF;
	font-weight: bold;
}

#eventoInativo {
    text-decoration: none;
    color: #FF6347;
}

#eventoInativo:hover {
	color: #FF0000;
	font-weight: bold;
}

.editarEvento {
	padding:0;
	float: right;
}

.eventoTempo{
	display: inline-block;
	width: 20%;
}

.eventoTab {
	display: inline-block;
	width: 20%;
}

.eventoTitulo {
	display: inline-block;
	width: 45%;
}

#solicitacaoEmAndamento {
    text-decoration: none;
    color: #e6ac00;
}

#solicitacaoEmAndamento:hover {
	color: #DAA520;
	font-weight: bold;
}

#solicitacaoFinalizada {
    text-decoration: none;
    color: #009933;
}

#solicitacaoFinalizada:hover {
	color: #008000;
	font-weight: bold;
}

p.news{
	text-align: justify;
}

.panel-body.cadastros{
	overflow: scroll;
}

p.text-info{
	color: white;
}

input.acervo{
	text-transform: uppercase;
}
