﻿body {
    padding-top: 0px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
.titulo-pagina {
    margin-top:5px;
    color: #17a2b8;
    display: flex;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
.navbar {
    padding-bottom: 0;
    padding-top: 0;
}

.field-validation-error {
    background-color: red;
    color: white;
    padding: 3px;
    border-radius: 3px;
    margin-top: 3px;
    font-size: 0.8em;
}
.numero-pendencias {
    background-color: red;
    color: white;
    font-size: 0.6em;
    font-weight: bold;
    padding: 3px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    top: -10px;
    left: 15px;
}
.lista-pendencias {
    width: 300px;
    height: 350px;
    overflow-y: scroll;
}
.lista-niver {
    width: 400px;
    height: 550px;
    overflow-y: scroll;
}
.lista-niver-emp {
    width: 400px;
    height: 550px;
    overflow-y: scroll;
}
.lista-ponto-user {
    width: 200px;
    height:195px;
    overflow-y: scroll;
}
.lista-pendencias-alter {
    width: 400px;
    height: 550px;
    overflow-y: scroll;
}

    .lista-pendencias .titulo, .lista-niver .titulo, .lista-niver-emp .titulo, .lista-ponto-user .titulo, .lista-pendencias-alter .titulo {
        font-weight: bold;
    }

.item-pendencias, .item-niver, .item-niver-emp, .item-ponto-user, .item-sys-alter {
    padding: 3px 3px 3px 10px;
    border-bottom: 1px solid lightgray;
    cursor: default;
}

    .item-pendencias:hover, .item-niver:hover, .item-niver-emp:hover, .item-sys-alter:hover {
        background-color: lavender;
    }


.somente-impressao{
    display:none;
}
.table-wrapper-scroll-y {
    display: block;
    max-height: 640px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.validation-summary-errors {
    color: red;
}
.titulo-tabela {
    background-color: cornflowerblue;
    color: white;
    padding-left: 10px;
    margin: 5px 15px 0px 15px;
    border-radius: 5px 5px 0px 0px;
}

.sem-margem {
    margin:0px;
}

.esconder {
    display: none;
}
.check-box {
    width: 25px;
    height: 25px;
}

/*Andrea - 2/8/22 - migracao bdo iptu*/
.form-check {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 3px; 
}

/*Andrea - 2/8/22 - migracao bdo iptu*/
.form-check input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

/*Andrea - 2/8/22 - migracao bdo iptu*/
.form-check label, .form-group .form-check label {
    font-weight: normal;
    color: black;
}

.icone-check {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    border: 1px solid lightgray;
    border-radius: 3px;
    background-color: #c7e9ee;
}

@media print {
   
    .nao-imprime, .btn, .sidebar {
        display: none !important;
    }

    .somente-impressao {
        display: block;
    }

    .titulo-tabela {
        color: blue;
        border: 1px solid lightgray;
        font-weight: bold;
    }

    .table-wrapper-scroll-y {
        overflow-y: visible;
        max-height: none !important;
    }
}


/*Andrea - 2/8/22 - migracao bdo iptu, taqui pra baixo*/
.compact-table {
    padding: 0px;
    font-size: 12px;
    cursor: default;
}

.compact-table header {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.compact-table thead, .compact-table tbody {
    display: block;
}

.compact-table tbody {
    overflow-y: scroll;
    height: 100px;
}

.compact-table thead th {
    background-color: #2aa9be;
    color: white;
    font-size: 12px;
    border-right: 2px solid white;
    padding-left: 7px;
}

.compact-table td {
    padding-left: 7px;
}

.compact-table header {
    color: gray;
    margin: 2px 0px;
}

.compact-table td.empty {
    font-size: 12px;
}

.compact-table tr:hover {
    background-color: lightgray;
}

.compact-table tr.selected {
    background-color: gray;
    color: white;
}

.hint-text {
    color: gray;
    font-size: 12px;
}

.small-scroll {
    scrollbar-width: thin;
    scrollbar-color: gray lightgray;
}

/* Works on Chrome, Edge, and Safari */
.small-scroll::-webkit-scrollbar {
    width: 10px;
}

.small-scroll::-webkit-scrollbar-track {
    background: lightgray;
}

.small-scroll::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 0px;
    border: none;
}

input.is-loading {
    background-image: url('./Imagens/load.gif');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
}

.container-pesquisa {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 20px;
}

    .container-pesquisa .form-group {
        border: none;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

        .container-pesquisa .form-group label {
            margin-bottom: 5px;
        }