/* ########################################### */

/* ANSR - Observatorio Seguranca Rodoviaria */

/* ########################################### */

/* Resets SP */

/* Start: Esconder as barras do SP */
header {
    position: absolute;
    z-index: 1000;
    width: 100%;
}
@media (max-width: 1024px) {
    header {
        background: #084F87;
    }
}

.ansr-logo img {
   height: 60px;
}

.text-muted {
    color: #f0f0f0 !important;
}

.bg-grey-light {
    background-color: #f0f0f0 !important;
}

.bg-grey-dark {
    background-color: #333 !important;
}

.section-padding-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

footer .nav-link.p-2 {
    padding: 0 !important;
}

.btn-ansr {
    background-color: #a1d5fd !important;
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    width: fit-content;
    transition: all 0.3s ease;
    color: #000;
    margin-bottom: 10px;
    border: solid 1px #a1d5fd;
}
.btn-ansr:hover {
    background-color: transparent !important;
    text-decoration: none;
    color: #a1d5fd;
}

#s4-ribbonrow {
    display: none !important
}

#s4-titlerow {
    display: none !important
}

#sideNavBox {
    display: none !important
}

#suiteBarDelta {
    display: none !important;
}

#globalNavBox {
    display: none !important
}
/* End: Esconder as barras do SP */

#contentBox {
    margin-right: 0 !important;
    margin-left: 0 !important;
    min-width: auto !important;
}

#s4-bodyContainer {
    padding-bottom: 0 !important;
}


.ms-webpartzone-cell {
    margin-bottom: 0;
}

/* Text */

.text-primary {
    color: #084F87 !important
}

.text-accent {
    color: #FBD95E
}

/* layout */

body {
    background: #fff;
}
body>main {
    padding-top: 100px;
}

/* Navbar transparente */
header .navbar {
    background-color: transparent !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

.jumbotron {
    background-color: #fff;
}

.jumbotron.intro-bg {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
}

.intro-bg {
    display: grid;
    place-content: center;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 100vh;
    width: 100%;
    position: relative;
}

.intro-reports {
    min-height: 500px !important;
}

.intro-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(8, 79, 135, 0.8);
    z-index: 0;
}

.intro-bg .container-fluid {
    position: relative;
    z-index: 1;
}

.intro-text-area {
    margin-top: 70px;
    margin-bottom: 70px;
}

.intro-bg .intro-text-area h1 {
    color: #fff !important;
}

.intro-bg .intro-text-area h2 {
    color: rgba(255, 255, 255, 0.9) !important;
}

.thumb-img-1, .thumb-img-2, .thumb-img-3 {
    position: relative;
}

.thumb-img-1::after, .thumb-img-2::after, .thumb-img-3::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(8, 79, 135, 0.9), rgba(8, 79, 135, 0.3));
    pointer-events: none;
    z-index: 1;
}
.thumb-shortcut {
    overflow: hidden;
}
.thumb-shortcut > img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.2s ease-in-out;
}
.thumb-shortcut:hover > img {
    transform: scale(1.06);
}
.thumb-shortcut i {
    transition: all 0.2s ease-in-out;
}
.thumb-shortcut:hover i {
    transform: translateX(1.5rem);
}

#menu-menu-footer-pt li a img {
    filter: brightness(0) invert(1);
}

.custom-input input {
    background-color: #F5F5F5;
    border: 0 solid #F5F5F5;
    border-radius: 12px;
}

.custom-input input:focus {
    box-shadow: none !important;
    border-color: #F5F5F5;
    background-color: #F5F5F5;
}

.custom-input .input-group-text {
    background-color: #F5F5F5;
    border: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.section-slider {
    padding-top: 130px;
    padding-bottom: 130px;
}

.carousel-item .carousel-item--custom {
    /* height: 280px; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.carousel-item .carousel-item--custom .carousel-item--custom---img {
    background-position: top right;
    background-repeat: no-repeat;
    height: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 4;
    max-width: 100%;
}
.carousel-item .carousel-item--custom .carousel-item--custom---img img {
    width: 100%;
    object-fit: cover;
    max-height: 432px;
}

.carousel-item .carousel-item--custom .carousel-item--custom---text {
    /*height: 280px;*/
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 5;
    max-width: 100%;
    padding: 40px 120px 40px 33px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
#sliderReports .carousel-indicators{
    left: calc(33.3% + 48px);
    text-align: start;
    margin: 0;
    margin-bottom: 20px;
    justify-content: flex-start;
}
.slide-interaction {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 20px;
    width: 88px;
    height: auto;
    z-index: 1;
    flex-direction: column;
}
@media (max-width: 768px) {
    #sliderReports {
        padding-bottom: 100px;
    }
    .slide-interaction {
        bottom: 0;
        transform: translateX(-50%);
        right: unset;
        left: 50%;
    }
    .slide-interaction .c-indicator--wrap .carousel-indicators {
        flex-direction: row !important;
    }
    .carousel-item .carousel-item--custom .carousel-item--custom---text {
        padding: 20px !important;
    }
}

.slide-interaction .c-indicator--wrap {
    width: 88px;
}

.slide-interaction .c-indicator--wrap .carousel-indicators {
    flex-direction: column;
    position: relative;
    margin-left: 0;
}


.slide-interaction .c-indicator--wrap .carousel-indicators li {
    background-color: #ffffff !important;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.slide-interaction .c-indicator--nav {
    width: 88px;
    height: 44px;
    display: flex;
}

.slide-interaction .c-indicator--nav .carousel-control-next, .carousel-control-prev {
    position: relative;
    width: 44px;
    height: 44px;
    display: inline-block;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 44px;
    height: 44px;
}

.carousel-control-next-icon {
    display: none;
    /* background-image: url('../imagens/icon-next.png') !important; */
}

.carousel-control-prev-icon {
    display: none;
    /* background-image: url('../imagens/icon-prev.png') !important; */
}

.section-padding-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.section-padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.intro-thumb, .intro-thumb--sinistralidade {
    position: relative;
    animation: slideInFromRight 1s ease-out;
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%) scale(0.75);
        opacity: 0;
    }
    100% {
        transform: translateX(0) scale(0.75);
        opacity: 1;
    }
}

.intro-thumb--cards {
    position: absolute;
    /* padding: 20px; */
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.stat-counter {
    /*font-size: 2.5em;*/
    font-size: 31px;
    font-weight: 500;
}

.stat-counter-2 {
    /*font-size: 2.5em;*/
    font-size: 31px;
    font-weight: 500;
}

.links .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: transparent;
    border-bottom: 1px solid #EBEBEB
}

.links .list-group-item-action {
    color: #084F87 !important;
    font-size: 24px;
}

.footer {
    background: #323640;
    position: relative;
}

.footer-shape {
    transform: rotate(180deg);
}

.footer-shape {
    top: -85px;
}
.footer-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.footer-shape svg {
    width: calc(250% + 1.3px);
    height: 85px;
    transform: translateX(-50%) rotateY(180deg);
    position: relative;
    left: 50%;
    display: block;
    z-index: -1;
    fill: #323640;
}

.footer-bottom {
    background-color: #262930;
}

.alt-section {
    padding-block: 60px;
    background-color: #ebf3fa !important;
}
.alt-section a:hover {
    color: #084F87;
}

.footer-h--line {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* .footer .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: row;
} */

.footer .navbar-nav .nav-link {
    color: #fff !important
}

header .navbar-nav .nav-link {
    color: #FFF !important
}

header .main-menu .nav-link::before {
    transition: transform .35s ease-in-out;
}

header .main-menu .nav-link:hover::before {
    transform: rotate(15deg);
}

header #pesquisarReportswrap input {
    background-color: #F5F5F5;
    border-color: #f5f5f5;
    border-radius: 10px;
}

.btn-primary {
    background-color: #084F87 !important;
    border-color: #084F87 !important
}

.btn-primary:hover {
    background-color: #053357 !important;
    border-color: #053357 !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #053357 !important;
    border-color: #053357 !important;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #053357 !important;
    border-color: #053357 !important;
}

.btn-secondary {
    background-color: #fff !important;
    border-color: #dee2e6 !important;
    color: #084F87 !important;
    font-weight: 600;
}

.btn-secondary:hover {
    background-color: #fff !important;
    border-color: #dee2e6 !important;
    color: #084F87 !important;
    font-weight: 600;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    background-color: #fff !important;
    border-color: #dee2e6 !important;
    color: #084F87 !important;
    font-weight: 600;
}

.btn-secondary.focus, .btn-secondary:focus {
    background-color: #fff !important;
    border-color: #dee2e6 !important;
    color: #084F87 !important;
    font-weight: 600;
}

.modal-header {
    background: #084F87 !important;
    color: #fff !important;
}

.modal-header .close {
    color: #fff !important;
}

.modal-subheader {
    background: #084F87 !important;
    color: #fff !important;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    padding: 1rem 1rem;
}

.modal-header .modal-title {
    margin-left: 0;
}

.close {
    opacity: 1;
    font-size: .75rem;
    font-weight: 400;
}

.link-icon {
    text-decoration: none;
    display: inline-block;
}

.link-icon:hover {
    text-decoration: none;
}

.card-info {
    border-radius: 1rem;
}

.titulo {
    font-size: 32px;
}

.sinistralidade-titulo {
    color: #ffffff !important;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}

.sinis-ind-titulo {
    color: #101010 !important;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}

.sinis-temas-sub-titulos {
    color: #084F87 !important;
}

#sinist-temas-indicadores {
    /*padding-left: 390px;*/
    /*margin-top: 15rem !important;*/
}

#sinist-temas-cards {
    /*padding-right: 400px;*/
    /*margin-top: 15rem !important;*/
}

#sinist-main {
    padding-left: 20rem;
}

#sinist-main-thumb {
    padding-right: 20rem;
}

#sinis-card-acidentes, #sinis-card-vitimas, #sinis-card-utentes, #sinis-card-veiculos {
    min-height: 28vh;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

#sinis-card-acidentes:hover, #sinis-card-vitimas:hover, #sinis-card-utentes:hover, #sinis-card-veiculos:hover {
    opacity: 0.9;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
    cursor: pointer;
    background-size: cover;
}

#sinis-card-acidentes:hover {
    background-image: url('../imagens/Acidente--hover.jpg');
}

#sinis-card-vitimas:hover {
    background-image: url('../imagens/Vitimas--hover.jpg');
}

#sinis-card-utentes:hover {
    background-image: url('../imagens/Utentes--hover.jpg');
}

#sinis-card-veiculos:hover {
    background-image: url('../imagens/Veiculos--hover.jpg');
}

#sinis-card-acidentes:hover #text-card-acidentes, #sinis-card-vitimas:hover #text-card-vitimas, #sinis-card-utentes:hover #text-card-utentes, #sinis-card-veiculos:hover #text-card-veiculos {
    color: #fff !important;
}

#sinis-table {
    display: none;
    /*padding: 0;*/
    /*border-style: solid;*/
    /*border-width: 1px;*/
    /* padding: 9px; */
    /*border-color: #dee2e6 #dee2e6;*/
    border-top-right-radius: 5px;
    padding-bottom: 2rem;
    border-left: 1px solid rgba(0,0,0,.125);
    border-bottom-right-radius: 5px;
    padding-left: 0;
}

#sinist-table-side-section {
    display: none;
    /*padding-left: 10rem;*/
    padding-right: 0;
}

.sinis-table-drop {
    /*border-style: solid;*/
    /*border-width: 1px;*/
    padding: 9px;
    /*border-color: #dee2e6 #dee2e6;*/
    border-top-left-radius: 5px;
    /*padding-bottom: 760px;*/
    border-bottom-left-radius: 5px;
    /*padding-left: 0;*/
    /*padding-right: 0;*/
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #226194 !important;
    /* border-bottom-color: white !important;
    border-bottom-style: solid !important;
    border-bottom-width: 3px !important; */
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: none !important;
    background-color: #084F87 !important;
    color: #3B75A5 !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.nav-tabs {
    background-color: #084F87 !important;
    border-top-right-radius: 5px !important;
    border-bottom: 1px solid #084F87 !important;
}

.sinis-title-indicadores {
    font-size: 11px;
    font-weight: 600;
    color: darkgray;
    margin-left: 12px;
}

input#criterioRadio1, input#criterioRadio2 {
    border: 2px solid white;
    box-shadow: 0 0 0 1px black;
    appearance: none;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #fff;
    transition: all ease-in 0.2s;
}

#criterioRadio1:checked, #criterioRadio2:checked {
    background-color: #084F87;
    box-shadow: 0 0 0 1px #084F87;
}

#sinist-table-dropdown-button {
    /*min-width: 90%;*/
    /*width: 100%;*/
    /*background-color: #fff !important;*/
    /*color: #084F87 !important;*/
    /*border-color: #dee2e6;*/
    /*font-weight: 600;*/
    /*margin-left: 11px;*/
    margin-top: 4px;
}

button#sinist-table-dropdown-button {
    box-shadow: none;
}

.dropdown-menu.main.show {
    min-width: 90%;
}

.dropdown-menu.date-drops-items.show {
    min-width: 98%;
    /* text-align: center; */
    max-height: 280px;
    overflow-y: auto;
}

.dropdown-menu.sinis-main-combos.show {
    min-width: 95%;
    /* text-align: center; */
    max-height: 280px;
    overflow-y: auto;
}

.dropdown-item {
    color: #084F87 !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #226194 !important;
}

.indicadores-filter-top {
    background-color: transparent;
    color: black;
    border: none;
    text-align: left;
}

.indicadores-filter-others {
    background-color: transparent;
    color: black;
    border: none;
    text-align: left;
    padding-top: 1rem;
}

#sinist-table-side-filter-acv, #sinist-table-side-filter-vt, #sinist-table-side-filter-condutores, #sinist-table-side-filter-veiculosn {
    border-left: 4px solid #084F87;
    width: 100%;
    box-shadow: none;
    background-color: #fafafa;
    border-radius: 0;
    color: black;
}

#sinist-table-side-filter-acvm-acfg, #sinist-table-side-filter-acvm, #sinist-table-side-filter-vmfg, #sinist-table-side-filter-ft, #sinist-table-side-filter-vm, #sinist-table-side-filter-fg, #sinist-table-side-filter-fl, #sinist-table-side-filter-passageiros, #sinist-table-side-filter-peoes {
    background-color: transparent;
    color: black;
    border: none;
    text-align: left;
    padding-top: 1rem;
}

button#sinist-table-side-filter-acvm-acfg:focus, button#sinist-table-side-filter-acv:focus, button#sinist-table-side-filter-acvm:focus, button#sinist-table-side-filter-vt:focus, button#sinist-table-side-filter-vmfg:focus, button#sinist-table-side-filter-ft:focus, button#sinist-table-side-filter-vm:focus, button#sinist-table-side-filter-fg:focus, button#sinist-table-side-filter-fl:focus, button#sinist-table-side-filter-condutores:focus, button#sinist-table-side-filter-passageiros:focus, button#sinist-table-side-filter-peoes:focus, button#sinist-table-side-filter-veiculosn:focus {
    border-left: 4px solid #084F87;
    width: 100%;
    box-shadow: none;
    background-color: #fafafa;
    border-radius: 0;
}

.table-header {
    background-color: #EAF3FA;
}

.sinis-table-filter-headers {
    color: #636363;
    margin-top: 2rem;
    font-weight: 400;
}

.checkboxes-spacing {
    margin-right: 10px;
    margin-top: 5px;
}

/* .dropdown-toggle.date-drops::after {
    margin-left: 5rem !important;
}

.dropdown-toggle.table-drops::after {
    margin-left: 16rem !important;
} */

.dropdown-toggle.main-table-drops::after {
    /*margin-left: 9rem !important;*/
    color: black;
    font-size: 17px;
}

#sinist-table-dropdown-nuts1, #sinist-table-dropdown-nuts2, #sinist-table-dropdown-nuts3, #sinist-table-dropdown-distrito, #sinist-table-dropdown-concelho, #sinist-table-dropdown-diasemana, #sinist-table-dropdown-horario, #sinist-table-dropdown-fatmosfericos, #sinist-table-dropdown-luminosidade, #sinist-table-dropdown-tiponatureza, #sinist-table-dropdown-localizacao, #sinist-table-dropdown-tipovia, #sinist-table-datepicker-ano, #sinist-table-datepicker-mes {
    min-width: 100%;
    background-color: #fff !important;
    color: black !important;
    border-color: #dee2e6;
    /*width: 368px;*/
}

button#sinist-table-dropdown-nuts1, button#sinist-table-dropdown-nuts2, button#sinist-table-dropdown-nuts3, button#sinist-table-dropdown-distrito, button#sinist-table-dropdown-concelho, button#sinist-table-dropdown-diasemana, button#sinist-table-dropdown-horario, button#sinist-table-dropdown-fatmosfericos, button#sinist-table-dropdown-luminosidade, button#sinist-table-dropdown-tiponatureza, button#sinist-table-dropdown-localizacao, button#sinist-table-dropdown-tipovia, button#sinist-table-datepicker-ano, button#sinist-table-datepicker-mes {
    box-shadow: none;
}

/* canvas{
    width:1000px !important;
    height:600px !important;
} */

.span-asterisco {
    color: red;
    font-weight: 600;
}

table.dataTable.no-footer {
    min-width: 100%;
}

.tabela-tab-main-boxes {
    height: 90px;
    width: 150px;
    background-color: #EAF3FA;
    padding: 15px;
    /*margin-bottom: 50px;*/
    border-radius: 7px;
    margin-top: 20px;
    text-align: center;
}

.tabela-tab-main-boxes-spacing {
    height: 90px;
    width: 90%;
    background-color: #EAF3FA;
    padding: 15px;
    /*margin-bottom: 50px;*/
    border-radius: 7px;
    margin-left: 18px;
    margin-top: 20px;
    text-align: center;
}

.tabela-tab-main-boxes-spacing-class {
    height: 125px;
    width: 90%;
    background-color: #EAF3FA;
    padding: 15px;
    margin-bottom: 50px;
    border-radius: 7px;
    margin-left: 18px;
    margin-top: 20px;
    text-align: center;
}

.tabela-tab-titles {
    font-weight: 700;
    margin-bottom: -10px !important;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 10px !important;
    border-bottom: 0 !important;
}

.dataTables_scrollBody table thead tr th {
    padding: 0px 18px !important;
background: red !important
}

table.dataTable.no-footer {
    border-bottom: 0 !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #dee2e6 #dee2e6;
    border-left-style: solid;
}

#sinist-table-submit-button {
    background-color: #084F87;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px;
    margin-top: 2rem;
}

#sinist-table-submit-reset {
    background-color: #084F87;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px;
    margin-top: 2rem;
}

#img-config {
    margin-right: 8px;
}

.table-labels {
    font-weight: 600;
}

.table-spacing {
    margin-top: 1.5rem;
    margin-left: 0;
}

.sinis-table-drop-indicadores {
    padding-top: 3rem;
    color: #dee2e6;
}

.btn-group-vertical {
    padding-top: 1rem;
    min-width: 100%;
}

.tab-content {
    padding: 30px;
    padding-bottom: 0;
}

.sinis-card-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sinis-card-size {
    min-height: 28vh;
}

.sinistralidade-sub-titulo {
    font-size: 18px;
    font-weight: 400;
}

.sub-titulo {
    font-size: 24px;
}

.sub-titulo--dot {
    font-size: 34px;
    font-weight: 600;
    color: #FBD861;
    margin-right: 2px;
    margin-left: -5px;
    top: -7px;
    position: relative;
}

.idiomas-mobile {
    display: none !important;
}

#Hero-WPQ4 {
    display: none;
}

#js-listviewthead-WPQ4 {
    display: none;
}

/*#MSOZoneCell_WebPartWPQ4 {
    margin-left: 30vw;
}*/

#WebPartTitleWPQ4 {
    display: none;
}

td.ms-cellstyle.ms-vb-title.ms-positionRelative.ms-vb-lastCell {
    width: 550px;
}

.ms-list-itemLink.ms-tableCell.ms-alignRight {
    display: none;
}

.ms-vb-title .ms-vb {
    padding: 2px 6px 3px 4px;
    width: 550px;
}

.ms-newdocument-icon {
    display: none;
}

button.dt-button.buttons-excel.buttons-html5 {
    /* margin-left: 700px; */
    margin-bottom: -55px;
    border: 0;
    background-color: #EAF3FA;
    color: black;
    font-weight: 700;
    border-radius: 5px;
}

/* Painel Sinistralidade */

#sinist-table-side-section-content--mobile {
    display: none;
}

/* Modal dados selecionados */
#trigger-modalClassificacoes {
    display: none;
}


.pesquisa-mobile {
    display: none;
}

.no-caret.dropdown-toggle::after {
    border-right: 0 !important;
    border-left: 0 !important;
}



/****Media queries*****/

/**/

/*@media screen and (max-width: 1920px) {

    .intro-text-area h2 {
        left: -53px !important;
        position: relative;
    }

    .seta-prev {
        left: 1827px;
        top: 218px;
    }

    .set-next {
        right: 4px;
    }

    ol.carousel-indicators {
        left: 1509px;
        top: 107px;
    }

}*/

/*@media screen and (max-width: 1680px) {

    .intro-text-area h2 {
        left: -53px !important;
        position: relative;
    }

    .seta-prev {
        left: 1595px;
        top: 218px;
    }

    .set-next {
        right: 4px;
    }

    ol.carousel-indicators {
        left: 1336px;
        top: 107px;
    }

}*/

/*@media screen and (max-width: 1536px) {

    .intro-text-area h2 {
        left: -53px !important;
        position: relative;
    }

    .seta-prev {
        left: 1449px;
        top: 218px;
    }

    .set-next {
        right: 4px;
    }

    ol.carousel-indicators {
        left: 1197px;
        top: 107px;
    }

}*/

/*iPad Pro*/

/*@media screen and (max-width: 1440px) {

    .intro-text-area h2 {
        left: -53px !important;
        position: relative;
    }

    .seta-prev {
        left: 1339px;
        top: 218px;
    }

    .set-next {
        right: 4px;
    }

    ol.carousel-indicators {
        left: 1108px;
        top: 107px;
    }

}*/

/*iPad Pro*/

/*@media screen and (min-width: 1024px) {

    .seta-prev {
        left: 929px;
        top: 218px;
    }

    .set-next {
        right: 4px;
    }

    ol.carousel-indicators {
        left: 780px;
        top: 107px;
    }
}*/

/*iPad*/

/*@media screen and (max-width: 768px) { 

    .ul-nav-btn {
        margin-top: 10px !important;
    }

      .idiomas-vertical {
        display: flex !important;
        flex-direction: row !important;
        margin-left: 9px !important;
        margin-top: 7px !important;
    }

   #idiomasItem {
        border: none !important;
        padding: 0.75rem 0.25rem !important;
    }

    .intro-text-area h2 {
        left: -54px !important;
        position: relative;
    }

    .intro-text-area span {
        font-size: 22px !important;
    }

    .carousel-item--custom---text p.lead.text-muted {
        font-size: 15px;
    }

   .carousel-item--custom---text a.text-uppercase {
       
        font-size: 13px;
    }

    .seta-prev {
        left: 696px;
        top: 218px;
    }

    ol.carousel-indicators {
        left: 574px !important;
        top: 107px !important;
    }


}*/

/* Small devices (landscape phones, 576px and up)*/

/*@media screen and (max-width: 576px) { 
    



    .idiomas-vertical {
        display: flex !important;
        flex-direction: row !important;
        margin-left: 9px !important;
    }

    


    .intro-thumb img {
        display: none;
    }

    .intro-thumb--cards {
    position: relative; 
    padding: 20px;
    left: auto; 
    top: 280px; 
    -webkit-transform: auto;
    transform: auto; 
    width: auto;
    }

    .section-padding-130 {
        padding-top: 30px;
        padding-bottom: 30px;
    } 

    .carousel-inner {       
        width: 100%;      
        height: 611px !important;
    }

.carousel-item--custom---img {
    position: relative !important;
    right: 0px !important;
    min-width: 27% !important;    
    }

.seta-prev {
    left: 452px !important;
    top: 435px !important;
    height: 21px !important;
    width: 22px !important;
}

.set-next {
    left: 485px !important;
    top: 435px !important;    
    height: 21px !important;
    width: 22px !important;
}

ol.carousel-indicators {
    left: 350px !important;
    top: 145px !important;
}

.carousel-item--custom---text h3 {
    left: -61px;
    position: relative;
}

.carousel-item--custom---text p.lead.text-muted {
    font-size: 18px;
    left: -61px;
    position: relative;
}

.carousel-item--custom---text a.text-uppercase {
    left: -61px;
    position: relative;
}

.footer .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: column;
    }
    
}*/

/*iphone 6/7/8 Plus*/

/*@media screen and (max-width: 414px) { 

.intro-text-area h2 {
    left: -53px;
    position: relative;
}

.carousel-item--custom---img {
    min-width: 4% !important;
    position: relative !important;
}

.seta-prev {
    left: 324px !important;
}

.set-next {
    left: 362px !important;
}

ol.carousel-indicators {
    left: 234px !important;
}

.carousel-item--custom---text p.lead.text-muted {
    font-size: 14px;
    left: -61px;
    position: relative;
}

}*/

/*iphone 6/7/8 */

/*@media screen and (max-width: 375px) { 

    .intro-text-area span {
        font-size: 22px !important;
           }

    .carousel-item--custom---text p.lead.text-muted {
            font-size: 13px;
            left: -61px;
            position: relative;
        }
    .carousel-item--custom---text a.text-uppercase {
            top: -17px;
            position: relative;
            font-size: 12px;
        }

        .seta-prev {
            left: 315px !important;
        }

        .set-next {
            left: 346px !important;
        }

        .carousel-item--custom---img {
            min-width: 1% !important;
            position: relative !important;
        }

}*/

/*iphone 5 */

/*@media screen and (max-width: 320px) { 

    .intro-text-area span {
    font-size: 20px !important;
}
    .seta-prev {
        left: 239px !important;
        top: -56px !important;
        position: relative;
    }

    .set-next {
        left: 283px !important;
        top: -76px !important;
        position: relative;
    }

    ol.carousel-indicators {
        left: 169px !important;
        top: 412px !important;
    }

    .carousel-item--custom---text a.text-uppercase {
        top: -16px;
        position: relative;
        font-size: 10px;
    }

    .carousel-item--custom---text p.lead.text-muted {
        font-size: 11px;
        left: -61px;
        position: relative;
    }

    .carousel-item--custom---text h3 {
        left: -61px;
        position: relative;
        font-size: 21px;
    }

}*/

/* Extra small devices (portrait phones, less than 576px)*/

/* No media query for `xs` since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {}

/*Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {}

/*####*/

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    #sliderReports .carousel-indicators{
        left: 0;
        justify-content: center;
    }
    #contentRow {
        padding-top: 120px !important;
    }
    header .navbar {
        padding: 8px 8px 8px 16px;
    }
    .intro-thumb--sinistralidade, .intro-thumb--fiscalização {
        margin-top: 44px;
    }
    .intro-text-area {
        margin-top: 0;
        margin-bottom: 0;
    }
    .intro-text-area h1 {
        font-size: 2rem;
    }
    .thumb-shortcut img {
        width: 100%;
    }
    .intro-thumb>img {
        display: none;
    }
    .intro-thumb--cards {
        position: relative;
        padding: 0;
        left: auto;
        top: 0;
        -webkit-transform: none;
        transform: none;
        width: 100%;
        background: url(../imagens/card-circle--fx.png) center center no-repeat;
        background-size: 75%;
    }
    .section-slider, .section-entidades {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .carousel-inner {
        width: 100%;
        /*height: 611px !important;*/
    }
    .carousel-item--custom {
        height: auto !important
    }
    .carousel-item--custom---img {
        min-width: 100% !important;
        height: 280px;
    }
    .carousel-item .carousel-item--custom .carousel-item--custom---text {
        height: auto;
        padding: 20px 120px 20px 20px;
    }
    .links a:first-child {
        margin-top: 20px;
    }
    .footer .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: column;
    }
    .footer .navbar-nav li:first-child {
        margin-bottom: 20px;
    }
    /* Painel Sinistralidade */
    #sinist-table-side-section-content--mobile {
        display: block;
    }
    #trigger-modalClassificacoes {
        display: block;
    }
    .sinis-table-drop-indicadores, #sinist-table-indicadores, .tabela-tab-main-boxes-spacing, .tabela-tab-main-boxes-spacing-class {
        display: none;
    }
    #sinist-table-side-section {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 24px;
    }
    .sinis-table-drop {
        border-style: none;
        border-width: 0;
        padding: 0;
        border-color: transparent;
        border-top-left-radius: 0;
        padding-bottom: 0;
        border-bottom-left-radius: 0;
        margin-bottom: 12px;
    }
    #sinis-table {
        border-radius: 5px;
        border: 1px solid #dee2e6;
        padding-right: 0;
        padding-left: 0;
    }

    .sinis-ind-titulo {
        font-size: 28px;
    }

    .panel-wrap {
        border: 0 !important;
    }

    button.dt-button.buttons-excel.buttons-html5 {
        margin-bottom: 0;
        width: 100%;
    }
    
}

/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {}

/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {

   
}

/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {

    header .main-menu .nav-link img {
        display: none;
    }

    /* header .navbar-brand img {
        width: 280px;
    } */

    #pesquisarReportswrap {
        display: none;
    }

    .pesquisa-mobile {
        display: block;
    }
}

.bodyPageSinistralidade #tabela-datatable tbody {
    display: block !important;
    height: 300px !important;
    overflow: auto !important;
}
.bodyPageSinistralidade #tabela-datatable thead, 
.bodyPageSinistralidade #tabela-datatable tbody tr {
    display: table !important;
    width: 100% !important;
    table-layout: fixed !important;/* even columns width , fix width of table too*/
}
.bodyPageSinistralidade #tabela-datatable thead {
    width: calc( 100% - 1em )/* scrollbar is average 1em/16px width, remove it from thead width */
}

.loader {
    border: 16px solid transparent;
    border-top: 16px solid #084F87;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 0.75s linear infinite;
    margin: 0 auto;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.loader-text {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-top: 1rem;
}

.loader-box {
	text-align: center;
	position: absolute;
	padding: 20px;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}


.loader-backdrop {
  position: fixed;
  z-index: 1061;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-color: rgba(12, 12, 12, 0.55);
}
/* kendo grid */
.k-toolbar.k-grid-toolbar {
    background-color: #EAF3FA !important;
    border: none;
}
.k-grouping-header {
    font-size: 11px !important;
    background-color: #FBD95E !important;
}
#gridSinistralidade th {
    background-color: #EAF3FA;
    border: 1px solid #084F87;
    font-size: 14px;
    font-weight: 600;
}
.k-grid-content.k-auto-scrollable {
    border: 1px solid #084F87;
}
div#gridSinistralidade {
    border: 1px solid #084F87;
    border: none;
}
tr.k-alt.k-master-row {
    background-color: #e2edf6 !important;
}
div#gridSinistralidade td {
    font-size: 13px;
}
.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap.k-pager-sm {
    font-size: 11px;
}
a.k-button.k-button-icontext.k-grid-excel {
    background-color: #084F87;
    font-size: 11px;
    color: white;
}
a#clearFiltersButton{
    background-color: #084F87;
    font-size: 11px;
    color: white;
}
button.k-button.k-icon-button.k-button-clear {
    font-size: 1px;
    border: none;
    background-color: transparent;
}
input.k-input {
    margin-left: 11px;
    border-radius: 5px;
}
input.k-input {
    width: 60%;
}
.k-grid-filter.k-state-active {
    border-color: #aeaeae;
    background-color: #6fa4ce !important;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
}
/* .k-grid-content.k-auto-scrollable {
    height: 19.6rem;
} */
/* end kendo grid */

/* footer*/
.linefooter{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
img.compete2020-image {
    width: 336px;
}
/* end footer*/

/* Efeito 3D Tilt para o card-circle */
.card-3d-tilt {
    perspective: 1000px;
    position: relative;
}

.card-3d-image {
    transition: transform 0.1s ease-out;
    will-change: transform;
    transform-style: preserve-3d;
}

/* Suavizar o efeito quando o rato sai */
.card-3d-tilt:hover .card-3d-image {
    transition: transform 0.3s ease-out;
}

/* Reduzir tamanho do intro-thumb em 25% e posicionar nota */
.intro-thumb.card-3d-tilt {
    position: relative;
    transform: scale(0.75);
    transform-origin: center center;
}

/* Reduzir proporcionalmente os elementos internos */
.intro-thumb.card-3d-tilt .card-3d-image {
    width: 100%;
    height: auto;
}

/* Posicionar nota-ano-corrente de forma absoluta sobre a imagem */
.nota-ano-corrente {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 10;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
}
.lead {
    font-size: 16px;
}
@media (max-width: 1024px) {
    .nota-ano-corrente {
        position: relative !important;
        left: unset; bottom: unset;
        transform: none !important;
    }
}

/* Menu legal no footer-bottom */
.legal-menu-footer {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
}

.legal-menu-footer li {
    margin: 0;
    padding: 0;
}

.legal-menu-footer li a {
    color: #ffffff;
    padding: 0 10px;
    text-decoration: none;
}

.legal-menu-footer li a:hover {
    text-decoration: underline;
}

/* Font-weight 300 para todo o footer exceto títulos */
.footer {
    font-weight: 300;
}

.footer p,
.footer a,
.footer span,
.footer .text-muted,
.footer .link-icon,
.footer .legal-menu a,
.footer .legal-menu-footer a {
    font-weight: 200;
}

.footer h4,
.footer h5 {
    font-weight: normal;
}

/* Font-weight 300 para footer-bottom */
.footer-bottom {
    font-weight: 300;
}

.footer-bottom p,
.footer-bottom a {
    font-weight: 300;
}