/* Geral */

input[type="checkbox"] + label.textless {
	padding-left:0.5em;
	padding-right:0.5em;
	margin:0;
}

pre.stackTrace {
	font-size:0.6em;
	white-space: pre-wrap;
	padding-left: 1.8em;
	text-indent:-1.8em;
	margin-bottom: 1.2em;
}

a.atend {
	color: #308dff;
	font-weight: bold;
}

a.atend:hover {
	color: #0069ea !important;
}

a.backLnk {
	border-bottom: none;
	font-size: 1.2em;
	font-weight:bold;
}

/* Download */

table.downLinks {
	width:auto;
	margin: 0 auto 2em;
}

table.downLinks tbody tr, table.downLinks tbody tr:nth-child(2n + 1) {
	border:none !important;
	background-color: white !important;
}

table.downLinks td {
	font-weight:bold;
	vertical-align: middle;
}

table.downLinks a, table.downLinks a:hover {
	color: #753d04 !important;
}

table.downLinks td {
	padding: 0.25em 0;
}

table.downLinks td {
	text-align: left;
}

table.downLinks td a {
	text-decoration: none;
	border-bottom: none;
	font-size:1.2em;
	display: block;
	padding: 0.15em 1.5em 0.25em 2.31em;
	text-indent: -0.82em;
	border: 1px outset #d6cfc8;
	border-radius: 8px;
	background: rgb(210, 210, 184);
	background: linear-gradient(0deg, rgba(210,203,184,1) 0%, rgba(247,243,234,1) 100%);
}

table.downLinks td a span.fileName {
	display:none;
}

table.downLinks td a#downAll {
	border-color: rgb(231, 217, 85);
	background: rgb(231, 217, 85);
	background: linear-gradient(0deg, rgb(231, 217, 85) 0%, rgb(253, 247, 160) 100%);
}

table.downLinks td a span {
	vertical-align: middle;
}

/* Admin */

form, table#listaPeds {
	margin-bottom:0;
}

table#listaPeds th {
	font-weight: bold;
}

table#listaPeds td, table#listaPeds th {
	color:black;
}

table#listaPeds ul {
	margin:0;
}

table#listaPeds td:last-child {
	vertical-align: middle;
}

table#listaPeds td.lnkDown a {
	color:blue;
	font-weight: bold;
}

table#listaPeds a.removePed {
	text-decoration: none;
	border-bottom: none;
	color:red;
}

table#listaPeds tr.pedMisto td {
	background-color: rgb(255, 255, 151);
}

table#listaPeds tr.pedEnv td {
	color: blue;
}

table#listaPeds tr.pedFin td {
	text-decoration: line-through;
	color: #bbb;
}

div#opsGerais * {
	font-weight: bold;
	font-size: 0.9em;
	line-height: 2.5em;
}

div#opsGerais {
	margin-bottom: 40px;
	text-align: center;
}

table#listaPeds tfoot td {
	text-align: center;
	padding:50px 0 0;
}

button.opsPedidos {
	font-size:1em;
	margin: 5px 0;
}

input#chkMostraAntigos + label::before {
	margin-top:0.45em;
}

select#periodoRefresh {
	width: auto;
	height: auto;
	line-height: inherit;
	display: inline;
	font-weight: normal;
	margin-right: 10px;
}

select#acao {
	width:auto;
	display:inline;
}

@media screen and (max-width: 736px) {
	select#acao {
		width:100%;
		display:block;
	}

	table#listaPeds td {
		font-size: 0.8em;
	}
}

table#dadosPed input {
	width: auto;
}

table#dadosPed tbody tr, table#dadosPed tbody tr:nth-child(2n + 1) {
	border:none !important;
	background-color: white !important;
}

table#dadosPed tbody tr td:first-child {
	text-align: right;
	width: 5%;
	white-space: nowrap;
}

div#itensPed {
	margin-top: 10px;
}

div#itensPed div.itped {
	line-height: 2.2em;
	font-size: 1.1em;
}

div#itensPed div.itped a.fa-trash-alt {
	float:right;
	line-height: 2.2em;
	color: red;
	border-bottom: none;
}

#main input[type="text"]:invalid, #main input[type="password"]:invalid, #main input[type="email"]:invalid {
	border-color: red;
	background-color: rgb(255, 236, 236);
}