#com-motor {
    border: 1px solid #dde2e8;
}

.item-menu-listar {
    border: none;
    background-color: white;
    margin: 5px 0;
    margin-left: -3px;
}

.item-listar:hover input {
    background-color: rgba(236, 232, 232, 0.274);
}

/*############### wizard*/
#wizard {
    /*margin-top: -23px;*/
}

.wizard_steps {
    margin-bottom: 0 !important;
    margin-top: -23px;
}

.actionBar {
    margin-top: -15px;
}

.tira-scroll {
    /*overflow: hidden;*/
}

.fixed {
    position: fixed;

}

/*
.menu_fixed {
    height: 100%;
    position: fixed;
}*/

.scroll-bar {

    overflow-y: visible !important;
    position: relative;
    top: auto;
    left: auto;
}

/* classes de ocultar dados for embarcacao*/
.esconde {
    display: none;
}

.mostra {
    display: block;
}

.img-principal .centro-home {
    background: #fff;
    margin-left: 10%;
    z-index: 1000;
    padding: 2px;
    margin-left: auto;
    margin-right: auto;
}

.img-principal img {
    width: 44%;
    margin-top: 50px;
    display: block;
    border-radius: 60%;
}

.centro-sal .centro-home {
    margin-left: auto;
    margin-right: auto;
}

.centro-sal img {
    width: 45%;
    margin-top: -26px;
    display: block;
    border-radius: 70%;
}

.centro-pesca .centro-home {
    margin-left: auto;
    margin-right: auto;
}

.centro-pesca img {
    width: 65%;
    margin-top: -80px;
    display: block;
    border-radius: 70%;
}

.centro-aquicultura .centro-home {
    margin-top: -24px;
    background: #fff;
    margin-left: 10%;
    padding: 2px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
}

.centro-aquicultura img {
    width: 60%;
    border-radius: 130%;
    display: block;
    background: #fff;
}

/* Estilização estatistica 
*/

.principal-estatistica {
    width: 100%
}

.principal-estatistica .informacao-anual {
    display: inline-block;
    margin-right: 25px;
}

.informacao-anual-caixa {
    box-shadow: 3px 3px 2px rgba(0, 0, 0, .2);
    background-color: rgba(0, 0, 0, .05);
    width: 160px;
    height: 95px;
    margin-bottom: 10px
}

.informacao-anual-caixa-filho {
    text-align: center;
    color: #000;
    font-size: 18px;
    padding: 5px 0;
}

.informacao-anual-ano {
    color: rgb(21, 73, 194);
}

.informacao-anual-qtd,
.informacao-anual-medida {
    color: #000;
}

.informacao-titulo {
    width: 160px;
    height: 95px;
    margin-bottom: 10px
}

.informacao-titulo-subtitulo {
    text-align: center;
    color: #000;
    font-size: 15px;
    padding: 5px 0
}

.informacao-anual-title {
    color: #000;
    text-align: center
}

.estatistica-grafico {
    height: 400px;
    width: 100%
}

.estatistica-tabela {
    margin-top: 40px;
    text-align: center
}

.estatistica-tabela td,
tr,
th,
tr td,
tr th {
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}

#sidebar-menu{
    background-color: #008494e0;
}

.estatistica-tabela td,
tr,
tr td{
    color: #000; 
}

.estatistica-tabela th {
    background-color: #008494;
    color: #fff;
}

.estatistica-tabela tfoot th {
    background-color: #008494;
    color: #fff;
    text-align: center;
}

.filtro-estatistica {
    padding-bottom: 60px;
    padding-top: 20px
}

.site_title span {
    padding-left: 16%;
}

.tipo-armador {
    border: 1px solid #ccc;
    margin-top: 10px;
    padding: 5px 0;
    font-size: 15px;
}

.logo-principal {
    box-shadow: 0px 2px 1px rgba(230, 225, 225, 0.411);
}

.titulo-modulo {
    margin-left: 8%;
}

.alerta-sucesso {
    padding: 5px;
    padding-left: 16px;
    border: none;
    background-color: rgba(90, 235, 90, 0.678);
}

.alerta-aviso {
    padding: 5px;
    padding-left: 16px;
    border: none;
    background-color: rgba(255, 99, 71, 0.801);
}

.detalhe-embarcacao {
    display: flex;
    justify-content: center;
    border: none;
}

.embarcacao-foto {
    width: 40%;
    padding: 0;
    margin: 0
}

.embarcacao-foto img {
    width: 100%;
    height: auto;
}

.embarcacao-dados {
    width: 40%;
    height: auto;
}

.embarcacao-dados .card {
    width: 100%;
    height: auto
}

.alert ul li {
    list-style: none;
    text-align-last: center;
}


.teal-color {
    color: teal;
}

.yellow-color {
    color: yellow;
}

.red-color {
    color: red;
}

.estatistica-sistema-item-opcao {
    list-style: none;
    margin-left: -30px;
    margin-bottom: 30px;
}

.estatistica-sistema-item-opcao li {
    display: inline-block;
}

.estatistica-sistema-item-opcao li button,
.btn-filtrar {
    border: 1px solid rgb(137, 175, 206);
    background-color: #3a6f937a;
    color: #fff;
}

.btn-filtrar {
    margin-top: 5px;
}



.table tr td {
    vertical-align: middle;
}

.styleHeader{
    margin: 0 auto;
    text-align: center;
    color: #333;
    border: 1px solid red;
    display: block;
}

.styleHeaderNoshow{
    display: none;
}


.headings {
    color: rgba(255, 255, 255, 0.89)
}


.estatisicaPDF {
    border: 1px solid #00859456;
    margin: 0;
    font-size: 1.2rem;
    padding: 5px;
    padding-top: 8px;
    cursor: pointer;
    transition: padding .2s ease-in-out;
    border-radius: 0;
    background-color: none;
}

.export-item:hover {
    padding: 3px;
    padding-top: 7px;
}

#lista-armador, .hidden-table{
    display: none;
}

.tooltip-arrow,
.estatisicaPDF +.tooltip>.tooltip-inner {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    font-size: 1.2rem;
}