@import url('https://fonts.googleapis.com/css?family=Lato:300,400');

body {
    font-family: 'Lato', sans-serif;
}

.overlay {
    position: fixed;
    background: #0080cc;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: table;
}

.loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.loader-text {
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    margin-top: 20px;
}

/*
.header {
    background: #666666;
}
 */
.footer {
    background: #666666;
    color: rgba(255,255,255);
}
.footer > .container {
    margin-top: 50px;
    padding-top: 20px;
    height: 80px;
    text-align: center;
    font-size: 10pt;
}
.footer > .container a, .footer > .container a:hover {
    text-decoration: none;
    color: #fff;
}
.footer > .container a:hover {
    font-weight: bold;
}
.footer > .powered {
    margin-top: 10px;
}

.brand-img {
    display: block;

}

.title-pagamento {
    color: #ffffff;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
}

.main {
    margin-top: 20px;
    margin-bottom: 20px;
}

.legend {
    color: #0080cc;
    border-bottom: 0;
    font-weight: 300;
    font-size: 32px;
}

.btn-custom {
    border-radius: 20px;
    width: 150px;
    background: #0080cc;
    color: #ffffff;
    border: 0;
    height: 40px;
    font-weight: 300;
}
.btn-custom2 {
    color: #ffffff;
    border: 0;
    font-weight: 300;
    font-size: 10pt;
    height: 27px;
    margin-top: -2px;
    
}
.btn-custom3 {
    border-radius: 20px;
    background: #0080cc;
    color: #ffffff;
    border: 0;
    height: 40px;
    font-weight: 300;
}
.btn-custom4 {
    border-radius: 40px;
    background: #0080cc;
    color: #ffffff;
    border: 0;
    font-weight: 200;
    font-size: 0.95em;
}

#cliente-forma_pagamento label {
    padding-right: 20px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ecf0f1;
}

.kv-grid-loading {
    /*opacity: 0.5;*/
    background: #ffffff url('../images/loading.gif') center center no-repeat !important;
}

.kv-grid-loading tr, .kv-grid-loading td {
    background: transparent !important;
}

.kv-grid-loading td {
    border-color: transparent !important;
}

.kv-grid-loading .table {
    opacity: 1;
}

@media (min-width: 768px) {
    /*.brand-img {
        margin: 10px 0 10px;
    }*/

    .title-pagamento {
        text-align: left;
        margin-top: 60px;
    }
}

.not-set {
    color: #c55;
    font-style: italic;
}

.pix ul li {
    list-style-type: none;
}
.pix ul li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: bolder;
    font-size: 1.4em;
    margin-right: 7px;
    content: "\f105";
    color: #0080cc;
}

@media (max-width: 767px) {
    .pix-container div {
        text-align:left !important;
        margin-left: 20px;
    }
}

.container-pix .pix-status {
    font-size: 14px;
    color: #0080cc;
}
.container-pix .status-atualizacao {
    margin-top: 20px;
}
.container-pix .instrucoes {
    margin-top: 50px;
}
.container-pix .instrucoes p {
    font-size: 1.4em;
    color: #0080cc;
}
.container-pix .instrucoes ul {
    padding-left: 5px;
    list-style-type: none;
}
.container-pix .instrucoes ul li {
    font-size: 1.1em;
    margin-bottom: 10px;
}
.container-pix .panel-body {
    padding: 40px;
}
.container-pix .instrucoes ul li span {
    font-size: 1.3em;
    font-weight: 600;
    color: #0080cc;
    opacity: 0.6;
    margin-right: 10px;
}
.container-pix .panel-qr {
    text-align: center;
}
.container-pix .panel-qr .title {
    font-size: 1.4em;
    color: #0080cc;
}
.container-pix .panel-qr .limit-date {
    margin-top: 25px;
}
.container-pix .panel-qr .qr-code {
    margin-top: 30px;
}
.container-pix .panel-qr .shopper {
    margin-top: 20px;
}
.container-pix .panel-qr .link-copy {
    margin-top: 20px;
    color: #0080cc;
    font-size: 1.2em;
}
.container-pix .panel-qr .link-copy i {
    margin-right: 8px;
}
.btnCopyQrCode:hover, .btnCopyQrCode:visited, .btnCopyQrCode:link {
    text-decoration: none;
}

.container-pix .panel-qr .tip {
    margin-top: 20px;
    color: white;
    width: 100%;
    text-align: left;
    padding: 30px;
    background-color: #0080cc;
}

.panel-status .boleto-status {
    font-size: 14px;
    color: #0080cc;
    margin-left: 20px;
}

.texto_aceite {
    color: red;
    margin-left: 6px;
}

.none {
    display: none;
}
.kv-drp-dropdown .range-value {
    padding-left: 3rem;
}

.btn-switch-lang {
    padding: 15px 60px;
    font-size: 1.6em;
    max-width: 400px;
    border-radius: 30px;
    background: #0080cc;
    color: #ffffff;
    border: 0;
}

.text-attention {
    color: red;
    margin-left: 6px;
    font-weight: bold;
}