html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

.navbar {
    background-color: #f0f2f5;
    /*background-color: rgb(0, 64, 125)!important;*/
}

.navbar-principal {
    /*background-color: #f0f2f5;*/
    background-color: rgb(0, 64, 125) !important;
}

.input-search {
    padding: 5px !important;
    border: 1px solid;
}

.close {
    float: right;
    font-size: 22px;
    font-weight: bold !important;
    line-height: 0;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.main-top {
    padding-top: 15px;
}

.btn-primary {
    color: #fff;
    font-weight: 700;
    background-color: rgb(0, 64, 125) !important;
    border-color: rgb(0, 64, 125) !important;
}

.link-apontamento {
    text-decoration: none;
}

.bg-table {
    background-color: #00305e !important;
    color: white;
}

.bg-mw {
    background-color: #00305e !important;
    color: white;
}

.bg-mw-2 {
    background-color: #00305e !important;
}
.bg-mw-2 main {
    margin-bottom: -50px !important;
    padding: 0 25px;
}


.bg-data {
    background-color: #eaa117 !important;
    color: white;
    font-weight: 700;
    border-radius: 5px;
    padding: 2px 10px;
}

.bg-data-sub {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    padding: 2px 10px;
}

.bg-total {
    background-color: #eaa117 !important;
    color: white;
    font-weight: 700;
}

.bg-total-sub {
    background-color: #00305e !important;
    color: white;
    font-weight: 700;
}

.lnk-voltar {
    font-size: 20px;
    color: #eaa117;
    font-weight: 700;
    text-align: left;
}

.lnk-voltar:hover {
    font-size: 20px;
    color: #eaa117;
}

.title-parceiro {
    color: #eaa117;
    font-weight: 700;
}

.parceiro {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.wpb_wrapper{
    text-align: left;
}

.vc_tta-panel-title {
    color: #eaa117;
}

.img-topo{
    max-width:250px!important;
}