/* ACESSIBILIDADE */
body, .table {
    font-size: 13px !important;
}

.button-small:focus {
    outline: thin solid;
    outline-offset: -2px;
    font-weight: bold;
    color: #FFD88F !important;
}

.form-control:focus {
    outline: thin solid;
    outline-offset: -2px;
    background-color: #F5F5DC !important;
}

/**/
.wraper {
    margin-top: 10px;
}
#view-data {
    margin-bottom: 15px;
}
.row.row-margin {
    margin-right: 0px;
    margin-left: 0px;
}
.row.row-no-spacing {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}
.col-thin {
    padding-right: 5px;
    padding-left: 5px;
}
.form-group {
    margin-top: 3px;
    margin-bottom: 3px;
}
/*a {
    color: #A10000;
}
a:hover {
    color: #8B0000;
}*/
.alert.alert-default {
    color: #222;
}
ul.list-group {
    border-radius: 0;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
ul.list-group-scroll {
    max-height: 700px;
    overflow-y: auto;
}
/*li.list-group-item:hover {
    background-color: #F9F9F9;
}*/
p {
    margin: 0px 0px 5px !important;
}
table.table {
    margin-bottom: 5px;
}
table.table.table-simple thead {
    background: none !important;
}
table.table.table-simple thead th {
    border-right: none  !important;
}
table.table.table-simple tbody tr:hover {
    background-color: transparent;
}
table.table.table-simple > thead > tr > th {
    border-bottom: none;
}

.row.divider {
    margin-bottom: 5px; 
    padding-bottom: 5px; 
    border-bottom: 1px solid #DDD;
}
.bs-callout .row.divider:last-child {
    border-bottom: none
}
.legenda {
    border-bottom: 1px solid #DDD;
}

.tooltipster-shadow {
    border: 1px solid #EEE;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    color: #2c2c2c;
}
.tooltipster-shadow .tooltipster-content {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;            
}

.label.label-lg {
    padding: 0.1em 0.5em 0.2em;
    font-size: 100% !important;
}

.alert-default hr {
    border-top-color: #CCC;
}

#imp {
    padding: 2px 5px;
    font-size: 10px !important;
    line-height: 12px;
}
button.map-call {
    font-size: 11px !important;
    padding: 1px 5px !important;;
}
.list-group .list-group-item {
    page-break-inside: avoid;
}
@media print {

    @page { 
        margin: 1.27em;
        size: A4 landscape;
    }
    
    .table {
        width: 100% !important;
    }

    .list-group .list-group-item:first-child {
        page-break-inside: auto !important;
    }


    .table td,
    .table th {
        background-color: inherit !important;
        border:solid #000 !important;
        border-width:0px 0 0 0px !important;
    }
    
    html body{
        height: 98%;
    }

    body {
        zoom: 80%;
        font-size: 8pt;
        border: solid #000 !important;
        border-width: 0 0px 0px 0 !important;
        overflow: visible !important;
        background-color: white !important;
    }
    body > .container-fluid {
        margin: 0 !important;
    }

    thead {
        display:table-header-group;
    }

    #rede_credenciadas{
        background-color: white !important;
        border: none !important;
    }

    .noprint { display: none; }
    .noscreen { display: inline; }
}

/* QUANDO MESCLAR COM AUDITORIA 2.0, REMOVER ESSE TRECHO */
.bs-callout {
    border-left: 3px solid #CCC;
    border-radius: 0px;
    padding: 10px;
    margin: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
}
.bs-callout.bs-callout-primary {
    border-left: 3px solid #337ab7;
}
.bs-callout.bs-callout-info {
    border-left: 3px solid #5bc0de;
}
.bs-callout.bs-callout-warning {
    border-left: 3px solid #f0ad4e;
}
.bs-callout.bs-callout-success {
    border-left: 3px solid #5cb85c;
}
.bs-callout.bs-callout-danger {
    border-left: 3px solid #d9534f;
}
.bs-callout.bs-callout-default {
    border-left: 3px solid #CCC;
}

.img-icone { max-height: 28px; min-height: 16px; }

.outras {    
    padding-right: 5px; 
    margin-bottom: 10px;
    width: 150px;
    height: 70px;
}

.outras-img {    
    max-width: 100%;
    max-height: 100%;
}

.vivamais {    
    padding-right: 5px; 
    margin-bottom: 10px;
    width: 300px;

}
.vivamais-img {    
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 1100px) {

    .vivamais-img {
        width: 40%;
    }

    .outras {
        width: 30%;
    }

    .logo-label {
        font-size: 18px;
    }

    .hide-on-smartfone{
        display: none;
    }

    #content{
        margin: 0px;
        padding: 0px;
    }

    .row-rede-cred{
        padding: 0;
        margin: 5px;
    }

    .blockui-text{
        font-size: 14px;
    }

    .modal-lg{
        width: 90%;
    }



}