/**
* 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;
}

.linha-sep {
    height: 1px;
    border-bottom: 1px solid #dfdfdf;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* set .spinner-rensr i animated */
.spinner-rensr i {
    -webkit-animation: spinner-rensr 1s infinite linear;
    -moz-animation: spinner-rensr 1s infinite linear;
    -ms-animation: spinner-rensr 1s infinite linear;
    -o-animation: spinner-rensr 1s infinite linear;
    animation: spinner-rensr 1s infinite linear;
}

/* create animation spinner-rensr */
@-webkit-keyframes spinner-rensr {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

.valor-total{
    text-align: right;
    font-size: 20px;
}