/* style.css */
body{
	background-color: rgb(245,245,245);
	/*background-image: url("../img/fundo.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 75%;*/
}

.navbar-default {
	background-color: rgb(245,245,245)!important;	
}

/*Formatacao div principal
div[role="main"]{

}*/

div #logo_telub{
	padding-top: 10px;
	padding-bottom: 12px;
}

div #user_name{
	padding-top: 25px;
	padding-bottom: 0px;
	float: right;
}

div #qr_code{
	padding-right: 20px;
}

div #fonte_qr_code h5{
    font-family: arial, sans-serif;
    font-size: 12pt;
    color: black;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    padding: 0px;
    margin-bottom: 5px;
}
.container {
	margin-top: -20px;
	}

/*.row {
	margin-bottom: 10px;
	}*/
div[role="main"][class*="xs"]{
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: center;
}

hr {
	border-width: 2px;
}
.font-table{
	'font-size: 10pt;
}
.caixa-alta{
	text-transform: uppercase;
}

.lista-tarefas{
	height: 512px;
	overflow: scroll;
	align-content: center;
	bottom: 0;
	overflow-x: hidden;
}
td{
	height: 5px;
}

table{
	font-size: 10pt;
}

.busca-equip{
	margin-top: 20px;
}

fieldset#tarefas{
	caption-side: top;
	background-color: rgba(0, 0, 0, 0);
	border: slategrey;
	height: 100%;
	font-size: 12px;
	bottom: 20px;
}

.footer {
	position:absolute;
	bottom:0;
	width: 85%;
	height: 50%;
}

.treeview{
	/*background-color: #FFFFFF;*/
	background-color:rgb(245,245,245);
	padding: 5px;
}

.propaganda{
	width: 100%;
	height: 180px;
}

.busca{
	margin-top: 20px;
	margin-left: 0;
}

.paragrafo{
	font-size: 10pt;
	font-family: Arial;
	text-align: left;
	font-weight: bold;
}

.box {
	margin: 0px auto;
	width: 70%;
}

.box-chart {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
}

#oculto {
	display: none;
	margin-top: 30px;
}

.inputFile {
	width: 185px;
	height:40px;
	position: relative;
	overflow: hidden;
	background: red;
}
.inputFile label {
	display: inline-block;
	position: absolute;
}
.inputFile input {
	position: absolute;
	right: 0;
	z-index: 2;
	font-size: 100px; /* Aumenta tamanho do campo */
	opacity: 0;
	filter: alpha(opacity=0);
}