@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    font-size: 14px;
    min-height: 100%;
    position: relative;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
}

body {
    height: 100%;
    min-height: 100%;
}

b {
    font-weight: bolder;
}

h2 {
    font-size: 2rem;
}

form .form-check-label {
    vertical-align: sub;
}

form .form-check-input {
    margin-right: 5px;
    font-size: 18px;
}

header {
    background-color: white
}

footer {
    background-color: white;
}

.rodape {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* CLASS - INCIO*/
.affix {
    top: 0;
    width: 100%;
}
.affix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
    .affix.navbar {
        background-color: #333;
    }
        .affix.navbar .nav-item > a,
        .affix.navbar .navbar-brand {
            color: #6c757d;
        }
        .affix.navbar .nav-item > .btModulos {
            color: #0d6efd;
        }
.affix-top {
    position: absolute;
    width: 100%;
}
.background-login {
    background-image: url("../img/login.png");
    background-size: cover;
    background-position: left 65%;
    height: 400px;
    border-radius: 8px;
}
.btns-login {
    margin-top: 30px;
    text-align: center;
}
.btns-menu {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    border-radius: 30px 30px;
    padding: 9.5px 8px;
    margin-left: 5px;
    text-decoration: none;
}
.containerError {
    height: 500px;
    margin: 0 auto;
    border-radius: 60px 60px 0 0;
    position: absolute;
    top: calc(50% - 200px);
    left: calc(50% - 300px);
}
.form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
}
.form__field {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #9b9b9b54;
    outline: 0;
    font-size: 16px;
    color: #000;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}
    .form__field::placeholder {
        color: transparent;
    }
    .form__field:placeholder-shown ~ .form__label {
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        cursor: text;
        top: 26px;
    }
    .form__field:disabled ~ .form__label {
        font-size: 1rem;
        color: #ffc107;
        font-weight: 700;
    }
    .form__field:focus ~ .form__label {
        position: absolute;
        top: 0px;
        display: block;
        transition: 0.2s;
        font-size: 1rem;
        font-weight: 700;
        padding-bottom: 6px;
        border-width: 3px;
        border-image: linear-gradient(to right, #11998e, #38ef7d);
        border-image-slice: 1;
    }
    .form__field.criar:focus ~ .form__label {
        color: #157347;
    }
    .form__field.visualizar:focus ~ .form__label {
        color: #ffc107;
    }
    .form__field.editar:focus ~ .form__label {
        color: rgba(13, 110, 253, 0.5);
    }
    .form__field.deletar:read-only ~ .form__label {
        color: #DC3545;
        font-weight: 700;
    }
    .form__field.visualizar:read-only ~ .form__label {
        color: #ffc107;
        font-weight: 700;
    }
    /* Reset input */
    .form__field:required,
    .form__field:invalid {
        box-shadow: none;
    }
.form__label {
    position: absolute;
    top: 0px;
    display: block;
    transition: 0.2s;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    color: #9b9b9b;
}
.header-group-form {
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
    border: 1px solid gray;
    border-radius: 30px;
    background-color: lightgray;
    padding: 15px 0;
}
.header-radius {
    font-family: "Montserrat", montserrat;
    line-height: 30px;
    border-radius: 35px 35px 35px 35px;
    padding: 15px 15px;
    margin-left: 5px;
}
.itemCard {
    justify-content: space-around;
}
    .itemCard .card {
        height: 600px;
        margin-top: 20px;
    }
    .itemCard .card-foot {
        margin-bottom: 15px;
        text-align: center;
    }
    .itemCard .card-text {
        font-size: 14.5px;
        line-height: 20.5px;
        text-align: justify;
    }
    .itemCard h4 {
        margin-top: 10px;
        font-weight: bold;
        text-align: center;
        min-height: 80px;
    }
    .itemCard h5 {
        margin-top: 10px;
        text-align: center;
        min-height: 50px;
    }
    .itemCard img {
        margin-top: 5px;
        border-radius: 30%;
        height: 200px;
        text-align: center;
    }
.divMenuItems :hover {
    border-bottom: 1px solid #000080;
    margin-bottom: -1px;
}
.logo {
    width: 150px;
    margin: 0 auto;
}
    .logo img {
        width: 100%;
    }
.ml15 {
    margin-left: 15px;
}
.modal-login {
    background: white;
    width: 500px;
    padding: 50px;
    position: absolute;
    top: calc(50% - 202px);
    left: calc(50% - 250px);
    border-radius: 8px 8px;
}
.navbar {
    border-radius: 0;
    transition: all 0.3s ease-out;
}
.textbold {
    font-weight: bold;
    font-size: 16px;
}
/* CLASS - FIM*/

/* ID - INICIO */
#btnEsqueceuASenha {
    width: 180px;
    font-size: 1.2rem;
}
#btnFooterDaee {
    position: relative;
    bottom: -50px;
}
#btnLogar {
    width: 180px;
    margin: auto;
    position: relative;
    font-size: 1.2rem;
}
#btnLoginLogout {
    font-family: "Montserrat", montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    border-radius: 35px 35px 35px 35px;
    padding: 10px 10px;
    margin-left: 5px;
}
#btnNovoRegistro {
    font-family: "Montserrat", montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    border-radius: 35px 35px 35px 35px;
    padding: 15px 30px;
    margin-left: 5px;
}
#gifLoading {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    display: none;
}
    #gifLoading img {
        width: 150px;
    }
#grpBtnForm .btn {
    width: 170px;
    border-radius: 20px;
}
@media(min-width: 768px) {
    #grpBtnForm .btn {
        width: 250px;
    }
}
#main_layout {
    min-height: 400px;
}
#main_layout h2 {
    font-style: italic;
    font-weight: bold;
    font-size: 2.2rem;
}
#table {
    margin-top: 100px !important;
}
    #table thead {
        background-color: #6c757d;
        color: white;
        font-weight: bolder;
        text-align: center;
    }
    #table tr th {
        text-align: center;
    }
/* ID - FIM */

/* WEBKIT INICIO*/
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background: rgba(13, 110, 253, 1);
    border-radius: 6px;
}
::-webkit-scrollbar-track {
    background: white;
}
/* WEBKIT FIM*/

/* DataTable INICIO */
#table_wrapper {
    margin: 25px auto !important;
}
    #table_wrapper #table_length {
        font-size: 15px;
    }
    #table_wrapper [name="table_length"] {
        border: 1px solid gray;
        border-radius: 20px;
        padding: 2px;
        text-align: center;
        font-weight: bold;
    }
#table_filter label {
    font-size: 15.5px;
    font-weight: bold;
}
#table_filter input {
    font-size: 15px;
    font-weight: normal;
    width: 400px !important;
    padding: 5px !important;
    border-radius: 10px !important;
    border: 1px solid gray !important;
    text-indent: 5px !important;
    margin-bottom: 5px !important;
}
#table.dataTable {
    margin: 5px auto !important;
}
#table_info {
    font-weight: 500 !important;
}
#table_paginate #table_previous,
#table_paginate #table_next {
    font-weight: 500 !important;
}
#table_paginate span a{
    border: 1px solid gray;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
}
/* DataTable FIM */