﻿.btn-rounded {
    border-radius: 8px
}

div.form-group {
    margin-bottom: 0px;
}

.input-inline {
    display: inline-block;
}

.table-aprovador {
    background-color: #e6f2ff !important;
}

    .table-aprovador thead {
        background-color: #0066cc !important;
    }

.table-cadastro {
    margin: 20px auto 30px auto;
    width: 700px;
    background-color: #f2f2f2;
    border-radius: 15px;
}

    .table-cadastro th {
        text-align: center;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .table-cadastro thead {
        background-color: dimgray;
        color: white;
        border-radius: 10px;
    }

.container-cad {
    overflow: auto;
    background-color: white !important;
}

.password-hover:hover {
    opacity: 0.8;
}

.link-pdf:hover {
    text-decoration: none;
}

.i-file input[type='file'] {
    cursor: pointer;
}

.custom-file-label {
    color: blue;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Escolher...";
}

.foto-3x4 {
    box-shadow: 4px 4px 4px gray;
    border-style: solid;
    border-width: 3px;
    border-color: white;
}

.text-row {
    background-color: white;
    border-radius: 6px;
    padding: 6px;
    border-style: solid;
    border-color: lightgray;
    border-width: 1px;
}

.db-nowrap {
    white-space: nowrap;
}