html {
	position: relative;
    min-height: 100%;
}

body {
	font-family: Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;
	color: #363636;
/* 	line-height: 150%; */
	background: white url('');
	margin: 0 auto;
	padding: 0;
	/*min-width: 750px;*/
/* 	text-align: center; */
	margin-bottom: 50px;
	font-size: 1rem;
}

.header {
	/*background-color: rgb(46 55 73);*/
    /*background-size: 100% 100%;*/
    height: 20%;
    /*width: 100%;*/
    /*text-align: left;*/
}

.header_text {
    font-size: 2rem;
    font-weight: bold;
    color: black;
    /*width: 65%;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    /*font-weight: 600;*/
    line-height: 1.1;
    /*margin-bottom: 0.5rem;*/
}

.innerHeader {
	min-width: 610px;
	/*width: 100%;*/
	margin: 0 auto;
}

.navPanel {
	/*background: #FFFFFF top center;*/
}

.innerNavPanel {
	/*margin: 0 auto;
	margin-left: 50px;*/
	/*width: 100%;*/
	/* height: 50px; */
}

.menu {
	/*min-width: 750px;*/
	background: #FFFFFF;
}

.contentText {
	line-height: 150%;
}

.contentWrapper {
	width: 100%;
	margin: 5px auto;
	min-height: 420px;
	text-align: left;
/*	background-color: #d4d7d9;*/
/* 	margin-left: 2%; */
/*     margin-right: 2%; */
    margin-top: 0px;
}

.content-bar {
	background-color: #d4d7d9;
	clear: both;
	text-align: center;
	color: black;
	position: absolute;    
    width: 100%;
    height: 40px;
    line-height: 40px;
	margin-top: 20px;
}

.footer-b {
	background-color: #003DA5;
	clear: both;
	text-align: center;
	color: black;
	position: absolute;
    bottom: 60px;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.footer {
	width: 100%;
	clear: both;
	text-align: center;
    bottom: 0;
	position: absolute;
    height: 2.5rem;
    line-height: 2.5rem;
}

.innerFooter {
	/*width: 750px;*/
	background-color: #0099FF;
	color: black;
	margin: 0 auto;
}

.innerFooter a {
	color: black !important;
	text-decoration: underline !important;
}

.innerFooter a:hover {
	background: none;
	text-decoration: none !important;
}

.breadcrumb {
	color: #9b9b9c;
}

.breadcrumbselecionado {
	font: bold 100%;
	color: #1a5ea9;
}

h3 {
	color: #696969;
	font-size: 150%;
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin: 10px 0 10px 0;
	border-bottom: 1px dashed #E0E0E0;
}

.input_text {
	padding: 2px 3px;
	vertical-align: middle;
	border: 1px solid #C0BBB4;
	background: white url('../imgs/base/bg_input_text.png') top left
		repeat-x;
	/*width: 330px;*/
}

.input_file {
	font-size: 10px;
    width: 100%;
}

.input_tn {
	padding: 2px 3px;
	vertical-align: middle;
	border: 1px solid #C0BBB4;
	background: white url('../imgs/base/bg_input_text.png') top left
		repeat-x;
	/*width: 305px;*/
}

.input_text_menor {
	padding: 2px 3px;
	vertical-align: middle;
	border: 1px solid #C0BBB4;
	background: white url('../imgs/base/bg_input_text.png') top left
		repeat-x;
	/*width: 250px;*/
}

.select {
	vertical-align: middle;
	/*width: 330px;*/
	border: 1px solid #c9c8c8;
}

td,th {
	font-size: 75%;
}

.input_button {
	color: #645A44;
	padding: 2px 5px;
	text-decoration: none;
	vertical-align: middle;
	border: 1px solid #ABA498;
	border-top: 1px solid #C8C4BB;
	border-left: 1px solid #C8C4BB;
	background: #F4FBE1 url('../imgs/base/bg_input_btn.png');
}

.shadowStrip {
	height: 4px;
	font-size: 1%;
	line-height: 1%;
	background: url('../imgs/base/bg_shadow.png');
}

img {
	border: none;
	vertical-align: middle;
	width: 100%;
}

.error-container {
	padding: .3rem;
	margin-bottom: .5rem;
	text-align: center;
	background-color: #f4d659;
    border-radius: 1rem;
}

.error {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: red;
}

.msg-error {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: red;
	font-size: 8px;
}

.Alert {
    background-color: #f5f5f5;
    color: #222;
    border-left: 3px solid #bbb;
    padding: 1rem 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    width: 65%;
    margin-left: 17.5%;
    font-size: 20px;
}

.Alert--warning {
    background-color: #fbf8ea;
    color: #332b00;
    border-color: #ffd15f;
}

a,a:link,a:visited,a:active {
	color: #183884;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #4169E1;
	background: #FFFFFF;
}

/* --->news<---*/

/* Style the tab */
.tab {
  min-height: 7.5rem;
  overflow: hidden;
  /*border: 1px solid #ccc;
  background-color: #f1f1f1;*/
}

/* Style the buttons inside the tab */
.tab label {
  background-color: inherit;
  float: left;
  margin-top: 10px;
  color: rgb(46 55 73);
  width: 30%;
  font-size: 14px;
 }
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 1rem;
  transition: 0.3s;
  font-size: 1rem;
  color: rgb(46 55 73);
  width: 32%;
/*   font-size: 13px; */
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #d4d7d9;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.vertical-top {
	vertical-align: text-bottom;
}

.form-group label {
	/*color: rgb(46 55 73);*/
	background-color: #0099FF;
	color: black;
	margin-top: 10px;
	font-size: 20px;
} 

#resultado {
	border: 1px solid black;
}

#resultado thead tr th {
	text-align: center;
	/*text-transform: uppercase;*/
	color: black;
	background-color: #0099FF;
	font-weight: bold;
	border: 1px solid black;
}

#resultado tbody tr td {
	text-align: center;
	/*text-transform: uppercase;*/
	color: rgb(46 55 73);
	/*background-color: white;*/
	/*font-weight: bold;*/
	border: 1px solid black;
	
}

.grid.gray#resultado tbody tr td {
	text-align: center;
	/*text-transform: uppercase;*/
	color: rgb(46 55 73);
	/*background-color: #aaa9a9;*/
	border: 1px solid black;
}

.resultado_msg > tbody > tr > td:nth-child(5) {
	font-size: 10px;
	border: 1px solid black;
}

#consultaSituacao {
	margin-top: 7.5%;
}

.input-blue {
	border: 2px solid #5c78a8;
	text-align: center;
}

.btn-blue {
    background-color: #003DA5;
    color: white;
}

.btn-blue:disabled {
    opacity: .35 !important;
}

.btn-blue-hard {
    background-color: rgb(46 55 73);
    color: white;
}

.input-blue {
    border: 0.5px solid gray !important;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem #ffbf47 !important;
    border: 0px !important;
    outline: 1px solid #ffbf47;
    outline-offset: 0.04063rem;
}

#linha {
  width: 100%;
  border-bottom: 1px solid #000000;
}

#linhaTop {
  width: 100%;
  border-top: 1px solid #000000;
  margin-bottom: 1rem;
}

#modaloverflow {
  overflow: auto;
}

a.linkRight {
  float: right;
}

.close-modal {
  display: none !important;
}

p.termos {
  color: grey;
  text-align: justify;
  font-size: 1.2rem;
}

a.link {
  color: #00f;
  background-color: transparent;
  text-decoration: none;
  font-size: 1.2rem;	
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.column-index-link {
	border-color: white;
    border-style: solid;
}

.index-link {
	color: white;
}

.row-index {
	background-color: rgb(46 55 73);
	padding-top: 5px;
	padding-bottom: 5px;
}

.index-link2 {
	/*border-color: rgb(46 55 73) !important;
    border-style: solid !important;*/
    background-color: #003DA5 !important;
    font-family: inherit;
    font-weight: 600;
    font-size: 1.5rem !important;
}

.row-index2 {
	padding: 1rem;
	/*background-color: #d4d7d9;*/
}

.innerNavPanel-index {
	margin: 0 auto;
	margin-left: 0px;
}

.tab.tab-index button {
/* 	width: 40%; */
/* 	padding: 1rem; */
	color: white;
	height: 100%;
}

.Button {
    display: inline-block;
    background-color: #eee;
    border: 0 solid currentcolor;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 15%);
    box-sizing: border-box;
    color: inherit;
    font: inherit;
    font-weight: 600;
    margin: 0;
    padding: 0.5em 1.5em;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: box-shadow .35s,background-color .35s;
    transition: box-shadow .35s,background-color .35s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    cursor: pointer;
    font-family: inherit;
    font-size: 1.5rem !important;
/*     height: 70px; */
}

.Button--inverse-menuleft {
    border: 1px solid #003DA5;
    background-color: #fff;
    color: #003DA5;
    width: 100%;
    margin-top: 20px;
    height: 100%;
    min-height: 80px;
}

.Button--inverse {
    border: 1px solid #003DA5;
    background-color: #fff;
    color: #003DA5;
    margin-left: 50%;
    width: 100%;
    margin-top: 20px;
}

.nav-item button:hover {
  color: #fff;
  background-color: #002e7c;
}

.tab.tab-index button:hover {
  background-color: #002e7c !important;
}

.nav-item {
	
}

#consultaSituacaoBtn {
    /*height: calc(1.5em + .75rem + 2px);
    margin-top: -38px;*/
}

.LabelSearch {
    position: relative;
    border: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(221, 221, 221);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(221, 221, 221);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 3px;
    padding: 2px;
    background-color: #0099FF;
    height: 53px;
    text-align: center;
    margin-top: 40px;
}

.Search {
    position: relative;
    border: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(221, 221, 221);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(221, 221, 221);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 3px;
    padding: 2px;
    background-color: #fff;
    height: 53px;
}

.Search-input {
    background-color: #fff;
    border-radius: 3px;
    border: 0;
    color: #000;
    float: left;
    font-family: inherit;
    font-weight: 400;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0.75em;
    padding-right: 4em;
    line-height: 1.5;
    height: auto !important;
}

.Search-button, .Search-checkboxLabel {
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.Search-button {
    right: 2px;
    width: 3em;
    text-indent: -9999px;
    height: 3em;
    border: 0;
    background-color: #003da5;
    background-image: url(/portalpublico/imgs/base/icon-search.svg);
    background-size: 1.25em;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 2px;
}

.Search-button:disabled {
    opacity: .35 !important;
}

.inverse-color {
	border: 1px solid #003DA5 !important;
    background-color: #fff !important;
    color: #003DA5 !important;
}

.inverse-color:hover {
	color: #fff !important;
    background-color: #002e7c !important;
}

.modal {
	max-width: 60% !important;
}


.button-termos {
	font-size: 16px !important;
}


.Table-model {
	margin-top: .5rem;
	border-spacing: 0;
	border-collapse: collapse;
}

.Table-model,

.Table-model td,
.Table-model th {
	padding: 10px 16px;
	vertical-align: top;
	border: 1px solid #ddd
}

.Table-model th {
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	vertical-align: bottom;
	background-color: #eee
}

.Table-model tr {
	background-color: #fff;
	border-top: 1px solid #bbb;
}

.Table--striped tr:nth-child(2n) {
	background-color: #f8f8f8;
}

.linha-preguntas {
	margin-top:0cm;
	margin-right:0cm;
	margin-bottom:8.0pt;
	margin-left:0cm;
	line-height:107%;
	text-align:justify;
}

.titulo-preguntas {
	line-height:107%;
}



@media screen and (min-width: 992px) {
  .tab {
    height: 8.5rem;
  }
  
  button+button {
    margin: 0 0 0 1rem;
  }
}

@media screen and (max-width: 992px) {
	button+button {
	    margin: 1rem 0 0 0;
	}
	
	.header_text {
		text-align: center !important;
		margin-bottom: 1rem;
	}
	
	.container-fluid {
	    margin: 0;
    	padding: 0;
    }
}

@media screen and (max-width: 576px) {
	h1 {
		font-size: 2rem;
	}
}


.error-title {
  font-size: 2.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 1rem;
}

.error-subtitle {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 2rem;
}
  	
