@charset "UTF-8";
/* CSS Document */

body {
    background-color: #fcfcfc;
}

a {
    color: #333333;
}

footer a {
    color: #f1f3f6 !important;
    font-size: x-small;
}

.navbar {
    border-bottom-color: #286190 !important;
}

.datepicker {

}

.data {

}

.ldigitavel {

}

.lconvenio {

}

.fonecel {

}

.fonefixo {

}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}

.navbar-right {
    margin-right: 0 !important;
    margin-top: 15px !important;
}

.header-link {
    margin-right: 0 !important;
}

.navbar-form-custom {
    margin-left: 15px !important;
}

.navbar-default {
    background-color: white !important;
}

.me-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -75px 0 0 -50px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #62cb31;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1001;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #62cb31;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.background_loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #E4E4E4;
    z-index: 1000;
}

.loader_internal {
    height: 200px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.bootbox-alert div div div button.btn-primary {
    background-color: #62cb31;
    border-color: #62cb31;
}

.ui-autocomplete {
    z-index: 9999 !important;
}

.ui-front {
    z-index: 9999 !important;
}

#response {
    margin: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 25px;
}

/* Paginação */
.pagination {
    margin-top: -5px !important;
    margin-bottom: 8px !important;
}

/* Panel */
.panel {
    font-size: 13px;
}

.panel-title {
    font-size: 14px;
}

.panel-title-adjust {
    margin-top: -4px;
    margin-right: -10px;
}

.autosize {
    width: auto;
}

.inline {
    display: inline-block;
}

.margin-zero {
    margin: 0 !important;
}

.title-huge {
    font-size: 18px;
    font-weight: 400;
    text-align: right;
}

.fa-huge {
    font-size: 7em;
    margin-top: 15px
}

.x-huge {
    font-size: 100px;
    line-height: 120px;
    font-weight: bold;
    text-align: left;
}

.row-xs {
    margin-right: -5px;
    margin-left: -5px;
}

.panel-xs {
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 10px;
}

.text-xs {
    font-size: 10px;
}

.modal {
    z-index: 2002;
}

.modal-backdrop {
    z-index: 2001;
}

.form-control[readonly] {
    background-color: #ffffff;
}

.custom-checkbox > [type="checkbox"],
.custom-checkbox > label {
    margin-bottom: 0px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbox > [type="checkbox"]:not(:checked),
.custom-checkbox > [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label,
.custom-checkbox > [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 17px;
    height: 17px;
    border: 1px solid #ddd;
    background: #ffffff;
    border-radius: 2px;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label:after,
.custom-checkbox > [type="checkbox"]:checked + label:after {
    font: normal normal normal 12px/1 'Glyphicons Halflings';
    content: '\e013';
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 2px;
    color: #94C947;
    xtransition: all .2s;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.custom-checkbox > [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after,
.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {
    content: '\2212';
    left: 2px;
    opacity: 1;
    transform: scale(1);
}

.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    background-color: #eeeeee;
    border-color: #eeeeee;
    cursor: not-allowed;
    opacity: 1;
    color: #dadada;
}

.custom-checkbox > [type="checkbox"]:disabled:checked + label:after {
    color: #dadada;
    cursor: not-allowed;
}

.custom-checkbox > [type="checkbox"]:disabled + label {
    color: #aaa;
    cursor: not-allowed;
}

.custom-checkbox > [type="checkbox"]:checked:focus + label:before,
.custom-checkbox > [type="checkbox"]:not(:checked):focus + label:before {
    border: 1px solid #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.custom-checkbox > label:hover:before {
    border: 1px solid #88D2FF !important;
}

.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:hover:before,
.custom-checkbox > [type="checkbox"]:disabled:checked + label:hover:before {
    border: 1px solid #E4E4E4 !important;
}

.datepicker {
    z-index: 100 !important;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
    align-items: center;
}

.header-new h1 {

}

.footer-banner {
    min-height: 90px;
    background-color: #3e821f;
}

.footer-banner .text-footer-banner {
    color: floralwhite;
    text-align: center;
    font-size: large;
    width: 70%;
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 1em;
}

.footer-banner .text-footer-banner span {
    font-weight: bold;
}

.container {
    width: 100%;
}

.landing-page {
    margin: 0;
    padding: 0;
}

.container-nav {
    padding: 0px 7% 30px 7%;
    width: 100%;
}

.logo-header {
    margin-top: 20px;
    margin-bottom: 2px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 43px;
    width: 180px;
}

.navbar-right {
    margin-top: 10px;
}

.banner-login {
    margin-top: 100px;
    margin-left: 80px;
    flex-direction: column;
}

.banner-login h2 {

    font-size: 38px;
    font-weight: bold;
    font-style: italic;
    font-family: 'DinMediumItalic', Arial, Sans-serif;
    color: white !important;
    text-align: start;
    margin: 0;
    padding: 0;

}

.banner-login h5 {
    color: #818b8f;
    text-align: start;
    font-size: large;
}

.form-login {
    background-color: white;
    border-radius: 5px;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    margin-right: 30px;
}

h3 {
    text-align: center;
    font-weight: bolder !important;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #286190;
    font-size: large;
}

.section-login {
    padding-top: 130px !important;
    background-color: #416378;
    min-height: 530px;
}

.section-novo-cliente {
    margin-top: 100px;
    margin-bottom: 25px;
    width: 100%;
}

.form-novo-cliente {
    margin: 10px;
}

.input-new-client-500 {
    max-width: 500px;
}

.input-new-client-400 {
    max-width: 400px;
}

.input-new-client-200 {
    max-width: 200px;
}

.input-new-client-100 {
    max-width: 100px;
}

section {
    padding: 0px 1% 10px 1% !important;
}

#parceiro {
    min-height: 200px;
    flex-direction: column;
    justify-content: center;
    padding-top: 30px !important;
}

#parceiro h3 {
    text-align: left;
    font-weight: bolder;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #286190;
    font-style: oblique;
    font-size: x-large;
    text-transform: uppercase;
}

.header-submenu {
    padding-top: 10px !important;
    padding-bottom: 8px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 85px;
    margin-bottom: 10px;
    width: 100%;
    background-color: #134360;
}

.header-submenu ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.header-submenu ol li {
    display: inline;
}

.header-submenu ul li {
    display: block;
}

.header-submenu ol li a {
    padding: 2px 20px;
    display: inline-block;
    font-size: small;
    color: white;
    border-right: 1px solid #FFF;
}

.header-submenu .ativo {
    border-bottom: solid;
    border-bottom-width: 3px;
    border-bottom-color: #286190;
}

.section-home, .section-cobrancas, .section-nova-cobranca, .section-cadastro, .section-clientes {
    margin: 0px auto;
    width: 100%;
    /*margin-bottom: 35px;*/
}

.section-remate {
    margin: 0px auto;
    width: 100%;
    margin-bottom: 35px;
}

.section-system {
    margin: 0px auto;
    padding-top: 100px;
    width: 100%;
    margin-bottom: 35px;
}


.section-select-pay {
    margin: 0px auto;
    width: 90%;
    margin-top: 30px;
    margin-bottom: 35px;
}

.section-view-contas {
    margin: 0px auto;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 35px;
}

.footer-site {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    background: #223;
    color: #000000ad;
    padding: 5px 0;
    text-align: center;
    font-weight: bold;
}

.color-blue {
    color: #337ab7;
}

#captcha {
    margin: 0 auto;
    display: block;
}

.g-recaptcha {
    display: inline-block;
}

@media (min-width: 37em) {

}

/* 592px */

@media (min-width: 41em) {

}

/* 656px */
@media (min-width: 47em) {

}

/* 752px */
@media (max-width: 68em) {

}

/* 1088px */
@media (min-width: 82em) {
    #passo-a-passo {
        height: 380px;
    }
}

/* 1312px */
@media (min-width: 100em) {
}

/* 1600px */

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}

.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
    background-color: #ddd;
    border-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}

/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
    background-color: #3071a9;
    border-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
    color: #428bca;
    background-color: #fff;
    border-color: #428bca;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}

/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs > li > a,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
    color: #286190;
}

.with-nav-tabs.panel-success .nav-tabs > .open > a,
.with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
    color: #286190;
    background-color: rgba(40, 97, 144, 0.1);
    border-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs > li.active > a,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
    color: #286190;
    background-color: #fff;
    border-color: #286190;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #3c763d;
}

/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
    color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs > .open > a,
.with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
    color: #31708f;
    background-color: #bce8f1;
    border-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
    color: #31708f;
    background-color: #fff;
    border-color: #bce8f1;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #31708f;
}

/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs > li > a,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
    color: #8a6d3b;
}

.with-nav-tabs.panel-warning .nav-tabs > .open > a,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
    color: #8a6d3b;
    background-color: #faebcc;
    border-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs > li.active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
    color: #8a6d3b;
    background-color: #fff;
    border-color: #faebcc;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #8a6d3b;
}

.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #faebcc;
}

.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #8a6d3b;
}

/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs > li > a,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
    color: #a94442;
}

.with-nav-tabs.panel-danger .nav-tabs > .open > a,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
    color: #a94442;
    background-color: #ebccd1;
    border-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs > li.active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:focus {
    color: #a94442;
    background-color: #fff;
    border-color: #ebccd1;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f2dede; /* bg color */
    border-color: #ebccd1; /* border color */
}

.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #a94442; /* normal text color */
}

.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ebccd1; /* hover bg color */
}

.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff; /* active text color */
    background-color: #a94442; /* active bg color */
}

#header-fatura {
    background-color: #f0ebe7;
    min-height: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

#header-fatura h4 {
    margin: 0px;
}


#header-select-pay {
    width: 100%;

    background-color: #f0ebe7;
    min-height: 100px;

    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

#header-select-pay h4 {
    margin: 0px;
}

.table-boleto {
    border-width: 1px;
    border-style: none none solid solid;
    border-top: none !important;
    height: 50px;
    padding-left: 5px;
    padding-right: 5px;
}

/* Tables */
.table {
    font-size: 13px;
}

.table-xs {
    font-size: 12px;
}

.table-xs > thead > tr > th,
.table-xs > thead > tr > td,
.table-xs > tbody > tr > th,
.table-xs > tbody > tr > td,
.table-xs > tfoot > tr > th,
.table-xs > tfoot > tr > td {
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}

.table > tbody > tr > td .label-md,
.table > tbody > tr > td .label-os,
.table > tbody > tr > td .label-diario,
.table > tbody > tr > td .btn-xs,
.table-xs > tbody > tr > td .label-md,
.table-xs > tbody > tr > td .label-os,
.table-xs > tbody > tr > td .label-diario,
.table-xs > tbody > tr > td .btn-xs {
    margin-top: -2px;
    margin-bottom: -2px;

}

.table-xs > tbody > tr > th input[type=checkbox],
.table-xs > tbody > tr > td input[type=checkbox],
.table > tbody > tr > th input[type=checkbox],
.table > tbody > tr > td input[type=checkbox] {
    top: 0;
    margin: 0 5px;
}

.table-xxs {
    font-size: 10px;
}

.table-xxs > thead > tr > th,
.table-xxs > thead > tr > td,
.table-xxs > tbody > tr > th,
.table-xxs > tbody > tr > td,
.table-xxs > tfoot > tr > th,
.table-xxs > tfoot > tr > td {
    padding-left: 3px;
    padding-right: 3px;
    white-space: nowrap;
}

.table-xxs > tbody > tr > td .label-md,
.table-xxs > tbody > tr > td .label-os,
.table-xxs > tbody > tr > td .label-diario,
.table-xxs > tbody > tr > td .btn-xs {
    margin-top: -2px;
    margin-bottom: -2px;

}

.table-xxs > tbody > tr > th input[type=checkbox],
.table-xxs > tbody > tr > td input[type=checkbox] {
    top: 0;
    margin: 0 5px;
}

.table-left > tbody > tr > td {
    text-align: left;
}

.table-clean > tbody > tr > td,
.table-clean > tbody > tr > th,
.table-clean > tfoot > tr > td,
.table-clean > tfoot > tr > th,
.table-clean > thead > tr > td,
.table-clean > thead > tr > th {
    border-top: none;
}

.table-clean > thead > tr > th {
    border-bottom: none;
}

.vazio {
    padding: 50px !important;
    text-align: center;
}

.left-child {
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}

.table-title > th {
    background-color: #ccc;
    border-bottom: 1px solid #999;
    font-size: 14px;
}

.table-title .badge {
    padding: 4px 7px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
}

.table-subtitle > th {
    background-color: #eee;
}

/* Tables Especiais */
.table-form-center > tbody > tr > td,
.table-form-center > tbody > tr > th,
.table-form-reset > tbody > tr > th {
    text-align: center;
    vertical-align: middle;
    padding: 3px 5px;
}

.table-form-center > tbody > tr > th,
.table-form-reset > tbody > tr > th,
.table-form-main > tbody > tr > th {
    background-color: #F2F2F2;
}

.table-form-reset > tbody > tr > td {
    padding: 0;
}

.table-form-main {
    margin-bottom: 0;
}

.table-form-main > tbody > tr > td,
.table-form-main > tbody > tr > th {
    text-align: center;
    vertical-align: middle;
    height: 35px;
    padding: 2px;
}

.table-form-main > tbody > tr > td > .form-control,
.table-form-main > tbody > tr > td > div > .form-control,
.table-form-center > tbody > tr > td > .form-control,
.table-form-center > tbody > tr > td > div > .form-control,
.table-form-center > tbody > tr > td > .form-control {
    height: 28px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    text-align: center;
}

.table-center > thead > tr > th,
.table-center > thead > tr > td,
.table-center > tbody > tr > th,
.table-center > tbody > tr > td,
.table-center > tfoot > tr > th,
.table-center > tfoot > tr > td {
    text-align: center;
}

.table-center > thead > tr > th:first-child,
.table-center > thead > tr > td:first-child,
.table-center > tbody > tr > th:first-child,
.table-center > tbody > tr > td:first-child,
.table-center > tfoot > tr > th:first-child,
.table-center > tfoot > tr > td:first-child {
    text-align: left;
}

.table-striped > thead > tr {
    background-color: #f9f9f9;
}

.logo-boleto-topo {
    border-width: 2px;
    border-style: solid;
    border-color: #c6c1bd;
    background-color: #fbfbfb;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: medium;
    padding: 10px;
    margin-right: 10px;
}

.logo-boleto-topo p {
    font-size: xx-large;
    font-weight: bolder;
}

.text-instrucao {
    min-height: 300px;
    font-size: 14px;
    background-color: rgba(20, 20, 20, 0.05);
    border-radius: 5px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn-linha-tempo {
    margin: 2px;
}

#text_nao_gerado {
    color: red;
    font-weight: normal;
}

#aviso-para-emissor {
    background-color: #faebcc;
    border: solid #faebcc 2px;
    border-radius: 5px;
    padding-top: 25px;
    padding-bottom: 15px;
    margin-left: 1px;
    margin-right: 1px;
}

#aviso-para-emissor p {
    font-size: large;
    color: #4D4D4D;
    text-align: center;
}

.termos-novo {
    margin: 25px;
}

.termos-novo p {
    font-size: large;
    text-align: justify;
}

.m-t-input {
    margin-top: 23px
}

.dropdown-menu > li > a {
    height: 35px;
    font-size: 14px !important;
    width: 150px;
    padding-top: 5px !important;
}

.termo {
    margin: 55px 15px 15px 15px;
}

.termo h4 {
    font-size: xx-large;
}

.termo h5 {
    font-size: large;
    font-weight: bolder;
    text-decoration: underline;
}

.termo p {
    font-size: medium;
    color: #0a0a0a !important;
}

.termo h1, h2, h3, h4, h5 {
    color: #0a0a0a !important;
}

.termo li li {
    font-size: medium;
    color: #0a0a0a !important;
}

#dev-topo {
    z-index: 1100 !important;
}

.dev {
    background-color: yellow;
    text-transform: uppercase;
    font-size: xx-large;
    text-align: center;
    color: black !important;
    height: 40px;
}

#termos {
    max-height: 500px;
    overflow: scroll;
    background-color: rgba(11, 171, 243, 0.04);
}

#btn-termos {
    padding-top: 25px;
}

.dropdown-menu {
    width: 100%;
}

.dropdown-menu > li > a {
    width: 100% !important;
    color: #134360 !important;
}

.min-bloco {
    min-height: 350px;
}

.panel-default .panel-heading, .panel-default .panel-footer {
    background-color: white !important;
}

.text-tachado {
    text-decoration: line-through;
}

.table-borderless td,
.table-borderless th {
    border: 0 !important;
}

.btn-bottom {
    display: flex;
    flex-flow: row nowrap;
    flex-direction: column;
    justify-content: flex-start;
}


.creditCardForm {
    max-width: 700px;
    background-color: #fff;
    margin: 100px auto;
    overflow: hidden;
    padding: 25px;
    color: #4c4e56;
}

.creditCardForm label {
    width: 100%;
    margin-bottom: 10px;
}

.creditCardForm .heading h1 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #4c4e56;
}

.creditCardForm .payment {
    float: left;
    font-size: 18px;
    padding: 10px 25px;
    margin-top: 20px;
    position: relative;
}

.creditCardForm .payment .form-group {
    float: left;
    margin-bottom: 15px;
}

.creditCardForm .payment .form-control {
    line-height: 40px;
    height: auto;
    padding: 0 16px;
}

.creditCardForm .owner {
    width: 63%;
    margin-right: 10px;
}

.creditCardForm .CVV {
    width: 35%;
}

.creditCardForm #card-number-field {
    width: 100%;
}

.creditCardForm #expiration-date {
    width: 49%;
}

.creditCardForm #credit_cards {
    width: 50%;
    margin-top: 25px;
    text-align: right;
}

.creditCardForm #pay-now {
    width: 100%;
    margin-top: 25px;
}

.creditCardForm .payment .btn {
    width: 100%;
    margin-top: 3px;
    font-size: 24px;
    background-color: #2ec4a5;
    color: white;
}

.creditCardForm .payment select {
    padding: 10px;
    margin-right: 15px;
}

.transparent {
    opacity: 0.2;
}

@media (max-width: 650px) {
    .creditCardForm .owner,
    .creditCardForm .CVV,
    .creditCardForm #expiration-date,
    .creditCardForm #credit_cards {
        width: 100%;
    }

    .creditCardForm #credit_cards {
        text-align: left;
    }
}


/*  Examples Section */

.examples {
    max-width: 700px;
    background-color: #fff;
    margin: 0 auto 75px;
    padding: 30px 50px;
    color: #4c4e56;
}

.examples-note {
    text-align: center;
    font-size: 14px;
    max-width: 370px;
    margin: 0 auto 40px;
    line-height: 1.7;
    color: #7a7a7a;
}

.examples table {
    margin: 5px 0 0 0;
    font-size: 14px;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none;
}

.link-termos {
    text-decoration: underline;
    font-style: italic;
    color: #2557cb;
}

.no-border {
    margin-left: 0px !important;
    text-align: left;
    border: 0;
    box-shadow: none;
    font-weight: bold;
    background-color: rgba(20,20,20,0.06)!important;
}

.cursor {
    cursor: pointer;
}

@media (max-width: 767px) {

    .text-xs-center {
        text-align: center;
    }
}
.checkbox{
    margin: 0px !important;
}
.section-santacausa{
   padding: 0px !important;
}
