.sign-in {
    color: #fff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
    box-shadow: none !important;
}

.divider {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    background: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.transparent-divider {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px;
    background-color: transparent;
}

.forgot-password {
    color: #666 !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

.password-recovery-text {
    margin: 0px;
    padding: 0px 0px 20px;
    text-align: left;
}

.password-recovery-successful-text {
    margin: 0px;
    padding: 0px 0px 10px;
    text-align: justify;
}

.log-out-upper-text {
    margin: 0px;
    padding: 0px 0px 10px;
    text-align: justify;
}

.log-out-bottom-text {
    margin: 0px;
    padding: 0px 0px 0px;
    text-align: justify;
}

.modal-content {
    border-radius: 25px;
}

.modal-header h4 {
    font-size: 20px;
}

.modal-body p {
    margin-bottom: 0px;
    text-align: left;
}

.button-margin {
    margin: 0px;
}

.modal-footer btn btn-default {
    margin: 0px;
}

.payment-warning-image {
    width: 5%;
    padding: 0 0 15px 0;
}

.create-user-image {
    width: 5%;
    padding: 0 0 15px 0;
}

.create-user-information {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    position: relative;
}

.create-user-padding {
    padding: 1rem !important;
}

.create-user-margin-bottom {
    margin-bottom: 1rem !important;
}

.create-user-title {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 300;
    margin: 0px;
}

.create-user-subtitle {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 300;
    margin: 0px;
}

.create-user-input {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 50%;
}

.create-user-input-margin-bottom {
    margin-bottom: 1rem !important;
}

.referent-title {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    margin: 0px;
}

.referent-subtitle {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    margin: 0px;
}

.payment-information {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    position: relative;
}

.payment-padding {
    padding: 1rem !important;
}

.payment-margin-bottom {
    margin-bottom: 1rem !important;
}

.payment-title {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 300;
    margin: 0px;
}

.payment-subtitle {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 300;
    margin: 0px;
}

.payment-methods {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 25px;
}

.payment-images {
    padding: 0 5px 0 5px;
}

.payment-input {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 50%;
}

.payment-input-margin-bottom {
    margin-bottom: 1rem !important;
}

.order-payment {
    margin-bottom: 15px;
    width: 100%;
}

.order-payment-detail {
    font-size: 18px;
    font-weight: 600;
    margin-top: -1px;
    margin-left: 0px;
}

.configuration-message {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 300;
    margin: 0px;
}

.configuration-subtitle {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 300;
    margin: 0px;
}

.notifications-image {
    width: 10%;
    padding: 0 0 15px 0;
}

.notifications-title {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 300;
    margin: 0px;
}

.password-modify-subtitle {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 25px;
}

.activeOption {
    background-color: #494E52 !important;
}

.activeOption i {
    color: white !important;
}

.activeOption p {
    color: white !important;
}

.activeLanguaje {
    background-color: #007BFF !important;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    border-top-color: #007bff;
    animation: spinner .8s linear infinite;
}

thead th {
    cursor: pointer;
}

thead th span {
    cursor: pointer;
    visibility: hidden;
}

thead th .active {
    color: #000;
}

.active span {
    color: #000;
    visibility: visible;
}

.payment-loader {
    color: white;
    padding-top: 50px;
}

.topnav {
    width: 100%;
    background-color: #343A40;
    border-radius: .25rem;
    overflow: hidden;
}

.topnav-title {
    float: left;
    color: #ffffff;
    font-size: 21px !important;
    padding: 14px 16px;
}

.topnav a {
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    padding: 14px 64px;
}

.topnav a:hover {
    color: #000000;
    background-color: #ddd;
}

.topnav a.active {
    color: #ffffff;
    background-color: #007BFF;
}

.topNavActive {
    color: #ffffff;
    background-color: #007BFF;
}

.menu-separator {
    color: gray;
    background-color: gray;
    height: 1px;
    border-width: 0px;
    margin: 1px 0px 1px 0px;
}