.fundo-sistema {
    background: url('/img/wallpaper.jpg') repeat;
    background-position: center;
}

.users-list > li img {
    border-radius: 0 !important;
    height: auto;
    max-width: 100%;
}

.centraliza {
    width: 555px;
    margin: auto;
}

th, tr {
    font-size: 12px;
}

.form-group label {
    margin-bottom: 0px;
    font-size: 14px;
}

.select2-container {
    width: 100% !important;
    padding: 0;
    height: 30px;
}

.select2-selection__rendered {
    line-height: 25px !important;
}

.select2-container .select2-selection--single {
    height: 32px !important;
}

.select2-selection__arrow {
    height: 32px !important;
}

.modal-pdf {
    width: 100%;
    height: 100%;
}

table.dataTable tbody th, table.dataTable tbody td, table.dataTable thead th {
    padding: 4px 8px;
}

.redClass {
    background-color: #e39090 !important
}

.yellowClass {
    background-color: #f1d6a2 !important
}

.divDisabled {
    pointer-events: none;
    opacity: 0.4;
}

.main-footer {
    max-height: 50px !important;
    margin: 1px !important;
    padding: 5px !important;
}

.container-login {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 90vh;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1500px) {
    .modal-full {
        min-width: 80%;
        max-width: 80%;
        margin: 0rem auto;
    }
}

@media screen and (min-width: 1501px) {
    .modal-full {
        min-width: 80%;
        max-width: 80%;
        margin: 0rem auto;
    }
}

.modal-dialog.modal-full {
    border: 3px solid #adb0b4;
}

.device-border-grey {
    border: 1px solid #E2E2E2 !important;
    background-color: #FAFAFA;
}

.modal-header.device-border-grey-light {
    background-color: #aaa9a9 !important;
}

.modal-header.device-border-grey {
    background-color:#607D8B!important;
}

.modal-header.device-border-grey h2 {
    color: #f4f6f7 !important;
}

.modal-footer.device-border-grey {
    background-color: #d2d5d5 !important;
}

.select2-container {
    width: 100% !important;
    padding: 0;
    height: 30px;
}

.select2-selection__rendered {
    line-height: 25px !important;
}

.select2-container .select2-selection--single {
    height: 32px !important;
}

.select2-selection__arrow {
    height: 32px !important;
}

table.dataTable tbody th, table.dataTable tbody td, table.dataTable thead th {
    padding: 4px 8px; /* e.g. change 8x to 4px here */
    font-size: 10pt;
}

table.dataTable tbody td {
    padding: 1px 8px;
    font-size: 12px;
}

table.dataTable tfoot th {
    padding: 1px 8px;
    font-size: 12px;
    text-align: right !important;
}

table.dataTable thead th {
    padding: 1px 8px;
    font-size: 13px;
    background-color: #dfdcdc;
}