
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none;
}

body {
	text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
	box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
	background-image: url('../images/background.png');
	background-blend-mode: overlay;
	background-size: cover;
}

.cover-container {
  max-width: 80em;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

.header-content{
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
	background: url(../images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 50px;
    width: 220px;
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

main.forms,
main.formdata .data,
div.logged{
	background-color: rgb(0 134 223 / 20%) !important;
}

main.forms h1{
	border-bottom: 3px solid #00060e;
    display: inline-block;
}

main.formdata{
	display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

main.formdata .data{
	width: 100%;
    max-width: 500px;
}

#umenu .active{
	color: #fff;
    background-color: rgb(0 134 223 / 80%) !important;
}

.btn-toggle {
	display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    border: 0;
    text-shadow: none;
    border-radius: 0px 5px 0px 5px !important;
    padding-left: 15px;
}

.btn-toggle:hover,
.btn-toggle:focus {
	color: #fff;
	background-color: rgb(0 134 223 / 20%) !important;
}

.btn-toggle:hover::before,
.btn-toggle:focus::before {
  filter: invert(1); 
}

button.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.scrollarea {
  overflow-y: auto;
}

.g-recaptcha {
	display: inline-block;
}

.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }

.main{
	height: auto;
}

.content{
	background: rgba(0, 134, 223, 0.2) !important;
}

.tbg-success{
	background: #198754 !important;
}

.tbg-danger{
	background: #dc3545 !important;
}

.tbg-warning{
	background: #ffc107 !important;
}

.tbg-primary{
	background: #0d6efd !important;
}

.tbl{
	background: #001e36bf;
    padding: 10px;
    border-radius: 5px;
}

.dt-processing{
	background-color: #00233e !important;
    border: 1px solid !important;
}

.table-striped>tbody>tr:nth-of-type(odd){
    color: #fff;
}

.iconMenu{
	margin-right: 5px;
}

.content{
	overflow-y: auto;
}


.content.data:has(#pageContent.d-none){
	font-size: 3em;
}

.content.data:has(#pageContent.d-none)::before{
	content: "Carregando";
    display: block;
}

.content.data:has(#pageContent.d-none)::after{
	content: "\f2f1";
    content: ""\f2f1\f2f1"";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	animation-name: fa-spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	animation-delay: 0s;
    animation-direction: normal;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

@media (max-width: 768px){ /*Para larguras menores que 768px*/
	
	.dt-length > label{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}
	
	.dtr-data{
		display: block !important;
	}
	
	.dt-paging{
		font-size: 50%;
	}
	
	.def-link{
		width: 100% !important;
		border-radius: 5px 5px 0px 0 !important;
		margin: 0px !important;
	}
	
	.cust-link{
		width: 100% !important;
		border-radius: 0 !important;
		text-align: center;
		margin: 0px !important;
	}
	
	.btn-link1{
		width: 50% !important;
		border-radius: 0px 0px 0px 5px !important;
		margin: 0px !important;
	}
	.btn-link2{
		width: 50% !important;
		border-radius: 0px 0px 5px 0px !important;
		margin: 0px !important;
	}
	
}


@media (min-width: 768px){ /*Para larguras maiores que 768px*/
	
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
	.content {
        width: 100%;
    }
	.sidebar {
        width: 315px;
		background: rgba(0, 134, 223, 0.2) !important;
		border-radius: 5px;
    }
	.main{
		height: 100%;
	}
	.h-md-100{
		height: 100vh;
	}
}



