body {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1rem;
    font-family: "Montserrat";
    background: #f9f9f9;
}


#input-linha-digitavel{
  opacity: 0;
  filter: alpha(opacity=0);
 /* width:1px;
  height:1px;*/
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #333;
}

hr {
    border: 0.01rem solid #eaeaea;
}

.form-group,
p {
    margin-bottom: 5px !important;
}

.scroll {
    overflow: auto;
    height: 564px;
}

.none {
    display: none;
}

.header {
    grid-area: header;
    background: #428bca;
    padding: 5px 0 2px 0;
}

.sidebar,
.content,
.footer {
    padding: 5px;
}

.sidebar {
    grid-area: sidebar;
}

.content {
    grid-area: content;
}

.footer {
    grid-area: footer;
}

.wrapper {
    color: #444;
    max-width: 100%;
}

.wrapper {
    display: grid;
    grid-gap: 1em;
    grid-template-areas:
        "header"
        "sidebar"
        "content"
        "footer";
}

.page-login .wrapper section, .page-redefinir-senha .wrapper section, .page-login-recuperar-senha .wrapper section {
    width: 25%;
    background: #ffff;
    padding: 25px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 80px 0px 80px 0px;
    box-shadow: 2px 2px #eaeaea;
}

.page-login .wrapper section img, .page-redefinir-senha .wrapper section img, .page-login-recuperar-senha .wrapper section img{
    max-width: 100%;
    width: 65%;
    margin: 0 auto;
    display: table;
    margin-bottom: 25px;
}
.page-login .wrapper section form input, .page-redefinir-senha .wrapper section form input, .page-login-recuperar-senha .wrapper section form input{
    width: 100%;
}

.page-login .wrapper  section form a button:not(.close)  {
    background: #4ebddb;
    color: #fff;
    border: 3px solid #33698d;
    border-radius: 25px;
    width: 100%;
    display: table;
    margin: 0 auto 5px auto;
    border: 3px solid #1b376b;
    text-transform: uppercase;
    font-weight: 700;
}

.page-login .wrapper section form button:not(.close):not(.primerio-acesso), .page-redefinir-senha .wrapper section form button:not(.close):not(.primerio-acesso), .page-login-recuperar-senha .wrapper section form button:not(.close):not(.primerio-acesso) {
    border-radius: 25px;
    width: 100%;
    display: table;
    margin: 0 auto 5px auto;
    border: 3px solid #1b376b;
    background: transparent;
    color: #1b376b;
    text-transform: uppercase;
    font-weight: 700;
}

.page-login .wrapper section form label, .page-redefinir-senha .wrapper section form label, .page-login .wrapper section a, .page-login-recuperar-senha .wrapper section form label {
    text-align: left;
    font-size: 0.7rem;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 700;
    color: #4fbbdf;
}
.page-login .wrapper section form button:hover:not(.close), .page-redefinir-senha .wrapper section form button:hover:not(.close), .page-login-recuperar-senha .wrapper section form button:hover:not(.close) {
    background: #4ebddb;
    color: #fff;
    border: 3px solid #33698d;
}

.page-login .wrapper section form input[type="text"], .page-redefinir-senha .wrapper section form input[type="text"], .page-login-recuperar-senha .wrapper section form input[type="text"],
.page-login .wrapper section form input[type="password"], .page-redefinir-senha .wrapper section form input[type="password"] {
    margin-bottom: 25px;
    border: none;
    border-bottom: 2px solid #4fbbdf;
    color: #c5c5c5;
}

.page-login .wrapper section form input:focus, .page-redefinir-senha .wrapper section form input:focus, .page-login-recuperar-senha .wrapper section form input:focus {
    outline: none;
}

.box-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.single-box-login,
.single-box-form,
.single-box,
.single-box-sidebar,
.single-box-breadcrumb {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 98.6%;
    height: auto;
    border-radius: 4px;
    margin: 10px 0;
    padding: 10px;
    transition: 0.3s;
}

.single-box-login img {
    max-width: 80%;
    margin-bottom: 30px;
}

.single-box-form,
.single-box-breadcrumb {
    background-color: #fff;
}

.single-box {
    align-items: center;
    justify-content: center;
    width: 49%;
    height: 250px;
    background-color: #fff;
    text-align: center;
    margin: 5px;
    box-shadow: 2px 2px #eaeaea;
}

.single-box-sidebar {
    align-items: center;
    /* width: 250px; */
    height: 630px;
    background-color: #fff;
}

.single-box:hover {
    background: #95bde0;
}

.single-box h1,
.single-box-breadcrumb h1 {
    font-size: 1.5rem;
    margin: 5px 0px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1a386b;
}

.img-area,
.single-box-sidebar .img-area-sidebar {
    display: flex;
    align-items: center;
    border-radius: 12%;
    margin-bottom: 10px;
    padding: 20px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.img-area {
    justfy-content: center;
    width: 80px;
    height: 80px;
}

.single-box-sidebar .img-area-sidebar {
    width: 85%;
    height: 27%;
}

.single-box .img-area {
    margin: 0 auto;
    margin-bottom: 14px;
}
.single-box:nth-child(1) .img-area {
    /* background-image: url('../img/barcode.png'); */
    fill: #0562dc;
    stroke: #000;
    stroke-width: 5;
}

.single-box-sidebar header {
    width: 90%;
}

.single-box-sidebar h1 {
    font-size: 0.8rem;
    margin-top: 5px;
}

.single-box-sidebar p {
    font-size: 0.8rem;
}

.sidebar .single-box-sidebar:nth-child(1) .img-area-sidebar {
    background-size: contain;
    background-repeat: no-repeat;
}

.single-box-sidebar ul {
    list-style: none;
    padding-inline-start: 0;
}

.single-box-sidebar ul li {
    padding: 10px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #eaeaea;
}

.single-box-sidebar ul li:nth-child(7) {
    border-width: 0px 0px 0px 0px;
}

.single-box-sidebar ul li:hover {
    background: #f9f9f9;
}

.single-box-sidebar ul li.active {
    background: #f5f5f5;
}

.single-box-sidebar ul li i,
.single-box-form a i {
    color: #428bca;
}

.single-box-sidebar ul li span {
    float: right;
}

.single-box-form label,
.single-box-login label {
    font-size: 0.9rem;
    font-weight: bold;
}

.single-box-form h2 {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.single-box-form h2 > i {
    color: #428bca;
}

table {
    min-height: 140px;
}

table tr th {
    font-size: 0.7rem;
    text-align: center;
}

table tr td {
    font-size: 0.7rem;
}

table a {
    padding: 0px 3px;
    float: left;
    font-size: 0.6rem;
}

table .icone-situacao-boleto {
    border: 2px solid #3366ff;
    border-radius: 20%;
    padding: 0px 7px;
    float: left;
    margin: 0px 0px 4px 0px;
    text-align: center;
    cursor:default;
}

table .icone-situacao-boleto i {
    display: block;
    font-size: 1.8rem;
}

table .icone-situacao-boleto span {
    display: block;
    font-size: 0.5rem;
    font-weight: bold;
}

.page-documentacao table tbody td {
    font-size: 0.7rem;
}

.page-documentacao table tbody td:nth-child(2) {
    width: 80%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    display: block;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch input:checked + .slider {
    background-color: #428bca;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #428bca;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.dropdown-menu a {
    font-size: 0.9rem;
}

.dropdown-menu i {
    width: 14%;
}

.dropdown-item {
    padding: 0.25rem 1rem !important;
}

.label-obirgatorio label::after {
    content: " *";
    color: rgb(202, 75, 75);
}

.icone-bandeira-cartao img {
    margin-top: 35px;
}

.termo-aceite-cartao p {
    font-size: 0.8em;
    margin-top: 15px;
}

.verso-cartao img {
    margin-top: 30px;
    width: 31%;
    cursor: pointer;
    position: absolute;
    z-index: 999;
}

.form-check label {
    cursor: pointer;
}

.btn-qtde-terceiros-envolvidos {
    margin-top: 31px;
}

.card-body-upload{
    padding: 0 !important;
}

.card-header {
    background: #428bca !important;
    color: #FFF;
}

.timeline {
    border-left: 3px solid #428bca;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(225, 227, 231, 0.09);
    margin-left: 12%;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 100%;
}

svg{
	display: inline-block;
	color: blue;
	font-size: inherit;
	height: 1em;
	overflow: visible;
	vertical-align: -.125em;
}

#pagar-com-pix svg {
    fill: #32bcad; 
}

#modal-pix {
    max-height: 500px;
    overflow-y: auto; 
}

.pesquisa-card-header { 
	background: #e9ecef !important;
	color: #1a386b;
	font-weight: bold;
	border-style: solid;
	border-width: 0 0 0 5px;
	border-color: #428bca;
}

.pesquisa-card-body { 
	border-style: solid;
    border-width: 0 0 0 5px;
    border-color: #428bca;
}

.respondido {
   opacity: 0.4;
}

.termo-card-header { 
	background: #e9ecef !important;
	font-weight: bold;
	border-style: solid;
	border-width: 0 0 0 5px;
	border-color: #428bca;
}

#btn-termos {
    box-shadow: none !important;
    outline: none !important;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 300;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #428bca;
    box-shadow: 0 0 0 3px #428bca;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}

.msgAceite a {
        font-weight: bold;
    }
    .msgAceite {
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        color: #000;
        margin: 30px;
        overflow:hidden;
        background: #ffc107;
        height: auto;
        width: 370px;
        padding: 12px;
        border-radius: 8px;
        box-shadow:  0 0 8px rgba(56,56,56,0.8);
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 999;
    }
    #progress {
    width: 100%;
    height: 5px;
    position: relative;
    background-color: #ddd;
    }

    #bar {
    background-color: #d8a300;
    width: 10px;
    height: 5px;
    position: absolute;
    }


.iconeCollapse { font-size: 1.3rem; margin-right: 5px; color: #fff !important}
[data-toggle="collapse"][aria-expanded="false"] > .iconeCollapse{ -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);}
[data-toggle="collapse"][aria-expanded="true"] > .iconeCollapse { -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }

@media only screen and (min-width: 500px) {    
    .wrapper {
        grid-template-columns: 20% auto;
        grid-template-areas:
            "header   header"
            "sidebar  content"
            "footer   footer";
    }
}

@media only screen and (min-width: 600px) {
    .page-login .wrapper section form input, .page-redefinir-senha .wrapper section form input, .page-login-recuperar-senha .wrapper section form input {
        width: 90%;
    }
    .wrapper {
        grid-gap: 5px;
        grid-template-columns: 300px auto;
        grid-template-areas:
            "header  header  header"
            "sidebar content content"
            "footer  footer  footer";
    }
}

@media only screen and (max-width: 600px) {
    .single-box {
        width: 100%;
    }
}

@media (min-width: 270px) and (max-width: 700px) {
    .page-login .wrapper section form input, .page-redefinir-senha .wrapper section form input, .page-login-recuperar-senha .wrapper section form input {
        width: 60%;
    }
    .page-login .wrapper section, .page-redefinir-senha .wrapper section, .page-login-recuperar-senha .wrapper section {
        width: 90%;
        background: #ffff;
        padding: 25px;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 80px 0px 80px 0px;
        box-shadow: 2px 2px #eaeaea;
    }
}