/*Configurações do menu*/
.btn_pro {
    background-color: #173165;
    border: #631d50;
    color: white;
}
.container-main{
	width:80%;
	position: absolute;
  	right: 0;
  	transition: width 0.3s ease;
}

.container-main-menu{
	width:97% !important;
	margin-bottom: 5%;
}

/*Configurações do template da tela*/

.container-main .container-cabecalho {
	padding: 0.3em;
	background-color: #031d50 !important;
	border-bottom: 1px solid #132a58;
	
	/*TESTE ISA*/
	position: sticky;
    top: 0;
    z-index: 998;
}

.ui-datepicker{
	z-index: 999 !important;
}

.container-main .container-cabecalho .container-titulo {
	position: relative;
    top: -0.3em;
    background: #173165;
    padding: 0.3em;;
    color: white;
    border-radius: .5em;
    text-align: center;
}
.container-main .container-cabecalho .container-body{
	margin-top: 0.5em;
}

.container-main .container-cabecalho .container-footer button{
	background: #173165;
	border: 1px solid #031d50;
    color: white;
    border-radius: .5em;
    font-size: 0.8rem;
}
/*
.container-main .container-cabecalho .row div{
	flex-direction: column;
}
*/
.container-main .container-cabecalho label {
	margin-left: 0.5em;
	margin-bottom: 0.2em;
	color: white;
	font-size: 14px;
}

.modal label{
	color: #000000 !important;
}

.bootstrap-select .dropdown-toggle:after {
    margin-top: 5px;
    font-size: 14px;
}

.table-filters .bootstrap-select .dropdown-toggle{
	padding-bottom: 0.2em !important;
	padding-top: 0.2em !important;
}

select, input, textarea,
.bootstrap-select, .bootstrap-select button{
	display: inline !important;
	height: 2.5em !important;
	font-size: 12px !important;
    border-radius: .25rem;
    color: #212529;
    background-color: #fff;
}

select, input, textarea {
	border: 1px solid #ced4da;
}

input {
	border-radius: 0.5rem;
}

.container-main .container-conteudo{
	margin-left: 1em;
	margin-right: 1em;
	max-width: 100%;
	overflow: auto;
}

.container-lista{
	max-width: 100%;
	overflow: auto;
}

/*FIM*/

.btn-color-blue{
	background-color: #031d50;
	color: #fff;
	
}
.container-footer{
	margin-top:1%	
}

.btn-color-blue:hover{
	background-color: #2e83c0ba;
	color: #fff;
}

.default-datepicker {
    display: flex;
    align-items: center;
    position: relative;
}

.default-datepicker .open-calendar {
    color: #000;
    margin-left: -50px;
    padding: 0 10.9px 0 10px;
    font-size: 16px;
}

#listar-registros{
	padding: 1em;
	background-color: #fff;
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
	border-radius: 0.5rem;
}

/*layout datatable*/
.dataTables_wrapper  .bootstrap-select .dropdown-toggle:active {
    background-color: #fff;
}

.dataTables_wrapper  .bootstrap-select .dropdown-toggle {
    border: 1px solid #2a2c344d;
    background-color: #fff;
    border-radius: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.filter-search-order {
    display: flex;
    align-items: center;
    position: relative;
}

.filter-search-order .bi-search {
    z-index: 100;
    position: absolute;
    pointer-events: none;
    bottom: 12px;
    left: 15px;
    color: #545660;
}

.filter-search-order #remove-content {
    color: #545660;
    font-size: 1rem;
    margin-left: -50px;
    padding: 0 10.9px 0 10px;
    z-index: 100;
}

.filter-search-order .filter-input {
    max-width: 430px;
}

.filter-input {
    padding: 8px 40px 8px 50px;
    width: 420px !important;
    border-radius: 24px !important;
    background-color: #fff;
}

.filter-input:focus,
.form-control:focus {
    background-color: #fff;
    border-color: #2587ce;
}

.dataTables_wrapper{
	padding-bottom: 20px;
}

.dataTables_paginate {
	width: 100%;
}

.paginate_button {
	flex-direction: row-reverse!important;
	color: black;
	float: left;
	padding: 4px 4px;
	text-decoration: none;
	width: 2rem;
	height: 2rem;
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
	border-radius: 15%;
	margin: 0 4px;
	text-align: center;
	color: #2587ce;
	cursor: pointer;
}

.paginate_button:hover{
	background-color: #f4f5f8;
	color: #2587ce;
}

.paginate_button.current{
	background-color: #2587ce;
	color: #fcfcfc;
}

span.ellipsis{
	display: none;
}

.filter_item_cabecalho {
	font-size: 12px;
	margin-bottom: 1rem;
	background-color:#F4F5F8;
	border-radius: 2rem;
	color: #545660;
}

.filter_item_cabecalho:hover {
	background-color:#F4F5F8;
	border-radius: 2rem;;
	color: #545660;
}

.filter_item_cabecalho_outline{
	margin-bottom: 1rem;
	border-radius: 2rem;
	padding: 0.6rem 1.1rem 0.6rem 1.1rem;
}

.table-footer-outline{
    background-color: #F4F5F8;
    border-radius: 0 0 16px 16px;
    gap: 5.5rem;
}

.table-footer-outline tr th{
	border: 0px;
}

.table-footer-outline tr td{
	border: 0px;
}

.table-footer-outline tr.style-footer th:last-child {
    border-radius: 0 0 16px 0;
}

.table-footer-outline tr.style-footer th:first-child {
    border-radius: 0 0 0 16px;
}

.table-footer-outline p.title{
	font-size: 14px;
}

.table-footer-outline p.description{
	font-size: 14px;
	color: #2587ce;
	font-weight: 600;
}

.border-thead-th{
	border-top-left-radius: 40px !important;
	border-top-right-radius: 40px !important;
	font-size: 14px !important;
}

.border-thead-th-not-first{
	border-top-left-radius: 40px !important;
	font-size: 14px !important;
}

.border-thead-th-not-last{
	border-top-right-radius: 40px !important;
	font-size: 14px !important;
}

.pe-auto{
	cursor: pointer;
}

table tr, th, td{
	font-size: 14px !important;
	padding: 4px !important;
}

/*Modal Mensagem de Retorno para o usuario (alerta)*/
#modalMensagemRetorno .icons-container {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modalMensagemRetorno .icons-container .style-icons {
    position: absolute;
    top: 45px;
}

#modalMensagemRetorno .icons-container .center-circle {
    
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #A1CA5F;
}

#modalMensagemRetorno .text-container {
    gap: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
}

#modalMensagemRetorno .text-container .modal-main-title {
    color: red;
    font-size: 20px;
    font-weight: 600;
}

#modalMensagemRetorno .text-container .modal-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #333535;
    text-align: center;
    width: fit-content;
}

/*#modalMensagemRetorno .modal-confirm-btn {
    width: 114px;
    height: 46px;
    background-color: #188F52;
    border-radius: 24px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}

#modalMensagemRetorno .modal-confirm-btn:hover {
    background-color: #125e36;
    transition: .3s background-color;
}*/

#modalMensagemRetorno .btn_pro {
    width: 114px;
    height: 46px;
    background-color: #173165;
    border-radius: 24px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}

#modalMensagemRetorno .btn_pro:hover {
    background-color: #132A58;
    transition: .3s background-color;
}

/*Barra de upload*/
#uploadProgressContainer {
	display: none;
	width: 100%;
	height: 15px;
	background-color: #e0e0e0;
	border: 1px solid #ccc;
	margin-top: 20px;
	position: relative;
}

#uploadProgressBar {
	width: 0;
	height: 100%;
	background-color: #007bff;
	position: relative;
	text-align: center;
	transition: width 0.3s ease-in-out; /* Add transition for smooth effect */
}

#uploadProgressBar span {
	font-size: 10px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: white;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* Inicio estilo - Bootstrap Default Toasts */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.toast-container {
    top: 7rem;
}

.toast {
    border: 0;
    font-weight: 600;
    border-radius: 4px;
    font-size: 16px;
    color: #fffefe;
    --bs-toast-max-width: 300px;
}

#successToast .toast {
    background-color: #82b13b;
}

#errorToast .toast {
    background-color: #c53650;
}

/*Estilo modal padrao*/
.modal .btn-close {
    width: unset;
    height: unset;
    opacity: unset;
}

.modal-content {
    border: none;
    border-radius: 1rem;
    padding: 1.8rem;
    color: #333535;
}

.modal-header {
    display: block;
}

.modal-header,
.modal-footer {
    border-bottom: none;
    border-top: none;
}

.modal-title {
    color: #0070c1;
    font-weight: 600;
    margin-bottom: 10px;
}

.modal-description {
	color:  #00365c;
    font-size: 16px;
    font-weight: 500;
}

.ui-datepicker { width: 12em; padding: .2em .2em 0; display: none; }
.ui-datepicker table {width: 100%; font-size: .7em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker-calendar th, .ui-datepicker-calendar td {font-size: 10px !important;}