/* Usado na Tela consultarNFe.xhtml, informar chave de acesso */

.cabecalho table tbody tr td, .rodape table tbody tr td {
    color: black;
}

/* Usado na Tela consultarNFe.xhtml, informar chave de acesso */
.labelConsulta {
    font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
    color: #5289c0;
    font-size: 12px;
}

.ui-widget-content a {
    color: blue;
}

.ui-panel{border: 1px solid #588aa7 !important; padding:2px !important;}

.ui-accordion{border:solid 1px #588aa7 !important; border-radius: 3px;; -webkit-border-radius: 3px;; -moz-border-radius: 3px;; background-color: #FBFCFD; padding: 1px 2px 2px 2px !important;width: auto !important}

.ui-dialog .ui-widget-header{
    height: 30px;
}

.ui-widget .ui-icon.fa, .ui-icon.fa {
    background: none repeat scroll 0 0 transparent !important;
    text-indent: 0 !important;
    border: 0px;
    width: 20px;
    padding-left: 0px;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .3em 16px .1em 0;
    border: 0px;
    background: transparent;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon .ui-icon-closethick {
    border: 0px;
    background: transparent;
    background-image:url(/nfe/resources/imagens/delete-24x24.png);
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: 100%;
}

.ui-fileupload-filename{
    font-weight: bold;
    color: #5289c0;
}

.ui-panelgrid {
    border: 0px;
    background-color: #FBFCFD;
    font-size: 14px;
}

.ui-panelgrid .ui-panelgrid-cell{
    padding: 4px 10px;
    border: 0px !important;
}

.coluna1 {
    text-align: right;
}

.coluna2 {
    text-align: left;
}

.cell-color-red-15px {
    color: #FF0000 !important;
    font-size: 15px !important;
    font-weight: bold !important;
}

.cell-color-black-15px {
    color: #000000 !important;
    font-size: 15px !important;
    font-weight: bold !important;
}

.fonteVisivel{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
}

p {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.ui-outputlabel, table tbody tr td {
    color: #000000;
}

label {
    font-weight: normal !important;
    color: #000000;
}

.ui-selectoneradio label {
    cursor: pointer;
    display: inline-block;
    margin: 0 16px 0 8px;
    vertical-align: middle;
    color: #000000;
}

.ui-selectonemenu .ui-selectonemenu-label {
    display: block;
    border: 0;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
    width: 100%;
    text-align: left;
    color: #000000;
}

.ui-selectonemenu-panel .ui-selectonemenu-list-item, .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item {
    border-bottom: solid 1px #E5EAF0 !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    font-size: 14px;
    -moz-border-radius: 0px !important;
    margin: 0px !important;
    color: #000000;
    padding: 6px !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

::-webkit-input-placeholder { /* Edge */
    color: #000000;
}

:-ms-input-placeholder { /* Internet Explorer */
    color: #000000;
}

::placeholder {
    color: #000000;
}

.ui-panel .ui-panel-titlebar {
    height: 15px;
}

.ui-datatable .ui-datatable-tablewrapper table thead tr th, .ui-datatable .ui-datatable-tablewrapper table tfoot tr td, .ui-datatable-scrollable-footer-box table tfoot tr td, .ui-datatable table thead tr th {
    color: #172b36;
    background-color: #dae8ef;
    border: none;
    outline: none;
    padding: 5px;
    border: solid 1px #70a7c2;
}

.ui-datatable table tbody tr td {
    color: #000000;
    border-left: solid 1px #70a7c2;
    border-right: solid 1px #70a7c2;
    border-top: none;
    border-right: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ui-inputfield {
    color: #000000;
    font-size: 14px;
    font-family: 'titillium_webregular' !important;
    padding: 6px !important;
    border: solid 1px #C0C5C7;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #fff;
}

.ui-datatable .ui-datatable-scrollable-header,
.ui-datatable .ui-datatable-scrollable-footer{margin: 2px !important; margin-top: 4px !important; color: #72828B; background-color: #dae8ef; outline: none; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;}