@import url(reset.css);

img.linkSuporte {
	height: 25px;
	width: 25px;
}

html,body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
	overflow-anchor: none; /* Bug no scroll do chrome ao utilizar o tab para passar para o proximo elemento */
}


b {
	font-weight: bold;
}

form {
	display: inline-block;
	height: 100%;
}

ul {
	list-style: none;
	padding-left: 20px;
}

fieldset ul li, div.painel ul li {
	margin-top: 12px;
}


fieldset.sequencial ul li, div.painel.sequencial ul li {
	margin-right: 15px;
	clear: left;
	float:left;
}

fieldset.sequencial ul.chosen-choices li, div.painel.sequencial ul.chosen-choices li {
	clear: none;
}

fieldset.sequencial ul li label, div.painel.sequencial ul li label {
	float: left;
	margin-right: 5px;
	padding-top: 5px;
	text-align: right;
	width: auto;
}

input.label[readonly] {
	border: medium none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
}

fieldset ul li input[type="text"],fieldset ul li input:not ([type] ) {
	width: 152px;
}

.ui-multiselect-checkboxes span {
	margin-left: 2px;
}

fieldset.fluid ul li input[type="checkbox"] {
	float: left;
	margin-right: 5px;
	margin-top: 1px;
}

fieldset.sequencial ul li input[type="checkbox"],
fieldset.sequencial ul li input[type="radio"] {
	float: left;
}

fieldset.sequencial ul li input[type="checkbox"] ~label {
	float: none;
	margin-left: 5px;
}

fieldset.sequencial ul li input[type="radio"] ~label {
	float: left;
}

fieldset.sequencial ul li .chosen-container {
	float: left;
	min-width: 100px;
}

fieldset ul li.required>label:before, ul li.required>label:before {
	content: "*";
	color: red;
	padding-right: 1px;
}

fieldset ul li.required>label, ul li.required>label {
	font-weight: bold;
}

table tr th.required>label:before {
	content: "*";
	color: red;
	padding-right: 1px;
}

table tr th.required>label {
	font-weight: bold;
}

table tr.sortable td.sortIcon {
	background: url("../img/sortable_arrows.png") no-repeat left center;
	cursor: move;
}


fieldset ul li textArea {
	width: 432px;
}

fieldset {
	display: inline-block;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 20px;
	padding: 0;
	padding-bottom: 10px;
	min-width: 300px;
}

fieldset.borderless {
	border: none!important;
}

fieldset legend {
	color: #5d83d8;
	font-weight: bold;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

fieldset.fluid ul {
	margin-left:auto;
	margin-right: auto;
}

fieldset.fluid ul li {
	margin-right: 5px;
	margin-top: 5px;
	float:left;
}

fieldset.fluid ul li.novaLinha {
	margin-top: 10px;
	clear:both;
}

fieldset.fluid ul li input,
fieldset.fluid ul li textArea,
fieldset.fluid ul li select {
	clear: both;
	float: left;
	margin-right: 15px;
}

fieldset.fluid ul li input[type="radio"] {
	clear: none;
	float: none;
	margin-right: 0px;
}

fieldset.fluid ul li input[type="radio"] ~label {
	float: none;
}

#checkExibirCNPJRelatorioNF{
	margin-top: 10px !important;
}

fieldset.fluid ul li label.chosen {
	margin-right: 5px;
	margin-top: 5px;
}

fieldset.fluid div.chosen-container {
	float: left;
}

div.chosen-container ul.chosen-results li {
	float: none;
	margin: 0;
}

fieldset.fluid ul li label {
	float: left;
	width: auto;
}

.hidden {
	display: none!important;
}

div#header .logo {
	float:left;
}

div#estruturaHierarquica_chosen{
	width: 300px !important;
}

div#footer {
    position: absolute;
	height: 35px;
	clear:both;
	background: url("../img/bg-header.png") repeat-x scroll center bottom #f5fdfa;
	width: 100%;
	box-shadow: 0px 3px 5px #9feed1 inset;
    bottom: 0;
    width: 100%;
}

a:not(.actionLink) {
	color: #5D83D8;
	text-decoration: none;
}

a:not(.actionLink):hover {
	color: #5cc0d8;
	text-decoration: none;
}



.spinnerPanel {
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -16px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
}

.loadingDialog .ui-dialog-titlebar-close {
	display: none
};

a {
	color: #8bb9c9;
	color: #36c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrap {
	min-height: 100%;
	position: relative;
/* 	background: #FCFCFC; */
}

#wrap #header {
	top: 0;
	background:
		url("jquery-ui-cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png")
		repeat-x scroll 50% 50% #DEEDF7;
	padding: 10px 10px 5px;
	border-bottom: 1px solid #abe3e8;
	border-top: 5px solid #5e6364;
	position: fixed;
	width: 100%;
	z-index: 999;
	height: 50px;
}

#wrap #header h1 {
	height: 55px;
	font-size: 42px;
	letter-spacing: -2px;
	color: #0070A3;
	text-shadow: #333 0px 0px 2px;
	background: url(../img/logo.png) no-repeat top left;
	width: 240px;
}

#wrap #header h1 a {
	color: #fff;
}

input,textArea {
	padding: 4px;
	font-size: 14px;
	border: 1px solid;
	border-color: #aaa #ddd #ddd #aaa;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.transparent {
	filter: alpha(opacity = 50);
	opacity: 0.5;
}

.disabled {
	background: #EEE;
}

input[readOnly], textarea[readOnly] {
	background-color: #eee;
}

input:focus {
	border-color: #777 #aaa #aaa #777;
}

div.hint {
	background:
		url("jquery-ui-cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png")
		repeat-x scroll 50% 0% #DEEDF7;
	border: 1px solid #DDDDDD;
	border-radius: 5px 5px 5px 5px;
	max-width: 300px;
	min-height: 120px;
	min-width: 300px;
	padding: 10px;
	padding-top: 0px;
	float: right;
	margin-right: 20px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	margin-top: 10px;
}

div.hintText {
	display: none;
}

div.hint .hintHeader {
	background: url("../img/tip-icon.png") no-repeat scroll left top
		transparent;
	border-bottom: 1px solid #CCCCCC;
	height: 35px;
	padding-bottom: 0;
	padding-left: 30px;
}

div#main div.hint .hintHeader h1 {
	color: #0070A3;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family: Arial;
	padding-left: 6px;
	padding-top: 5px;
}

div.hint .hintBody {
	max-height: 150px;
    overflow: auto;
    padding-top: 5px;
    float:left;
}

div.hint .hintDefaultMessage {
	display: none;
}

div#tooltip {
	font-size: 13px !important;
	position: absolute;
	z-index: 1001;
	opacity: 1;
	max-width: 600px;
}

div#tooltip h3,div#tooltip div {
	margin: 0;
	font-size: 13px !important;
}

div.buttons {
	margin-top: 10px;
	margin-right: 15px;
	width: 100%;
}

div.buttons span {
	float: right;
}

div.buttons span * {
	float: left;
}

div.buttons div a,div.buttons div input {
	float: left;
}

div#topPage i,
div#bottomPage i {
	color: #5d83d8;
}

div#topPage {
	bottom: 4.5em;
	right: 0.5em;
    margin: 0.5em;
	cursor: pointer;
	position: fixed;
	z-index: 10000;
}

div#bottomPage {
	bottom: 2.5em;
	right: 0.5em;
    margin: 0.5em;
	cursor: pointer;
	position: fixed;
	z-index: 10000;
}

td.group {
	background: #cff6e7;
}

.ui-dialog .ui-icon-closethick {
	float: right;
}

div#main {
	background: none repeat scroll 0 0 #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 75px;
	width: 900px;
}

div#main h1 {
	color: #0070A3;
	font: bold 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family: Arial;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.dataTableContainer {
	margin-left: 20px;
	margin-bottom: 10px;
}

.dataTableContainer tbody tr {
	line-height: 25px;
}

.usuariosAssociadosAoPerfil {
	overflow: auto;
}

#tabelaUsuarios .acoes {
	width: 110px;
}

div#logout {
	float: right;
}

h3 {
	color: #0070A3;
	font-size: 15px;
	font-weight: bold;
}

ul.chosen-choices {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.chosen-container-active ul.chosen-choices {
	border: 1px solid #ddd !important;
	font-size: 12px;
	padding: 2px;
	background: #fafafa;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
}

div.chosen-container-active ul.chosen-choices li {
	margin: 0;
}

button.ui-multiselect {
	display: block;
	float:left;
}

.ui-autocomplete {
	max-height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
}

input.textoBackground {
	color: #BBBBBB;
}

select#mes {
	width: 150px;
}

#unidadeDeProducao_chosen {
	width: 200px!important;
}

#grupo_chosen {
	width: 200px!important;
}

select#criterioDeRateioFixo {
	width: 350px;
}

select#criterioDeRateioVariavel {
	width: 350px;
}

select#centroDeCusto,select#origem {
	width: 280px;
}

select.competencia {
	width: 120px;
}


table thead tr th {
	text-align: center;
}

table td.actions {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.dataTables_wrapper {
	background-color: #f2fcf8;
	display: block;
}

table.dataTable {
 border: 1px solid #cff6e7;
}

table.dataTable tr, table.dataTable td, table.dataTable th {
	border:0;
}

table.dataTable tbody tr:hover,
table.dataTable tbody tr.odd:hover,
table.dataTable tbody tr.even:hover, table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
  background-color: #F2F7FC;
}
table.dataTable tbody tr:hover.selected,
table.dataTable tbody tr.odd:hover.selected,
table.dataTable tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
table.dataTable.display tbody tr.odd:hover.selected,
table.dataTable.display tbody tr.even:hover.selected {
  background-color: #F2F7FC;
}

.dataTables_wrapper table {
	width: 100%;
}

#main-logo {
	display: none
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 500;
}

ul#mensagens,ul.mensagens {
	background-color: rgba(221, 238, 255, 0.3);
	color: #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
}

ul#popupMensagens {
	width: 97%;
}

ul#mensagens li,ul.mensagens li {
	padding: 8px 14px;
	width: 90%;
}

ul#mensagens li.ERRO,ul.mensagens li.ERRO {
	background: url("../img/error.png") no-repeat left center rgba(221, 238, 255, 0.0);
	color: #000000;
	padding-left:20px;
}

ul.mensagens li.ERRO,ul.mensagens li.ERRO {
	background: url("../img/error.png") no-repeat left center rgba(221, 238, 255, 0.0);
	color: #000000;
	padding-left:20px;
}

ul#mensagens li.SUCESSO,ul.mensagens li.SUCESSO {
	background: url("../img/success.png") no-repeat left center rgba(221, 238, 255, 0.0);
	padding-left:20px;
}

ul#mensagens li.AVISO,ul.mensagens li.AVISO {
	background: url("../img/warning.png") no-repeat left center rgba(221, 238, 255, 0.0);
	padding-left:20px;
}

.campoInvalido {
	color: red;
}

div.info {
	padding: 3px 3px 3px 23px;
	background: url(../img/information.png) no-repeat 4px 4px;
	color: #999;
}


h2.tituloGrupo {
	font-weight: bold;
	font-size: 12pt;
}


.porcentagem {
	width: 50px !important;
}

ul.tree label {
	padding-top: 0px !important;
}

#erroForm {
	width: 100%;
}

#exceptionPanel p {
	font-weight: bold;
}

textarea#descricaoErro,
textarea#stacktrace {
	margin-top: 10px;
	width: 95%;
	heigth: 100px;
	margin-left: auto;
	margin-right: auto;
	display:block;
}

a#detalhesStacktrace {
	color: #5D83D8;
	text-decoration: none;
	margin-left: 10px;
	margin-top: 5px;
}

a#detalhesStacktrace:hover {
	color: #5cc0d8;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
	height: 9px !important;
	top: 6px !important;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
	background-position: right -9px !important;
}

.assistly-widget {
	position: fixed;
	right: 150px;
	bottom: 0px;

    background: #F5FDFA;
    padding: 2px 20px;
    border-radius: 4px 4px 0 0;
    font-size: 14px;
    width: auto;
    border: 1px solid #CFF6E7;
    border-bottom: 0;
    box-shadow: 0px 0px 6px #999;
    text-transform: uppercase;
}

.even {
	background-color: white!important;
}

.odd {
	background-color: #f2fcf8!important;
}

.benchmark .buttons.custoPorEspecialidade {
	height: 30px;
}

.benchmark .buttons.custoPorEspecialidade span {
	margin-top: 0px;
}

#novaCompetenciaForm {
	width: 550px;
}
.alinhar-direita{
	text-align: right
}

.div-margin-top-bot {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.painel {
	border: 2px solid #DDEEFF;
	border-radius: 5px 5px 5px 5px;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	width: 100%;
	clear: both;
}

div.cabecalhoPainel {
	background-color: #CFF6E7;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif !important;
	height: 28px;
	clear: both;
}

div.cabecalhoPainel > span {
	color: #0070a3;
	font-size: 14px !important;
	font-weight: bold;
	line-height: 28px;
	padding-left: 10px;
}

div.clearBoth {
	clear: both;
}

.chosen-results {
	width: 98% !important;
}

#copiarParametrizacaoForm .download {
	display: block;
    margin-top: 10px;
}

.paginaInicial .tituloAtualizacoes {
    color: #0070a3;
    font: 17px Arial;
    margin-bottom: 2px;
    margin-left: 5px;
    margin-top: 20px;
}

.paginaInicial #releaseNotes h2 {
	font-size: 13px;
	color: #0070a3;
}

.paginaInicial #releaseNotes .cardTitle {
	font-weight:bold;
}

.paginaInicial #releaseNotes .cardTitle:AFTER {
	content: " - "
}

.paginaInicial #releaseNote div {
	height: auto !important;
}

.hecosBoard {
	width: 100%;
	background: #f2fcf8
}

.hecosBoard .header {
	padding-left: 0px;
    width: 100%;
    height: 30px;
    background: #cff6e7;
    cursor: pointer;
}

.hecosBoard .header h1 {
	padding-top:5px;
}

label.tooltipHint {
	background: url("../img/information.png") no-repeat right center;
	background-size: 13px;
	padding-right:15px !important;
}

.hiddenColumn {
	display: none;
}

label.tooltipHintLeft {
	background: url("../img/information.png") no-repeat left center;
	background-size: 13px;
	padding-left:20px !important;
}

input[type='button'].tooltipHint {
    background: rgba(0, 0, 0, 0) url("../img/information.png") no-repeat scroll right center / 13px auto;
    padding-right: 15px !important;
}

td.tooltipHint, th.tooltipHint {
	background: url("../img/information.png") no-repeat left center;
	padding-left:15px !important;
	background-size: 13px;
}

.tooltipHint[data-semIcone='true'] {
	background: none !important;
}

th.tooltipHint {
	background: url("../img/information.png") no-repeat left center #dcfbeb;
	padding-left:5px !important;
	background-size: 13px;
}

table.grouping td.group {
	background: url("jquery-ui-custom/images/ui-bg_glass_80_cff6e7_1x400.png") repeat-x scroll 50% 50% #CFF6E7;
	font-weight: bold;
}
td.numerico {
	text-align: right;
}

.fa {
	font-family: 'FontAwesome'!important;
}

.celulaAzulComComentario {
	position: relative;
}
.celulaAzulComComentario:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	display: block;
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-top: 10px solid blue;
}

.celulaVermelhaComComentario {
	position: relative;
	cursor: pointer;
}
.celulaVermelhaComComentario:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	display: block;
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-top: 10px solid #CC0000;
}

#blogNCI {
    float: right;
    clear: both;
    background-color: #f5fdfa;
    margin-top: 30px;
    padding-bottom: 5px;
    border: none;
    background-image: none;
}

.BlogPostsHeader {
    border-bottom: 1px solid #CCCCCC;
    font-size: 11px;
}

.blogPostsBody {
    max-height: 200px;
    overflow-y: hidden;
    padding: 0px 20px 0px 10px;
}

.blogPostsBody:hover {
    max-height: 200px;
    overflow-y: auto;
    padding: 0px 5px 0px 10px;
}

.blogPostLink {
    display: block;
    font-size: 14px;

    padding: 10px 0px 0px 0px;
    text-align: justify;
    height: 50px;
}

.blogPostLink div {
    margin-left: 60px
}

hr {
	margin-top: 0px;
}

.ml-10{
	margin-left: 10px !important;
}
.ml-20{
	margin-left: 20px !important;
}
.mr-10{
	margin-right: 10px !important;
}
.mr-20{
	margin-right: 20px !important;
}
