.customInput-blue {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #337ab7 !important;
    border: 0px !important;
    border-bottom: 2px solid #fff !important;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}

.customInput-blue select:invalid {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ebebeb !important;
    font-weight: normal !important;
    font-size: 12px !important;
    text-align: left;
}

.customInput-blue::placeholder {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}

.cabecalhoDetalhesItens {
    background-color: #337ab7 !important;
    margin-top: -1px !important;
    border: 0px !important;
    text-align: center;
}

.cabecalhoDetalhesItens h6 {
    color: #fff !important;
    font-size: 16px;
}
.cabecalhoDetalhesItens .txt-fixo {
    color: #ebebeb !important;
}

.cabecalhoDetalhesItens .det table tr {
    display: flex;
    flex-direction: column;
}

.cabecalhoDetalhesItens .det table tr td {
    width: 100% !important;
    text-align: center !important;
}

.cabecalhoDetalhesItens .det table tr td .img {
    border: 0px !important;
    border-radius: 0px !important;
    width: 100% !important;
    height: 200px !important;
    box-shadow: #333 0.1em 0.1em 0.3em;
}

.cabecalhoDetalhesItens .det table tr .fechar {
    position: fixed;
    top: 10px;
    right: 10px;
}

.erro {
    color: #8b2729;
}
.sucesso {
    color: #417836;
}

.status {
    width: 102%;
    max-width: 102%;
    height: 6em;
    max-height: auto;
    z-index: 999999;
    top: 0;
    left: -1%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    box-shadow: #666 0.1em 0.1em 0.3em;
    opacity: 0.9;
    font-size: 1.3em;
    position: fixed;
    display: none;
}

select[readonly] {
    background: #eee;
    pointer-events: none;
    cursor: no-drop;
    touch-action: none;
}

.tab-pane .thumbnail,
#listar .thumbnail,
.abre_detalhes {
    padding: 10px !important;
}

.img {
    border: 1px solid #ccc !important;
    background-size: 100% !important;
    box-shadow: 0.1em 0.1em 0.3em #ccc;
    border-radius: 100px !important;
}

.navbar-fixed-top {
    box-shadow: 0.1em 0.1em 0.1em 0.1em #ccc !important;
    border-bottom: 1px solid #2d6a9f !important;
    border-radius: 0px !important;
}

.titulo_sistema {
    margin-top: 5px !important;
}

[data-target="#navbar"] {
    border: 0px;
    background-color: transparent !important;
    margin-top: 12px !important;
}

.navbar-inverse .navbar-nav > .open > a {
    color: #afcee9 !important;
    background-color: #2d6a9f !important;
}

.externa {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.abre_detalhes .valores {
    margin-left: -10px;
    margin-right: -10px;
    padding: 15px;
    height: 100%;
    overflow: none;
}

#listar_itens .valores_all {
    margin-left: -10px;
    margin-right: -10px;
    padding: 15px;
}

#listar_transportadoras_pesquisa {
    padding: 15px;
}

.detalhes_transportadora {
    background-color: transparent;
    padding: 5px;
}
