table {
    width: 100%;
}

.points {
    background-image: -webkit-linear-gradient(169deg, #e40015 0%, #750075 100%);
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 15px;
    color: white;
    font-weight: bold;
}

.label-content {
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
    display: block;
}

.font-bigger {
    font-size: 120%;
}

img.logo {
    width: 32px;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.ml-5 {
    margin-left: 3rem!important;;
}

.link {
    cursor: pointer;
}


.footer-section .overlay .footer-content {
    padding-top: 0.5rem;
}

.hidden, .hide {
    display: none!important;
}

div.parallax-bg.top-banner {
    background-image: url("/img/header-bg.jpg")
}

.nav-link {
    cursor: pointer;
}


.footer-section .overlay .footer-content .footer-bottom {
    border: none;
}

.mt-10 {
    margin-top: 6rem;
}

.color-brand {
    background: linear-gradient(190deg, #750075 0%, #e40015 100%);
    color: transparent;
    -webkit-background-clip: text;
}

.badge-brand, .bg-brand {
    background-image: -webkit-linear-gradient(169deg, #750075 0%, #e40015 100%);
}

h2 {
    font-size: 3.125rem;
    font-family: "Raleway", serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.4;
}

/** datatable **/
div.dataTables_paginate.paging_simple_numbers {
}
a.paginate_button.current {
    border-radius: 50%!important;
}

.table-striped tbody tr:nth-of-type(odd) {
    /** background: linear-gradient(190deg, #750075 0%, #e40015 100%);
    color: white;
    **/
}

a.paginate_button  {
}

.reunir-navbar .navbar-toggler {
    margin-right: 0!important;
}

.container {
    width: -webkit-calc(100% - 25px)!important;
    width:    -moz-calc(100% - 25px)!important;
    width:         calc(100% - 25px)!important;
}

body.modal-open {
    padding-right: 0px!important;
}

.bg-brand.rounded-top {
    border-radius: 2px 2px 0 0;
}

.navbar-brand:hover {
    color: white!important;
}

.btn-main {
    display: inline-block;
    padding: 0.875rem 2.063rem;
    color: white;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 0.875rem;
    text-transform: uppercase;
    border-radius: 1.563rem;
    background-image: linear-gradient(4deg, #ae0ee9 0%, #2e19a7 100%);
    background-image: -ms-linear-gradient(4deg, #ae0ee9 0%, #2e19a7 100%);
    box-shadow: 0 0.313rem 0.938rem 0 rgba(21, 10, 82, 0.5);
    border: 0.125rem solid #ff5500;
    transition: all 0.3s ease-in;
}

.btn-main:hover {
    background-image: -webkit-linear-gradient(0deg, transparent 0%, transparent 100%);
    background-color: #ff5500;
    border: 0.125rem solid transparent;
}

h2.text-brand {
    font-family: "Raleway";
    font-weight: bold;
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 1.4;
    background: #880065;
    background: linear-gradient(90deg, #880065 0%, #d70021 100%);
    color: transparent;
    -webkit-background-clip: text;
    display: inline-block;
    margin-bottom: 0.25rem;
}

section.section-brand {
    background: url("../img/investment-bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 7.063rem 0;
}

table.dataTable tbody tr:hover {
    background-color:#e0e0e0 !important;
}

table.dataTable tbody tr:hover td {

}

section.section-view, section.investment-section {
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer-section {
    position: fixed;
    bottom: 0;
    width: 100%;
}

section.section-reset-password {
    padding: 4.5rem 0;
}

span.reset strong {
    color: white;
}

footer.footer-section div.overlay {
    position: relative;
    width: 100%;
    padding-top: 0;
    overflow: hidden;
}

.footer-section .overlay .footer-content .footer-bottom {
    padding: 0;
}

.questions-section {
    margin-top: 0;
}
