
@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);
}

.espaco-page-body{
    width: 0px; 
    height: 0px;
}

.menus i{
    font-size: 24px;
    display: block;}

.setamenu{
	background-color: #41316e;
    color: #05145d;
    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: #05145d !important;
    border-color: #05145d !important;
	color: white !important;
}

.page-link {
    color: #05145d !important;
}


.page-link:hover{
    color: #f1be39 !important;
	cursor: pointer;
}

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

}


button{
    transition: 0.5s !important;
}

button:hover{
    transition: 1s !important;
}

button:focus{
    outline: none !important;
}

input{
    box-shadow: 0px 0px 2px 0px grey !important;
    -webkit-box-shadow: 0px 0px 2px 0px grey !important;
    -moz-box-shadow: 0px 0px 2px 0px grey !important;
    border: 1px solid #d6d6d6 !important;
    transition: 0.5s;
}

input:focus-visible{
    outline: none;
}

select:focus-visible{
    outline: none;
}

select{
    box-shadow: 0px 0px 2px 0px grey !important;
    -webkit-box-shadow: 0px 0px 2px 0px grey !important;
    -moz-box-shadow: 0px 0px 2px 0px grey !important;
    border: 1px solid #d6d6d6 !important;
    transition: 0.5s;
}

select:focus{
    outline: none !important;
    box-shadow: 0px 0px 4px 1px #969696 !important;
    -webkit-box-shadow: 0px 0px 4px 1px #969696 !important;
    -moz-box-shadow: 0px 0px 4px 1px #969696 !important;
    border-color: #7e7e7e !important;
    transition: 1s;
}

textarea{
    box-shadow: 0px 0px 2px 0px grey !important;
    -webkit-box-shadow: 0px 0px 2px 0px grey !important;
    -moz-box-shadow: 0px 0px 2px 0px grey !important;
    border: 1px solid #d6d6d6 !important;
    transition: 0.5s;
}

textarea:focus{
    outline: none !important;
    box-shadow: 0px 0px 4px 1px #969696 !important;
    -webkit-box-shadow: 0px 0px 4px 1px #969696 !important;
    -moz-box-shadow: 0px 0px 4px 1px #969696 !important;
    border-color: #7e7e7e !important;
    transition: 1s;
}

textarea:focus-visible{
    outline: none;
}

input:focus{
	outline: none !important;
    box-shadow: 0px 0px 4px 1px #969696 !important;
    -webkit-box-shadow: 0px 0px 4px 1px #969696 !important;
    -moz-box-shadow: 0px 0px 4px 1px #969696 !important;
    border-color: #7e7e7e !important;
    transition: 1s;
}

body{
	background-color: #41316e;
	font-family: gotham;
	color: white;
}

.w49{
    flex: 0 0 auto !important;
    width: 49% !important;
}

.bloco-w49{
    display: flex !important;
    justify-content: space-between !important;
    padding: 0px !important;
    width: 100% !important;
}

.no-shandow{
   box-shadow: 0px 0px 0px 0px #ced4da !important;
    -webkit-box-shadow: 0px 0px 0px 0px #ced4da !important;
    -moz-box-shadow: 0px 0px 0px 0px #ced4da !important;
    border: 1px solid #ced4da !important;
    transition: 0s;
}

.no-shandow:focus{
    outline: none !important;
    box-shadow: 0px 0px 0px 0px #ced4da !important;
    -webkit-box-shadow: 0px 0px 0px 0px #ced4da !important;
    -moz-box-shadow: 0px 0px 0px 0px #ced4da !important;
    border-color: #ced4da !important;
    transition: 0s;
}

.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;
}

table.dataTable thead>tr>th.sorting, table.dataTable tfoot th{
    font-family: "gotham-bold";
    color: #8d8c8c;
    transition: 0.45s !important;
}

table.dataTable thead>tr>th.sorting:hover{
    color: #05145d;
    transition: 0.9s !important;
}

table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc{
    color: #05145d;
    transition: 0.9s !important;
}

table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_desc:after{
    top: 44% !important;
}

table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting_asc:before{
    top: 40% !important;
}

table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting{
    left: -2px !important;
    right: auto !important;
    top: 50%;
}

table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:after{
    top: 50%;
}

table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:after{
    opacity: .0125;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 10px;
    padding-left: 14px;
    padding-right: 14px;
}
table.dataTable td.dataTables_empty {
    padding: 40px !important;
}

table.dataTable {
    padding-top: 16px;
    margin-bottom: 15px;
    border-collapse: collapse !important;
}

table.dataTable tbody td {
    font-size: 14px !important;
    border-top: 1px solid #cecece !important;
}



.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
    display: none !important;
}


.dataTables_wrapper {
    font-family: 'gotham' !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length select {
    color: #6b6b6b !important;
}

.dataTables_wrapper .dataTables_info {
    margin-left: 10px !important;
}


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

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

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

.buscar .displayFlex{
    display: block; !important;
}

.displayShow{
	display: block !important;
}

.w48{
	width: 48%;
}

.notFound{
	margin-top: 14px;
}

.div-box-modal{
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    top: 10px;
}

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

.box-modal {
    width: 95%;
    max-width: 1100px;
    background-color: white;
    z-index: 20;
    position: absolute;
    padding: 40px;
    height: auto;
    border-radius: 20px;
    margin: 40px 0;
    display: none;
    top: 0 !important;
    padding-bottom: 15px;
}

/*
.box-modal{
	width: 90%;
    background-color: white;
    z-index: 20;
    position: absolute;
    margin-left: 5%;
    padding: 40px;
    height: auto;
    border-radius: 20px;
    margin-top: 50px;
	display: none;
	top: 0 !important;
	padding-bottom: 15px;
}
*/
.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: #05145d;
    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: #05145d;
    color: white;
    font-family: 'gotham-bold';
    font-size: 16px;
    width: auto;
    border-radius: 5px;
    padding: 15px 30px;
    margin: 30px auto;
    display: block;
}

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

#imgAtual{
	display: block;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
    margin-bottom: 20px;
    border: 4px solid #05145d;
    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 #05145d;
    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: #05145d;
	min-height: calc(100vh - 40px);
	margin-bottom: 20px;
    transition: 0.4s;
}


.page-body a svg:hover{
	color: #05145d !important;
	transition: 0.7s;
}

.a:hover{
	color: #05145d !important;
	transition: 0.5s;
}

.page-body h2{
	font-family: gotham-bold;
    margin: 10px 0px 0px 10px;
    display: block;
}

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

.link-exportar a{
    color: #4f4e4e !important;
    text-decoration: none !important;
    0pbox-shadow: 0px 0px 2px 0px grey;
    -webkit-box-shadow: 0px 0px 2px 0px grey;
    -moz-box-shadow: 0px 0px 2px 0px grey;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 10px 50px;
    transition: 0.7s;
}

.link-exportar a svg{
    margin: 0px 0px -2px 2px;
    font-size: 20px;

}

.link-exportar a:hover{
    color: #f1be39 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    box-shadow: 0px 0px 2px 0px #595959;
    -webkit-box-shadow: 0px 0px 2px 0px #595959;
    -moz-box-shadow: 0px 0px 2px 0px #595959;
    border: 1px solid #05145d;
    background-color: #05145d;
    transition: 1s;
}

.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: #05145d96;
    margin-top: 15px;
    margin-left: calc(50% - 70px);
    color: white;
}

.form-modal button:hover{
	color: #ebd728 !important;
    background-color: #05145d;
}

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

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

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

.btns-tabela{
    min-width: 60px;
    display: flex;
    justify-content: space-between;
    max-width: 100px;
    margin: 0 auto;
}

.icone-info{
    font-size: 30px;
}

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


.fundo-login{
	width: 100%;
    height: 100vh;
    object-position: bottom;
    object-fit: cover;
    z-index: 1;
    position: absolute;
    filter: brightness(50%);
}

.box-login{
	width: 400px;
    background-color: white;
    padding: 20px 0px;
    top: 70px;
    margin-left: calc(50% - 200px);
    border: 0px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

.logo-box-login{
	width: 90%;
    margin-left: 5%;
    margin-bottom: 15px;
}

.form-box-login{
	width: 92%;
    margin-left: 4%;
}

.form-box-login span{
	color: gray;
    font-size: 14px;
    margin-top: -5px;
    display: block;
    cursor: pointer;

}

.form-box-login span:hover{
	text-decoration: underline;
}

.titulo-login{
	font-family: 'gotham';
    color: #525252;
    text-align: center;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.row-form-box-login{
	margin-bottom: 10px;
}

.row-form-box-login input{
	width: 100%;
    height: 40px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid gray;
}

.row-form-box-login input:focus{
	width: 100%;
    height: 40px;
    padding: 10px;
    border-radius: 10px !important;
    border: 1px solid #05145d !important;
    outline: none !important;
}

.btn-login{
	font-family: gotham-extraBold;
    background-color: #05145d;
    width: 140px;
    height: 50px;
    margin-left: calc(50% - 70px);
    border-radius: 10px;
    margin-top: 20px;
    color: white;
	border: none !important;
}

.btn-login:hover{
	transition: 0.8s;
	#background-color: #05145d;
    color: #f1be39;
    outline: none !important;
}

.btn-login:focus{
	#background-color: #05145d;
    color: #f1be39;
    outline: none !important;
}

#error-login{
	display: block;
    width: 100%;
    margin-left: 0%;
    border: 5px solid #c3282896;
    padding: 10px;
    background-color: #c3282830;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #c32828;
    font-family: 'gotham-bold';
}

#error-login:hover{
	text-decoration: none !important;
	cursor: default !important;
}

.errorInput{
	border: 2px solid red !important;
}

.logo-menu{
	width: 150px;
    object-fit: contain;
    position: fixed;
    margin-left: 50px;
    margin-top: 20px;
}

.menu{
	width: 200px;
    height: auto;
    max-height: calc(100vh - 150px);
    padding: 20px;
    background-color: white;
    margin-left: 20px;
    margin-top: 116px;
    border: none;
    border-radius: 10px;
    text-align: center;
    position: fixed;
    overflow-x: auto;
}

.menu span{
    transition: 0s !important;
    background-color: #41316e;
	font-family: gotham-bold;
    width: 100%;
    margin-left: 0%;
    display: block;
    padding: 10px 0 8px 0;
    border: none;
    border-radius: 5px;
	margin-bottom: 10px;
    font-size: 12px;
    height: 70px;
}

.menu span:hover{
    transition: 0s !important;
    background-color: #41316e !important;
    color: #ebd728 !important;
    cursor: pointer !important;
    border: #41316e solid 4px !important;
    width: calc(100% - 0px) !important;
    height: 70px !important;
    padding-top: 6px !important;
}

.menu span svg{
	display: block;
    font-size: 25px !important;
    margin: 4px auto;
}

.menuAtivo{
    background-color: #05145d !important;
    color: #ebd728 !important;
    transition: 0s !important;
    border: #05145d solid 4px !important;
    width: calc(100% - 0px) !important;
    height: 70px !important;
    padding-top: 6px !important;
}

.loadGif{
	width: 70px;
    margin-left: calc(50% - 35px);
    margin-top: 100px;
    margin-bottom: 100px;
}

.div-info{
	color: #212121;
}

.div-fatura{
	color: gray; 
}

.div-fatura h1{
	text-align: center;
    font-size: 17px;
    margin-top: 70px;
}


.div-fatura a{
	display: flex;
    justify-content: center;
    width: 220px;
    margin-left: calc(50% - 110px);
    margin-top: 20px;
	font-family: 'gotham-bold';
}

.div-fatura a:hover{
	transition: 0.8s !important;
	color: #0a5ca6 !important;
	font-family: 'gotham-bold';
}

.btn-faturas{
	display: flex;
    justify-content: space-around;
    width: 200px;
    background-color: #3a3a3a;
    font-family: 'gotham-bold';
    margin: 55px 0px 15px calc(50% - 100px);
    padding: 10px;
    border-radius: 5px;
}

.item-btn-faturas{
    color: #9c9c9c;
    cursor: pointer;
}

.item-btn-faturas:hover{
    color: #8afa00;
}

.item-btn-faturas-ativo{
    color: #ffffff;
}

.modal_grande{
	width: 90% !important;
    max-width: 800px;
    margin: 40px auto;
}

.imgInput{
	width: 100% !important;
    display: block !important;
    margin: 0 !important;
    border: 0px !important;
    border-radius: 0 !important;
    margin-bottom: 20px !important;
}

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

.info-table a{
    background-color: #323232;
    padding: 5px 10px;
    margin: 0px 5px;
    border-radius: 5px;
    text-align: center;
    color: white !important;
    display: inline-block;
}

.coluna_cod{
    width: 100px;
}

.coluna_info{
    width: 230px;
}

.info-table{
    padding-top: 8px !important;
}

.mobile{
	display: none;	
}


.excluirExames{
    border-radius: 5px;
    display: block;
    margin-left: calc(100% - 72px);
    margin-top: -25px;
    background-color: #323232;
    text-align: center;
    text-decoration: none !important;
    padding: 5px 10px;
    color: white;
    cursor: pointer;
}

.gerar_laudo h1{
    color: #0d589a;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.gerar_laudo a{
    background-color: #323232;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    color: white !important;
    display: block;
    width: 150px;
    text-decoration: none;
    height: 40px;
    padding-top: 8px;
    margin-left: calc(50% - 75px);
    margin-top: 30px;
    margin-bottom: 40px;
}

.verLaudo{
    background-color: #323232;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    color: white !important;
    display: block;
    width: 240px;
    text-decoration: none;
    height: 40px;
    padding-top: 8px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.verLaudoIframe{
    background-color: #11304c;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    color: white !important;
    display: block;
    width: 240px;
    text-decoration: none;
    height: 40px;
    padding-top: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: calc(50% - 120px);
}

.btn_exportar_excel_mobile{
    display: none;
}

.btn_exportar_excel_mobile button{
    width: 180px;
    height: 40px;
}

.btn_exportar_excel{
    display: block;
}

.btn_exportar_excel button{
    width: 180px;
    height: 40px;
}

.btn-laudos{
   margin-top: 35px; 
    display: flex;
    justify-content: space-around;
}

.btn-laudos button{
    margin: 0px !important;
}

.icone-tabela span, .icone-tabela-rodape span{
    min-width: 50px;
    display: block;
    margin-left: calc(50% - 10px);
}

.imagem-ed-form{
    width: 100%;
    margin: 20px 0;
}

.imagem-ed-form label{
    display: block;
}

.imagem-ed-form img{
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
}

.imagem-info-form{
    width: 100%;
    margin: 20px 0;
}

.imagem-info-form span{
    display: block;
}

.imagem-info-form img{
    width: 100%;
    height: auto;
    max-height: 400px;
    margin-top: 10px;
    object-fit: contain;
}


.status-ativo, .status-inativo svg{
    color: green;
}

.status-inativo, .status-inativo svg{
    color: #b01010;
}

.fechar-info{
    width: 100%;
    position: relative;
    margin-bottom: -20px;
    padding-right: 5px;
}

.fechar-info a span{
    margin-top: -35px;
    margin-bottom: 0px;
}

.fechar-info a span{
    font-size: 30px !important;
    font-family: 'gotham' !important;
}

.row-body-info{
    display: flex;
    width: 100%;
    /*max-width: 500px;*/
    justify-content: space-between;
    margin: 10px 0;
}

.row-body-info span{
    font-family: gotham-bold;
    font-size: 17px;
    color: #313131;
}

.row-body-info p a{
    color: #ffffff;
    text-decoration: unset;
    padding-right: 30px;
}

.row-body-info p a:hover{
    color: #f1be39;
}

.row-body-info p a svg{
    font-size: 25px;
    position: absolute;
    margin: 0px 0px 0 5px;
}

.div-info{

}

.header-info{
    display: flex;
    flex-wrap: wrap;
}

.icone-header-info{
    width: 150px;
    padding: 10px;
}

.icone-header-info svg{
    font-size: 100px;
    opacity: 0.4;
}

.user-header-info{
    
}

.user-header-info h1{
    font-size: 30px;
    color: #565656;
    text-align: start;
    margin: 14px 0 0;
}

.user-header-info h2{
    margin: 0;
    text-align: start;
    color: gray;
    font-size: 22px;
}

.user-header-info h3{
    margin: 15px 0px 0 -8px;
    font-size: 15px;
    padding-left: 10px;
    display: block;
}

.user-header-info h3 svg{
    font-size: 20px;
    position: relative;
    padding-top: 0px;
    transform: translateY(2px);
}

.btn-header-info{
    
}

.btn-header-info .btn-group{
    
}

.btn-header-info .btn-group button{
    
}

.btn-header-info .btn-group .dropdown-menu{
    
}

.btn-header-info .btn-group .dropdown-menu .dropdown-item{
    
}

.pontos-header-info{
    width: 100%;
    background-color: #ef973845;
    border: 0;
    border-radius: 10px;
    display: flex;
    padding: 15px 15px;
    margin: 20px 0;
}

.pontos-header-info svg{
    font-size: 24px;
    color: #565656;
}

.pontos-header-info p{
    display: block;
    margin: 0 8px;
    font-size: 14px;
    color: #5a5959;
    padding-top: 2px;
}

.pontos-header-info p strong{
    color: black;
}

.perfil-titulo-body-info, .endereco-titulo-body-info, .titulo-footer-info{
    margin: 30px 0 0px;
    font-family: 'gotham-extraBold';
    color: #636363;
    font-size: 22px;
    border-top: 1px solid #bebebe;
    padding-top: 30px;
}

.perfil-titulo-body-info svg, .endereco-titulo-body-info svg, .titulo-footer-info svg{
    margin-left: 9px;
    margin-top: 3px;
    position: absolute;
    font-size: 25px;
}

.perfil-content-body-info, .endereco-content-body-info, .footer-content-body-info{
    margin: 30px 0;
}

.footer-info{
    
}

.sucesso-vendas{
    padding-bottom: 20px;
}

.sucesso-vendas svg{
    color: #05145d;
    font-size: 210px;
    display: block;
    margin: 20px auto;
    background-color: #2d2c2c;
    padding: 40px;
    border-radius: 50px;
}

.sucesso-vendas h1{
    text-align: center;
    color: #686868;
    font-family: gotham-extraBold;
    display: block;
    margin: 30px auto;
    border-bottom: 1px solid #b3b3b3;
    width: fit-content;
    padding-bottom: 10px;
}

.sucesso-vendas h2{
    text-align: center;
    color: #514f4f;
    font-size: 20px;
    margin-top: 30px;
    display: block;
}

.sucesso-vendas h3{
    text-align: center;
    color: gray;
    font-size: 18px;
}

.sucesso-vendas button{
    height: 52px;
    margin-top: 70px;
}

#divsenha{
    display: none;
}

#txt_input_cpf{
    
}

.header-desempenho{
   margin-top: 60px;
}

.item-header-desempenho{
    border: 1px solid #dcdcdc;
    border-left: 5px solid #ffa541;
    border-radius: 5px 0 0 5px;
    margin-left: 10px;
    width: 15.6666666667% !important;
    padding: 8px 15px;
}

.item-header-desempenho span{
    color: #ffa541;
    display: block;
    font-weight: 800;
    font-size: 12px;
    font-family: sans-serif;
}

.item-header-desempenho strong{
    display: block;
}

.espaco-desempenho{
    height: 1px;
}



@media only screen and (min-width: 1201px) {
    
    .border_white_desktop{
        border-bottom: 1px solid #dee2e6 !important;
    }

    .link-exportar {
        position: relative !important;
        top: 25px !important;
    }


    .dataTables_wrapper .dataTables_length {
        float: none !important;
        position: absolute !important;
        display: inline-flex !important;
        width: 100% !important;
    }

    .dataTables_wrapper .dataTables_filter {
        float: none !important;
        text-align: right !important;
        position: relative !important;
        display: inline-flex !important;
        top: -60px !important;
    }

    .dataTables_wrapper .dataTables_length select {
        margin: 3px 5px 0 10px !important;
        width: 80px !important;
        padding: 5px !important;
    }

    .dataTables_wrapper .dataTables_filter input {
        width: 270px !important;
    }

    .page-body h2 {
        margin: 10px 0px -20px 10px !important;
    }

}

.copyright-menu{
    position: fixed;
    top: 600px;
    width: 230px;
    line-height: 2px;
    text-align: center;
}

.copyright-menu p small{
    color: #989898;
}

.copyright-menu p a{
        text-decoration: none !important;
    color: #ebd728;
}

.rodape-copy{
    width: 400px;
}


.form-modal h2{
  color: black !important;
}





