﻿/* Version 1.1

*/
body.login {
    background-repeat: no-repeat;
    background-size: cover;
}

.swal-modal .swal-text {
    text-align: center !important;
}

.text-align-center {
    text-align: center !important;
}
/*.highlighted {
    pointer-events: none;
}*/
.cover-login {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(117, 54, 230, .1);
}

.svg-inline--fa {
    color: #318CEB;
    width: 20px;
}

.modal-super-company .select2-container {
    top: initial !important;
    left: initial !important;
}

.login-content {
    max-width: 500px;
    margin: 100px auto 50px;
}

    .login-content img.img-logo {
        max-width: 250px;
        margin: 50px auto 20px;
    }

.auth-head-icon {
    position: relative;
    height: 60px;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    background-color: #fff;
    color: #5c6bc0;
    box-shadow: 0 5px 20px #d6dee4;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .175rem .375rem;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: .75rem;
}

.btn-dark-blue {
    color: #fff;
    background-color: #004891;
    border-color: #004891;
}

    .btn-dark-blue:focus, .btn-dark-blue.focus, .btn-dark-blue:hover, .btn-dark-blue.active, .btn-dark-blue:active, .btn-dark-blue:disabled, .btn-dark-blue.disabled, .show > .btn-dark-blue.dropdown-toggle {
        color: #fff;
        background-color: #003871;
        border-color: #003871;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-image: none;
    }

.wizard .actions ul {
    width: 310px;
}

.btn-edit {
    color: #5990FE
}

.btn-remove {
    color: #f2635c
}

.modal-dialog {
    max-width: 700px;
    background-color: #fff;
}

.modal-dialog-centered {
    top: 15%;
}

.modal-dialog, #modal-bank-confirmation {
    top: 15%;
}

.modal-delete-alert {
    top: 20%;
}

/*#toast-container {
    width: 400px;
}*/

.modal-bootstrap > div > div > span {
    padding: 0.55rem 1.05rem !important;
    line-height: 1.25;
}

#toast-container > div {
    opacity: 0.95;
}

#toast-container .toast-message {
    font-size: 20px;
}

/*> .select2-container--default > .select2-selection--single*/
input.error, input.empty, span.select2-selection.error, .input-validation-error {
    border-color: #f75a5f !important;
}

label.error, .field-validation-error {
    color: #f75a5f !important;
}

.readonly, fieldset[disabled] input, fieldset[disabled] #add-another-user-btn, fieldset[disabled] .select2-selection {
    background: #e9ecef;
    pointer-events: none;
    touch-action: none;
}

/*.grayed-out {
    background: #e9ecef;
    pointer-events: none;
    touch-action: none;
}*/

.steps {
    pointer-events: none;
    touch-action: none;
}

.cursor-na {
    cursor: not-allowed;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-500, .primary-user {
    font-weight: 500;
}

.filter {
    flex: 1 !important;
    min-width: 0 !important;
    /*width: calc(100% - 1.5rem - 35.25px) !important;*/
    /*max-width: calc(100% - 1.5rem - 35.25px) !important;*/
}

.filter, .clear {
    margin: 0 auto !important;
    height: calc(1rem + 2px) !important;
}

.clear-actions {
    width: calc(100% - 1.5rem) !important;
}

div.dataTables_wrapper div.dataTables_processing {
    background: #ebedee;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-top: .5rem;
}

.pagination .page-item.active .page-link, .pagination .active > a, .pagination .active > a:hover, .pagination .active > a:focus, .pagination .active > span, .pagination .active > span:hover, .pagination .active > span:focus {
    background-color: #2E4E8E;
    border-color: #2E4E8E;
    color: #fff;
}

.border-gray {
    border-color: gray;
}

.link-w {
    text-decoration: underline;
}

    .link-w:hover {
        color: white;
    }

/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .mobileShow {
        display: inline !important;
    }
}

/*dropzone - fileupload styling*/
file-upload-custom {
    margin-bottom: 50px;
}

.file-upload-custom .upload {
    position: relative;
    width: 100%;
    height: auto;
    /*background-color: #fff3f2;*/
    border: 1px dotted #ADD8E6;
    /*outline: 4px solid #fff5f5;*/
    margin: 0 0 24px 0;
    padding: 0;
}

    .file-upload-custom .upload input[type=file] {
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
    }

    .file-upload-custom .upload .upload__label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*color: #ee5e57;*/
        text-align: center;
        pointer-events: none;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        z-index: 1;
    }

        .file-upload-custom .upload .upload__label .feather {
            margin: 0 0 6px 0;
        }

    .file-upload-custom .upload.cover {
        height: 204px;
    }

    .file-upload-custom .upload.upload-multiple {
        min-height: 144px;
        margin: 12px 0;
        padding: 12px;
    }

        .file-upload-custom .upload.upload-multiple.active .upload__label {
            display: none;
        }

        .file-upload-custom .upload.upload-multiple .upload__item {
            position: relative;
            background-color: #ffffff;
            border: 1px solid #ffebea;
            padding: 8px;
            border-radius: 4px;
            box-shadow: 0 4px 6px rgba(255, 136, 0, 0.1);
            z-index: 2;
        }

            .file-upload-custom .upload.upload-multiple .upload__item .upload__item--delete {
                position: absolute;
                top: -4px;
                right: -4px;
                border-radius: 50%;
                width: 24px;
                height: 24px;
                color: #ffffff;
                text-align: center;
                border: 2px solid #c5453f;
                /*background-color: #ee5e57;*/
                cursor: pointer;
                margin: 0;
                padding: 1px 0 0 0;
                z-index: 3;
            }

                .file-upload-custom .upload.upload-multiple .upload__item .upload__item--delete .feather {
                    width: 18px;
                    height: 18px;
                }

            .file-upload-custom .upload.upload-multiple .upload__item .upload__item--img {
                border-radius: 4px;
                width: 100%;
                height: 132px;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
            }

            .file-upload-custom .upload.upload-multiple .upload__item input[type=text],
            .file-upload-custom .upload.upload-multiple .upload__item select,
            .file-upload-custom .upload.upload-multiple .upload__item textarea {
                font-size: 12px;
                margin: 8px 0 0 0;
                padding: 6px 4px;
                width: 100%;
                min-height: 36px;
            }

    .file-upload-custom .upload.edit img {
        width: 100%;
    }

.dz-image img {
    width: 114px;
    height: 114px;
}

#interioresItensPreviews {
    box-shadow: none;
    background-color: transparent !important;
    border: none
}

.img-feedback-import {
    margin-top: 10px;
    display: block;
    margin: auto;
    width: 70px;
    height: 70px;
}

.span-feedback-import {
    display: block;
    text-align: center;
    margin-top: 8px
}

.upload-click-to-select {
    pointer-events: all !important;
    cursor: pointer
}

.visibility-hidden {
    visibility: hidden !important;
}
/*select2 (autocomplete) styling */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border: 1px solid rgba(0, 0, 0, .15) !important;
    border-radius: 2px !important;
    font-family: sans-serif, Arial !important;
    overflow: hidden;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow,
    .select2-container--default .select2-selection--multiple .select2-selection__arrow {
        top: 50% !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered,
    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        padding: 0.65rem 1.25rem !important;
        line-height: 1.25 !important;
        color: #495057 !important
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder,
    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #495057;
    }

li.select2-selection__choice {
    margin: 1px 5px !important;
}

input.select2-search__field {
    margin: 0 !important;
}

/*chosen (autocomplete) styling*/
.chosen-container {
    font-weight: normal;
    font-size: .875rem;
    line-height: 1.5;
    display: block;
    min-height: 1.2em;
}

    .chosen-container .chosen-results {
        color: #495057;
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0px 2px 1px;
    }

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 0;
    padding: 0.35rem 0.75rem;
    font-size: .875rem;
    line-height: 1.5;
}

.repoInterioresItensPreviews {
    text-align: center
}

.div-template-download {
    margin-top: 70px
}

.img-dropzone-thumb {
    max-width: 80px
}

p.password {
    font-size: 12px;
}

/*
**  Contribution
*/
.chk-text {
    padding-right: 10px;
}

.form-sub-title {
    margin-bottom: 0px
}

.div-repo-contribution {
    margin-top: 0px !important
}

.input-group .form-control {
    width: 100%
}

.lbl-every {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    min-width: 65px;
}

.lbl-every-other {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    min-width: 100px;
}


#chk-no-end-date {
    position: absolute;
}

@media (max-width: 600px) {
    #chk-no-end-date {
        position: relative;
    }
}

/*
** Contribution confirmation
*/

.text-burgundy {
    color: #800020 !important;
}

.checkbox-lg, .radio-lg {
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    padding-left: 20px;
    font-weight: 400;
    min-height: 30px;
}

    .checkbox-lg input, .radio-lg input {
        /*position: absolute;*/
        opacity: 0;
    }

    .checkbox-lg .input-span, .radio-lg .input-span {
        position: absolute;
        display: inline-block;
        height: 30px;
        width: 30px;
        left: 0;
        top: 0;
        border: 1px solid #bdc3c7;
    }

    .checkbox-lg input:checked ~ .input-span:after, .radio-lg input:checked ~ .input-span:after {
        display: block;
    }

    .checkbox-lg .input-span::after, .radio-lg .input-span::after {
        content: '';
        position: absolute;
        display: none;
        width: 10px;
        height: 20px;
        left: 9px;
        top: 1px;
        border: solid #526477;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

/*
**  Spinner
*/
.spinner {
    margin: auto;
    margin-top: 50px;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #99ddff;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

.ibox-login {
    /*background-color: #ADD8E6 !important;*/
    background: linear-gradient(to bottom, #5990FE, #0B4C8F) !important;
}

    .ibox-login .font-strong {
        color: #fff !important;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.white {
    color: white !important;
}


/*bank account - wizard*/

.wizard .form-control-line {
    border-color: #5C6BC0;
}

.wizard .input-icon {
    color: #5C6BC0;
}

ul[role="tablist"] {
    display: none !important;
}

#ba-step-images {
    text-align: center;
    margin-top: 20px;
}

.ba-step-img {
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 6px 19px 6px;
}

/*Generic*/

.centered-list {
    display: table;
    margin: 0 auto;
    padding-bottom: 10px;
}

/*button:disabled,
button[disabled] {
    background-color: #DCDCDC !important;
    color: #000 !important;
}*/

/*Edge side menu fix*/
.main-side-menu li > a {
    line-height: 1.5 !important;
}

/***********************************/
/* INTERNAS */
/***********************************/
.pg-internas {
    display: block;
    max-width: 1220px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 20px;
}

    .pg-internas h2 {
        font-size: 40px;
        font-weight: 700;
        color: #515151;
        padding: 80px 0 60px 0;
        text-align: center;
    }

    .pg-internas h3 {
        font-size: 30px;
        font-weight: 700;
        color: #515151;
        padding: 40px 0 40px 0;
    }

    .pg-internas h4 {
        font-size: 25px;
        font-weight: 700;
        color: #515151;
        padding: 20px 0 20px 0;
    }

    .pg-internas p {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 25px;
    }

.breadcrumb {
    background: #fff;
    border-bottom: 1px solid #4780E4;
    white-space: nowrap;
}

    .breadcrumb li {
        display: inline-block;
        line-height: 26px;
        margin: 0 0 0 0;
        padding: 0 5px 0 0;
        position: relative;
    }

        .breadcrumb li::after {
            font-size: 18px;
            text-decoration: none;
            content: '-';
            color: #515151;
            padding-left: 8px;
        }

        .breadcrumb li::after {
            bottom: 0;
            top: auto;
            transform: skewX(-45deg);
        }

        .breadcrumb li:last-of-type::before,
        .breadcrumb li:last-of-type::after {
            display: none;
        }

        .breadcrumb li a {
            font-size: 18px;
            letter-spacing: -1px;
            text-decoration: none;
            font-weight: 600;
        }

        .breadcrumb li:nth-of-type(1) a {
            color: #4780E4;
        }

        .breadcrumb li:nth-of-type(2) a {
            color: #515151;
            font-weight: 400;
            font-size: 15px;
        }

        .breadcrumb li:nth-of-type(3) a {
            color: #515151;
            font-weight: 400;
            font-size: 15px;
        }

        .breadcrumb li:nth-of-type(4) a {
            color: #515151;
            font-weight: 400;
            font-size: 15px;
        }

        .breadcrumb li:nth-of-type(5) a {
            color: #515151;
            font-weight: 400;
            font-size: 15px;
        }

        .breadcrumb li a:hover {
            color: #4780E4;
        }

.pg-internas .list1 {
    display: block;
}

    .pg-internas .list1 li {
        margin-left: 15px;
        line-height: 40px;
        list-style: disc;
    }

.pg-internas .lista2 {
    border: none;
    margin-bottom: 0;
}

    .pg-internas .lista2 a {
        padding-left: 0;
        padding-right: 0;
        color: #707070;
        cursor: default;
    }

.modal-deposit-amount {
    margin-top: 200px;
    max-width: 320px;
}

/*IE10 + CSS here*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .ibox-title {
        padding-top: 20px;
    }
}

/*pay bill*/

.btn-payment-type, .btn-payment-method {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: rgb(57, 63, 73);
    background-color: rgb(248, 249, 250);
    text-align: left;
    font-family: inherit;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
    margin: 0px;
    border-radius: 12px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    text-decoration: none;
}

.img-payment-type {
    height: 28px
}

.img-provider {
    height: 20px
}

.step-wizard-pb {
    border: none !important;
}

.min-width100 {
    min-width: 100px
}

.span-new-entity {
    padding: 5px 25px 0px 8px;
}

.bp-tab-wizard {
    max-width: 600px;
    margin: 0 auto;
    padding: 25px;
}

.bp-tab-title {
    text-align: center;
    margin-bottom: 20px;
}

.ul-steps-buttons {
    text-align: center;
    padding-inline-start: 0px;
}

#btn-bp-previous {
    list-style-type: none;
}

table.tbl-simple-grid {
    margin-bottom: 28px;
    cursor: pointer;
}

table.tbl-simple-grid, td, th {
    /*border: 1px solid #BBB;*/
}

    table.tbl-simple-grid td {
        padding: 12px 0px 12px 0px;
    }

    table.tbl-simple-grid tr:hover {
        background-color: lightgray;
    }

.modal-beficiary-main {
    max-width: 480px;
}

.modal-check-fee-notice-main {
    max-width: 480px;
}

.modal-edit-transaction {
    max-width: 580px;
}

.modal-visualize-image {
    max-width: 640px;
}

.img-visualize-spec {
    width: 100%;
    max-width: 420px
}

.modal-beficiary {
    color: gray;
    text-align: center;
}

.modal-check-fee-notice {
    color: gray;
    text-align: center;
    z-index: 1061;
}

.modal-check-fee-notice #modal-check-fee-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0.5;
    background-color: #000;
}

.modal-check-fee-notice .modal-dialog {
    max-width: 500px;
    border-radius: 8px;
    top: calc(50% - 120px);
}

.row-modal {
    margin-top: 18px;
}

#modal-payment-body {
    text-align: left;
    margin-left: 15px;
}

table.tbl-modal {
    width: 80%;
    margin: 0px auto;
    text-align: left;
    margin-top: 18px;
}

.CenterModal {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    z-index: 9000 !important;
}

/*dashboards*/

.dash-card-span {
    font-size: 1.8em;
}

.dash-card-p {
    margin: 0px;
}

.dash-card-title {
    font-size: 1.3em;
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.dash-card-content {
    min-height: 510px;
}

.dash-available {
    color: #008100;
    font-weight: 500;
}

.dash-refresh-link {
    float: right;
    text-align: right;
    margin-right: 50px;
    font-weight: 500;
    margin-top: 30px;
}

.invisible {
    display: none
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.pointer-events-none {
    pointer-events: none;
}

.link-blue {
    color: #007bff !important;
}

.modal-bootstrap {
    width: 900px !important;
    z-index: 9999 !important;
    margin-top: 100px;
}

.login .modal-bootstrap {
    margin-top: 10px;
}

.modal-bootstrap {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    height: 400px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
}

    .modal-bootstrap .modal-content {
        padding: 45px 45px 10px 45px !important;
        height: 400px;
        width: 900px;
    }

        .modal-bootstrap .modal-content p {
            padding-bottom: 15px !important;
        }

    .modal-bootstrap .modal-footer {
        text-align: left !important;
        margin-bottom: 15px !important;
        height: 60px !important;
        padding: 0 45px !important;
    }

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

.btn_padrao {
    float: left;
    display: block;
    height: 35px;
    /*line-height: 35px;*/
    background-color: #5990fe;
    font-size: 16px;
    color: #fff !important;
    border-radius: 35px;
    text-align: center;
    font-weight: 700;
    margin-right: 20px;
}

    .btn_padrao:hover {
        background-color: #194D82;
    }

.field-disabled {
    background-color: white !important;
    cursor: not-allowed !important;
    text-decoration: none;
}

.calc-result {
    color: #3f3f3f;
    border-color: lightblue !important;
    border: solid !important;
    border-width: thin !important;
    text-align: center;
    font-size: 18px !important;
    font-weight: bold;
    background-color: white !important;
    cursor: default !important;
    text-decoration: none;
}

.aproveAction {
    padding-left: 0px;
    text-align: left;
    min-width: 80px;
}

.btn_company_change {
    padding: 5px 9px;
    cursor: pointer;
    border: 2px solid;
    border-radius: 100%;
    margin: 10px;
}

.col-60 {
    width: 60%;
}

#nav-mobile .dropdown-menu {
    width: 330px;
    top: 80px !important;
    left: -26px !important;
    transform: translate3d(78px, 5px, 0px) !important;
}

.header-selector {
    border-radius: 8px;
    margin-left: 14px;
}

    .header-selector:hover {
        background-color: #5A7DB5 !important;
        color: #fff !important;
    }

.header-selector-icon {
    font-size: 18px !important;
    padding-right: 5px;
}

.header-selector-clear {
    background: transparent !important;
}

/*@media (min-width: 1800px) {
    .content-main-contact-us {
        height: 800px;
    }

    .content-main-about-us {
        height: 900px;
    }
}
*/
.ln-btn-grid {
    padding: 0px 12px 0px 0px;
}

@media (min-width: 990px) {
    .menuNotificaton, .menu-responsive {
        display: none !important;
    }
}

@media (max-width: 500px) {
    .modal-bootstrap .modal-content, .modal-bootstrap {
        width: 300px !important;
        height: 350px;
    }

        .modal-bootstrap .modal-content {
            height: auto !important;
        }

        .modal-bootstrap .btn_padrao {
            margin-right: 5px;
        }

    .ibox-body .row .link-add-entity {
        float: left;
    }

    .bank-account-new-link {
        float: left;
    }

    .beneficiaryType2 {
        float: left;
    }

    .btn-modal-community-already-has-spouse {
        float: left;
    }

    div.dataTables_wrapper div.dataTables_paginate {
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
}

input:invalid {
    box-shadow: none;
}

.row-eq-height .ibox-body .list, .row-eq-height .ibox-body .list2 {
    list-style-type: none;
    display: inline-flex;
    margin-right: 50px;
    margin-left: -20px;
    min-width: 100%;
}

    .row-eq-height .ibox-body .list li:first-child, .row-eq-height .ibox-body .list2 li:first-child {
        margin-right: 20px;
    }

        .row-eq-height .ibox-body .list li:first-child img, .row-eq-height .ibox-body .list2 li:first-child img {
            max-width: 25px !important;
        }

    .row-eq-height .ibox-body .list li:nth-child(2) {
        margin-top: 7px;
    }

    .row-eq-height .ibox-body .list2 li:first-child {
        margin-top: 5px;
    }

.modal-internas {
    top: 5% !important;
}

#modal-speedbump {
    height: 395px;
    width: 900px !important;
}

    #modal-speedbump p {
        font-size: 1rem;
    }

    #modal-speedbump .modal-footer, #modal-speedbump .modal-content {
        border: none !important;
        background-color: white !important;
        border-top: 1px solid white !important;
    }

.btn-agreements-accept-disabled {
    color: #485b6f !important;
    background-color: #dadfe4 !important;
    border-color: #dadfe4 !important;
}

.btn-agreements-accept-enabled {
    color: #fff;
    background-color: #4a5ab9;
    border-color: #4a5ab9;
}

#mdlOnlineService, #mdlESgin {
    top: 70px !important;
}

@media (max-width: 500px) {
    #mdlOnlineService .btn-lg {
        padding: 0.65rem 1.25rem;
    }

    .list-group .list-group-item {
        border-color: transparent;
        background-color: transparent;
        padding: 10px 10px 10px 0px !important;
    }
}

p.resources-subtitle {
    color: #4D85ED;
}

small.contact-us-email {
    font-size: 10px !important;
}

#datatable_wrapper .dt-buttons {
    float: right;
}

#datatable-primary_wrapper .dt-buttons {
    float: right;
}

#modal-company-exists-body-text {
    text-align: center;
}

#ModalLoginTwoFactorAuthentication {
    z-index: 2000 !important;
}

    #ModalLoginTwoFactorAuthentication .row-code-two-factor-authentication {
        margin: auto;
        width: 90px;
    }

    #ModalLoginTwoFactorAuthentication .row-code-two-factor-authentication-resend-code {
        margin: auto;
        margin-top: 10px;
        width: 110px;
    }

    #ModalLoginTwoFactorAuthentication .code-two-factor-authentication input {
        padding-left: 20px !important;
        width: 30px !important;
    }

    #ModalLoginTwoFactorAuthentication .code-two-factor-authentication {
        width: 400px;
        margin: auto;
    }

    #ModalLoginTwoFactorAuthentication .row-code-two-factor-authentication {
        text-align: center;
    }

#ModalTwoFactorAuthentication {
    z-index: 2000 !important;
}

    #ModalTwoFactorAuthentication .row-code-two-factor-authentication {
        margin: auto;
        width: 90px;
    }

    #ModalTwoFactorAuthentication .row-code-two-factor-authentication-resend-code {
        margin: auto;
        margin-top: 10px;
        width: 110px;
    }

    #ModalTwoFactorAuthentication .code-two-factor-authentication input {
        width: 30px !important;
        border-top: none;
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #34495f !important;
        text-align: center;
    }

    #ModalTwoFactorAuthentication p {
        text-align: center;
        margin-bottom: 0px;
    }

    #ModalTwoFactorAuthentication .modal-title {
        margin: auto;
        font-size: 25px;
    }

    #ModalTwoFactorAuthentication .code-two-factor-authentication {
        width: 350px;
        margin: auto;
    }

    #ModalTwoFactorAuthentication .row-code-two-factor-authentication {
        text-align: center;
    }

#ModalTwoFactorAuthentication {
    margin: auto;
    margin-top: 150px;
    overflow: hidden;
}

    #ModalTwoFactorAuthentication .modal-header .modal-close {
        cursor: pointer;
        font-size: 20px;
    }

span.hide {
    display: none;
}

/*#modal-edit-provider-address form {
    position: absolute !important;
}
#modal-edit-provider-address .select2-container {
    position: relative !important;
}*/

#area-check-memo {
    display: none;
}

.toast-close-button {
    display: none !important;
}

#SecurityQuestion_Description {
    font-size: 13px;
}

.footer-layout-admin {
    width: 470px;
    margin: auto;
}

    .footer-layout-admin .privacy_terms a {
        font-size: 8px !important;
    }

    .footer-layout-admin .redes-sociais {
        float: inherit !important;
    }

    .footer-layout-admin .footer-adm .privacy_terms a:first-child {
        padding-right: 0px !important;
    }

    .footer-layout-admin .footer-adm {
        width: 500px;
        background: #0b4c8f !important;
    }

    .footer-layout-admin .privacy_terms {
        margin-right: 23px !important;
    }

span.link {
    cursor: pointer;
}

#modal-recover-password {
    margin: auto;
    width: 500px !important;
    background-color: #ffffff;
    height: 180px;
    padding: 0px !important;
}

    #modal-recover-password .btn_padrao {
        line-height: 15px;
    }

    #modal-recover-password p strong {
        font-size: 16px;
    }

    #modal-recover-password p {
        text-align: center;
        margin: 0px 20px 20px;
    }

    #modal-recover-password div {
        margin: auto;
        display: block;
    }

    #modal-recover-password .row h1 {
        border: none;
    }

.modal-close a, .modal-close a:hover, .row-footer a, .row-footer a:hover {
    color: #ffffff;
}

#modal-recover-password .TwoFactorAuthentication .row-footer {
    display: flex;
    float: none;
}

#modal-recover-password .TwoFactorAuthentication span.modal-close {
    padding: 10px 13px 0px;
}

#modal-recover-password a {
    color: #fff;
    background-color: #5C6BC0;
    padding-bottom: 2px;
    padding: 12px 16px;
    white-space: nowrap;
    box-shadow: none;
    background-image: none;
    border-radius: 2px;
    padding-bottom: 2px;
    padding: 12px 16px;
}

#area-start-date input, #area-end-date input, #area-effective-date input {
    width: 195px;
}

@media (max-width: 600px) {
    #ModalTwoFactorAuthentication {
        height: 260px;
    }

    .code-two-factor-authentication input {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.speedbump2-btn-group {
    margin: 20px 0px;
}

@media screen and (max-width: 600px) {
    .hidden-th-datatable {
        visibility: hidden;
    }

    #debit-card table {
        table-layout: fixed;
    }
}

/*@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .hidden-th-datatable {
        visibility: hidden;
    }
}*/

@media screen and (max-width: 380px) {
    #debit-card .table th, #debit-card .table tr {
        font-size: 11px;
    }
}

/*.modal.fade, .modal.show {
    height: auto;
    z-index: 99999;
}
*/
.width_40 {
    width: 45px !important;
}

.width_128 {
    width: 128px !important;
}

.width_150 {
    width: 150px !important;
}

.previous a.page-link, .next a.page-link {
    background-color: unset !important;
    color: unset !important;
}

.previous a:focus, .next a:focus {
    outline: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mr-20 {
    margin-right: 20px;
}

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

@media (min-width: 1441px) {
    .signup_page .privacy_terms {
        position: inherit !important;
    }
}

.w-250 {
    width: 250px !important;
}

.w-80 {
    width: 80px !important;
}

.w100 {
    width: 100px !important;
}

.grecaptcha-badge {
    display: none !important;
}

label.deleted {
    color: #f75a5f !important;
}

.buttons-dt-edit {
    background-color: #004891;
    color: #fff;
    margin-right: 10px;
}

.nav-link.active.dark-blue {
    color: #fff;
    background-color: #004891;
}

.hyperlink {
    color: #004b94;
    text-decoration: underline;
}

#modal-speedbump-investment {
    height: 425px;
}

#logo-devenir {
    width: 250px;
    align-self: center;
}

.galleria {
    width: 555px;
    height: 400px;
    padding: 0px;
    /*background: #b1b1b1;*/
}

.galleria-stage {
    /*background-color: #b1b1b1;*/
    width: 525px;
    height: 400px;
}

.galleria-image-nav-right {
    right: 30px;
}

#pdf-no-content, #galleria-no-content {
    list-style-type: none;
}

.btnAlignAddImportEmployee {
    margin-right: 10px;
}
