.app-sidebar .sidebar-header {
    background-image: url('img/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/header-bg5.jpg");
    }

    .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");
    }

a:link {
    text-decoration: none;
}

.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: smaller;
}

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: smaller;
}

.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;
}

.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,
.input-group-text,
select,
label {
    font-size: 15px !important;
}

.sg-select-mapa {
    font-size: 12.5px !important;
}

.cursor-pointer {
    cursor: pointer;
}

input[type=text] {
    font-size: smaller;
}

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;
}

.btn-sidebar-close {
    margin-right: 10px;
    top: 10px;
}

select {
    font-family: FontAwesome, sans-serif;
}

.versao {
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: white;
    font-size: 10px;
    color: #DEE1E6;
}

.navbar {
    padding-bottom: 4px !important;
}

.mw-90 {
    min-width: 90% !important;
}

.mw-95 {
    min-width: 95% !important;
}

.dt-bold {
    font-weight: bolder;
}


.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
    }
