@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
html {
	margin: 0px;
	padding: 0px;
}

html body {
	font-family: 'Roboto', 'Helvetica', sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #585858;
	background-color: #f5f5f5;
}

ul {
	margin: 2px 2px 2px 0px;
	padding: 2px 2px 4px 18px;
}

ul li {
	margin: 0px;
	padding: 0px;
}

li {
	margin-left: 18px;
	padding-left: 0px;
}

.destaqueVermelho {
	color: #FF0000;
	font-weight: bold;
}

.destaquePreto {
	color: #000000;
	font-weight: bold;
}

.destaquesombreado {
	color: #0000FF;
	background: #FFFF00;
	font-weight: bold;
}

/* ----------------------------------------- LINKS DEPESQUISA -------------------------------------------*/
.mePesquisas {
	width: 99%;
	background-color:  #0080b1;
	color: white;
	font-size: 13px;
	padding-bottom: 10px;
}
 .mePesquisas p{
    padding-top: 10px;
	margin: 0 0 10px 10px;
 }

.mePesquisas-link:link {
	text-decoration: underline;
	color: white;
	margin: 10px;
}

/* ----------------------------------------- TRATAMENTO DE LINKS -------------------------------------------*/

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* ------------------------------------- TRATAMENTO DE COMPONENTES HTML ------------------------------------*/

form {
	padding: 0;
	margin: 0;
	display: inline;
}

select,
textarea {
	height: auto;
}

input,
select,
textarea {
	font-family: 'Roboto', 'Helvetica', sans-serif;
	font-size: 1em;
	/*height: auto;*/
	border: 1px solid #d1d3d5;
	padding: 4px;
	color: #424a56;
}

input[type=radio],
input[type=checkbox],
input[type=image] {
	border: 0px;
	background: transparent;
}

input[type=image],
input[type=file] {
	height: auto;
	padding: 0px;
}

input[type=button],
input[type=submit] {
	height: auto;
}


/*************************************************************************************************************/


/**************************************************************************************************** DICA ***/


/*************************************************************************************************************/

TABLE.Dica {
	background-color: #FFFFCC;
	border: 1px solid #24508D;
	padding: 0px;
	font-family: 'Roboto', 'Helvetica', sans-serif;
	font-size: 10px;
	font-weight: Normal;
	color: #24508D;
	width: 250px;
	text-align: left;
	max-width: 250px;
	white-space: normal;
}

TABLE.Dica THEAD TR TD {
	font-weight: bold;
	border-bottom: 1px solid #24508D;
	height: 18px;
	padding: 3px;
}

TABLE.Dica TFOOT TR TD {
	font-weight: bold;
	border-top: 1px solid #24508D;
	height: 18px;
	padding: 3px;
}

TABLE.Dica TFOOT TR TD DIV SPAN.BotaoDica {
	font-weight: bold;
	border: 1px solid #24508D;
	padding: 3px;
	cursor: pointer;
	color: #24508D;
}


/*************************************************************************************************************/


/************************************************************************************************** RODAPÉ ***/


/*************************************************************************************************************/

DIV#rodape {
	background-color: #D2D2D2;
	margin-top: 120px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	font-size: 10px;
	border-bottom: 1px solid #BCBEC0;
	margin-top: 0px;
}

DIV#rodape .separador {
	background: transparent url(../img2/divisao_rod.gif) repeat-y scroll center 0px;
	padding-left: 15px;
	padding-right: 15px;
}

DIV#rodape A:link,
#rodape A:visited,
#rodape A:active {
	color: #646464;
	text-decoration: none;
}

DIV#rodape A:hover {
	color: #646464;
	text-decoration: underline;
}

TABLE.AvisoOK {
	background-color: #EEFFEE;
	color: #006600;
	font-weight: bold;
	border: 1px dashed #006600;
}

TABLE.AvisoOK TD {
	border: none;
}

TABLE.AvisoErro {
	background-color: #FFEEEE;
	color: #FF0000;
	font-weight: bold;
	border: 1px dashed #FF0000;
}

TABLE.AvisoErro TD {
	border: none;
}

.InfoAviso {
	text-decoration: none;
	font: 11px Verdana;
	color: #333399;
	font-weight: bold;
}

TABLE.InfoAviso {
	border: 1px solid #333399;
	background-color: #FFFF99;
}

TD.InfoAviso {
	font-weight: bold;
	border: 0px;
}

#conteudo {
	padding: 35px 70px 0px 30px;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	color: #585858;
}

#conteudo A:link,
#conteudo A:visited {
	color: #585858;
	text-decoration: none;
}

#conteudo A:active,
#conteudo A:hover {
	color: #1E3C77;
	text-decoration: underline;
}

#conteudo .subtitulo {
	font-family: 'Roboto', 'Helvetica', sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1E3C77;
	border-bottom: solid 1px #BCBEC0;
}

.icone-menu {
	padding: 15px 20px;
}

.icone-menu-vazio {
	height: 40px;
}

.box-icone {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 14px top;
	padding-left: 44px;
}

#controles {
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	text-align: right;
	background: transparent url(../img2/dash-h.gif) repeat-x scroll 0px top;
	padding: 14px 20px;
	margin: 30px 0px 20px 30px;
}

#Divisoria {
	height: 1px;
	width: 760px;
	background: transparent url(../img2/dash-h.gif) repeat-x scroll 0px top;
	margin: 20px;
}


/* ---------------------------- AutoCompleteTextBox --------------------------- */

div.autocomplete {
	position: absolute;
	width: 250px;
	background-color: whitesmoke;
	border: 1px solid gray;
	margin: 0;
	padding: 0;
	max-height: 100px;
	overflow: auto;
}

div.autocomplete ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.autocomplete ul li.selected {
	background-color: #ffb;
}

div.autocomplete ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
	height: 15px;
	cursor: pointer;
}


/* ---------------------------- Fim AutoCompleteTextBox --------------------------- */

#menu_central {
	z-index: 0!important;
}


/* --- Classe para ajuste da identação de itens extensos do painel de controle ---- */

p.parag-menu {
	margin: -16px 0 0 19px;
	line-height: 17px;
}

div.me-aba-header {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	height: 25px;
	line-height: 22px;
	margin: 2px 2px 0 0;
	text-align: center;
	padding: 0 5px 0 5px;
	box-shadow: 0px 2px 3px #000;
	border-radius: 10px 10px 0 0;
}

div.me-button-header {
	cursor: pointer;
	color: #FFFFFF!important;
	font-size: 9px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-align: center;
	padding: 0 7px 0 7px;
	margin-right: 3px;
	border-radius: 7px;
	box-shadow: 1px 0px 1px #585858;
}

div.me-button-header.small {
	height: 15px;
	line-height: 15px;
}

div.me-button-header span {
	position: relative;
	top: 4px;
}

div.me-button-header span.awesome {
	top: 3px;
}


/*--------------------------------------- Togles do ME ------------------------------------*/

input.checkboxToggles[type=checkbox]+label {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	display: inline;
	cursor: pointer;
	position: relative;
	vertical-align: middle;
}

input.checkboxToggles[type=checkbox]+label:hover::before {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.15);
}

input.checkboxToggles[type=checkbox] {
	display: none;
}

input.checkboxToggles[type=checkbox]+label::before {
	content: '';
	background-color: #BABABA;
	padding: 7px 20px;
	margin-right: 20px;
	border-radius: 15px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

input.checkboxToggles[type=checkbox]+label:active::before,
input.checkboxToggles[type=checkbox]:checked+label:active::before {
	content: '';
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

input.checkboxToggles[type=checkbox]:checked+label::before {
	content: '';
	background-color: #9DA6D8;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10), inset 0 -1px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
	color: #99a1a7;
}

input.checkboxToggles[type=checkbox]+label::after {
	content: '';
	position: absolute;
	left: 0;
	top: -4px;
	width: 20px;
	height: 20px;
	margin-top: 1px;
	margin-right: 50px;
	border-radius: 50%;
	background: #FAFAFA;
	transition: left 0.2s;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

input.checkboxToggles[type=checkbox]:checked+label::after {
	content: '';
	font-size: 14px;
	position: absolute;
	left: 20px;
	background: #3F51B5;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}

input.checkboxToggles[type=checkbox]:checked+label {
	color: #3F51B5;
}

input.checkboxToggles[type=checkbox]+label {
	color: #808080;
}

#DivAtribuiFornecedorME {
	min-height: 25px;
	background-color: #f3f3f3;
	border: #f3f3f3;
}

.atritbutoFornecedor-option {
	float: left;
	width: 20%;
}

.atributoFornecedor-info {
	float: right;
	width: 80%;
	border: none !important;
	background: transparent 50% 50% repeat-x !important;
}

.atributoFornecedor-info.ui-state-highlight .ui-icon-info {
	float: left;
	vertical-align: middle;
	margin-right: 1em;
	top: 4px;
	position: relative;
}

.atributoFornecedor-info-text {
	float: left;
	width: 90%;
}


/* ------------------------------------- TRATAMENTO DE HEADER DO PORTAL ------------------------------------*/

#LayoutTudoT {
	width: 100%;
	min-height: 400px;
}

#LayoutTudoI {
	width: 778px;
	border-left: solid 1px #BEBEBE;
	border-right: solid 1px #BEBEBE;
}


/*Título das Institucionais*/

.TituloPaginaInstitucional {
	color: #1E3C77;
	font-family: 'Roboto', 'Helvetica', sans-serif;
	font-size: 18px;
	font-weight: bold;
}


/*Título das Institucionais-Inferior*/

.TituloPaginaInstitucional_sub {
	color: #6E84AC;
	font-family: 'Roboto', 'Helvetica', sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#menu_central {
	position: absolute;
	left: 0px;
	top: 70px;
	width: 778px;
}

.txt_login {
	color: #003399;
	font-family: 'Roboto', 'Helvetica', sans-serif;
	font-size: 9px;
	border: 1px solid #8AAAD0;
	padding: 0px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 18px;
	width: 273px;
}

#esqueceu-senha {
	position: absolute;
	top: 27px;
	width: 475px;
	left: 300px;
	font: 10px Verdana;
	color: #034694;
	z-index: 1;
	text-align: right;
}

#painel-loginL {
	text-align: right;
	position: absolute;
	top: 4px;
	left: 285px;
	width: 400px;
	float: right;
	font-weight: bold;
	font-size: 9px;
	color: #034694;
}

#painel-login {
	text-align: right;
	position: absolute;
	top: 2px;
	left: 300px;
	width: 475px;
	float: right;
	font-weight: bold;
	font-size: 9px;
	color: #034694;
}

#FlagsL {
	position: absolute;
	left: 685px;
	top: 4px;
	z-index: 1;
}

#Flags {
	position: absolute;
	left: 685px;
	top: 53px;
	z-index: 1;
}

#Suporte {
	position: absolute;
	top: 50px;
	left: 560px;
	z-index: 1;
	color: #034694;
	font-weight: bold;
	font-size: 9px;
}

#Botoes {
	position: absolute;
	left: 690px;
	top: 50px;
	height: 18px;
	display: block;
	z-index: 1;
}

.TextoBotao {
	color: #FFFFFF;
	font-family: 'Roboto', 'Helvetica', sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.fake-text-area {
	overflow-y: auto;
	background-color: #fff;
	color: #000;
	border: 1px solid #bbb;
	height: 205px;
}


/* ------------------------------------- TRATAMENTO DE NOVO FOOTER DO PORTAL ------------------------------------*/

#ftr {
	font-family: 'Roboto', 'Helvetica', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	background-color: #fdfdfd;
	border: solid 0.1em #FFF;
	border-top-color: #ededed;
	width: auto;
	padding: 8px 0 8px 0;
}

#ftr a {
	font-family: 'Roboto', 'Helvetica', sans-serif;
	color: #58585a;
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	background: none;
	border: none;
	text-decoration: none;
	line-height: 1.4em;
	display: inline-block;
	cursor: pointer;
}

#ftr a:hover {
	text-decoration: underline;
}

#ftr a path:first-child {
	fill: #666;
}

#ftr ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #000000;
}

#ftr .ftr-language {
	text-align: center;
}

#ftr .ftr-language li {
	display: inline-block;
	padding: 10px;
}

#ftr .ftr-language .selected {
	color: #58585a;
	font-size: 13px;
	font-weight: 600;
}

#ftr .ftr-language select.selectLanguage {
	font-family: 'Roboto', 'Helvetica', sans-serif;
	font-size: 13px;
	border: none;
	color: #58585a;
	font-weight: 600;
}

#ftr .ftr-language select.selectLanguage option[selected='selected'] {
	font-weight: 600;
}

#ftr .ftr-language select.selectLanguage option {
	font-family: 'Roboto', 'Helvetica', sans-serif;
	font-weight: normal;
}

#ftr .ftr-language .material-icons {
	display: inline-block;
	vertical-align: text-bottom;
	font-size: 14px;
}

html body .me_tbPainel tbody tr th {
	background-color: transparent;
	border: none;
	color: inherit;
}

html body .me_tbPainel {
    text-align: left;
}

html body .me_tbPainel .me_tbPainel--content {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.me_tb_painel-conteudo-cell {
	display: flex;
	flex: 1;
}
html body .me_tbPainel .me_tb_painel-conteudo-painel {
	background-color: white;
	color: #333333;
	text-align: left;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	margin-right: 10px;
	padding: 10px;
	width: 100%;
}

html body .me_tbPainel .me_tb_painel-conteudo-painel h4 {
	border: 0px;
	color: #212121;
	font-weight: 700;
	font-size: 14px;
	line-height: 2em;
	text-align: left;
	vertical-align: middle;
    margin: 0;
}

.item-link-bullet {
	box-sizing: border-box;
	background: #09BD9A;
	border-radius: 7px;
	padding: 0 4px;
	height: 14px;
	min-width: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	color: #FFF;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
}
.item-link-bullet-placeholder {
	min-width: 40px;
    display: inline-block;
    text-align: right;
}

.custom-mdl-chip {
	height: 20px;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	line-height: 20px;
	padding: 1px;
	margin: 1px;
	border: 0;
	border-radius: 8px;
	background-color: #dedede;
	display: inline-block;
	white-space: nowrap;
}

.custom-mdl-chip--icon-holder {
	position: relative; top: 3px;
}

.yellow {
  background-color: #EBEB00;
}

.green {
  background-color: #50D050;
}

.floating-message {
	border: none;
  font-size: 14px;
  font-family: 'Roboto';
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.23);
	z-index: 1;
}

.floating-message > p {
  color: #fff;
	margin: 0;
	padding: 1rem;
}

.floating-message > p.message-error {
  background-color: #ff5252;
}

.floating-message > p.message-success {
  background-color: #66bb6a;
}

.floating-message > p > span {
	display: inline-block;
	vertical-align: middle;
}

.floating-message > p > span a {
	color: #fff;
}

.floating-message > p .floating-message-icon {
	margin: 0 10px 0 0;
}