.login {
	background-color:#80808000;
    color: white;
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.head_login{
	background-image: linear-gradient(#a7a7a7, #d0d0d0);
	color: black;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	box-shadow: 2px 4px 20px gray;
}
.body_login{
	color:black;
	background-color: #d0d0d033;
}
.foot_login{
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	background-image: linear-gradient(#d0d0d0, #a7a7a7);
	box-shadow: -2px -4px 20px gray;
}
.foot_login a {
	text-decoration: none;
	color: white;
}
.blqResize {
    resize: none;
}
.pager > .active > a, .pager > .active > span, .pager > .active > a:hover, .pager > .active > span:hover, .pager > .active > a:focus, .pager > .active > span:focus {
    z-index: 3;
    color: white;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
vertical-align: inherit;
}
.logo-pagina{
	position: absolute;
	left:5%;
	width: auto;
	height:94%;
}
.head-relatorio{
	position: relative;
	top: -55px;
}
.table > tbody > tr > td.lost, .table > tfoot > tr > td.lost, .table > thead > tr > th.lost, .table > tbody > tr > th.lost, .table > tfoot > tr > th.lost, .table > thead > tr.lost > td, .table > tbody > tr.lost > td, .table > tfoot > tr.lost > td, .table > thead > tr.lost > th, .table > tbody > tr.lost > th, .table > tfoot > tr.lost > th {
    background-color: #323131;
	color: white;
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fffb09a1;
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #d01616;
    color: white;
}
.text-warning {
    color: #ff8c00;
}
#acompanhamento ul {
	line-height: 2;
}
@media print {
	.logo-pagina{
		position: absolute;
		left:50px;
		width: auto;
		height:94%;
	}
	.head-relatorio{
		position: relative;
		top: -45px;
	}
} 