body, html{
	font-size: 16px;
	color: #59595b;
	font-family: 'Open Sans', sans-serif;
	background-color: #e6e7e9;
	height: 100%;
	margin: 0;
}
button{
	outline: none!important;
}
.decide{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.decide .col-sm-4{
	background-color: #fff;
	border: 1px solid #ced4da;
}
.decide .col-sm-4 a{
	padding: 3rem;
	display: block;
	height: 100%;
	width: 100%;
}
.btn{
	background-color: #003d63;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 25px;
	border: none;
	cursor: pointer;
	padding: 10px 50px;
}
.btn_simple{
	font-weight: 600;
	color: #59595b;
	padding: 0.25rem 1rem;
	background-color: #fff;
	border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

label{
	margin-bottom: 0.1rem!important;
}
a{
	color: #003d63!important;
	transition: 0.3s;
}
a:hover{
	text-decoration: underline;
	transition: 0.3s;
}
.c-pointer{
	cursor: pointer;
}
.user{
	position: absolute;
	top:0;
	right: 0;
}
.user i{
	color: #003d63!important;
}
.login-box{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.login{
	text-align: center;
	padding: 1em 0em;
	background-color: #fff!important;
	border: 1px solid #9d9ea0;
	width: 50rem;
}

.e_home i{
	color: #fff;
	background-color: #003d63;
	border-radius: 100%;
	padding: 0.5em;
}
.e_home a{
	font-weight: 600;
}

.bg-w{
	background-color: #fff!important;
}
.logo{
	width: 300px;
	padding: 3rem;
}
.text-underline{
	text-decoration: underline;
}
.weight_700{
	font-weight: 700;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.file{
	border-radius: 5px;
	padding: 5px 10px;
	border: 1px solid #000;
	cursor: pointer;
}
.btn{
	border-radius: 5px;
	background-color: #003d63;
	padding: 10px 20px;
	color: #fff!important;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 18px;
}
.detalhes{
	text-decoration: underline;
	font-weight: 700;
}
#selectedPictures2 img {
	max-width: 300px;
	height: auto;
	margin: 5px;
}
#selectedPictures img {
	max-width: 300px;
	height: auto;
	margin: 5px;
}
.pictureContainer {
	position: relative;
	display: inline-block;
}
.deleteButton {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 16px;
	margin: 5px;
}
  
li {
    list-style: none!important;
}
/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
	color: #5B5B5B;
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	font: 12px/20px 'Open Sans', Arial, sans-serif;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid gray;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
.boxes2 input[type="checkbox"] + label:before {
  border: 1px solid #003d63;
}

input[type="checkbox"]:checked + label:before {
	width: 10px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.barra_titulo {
    position: relative;
    display: block;
    height: 1px;
    width: 125px;
    background: #003d63;
    margin: auto;
}
.titulo_pagina{
	color: #003d63;
	font-size: 26px;
	font-weight: 600;
}
.listagem_header {
    border-bottom: 2px solid #5B5B5B;
}
.listagem_header p{
	margin-bottom: 0;
}
.listareunioes_row a{
	color: #59595b!important;
	font-weight: 600;
}
.listareunioes_row{
	padding:0.25rem 0;
	border-bottom: 1px solid #5B5B5B;
}
.bg-r-white{
	background-color: #fff!important;
}
.paginacao_r button{
	border: none;
	outline: none;
	width: fit-content;
	color: #5B5B5B;
	margin: 0px 4px;
    padding: 2px 8px;
	cursor: pointer;
	background-color: unset;
}
.paginacao_r .p-active{
	border: none;
	outline: none;
	width: fit-content;
	background-color: #5B5B5B;
	color:#fff;
}
.search-box {
	position: relative;
	display: inline-block;
}

.search-box input {
	padding-right: 30px; /* Adjust this value to create enough space for the icon */
}

.search-box .fa-search {
	position: absolute;
	top: 50%;
	right: 10px; /* Adjust this value to control the position of the icon */
	transform: translateY(-50%);
	color: gray;
	cursor: pointer;
}

@media (max-width: 767px) {
	.login{
		width: auto!important;
	}
	.login img{
		width: 150px!important;
	}
	.logo{
		width: 150px!important;
		padding: 0!important;
	}
	.listagem_header p{
		font-size: 12px;
		word-spacing: normal;
	}
	.listareunioes_row p{
		font-size: 11px;
	}
}