body {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    background-color: #e9eff3;
}

label,
.alt-label,
.h5-legend.alt-label {
    display: block;
    font-size: 11px;
    font-weight: normal;
    color: #3777bc;
    margin: 0px;
}

/*h5, */
h6 {
    font-weight: 600;
}

s {
    font-style: italic;
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 0;
}

.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'],
.radio input[type='radio'],
.radio-inline input[type='radio'] {
    margin-left: -16px;
}

.radio-inline label,
label.radio-inline,
.checkbox-inline label,
label.checkbox-inline {
    font-size: 12px;
}

.radio-inline input[type='radio'],
.checkbox-inline input[type='checkbox'] {
    margin-top: 0;
}

input {
    /* float: left; */
}

textarea {
    resize: none;
}

.pr10 {
    padding-right: 10px;
}

.form-group {
    margin-bottom: 10px;
}
.form-horizontal .form-group {
    margin-right: -10px;
    margin-left: -10px;
}
.tira-margem-bottom {
    margin-bottom: 0px !important;
}

.form-group-5 {
    margin-bottom: 5px;
}
.table-bordered-force > tbody > tr > td {
    border-bottom: 2px solid #ddd !important;
}

input,
.form-control {
    border: 1px solid #ddd;
    padding: 3px 0px 1px 0px;
    height: 19px;
    font-size: 12px;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 50%,
        rgba(244, 244, 244, 1) 51%,
        rgba(244, 244, 244, 1) 96%,
        rgba(233, 233, 233, 1) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: initial;
    border-radius: 0;
}

input, select, button, .form-control /*, button:not(.btn-menu), button:not(.btn-top-menu)*/ {
    margin-top: 2px;
}

input[type='radio'],
input[type='radio'] {
    background-image: none;
}

input[type='text']:disabled,
.form-control[disabled] {
    color: #6d6f71;
    background-color: #f4f4f4;
    background-image: none;
}

kbd {
    background-color: #fff033;
    color: black;
    font-weight: bold;
}

input:focus,
.form-control:focus {
    border-color: inherit;
    outline: auto;
    outline-width: thin;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.h5-vertical-bottom {
    vertical-align: bottom;
}

.h5-vertical-bottom check,
.h5-vertical-bottom radio {
    vertical-align: bottom;
    margin: 0px;
}

.size_field_date {
    width: 96px;
}

.size_field_date_G {
    width: 124px;
}

a {
    cursor: pointer;
}

/* As modais uibModal agora sao movidas para o fim dos elementos DOM do Body, como ja sao por padrao
as modais NGX-Bootstrap. Como seus z-index tambem nao sao mais gerenciados por ng-style individual (ainda
existentes porem sobrescritos por esta definicao no css) mas sao iguais entre si (e aos das modais
NGX-Bootstrap), a sobreposicao das modais depende entao apenas da posicao do DOM que ocupam no Body,
tambem como ja feito por padrao no NGX-Bootstrap. Tudo isso implementa sobreposicao sem necessidade de
controle e intercambiavel entre modais uibModal e NGX-Bootstrap.*/
div[uib-modal-backdrop='modal-backdrop'] {
    z-index: 1040 !important; /* !important eh o unico meio de sobrescrever style direto no elemento */
}
div[uib-modal-window='modal-window'] {
    z-index: 1050 !important; /* !important eh o unico meio de sobrescrever style direto no elemento */
}

.mesma-linha {
    width: auto;
    display: inline-block;
    margin-right: 5px;
}

.estilo-tabela {
    height: 100%;
    margin-top: 5px;
}

.estilo-tabela-scroll-y {
    overflow-y: scroll;
    margin-top: 5px;
}

.tooltip .tooltip-inner {
    width: 100%;
    max-width: 80em;
    text-align: left;
}

.cursor-pointer {
    cursor: pointer !important;
}

header-coluna-tabela {
    height: 100%;
    width: 100%;
    position: absolute !important;
}

.header-coluna-normal {
    height: 100%;
    background-color: #d1e5ef;
    cursor: auto !important;
}

.borda-dupla-direita {
    border-right: 2px solid #ffffff !important;
}

.sem-borda-esq {
    border-left: 0px !important;
}

.negrito {
    font-weight: bold !important;
}

.header-coluna-ordenada {
    height: 100%;
    background-color: #f8e3c1;
    cursor: auto !important;
}

.header-coluna-texto {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.header-coluna-texto + span.glyphicon.sort-icon {
    /* reaproximando os 10px de padding-right da .header-coluna-texto (e retirar esse padding-right
    dela descentraliza o texto que estiver com text-align: center, já que tem padding-left) */
    margin-left: -10px;
}

.header-coluna-texto-checkbox {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 10px;
}

.header-coluna-filtro {
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

.header-coluna-filtro-checkbox {
    padding-top: 2px;
    padding-left: 30px;
    padding-right: 10px;
}

.esconde {
    display: none !important;
}

.mostra {
    display: block !important;
}

.text-align-center {
    text-align: center;
}

.size_field_cpf {
    max-width: 140px;
}

.size_field_rgSemDV {
    max-width: 110px;
}

.size_field_DVSequenciaRG {
    max-width: 30px;
}

/* grid */
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-sm-0_5,
.col-xs-0_5,
.col-sm-10p,
.col-xs-10p,
.col-sm-1_5,
.col-xs-1_5,
.col-sm-2_5,
.col-xs-2_5,
.col-sm-3_5,
.col-xs-3_5,
.col-sm-4_5,
.col-xs-4_5,
.col-sm-5_5,
.col-xs-5_5,
.col-sm-6_5,
.col-xs-6_5,
.col-sm-7_5,
.col-xs-7_5,
.col-sm-8_5,
.col-xs-8_5,
.col-sm-9_5,
.col-xs-9_5,
.col-sm-10_5,
.col-xs-10_5,
.col-sm-11_5,
.col-xs-11_5 {
    padding-right: 10px;
    padding-left: 10px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col-sm-0_5,
.col-xs-0_5,
.col-sm-10p,
.col-xs-10p,
.col-sm-1_5,
.col-xs-1_5,
.col-sm-2_5,
.col-xs-2_5,
.col-sm-3_5,
.col-xs-3_5,
.col-sm-4_5,
.col-xs-4_5,
.col-sm-5_5,
.col-xs-5_5,
.col-sm-6_5,
.col-xs-6_5,
.col-sm-7_5,
.col-xs-7_5,
.col-sm-8_5,
.col-xs-8_5,
.col-sm-9_5,
.col-xs-9_5,
.col-sm-10_5,
.col-xs-10_5,
.col-sm-11_5,
.col-xs-11_5 {
    position: relative;
    min-height: 1px;
    float: left;
}
.col-sm-0_5,
.col-xs-0_5 {
    width: 4.166666665%;
}
.col-sm-0_75,
.col-xs-0_75 {
    width: 6.2499999975%;
}
.col-sm-10p,
.col-xs-10p {
    width: 10%;
}
.col-sm-1_5,
.col-xs-1_5 {
    width: 12.499999995%;
}
.col-sm-2_5,
.col-xs-2_5 {
    width: 20.833333335%;
}
.col-sm-3_5,
.col-xs-3_5 {
    width: 29.166666665%;
}
.col-sm-4_5,
.col-xs-4_5 {
    width: 37.499999995%;
}
.col-sm-5_5,
.col-xs-5_5 {
    width: 45.833333335%;
}
.col-sm-6_5,
.col-xs-6_5 {
    width: 54.166666665%;
}
.col-sm-7_5,
.col-xs-7_5 {
    width: 62.499999995%;
}
.col-sm-8_5,
.col-xs-8_5 {
    width: 70.833333335%;
}
.col-sm-9_5,
.col-xs-9_5 {
    width: 79.166666665%;
}
.col-sm-10_5,
.col-xs-10_5 {
    width: 87.499999995%;
}
.col-sm-11_5,
.col-xs-11_5 {
    width: 95.833333335%;
}

/* estrutural */
.h5-panel {
    position: fixed;
    width: 100%;
    height: 100%;
}

.h5-body {
    width: 96%;
    margin: auto;
    margin-top: 7px;
    height: -moz-calc(100% - (22px + 34px));
    height: -webkit-calc(100% - (22px + 34px));
    height: calc(100% - (22px + 34px));
}

.h5-body.externo {
    height: -moz-calc(100% - (22px + 134px));
    height: -webkit-calc(100% - (22px + 134px));
    height: calc(100% - (22px + 134px));
}
.h5-body.externo.portal-produto {
    height: -moz-calc(100% - (22px + 168px));
    height: -webkit-calc(100% - (22px + 168px));
    height: calc(100% - (22px + 168px));
}
.h5-body.externo.headerCompacto {
    height: -moz-calc(100% - (22px + 55px));
    height: -webkit-calc(100% - (22px + 55px));
    height: calc(100% - (22px + 55px));
}
.h5-body.externo.headerCompacto.portal-produto {
    height: -moz-calc(100% - (22px + 55px + 34px));
    height: -webkit-calc(100% - (22px + 55px + 34px));
    height: calc(100% - (22px + 55px + 34px));
}

.h5-title {
    height: 28px;
    position: relative;
}

.h5-cont {
    background-color: #fff;
    height: -moz-calc(100% - 28px);
    height: -webkit-calc(100% - 28px);
    height: calc(100% - 28px);
    border-top: 2px solid #e3912e;
    border-bottom: 1px solid #e3912e;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.h5-cont-no-border-bottom {
    background-color: #fff;
    height: -moz-calc(100% - 28px);
    height: -webkit-calc(100% - 28px);
    height: calc(100% - 28px);
    border-top: 2px solid #e3912e;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.h5-cont-main {
    position: relative;
    overflow: auto;
    padding: 10px 20px;
    height: 100%;
    width: 100%;
}

.h5-cont-main > div {
    height: 100%;
}

.h5-foot {
    height: 34px;
}

.h5-cont-title {
    float: left;
    padding: 3px 10px;
    margin: 4px 0 0 0;
    color: #fff;
    line-height: 18px;
    position: relative;
    bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    background-color: #e3912e;
}

.h5-cont-title-2 {
    float: left;
    padding: 3px 10px;
    margin: 4px 0 0 0;
    color: #fff;
    line-height: 18px;
    position: relative;
    bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    background-color: red;
}

.h5-cont-title-link {
    float: left;
    padding: 3px 10px;
    margin: 4px 0 0 0;
    color: #337ab7;
    line-height: 18px;
    position: relative;
    bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    background-color: transparent;
}

.h5-cont-title-base-nova {
    float: left;
    padding: 3px 10px;
    margin: 4px 0 0 0;
    color: #e3912e;
    line-height: 18px;
    position: relative;
    bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    background-color: transparent;
}

.content-header {
    border-bottom: 1px solid #555;
    font-size: 24px;
    text-indent: 10px;
    color: #555;
}

.h5-log-bold-line {
    color: #000000 !important;
    font-weight: bold;
}

:not(tr).h5-log-exclude-line,
:not(tr).h5-log-exclude-line a,
tr.h5-log-exclude-line td:not(.h5-tabela-acoes),
tr.h5-log-exclude-line td:not(.h5-tabela-acoes) a,
div.ag-row.h5-log-exclude-line > div.ag-cell,
div.ag-row.h5-log-exclude-line > div > div.ag-cell-wrapper {
    color: red !important;
    text-decoration: line-through;
}

:not(tr).h5-link-nao-tachado,
:not(tr).h5-link-nao-tachado a,
tr.h5-link-nao-tachado td:not(.h5-tabela-acoes),
tr.h5-link-nao-tachado td:not(.h5-tabela-acoes) a,
div.ag-row.h5-link-nao-tachado > div.ag-cell,
div.ag-row.h5-link-nao-tachado > div > div.ag-cell-wrapper {
    color: #337ab7 !important;
    text-decoration: none !important;
}
div.h5-link-nao-tachado :hover {
    color: #337ab7 !important;
    text-decoration: underline !important;
}

div.ag-row.h5-log-exclude-line
    > div
    > div.ag-cell-wrapper
    > span.ag-selection-checkbox {
    visibility: hidden;
}

div.ag-row.h5-log-exclude-line button:not(.mostrar-sempre) {
    display: none;
}

:not(tr).h5-log-attention-line,
:not(tr).h5-log-attention-line a,
tr.h5-log-attention-line td:not(.h5-tabela-acoes),
tr.h5-log-attention-line td:not(.h5-tabela-acoes) a {
    /*, .h5-log-attention-line *:not(.h5-tabela-acoes), .h5-log-attention-line *:not(.h5-tabela-acoes) a */
    color: darkorange;
}

.h5-label-count-tabela {
    font-size: 10px;
    font-weight: bolder;
    padding-top: 9px;
    margin-bottom: -4px;
}

.h5-padding {
    /* padding para alinhar campos que estão fora do fieldset com campos que estão dentro do fieldset */
    padding: 5px 8px 7px;
}

/* menu */
.automenu {
    background-color: #c7dceb;
    height: 21px;
}

.automenu .dropdown .dropdown-menu {
    margin-top: 0px;
    background-color: #e5eef8;
    padding: 0px;
}
.dropdown-menu /**[id^="bt-menu-"]*/ {
    cursor: pointer;
}

.mouse-normal {
    cursor: pointer !important;
}

.dropdown-menu .divider {
    margin: 3px 0px;
    background-color: rgba(0, 0, 0, 0.25);
}
.dropdown-menu .divider:first-child,
.dropdown-menu .divider:last-child {
    display: none;
}

.dropdown-menu li a:focus,
.dropdown-menu li a:hover {
    background-image: none;
    background-color: transparent;
}

.dropdown-submenu {
    position: relative;
}
.dropdown-menu .dropdown-menu {
    top: -1px;
    left: 100%;
    display: none;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.automenu .dropdown:hover .dropdown-menu li.dropdown-submenu a,
.automenu .dropdown .dropdown-menu li.dropdown-submenu a {
    padding-right: 17px;
}
.dropdown-submenu > a:after {
    position: absolute;
    right: 0;
    font-family: 'Glyphicons Halflings';
    content: '\e258';
}

.automenu .dropdown > .dropdown-menu,
.dropdown-menu > .dropdown-submenu > .dropdown-menu {
    display: block;
    opacity: 0;
    /* scale 0 para que o elemento "desapareca", ja que nao ocorre transition de display nem de visibility, bem como, sem o transition, tb nao ocorre o delay */
    transform: scaleY(0);
    transition-property: opacity, transform;
    transition-duration: 0.22s, 0s;
    transition-timing-function: ease-in, linear;
    transition-delay: 0.23s, 0.41s;
}

.automenu .dropdown.open > .dropdown-menu,
.open .dropdown-menu > .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    /* scale 1 para que o elemento "apareca", ja que nao ocorre transition de display nem de visibility, bem como, sem o transition, tb nao ocorre o delay */
    transform: scaleY(1);
    transition-duration: 0.22s, 0s;
    /*transition-delay: 0.07s, 0.1s;*/
    transition-delay: 0.05s, 0s;
}

.automenu .dropdown:hover .dropdown-menu li a,
.automenu .dropdown .dropdown-menu li a {
    padding: 2px 10px;
}

.automenu .dropdown:hover .dropdown-menu li a:hover,
.automenu .dropdown:hover .dropdown-menu li:hover,
.dropdown-submenu:hover > a {
    background-color: #fff;
    background-image: none;
    color: #e28f26;
}

.automenu .dropdown {
    display: inline-block;
    float: left;
}

.dropdown-menu {
    border-radius: 0px;
    font-size: 11px;
    border: 1px solid rgb(200, 200, 200);
}

/* painel comparar registros */

.compare_flex_container {
    display: flex;
    overflow-x: auto;
    overflow-y: auto;
}

.compare_flex_child {
    display: inline-block;
    min-width: 300px;
    flex-grow: 1;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.modal-dialog.modal-lg .compare_flex_child {
    max-width: 450px;
}

/* tooltip */
.glyphicon-info-sign {
    color: #354f96;
}

.btn-global .glyphicon-info-sign {
    color: #bb5b35;
}

.h5-tooltip-forced .tooltip-inner {
    width: 400px;
}

.h5-tooltip .tooltip-inner {
    max-width: 450px;
    text-align: justify;
}

.h5-sm-tooltip-forced .tooltip-inner {
    width: 175px;
}

.h5-sm-tooltip .tooltip-inner {
    width: 200px;
    text-align: justify;
}

.h5-lg-tooltip .tooltip-inner {
    width: 370px;
    max-width: 370px;
    text-align: justify;
}

.h5-inner-tooltip {
    float: right;
    margin-left: -11px;
}

/* botoes */
.btn {
    padding: 1px 10px;
    border-radius: 0px;
    font-size: 11px;
    height: 19px;
    line-height: normal;
    position: relative; /* corrige bug do chrome de mostrar badge do atalho em posição errada. */
}

.btn[disabled] {
    border: 1px solid #bbb;
    background-color: #ddd;
    color: #bbb;
    opacity: 1;
}

.btn[disabled]:hover {
    background-color: #d4d4d4;
    color: #bbb;
}

.btn[disabled]:active {
    background-color: #d4d4d4;
    color: #bbb;
}

.btn-lg {
    padding: 10px 20px;
}

.btn-md {
    padding: 6px 15px;
}

.btn-sm {
    padding: 1px 8px;
}

.btn-xs {
    padding: 0px 4px;
}

.btn-top-menu {
    border-left-color: #e3ecf6;
    border-right-color: #818d9b;
    border-width: 0px 1px;
    text-shadow: none;
    padding: 3px 18px;
}

.btn-top-menu:hover {
    background-color: rgb(233, 241, 248);
    background-image: linear-gradient(
        to bottom,
        rgb(233, 241, 248) 0%,
        rgb(221, 233, 245) 47%,
        rgb(212, 227, 243) 50%,
        rgb(210, 225, 241) 94%,
        rgba(169, 180, 192, 0.75) 100%
    );
}

/* botao voltar */
.h5-button-voltar {
    padding: 6px 10px 6px 25px;
    display: inline;
    font-weight: bolder;
    color: #e28f26;

    margin-left: 30px;
    background-image: url('../images/voltarOff.png');
    background-repeat: no-repeat;
    background-position: center left;
    cursor: pointer;
}

.h5-button-voltar:hover {
    color: #fdb913;
    background-image: url('../images/voltarOn.png');
}

/* botao pesquisar */
.h5-btn-pesquisar {
    width: 19px;
    height: 19px;
    padding: 0;
    font-size: 14px;
}
.input-group-btn .h5-btn-pesquisar {
    margin-top: 0;
}
/*.h5-btn-pesquisar:disabled {
    background-color: #a0a0a0;
    color: white;
    border: 1px solid #858585;
}*/

/* breadcrumbs */
.portal-produto #container-bread {
    float: none;
    padding: 0px 8px 0px 0px;
}

#container-bread {
    float: right;
    padding: 0px 8px 0px 0px;
}

.breadcrumb {
    padding: 8px 20px;
    margin-bottom: 2px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    font-size: 11px;
}

.breadcrumb li a {
    color: #595959;
    cursor: pointer;
}

.breadcrumb li a:hover {
    text-decoration: none;
}

.breadcrumb li:last-child {
    color: #e28f26;
    font-weight: bold;
}

.breadcrumb li:last-child a {
    color: #e28f26;
    font-weight: bold;
}

.breadcrumb > li + li:before {
    font-weight: normal;
    padding: 0 5px;
    color: #777;
    content: '::';
}

/* Collapse e Fieldset */
.h5-field {
    padding: 5px 8px 7px;
    margin-bottom: 10px;
    border: 1px solid #cfcfcf;
    margin-top: 2px;
}

.h5-field-no-border {
    padding: 5px 8px 7px;
    margin-bottom: 10px;
    margin-top: 2px;
}

.h5-field-no-margin {
    padding: 5px 8px 7px;
    margin-bottom: 10px;
    border: 1px solid #cfcfcf;
}

.h5-legend {
    cursor: default;
    margin-right: 0px;
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 13px;
    padding: 2px 7px;
    color: #3777bc;
    border: 0px;
    width: auto;
}
.h5-legend.alt-label {
    padding-top: 11px;
    padding-bottom: 5px;
}

.h5-sanfona {
    padding: 1px 3px 1px 20px;
    background-repeat: no-repeat;
    background-position: left;
    cursor: pointer;
    font-weight: normal;
    font-size: 13px;
    color: #6d6f71;
    background-image: url(../images/maisOff.jpg);
    display: inline-block;
}

.h5-sanfona.disabled {
    background-image: url(../images/maisDesabilitado.jpg) !important;
}

.h5-san-open {
    background-image: url(../images/menosOff.jpg);
}

.collapse {
    padding: 0px 0px 10px 22px;
}

/* tabs */
.nav-tabs {
    border-bottom: 2px solid #e3912e;
}

.nav-tabs li {
    padding: 0px;
    border: 0px none transparent;
    margin: 1px 2px 0px 0px;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(0, 0, 0, 0) 51%,
        rgba(0, 0, 0, 0.01) 96%,
        rgba(0, 0, 0, 0.075) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.nav-tabs li.active {
    background-color: #e3912e;
}

.nav-tabs li.active a {
    color: #fff;
    cursor: default;
    background-color: transparent;
    border: 0px none transparent;
}

.nav-tabs li a {
    padding: 2px 10px 2px 10px;
    border: 0px none transparent;
    cursor: default;
    font-size: 13px;
    font-weight: bold;
    text-shadow: inherit;
    color: #fff;
}

.nav li a:hover {
    background-color: transparent;
}

.nav-tabs > li.active > a:hover {
    color: #fff;
    background-color: transparent;
    border: 0px none transparent;
}

.nav-tabs li:not (.active ) {
    background-color: #bababa;
}

.nav-tabs li:not (.active ):hover {
    box-shadow: 0px 0px 8px #85b2cb;
}

.font-padrao-subtitulo {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.tab-pane {
    border: 1px solid #ddd;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 11px;
    padding: 10px;
}

/* modal confirmacao */
.modal {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.modal-backdrop {
    background-color: #fff;
}

.modal-dialog {
    width: 500px;
    margin: 0;
}

.modal-content {
    border: 2px dashed #278cc8;
    padding: 6px;
    border-radius: 0px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.5);
}

.modal-content .close span {
    vertical-align: middle;
}

.modal-header {
    padding: 10px 15px;
}

.modal-body {
    font-size: 12px /*14px*/;
}

.modal-footer {
    padding: 0 0 10px;
}

.modal-footer {
    text-align: center;
}

.modal-footer,
.modal-body,
.modal-header {
    border: 0px solid;
    position: relative;
}

.modal-800 {
    width: 800px;
}

.modal-lg {
    width: 900px;
}

.modal-xl {
    width: 1320px; /*1280px;*/
}

.modal-1200 {
    width: 1200px;
}

.modal-1010 {
    width: 1010px;
}

.modal-1100 {
    width: 1100px;
}

.modal-ml {
    width: 700px;
}

.modal-mil {
    width: 400px;
}

.modal-300 {
    width: 300px;
}

.modal-mi {
    width: 200px;
}

.modal-content,
.modal-lg .modal-content,
.modal-xl .modal-content,
.modal-ml .modal-content,
.modal-mil .modal-content,
.modal-300 .modal-content,
.modal-1100 .modal-content,
.modal-mi .modal-content {
    border-width: 0px;
    padding: 0px;
}

.modal-content .table-responsive {
    overflow-y: auto;
    max-height: 400px;
}

.modal-content h4,
.modal-lg h4,
.modal-xl h4,
.modal-ml h4,
.modal-mil h4,
.modal-300 h4,
.modal-1100 h4,
.modal-mi h4 {
    padding: 0px 2px 0px 2px;
    color: #3777bc;
    font-size: 12px;
    font-weight: bold;
    line-height: 2.5em;
}

.modal-content .modal-header,
.modal-lg .modal-header,
.modal-xl .modal-header,
.modal-ml .modal-header,
.modal-mil .modal-header,
.modal-300 .modal-header,
.modal-1000 .modal-header,
.modal-mi .modal-header {
    background-color: #b8d9ef;
    height: 2.4em;
    padding: 0px 10px;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.55) 0%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(0, 0, 0, 0) 51%,
        rgba(0, 0, 0, 0.01) 99%,
        rgba(0, 0, 0, 0.15) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.modal-content .close,
.modal-lg .close,
.modal-xl .close,
.modal-ml .close,
.modal-mil .close,
.modal-300 .close,
.modal-1100 .close,
.modal-mi .close {
    right: 3px;
    top: 9px;
    width: 14px;
    height: 14px;
    text-shadow: 0px 0px 2px #f47c2e;
    color: #fff;
    background-color: #fb941e;
    font-size: 11px;
    box-sizing: content-box;
    border: 1px solid #f47c2e;
    position: relative;
    filter: alpha(opacity = 100);
    opacity: 1;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(0, 0, 0, 0) 51%,
        rgba(0, 0, 0, 0.01) 99%,
        rgba(0, 0, 0, 0.15) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.modal-content .close span,
.modal-lg .close span {
    height: 12px;
    display: block;
}

.border-8 {
    border: 8px solid transparent;
}

.margem-e-d-10 {
    margin-left: 10px;
    margin-right: 10px;
}

/* tabelas */
table {
    table-layout: fixed;
    word-wrap: break-word;
}

.table {
    border-width: 0px !important;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-bottom: 0px !important;
}

table > tbody > tr.empty-results {
    text-align: center;
}

.table-responsive-padding-menor > tbody > tr > td {
    padding: 0px 8px 2px 8px !important;
    vertical-align: middle !important;
}

.table-responsive {
    padding: 6px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.h5-table-wrapper {
    border: 1px solid #ccc;
    margin: 0 0 10px;
    padding: 6px;
}
div.h5-table-wrapper div.table-responsive {
    border: 0 none transparent;
    padding: 0;
    margin: 0;
}
/*hack para desfazer hack (zoado, eu sei) das tabelas que (nelas tá o hack original, que adiciona 1px aos lados) só existem para exibir "Aguardando Pesquisa" e "Nenhum Registro Encontrado".
TODO: remover ao implantar a diretiva de automatizar essas coisas da tabela*/
div.table-responsive > table.table-responsive + div[style='padding: 0px 1px;'],
div.table-responsive
    > table.table-responsive
    + div[style='padding: 0px 1px;']
    + div[style='padding: 0px 1px;'] {
    padding: 0 !important;
}
/*FIM - hack para desfazer hack (zoado, eu sei) das tabelas que (nelas tá o hack original, que adiciona 1px aos lados) só existem para exibir "Aguardando Pesquisa" e "Nenhum Registro Encontrado".
TODO: remover ao implantar a diretiva de automatizar essas coisas da tabela*/
/*mantendo margem das rows com padding da .h5-table-wrapper ou .table-responsive*/
div.h5-table-wrapper > div.row,
div.table-responsive > div.row {
    margin: 4px -8px -6px;
}
div.h5-table-wrapper div.table-responsive + div.row {
    /*margin-top: 4px;*/
}
div.h5-table-wrapper > div.row:first-child,
div.table-responsive > div.row:first-child {
    margin-bottom: 3px;
    margin-top: -2px;
}
div.h5-table-wrapper > div.row .h5-label-count-tabela {
    padding-top: 0px;
    margin-bottom: 0px;
}
/* controles da tabela */
.h5-table-wrapper > div.row:first-child > div > h5-hide-col-control,
.h5-table-wrapper > div.row:first-child > div > .h5-export-button,
.h5-table-wrapper > div.row:first-child > div > .h5-info-button,
.h5-table-wrapper > div.row:first-child > div > button.btn-incluir {
    float: left;
    margin-top: -1px;
    margin-left: 0;
    margin-right: 12px;
}
:not(.h5-table-wrapper) h5-hide-col-control {
    float: left;
}
div.h5-table-wrapper > div.row:first-child h5-hide-col-control button,
div.table-responsive > div.row:first-child h5-hide-col-control button {
    margin-top: 0;
}
/*Todos os elementos filhos imediatos da 1a linha que deve vir antes da tabela ficam espacados automaticamente entre eles com o abaixo por padrao */
div.h5-table-wrapper
    > div.row:first-child
    > div.text-right
    > *:not(:first-child):not(.btn-incluir):not(h5-hide-col-control):not(
        .h5-export-button
    ):not(.h5-info-button) {
    margin-left: 15px;
}
div.h5-table-wrapper > div.row .checkbox-inline,
div.table-responsive > div.row .checkbox-inline {
    font-size: 11px;
    vertical-align: inherit;
}
div.h5-table-wrapper > div.row:first-child input,
div.h5-table-wrapper > div.row:first-child select,
div.h5-table-wrapper > div.row:first-child button,
div.table-responsive > div.row:first-child input,
div.table-responsive > div.row:first-child select,
div.table-responsive > div.row:first-child button {
    margin-top: -2px;
}

.table > caption + thead > tr > th,
.table > colgroup + thead > tr > th,
.table > thead:first-child > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > td {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-bottom: 0px solid #ffffff;
    border-top: 0px solid #ffffff;
    font-size: 11px;
}
.table > caption + thead > tr > th:first-child,
.table > colgroup + thead > tr > th:first-child,
.table > thead:first-child > tr > th:first-child,
.table > tbody > tr > td:first-child,
.table > tfoot > tr > td:first-child,
.table > thead > tr > td:first-child {
    border-left: 0 none transparent;
}
.table > caption + thead > tr > th:last-child,
.table > colgroup + thead > tr > th:last-child,
.table > thead:first-child > tr > th:last-child,
.table > tbody > tr > td:last-child,
.table > tfoot > tr > td:last-child,
.table > thead > tr > td:last-child {
    border-right: 0 none transparent;
}

.table th,
.table > caption + thead > tr > th,
.table > colgroup + thead > tr > th,
.table > thead:first-child > tr > th {
    background-color: #d1e5ef;
    color: #5977c6;
    border-bottom: 2px solid #e29739;
    font-weight: bold;
}

.table > caption + thead > tr > th.ordem,
.table > colgroup + thead > tr > th.ordem,
.table > thead:first-child > tr > th.ordem {
    background-color: #f8e3c1;
}
.table th:not(.ordem) > .sort-icon {
    display: none;
}

.table tfoot td,
.table > tfoot > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #e29739;
    border-bottom: 1px solid #e29739;
    color: #e29739;
    font-weight: bolder;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ececec;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f5f5f5;
}

.table-hover tbody tr:hover {
    background-color: #e4e4e4;
}

h5-table-size,
.h5-table-size {
    margin: -2px 0px 5px;
}

/* células com sua posição fixa na tabela, para fazer coluna fixa */
table th.fixoEsquerda,
table td.fixoEsquerda {
    position: sticky;
    left: 0px;
}
.modal-body table th.fixoEsquerda,
.modal-body table td.fixoEsquerda {
    left: 0px;
}
.table-striped > tbody > tr:nth-of-type(odd) td.fixoEsquerda {
    background-color: #ececec;
}
.table-striped > tbody > tr:nth-of-type(even) td.fixoEsquerda {
    background-color: #f5f5f5;
}
.table-hover tbody tr:hover td.fixoEsquerda {
    background-color: #e4e4e4;
}

table th.fixoDireita,
table td.fixoDireita {
    position: sticky;
    right: -5px;
    box-shadow: -3px 2px 4px rgba(0, 0, 0, 0.185);
}
.modal-body table th.fixoDireita,
.modal-body table td.fixoDireita {
    right: -6px;
}
.table-striped > tbody > tr:nth-of-type(odd) td.fixoDireita {
    background-color: #ececec;
}
.table-striped > tbody > tr:nth-of-type(even) td.fixoDireita {
    background-color: #f5f5f5;
}
.table-hover tbody tr:hover td.fixoDireita {
    background-color: #e4e4e4;
}
/* hack para refazer bordas da celula fixa, que fica sem borda por causa do border-collapse: collapse das tabelas */
/* baseado em https://stackoverflow.com/a/50362396 */
table th.fixoEsquerda:before th.fixoDireita:before,
table th.fixoEsquerda:after th.fixoDireita:after,
table td.fixoEsquerda:before td.fixoDireita:before,
table td.fixoEsquerda:after td.fixoDireita:after {
    content: '';
    position: absolute;
    box-sizing: content-box;
}

table th.fixoEsquerda:before,
table td.fixoEsquerda:before {
    right: +2px;
    top: 0;
    border-left: 2px solid white;
    height: calc(100% + 2px);
}

table th.fixoDireita:before,
table td.fixoDireita:before {
    left: -2px;
    top: 0;
    border-left: 2px solid white;
    height: calc(100% + 2px);
}

table th.fixoEsquerda:after th.fixoDireita:after,
table td.fixoEsquerda:after td.fixoDireita:after {
    bottom: -2px;
    left: 0;
    border-bottom: 2px solid #e29739;
    width: 100%;
}

/* controle das colunas */
.h5-hide-col-control label {
    padding: 0px 5px 0px 5px;
    vertical-align: middle;
    line-height: 22px;
}
.h5-hide-col-control input {
    margin: 0px 0px 2px 0px;
    vertical-align: middle;
}

/* exportação de tabela */
.h5-export-button {
    font-size: 10px;
    font-weight: bolder;
}

/* hint de tabela */
.h5-info-button {
    opacity: 0.9;
    font-size: 13px;
    background-image: none;
    background-color: #efefef;
    cursor: help;
}
.h5-info-button:not(:hover) > span.glyphicon-info-sign {
    color: #4e68ac;
}
.h5-info-button:hover,
.h5-info-button:active,
.h5-info-button:active:hover {
    opacity: 1;
    background-color: #efefef;
    box-shadow: none;
    border-color: #ccc;
}

/* paginacao */
.pagination {
    margin: 0px;
}

.pagination li a,
.pagination li span {
    border: 0px solid black;
    border-top: 2px solid #d4cfc7;
    padding: 1px 10px 2px;
    width: 35px;
    text-align: center;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    line-height: 1.42857143; /*igual ao .pagination padrao bootstrap*/
}

.pagination .active a {
    color: #e28f26;
    cursor: default;
    background-color: #fff;
    border-color: #fff;
    border-top-color: #e28f26;
    width: 35px;
    text-align: center;
}

.pagination .pagination-first a,
.pagination .pagination-prev a,
.pagination .pagination-next a,
.pagination .pagination-last a {
    border-top: 0px solid black;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    width: 35px;
    text-align: center;
}

.pagination .pagination-first a {
    background-image: url(../images/setaPrimeiraPagEsqOn.png);
}

.pagination .pagination-prev a {
    background-image: url(../images/setaPagEsqOn.png);
}

.pagination .pagination-next a {
    background-image: url(../images/setaPagDirOn.png);
}

.pagination .pagination-last a {
    background-image: url(../images/setaUltimaPagDirOn.png);
}

.pagination .pagination-first.disabled a {
    background-image: url(../images/setaPrimeiraPagEsqOff.png);
}

.pagination .pagination-prev.disabled a {
    background-image: url(../images/setaPagEsqOff.png);
}

.pagination .pagination-next.disabled a {
    background-image: url(../images/setaPagDirOff.png);
}

.pagination .pagination-last.disabled a {
    background-image: url(../images/setaUltimaPagDirOff.png);
}

.pagination li a:hover {
    color: #5977c6;
    border-top-color: #5977c6;
}

.pagination .active a:hover {
    color: #e28f26;
    border-top-color: #e28f26;
    background-color: transparent;
}

.pagination .pagination-first a:hover {
    background-color: transparent;
    color: transparent;
}

.pagination .pagination-prev a:hover {
    background-color: transparent;
    color: transparent;
}

.pagination .pagination-next a:hover {
    background-color: transparent;
    color: transparent;
}

.pagination .pagination-last a:hover {
    background-color: transparent;
    color: transparent;
}

/*preserva espacos e quebras de linhas mas tambem faz quebras de linhas automaticas para conteudo caber onde estah contido*/
.pre-wrap {
    white-space: pre-wrap;
}

/*nao preserva espacos, apenas quebras de linhas, e tambem faz quebras de linhas automaticas para conteudo caber onde estah contido*/
.pre-line {
    white-space: pre-line;
}

.spaced-top10 {
    margin-top: 10px;
}

.spaced-top15 {
    margin-top: 15px;
}

.spaced-right10 {
    margin-right: 10px;
}

.spaced-top48 {
    margin-top: 48px;
}

.spaced-bottom-1em {
    margin-bottom: 1em;
}

/* botao ajuda */
.h5-botao-ajuda {
    background-color: transparent;
    border: 0px solid black;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../images/ajudaOff.png);
}

.h5-botao-ajuda:hover {
    background-image: url(../images/ajudaOn.png);
}

.popover.h5-helper {
    border-radius: 0px;
    padding: 0px;
    max-width: 350px;
}

.h5-helper .popover-content {
    padding: 0px;
}

.popover.h5-helper {
    width: 330px;
}

.popover.h5-helper .close {
    right: 5px;
    top: 4px;
    width: 10px;
    height: 10px;
    text-shadow: 0px 0px 1px #f47c2e;
    color: #fff;
    background-color: #fb941e;
    font-size: 9px;
    box-sizing: content-box;
    border: 1px solid #f47c2e;
    position: relative;
    filter: alpha(opacity = 100);
    opacity: 1;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(0, 0, 0, 0) 51%,
        rgba(0, 0, 0, 0.01) 99%,
        rgba(0, 0, 0, 0.15) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.h5-helper .h5-helper-titulo {
    background-color: #fff1e1;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(0, 0, 0, 0) 51%,
        rgba(0, 0, 0, 0.01) 96%,
        rgba(0, 0, 0, 0.075) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #f58220;
    outline-color: #f58220;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    margin: 0px;
    text-transform: uppercase;
}

.h5-helper .popover-content {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #6d6f71;
    line-height: 1em;
    text-align: left;
}

.h5-helper .popover-title {
    background-color: transparent;
    border-width: 0px;
    padding: 0px;
}

.h5-helper-body {
    padding: 20px;
    max-height: 320px;
    overflow: auto;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 240, 215, 1) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.h5-helper-body h2 {
    color: #3777bc;
    outline-color: #3777bc;
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin: 0px 0px 10px 0px;
}

.h5-helper-body p {
    margin: 0px;
}

/* datepicker / calendario */
.input-group.date {
    width: 120px;
}

.input-group.date .input-group-addon {
    height: 19px;
    width: 19px;
    border-width: 0px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icons/calendario.png);
}

/*.input-group-btn {
    display: inline-block;
}*/
.datepicker.datepicker-dropdown {
    border-radius: 0px;
    padding: 0px;
}

.datepicker.datepicker-dropdown::after,
.datepicker.datepicker-dropdown::before {
    content: none;
}

.datepicker.datepicker-dropdown .datepicker-switch,
.datepicker.datepicker-dropdown .prev,
.datepicker.datepicker-dropdown .next {
    background-color: #b8d9ef;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.55) 0%,
        rgba(255, 255, 255, 0.45) 50%,
        rgba(0, 0, 0, 0) 51%,
        rgba(0, 0, 0, 0.01) 96%,
        rgba(0, 0, 0, 0.15) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #3777bc;
    font-weight: normal;
    font-size: 14px;
}

.datepicker.datepicker-dropdown th,
.datepicker.datepicker-dropdown td {
    border-radius: 0px;
    border-left: 3px solid white;
    border-right: 3px solid white;
}

.datepicker.datepicker-dropdown th:first-child,
.datepicker.datepicker-dropdown td:first-child {
    border-left-width: 0px;
}

.datepicker.datepicker-dropdown th:last-child,
.datepicker.datepicker-dropdown td:last-child {
    border-right-width: 0px;
}

.datepicker.datepicker-dropdown th.cw,
.datepicker.datepicker-dropdown th.dow {
    background-color: #eaf0f8;
    font-weight: normal;
}

.datepicker.datepicker-dropdown .dow:nth-child(2),
.datepicker.datepicker-dropdown .dow:last-child {
    color: #ff7800;
}

.datepicker.datepicker-dropdown td.cw {
    background-image: linear-gradient(
        to bottom,
        rgba(254, 254, 254, 1) 0%,
        rgba(245, 245, 245, 1) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.datepicker.datepicker-dropdown .today,
.datepicker.datepicker-dropdown .active {
    border-color: white !important;
}

.datepicker.datepicker-dropdown .highlighted {
    color: #ff7800;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 250, 245, 1) 0%,
        rgba(255, 235, 218, 1) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-color: white;
}

.datepicker.datepicker-dropdown table tr td.highlighted:hover {
    border-color: white;
}

.datepicker.datepicker-dropdown .highlighted.new,
.datepicker.datepicker-dropdown .highlighted.old {
    color: #999999;
}

.datepicker.datepicker-dropdown .today,
.datepicker.datepicker-dropdown .clear {
    background-color: #eaf0f8;
}

/* forms */
.form-control-static {
    border: 1px solid #ddd;
    min-height: 19px;
    line-height: 1em;
    color: #6d6f71;
    margin: 2px 0px 0px 0px;
    padding: 3px 0px 1px 0px;
    background-color: #eaeaea;
    /*background-image: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%, rgba(244,244,244,1) 51%, rgba(244,244,244,1) 96%, rgba(233,233,233,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    font-size: 12px;
}

textarea.form-control-static {
    display: block;
    width: 100%;
    line-height: 1.42857143em;
}

.form-control-static-2 {
    border: 1px solid #ddd;
    min-height: 19px;
    line-height: 1em;
    color: #6d6f71;
    margin: 2px 0px;
    padding: 3px 0px 1px 0px;
    background-color: #eaeaea;
    font-size: 12px;
    margin-bottom: 10px;
}

.help-block {
    margin: 0px;
}

.panel-footer {
    padding: 1px 5px;
}

.scroll-auto {
    overflow: auto;
}

@keyframes fade-load {
    from {
        opacity: 0;
    }
}
/* modal loading */
.h5-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: black;
    opacity: 0.2;
    animation: fade-load 0.25s ease 0s;
}

.h5-spinner {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -32px;
    margin-top: -32px;
    display: block;
    z-index: 2001;
    opacity: 1;
    animation: fade-load 0.25s ease 0s;
}

.imagem-carregando {
    position: relative;
    align-content: baseline;
    height: 164px;
    display: block;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    animation: fade-load 0.25s ease 0s;
}

/* botao expandir todos */
.h5-botao-expandir {
    color: #f58220;
    background-image: url(../images/maisOff.jpg);
    background-repeat: no-repeat;
    background-position: 0 2px;
    font-weight: bold;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    line-height: 15px;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 12px;
    margin-top: 10px;
}

.h5-botao-expandir:hover {
    background-image: url(../images/maisOn.jpg);
    text-decoration: underline;
}

.h5-botao-ocultar {
    color: #3777bc;
    background-image: url(../images/menosOff.jpg);
    background-repeat: no-repeat;
    background-position: 0 2px;
    font-weight: bold;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    line-height: 15px;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 12px;
    margin-top: 10px;
}

.h5-botao-ocultar:hover {
    background-image: url(../images/menosOn.jpg);
    text-decoration: underline;
}

/* cores e efeitos */
.text-danger {
    color: #bc3737;
}

.text-success,
div.ag-row.text-success > div.ag-cell,
div.ag-row.text-success > div > div.ag-cell-wrapper {
    color: #3c763d !important;
}

.text-green,
.text-green a {
    color: #32cd32 !important;
}

.text-black {
    color: #000000;
}

.text-gray {
    color: #333;
}

.text-lightgray {
    color: rgb(132, 132, 132);
}

.text-white {
    color: #ffffff;
}

.text-bold {
    font-weight: bold;
}

.text-green {
    color: #32cd32;
}

.no-text-decoration {
    text-decoration: none !important;
}

.btn-menu {
    color: #005da4;
    background-color: #b0cfee;
}

.btn-menu:hover {
    background-color: #d4e3f3;
}

.btn-global,
.btn-laranja {
    color: #ffffff;
    border: 1px solid #ff873f;
    background-color: #f7941e;
}

.btn-global:hover,
.btn-global:focus,
.btn-laranja:hover,
.btn-laranja:focus {
    color: #ffffff;
    background-color: #faa61a;
}

.btn-local {
    color: #ffffff;
    border: 1px solid #0081cf;
    background-color: #5da9dd;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus {
    color: #ffffff;
    border: 1px solid #0081cf;
    background-color: #5da9dd;
}

.btn-local:hover,
.btn-local:focus {
    color: #ffffff;
    background-color: #92c5ea;
}

.alert-sucesso {
    color: #3778be;
    background-color: #e0ebf8;
    border-color: #3777bc;
}

.alert-aviso {
    color: #e2902d;
    background-color: #feebd4;
    border-color: #e28f26;
}

.bg-glass {
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(0, 0, 0, 0) 51%,
        rgba(0, 0, 0, 0.01) 96%,
        rgba(0, 0, 0, 0.075) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-glass:active {
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(0, 0, 0, 0) 51%,
        rgba(0, 0, 0, 0.01) 96%,
        rgba(0, 0, 0, 0.075) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* tags input */
tags-input[disabled] .tags li {
    padding: 0px 16px 0px 12px;
}

tags-input[disabled] .tags .tag-item .remove-button {
    cursor: default;
    display: none;
}

tags-input[disabled] input {
    display: none;
}

/* Tamanho das imagens no modal*/
.image-modal-anexo {
    max-width: 500px;
    max-height: 500px;
}

.image-modal-visualizar {
    max-width: 380px;
    max-height: 225px;
}

/* atalhos */
.h5-atalho-hint {
    position: absolute !important;
    font-size: 8px !important;
    box-shadow: 1px 1px 4px black !important;
    color: #222 !important;
    background-color: #fff033 !important;
    display: none;
    z-index: 10;
    line-height: 8px !important;
    padding: 4px 8px !important;
    /* filter: alpha(opacity=80); */
    /* opacity: 0.8; */
    border-radius: 10px !important;
}

.atalho-teclado {
    text-decoration: underline;
}

/* aba titulo especial */
.h5-area-bolinha-status {
    width: 16px;
    height: 16px;
    margin-left: 6px;
    vertical-align: text-bottom;
    display: inline-block;
    background-repeat: no-repeat;
}

/* INICIO IMAGEM CNPJ TEMPORÁRIO - SE TORNARÁ DINÂMICO MAIS TARDE */

.image-entidade {
    width: 95px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/imgEntidade.png);
}

.image-matriz {
    width: 95px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/imgMatriz.png);
}

.image-filial {
    width: 95px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/imgFilial.png);
}

/* FIM IMAGEM CNPJ TEMPORÁRIO - SE TORNARÁ DINÂMICO MAIS TARDE */

.h5-bolinha-verde {
    background-image: url(../images/bolinhaVerde.png);
}

.h5-bolinha-cinza {
    background-image: url(../images/bolinhaCinza.png);
}

.h5-bolinha-vermelha {
    background-image: url(../images/bolinhaVermelha.png);
}

.h5-bolinha-azul {
    background-image: url(../images/bolinhaAzul.png);
}

.h5-bolinha-amarela {
    background-image: url(../images/bolinhaAmarela.png);
}

.h5-bolinha-roxa {
    background-image: url(../images/bolinhaRoxa.png);
}

.h5-bolinha-branca {
    background-image: url(../images/bolinhaBranca.png);
}

.h5-bolinha-laranja {
    background-image: url(../images/bolinhaLaranja.png);
}

.h5-bolinha-preta {
    background-image: url(../images/bolinhaPreta.png);
}

.h5-area-bolinha-notas {
    box-shadow: 1px 1px 2px #aaaaaa;
    text-shadow: 1px 1px #666;
    margin-left: 5px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    display: inline-block;
    text-align: center;
    padding: 4px;
    color: white;
    font-weight: bolder;
    font-size: 12px;
}

/* tamanho dos inputs */
.input-mini {
    width: 3em;
} /* até três casas decimais. ex: digito verificador */
.input-small {
    width: 8em;
} /* até 11 casas. ex: data */
.input-medium {
    width: 14em;
} /* até 22 casas. ex: cpf/cnpj */
.input-big {
    width: 28em;
} /* textos longos. ex: nome simplificado  */
.input-huge {
    width: 50em;
} /* grandes textos. ex: nome completo  */
.input-full {
    width: 100%;
} /* toda a linha */

/* campos tipo numerico */
input.input-number/*, input[type=number]*/ {
    text-align: right;
}

.label-comparar {
    text-align: right;
    margin: 3px 0 0;
    font-weight: normal;
    font-size: 13px;
    color: #3777bc;
}

.indentar {
    padding-left: 30px;
}

.has-feedback .form-control {
    padding-right: 25px;
}

.has-loading label,
.has-loading .form-control-feedback {
    color: #3777bc;
}

.has-loading .form-control,
.has-loading .form-control[disabled] {
    /*  border-color: #3777bc; */
    /*   box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
    cursor: wait;
    background-image: url('../images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center right;
}

.has-loading select.form-control,
.has-loading select.form-control[disabled],
.has-warning select.form-control,
.has-warning select.form-control[disabled] {
    background-position-x: calc(100% - 21px);
}

.fundo-identidade-nova {
    background-color: lightgray;
}

gallery {
}

div.gallery {
    margin-left: 14px;
    margin-right: 14px;
    margin-top: 6px;
    margin-bottom: 6px;
    border: 1px solid #ddd;
    height: 180px;
    width: 180px;
}

div.gallery:hover {
    outline: 2px solid #ddd;
}

div.gallery img:hover {
    cursor: zoom-in;
}

div.gallery img {
    height: 139px;
    margin-left: auto;
    margin-right: auto;
}

a href.gallery {
    display: block;
    font-size: 11px;
    font-weight: normal;
    color: #3777bc;
    margin: 0px;
}

table-responsive-gallery {
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
}

/* texto que acompanha um input text */
.input-group-txt {
    vertical-align: bottom;
    display: table-cell;
    padding-left: 4px;
}

.opcao-modal-pdf {
    padding: 2px 12px 2px 30px;
}

.atalho-hint {
    position: absolute !important;
    font-size: 8px !important;
    box-shadow: 1px 1px 4px black !important;
    color: #222 !important;
    background-color: #fff033 !important;
    z-index: 10;
    line-height: 8px !important;
    padding: 4px 8px !important;
    border-radius: 10px !important;
    margin-left: -1em;
}

.pagination .atalho-hint {
    margin-top: -2em;
    border-top: none;
}

.fundolaranja {
    background-color: orange;
}

.link-vermelho a {
    color: red !important;
}

.fonte-vermelha {
    color: red !important;
}

.section-plus {
    height: 10px !important;
    width: 10px !important;
    padding: 1px 3px 1px 5px !important;
}

.campo-obrigatorio:after {
    color: red !important;
    content: ' *';
}

.h5-alert-icon {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    border-width: 1px;
    border-style: solid;
    margin-left: -36px;
    float: left;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(0, 0, 0, 0) 51%,
        rgba(0, 0, 0, 0.01) 99%,
        rgba(0, 0, 0, 0.15) 100%
    );
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    display: block;
}
.home-panel {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #0353a5;
    height: -moz-calc(100% - 90px);
    height: -webkit-calc(100% - 90px);
    height: calc(100% - 90px);
    width: 100%;
    display: flex;
    justify-content: center;
}
.home-panel > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-portal-produto .wrapper-logo {
    width: 350px;
}

.home-portal-produto .popover {
    position: static;
    max-width: 340px;
    display: flex;
}

.home-portal-produto .popover-body {
    padding: 12px;
}

.home-portal-produto .popover .arrow {
    position: relative;
    margin-top: 120px;
}

.home-portal-produto .popover .arrow:after {
    position: relative;
    bottom: 10px;
}

.word-break-all {
    white-space: pre-line;
}

.no-inline-star {
    padding-inline-start: 0px;
}

.text-in-span {
    color: #3777bc;
    font-weight: bold;
}
