/* -webkit-align-items */ 
/* -webkit-justify-content */ 
/* -webkit-flex-direction */ 
/* -webkit-flex-wrap */ 

body {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}

div.container-principal,
div.row-principal {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.input-group {
    margin-bottom: 1.5rem;
    height: 3rem;
}

.input-group > .form-control {
    height: 100%;
    border-top-right-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
}

.input-group > .input-group-addon {
    height: 100%;
    padding: 0 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.input-group > .input-group-addon > .lbl-login {
    margin: 0;
}

button:focus {
    outline: 0!important;
}

.input-group > .input-group-addon > .lbl-login > img {
    height: 1.5rem;
}

#image {
    height: 30vh;
}

#logo {
    max-height: 20vh;
    max-width: 22rem;
}

.b-form form p {
    text-align: center;
}

.box-center {
    margin: 0 auto;
    height: auto;
    width: auto;
    min-width: 60vw;
    min-height: 50vh;
    background-color: #fff;
    border-radius: 5px;
    padding: 2rem;
}

.box-center-faturas {
    margin: 0 auto;
    height: auto;
    min-width: 75vw;
    min-height: 50vh;
    width: auto;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: center;
    align-items: center;
}

.btn-voltar {
    width: 16rem;
    height: 3rem;
    font-size: 1.5rem!important;
}

.box-center .bloco-apresentacao {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 1rem;
}

.box-center .bloco-apresentacao img {
    height: 15rem;
}

.box-center .bloco-apresentacao p {
    max-width: 18rem;
    text-align: center;
    font-weight: bold;
}

.box-center .form-envio .logo-marca img {
    max-width: 22rem;
    max-height: 15rem;
}

.box-center .form-envio #listaBoleto p {
    font-size: 1rem;
    text-align: center;
}

.box-center form label {
    width: 100%;
}

.box-center .form-envio {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 1rem;
}

.box-center .form-envio #listaBoleto {
    width: 100%;
}

.box-center .form-envio #listaBoleto div.alert {
    padding: 0.4rem;
    font-weight: bold;
    margin-top: 1rem;
}

.box-center form .form-group {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.box-center form .form-group .input-group {
    width: 100%;
}

.box-center form input [type=text] {
    border-bottom-right-radius: 10px;
}

.box-center-faturas table {
    margin: 0;
    padding: 0;
}

div.form-group label.error {
    color: #ffffff;
}

.box-center-faturas .table-faturas {
    max-height: 60vh;
    width: 100%;
    overflow: auto;
}

.box-center-faturas .table-faturas table tbody tr {
    height: 5rem;
}

.box-center-faturas .table-faturas table thead th {
    height: 5rem;
    text-align: center!important;
    font-weight: bold;
}

.box-center-faturas .table-faturas table tbody tr td {
    max-width: 35ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 5rem;
}

.box-center-faturas .logo-marca {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 2rem;
}

.box-center-faturas .logo-marca img {
    max-width: 25rem;
}

.glyphicon {
    line-height: 4rem!important;
    font-size: 2.5rem;
}

.table-faturas::-webkit-scrollbar {
    width: 8px;
}

.table-faturas::-webkit-scrollbar-button {
    width: 8px;
    height: 5px;
}

.table-faturas::-webkit-scrollbar-track {
    background: #eee;
}

.table-faturas::-webkit-scrollbar-thumb {
    background: #999;
}

.modal.show .modal-dialog {
    margin: 0 auto!important;
}

#modalPagamento .modal-header h5 {
    margin: 0;
}

/* .modal-content {
    width: 50vw!important;
    height: 90vh!important;
} */

.modal-viewpdf {
    width: 50vw!important;
    height: 90vh!important;
}

.modal-body {
    padding: 0rem 0rem 0rem 0rem!important;
}

.b-information {
    padding: 1.5rem;
    margin: 1.5rem;
    border: 1px solid;
    border-radius: 0.3rem;
}

.b-information p {
    margin-bottom: 0;
}

/* .modal-header {
    padding: 0 0.2rem!important;
    border-bottom: 0!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
} */

.pdfobject-container {
    width: 100%!important;
    height: auto!important;
    border: 0!important;
}

/* #iconDownBL{
    display: none;
} */

@media (max-width: 775px) {
    .b-image {
        display: none!important;
    }

    #logo {
        max-width: 20rem;
    }

    #iconPDFBL {
        display: none;
    }

    #iconDownBL{
        display: inline;
    }
    
    .box-center-faturas .logo-marca img {
        max-width: 18rem;
    }
    .box-center {
        min-width: 100vw;
        min-height: 100vh;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
    .box-center .form-envio {
        height: 50vh;
    }
    .box-center-faturas {
        min-width: 100vw;
        min-height: 80vh;
    }
    .box-center-faturas .table-faturas table tbody tr td:nth-child(1),
    .box-center-faturas .table-faturas table thead tr th:nth-child(1),
    .box-center-faturas .table-faturas table tbody tr td:nth-child(2),
    .box-center-faturas .table-faturas table thead tr th:nth-child(2),
    .box-center-faturas .table-faturas table tbody tr td:nth-child(5),
    .box-center-faturas .table-faturas table thead tr th:nth-child(5) {
        display: none;
    }
    .box-center form .form-group .input-group {
        max-width: 100vw;
    }
}

@media (max-width: 350px) {
    #logo {
        max-width: 18rem;
    }
}

div.b-form div.ct_b_header img.logo {
    max-width: 20rem;
    padding: 1rem;
}

div.b-form div.ct_b_header span {
    padding: 1rem;
    font-size: 1.1rem;
    text-align: center;
    
}