@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:700|Work+Sans:400,700);
body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Work Sans', Arial;
}
.navbar-brand {
    padding: 4px 25px 0 25px;
}
.navbar-brand img {
    display: inline;
    height: 45px;
}
.navbar-brandtext {
    font-weight: 700;
    font-size: 1.1em;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
.v-align {
    vertical-align: middle!important;
}
.fa-font13 {
    font-size: 1.3em;
}
#overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    z-index: 999999999999999999999999999;
    filter: alpha(opacity=80);
    width:100%;
    height:100%;
}
#loading {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}
.resultado-consulta {
    display: none;
}
.item-frete {
    font-size: 1.2em;
    font-weight: 700;
    float: right !important;
}
.item-frete-indisponivel {
    color: red;
}
.localizador {
    font-family: 'Roboto Mono', 'Work Sans', Verdana;
    font-size: 1.5em;
}
.list-padding-bottom {
    padding-bottom: 4%;
}

.p-print {
    margin: 0 0 2px;
}

.strong {
    font-weight: 700;
}

td.details-control:before {
    font-family: FontAwesome;
    content: "\f055";
    cursor: pointer;
    font-size: 14px!important;
}

td.details-control {
    font-size: 0;
    text-align: center;
}

td.arrow-control:before {
    font-family: FontAwesome;
    content: "\f105";
    cursor: auto;
    font-size: 14px!important;
}

td.arrow-control {
    font-size: 0;
    text-align: center;
}

.padding-0 {
    padding: 0;
}

.table > tbody > tr > td, th {
     vertical-align: middle!important;
}

.spacer {
    margin-bottom: 15px;
}

.no-top-space {
    margin-top: 0px;
}

.final-cartao {
    font-size: 1.7em;
    height: 45px;
}

.quote-order-app {
    padding-top: 20px;
}

@media (max-width: 1199px) {
    .form-group {
        margin-right: 0px!important;
        margin-left: 0px!important;
    }
    .quote-order-app {
        padding-top: 70px;
    }
}
