#form-cadastro-pre-postagem section:not(:first-of-type) {
    display: none;
}

.moeda {
    text-align: right;
}

texto-vermelho-intenso {
    color: red;
    border: 1px solid #ff0039;
}

.error {
    color: red;
    font-style: italic;
    font-size: small;
    /*border-color: red;*/
}

input.error, select.error {
    color: red;
    border: 1px solid #ff0039;
}

label {
    font-weight: normal
}

.easy-autocomplete input {
    border-color: #ccc;
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: #555;
    float: none;
    padding: 6px 12px;
}

.btn-default:active, .btn-default:focus, .btn-default.active:focus, .btn-default:hover, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #1da4ec;
}

.ncm-obg {
    background-color: #f5a0a0 !important;
}

.vol-item-sem-ncm {
    border: 4px solid #ef3737;
    margin-left: 5px;
}

.wave {
    margin-top: 5px;
    float: left;
    width: 0px;
    height: 11px;
    box-sizing: border-box;
    border: 1px solid #DD4D4D;
    margin-left: 3px;
    animation: slide 0.6s infinite linear;
}

.wave:nth-child(2n+1) {
    animation-delay: 0.3s;
}

@keyframes slide {
    30% {
        margin-top: 0px;
    }
}

/* === card component ====== 
 * Variation of the panel component
 * version 2018.10.30
 * https://codepen.io/jstneg/pen/EVKYZj
 */

.card {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
    padding-right: 0px;
    padding-left: 0px;
}

.card:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card>.card-link {
    color: #333;
}

.card>.card-link:hover {
    text-decoration: none;
}

.card>.card-link .card-img img {
    border-radius: 6px 6px 0 0;
}

.card .card-img {
    position: relative;
    padding: 0;
    display: table;
}

.card .card-img .card-caption {
    position: absolute;
    right: 0;
    bottom: 16px;
    left: 0;
}

.card .card-body {
    display: table;
    width: 100%;
    padding-top: 2px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
}

.card .card-header {
    border-radius: 6px 6px 0 0;
    padding: 8px;
}

.card .card-footer {
    border-radius: 0 0 6px 6px;
    padding: 8px;
}

.card .card-left {
    position: relative;
    float: left;
    padding: 0 0 8px 0;
}

.card .card-right {
    position: relative;
    float: left;
    padding: 8px 0 0 0;
}

.card .card-body h1:first-child, .card .card-body h2:first-child, .card .card-body h3:first-child, .card .card-body h4:first-child, .card .card-body .h1, .card .card-body .h2, .card .card-body .h3, .card .card-body .h4 {
    margin-top: 0;
}

.card .card-body .heading {
    display: block;
}

.card .card-body .heading:last-child {
    margin-bottom: 0;
}

.card .card-body .lead {
    text-align: center;
    margin-bottom: 2px;
    font-size: 14px;
}

@media( min-width: 768px) {
    .card .card-left {
        float: left;
        padding: 0 8px 0 0;
    }
    .card .card-right {
        float: left;
        padding: 0 0 0 8px;
    }
    .card .card-4-8 .card-left {
        width: 33.33333333%;
    }
    .card .card-4-8 .card-right {
        width: 66.66666667%;
    }
    .card .card-5-7 .card-left {
        width: 41.66666667%;
    }
    .card .card-5-7 .card-right {
        width: 58.33333333%;
    }
    .card .card-6-6 .card-left {
        width: 50%;
    }
    .card .card-6-6 .card-right {
        width: 50%;
    }
    .card .card-7-5 .card-left {
        width: 58.33333333%;
    }
    .card .card-7-5 .card-right {
        width: 41.66666667%;
    }
    .card .card-8-4 .card-left {
        width: 66.66666667%;
    }
    .card .card-8-4 .card-right {
        width: 33.33333333%;
    }
}

/* -- price theme ------ */

.card-volume {
    border-color: #DCDCE7;
    background-color: #F8F8FA;
    margin-bottom: 24px;
    margin-right: 4px;
}

.card-volume>.card-heading, .card-volume>.card-footer {
    color: #333;
    background-color: #fdfdfd;
}

.card-volume>.card-heading {
    border-bottom: 1px solid #ddd;
    padding: 8px;
}

.card-volume>.card-footer {
    border-top: 1px solid #ddd;
    padding: 8px;
}

.card-volume>.card-img:first-child img {
    border-radius: 6px 6px 0 0;
}

.td-alinhado-centro {
    text-align: center;
    vertical-align: middle;
}

.td-alinhado-direita {
    text-align: right;
}

#checkTermosCondicoes-error {
    display: inline;
}

/* Configuração das dicas dos formulários */
.tooltip-inner {
    background-color: #0069d9 !important;
    color: #fff ;
    font-size: small;
}