@charset "ISO-8859-1";

/* = CAIXA DA Pï¿½GINA ======================================================== */
.top_left { max-width:8px; min-width:8px; width:8px; height:8px; background:url(../imagens/caixa-paginas/cinza/top_left.png) no-repeat right bottom; }
.top_middle { min-width:99%; max-width:100%; height:8px; background:url(../imagens/caixa-paginas/cinza/top_middle.png) repeat-x bottom; }
.top_right { max-width:11px; min-width:11px; width:11px; height:8px; background:url(../imagens/caixa-paginas/cinza/top_right.png) no-repeat left bottom; }
.middle_left { max-width:8px; min-width:8px; width:8px; background:url(../imagens/caixa-paginas/cinza/middle_left.png) repeat-y right; }
.middle_back { min-width:99%; max-width:100%; background:url(../imagens/caixa-paginas/cinza/middle_back.png) repeat; }
.middle_right { max-width:11px; min-width:11px; width:11px; background:url(../imagens/caixa-paginas/cinza/middle_right.png) repeat-y left; }
.foot_left { max-width:8px; min-width:8px; width:8px; height:11px; background:url(../imagens/caixa-paginas/cinza/foot_left.png) no-repeat right top; }
.foot_middle { min-width:99%; max-width:100%; height:11px; background:url(../imagens/caixa-paginas/cinza/foot_middle.png) repeat-x top; }
.foot_right { max-width:11px; min-width:11px; width:11px; height:11px; background:url(../imagens/caixa-paginas/cinza/foot_right.png) no-repeat left top; }
/*=========================================================================== */

.form-control {
    padding: 6px 6px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-image: none !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important;
	margin-left: 5px !important;
}

/* dropdown button */
.dropbtn {
	margin: 0.5px 0.5px !important;
	background-color: #3498DB !important;
	color: white !important;
	font-size: 11px !important;
	border: none !important;
	cursor: pointer !important;
	padding: 0px 2px 0px 6px !important;
}

.dropbtn:hover, .dropbtn:focus {
	background-color: #2980B9 !important;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.red-green{
	background: -webkit-linear-gradient(red, green); 
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #FFF;
	min-width: 210px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px lightgray;
	z-index: 1;
	left: -130px;
	border: 1px solid #9c9c9c;
	border-radius: 4px;
	margin-top: 3px;
}

.dropdown-content a {
	color: black !important;
	padding: 8px 20px;
	text-decoration: none !important;
	display: block;
	text-align: left;
}

.dropdown-content a i {
	font-size: 16px;
	padding: 0px 6px 0px 2px;
}

.dropdown a:hover {background-color: #ddd;}

/* .show {display: block;} */

/* Filtro */
.div-filtro {
	color: white;
	text-align: left;
	padding: 10px;
	border-radius: 5px;
	background: -webkit-linear-gradient(#3c7097, #8cb9db);
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
	cursor: pointer;
}

.div-filtro-conteudo {
	text-align: left;
	/* padding: 10px;
	border-radius: 0px 0px 5px 5px;
	background: #e8e8e8;
	font-size: 11px; */
	margin-bottom: 15px;
	overflow: auto;
}

/* tabela com zebra */
.striped-row td,th {
	padding: 5px;
}

.striped-row tr:nth-child(even) {
	background-color: #d6e2e5
}

.striped-row tbody tr:hover {
	background-color: #fffcb2
}

.striped-row tfoot td {
	padding-top: 15px;
}

.striped-row th {
	background-color: #006699;
	color: #fff;
}

.alert {
	padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-success {
	background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}

form{
    margin: 0px;
    padding: 0px;
}

/*========= FORMATAï¿½ï¿½O DE TABELA FORMULï¿½RIO =========== */
.tabela-form {
	border-collapse:collapse;
}

.disabled {
    background-color: #d4d4d4;
    border-color: #d4d4d4;
    color: #969595;
    cursor: not-allowed;
}

.tabela-form thead td {
	border: solid 1px #dedede !important;
	background-color:#F4F5F7;
}

.tabela-form tbody td {
	padding:4px;
	border: solid 1px #dedede !important;
	background-color:#F4F5F7;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color:#333333;
}

.tabela-form tfoot td {
	padding:5px;
	border: solid 1px #dedede !important;
	background-color:#F4F5F7;
}
/*======================================================*/

/*========= FORMATAï¿½ï¿½O DE TABELA RESULTADO =========== */
.tabela-result {
	border-collapse:collapse;
}

.tabela-result thead td {
	border: solid 1px #dedede;
}

.tabela-result tbody td {
	border: solid 1px #dedede;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color:#333333;
}
/*======================================================*/

.tabela-form .fixed_cell, .tabela-result .fixed_cell {
	border-left: solid 1px #F4F5F7;
	height: 22px;
	background-color:#dddddd;
	border-bottom:#aaa solid thin;
	text-transform: uppercase;
	margin:0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
    padding: 1px 5px 1px 5px;
}

/* ZEBRA --------------------------------*/
table#zebra, table#zebra2, table#zebraSemHover, table.zebra, table.zebra2, table.zebraSemHover { border: none; border-collapse: collapse; }
table#zebra tbody tr, table#zebra2 tbody tr, table#zebraSemHover tbody tr, table.zebra tbody tr, table.zebra2 tbody tr, table.zebraSemHover tbody tr { height: 20px; }
table#zebra tbody tr td, table#zebra2 tbody tr td, table#zebraSemHover tbody tr td, table.zebra tbody tr td, table.zebra2 tbody tr td, table.zebraSemHover tbody tr td { border: none; padding: 1px 5px 1px 5px; border-left: solid 1px #F4F5F7; border-bottom: solid 1px #aaaaaa; }
table#zebra tbody tr td a:hover, table#zebra2 tbody tr td a:hover, table#zebraSemHover tbody tr td a:hover, table.zebra tbody tr td a:hover, table.zebra2 tbody tr td a:hover, table.zebraSemHover tbody tr td a:hover { color: #a4353a; text-decoration: underline; }
table#zebra tbody tr:hover, table.zebra tbody tr:hover { background-color:#fffcb2; color:#000; }
table#zebra2 tbody tr.hover, table.zebra2 tbody tr.hover{background-color:#fffcb2; color:#000;}
table#zebra thead tr th,  table#zebra2 thead tr th, table#zebraSemHover thead tr th, table.zebra thead tr th,  table.zebra2 thead tr th, table.zebraSemHover thead tr th {
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #006699;
	height: 22px;
	background-color: #dddddd;
	border-left: solid 1px #F4F5F7;
	border-bottom: solid 1px #aaaaaa;
	padding: 1px 5px 1px 5px;
}
table#zebra tfoot tr th, table#zebra2 tfoot tr th, table#zebraSemHover tfoot tr th, table.zebra tfoot tr th, table.zebra2 tfoot tr th, table.zebraSemHover tfoot tr th {
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding: 1px 5px 1px 5px;
	color: #006699;
	height: 22px;
	background-color: #dddddd;
	border-left: solid 1px #F4F5F7;
	border-top: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
}

.impar { background-color:#d6e2e5; }
.par { background-color:#ffffff; }

.tituloTabela {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform: uppercase;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	margin:0 auto;
	height:30px;
	line-height:30px;
	padding: 0px;

	/* For WebKit (Safari, Google Chrome etc) */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#3c7097), to(#8cb9db));
	/* For Mozilla/Gecko (Firefox etc) */
	/*background: -moz-linear-gradient(top, #3c7097, #8cb9db);
	/* For Internet Explorer 5.5 - 7 */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3c7097, endColorstr=#8cb9db);
	/* For Internet Explorer 8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3c7097, endColorstr=#8cb9db)";*/


        background: #3c7097; /* Old browsers */
        background: -moz-linear-gradient(top, #3c7097 0%, #8cb9db 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c7097), color-stop(100%,#8cb9db)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #3c7097 0%,#8cb9db 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #3c7097 0%,#8cb9db 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #3c7097 0%,#8cb9db 100%); /* IE10+ */
        background: linear-gradient(to bottom, #3c7097 0%,#8cb9db 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7097', endColorstr='#8cb9db',GradientType=0 ); /* IE6-9 */
}

.tituloTabelaVerde {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform: uppercase;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	margin:0 auto;
	height:30px;
	line-height:30px;
	padding: 0px;

	/* For WebKit (Safari, Google Chrome etc) */
/*	background: -webkit-gradient(linear, left top, left bottom, from(#bbd37e), to(#4c6510));
	/* For Mozilla/Gecko (Firefox etc) */
/*	background: -moz-linear-gradient(top, #bbd37e, #4c6510);
	/* For Internet Explorer 5.5 - 7 */
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bbd37e, endColorstr=#4c6510);
	/* For Internet Explorer 8 */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#bbd37e, endColorstr=#4c6510)";*/
        
        
        background: #bbd37e; /* Old browsers */
        background: -moz-linear-gradient(top, #bbd37e 0%, #4c6510 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbd37e), color-stop(100%,#4c6510)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #bbd37e 0%,#4c6510 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #bbd37e 0%,#4c6510 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #bbd37e 0%,#4c6510 100%); /* IE10+ */
        background: linear-gradient(to bottom, #bbd37e 0%,#4c6510 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbd37e', endColorstr='#4c6510',GradientType=0 ); /* IE6-9 */
}

.tituloTabelaResultado {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform: uppercase;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin:0 auto;
	height:30px;
	line-height:30px;
	padding: 0px;

	/* For WebKit (Safari, Google Chrome etc) */
/*	background: -webkit-gradient(linear, left top, left bottom, from(#6f6859), to(#b7b1a5));
	/* For Mozilla/Gecko (Firefox etc) */
/*	background: -moz-linear-gradient(top, #6f6859, #b7b1a5);
	/* For Internet Explorer 5.5 - 7 */
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6f6859, endColorstr=#b7b1a5);
	/* For Internet Explorer 8 */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#6f6859, endColorstr=#b7b1a5)";*/
        
        
        background: #6f6859; /* Old browsers */
        background: -moz-linear-gradient(top, #6f6859 0%, #b7b1a5 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6859), color-stop(100%,#b7b1a5)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #6f6859 0%,#b7b1a5 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #6f6859 0%,#b7b1a5 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #6f6859 0%,#b7b1a5 100%); /* IE10+ */
        background: linear-gradient(to bottom, #6f6859 0%,#b7b1a5 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6859', endColorstr='#b7b1a5',GradientType=0 ); /* IE6-9 */
        
}

.tituloTabelaResultadoImpressao {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform: uppercase;
	font-weight:bold;
	color:#000;
	text-align:center;
	margin:0 auto;
	height:30px;
	line-height:30px;
	padding: 0px;

	/* For WebKit (Safari, Google Chrome etc) */
/*	background: -webkit-gradient(linear, left top, left bottom, from(#6f6859), to(#b7b1a5));
	/* For Mozilla/Gecko (Firefox etc) */
/*	background: -moz-linear-gradient(top, #6f6859, #b7b1a5);
	/* For Internet Explorer 5.5 - 7 */
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6f6859, endColorstr=#b7b1a5);
	/* For Internet Explorer 8 */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#6f6859, endColorstr=#b7b1a5)";*/
        
        
        background: #6f6859; /* Old browsers */
        background: -moz-linear-gradient(top, #6f6859 0%, #b7b1a5 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6859), color-stop(100%,#b7b1a5)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #6f6859 0%,#b7b1a5 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #6f6859 0%,#b7b1a5 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #6f6859 0%,#b7b1a5 100%); /* IE10+ */
        background: linear-gradient(to bottom, #6f6859 0%,#b7b1a5 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6859', endColorstr='#b7b1a5',GradientType=0 ); /* IE6-9 */
        
}

.tituloTabelaVermelho {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform: uppercase;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin:0 auto;
	height:30px;
	line-height:30px;
	padding: 0px;

	/* For WebKit (Safari, Google Chrome etc) */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#a4353a), to(#d77677));
	/* For Mozilla/Gecko (Firefox etc) */
	/*background: -moz-linear-gradient(top, #a4353a, #d77677);
	/* For Internet Explorer 5.5 - 7 */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a4353a, endColorstr=#d77677);
	/* For Internet Explorer 8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#a4353a, endColorstr=#d77677)";*/
        
        background: #a4353a; /* Old browsers */
        background: -moz-linear-gradient(top, #a4353a 0%, #d77677 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4353a), color-stop(100%,#d77677)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #a4353a 0%,#d77677 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #a4353a 0%,#d77677 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #a4353a 0%,#d77677 100%); /* IE10+ */
        background: linear-gradient(to bottom, #a4353a 0%,#d77677 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4353a', endColorstr='#d77677',GradientType=0 ); /* IE6-9 */
}

.tituloTabelaResultadoClaro {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform: uppercase;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin:0 auto;
	height:30px;
	line-height:30px;
	padding: 0px;

	/* For WebKit (Safari, Google Chrome etc) */
/*	background: -webkit-gradient(linear, left top, left bottom, from(#b7b1a5), to(#efefef));
	/* For Mozilla/Gecko (Firefox etc) */
/*	background: -moz-linear-gradient(top, #b7b1a5, #efefef);
	/* For Internet Explorer 5.5 - 7 */
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b7b1a5, endColorstr=#efefef);
	/* For Internet Explorer 8 */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b7b1a5, endColorstr=#efefef)";*/
        
        background: #b7b1a5; /* Old browsers */
        background: -moz-linear-gradient(top, #b7b1a5 0%, #efefef 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b1a5), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #b7b1a5 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #b7b1a5 0%,#efefef 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #b7b1a5 0%,#efefef 100%); /* IE10+ */
        background: linear-gradient(to bottom, #b7b1a5 0%,#efefef 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b1a5', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}

.tituloTabelaAmarelo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform: uppercase;
	font-weight:bold;
	color:#665;
	text-align:center;
	margin:0 auto;
	height:30px;
	line-height:30px;
	padding: 0px;

	/* For WebKit (Safari, Google Chrome etc) */
/*	background: -webkit-gradient(linear, left top, left bottom, from(#e3d600), to(#fffbb7));
	/* For Mozilla/Gecko (Firefox etc) */
/*	background: -moz-linear-gradient(top, #e3d600, #fffbb7);
	/* For Internet Explorer 5.5 - 7 */
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e3d600, endColorstr=#fffbb7);
	/* For Internet Explorer 8 */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e3d600, endColorstr=#fffbb7)";*/
        
        
        background: #e3d600; /* Old browsers */
        background: -moz-linear-gradient(top, #e3d600 0%, #fffbb7 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3d600), color-stop(100%,#fffbb7)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e3d600 0%,#fffbb7 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e3d600 0%,#fffbb7 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #e3d600 0%,#fffbb7 100%); /* IE10+ */
        background: linear-gradient(to bottom, #e3d600 0%,#fffbb7 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3d600', endColorstr='#fffbb7',GradientType=0 ); /* IE6-9 */
        
}

.tituloTabelaAmareloClaro {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform: uppercase;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin:0 auto;
	height:30px;
	line-height:30px;
	padding: 0px;

	/* For WebKit (Safari, Google Chrome etc) */
/*	background: -webkit-gradient(linear, left top, left bottom, from(#bad3fc), to(#82c6df));
	/* For Mozilla/Gecko (Firefox etc) */
/*	background: -moz-linear-gradient(top, #bad3fc, #82c6df);
	/* For Internet Explorer 5.5 - 7 */
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bad3fc, endColorstr=#82c6df);
	/* For Internet Explorer 8 */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#bad3fc, endColorstr=#82c6df)";*/
        
        background: #bad3fc; /* Old browsers */
        background: -moz-linear-gradient(top, #bad3fc 0%, #82c6df 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bad3fc), color-stop(100%,#82c6df)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #bad3fc 0%,#82c6df 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #bad3fc 0%,#82c6df 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #bad3fc 0%,#82c6df 100%); /* IE10+ */
        background: linear-gradient(to bottom, #bad3fc 0%,#82c6df 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bad3fc', endColorstr='#82c6df',GradientType=0 ); /* IE6-9 */
}


.statusAzul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin:0 auto;
	line-height:16px;
	padding: 2px;

	/* For WebKit (Safari, Google Chrome etc) */
/*	background: -webkit-gradient(linear, left top, left bottom, from(#3c7097), to(#8cb9db));
	/* For Mozilla/Gecko (Firefox etc) */
/*	background: -moz-linear-gradient(top, #3c7097, #8cb9db);
	/* For Internet Explorer 5.5 - 7 */
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3c7097, endColorstr=#8cb9db);
	/* For Internet Explorer 8 */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3c7097, endColorstr=#8cb9db)";*/
        
        
        background: #3c7097; /* Old browsers */
        background: -moz-linear-gradient(top, #3c7097 0%, #8cb9db 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c7097), color-stop(100%,#8cb9db)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #3c7097 0%,#8cb9db 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #3c7097 0%,#8cb9db 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #3c7097 0%,#8cb9db 100%); /* IE10+ */
        background: linear-gradient(to bottom, #3c7097 0%,#8cb9db 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7097', endColorstr='#8cb9db',GradientType=0 ); /* IE6-9 */
}
.statusAzulClaro {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin:0 auto;
	line-height:16px;
	padding: 2px;

	/* For WebKit (Safari, Google Chrome etc) */
/*	background: -webkit-gradient(linear, left top, left bottom, from(#3c7097), to(#8cb9db));
	/* For Mozilla/Gecko (Firefox etc) */
/*	background: -moz-linear-gradient(top, #3c7097, #8cb9db);
	/* For Internet Explorer 5.5 - 7 */
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3c7097, endColorstr=#8cb9db);
	/* For Internet Explorer 8 */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3c7097, endColorstr=#8cb9db)";*/
        
        
        background: #D1EEEE; /* Old browsers */
        background: -moz-linear-gradient(top, #D1EEEE 0%, #648caa  100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1EEEE), color-stop(100%,#648caa)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #D1EEEE 0%,#648caa 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #D1EEEE 0%,#648caa 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #D1EEEE 0%,#648caa 100%); /* IE10+ */
        background: linear-gradient(to bottom, #D1EEEE 0%,#648caa 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1EEEE', endColorstr='#648caa',GradientType=0 ); /* IE6-9 */
}
.statusAmarelo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#cd0a0a;
	text-align:center;
	margin:0 auto;
	line-height:16px;
	padding: 2px;

	/* For WebKit (Safari, Google Chrome etc) */
/*	background: -webkit-gradient(linear, left top, left bottom, from(#e3d600), to(#fffbb7));
	/* For Mozilla/Gecko (Firefox etc) */
/*	background: -moz-linear-gradient(top, #e3d600, #fffbb7);
	/* For Internet Explorer 5.5 - 7 */
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e3d600, endColorstr=#fffbb7);
	/* For Internet Explorer 8 */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e3d600, endColorstr=#fffbb7)";*/
        
        
        background: #e3d600; /* Old browsers */
        background: -moz-linear-gradient(top, #e3d600 0%, #fffbb7 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3d600), color-stop(100%,#fffbb7)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e3d600 0%,#fffbb7 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e3d600 0%,#fffbb7 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #e3d600 0%,#fffbb7 100%); /* IE10+ */
        background: linear-gradient(to bottom, #e3d600 0%,#fffbb7 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3d600', endColorstr='#fffbb7',GradientType=0 ); /* IE6-9 */
        
}
.statusVerde {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff !important;
	text-align:center;
	margin:0 auto;
	line-height:16px;
	padding: 2px;

	/* For WebKit (Safari, Google Chrome etc) */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#bbd37e), to(#4c6510));
	/* For Mozilla/Gecko (Firefox etc) */
	/*background: -moz-linear-gradient(top, #bbd37e, #4c6510);
	/* For Internet Explorer 5.5 - 7 */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bbd37e, endColorstr=#4c6510);
	/* For Internet Explorer 8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#bbd37e, endColorstr=#4c6510)";*/
        
        background: #bbd37e; /* Old browsers */
        background: -moz-linear-gradient(top, #bbd37e 0%, #4c6510 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbd37e), color-stop(100%,#4c6510)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #bbd37e 0%,#4c6510 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #bbd37e 0%,#4c6510 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #bbd37e 0%,#4c6510 100%); /* IE10+ */
        background: linear-gradient(to bottom, #bbd37e 0%,#4c6510 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbd37e', endColorstr='#4c6510',GradientType=0 ); /* IE6-9 */
}
.statusVermelho {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff !important;
	text-align:center;
	margin:0 auto;
	line-height:16px;
	padding: 2px;

	/* For WebKit (Safari, Google Chrome etc) */
/*	background: -webkit-gradient(linear, left top, left bottom, from(#a4353a), to(#d77677));
	/* For Mozilla/Gecko (Firefox etc) */
/*	background: -moz-linear-gradient(top, #a4353a, #d77677);
	/* For Internet Explorer 5.5 - 7 */
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a4353a, endColorstr=#d77677);
	/* For Internet Explorer 8 */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#a4353a, endColorstr=#d77677)";*/
        
        background: #a4353a; /* Old browsers */
        background: -moz-linear-gradient(top, #a4353a 0%, #d77677 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4353a), color-stop(100%,#d77677)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #a4353a 0%,#d77677 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #a4353a 0%,#d77677 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #a4353a 0%,#d77677 100%); /* IE10+ */
        background: linear-gradient(to bottom, #a4353a 0%,#d77677 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4353a', endColorstr='#d77677',GradientType=0 ); /* IE6-9 */
}
.statusCinza {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin:0 auto;
	line-height:16px;
	padding: 2px;

	/* For WebKit (Safari, Google Chrome etc) */
/*	background: -webkit-gradient(linear, left top, left bottom, from(#6f6859), to(#b7b1a5));
	/* For Mozilla/Gecko (Firefox etc) */
/*	background: -moz-linear-gradient(top, #6f6859, #b7b1a5);
	/* For Internet Explorer 5.5 - 7 */
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6f6859, endColorstr=#b7b1a5);
	/* For Internet Explorer 8 */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#6f6859, endColorstr=#b7b1a5)";*/

        background: #6f6859; /* Old browsers */
        background: -moz-linear-gradient(top, #6f6859 0%, #b7b1a5 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6859), color-stop(100%,#b7b1a5)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #6f6859 0%,#b7b1a5 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #6f6859 0%,#b7b1a5 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #6f6859 0%,#b7b1a5 100%); /* IE10+ */
        background: linear-gradient(to bottom, #6f6859 0%,#b7b1a5 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6859', endColorstr='#b7b1a5',GradientType=0 ); /* IE6-9 */
}
.statusVerdeClaro {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#fff !important;
		text-align:center;
		margin:0 auto;
		line-height:16px;
		padding: 2px;
		background: #9dd53a;
		background: -moz-linear-gradient(top, #9dd53a 14%, #a1d54f 26%, #80c217 79%, #7cbc0a 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(14%,#9dd53a), color-stop(26%,#a1d54f), color-stop(79%,#80c217), color-stop(100%,#7cbc0a));
		background: -webkit-linear-gradient(top, #9dd53a 14%,#a1d54f 26%,#80c217 79%,#7cbc0a 100%);
		background: -o-linear-gradient(top, #9dd53a 14%,#a1d54f 26%,#80c217 79%,#7cbc0a 100%);
		background: -ms-linear-gradient(top, #9dd53a 14%,#a1d54f 26%,#80c217 79%,#7cbc0a 100%);
		background: linear-gradient(to bottom, #9dd53a 14%,#a1d54f 26%,#80c217 79%,#7cbc0a 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 );
}
.statusVermelhoClaro {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#fff !important;
		text-align:center;
		margin:0 auto;
		line-height:16px;
		padding: 2px;
		background: #ff7c70;
		background: -moz-linear-gradient(top, #ff7c70 23%, #ce2323 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(23%,#ff7c70), color-stop(100%,#ce2323));
		background: -webkit-linear-gradient(top, #ff7c70 23%,#ce2323 100%);
		background: -o-linear-gradient(top, #ff7c70 23%,#ce2323 100%);
		background: -ms-linear-gradient(top, #ff7c70 23%,#ce2323 100%);
		background: linear-gradient(to bottom, #ff7c70 23%,#ce2323 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c70', endColorstr='#ce2323',GradientType=0 );
}
.statusRoxoClaro {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#fff !important;
		text-align:center;
		margin:0 auto;
		line-height:16px;
		padding: 2px;
		background: #ff7c70;
		background: -moz-linear-gradient(top, #ff70f89c 23%, #ce23b7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(23%,#ff70f89c), color-stop(100%,#ce23b7));
		background: -webkit-linear-gradient(top, #ff70f89c 23%,#ce23b7 100%);
		background: -o-linear-gradient(top, #ff70f89c 23%,#ce23b7 100%);
		background: -ms-linear-gradient(top, #ff70f89c 23%,#ce23b7 100%);
		background: linear-gradient(to bottom, #ff70f89c 23%,#ce23b7 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff70f89c', endColorstr='#ce23b7',GradientType=0 );
}
.statusSalmao {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin:0 auto;
	line-height:16px;
	padding: 2px;

	/* For WebKit (Safari, Google Chrome etc) */
/*	background: -webkit-gradient(linear, left top, left bottom, from(#6f6859), to(#b7b1a5));
	/* For Mozilla/Gecko (Firefox etc) */
/*	background: -moz-linear-gradient(top, #6f6859, #b7b1a5);
	/* For Internet Explorer 5.5 - 7 */
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6f6859, endColorstr=#b7b1a5);
	/* For Internet Explorer 8 */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#6f6859, endColorstr=#b7b1a5)";*/

        background: #FA8072; /* Old browsers */
        background: -moz-linear-gradient(top, #FA8072 0%, #FA8072 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FA8072), color-stop(100%,#FA8072)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #FA8072 0%,#FA8072 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #FA8072 0%,#FA8072 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #FA8072 0%,#FA8072 100%); /* IE10+ */
        background: linear-gradient(to bottom, #FA8072 0%,#FA8072 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FA8072', endColorstr='#FA8072',GradientType=0 ); /* IE6-9 */
}

.statusLaranja {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin:0 auto;
	line-height:16px;
	padding: 2px;

	/* For WebKit (Safari, Google Chrome etc) */
/*	background: -webkit-gradient(linear, left top, left bottom, from(#6f6859), to(#b7b1a5));
	/* For Mozilla/Gecko (Firefox etc) */
/*	background: -moz-linear-gradient(top, #6f6859, #b7b1a5);
	/* For Internet Explorer 5.5 - 7 */
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6f6859, endColorstr=#b7b1a5);
	/* For Internet Explorer 8 */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#6f6859, endColorstr=#b7b1a5)";*/

    background: #ffb76b; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjc2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZhNzNkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmN2MwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjUwMDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 0%, #ff7c00 100%, #ff5005 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(0%,#ffa73d), color-stop(100%,#ff7c00), color-stop(100%,#ff5005)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffb76b 0%,#ffa73d 0%,#ff7c00 100%,#ff5005 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffb76b 0%,#ffa73d 0%,#ff7c00 100%,#ff5005 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffb76b 0%,#ffa73d 0%,#ff7c00 100%,#ff5005 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffb76b 0%,#ffa73d 0%,#ff7c00 100%,#ff5005 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff5005',GradientType=0 ); /* IE6-9 */
}

.statusAmarelo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff !important;
	text-align:center;
	margin:0 auto;
	line-height:16px;
	padding: 2px;

	/* For WebKit (Safari, Google Chrome etc) */
/*	background: -webkit-gradient(linear, left top, left bottom, from(#a4353a), to(#d77677));
	/* For Mozilla/Gecko (Firefox etc) */
/*	background: -moz-linear-gradient(top, #a4353a, #d77677);
	/* For Internet Explorer 5.5 - 7 */
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a4353a, endColorstr=#d77677);
	/* For Internet Explorer 8 */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#a4353a, endColorstr=#d77677)";*/
        
        background: #FFD700; /* Old browsers */
        background: -moz-linear-gradient(top, #FFD700 0%, #d77677 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFD700), color-stop(100%,#d77677)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #FFD700 0%,#d77677 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #FFD700 0%,#d77677 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #FFD700 0%,#d77677 100%); /* IE10+ */
        background: linear-gradient(to bottom, #FFD700 0%,#d77677 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD700', endColorstr='#d77677',GradientType=0 ); /* IE6-9 */
}

.back-opcoes {
	/* For WebKit (Safari, Google Chrome etc) */
/*	background: -webkit-gradient(linear, left top, left bottom, from(#fffdb2), to(#fffffa));
	/* For Mozilla/Gecko (Firefox etc) */
/*	background: -moz-linear-gradient(top, #fffdb2, #fffffa);
	/* For Internet Explorer 5.5 - 7 */
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffdb2, endColorstr=#fffffa);
	/* For Internet Explorer 8 */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffdb2, endColorstr=#fffffa)";*/
        
        background: #fffdb2; /* Old browsers */
        background: -moz-linear-gradient(top, #fffdb2 0%, #fffffa 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffdb2), color-stop(100%,#fffffa)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #fffdb2 0%,#fffffa 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fffdb2 0%,#fffffa 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fffdb2 0%,#fffffa 100%); /* IE10+ */
        background: linear-gradient(to bottom, #fffdb2 0%,#fffffa 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffdb2', endColorstr='#fffffa',GradientType=0 ); /* IE6-9 */
}

.realce_config{
	/* For WebKit (Safari, Google Chrome etc) */
/*	background: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#fffffa));
	/* For Mozilla/Gecko (Firefox etc) */
/*	background: -moz-linear-gradient(top, #ffff00, #fffffa);
	/* For Internet Explorer 5.5 - 7 */
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff00, endColorstr=#fffffa);
	/* For Internet Explorer 8 */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff00, endColorstr=#fffffa)";*/
        
        background: #ffff00; /* Old browsers */
        background: -moz-linear-gradient(top, #ffff00 0%, #fffffa 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffff00), color-stop(100%,#fffffa)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffff00 0%,#fffffa 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffff00 0%,#fffffa 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffff00 0%,#fffffa 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffff00 0%,#fffffa 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#fffffa',GradientType=0 ); /* IE6-9 */
}

.pass_bar_base, .pass_barbig_base, .progress_bar_base, .progress_barbig_base {
	background-image: url(progress-bar-effx.png);
	background-repeat:repeat-x;
}

.progress_bar_base, .progress_barbig_base {
	background-image:none;
}

.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0em 0 0em 0;
	padding: .2em .2em .2em 2em;
	border: 1px solid #dd0;
        background-color: #ffc;
	background-position: center;
        color: #000;
}

.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0em 0 0em 0;
	padding: .2em .2em .2em 2em;
	border: 1px solid #003366;
        background-color: #E0EAFC;
	background-position: center;
        color: #000;
}

.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color:#333333;
}

a.texto {
	text-decoration: none;
}

a.texto:link {
	color:#0000FF;
}

a.texto:visited {
	color:#993366;
}

a.texto:hover {
	color:#0000FF;
	text-decoration:underline;
}

.textoBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color:#333333;
	font-weight:bold;
}

.textoErro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;	
	text-decoration: none;
	color:#AE222D;
}

.box {
	font-size: 11px; 
	color: rgb(0,0,102); 
	border: solid 1px #adadad;
	padding: 2px 1px 1px 2px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.boxSemBorda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color:#000000;
	border: 0px solid;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.navegacao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	display: table-cell;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #C8C8C8;
}

a.navegacao {
	text-decoration: none;
	background:none;
	text-decoration:none;
}

a.navegacao:link {
	color:#006699;
	background:none;
	text-decoration:none;
}

a.navegacao:visited {
	color:#006699;
	background:none;
	text-decoration:none;
}

a.navegacao:hover {
	color:#006699;
	text-decoration:none;
	background-color: #FFFFFF;
}

.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#006699;
	font-weight: bold;
}

a.link {
	text-decoration: none;
}

.help {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	cursor: help;
	color: #0066CC;
}

a.link:link {
	color:#006699;
	font-weight: bold;
}

a.link:visited {
	color:#006699;
	font-weight:bold;
}

a.link:hover {
	color:#CC9900;
	font-weight:bold;
}

.menuVertical {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#006699;
	font-weight: bold;
}

a.menuVertical {
	text-decoration: none;
}

a.menuVertical:link {
	color:#006699;
	font-weight: bold;
}

a.menuVertical:visited {
	color:#006699;
	font-weight:bold;
}

a.menuVertical:hover {
	color:#A9232A;
	font-weight:bold;
}

.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#006699;
	font-weight: bold;
}

a.menu {
	text-decoration: none;
}

a.menu:link {
	color:#006699;
	font-weight: bold;
}

a.menu:visited {
	color:#006699;
	font-weight:bold;
}

a.menu:hover {
	color:#006699;
	font-weight:bold;
	text-decoration: underline;
}

.titSistema {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
}

.campoObrigatorio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
}

a.campoObrigatorio {
	text-decoration: none
}

a.campoObrigatorio:link {
	color:#006699;
}

a.campoObrigatorio:visited {
	color:#006699;
}

a.campoObrigatorio:hover {
	color:#006699;
	text-decoration:underline
}

.textoAzEscuro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;	
	text-decoration: none;
	color:#000066;
}

.bordaFina {
	border: thin solid #FFFFFF;
}

#menunav ul li ul {
	border-top: 1px solid #cc4444;
	border-bottom: 1px solid #cc4444;
    display: none;
}

#menunav ul li ul li a {
	background: #b23b3b;
	font-weight: bold;
	font-size: 10px;
	color: white;
	text-decoration: none;
	width: 133px;
	padding: 2px 0 5px 26px;
}

#menunav ul li ul li a:hover {
	text-decoration: underline;
}

#menunav a.liativo, #menunav a:hover.liativo {
	background: #b23b3b url(selected_bullet.gif) no-repeat 3px 6px;
}
		
#abas {
	padding: 0 8px;
	height: 65px;
	vertical-align: bottom;
}

#abas ul {
	margin:0;
	padding:0;
	list-style:none;
}

#abas ul li {
	background:url(abas_left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	float: left;
	text-align:center;
}

#abas ul li a {
	display:block;
	background:url(abas_right.gif) no-repeat right top;
	padding:5px 10px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	font-size: 10px;
	color:#765;
}

#abas ul li a:hover {
	color:#333;
}

#abas ul li.abativa {
	background-image:url(abas_left_on.gif);
}

#abas ul li.abativa a {
	background-image:url(abas_right_on.gif);
	color:#333;
}

.noborder {
	border:0;
	margin:0;
}

.ativo {
    display: block;
    padding: 15px;
    margin: 0;
    border: 1px solid  #6D6D27;
}

.inativo {
    display: none;
}

fieldset {
    padding: 2px;
    margin: 0;
    border: 1px solid  #6D6D27; 
}

.blink {
    text-decoration: blink; 
    text-align: center
}

.requerido {
    color: #FF0000;
    font-weight: bold;
}

textarea{
    resize : none;
}

.subTable tr td, .subTable, .subTable tr{
    border-collapse: collapse !important; 
    background: none !important;

}
.subTable tr td{
    border: 1px solid #C5DBEC !important;
}
.subTable tr:first-child td{
    border-top: 0px !important;
}
.marcacaoPesquisa{
    color: #FF0000;
    font-weight: bold;
}
.error{
    border: solid 1px #FF0000;
}

.btn-jquery-small span{
    padding: 2px; line-height: 10px !important; text-decoration: none;
}

.label-danger {
	background: #d44747;
}

.label-success {
	background: #7ac54d;
}

.label-primary {
	background: #3c84c3;
}

.label-info {
	background: #33c7ea;
}

.label-warning {
	background: #eaba2b;
}

.label-warning2 {
	background: #EA7F05;
}

.label-default {
	background: #c5c5c2;
}

.label {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
    color: #FFF;
    border-radius: 3px;
}

.text-danger {
	color: #d44747 !important;
}

.text-success {
	color:#7ac54d !important;
}

.text-primary {
	color:#3c84c3 !important;
}

.text-info {
	color:#33c7ea !important;
}

.text-warning {
	color:#eaba2b !important;
}

.text-gray {
	color: #8c8a84 !important;
}

.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}

.cursor-pointer {
	cursor: pointer;
}

/*SERVE PARA O TEXTO COM OS FILTROS USADOS NA PESQUISA*/
.esconde-mostra-filtro {
    display:inline-block;
    width: 1280px;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}

.btns-integracoes-buscas {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:10px;
	display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.btn-link {
	box-sizing:border-box;
	padding:5px;
	margin-bottom:10px;
	margin-right:10px;
	display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    align-content:center;
	text-decoration:none;
	background:#d5e0f2;
	color: black;
	width:140px;
	height:140px;
}

.btn-link:hover {
	box-sizing:border-box;
	padding:5px;
	margin-bottom:10px;
	margin-right:10px;
	display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    align-content:center;
	text-decoration:none;
	background:#d5e0f2;
	color: black;
	width:140px;
	height:140px;
}

.btn-link:visited {
	box-sizing:border-box;
	padding:5px;
	margin-bottom:10px;
	margin-right:10px;
	display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    align-content:center;
	text-decoration:none;
	background:#d5e0f2;
	color:black;
	width:140px;
	height:140px;
}

.btns-integracoes-buscas > .btn-link:nth-child(1) {
	margin-left:5px;
}

.btns-integracoes-buscas > .btn-link:nth-child(5) {
	margin-left:5px;
}

.btns-integracoes-buscas > .btn-link:nth-child(9) {
	margin-left:5px;
}

.btns-integracoes-buscas > .btn-link:nth-child(13) {
	margin-left:5px;
}

.btns-integracoes-buscas > .btn-link:nth-child(17) {
	margin-left:5px;
}

.btns-integracoes-buscas > .btn-link:nth-child(4) {
	margin-right:5px;
}

.btns-integracoes-buscas > .btn-link:nth-child(8) {
	margin-right:5px;
}

.btns-integracoes-buscas > .btn-link:nth-child(12) {
	margin-right:5px;
}

.btns-integracoes-buscas > .btn-link:nth-child(16) {
	margin-right:5px;
}

.btns-integracoes-buscas > .btn-link:nth-child(20) {
	margin-right:5px;
}

.btns-integracoes-buscas > .btn-link:nth-child(-2n+4) {
	background:#4473c5;
	color:white;
}

.btns-integracoes-buscas > .btn-link:nth-child(n+5):nth-child(-n+8):nth-child(odd) {
	background:#4473c5;
	color:white;
}

.btns-integracoes-buscas > .btn-link:nth-child(n+9):nth-child(-n+12):nth-child(even) {
	background:#4473c5;
	color:white;
}

.btns-integracoes-buscas > .btn-link:nth-child(n+13):nth-child(-n+16):nth-child(odd) {
	background:#4473c5;
	color:white;
}

.btns-integracoes-buscas > .btn-link:nth-child(n+17):nth-child(-n+20):nth-child(even) {
	background:#4473c5;
	color:white;
}

.tabela-form-p6 {
	border-collapse:collapse;
}

.tabela-form-p6 thead td {
	border: solid 1px #dedede !important;
	background-color:#F4F5F7;
}

.tabela-form-p6 tbody td {
	padding:6px;
	border: solid 1px #dedede !important;
	background-color:#F4F5F7;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color:#333333;
}

.tabela-form-p6 tfoot td {
	padding:5px;
	border: solid 1px #dedede !important;
	background-color:#F4F5F7;
}

.statusCinza2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform: uppercase;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin:0 auto;
	height:30px;
	line-height:30px;
	padding: 0px;

	/* For WebKit (Safari, Google Chrome etc) */
/*	background: -webkit-gradient(linear, left top, left bottom, from(#6f6859), to(#b7b1a5));
	/* For Mozilla/Gecko (Firefox etc) */
/*	background: -moz-linear-gradient(top, #6f6859, #b7b1a5);
	/* For Internet Explorer 5.5 - 7 */
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6f6859, endColorstr=#b7b1a5);
	/* For Internet Explorer 8 */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#6f6859, endColorstr=#b7b1a5)";*/

        background: #6f6859; /* Old browsers */
        background: -moz-linear-gradient(top, #6f6859 0%, #b7b1a5 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6859), color-stop(100%,#b7b1a5)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #6f6859 0%,#b7b1a5 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #6f6859 0%,#b7b1a5 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #6f6859 0%,#b7b1a5 100%); /* IE10+ */
        background: linear-gradient(to bottom, #6f6859 0%,#b7b1a5 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6859', endColorstr='#b7b1a5',GradientType=0 ); /* IE6-9 */
}

.custom-swal-actions {
    display: flex;
    justify-content: center;
}

.custom-swal-confirm-button, .custom-swal-cancel-button {
    margin: 0 10px; /* Espaçamento entre os botões */
}