﻿body {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}


.logo-empresa {
    max-height: 90px;
    background-color: #efefef;
}

.header {
    background-color: #efefef;
}

#formPagamento.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.text-regras {
    font-size: 11px;    
}

.icon-pix {
    max-height: 31px;
}

.icons-tab {
    font-size: 21px;
}

.nav-tabs > li {
    
    font-size: 12px;
}

.nav-tabs {
    margin-top: 0px;
}

html {
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    body {
        margin: 0 0 100px;
    }
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
}

#formPagamento, #dadosComprovante {
    margin-bottom: 45px;
}

.selos {
    list-style-type: none;
}

.selos li {
    padding-bottom: 10px;
}

#dadosConsorciado .progressbar-wrapper,
#dadosVendedor .progressbar-wrapper,
#dadosPagamento .progressbar-wrapper,
#dadosComprovante .progressbar-wrapper {
    background: none;
}