/* ------------
   Estilo geral
   ------------ */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
ul {
	margin: 0px;
}
a {
	font-size: 13px;
	color: #333;
}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}
#aviso {
	padding: 8px;
	background-color: #fedab2;
	border: 1px solid #f7941d;
}
#alerta {
	padding: 8px;
	background-color: #c1ced8;
	border: 1px solid #3d79a4;
}
#aviso-tabela {
	background-color: #fedab2;
	border: 1px solid #f7941d;
}
#erro {
	padding: 8px;
	background-color: #ffacaf;
	border: 1px solid #ed1c24;
}
.menu-botoes a {
	text-decoration: none;
	font-size: 18px;
	color: #333;
	text-transform: uppercase;
}
.selecao td {
	border: 2px solid #ffffff;
}
.selecao td:hover {
	border: 2px solid #000000;
	cursor: pointer;
}
.armacao-selecionada {
	position: relative;
	width: 100%; /* for IE 6 */
}
.armacao-selecionada h1 {
	font-size: 18px;
	font-weight: bold;
	/*
	background: rgba(0, 0, 0, 0.2);
	*/
	position: absolute;
	top: 13px;
	left: 0;
	width: 100%;
}
.obrigatorio {
	background-color: #fff9a6;
}
input, select {
	font-size: 12px;
}
.inputWidth {
	width: 300px;
}
.inputWidthSelect {
	width: 308px;
}
.inputText {
	border-top: 1px solid #6c6c6c;
	border-left: 1px solid #6c6c6c;
	border-bottom: 1px solid #a7a7a7;
	border-right: 1px solid #a7a7a7;
	padding: 3px;
	color: #000000;
	font-size: 12px;
}
.inputSelect {
	border-top: 1px solid #6c6c6c;
	border-left: 1px solid #6c6c6c;
	border-bottom: 1px solid #a7a7a7;
	border-right: 1px solid #a7a7a7;
	padding: 2px;
	color: #000000;
	font-size: 13px;
}
.inputButton {
	font-size: 13px;
	padding: 2px;
}
.inputReadonly {
	border-top: 1px solid #6c6c6c;
	border-left: 1px solid #6c6c6c;
	border-bottom: 1px solid #a7a7a7;
	border-right: 1px solid #a7a7a7;
	padding: 3px;
	color: #000000;
	background-color: #d7d7d7;
	font-size: 12px;
}
.textarea {
	padding-right: 8px;
}
textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	border-top: 1px solid #6c6c6c;
	border-left: 1px solid #6c6c6c;
	border-bottom: 1px solid #a7a7a7;
	border-right: 1px solid #a7a7a7;
	width: 100%;
	margin: 0px;
	padding: 2px;
}
table {
	font-size: 13px;
}
.tabela-1 {
	text-align: center;
	border-collapse: collapse;
}
.tabela-1>tbody>tr>th {
	font-size: 13px;
	font-weight: normal;
	padding: 4px;
	background: #cacaca url('tabela_titulo.png') repeat-x;
	color: #2f2f2f;
}
.tabela-1>tbody>tr>td {
	font-size: 13px;
	font-weight: normal;
	padding: 4px;
	background: #ededed url('tabela_fundo.png') repeat-x;
	color: #2f2f2f;
}
.tabela-2 {
	text-align: center;
	border-collapse: collapse;
}
.tabela-2>tbody>tr>td {
	font-size: 13px;
	padding: 4px;
	color: #2f2f2f;
	border: 1px solid #dedede;
	background: #ededed url('tabela_fundo.png') repeat-x;
}
.tabela-2>tbody>tr>td.titulo {
	font-size: 13px;
	font-weight: normal;
	padding: 4px;
	background: #cacaca url('tabela_titulo.png') repeat-x;
	color: #2f2f2f;
}
.tabela-grade {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	text-align: center;
}
.tabela-grade td {
	padding: 4px;
}
.tabela-grade th {
	padding: 4px;
}
.tabela-grade>thead>tr>td {
	border-top: 1px solid #fff;
}
.tabela-grade>thead>tr>th {
	border-bottom: 1px solid #dedede;
	font-size: 13px;
	color: #2f2f2f;
	background: #cacaca url('tabela_titulo.png') repeat-x;
}
.tabela-grade>thead>tr>th+th {
	border-left: 1px solid #dedede;
}
.tabela-grade>tbody>tr>td {
	border-bottom: 1px solid #dedede;
	font-size: 13px;
	color: #2f2f2f;
	background: #ededed url('tabela_fundo.png') repeat-x;
}
.tabela-grade>tbody>tr>td+td {
	border-left: 1px solid #dedede;
}
.tabela-grade .linha-direita {
	border-right: 1px solid #dedede;
}
.tabela-grade .linha-esquerda {
	border-left: 1px solid #dedede;
}
.tabela-grade .linha-topo {
	border-top: 1px solid #dedede;
}
.tabela-grade .linha-abaixo {
	border-bottom: 1px solid #dedede;
}
.tabela-grade>tbody>tr>th {
	border-bottom: 1px solid #dedede;
	font-size: 13px;
	color: #2f2f2f;
	background: #cacaca url('tabela_titulo.png') repeat-x;
}
.tabela-grade>tbody>tr>th+th {
	border-left: 1px solid #dedede;
}
.tabelaOlho * {
	font-size: 11px;
}
.tabelaOlho .tabela-2 .titulo {
	font-size: 11px;
}
.tabelaOlho input {
	border-top: 1px solid #6c6c6c;
	border-left: 1px solid #6c6c6c;
	border-bottom: 1px solid #a7a7a7;
	border-right: 1px solid #a7a7a7;
	padding: 1px;
	color: #000000;
	font-size: 11px;
}
.tabelaOlho select {
	border-top: 1px solid #6c6c6c;
	border-left: 1px solid #6c6c6c;
	border-bottom: 1px solid #a7a7a7;
	border-right: 1px solid #a7a7a7;
	padding: 0px;
	color: #000000;
	font-size: 11px;
}

/* --------------------------
   jQuery UI
   Documentação: jqueryui.com
   -------------------------- */

ul.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	border-bottom:1px solid #666;
	height:30px;
}
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}
ul.tabs a {
	background: url(blue.png) no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 30px;
	line-height:30px;
	width: 134px;
	text-align:center;
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;
	position:relative;
	top:1px;
}
ul.tabs a:active {
	outline:none;
}
ul.tabs a:hover {
	background-position: -420px -31px;
	color:#fff;
}
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;
	cursor:default !important;
	color:#000 !important;
}
ul.tabs a.s {
	background-position: -553px 0;
	width:81px;
}
ul.tabs a.s:hover {
	background-position: -553px -31px;
}
ul.tabs a.s.current {
	background-position: -553px -62px;
}
ul.tabs a.l {
	background-position: -247px -0px;
	width:174px;
}
ul.tabs a.l:hover {
	background-position: -247px -31px;
}
ul.tabs a.l.current {
	background-position: -247px -62px;
}
ul.tabs a.xl {
	background-position: 0 -0px;
	width:248px;
}
ul.tabs a.xl:hover {
	background-position: 0 -31px;
}
ul.tabs a.xl.current {
	background-position: 0 -62px;
}
.panes .pane {
	display:none;
}

/* ----------------------------
   jQuery Plug-in
   Documentação: datatables.net
   ---------------------------- */

.dataTables_wrapper {
	margin-top:  10px;
}
/*
.selectpicker {
	border-top: 1px solid #6c6c6c;
	border-left: 1px solid #6c6c6c;
	border-bottom: 1px solid #a7a7a7;
	border-right: 1px solid #a7a7a7;
	padding: 0px;
	color: #000000;
	font-size: 13px;
}
*/

.notificacao {
	display: inline-block;
	vertical-align: text-top;
	margin-left: 0px;
	padding: 0 5px;
	line-height: 16px;
	font-size: 11px;
	color: white;
	text-shadow: 0 1px #902a27;
	background: #e93631;
	border-radius: 2px;
	background-image: -webkit-linear-gradient(top, #f65d5f, #e93631);
	background-image: -moz-linear-gradient(top, #f65d5f, #e93631);
	background-image: -o-linear-gradient(top, #f65d5f, #e93631);
	background-image: linear-gradient(to bottom, #f65d5f, #e93631);
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
}