.custom-width-4 {
    width: 40%;
}

.custom-width-6 {
    width: 60%;
}

@media only screen and (max-width: 768px) {
    .custom-width-6 {
        width: 100%;
    }
}

.main-text h1 {
    color: #707070;
}

.main-text p {
    color: #707070;
}

.input-group-text {
    background-color: #ffffff;
    border-right: #ffffff solid;
}

.input-group-prepend {
    height: 50px;
    margin-right: -3px;
}

.form-control {
    height: 50px;
    /*border-left: #ffffff !important;*/
}

.form-control:focus {
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0rem #ffffff;
}

.custom-checkbox-label {
    margin-bottom: 0px;
}


/* The container */

.custom-check-container {
    font-weight: 300;
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.custom-check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.custom-check-container:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.custom-check-container input:checked~.checkmark {
    background-color: #E65E35;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.custom-check-container input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.custom-check-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-button button {
    border-radius: 40px;
    color: #ffffff;
    text-decoration: none;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-top: 10px;
}

@media only screen and (max-width: 768px) {
    .custom-fix a {
        padding-left: 85px;
        padding-right: 85px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

.custom-button button:hover {
    color: #ffffff;
}

.blue-btn {
    background-color: #162D83;
}

.blue-btn:hover {
    background-color: #162D83;
}

.orange-btn {
    background-color: #E65E35;
}

.orange-btn:hover {
    background-color: #E65E35;
}

.custom-icon-modal-box {
    margin-top: -50px;
}

.custom-modal-body p {
    color: #707070;
}

.input-edit {
    border-radius: 6px !important;
}

.btn-edit {
    font-size: 15px;
    color: white;
    background-color: #F35741;
}

.btn-edit:hover {
    color: white;
    background-color: #C43A23;
}

.btn-edit,
.div-table {
    border-radius: 30px !important;
}

.spinner-edit,
.loading-edit {
    color: #F35741 !important;
}

.custom-menu ul {
    margin-bottom: 0px;
    display: flex;
    list-style: none;
}

.custom-menu>ul>li {
    margin-right: 25px;
}

.custom-menu>ul>li>a {
    text-decoration: none;
    color: #707070;
}

.item-selected {
    border-radius: 40px;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #F35741;
    text-decoration: none;
    color: #ffffff !important;
}

.custom-user-menu p {
    color: #696969;
    margin-bottom: 0px;
}

.menu-box {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(105, 105, 105, 1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(105, 105, 105, 1);
    box-shadow: 0px 1px 5px 0px rgba(105, 105, 105, 1);
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.custom-user-mobile-menu p {
    font-weight: 300;
    color: #696969;
    margin-bottom: 0px;
}

.mobile-icon img {
    width: 9%;
    height: 7%;
}

.btn-edit {
    color: white;
    background-color: #F35741;
}

.btn-edit:hover {
    color: white;
    background-color: #C43A23;
}

.btn-edit,
.div-table {
    border-radius: 30px !important;
}

.spinner-edit,
.loading-edit {
    color: #F35741 !important;
}

.forgot-pass a {
    font-size: 15px;
    text-decoration: underline;
}

.custom-border-left {
    border-left: 1px solid #ced4da !important;
}

.custom-ico-calc img {
    width: 14%;
}

.custom-card-box {
    padding-top: 50px;
}

@media (max-width: 768px) {
    .custom-card-box {
        padding-top: 10px;
    }
}

.custom-card-dashboard {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
    border: none;
    border-radius: 5px;
}

.table-edit-font-size {
    font-size: 14px !important;
    margin-bottom: 0px!important;
    border-top: #ffffff solid;
}

.card-ajust-height {
    height: 100%!important;
}

.table thead th {
    border-bottom: 1px solid #dee2e6;
}

@media (max-width: 375px) {
    .table td,
    .table th {
        padding: 0.30rem
    }
    .custom-ico-calc img {
        width: 12%;
    }
}

.btnPaginacao {
    width: 45px !important;
    font-size: 17pt !important;
    margin-right: 10px !important;
    text-align: center !important;
    border-radius: 35px !important;
    border: grey !important;
    height: 45px !important;
}

.PgSelecionada {
    background-color: #F35741 !important;
}

.PgNaoSelecionada {
    font-size: 20pt !important;
    color: grey !important;
    -webkit-box-shadow: -2px 3px 5px 0px rgba(125, 125, 125, 1);
    -moz-box-shadow: -2px 3px 5px 0px rgba(125, 125, 125, 1);
    box-shadow: -2px 3px 5px 0px rgba(125, 125, 125, 1);
}

.PgNaoSelecionada svg {
    vertical-align: initial !important;
    margin-left: -3px !important;
}

.table-new-margin {
    margin-bottom: 0px !important;
}

.custom-pagamento-table-padding>tbody>tr>th {
    padding: .60rem !important;
}

.custom-pagamento-table-padding>tbody>tr>td {
    padding: .60rem !important;
}

.btn-desativado {
    box-shadow: inset 1px 1px 5px 0px #9E9E9E;
    background-color: #e9ecef;
    cursor: not-allowed !important;
}


/**
  modal mais detalhes relatorio
*/

.btn-reenviar-email {
    color: #F35741 !important;
}

.btn-reenviar-email-pago {
    color: #162D83 !important;
}

.custom-btn-new a {
    justify-content: center;
    display: flex;
    padding-top: 15px;
    border-radius: 28px;
    background-color: #F35741;
    color: #ffffff;
    padding-bottom: 15px;
    width: 200px;
}

.custom-btn-new a:hover {
    text-decoration: none;
    background-color: #cf3d29;
    color: #ffffff;
}

.card-body p {
    color: gray;
}

.span-taxa {
    position: absolute;
    margin: 15px 0px 0px 0px;
    left: 25px;
    display: none;
    font-style: italic;
    color: #8e8b8b;
}

.span-taxa-select {
    color: #F35741 !important;
    margin-top: 0px !important;
    font-size: 10pt;
}

.tr-taxa {
    height: 58px;
}

.tr-taxa-retencao {
    height: 82px;
}

@media (max-width: 768px) {
    .span-taxa {
        left: 15px;
    }
    .tr-taxa {
        height: 70px;
    }
}

@media only screen and (min-width: 767px) {
    #btnCamera {
        font-size: 15px !important;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }
    #inputCodigo {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
}

#divRodape {
    color: #A8B0B4 !important;
    font-size: 14px !important;
}

#h3Titulo {
    color: #707070 !important;
}

body {
    -webkit-print-color-adjust: exact;
}

@media print {
    body {
        background-color: #fff !important;
    }
    .bd-callout-info {
        border-left-color: #fff;
    }
    .bd-callout {
        border: none;
    }
    .card {
        box-shadow: none;
        border: unset;
    }
}