/**
* 2007-2020 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2020 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.font-weight-bold{
    font-weight: bold!important;
}

.cursor-pointer{
    cursor: pointer!important;
}
.dataTables_filter, .dataTables_info {
    display: none;
}

.d-none1{
    display: none;
}

#pendentesTable, #contasCorrentesTable{
    width: 100%!important
}

.bootstrap .nav-tabs > li > a{
    background-color: #ffffffd6;
}

.pt-3{
    padding-top: 3em;
}



.btlr-0{
    border-top-left-radius: 0!important;
}

.nav-link:hover, .nav-link:active, .nav-link:focus{
    outline: none!important;
}

.mb-1{
    margin-bottom: 1em;
}

.mb-2{
    margin-bottom: 2em;
}

.mb-3{
    margin-bottom: 3em;
}

.mb-4{
    margin-bottom: 4em;
}

.mb-5{
    margin-bottom: 5em;
}

.overlay-rensr {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0,0,0,1);
}

.text-overlay-rensr{
    position: absolute;
    top: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
    text-align: center;
}

.bootstrap .configure-template input[type="color"]:hover,
.bootstrap .configure-template input[type="color"]:focus{
    background-color: revert;
    border-color: revert;
}

.break {
    flex-basis: 100%;
    height: 0;
}

.r-mt-10{
    margin-top: 10px;
}

.r-mt-20{
    margin-top: 20px;
}

.r-mt-30{
    margin-top: 30px;
}

.r-mt-40{
    margin-top: 40px;
}

.r-mt-50{
    margin-top: 50px;
}

.r-mt-30{
    margin-top: 30px;
}

.r-cxr{
    display: inline-block;
    width: 100%;
}

.r-mb-10{
    margin-bottom: 10px;
}

.r-mb-20{
    margin-bottom: 20px;
}

.r-mb-40{
    margin-bottom: 40px;
}

.r-mr-10{
    margin-right: 10px;
}

.rensr-template-option{
    width: 100%;
    background-color: #f0f0f0;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.r-p5{
    padding: 5px;
}

.r-pl20{
    padding-left: 20px;
}

.r-pr20{
    padding-right: 20px;
}

.r-cff{
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.r-caixa-img{
    background-color: black;
    height: 250px;
}

.r-caixa-img2{
    width: 100%;
    height: 100%;
    position: relative;
}

.r-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.r-w100{
    width: 100%;
}

.r-desc{
    padding-left: 20%;
    padding-right: 20%;
}

.r-menu{
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}

.overlay-transparente{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.d-none{
    display: none;
}

.text-center{
    text-align: center;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    padding: 10px 10px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;

}

.r-menu i:hover{
    color: #25b9d7 !important;
}

.r-text-right{
    text-align: right!important;
}

.border-row{
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    padding: 8px;
}

#ccContasCorrentesFront{
    text-align: center;
}