/*#FF8200*/
html {
    min-height: 100%;
    position: relative;
}

body {
    margin-bottom: 70px;
    height: 100%;
    font-size: 15px;
}

a.btn-submit {
    background-color: rgba(86,61,124,.2) !important;
    border: 0px;
    color: #000 !important;
}

.container-fluid {
    height: 100%;
}

.navbar-brand {
    background: url(../Images/b2e-logo-white-new.png) center no-repeat;
    text-indent: -8000px;
    margin: 0 auto;
    background-size: 140px;
    width: 175px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #4e86a8;
    background-color: #e0e0e0;
}

.dropdown-menu > li > a {
    color: #4e86a8;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #fff;
    color: #4e86a8;
}


.panel-primary {
    border-color: #f5f5f5;
}

.btn-primary {
    background: #555;
    border-color: #555;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus {
        background: #000;
        border-color: #000;
    }

a {
    color: #4E86A8;
}

.navbar-inverse {
    background-color: #4E86A8;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }

.nav-sidebar > li:hover {
    background: #000;
}

li.sub-categoria:hover {
    text-decoration: none;
    background-color: #eee;
    color: #428bca;
}

li.sub-categoria > a:hover {
    text-decoration: none;
}

/* Accordion */
.accordion {
    margin-bottom: 20px;
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion-heading {
    border-bottom: 0;
}

    .accordion-heading .accordion-toggle {
        display: block;
        padding: 8px 15px;
    }

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

/* PAGINACAO */
.pagination {
    height: 40px;
    margin: 20px 0;
}

    .pagination ul {
        display: inline-block;
        *display: inline;
        margin-bottom: 0;
        margin-left: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        *zoom: 1;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .pagination li {
        display: inline;
    }

    .pagination a,
    .pagination span {
        float: left;
        padding: 0 14px;
        line-height: 38px;
        text-decoration: none;
        background-color: #ffffff;
        border: 1px solid #dddddd;
        border-left-width: 0;
    }

        .pagination a:hover,
        .pagination .active a,
        .pagination .active span {
            background-color: #f5f5f5;
        }

    .pagination .active a,
    .pagination .active span {
        color: #999999;
        cursor: default;
    }

    .pagination .disabled span,
    .pagination .disabled a,
    .pagination .disabled a:hover {
        color: #999999;
        cursor: default;
        background-color: transparent;
    }

    .pagination li:first-child a,
    .pagination li:first-child span {
        border-left-width: 1px;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .pagination li:last-child a,
    .pagination li:last-child span {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

.pagination-centered {
    text-align: center;
    display: table;
    width: 100%;
}

.pagination-right {
    text-align: right;
    display: table;
    width: 100%;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    display: none;
}

@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #ececec;
        border-right: 1px solid #ececec;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}

.nav-sub-categoria {
    margin-left: 0px;
    padding-left: 0px;
}

    .nav-sub-categoria li {
        list-style: none;
        display: flex;
    }

        .nav-sidebar > li > a, .nav-sub-categoria li > a {
            padding: 10px;
            padding-right: 20px;
            padding-left: 20px;
            font-size: 14px;
            font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        }

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    font-weight: bold;
    background-color: #dfdfdf;
}

.sidebar a {
    color: #000;
}

    .sidebar a:hover {
        color: #428bca;
    }

/*
 * Main content
 */

.main {
    padding: 20px;
}

@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
        top: 51px;
    }
}

.main .page-header {
    margin-top: 0;
}


.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.navbar-fixed-top {
    border: 0;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    text-transform: capitalize;
}

.minusculo {
    text-transform: lowercase !important;
}

.side {
    float: left;
    /*width: 49.5%;*/
    min-height: 50px;
}

    .side.left {
        width: 37%;
        background-color: #F8F8F8;
        padding: 20px;
        margin-right: 1%;
        border-radius: 10px;
    }

    .side.right {
        width: 62%;
    }

.full {
    width: 100%;
}

.content-navtab {
    padding: 15px;
}

.alerta p {
    padding-left: 10px;
}

.alerta .categoria {
    font-weight: bold;
    padding-left: 0;
}

.alerta-status {
    float: right;
    text-indent: -8000px;
    background: #000;
    width: 15px;
    border-radius: 15px;
    height: 15px;
    margin-top: 3px;
    cursor: help;
}

.alerta-explicacao {
    float: right;
    margin-right: 30px;
    font-weight: bold;
    cursor: pointer;
}

.ok {
    background: green;
}

.nao-ok {
    background: red;
}

.nao-executada {
    background: #ccc;
}

.silent-nao-ok {
    background: linear-gradient(to left, #000 50%, red 50%);
}

.silent-ok {
    background: linear-gradient(to left, #000 50%, green 50%);
}

.striped p:nth-child(even) {
    background: #f5f5f5;
}

.content-navtab p {
    margin: 0;
    padding: 5px;
}

.label-for p {
    display: table;
    float: left;
    padding-right: 15px;
    min-height: 48px;
}

    .label-for p label {
        font-size: x-small;
        display: block;
        margin-bottom: 0px;
        text-transform: capitalize;
    }

.fp {
    float: right;
    font-weight: bold;
    text-align: center;
    width: 15px;
    cursor: help;
}

.freePass {
    /*width: 49.5%;
    float: left;
    margin-left: 0.5%;*/
    margin-bottom: 15px;
}

td {
    text-transform: uppercase !important;
}

.margin-bottom {
    margin-bottom: 15px;
}

.freePass span.data {
    font-size: 11px;
}

.label-for hr {
    margin: 20px 0px;
    width: 100%;
    display: table;
    float: left;
}

textarea#checagem-parecer, textarea#checagem {
    width: 100%;
    height: 150px;
}

.label-for h2, .side h2 {
    font-size: 18px;
    float: left;
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
}

.btn-right-content {
    display: table;
    width: 100%;
    text-align: right;
}

.vinculo {
    font-weight: bold;
}

.dado-antigo {
    cursor: pointer;
}

a.dado-antigo {
    font-size: x-small;
    display: block;
    line-height: 1.42857143;
}

select#telas, select#filas {
    height: 400px;
}

/* PAGINAÇÃO */
ul.paginacao {
    list-style: none;
    margin: 0 auto;
    display: table;
}

    ul.paginacao li {
        display: inline;
        padding: 0px 5px;
    }

        ul.paginacao li a.pagina-ativa {
            text-decoration: none;
            font-size: 11px;
            font-weight: normal;
        }

    ul.paginacao a {
        color: #428bca;
        font-weight: bold;
    }

select#filas option {
    margin-left: 10px;
}

    select#filas option.categoria {
        margin-left: 0px;
        font-weight: bold !important;
    }


li.dropdown-header:hover {
    background-color: transparent;
}

li.dropdown-header {
    padding: 3px 10px !important;
}

.endereco, .trecho, .informacao-agrupada {
    float: left;
}

.filtro {
    float: left;
    width: 100%;
}

    .filtro div.data {
        float: left;
        width: 150px;
    }

    .filtro span.data {
        float: left;
        width: 25px;
        text-align: center;
        height: 34px;
        line-height: 34px;
    }

    .filtro div.date-group {
        display: table;
    }

span.fila {
    font-size: 11px;
}

span.fila-alerta {
    color: red;
}

.th-fila {
    padding: 5px !important;
}

.td-fila a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
    display: block;
}


.td-fila {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.ordenacao {
    float: left;
    overflow: hidden;
    width: 10px;
    height: 19px;
    margin-right: 3px;
}

    span.ordenacao span {
        height: 8px;
        width: 10px;
        background-size: 20px !important;
        float: left;
        cursor: pointer;
    }

        span.ordenacao span.desc {
            background: url('../Images/tablesorter.jpg') right no-repeat;
            float: right;
            margin-right: 1px;
        }

        span.ordenacao span.asc {
            background: url('../Images/tablesorter.jpg') left no-repeat;
            margin-bottom: 3px;
        }

a.navbar-brand-custom img {
    height: 40px;
    margin-top: 5px;
    margin-left: 17px;
}

.footer {
    height: 50px;
    background-color: #cdcdcd;
    display: block;
    margin-top: 20px;
    padding: 5px;
    width: 100%;
    /*margin-bottom: -10px;*/
    /*background-color: #f5f5f5;*/
    bottom: 0;
    /*height: 60px;*/
    position: absolute;
}

.footer-fixo {
    bottom: 0;
    position: absolute;
    margin-bottom: 0px;
}

.footer span {
    display: table;
    margin: 0 auto;
    overflow: hidden;
}

    .footer span label {
        float: left;
    }

.footer-brand {
    background: url(../Images/b2e-logo-white-new.png) center no-repeat;
    text-indent: -8000px;
    margin: 0 auto;
    cursor: pointer;
    background-size: 70px;
    float: left;
    height: 40px;
    font-size: 18px;
    line-height: 20px;
    width: 75px;
    display: table;
}

    .footer-brand:hover {
        color: transparent;
    }

.footer .text-muted {
    text-align: right;
    line-height: 40px;
    display: table;
    margin: 0 auto;
    color: #ffffff;
}

.container-fluid .row {
    margin-bottom: 20px;
}

.botoes-parecer {
    float: right;
    margin-left: 5px;
}

legend {
    text-transform: none;
}

.alinhar-direita {
    float: right;
}

#bureau .agrupado {
    display: block;
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    width: 100%;
}

#bureau .noborder {
    border: 0px !important;
}

#bureau fieldset {
    float: left;
    margin-top: 10px;
    width: 100%;
}

    #bureau fieldset legend, #bureau h3 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 0px;
    }

#bureau h3 {
    border-bottom: 1px solid #e5e5e5;
}

#bureau div#accordion {
    float: left;
    width: 100%;
}

#bureau input {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

    #bureau input.active, #extrato input.active {
        background-color: #5bc0de;
        border-color: #46b8da;
        color: #fff;
    }

div#bureau {
    overflow: hidden;
}

#bureau .bureau {
    display: block;
    width: 100%;
    float: left;
}

.btn-info {
    color: #FFF !important;
}

#historico-parecer {
    margin-top: 15px;
    float: left;
}

#bureau input.active, .btn-info {
    background-color: #4C759C;
    border-color: #4C759C;
    text-transform: capitalize;
}

ul.tracking {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    ul.tracking > li {
        float: none !important;
        padding-bottom: 30px;
        display: block;
        overflow: hidden;
        width: 100%;
        background: url(../Images/traking-vertical.png) repeat-y;
        background-position-x: 16px;
        background-position: 16px;
        background-size: 1px;
        color: #666;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    }

        ul.tracking > li.ultimo {
            padding-bottom: 0px;
        }

    ul.tracking li .green {
        color: #5d9e0e;
    }

    ul.tracking li .red {
        color: #666666;
    }

    ul.tracking li span.status {
        width: 34px;
        height: 34px;
        display: table;
        text-indent: -8000px;
        float: left;
        border-radius: 50px;
    }

    ul.tracking li span.ok {
        /*background: url(../Images/ok.png) no-repeat;*/
        background-color: #E6FFC9;
        border: solid 1px #B0D08D;
    }

    ul.tracking li span.nao-ok {
        /*background: url(../Images/nao-ok.png) no-repeat;*/
        background-color: #FFDADA;
        border: solid 1px #FFCCCC;
    }

    ul.tracking span.descricao {
        float: left;
        line-height: 33px;
        margin-left: 10px;
        width: 90%;
    }

    ul.tracking ul {
        float: left;
        width: 100%;
        padding-left: 16px;
        list-style: none;
    }

        ul.tracking ul li .status {
            background: url(../Images/traking-horizontal.png) repeat-x;
            background-position-y: 34px;
            background-position: 34px;
            display: table;
            height: 65px;
            width: 40%;
        }

        ul.tracking ul li span.descricao {
            width: auto;
            display: table;
        }

.alert-danger {
    color: #6c757d;
}

.pontilhado {
    border: 1px dashed gray;
}

.modal .alert {
    display: block;
}


.pega-tudo {
    display: block;
    min-height: 60px;
}

.loading {
    background: rgba(0, 0, 0, 0) url("../Images/ajax-loader.gif") repeat scroll 0 0;
    height: 16px;
    margin: 20px auto 0;
    width: 16px;
    background-size: 100%;
}

.identificador-analise {
    background-color: #4C759C;
    color: #fff;
    float: right;
    font-weight: bold;
    margin-right: -10px;
    margin-top: -10px;
    margin-bottom: 5px;
    padding: 10px;
    font-size: 14px;
    word-break: break-all;
}

.identificador-alerta {
    background-color: #428bca;
    color: #fff;
    float: right;
    font-weight: bold;
    margin-right: -10px;
    margin-top: -40px;
    margin-bottom: 5px;
    padding: 10px;
}

.identificador-cadastro {
    background-color: #428bca;
    color: #fff;
    float: right;
    font-weight: bold;
    margin-right: -10px;
    margin-top: -40px;
    margin-bottom: 5px;
    padding: 10px;
}

.linha-inteira {
    display: block;
    width: 100%;
}

.analista-responsavel {
    font-style: italic;
    text-transform: lowercase;
    font-size: 10px;
}

    .analista-responsavel > span {
        text-transform: uppercase;
    }


/* SMILES */
.SMILES .row a:not(.btn) {
    color: #f47920 !important;
}

.SMILES .row .alterado > a {
    color: red !important;
}

.SMILES .identificador-analise {
    background-color: #f47920 !important;
}

.SMILES nav.navbar.navbar-inverse.navbar-fixed-top {
    background-color: #F47910 !important;
}

.SMILES #bureau input.active, .SMILES .btn-info, .SMILES #extrato input.active {
    background-color: #F47910 !important;
    border-color: #F47910 !important;
}

.SMILES .dropdown-menu > li > a {
    color: #333 !important;
}

.SMILES .navbar-inverse .navbar-nav > .open > a, .SMILES .navbar-inverse .navbar-nav > .open > a:hover, .SMILES .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #fff;
    color: #333 !important;
}

/* SMILES AR */
.SMILESAR .row a:not(.btn) {
    color: #f47920 !important;
}

.SMILESAR .identificador-analise {
    background-color: #f47920 !important;
}

.SMILESAR nav.navbar.navbar-inverse.navbar-fixed-top {
    background-color: #F47910 !important;
}

.SMILESAR #bureau input.active, .SMILESAR .btn-info, .SMILESAR #extrato input.active {
    background-color: #F47910 !important;
    border-color: #F47910 !important;
}

.SMILESAR .dropdown-menu > li > a {
    color: #333 !important;
}

.SMILESAR .navbar-inverse .navbar-nav > .open > a, .SMILESAR .navbar-inverse .navbar-nav > .open > a:hover, .SMILESAR .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #fff;
    color: #333 !important;
}

/*Azul*/

.AZUL .row a:not(.btn) {
    color: #5192AD !important;
}

.AZUL .identificador-analise {
    background-color: #5192AD !important;
}

.AZUL nav.navbar.navbar-inverse.navbar-fixed-top {
    background-color: #5192AD !important;
}

.AZUL #bureau input.active, .AZUL .btn-info, .AZUL #extrato input.active {
    background-color: #5192AD !important;
    border-color: #5192AD !important;
}

/*LTM*/

.LTM .row a:not(.btn) {
    color: rgb(18, 65, 107) !important;
}

.LTM .identificador-analise {
    background-color: rgb(18, 65, 107) !important;
}

.LTM nav.navbar.navbar-inverse.navbar-fixed-top {
    background-color: rgb(18, 65, 107) !important;
}

.LTM #bureau input.active, .LTM .btn-info, .LTM #extrato input.active {
    background-color: rgb(18, 65, 107) !important;
    border-color: rgb(18, 65, 107) !important;
}

/* CIELO */
.CIELO .row a:not(.btn) {
    color: #2678a8 !important;
}

.CIELO .identificador-analise {
    background-color: #2678a8 !important;
}

.CIELO nav.navbar.navbar-inverse.navbar-fixed-top {
    background-color: #000 !important;
}

.CIELO #bureau input.active, .CIELO .btn-info, .CIELO #extrato input.active {
    background-color: #2678a8 !important;
    border-color: #2678a8 !important;
}


.categoria-tracking {
    margin-bottom: 20px;
}

.even {
    background-color: #f9f9f9;
}

.odd {
    background-color: #ffffff;
}

.extrato-top {
    margin-bottom: 15px;
}

.btn-voltar {
    width: 100%;
    display: table;
    padding-top: 5px;
    text-align: right;
}

.bureau-top {
    text-transform: capitalize;
}

.a-direita {
    text-align: right;
    display: block;
}

.btn-csv {
    background: url(../Images/csv.png) center no-repeat;
    width: 44px;
    height: 44px;
}

.btn-small-csv {
    background: url(../Images/csv22.png) center no-repeat;
    width: 22px;
    height: 22px;
}

.btn-small-page {
    background: url(../Images/page.png) center no-repeat;
    width: 22px;
    height: 22px;
}

.btn-medium-page {
    background: url(../Images/page.png) center no-repeat;
    width: 42px;
    height: 42px;
}

.btn-arrow-down-up {
    background: url(../Images/arrow-down-up.svg) center no-repeat;
    width: 18px;
    height: 18px;
}

.btn-three-dots {
    background: url(../Images/three-dots.svg) center no-repeat;
    width: 18px;
    height: 18px;
}


.btn-small-colunas {
    background: url(../Images/colunas.png) center no-repeat;
    width: 25px;
    height: 25px;
}

.ver-mapa {
    background: url(../Images/mapa.png) center no-repeat;
    width: 17px;
    height: 17px;
}

.plus-icon {
    background: url(../Images/plus.png) center no-repeat;
    width: 17px;
    height: 17px;
    border: 9px solid transparent;
}

.resgate-detalhe {
    display: block;
}

.coluna-pequena {
    width: 15%;
}

.coluna-media {
    width: 20%;
}

/*Cadastro WatchList & FreePass*/

.endereco, .telefone, .email, .numerosmiles {
    width: 100%;
}


.relatorio-filtro-data {
    margin-right: 10px;
    float: left;
}

.adicionar-regra {
    margin-top: 30px;
}


/*Pedido Parecer*/

.fila-manual {
    width: 25%;
    display: inline;
    margin-top: -9px;
}


div.tooltip-inner {
    max-width: 350px;
}

.parecer-tab .alert {
    display: block;
    margin: 5px 0;
    float: left;
    width: 100%;
}

/*Relatorio Sintetico*/

.tabela-manual {
    width: 95%;
    margin: 0 auto;
}

.busca {
    float: left;
    width: 100%;
    margin: 0px;
}

.grafico {
    margin: 0 auto;
    display: table;
    margin-bottom: 20px;
    margin-top: 20px;
}

.modal-relatorio {
    width: 97% !important;
    margin: 30px auto !important;
}

.modal-body {
    overflow-y: auto;
}

.com-link, ul.nav-sidebar .dropdown-header {
    cursor: pointer !important;
}

.alerta-relatorio {
    display: block;
    float: left;
    width: 100%;
    margin-top: 40px;
}


.relatorio-sintetico input[type=text] {
    width: 140px;
}

#erro-data {
    display: block;
}

/*Fila*/

.dropdown-header span {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

.nav-sub-categoria .dropdown-header span {
    margin-left: 5px;
}

/*Cadastro Usuario*/

.ip, .mostrar-ips {
    width: 250px;
    float: left;
    display: inline-flex;
    margin-bottom: 10px;
}

.add-ip, .exclui-ip {
    margin-left: 6px;
}

.cadastro-ip {
    margin-bottom: 56px;
    width: 58px;
}

.salvar {
    width: 75px;
}

/*Perfil Pedido*/

.list-group-item {
    padding: 5px 8px !important;
    border: 1px inset;
}

.ordem-regras {
    width: 4%;
    float: left;
}

.categoria-regra {
    background: transparent;
    border-radius: 1px;
    height: 30px;
    border-style: none;
    border-right-style: solid;
}

textarea.detalhe-regra {
    display: none;
    width: 380px;
    height: 60px;
}

.regra {
    width: 186px;
    float: left;
    margin-right: 10px;
    margin-left: 25px !important;
}

input[type='checkbox'].perfil-checkbox:checked + label > i:first-of-type,
input[type='checkbox'].perfil-checkbox + label > i:last-of-type {
    display: none;
}

input[type='checkbox'].perfil-checkbox:checked + label > i:last-of-type {
    display: inline-block;
}

#header-regra {
    display: table;
    width: 100%;
    margin: 5px;
}

    #header-regra h3 {
        float: left;
    }

#add-regra {
    float: right;
}

#trash {
    float: right;
    width: 80%;
}

.trash-hover {
    color: red;
    background: none !important;
}

h1.glyphicon.glyphicon-trash {
    float: right;
}

#listaregra .descricao {
    /*width: 75%;*/
    /*    display: inline;
*/
}

.blue-background-class {
    background-color: #C8EBFB;
}

select.form-control.categoria-regra.dropdown {
    width: 100%;
}

.toggle-silent {
    float: left;
    overflow: hidden;
    margin-top: -2px;
    margin-right: -23px;
}

.toggle-trash {
    float: right;
    overflow: hidden;
    margin-top: -26px;
    margin-right: -5px;
}



.toggle.btn {
    min-width: 109px !important;
    min-height: 28px !important;
}

.list-group-item-impeditiva-prioritaria {
    color: #fff !important;
    background-color: #ff8f8f;
    border-color: #FA8072;
}

.list-group-item-secundaria-prioritaria {
    color: #fff !important;
    background-color: #fff0a0;
    border-color: #FA8072;
}

.list-group-item-positivadora-prioritaria {
    color: #fff !important;
    background-color: #baff8f;
    border-color: #FA8072;
}
/*Regras*/

a.exclui-condicao-regra.glyphicon.glyphicon-remove {
    float: right;
    width: 1%;
}

select.campos-iguais, select.campos-diferentes, select.status {
    height: 200px !important;
}

.busca-avancada {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    width: 100%;
    margin-top: 15px;
}

    .busca-avancada .close {
        margin-top: -10px;
        margin-bottom: 7px;
    }

    .busca-avancada .trecho-origem {
        margin-right: 1%;
    }

div#trecho input {
    width: 49.5%;
    float: left;
    margin-bottom: 15px;
}

.busca-avancada #trecho label, .busca-avancada #endereco label {
    display: block;
}

.busca-avancada #logradouro {
    float: left;
    width: 59%;
    margin-right: 0.5%
}

.busca-avancada #numero {
    float: left;
    width: 10%;
    margin-right: 0.5%
}

.busca-avancada #cidade {
    float: left;
    width: 30%;
    margin-bottom: 15px
}

.form-group.chave {
    float: left;
    margin-right: 0.5%;
    width: 18%;
    margin-bottom: 0;
}

.input-group.busca {
    width: 81.5%;
}

#cpf {
    cursor: pointer;
}

fieldset.classic {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
    border-radius: 5px;
}

    fieldset.classic legend {
        font-size: 14px;
        font-weight: bold;
        border-bottom: 0px;
        width: auto;
        margin-bottom: 0px;
    }

.parecer-tab input[type="checkbox"] {
    margin-right: 5px;
    margin-top: 4px;
}

.parecer-tab fieldset {
    margin-top: 15px;
}

.identificador-analise.score-alto {
    background-color: red !important;
}

.identificador-analise.score-baixissimo {
    background-color: green !important;
}

.identificador-analise.score-medio {
    background-color: orange !important;
}

/*icone de Log (Lists)*/
a.log.glyphicon.glyphicon-info-sign {
    text-decoration: none;
}

/*Painel log alteração*/
.painel-log {
    margin-top: 15px !important;
}

ul.ui-autocomplete {
    height: auto;
    max-height: 400px;
}

    ul.ui-autocomplete li:nth-child(even) {
        background: #fcfcfc;
    }

.alterado {
    color: red !important;
}

.dado-cadastro-antigo {
    display: block;
    font-size: 11px;
}

.telefone {
    display: block;
    overflow: hidden;
}

/*Lista*/
.btn-lista {
    width: 20%;
    float: left;
    display: table;
    margin-right: 10px;
}

.content.nova-lista.ng-scope {
    display: table;
    width: 100%;
}

ul.nav.nav-tabs.itens-lista {
    margin-top: 20px;
}

input.btn.btn-default.btn-lista-item {
    margin-left: 10px;
}

.form-group.instituicao {
    padding-right: 13px;
    padding-left: 13px;
}

span.paginacao-lista {
    display: table;
    width: 100%;
}

.form-group.itens {
    width: 100%;
    display: table;
}

.form-group.filtro-lista {
    width: 100%;
    display: table;
    margin-bottom: 25px;
}

.form-group.busca-itens {
    width: 40%;
    display: table;
}

button.btn.btn-default.btn-busca-item {
    float: left;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

input.form-control.item-lista.ng-pristine.ng-untouched.ng-valid {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.resposta-radio {
    margin-left: 20px;
}

select.form-control.instituicao-vip {
    text-transform: uppercase;
}

.form-group.filtros-pesquisa {
    display: table;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

.form-group.filtro-pesquisa-esquerda {
    float: left;
    width: 49.5%;
}

.form-group.filtro-pesquisa-direita {
    float: left;
    margin-left: 1%;
    width: 49.5%;
}

.input-group.busca {
    width: 15%;
    float: left;
}

.input-group.btn-busca-avancada {
    width: 15%;
    float: right;
}

button.btn.btn-default.pesquisa-avancada {
    margin-left: 15px;
    border-radius: 4px !important;
    width: 129.3px;
}


button.btn.btn-default.pesquisa {
    border-radius: 4px !important;
    width: 129.3px;
}

.razao-social {
    text-transform: uppercase;
}

.resultado-score {
    display: inline-block;
    margin-right: 40px;
}

button.btn.btn-default.limpar-filtros {
    margin-left: 15px;
    border-radius: 4px !important;
    width: 129.3px;
}


/*button.btn.pesquisa.btn-pesquisa {
    color: #000;
    background-color: #ddd;
    border-color: #99999996;
}*/

.btn-primary-pesquisa {
    background: #eee;
    border-color: #ccc;
}

    .btn-primary-pesquisa:hover,
    .btn-primary-pesquisa:active,
    .btn-primary-pesquisa:focus {
        background: #ccc;
        border-color: #ddd;
        color: white;
    }

.form-group.chargeback {
    width: 30%;
    float: left;
}

td.identificador-pesquisa {
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.form-group.cadatro-pedido {
    padding-left: 17px;
}

.form-group.cadatro-pedido-instituicao {
    margin: 13px;
}

#alerta-arquivo {
    display: none;
}

.instituicao-cadastro-pedido {
    text-transform: uppercase;
}

form.filtro-usuario-bloqueado {
    margin-bottom: 15px;
}

button.btn.btn-info.btn-usuario-bloqueado {
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
}

ul.paginacao-usuario-bloqueado {
    margin-top: 44px;
}

a.link-paginacao-sem-numeracao {
    font-size: 12px;
}

.alerta-usuario-bloqueado {
    display: block;
    float: left;
    width: 100%;
}

.form-group.vinculados-div-filtros {
    display: table;
    width: 100%;
}

#vinculados-div-esquerda {
    width: 50% !important;
    float: left;
    padding: 10px;
}


#vinculados-div-direita {
    width: 50% !important;
    float: right;
    padding: 10px;
}

#b2eNet-div-descricao {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    background-color: #F8F8F8 !important;
    border-radius: 8px;
}

#b2eNet-div-btn-filtro {
    text-align: center;
    margin-top: 15px;
}

.form-control.vinculados-div-filtros-altura {
    height: 167px;
}

.form-group.inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 100%
}

    .form-group.inline div {
        margin-right: 10px;
    }

.bg-novo {
    background-color: rgb(60 122 220);
    font-size: 9px;
    text-transform: capitalize !important;
}
