
@font-face {
    font-family: gotham;
    src: url(../fontes/gotham.otf);
}

@font-face {
    font-family: gotham-bold;
    src: url(../fontes/gotham-bold.otf);
}

@font-face {
    font-family: gotham-extraBold;
    src: url(../fontes/gotham-extraBold.otf);
}

@font-face {
    font-family: gotham-italic;
    src: url(../fontes/gotham-italic.otf);
}

tbody, td, tfoot, th, thead, tr {
    border-color: #c5c5c5;
}

.js-disabled-message {
    text-align: center;
    padding: 50px;
    font-size: 18px;
    font-weight: bold;
    color: red;
    position: fixed;
    width: 100%;
    background-color: bisque;
    height: 100vh;
    z-index: 1000;
    display: table;
}

.js-disabled-message-txt{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.setamenu{
    background-color: #0d589a69;
    color: #0d589a;
    height: 28px;
    padding: 1px;
    font-size: 18px;
    position: fixed;
    z-index: 10;
    bottom: 34px;
    width: 200px;
    border-radius: 0px 0px 10px 10px;
    display: block;
    margin-left: -20px;
}

.page-item.active .page-link {
    background-color: #107dde !important;
    border-color: #107dde !important;
    color: white !important;
}

.page-link {
    color: #107dde !important;
}


.page-link:hover{
    cursor: pointer;
}

input[type=number] { 
   -moz-appearance: textfield;
   appearance: textfield;

}

button:focus{
    outline: none !important;
}

input:focus{
    outline: none !important;
    box-shadow: none !important;
    border-color: gray !important;
}

body{
    background-color: #0d589a;
    font-family: gotham;
    color: white;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    height: 40px;
    padding-top: 5px;
    border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px;
    right: 1px;
    width: 20px;
}

.select2-results__option {
    color: black !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #8c8c8c;
    color: white !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #505050 !important;
    color: white;
}

.form-check-input:checked {
    background-color: #107dde !important;
    border-color: #107dde !important;
}

.notFound{
    margin-top: 20px;
    text-align: center;
}

.displayFlex{
    display: flex !important;
    justify-content: space-between !important;
}

.displayShow{
    display: block !important;
}

.w48{
    width: 48%;
}

.notFound{
    margin-top: 14px;
}

.back-box-modal{
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 10;
    background-color: #0404049c;
    display: none;
    top: 0;
}

.box-modal{
    width: 90%;
    background-color: white;
    z-index: 20;
    position: fixed;
    margin-left: 5%;
    padding: 40px;
    height: auto;
    max-height: calc(100vh - 100px);
    border-radius: 20px;
    margin-top: 50px;
    display: none;
    top: 0 !important;
    padding-bottom: 15px;
    overflow-y: auto;
}

.box-modal-grande{
    width: 90% !important;
    margin-left: 5% !important;
}

.box-modal-pequeno{
    width: 400px;
    margin-left: calc(50% - 200px);
}

.fechar{
    color: gray;
    font-size: 20px;
    margin-left: 100% !important;
    cursor: pointer;
    text-decoration: none !important;
    margin-top: -25px;
    display: block;
    margin-bottom: 10px;
}

.fechar:hover{
    color: black;
}

.buscar input{
    width: 220px;
}

.buscar button{
    border: none;
    background-color: #107dde;
    color: white;
    font-family: 'gotham-bold';
    font-size: 14px;
    width: 100px;
    border-radius: 5px;
    margin-left: 10px;
}

.buscar button:hover{
    transition: 0.5s;
    background-color: #0a5ca6 !important;
}

.btn-preto{
    border: none;
    background-color: #107dde;
    color: white;
    font-family: 'gotham-bold';
    font-size: 14px;
    width: 100px;
    border-radius: 5px;
    padding: 12px;
    margin-left: calc(50% - 50px);
    margin-top: 30px;
}

.btn-preto:hover{
    transition: 0.5s;
    background-color: #0a5ca6 !important;
}

#imgAtual{
    display: block;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
    margin-bottom: 20px;
    border: 4px solid #107dde;
    margin-left: calc(50% - 75px);
}

#imgResult{
    display: none;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
    margin-bottom: 20px;
    border: 4px solid #107dde;
    margin-left: calc(50% - 75px);
}

.page{
    display: flex;
}

.page-body{
    width: calc(100% - 260px);
    margin-left: 240px;
    margin-top: 20px;
    height: auto;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    color: #107dde;
    min-height: calc(100vh - 40px);
    margin-bottom: 20px;
}

.page-body a svg:hover{
    color: #212529;
    transition: 0.4s;
}

.page-body a svg:hover{
    color: #0a5ca6;
    transition: 0.5s;
}

.a:hover{
    color: #0a5ca6;
    transition: 0.5s;
}

.page-body h2{
    font-family: gotham-bold;
}

.link-exportar{
    font-family: gotham-bold;
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

.link-exportar a{
    color: #107dde;
    text-decoration: none !important;
}

.link-exportar a:hover{
    transition: 0.5s;
    color: #107dde !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

.form-modal hr{
    margin: 10px 0px;
}

.form-modal h4{
    color: black;
}


.form-modal label{
    margin: 5px 0px;
    color: gray;
    font-size: 15px;
}

.form-modal h1{
    color: gray;
    font-size: 20px;
    margin-bottom: 25px;
}

.form-modal input{
    margin-bottom: 5px;
}

.form-modal select{
    margin-bottom: 5px;
}

.form-modal button{
    font-family: gotham-bold;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    width: 140px;
    height: 40px;
    background-color: #107dde;
    margin-top: 15px;
    margin-left: calc(50% - 70px);
    color: white;
}

.form-modal button:hover{
    background-color: #0a5ca6 !important;
}

.box-modal hr{
    margin: 30px 0px;
    border: 1px solid #ced4da;
}

.box-modal-span{
    color: black;
}

.div-info span{
    font-family: gotham-bold;
    font-size: 14px;
}

.icone-info:hover{
    transition: 0.5s;
    cursor: pointer;
    color: gray !important;
}

.box-verificar{
    background-color: white;
    color: #0d589a;
    width: clamp(500px, 50%, 700px);
    margin: 20px auto;
    padding: 10px;
    border: none;
    border-radius: 5px;
}

.box-verificar img{
    width: 100%;
}

.box-verificar h1{
    display: block;
    text-align: center;
    font-family: gotham-extraBold;
    font-size: 20px;
    margin: 50px 0 40px;
}

.box-verificar h1 i{
    font-size: 120px;
}

.box-verificar h1 p{
    font-family: gotham;
    margin-top: 20px;
}

.box-verificar h2{
    font-size: 20px;
    margin: 20px;
}

.box-verificar h2 span{
    font-family: 'gotham-extraBold';
}

.box-verificar h3{
    font-size: 15px;
    text-align: center;
    margin-top: 40px;
}

.copyright-rodape{
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}

.copyright-rodape a{
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    transition: .5s;
}


.copyright-rodape a:hover{
    font-size: 15px;
    transition: 0.7s;
}

.logo-back{
    position: absolute;
    top: 30px;
    left: 30px;
    opacity: .6;
    width: 200px;
    background-color: white;
    border-radius: 5px;
    padding: 10px;
}

@media only screen and (max-width: 1000px) {
    .logo-back {
        position: relative;
        width: 200px;
        margin-left: calc(50% - 100px);
    }

    .box-verificar {
        margin: 60px auto 20px;
    }

    .box-verificar {
        width: 96%;
        margin-left: 2%;
}


@media only screen and (max-width: 700px) {

        .box-verificar {
            padding: 20px 10px 10px;
            margin: 25px auto 20px;
        }

        .logo-back {
            width: 100px;
            margin-left: calc(50% - 82px);
            top: 10px;
        }

        .box-verificar h1 {
            margin: 0px;
            font-size: 15px !important;
        }

        .box-verificar h1 i {
            font-size: 55px;
        }

        .box-verificar h2 {
            font-size: 12px !important;
        }

        .box-verificar h3 {
            font-size: 10px;
        }
}
