.app-sidebar .sidebar-header {
    background-image: url("../../images/sidebar-header.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.page-sign {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .page-sign.sign-in {
        /*background: linear-gradient(160deg, rgba(60, 162, 224, .25) 50%, rgba(241, 244, 245, .9) 50%), url("/docs/assets/img/rocky-mountain.jpg");*/
        background-image: linear-gradient(160deg, rgba(60, 162, 224, .25) 50%, rgba(241, 244, 245, .9) 100%), url("../../../../../images/background.png");
    }

    .page-sign.sign-up {
        /*background: linear-gradient(-160deg, rgba(60, 162, 224, .25) 50%, rgba(241, 244, 245, .9) 50%), url("/docs/assets/img/rocky-mountain.jpg");*/
        background-image: linear-gradient(160deg, rgba(60, 162, 224, .25) 50%, rgba(241, 244, 245, .9) 100%), url("../../../../../images/background.png");
    }

a:link {
    text-decoration: none;
}

/*.sidebar-header {
    background-color: #2E8B57 !important;
}*/

.money,
.money-z {
    text-align: right;
}

.dt-body-right {
    text-align: right;
}

.dataTables_filter {
    /*width: 100%;
    display: flex;
    justify-content: center;*/
    padding-bottom: 10px;
    padding-right: 10px;
}

    .dataTables_filter input {
        border: 1px solid #4986EA;
        border-radius: 5px;
        width: 200px;
    }

.dataTables_wrapper {
    font-size: 14px;
}

table.dataTable thead th {
    border-bottom: 0 !important;
}

table.dataTable tfoot th,
table.dataTable.display tbody td {
    border-top: 0;
}

.dropdown-toggle::after {
    display: none;
}

.autocomplete-suggestions {
    border: 1px solid #CBE2F0;
    background: #FFF;
    overflow: auto;
    font-size: 14px;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000;
    }

label.error {
    display: none !important;
}

.bottom-bar {
    background-color: #fff;
    height: 50px;
    box-shadow: 0 -2px 2px -2px #CFCFCF;
    display: none;
    z-index: 99;
    /*border-top: 1px solid #CFCFCF;*/
}

.btn-header {
    display: none;
}

.text-dark-orange {
    color: #FF8C00;
}

.text-medium-blue {
    color: #0000FF;
}

.text-lime {
    color: #00FF00;
}

.text-chocolate {
    color: #D2691E;
}

.text-green {
    color: #008000;
}

.text-maroon {
    color: #800000;
}

.bg-green {
    background-color: #2E8B57;
}
/*
.nav.nav-tabs {
    border-bottom: none;
}
*/
.card .nav.nav-tabs .nav-link.active {
    /*border-bottom: 2px solid blue;*/
    border-left: 1.5px solid #E0E3E4;
    border-right: 1.5px solid #E0E3E4;
    border-top: 1.5px solid #E0E3E4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*background-color: #4682B4;*/
    /*color: white;*/
}

.btn,
.dropdown-item,
.nav-link,
.card-body,
.datepicker,
label {
    font-size: 14px;
}

.cursor-pointer {
    cursor: pointer;
}

input[type=text] {
    font-size: 14px;
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody td.select-checkbox:after,
table.dataTable thead th.select-checkbox:before,
table.dataTable thead th.select-checkbox:after {
    /*display: block;
    position: absolute;
    top: 50%;*/
    width: 18px;
    height: 18px;
    box-sizing: border-box;
}

/*table.dataTable tbody td.select-checkbox:before,
table.dataTable thead th.select-checkbox:before {
    content: ' ';
    margin-top: -6px;
    border: 1px solid black;
    border-radius: 3px;
}*/

.autocomplete-no-suggestion {
    display: none;
}

.literally {
    height: 500px;
}

#spinner {
    z-index: 9999 !important;
}

.versao {
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: white;
    font-size: 10px;
    color: #DEE1E6;
}

.cv-select {
    height: 31.4px;
    padding-top: 3px;
    border-radius: 2px;
    font-size: 15px;
}

.btn-success {
    background-color: #2E8B57 !important;
    border-color: #2E8B57 !important;
}

