﻿div[data-id='botoesElaborador'] {
	margin-bottom: 15px;
}
/**************************************/
/* Botões navegação 				  */
/**************************************/
.contadorPaginas {
	font-family:Courier New;
	font-size:17px;
	color:#black;
	padding:10px 10px;
}

.rodapeImpressao {
	display: none;
}

.botao {
	background-color:#7892c2;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	border:1px solid #505A5C;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:serif;
	font-size:17px;
	padding:2px 7px 2px 7px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
	min-width: 75px;
	min-height:20px;
	opacity:0.75;
	text-align: center;
	margin: 0px 5px 5px 5px;
}

.botao:focus {
	border-color: #404040;
    opacity:0.9;
}

.botao:hover{
  opacity:1.0;
}

.navegacao {
	font-family:Courier New;
	min-height: 22px;
	min-width: 40px;
	margin-left: 1px; margin-right: 1px;
	padding:2px 0px 0px 0px;
}

.navegacao[data-id="btIncluir"],
.navegacao[data-id="btRemover"] {
	font-size:18px;
	min-width: 25px;  
}

.navegacao[data-id="btRemover"]::before {
	 content: "-";
}

.navegacao[data-id="btIncluir"] {
  background-color:#81bd60;
}

.navegacao[data-id="btRemover"] {
  background-color:#bd6060;
}

td.tabelaConjuntoExcluir {
	vertical-align:bottom;
}

/**************************************/
/* Campo Anexo 						  */
/**************************************/
.botao[data-id="btAnexar"] {
	background-color:#81bd60;
	margin-right: 0px;
	/*padding:0px 5px;*/
	letter-spacing: -2px;
	padding-left: 5px;
	padding-right: 5px;
}

.botao[data-id="btExibirAnexo"] {
 	border-radius: 0px;
	margin-left: 0px;
	margin-right: 0px;
	display:none;
	border-left:0px;
	border-right:0px;
	min-width: 30px;
	letter-spacing: -3px;
	padding-right:5px;
}

.botao[data-id="btLimparAnexo"] {
	background-color:#bd6060;
 	border-radius: 0px 25px 25px 0px;
	margin-left: 0px;
	min-width: 20px;
	display:none;
}

.botao[data-id="btAnexar"],
.botao[data-id="btExibirAnexo"] ,
.botao[data-id="btLimparAnexo"] {
	height: 24px;
	padding-top: 0px;
}

.anexoPresente *.botao[data-id="btAnexar"]{
	border-radius: 25px 0px 0px 25px;
}

.anexoPresente *.botao[data-id="btExibirAnexo"],
.anexoPresente *.botao[data-id="btLimparAnexo"]{
	display:inline;
}

.fundoVerde{
	 background-color:#81bd60;
}

.descricaoAnexo{
	display:none;
}

.anexoPresente *.descricaoAnexo{
	display:inline;
}

/* fim - botoes anexos */

/**************************************/
/* HELP                               */
/**************************************/
/*.tooltip { 
	outline:none; 
	cursor:pointer;	
}

.tooltip:hover {
	text-decoration:none;	
} 

.caixahelp {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 2px;
	padding-bottom: 10px;
	margin-top:-20px; margin-left:15px;
	width:420px;
	line-height:16px;
	min-height: 30px;
	border-radius:4px;
	box-shadow: 5px 5px 8px #CCC;
	
	border:1px solid #DCA; background:#fffAF0;
	font-size:13px;
	font-weight: 400;
}

.tooltip .caixahelp {
	z-index:10;display:none;
}

.tooltip:hover .caixahelp{
	display:inline; position:absolute; color:#111;
}

.tooltip:hover  .textohelp {
	max-height: 220px;
	overflow-y: auto;
}

.callout {
	z-index:20;position:absolute;top:14px;border:0;left:-12px;
}

.tooltip:first-of-type h1,
.tooltip:first-of-type h2,
.tooltip:first-of-type h3,
.tooltip:first-of-type h4,
.tooltip:first-of-type h5
{
    margin-top: 0px;
}

.tooltip:first-of-type h1 { font-size: 18px; }
.tooltip:first-of-type h2 { font-size: 17px; }
.tooltip:first-of-type h3 { font-size: 16px; }
.tooltip:first-of-type h4 { font-size: 15px; }
.tooltip:first-of-type h5 { font-size: 14px; }

.textohelp{
	text-align: justify;
	padding-right: 10px;
}
*/
.linkNota{
	font-size: smaller;
	text-decoration:none;
}

.linkNota::before{
	content: "*";
}
/* fim - HELP */

/* Erros */
.erroValidacao {
	border: solid 1px  red!important;
}
.erroValidacao.linkPainelAtivo, .erroValidacao.linkPainelInativo{
	border-bottom: none!important;
}

input.erroValidacao,
select.erroValidacao,
fieldset.erroValidacao legend ,
textarea.erroValidacao {
	color: red;
}

/* severidade - aviso */
.avisoValidacao {
	border: solid 1px darkorange!important;
}

input.avisoValidacao,
select.avisoValidacao,
fieldset.avisoValidacao legend ,
textarea.avisoValidacao {
	color: darkorange;
}

.avisoValidacao.linkPainelAtivo, .avisoValidacao.linkPainelInativo{
	border-bottom: none!important;
}
/* Fim - Erros */

.noScreen {
	display:none;
}

.cabecalhoImpressao {
	display: none !important; 
}

.impressao {
	display: none !important; 
}

.controleInativo { 
	display: none 
}

.desabilitado{
	opacity:0.5;
}

a.desabilitado{
    cursor:default;
	text-decoration: none;
}
a.desabilitado:hover {
    cursor:default;
	text-decoration: none;
}

.botoesNavegacaoControles {
}

.linksPainel{
	margin-bottom: -1px;
}

.painel {
    margin-top: 0px;
	background-color: #f0f0f0;
	border:1px solid gray;
	border-radius: 3px 3px 3px 3px;
}

div.painel {
	padding: 10px;
}

.linkPainelAtivo , .linkPainelInativo   {
	background-color: #f0f0f0;
	border:1px solid gray;
	border-radius: 3px 3px 3px 3px;
}

div.controleAtivo, .linkPainelAtivo   {
	border-color: #777777;
}

.linkPainelAtivo, .linkPainelInativo {
	margin-left: 6px;
	margin-right: 0px;
	border-radius: 8px 8px 0px 0px;
	padding: 2px 8px 3px;
	cursor: pointer;
	text-decoration: none;
	color: black;
	line-height: 22px;
	cursor: pointer;
	float:left;
	border-bottom: none;
}

.linkPainelAtivo {
	font-weight: bold;	
}

.linkPainelInativo {
	opacity:0.6;
	font-style:italic;
}

div:hover.linkPainelInativo  {
	opacity:0.90;
}

.elaborador {
	margin: 0 auto;
	/*width: 999px;*/
	line-height: 17px;
}

input.botaoElaborador {
	min-width: 75px;
}

th { 
	text-align:left;	
}

td { 
	text-align:left;	
}

fieldset {
    padding: 8px;
    margin-top: 3px;
    border: 1px solid #909090;
    border-radius: 5px 5px 5px 5px;
}

legend {
    border: 0px none;
    padding: 0px 5px 0px 5px;
    white-space: normal;
    margin-left: 8px;
}

/*** Campos adicionais ***/
select#Nacionalidade, select#Origem {
	max-width: 175px;
}

input#CNPJ {
	max-width: 160px;
}

input#CPF {
	max-width: 125px;
}

/** adaptações  ao padrão do banco**/
input[type="text"], input[type="password"], textarea, select {
	border: 1px solid;
	border-color: #C2C3CB #DDDEE1 #EFF0F1;
	vertical-align: middle;
	line-height: 1.1em;
	/*width: 40%;*/
	/*height: 30px;*/
	padding: 5px;
	box-sizing: border-box;
	border-radius: 4px;
	background-image: -moz-linear-gradient(center bottom , #FFF 20%, #F0F1F2 90%);
}

input[type="text"], input[type="password"], select {
	height: 30px;
}

input[type="text"]:focus, select:focus	 {
	border-color: #0BA6FF;
}

input[type="text"]:focus, select:focus	 {
	border-color: #0BA6FF;
}

select[disabled] {
	color: black;
}

input[readonly], textarea[readonly], select[disabled] {
	background-image:none;
    background-color: #dfdfdf;
}

.main.wrapper.clearfix{
	min-height: 520px;
}

h5 {
	margin-bottom: 6px;
	margin-top: 9px;
}

/* arquivo normalize.css */
body {
    margin: 0;
	display: inline-block;
	min-width:100%;
}

.aguarde {
    position: absolute;
    top: 45%;
    right: 40%;
    width: 20%;
    height: 10%;
    border: 3px solid #73AD21;
	background-color: white;
}

table{
	border-collapse: collapse; 
}

.tabelaDados tr {
	vertical-align: bottom;
}
.tabelaDados td {
	padding-right: 5px ;
}

.conteudoMensagemInicializacao {
	background-color: #cde9e7;
	width: 50%;
	text-align: center;
	top: 0px;
	border-radius: 0px 0px 60px 60px;
	font-size: 30px;
	padding: 20px 50px 20px 50px;
} 		

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 20px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    border-radius: 20px;
	background-color: #fefefe;
    margin: auto;
    padding: 10px 20px 10px;
    border: 1px solid #888;
    width: 70%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;	
    animation-name: animatetop;
    animation-duration: 1s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.elementoComparacao {
	display: block;
	padding: 20px 40px;
}

.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

---------- visual bndes main.css ----------------------
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 95%;
    margin: 0 5%;
	display:table; /* evita efeito onde os campos ultrapassam as bordas quando a tela é pequena.*/
}

/* ===================
    ALL: Theme
   =================== */

.header-container {
    border-bottom: 0px solid #009933;
}

.footer-container,
.main aside {
    border-top: 0px solid #009933;
}

.footer-container,
.main aside {
    background: #62bb46;
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #009933;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 20px 0;
	border: none;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
//    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {
	font-family: 'Signika', sans-serif;
	font-size: 10pt;
}

.header-container {
	background: #15c66e; /* Old browsers */
	background: -moz-linear-gradient(top, #15c66e 0%, #005e2f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #15c66e 0%,#005e2f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #15c66e 0%,#005e2f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15c66e', endColorstr='#005e2f',GradientType=0 ); /* IE6-9 */

}

.header-container h1 {
margin: .3em 0;
}
 
 nav {
 	
 }
 
 
 .main aside {
     width: 25%;
//     max-width: 280px;
background: #215833;

 }
 
 .header-container nav {
 	display: table;
 	background: #075297 url(imagens/fundo_menu_horizontal.jpg) top center repeat-x;
 	height: 40px;
 }
 
  .header-container nav a {
  	background: transparent;
  }

 nav li {
 	float: left;
 	line-height:26px;
 
 }

 nav li a{
 	display: block;
 	width: auto;
	white-space: nowrap;
	padding: 0px 10px;
 }


.header-container nav li {
	border-right: 1px solid #213d58;
	border-left: 1px solid #2a77b4;
	display: block;
	padding: 6px 10px;
	margin-top: 1px;
}

  .header-container nav li a {
  font-family: 'Signika', sans-serif;
  font-size: 10pt;
  }


.footer-container {
	background: #0a7031; /* Old browsers */
	background: -moz-linear-gradient(top, #0a7031 0%, #1abf6d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0a7031 0%,#1abf6d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0a7031 0%,#1abf6d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a7031', endColorstr='#1abf6d',GradientType=0 ); /* IE6-9 */

	min-height: 150px;
}

#logoEmpresa{	
height: 60px;
width: 150px;
float: left;
background:url(imagens/logo_empresa.png) left center no-repeat;
}

#utilidades {
	width: 100%;
	margin: 0 0;
	display: table;
	position: fixed;
	bottom: 0;
	max-height:80px;
	padding: 10px 0px 10px 0px;
	background: transparent url(imagens/spacer-90.png) repeat top left;
    border:1px solid #D7E1EC;
; 
/*    -moz-border-radius:8px 8px 0px 0px;
    -webkit-border-radius:8px 8px 0px 0px; 
    border-radius:8px 8px 0px 0px; */
}

#utilidades.horizontal{
	min-width: 400px;
    border-bottom: 0px;
}

#utilidades.horizontal p, #utilidades.msg p{
padding: 0px 10px 0px 10px;
max-height:60px;
margin: 0px;
}

#utilidades.msg {
position: absolute;
max-height:30px;
padding: 2px 0px;
top:105px;
right: 5px;
text-align: right;
	width: auto;
	float: right;
    -moz-border-radius:8px 8px 8px 8px;
    -webkit-border-radius:8px 8px 8px 8px; 
    border-radius:8px 8px 8px 8px;
    min-width: 30px; 
}


#utilidades.horizontal #status p {
max-width: 80%;
float: left;
}

#utilidades.horizontal.error #status p {
float: right;
max-width: 100%;

}

#utilidades.horizontal #status cite {
	float: right;
	padding-right: 10px;
}

#utilidades.horizontal #status span.warning {
	font-weight: bold;
	color: red;
}


#utilidades.msg #status {
	padding: 0px 20px 0px 0px;
}



#utilidades.error {
	background: #fbdfdf none;
	border: 1px solid #c65353;
}

#utilidades.conformidade {
	background: transparent url(imagens/warning.png) no-repeat top left;
	border: 0px;
	height: 20px;
	width: 20px;
	top: 150px;
}

#utilidades ul {
	font-size: 8pt;
	margin: 0 auto;
	display: table;
	padding: 0px;
	position: relative;
	list-style: none;
	text-align: center;
}

#utilidades ul li {
	display: inline;
	padding: 0px 10px;
}


#utilidades.vertical {
	width: 126px;
	margin: 0 0;
	display: table;
	position: fixed;
	right: -110px;
	top: 25%;
	max-height:500px;
	max-width: 200px;
	padding: 10px 0px 10px 3px;
	background: #FFF;
    border:1px solid #D7E1EC;
	-moz-border-radius:8px 0px 0px 8px;
    -webkit-border-radius:8px 0px 0px 8px; 
    border-radius:8px 0px 0px 8px;
    	text-align: center;
    	
    -webkit-box-shadow: 0 5px 5px #aaa;
       -moz-box-shadow: 0 5px 5px #aaa;
            box-shadow: 0 5px 5px #aaa;
    
}

#utilidades.vertical:hover {
	right: 0;
	width: 140px;
	padding: 10px;
}

#utilidades.vertical ul {
	background: #FFF url(imagens/title-utilidades.png) no-repeat center left;
	padding-left: 10px;
	
}

#utilidades.vertical:hover ul {
	background: none;	
}

#utilidades.vertical ul li {
	display: block;
	padding: 6px 10px;
	text-align: center;
	margin: 0;
	line-height: 16px;
	
}

#utilidades.vertical ul li, #utilidades.vertical ul li a{
display: block;
margin: 0 auto;
text-align: center;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: none;
        width: 100%;
        clear: both;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: right;
        width: 67%;
    }

    .main aside {
        float: left;
        width: 28%;
    }

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        margin: 0 auto;
    }

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}




/*---------------------------
		BREADCRUMBS
---------------------------*/

#breadcrumbs{
  overflow: hidden;
  width: auto;
  float: right;
  list-style: none;
  padding: 0 8px 0 0;
  margin: 15px 0 0 0;
}

#breadcrumbs li{
  float: left;
  margin: 0 .5em 0 1em;
  line-height: 10px;
}

#breadcrumbs a{
  background: #2ab458;
  padding: .7em 1em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.5); 
  position: relative;
}


#breadcrumbs a:hover{
  background: #99db76;
}

#breadcrumbs a::before{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.5em;   
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #2ab458 #2ab458 #2ab458 transparent;
  left: -1em;
}

#breadcrumbs a:hover::before{
  border-color: #99db76 #99db76 #99db76 transparent;
}

#breadcrumbs a::after{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #2ab458;
  right: -1em;
}

#breadcrumbs a:hover::after{
  border-left-color: #99db76;
}

#breadcrumbs .current {
  color: #FFF;
    text-shadow: 0 1px rgba(46, 44, 44, 0.5); 
  
  }

#breadcrumbs .current  {
  background: #215833;
}

#breadcrumbs .current,
#breadcrumbs .current:hover{
  font-weight: bold;
//  background: none;
}

#breadcrumbs .current::after{
	content: "";
	position: absolute;
	top: 50%; 
	margin-top: -1.5em;   
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid #215833;
	right: -1em;
}

#breadcrumbs .current::before{
content: "";
position: absolute;
top: 50%; 
margin-top: -1.5em;   
border-width: 1.5em 0 1.5em 1em;
border-style: solid;
border-color: #215833 #215833 #215833 transparent;
left: -1em;

//  content: normal;
  
}

div.plc-topo-titulo {
    /*max-height: 60px;*/
    text-align: left;
    left: 260px;
    padding: 0px 10px;
    line-height: 58px;
    margin: 0px;
    font-style: normal;
    min-width: 10%;
    border: medium none;
    color: #DAFEE6;
    text-shadow: 1px 1px 1px #0C6D41;
    border-radius: 0px;
    font-size: 1.615em;
}

/*****************/
/* Questionários */
/*****************/

table.questionario {
	border-collapse: collapse;
}

.questionario table {
	border-collapse: collapse;
	border: 0px;
}

.questionario td {
	border-collapse: collapse;
	border: 0px;
}

.questionario *.titulo_1 {
	background-color: #49C0B6;
	font-size:19px;
	padding:10px;
}

.questionario *.titulo_2 {
	background-color: #AFE7AF;
	font-size:17px;
	padding:10px;
	border-radius: 3px;
}

.questionario *.titulo_3 {
	background-color: #C8E7AF;
	font-size:15px;
	padding:10px;
	border-radius: 3px;
}

.questao [data-id="radio"] {
	background-color: #fefefe;
	padding-top: 8px;
	padding-bottom: 8px;	
}

.questao [data-id="radio"]  label {
	font-size: 15px;
}
.questao [data-id="radio"]  span {
	padding-right: 18px;
}

.questao [data-id="Questoes"] div {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.questao div:first-child {
	float:left;
}

.conjuntoItens{		
	border-collapse: collapse;
}

.conjuntoItens th, .conjuntoItens td{			
	border: 1px solid #00947D;
	text-align: center;
}

.conjuntoItens th{
	background-color: #49C0B6;
}

.conjuntoItens td{
	background-color: white;
}

.conjuntoItens th{
	width: 10px;
	color:white;
}

.conjuntoItens caption{
	font-weight: bold;
}

.conjuntoItens td{
	border: none;
	padding: 0px 0px 0px 0px;
	text-align: left !important;
}

.conjuntoItens th:nth-child(1),
.conjuntoItens td:nth-child(1){
	padding: 1px 1px 1px 1px;
	border: 1px solid #00947D;
	background-color: #49C0B6;
}		

.conjuntoItens [data-id="Codigo"]{
	display: none;
}

.questaoAberta {
	display: none;
}
/*******************************************
	XMLDIF
********************************************/
table.xmldif {
	border-collapse: collapse;
	margin-left: 10px;
	margin-right: 10px;
	background-color: white;
}

table.xmldif tr[data-tipo="principal"] {
	background-color: #49C0B6;
}

.xmldif td {	
	border:1px solid gray;
}

.xmldif th{
	background-color: rgb(111, 185, 112);
	padding: 6px;
	font-size: 15px;
	color:white;
	border:1px solid white;
}

div.xmldif{
	border:none;
	background:"none";
}

.xmldif{
	border: 1px solid black;
}

.xmldif td,
.xmldif th
{
	border: 1px solid lightslategrey;
	vertical-align: top;
}

.xmldif span{
	cursor: pointer;
}

.xmldif .texto_de,
.xmldif .texto_para{
	font-family: "Lucida Console", Monaco, monospace;	
}

.xmldif .texto_para{
	font-weight: bold;
	color:red;
}

.alterado {
	background-color:#eebbbb!important;
	border: 1px solid #e3a493;
}

.removido, .inserido {
	color:black;
	background-color:#cceecc!important;
	border: 1px solid #a4e393;
}
.copiado {
	background-color:darkgray;
}

td.removido {
	color:#5f5d5d!important;/*cinza escuro*/
}

td.inserido {
	color:darkgreen;
	background-color:#cceecc!important;
	font-weight:bold;
}

.xmldifconjunto {
	border-radius: 8px 8px 8px 8px;
}

.xmldifconjunto td{
	border-width: 0px;
}

.sinal{
	font-family:courier;
}

.xmldif .valorCampo{
	color: darkblue;
}

.xmldif .nomeControle{
	font-weight:bold;
}

tr[data-estado="fechado"] span.sinal::before {
		content: "+";
		font-weight:bold;
}
tr[data-estado="aberto"] span.sinal::before {
		content: "-";
}
.xmldif td.aviso {
	color:darkred !important;
	font-style: italic;
}

/***************************************************/
/* Alerta de status								   */
/***************************************************/
.alert {
    position: relative;
    padding: .50rem 1.25rem;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
	 height: 1.5rem;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
--Autocomplete
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  /*position: absolute;*/
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  /*top: 100%;
  left: 0;
  right: 0;*/
  padding: 3px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

.autocomplete-items :hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
