/**
 * Basic screen and print styles. These styles are needed for basic DokuWiki functions
 * regardless of the used template. Templates can override them of course
 */

/*Campo de busca*/
 iframe#ifr2{
	width: 100%;
	height: 240px;
	margin-top: 0px;
 }

 /*Tabela da pagina dissertações*/
div#tabela{
	position: fixed;
	width: 100%;
	top: 10px;
	left: 10%;
	font-size: 12pt;
}

/*Estilo da pagina de postagem*/
a#voltardis{
	position: relative;
	font-size: 12pt; 
	font-weight:bold; 
	color: #2b73b7;
	top: -20px;
}

a#voltardis:hover{
	text-decoration: underline;
	cursor: pointer;
}

form#postagem{
	line-height: 175%;
	position: relative;
	left: 5%;
	font-size: 15pt;
	font-family: Arial;
}

/* Estilo da pagina de busca */
div#busca{
	width: 100%;
	height: 10px;
}

div#formul{
	width: 34%;
	height: 180px;
	padding-top: 10px;
	padding-left: 2%;
	font-family: arial;
	font-size: 16px;
	line-height: 150%;
	position: fixed;
	border-right: 1px solid black;
}

div#formul input#textb{
	margin-left:10px;
	width:200px;
}

div#formul input#botbusca{
	margin-left: 30%;
	margin-top:10px;
	font-size: 15pt;
	border-color: white;
}

div#dados{
	position: relative;
	width: 60%;
	height: 180px;
	left: 36%;
	top: 0px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 13px;	
}

div#dados table{
	border: 1px solid gray;
}

div#dados thead{
	background-color: #eee;
}

div#dados td{
	padding: 4px;
}

div#pesquisa{
	position: relative;
	text-align: center;
	left: 5%;
	top: 70px;
	font-size: 20pt;
}
/*---------- MOBILE -----------*/
@media only screen and (max-width: 1100px) {
/* Estilo da pagina de busca */	
	div#formul{
		font-size: 1.5vw;
	}
	
	div#formul input#textb{
		margin-left:2px;
		width: calc(20px + 15vw);
	}

	div#dados{
		font-size: 1.3vw;	
	}
	
	div#pesquisa{
		font-size: 2.5vw;
	}

	div#formul input#botbusca{
		font-size: 1.8vw;
	}	
}

@media only screen and (max-width: @ini_tablet_width) {
	div#tabela{		
		font-size: 13px;
	}
}

@media only screen and (max-width: @ini_phone_width) {
	div#tabela{		
		font-size: 11px;
	}	

	/*Campo de busca*/
	iframe#ifr2{
		width: 100%;
		height: 70px;
		margin-top: 0px;
	}
}
/*---------------------*/
 
 
div.clearer {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

/* one of the many clearfix versions */
.group {
    display: inline-block;
}
.group {
    display: block;
}
.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}

div.no {
    display: inline;
    margin: 0;
    padding: 0;
}

.hidden {
    display: none;
}

/* image alignment */
.medialeft {
    float: left;
}
.mediaright {
    float: right;
}
.mediacenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* table cell alignment */
.leftalign   { text-align: left;   }
.centeralign { text-align: center; }
.rightalign  { text-align: right;  }

/* underline */
em.u {
    font-style: normal;
    text-decoration: underline;
}
em em.u {
    font-style: italic;
}
