@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "Alegreya_Regular";
    src:url("../fonts/AlegreyaSans-Regular-HPpOqyj.ttf");
}

@font-face {
    font-family: "Alegreya_XBold";
    src:url("../fonts/AlegreyaSans-ExtraBold-KnJ5A95.ttf");
}

*{
    box-sizing: border-box;
}

html, body{
	font-family:Alegreya_Regular, Arial, Geneva, sans-serif !important;
	background:#DFDFDF;
	margin-top:0px;
	margin-left:0px;
	box-sizing: border-box;
	position:relative;
    height: 100%;
}

footer {
    margin-top:15px;
    bottom: 0;
    clear: both;
    text-align: center;
    width: 100%;
}

a{
	text-decoration:none;
}

.bold_text{
    font-family: Alegreya_XBold;
    font-size: 1rem;
}

.ten{
    font-family:"Alegreya_Regular";
	font-size:65px;
	font-weight:900;
	letter-spacing:-8px;
	color:#231b1b;
	cursor: context-menu;
    margin-right: 20px;
}
.ed{
	font-weight:600;
	color:#493e3e;
}

.div_header{
    padding-left:20%;
    padding-right:20%;
    background-color:#979797;
    display: flex;
}

.menu-item {
    flex-shrink: 0; 
    flex-grow: 0;
    text-align: center;
}

.div_main{
    padding-left:20%;
    padding-right:20%;
    margin-top:20px;
}

.div_content{
    text-align: center;
    padding:20px;
    border-radius:10px;
    background-color:#fff;
}

.div_content_logged{
    text-align: left;
    padding:20px;
    border-radius:10px;
    background-color:#fff;
}

.buttonnocor {
  display: inline-block;
  border-radius: 3px;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  font-family:Alegreya_Regular, Arial;
  padding: 10px;
  transition: all 0.10s;
  cursor: pointer;
  margin: 5px;
}

.buttonnocor span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonnocor span:after {
  content: '\00bb';
  position: absolute;
  font-family:Alegreya_Regular, Arial;
  opacity: 0;
  bottom: 0;
  right: -20px;
  transition: 0.5s;
}

.buttonnocor:hover span {
  padding-right: 25px;
}

.buttonnocor:hover span:after {
  opacity: 1;
  right: 0;
}

.but_login{
    vertical-align:middle;
    background-color:#8E8E8E;
}

hr{
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #EBEBEB, #B8B8B8, #EBEBEB);
}

.but_menu{
	border-radius: 5px 5px 5px 5px;
	background-color:#7B7B7B;
	overflow-wrap: break-word;
	width:120px;
	color:#383838;
	padding-top:10px;
	cursor:pointer;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: solid #505050 2px;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
}
.but_menu:hover{
	background-color:#505050;
	border-bottom: solid #424242 2px;
	color:#fff;
	
}
.but_menu:active{
	background-color:#ADADAD;
	border-bottom: solid #808080 2px;
}

.but_menu a{
	text-decoration:none;
	color:#383838;
    font-family: Alegreya_XBold, Arial;
    font-size: 18px;
}
.but_menu:hover a{
	color:#FFF;
}

.but_select{
	border-radius: 5px 5px 5px 5px;
	background-color:#56442D;
	color:#FFF;
	width:120px;
	height:120px;
	padding-top:10px;
	cursor:pointer;
	border-bottom: solid #443522 2px;
}
.but_select:hover{
	background-color:#574328;
	border-bottom: solid #342818 2px;
}
.but_select:active{
	background-color:#8E6835;
	border-bottom: solid #5d4422 2px;
}

.but_select a{
	text-decoration:none;
	color:#443522;
}
.but_select:hover a{
	color:#221b11;
}

.but_table{
	border-radius: 5px 5px 5px 5px;
	background-color:#7C613E;
	color:#443522;
	height:50px;
	cursor:pointer;
	border-bottom: solid #443522 2px;
}
.but_table:hover{
	background-color:#735835;
	border-bottom: solid #342818 2px;
}
.but_table:active{
	background-color:#8E6835;
	border-bottom: solid #5d4422 2px;
}

.but_table a{
	text-decoration:none;
	color:#443522;
}
.but_table:hover a{
	color:#221b11;
}

.divid_tab{
	border-bottom:2px #9E9E9E solid;
	padding-bottom:10px;
	padding-top:10px;
}

textarea{
    resize: vertical;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='number'],
textarea{
    font-size:20px;
    padding: 10px;
    border: solid 1px #fff;
    box-shadow: inset 1px 1px 2px 0 #707070;
    transition: box-shadow 0.3s;
    font-family:Alegreya_Regular, Arial;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='number']:focus,
textarea:focus{
    box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #9b9b9b;
    border-radius: 4px;
    font-family: Alegreya_Regular, sans-serif;
    line-height: 1.5;
}

#imgmeioarredondado{
	border-radius: 5px 5px 5px 5px;
}
.imgmeioarredondado{
	border-radius: 5px 5px 5px 5px;
}

.cntr {
  margin: auto;
}

.btn-radio {
  cursor: pointer;
  display: inline-block;
  float: left;
  -webkit-user-select: none;
  user-select: none;
}
.btn-radio:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .btn-radio {
    display: block;
    float: none;
  }
  .btn-radio:not(:first-child) {
    margin-left: 0;
    margin-top: 15px;
  }
}
.btn-radio svg {
  fill: none;
  vertical-align: middle;
}
.btn-radio svg circle {
  stroke-width: 2;
  stroke: #E8E8E8;
}
.btn-radio svg path {
  stroke: #616161;
}
.btn-radio svg path.inner {
  stroke-width: 6;
  stroke-dasharray: 19;
  stroke-dashoffset: 19;
}
.btn-radio svg path.outer {
  stroke-width: 2;
  stroke-dasharray: 57;
  stroke-dashoffset: 57;
}
.btn-radio input {
  display: none;
}
.btn-radio input:checked + svg path {
  transition: all 0.4s ease;
}
.btn-radio input:checked + svg path.inner {
  stroke-dashoffset: 38;
  transition-delay: 0.3s;
}
.btn-radio input:checked + svg path.outer {
  stroke-dashoffset: 0;
}
.btn-radio span {
  display: inline-block;
  vertical-align: middle;
}

.exp {
  display: table;
  width: 100%;
  height: 100%;
}
.exp .checkbox {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.exp label {
  display: inline-block;
  color: #000;
  cursor: pointer;
  position: relative;
}
.exp label span {
  display: inline-block;
  position: relative;
  background-color: transparent;
  width: 16px;
  height: 16px;
  transform-origin: center;
  border: 2px solid #E8E8E8;
  border-radius: 50%;
  vertical-align: -6px;
  margin-right: 10px;
  transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}
.exp label span:before {
  content: "";
  width: 0px;
  height: 2px;
  border-radius: 2px;
  background: #616161;
  position: absolute;
  transform: rotate(45deg);
  top: 8px;
  left: 4px;
  transition: width 50ms ease 50ms;
  transform-origin: 0% 0%;
}
.exp label span:after {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: #616161;
  position: absolute;
  transform: rotate(305deg);
  top: 11px;
  left: 5px;
  transition: width 50ms ease;
  transform-origin: 0% 0%;
}
.exp label:hover span:before {
  width: 5px;
  transition: width 100ms ease;
}
.exp label:hover span:after {
  width: 10px;
  transition: width 150ms ease 100ms;
}

.exp input[type="checkbox"] {
  display: none;
}
.exp input[type="checkbox"]:checked + label span {
  background-color: #616161;
  border:2px solid #616161;
  transform: scale(1.25);
}
.exp input[type="checkbox"]:checked + label span:after {
  width: 10px;
  background: #E8E8E8;
  transition: width 150ms ease 100ms;
}
.exp input[type="checkbox"]:checked + label span:before {
  width: 5px;
  background: #E8E8E8;
  transition: width 150ms ease 100ms;
}
.exp input[type="checkbox"]:checked + label:hover span {
  background-color: #E8E8E8;
  transform: scale(1.25);
}
.exp input[type="checkbox"]:checked + label:hover span:after {
  width: 10px;
  background: #E8E8E8;
  transition: width 150ms ease 100ms;
}
.exp input[type="checkbox"]:checked + label:hover span:before {
  width: 5px;
  background: #E8E8E8;
  transition: width 150ms ease 100ms;
}

.but_busca{
	background: #828282;
	color: #FFFFFF;
	padding:10px;
	border-radius: 10px;
	cursor: pointer;
}

.but_busca_sel{
	background: #CBCBCB;
	color: #535353;
	padding:10px;
	border-radius: 10px;
	cursor: context-menu;
}

.grid-title-info{
    display: grid;
    grid-template-columns: 70% 30%;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
}

.grid-title-item{
    align-items: center;
    align-content: center;
    display: contents;
}

.text-top-grid{
    display: grid;
    grid-template-columns: 10% 90%;
    gap: 10px;
}

.grid-item-image{
    margin-top: 0;
    grid-column: 1 / 2;
}

.grid-item-info{
    margin-top: 0;
    grid-column: 2 / 3;
}

.grid-item-info h2{
    margin-top: 0;
}

.status-header{
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #8E8E8E;
    border-radius: 10px;
    padding: 10px;
}

.status-containers{
    display: inline-block;
    width: 50%;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.container-lido{
    font-family: Alegreya_XBold;
    font-size: large;
    color: #85FF88;
}

.container-lido-parte{
    font-family: Alegreya_XBold;
    font-size: large;
    color:#FFCD85;
}

.flash-notice{
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center;
}

.success{    
    background-color: #D4EDDA;
    color: #155724;
    border: 2px solid #155724;
}

.error{
    background-color: #F8D7DA;
    color: #721C24;
    border: 2px solid #721C24;
}

.form-container {
    margin: 0 auto;
    margin-top: 20px;
}

.form-row {
    display: flex;
    margin-bottom: 15px;
    align-items: flex-start;
}

.form-label {
    flex: 0 0 10%;
    padding-right: 15px;
}

.form-field, .form-group-content {
    flex-grow: 1;
}

.form-group-full {
    display: block;
}

.tipo-options-grid, .tipo-descriptions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 5px;
}

.capa-options-flex {
    display: flex;
    gap: 20px;
    padding-left: 10%;
}

.capa-option {
    text-align: center;
}

.estado-options-list label{
    padding-right: 20px;
}

.category-checkboxes-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap; 
    gap: 10px;
}

.category-checkboxes-container .exp {
    max-width: 20%;
    flex: 0 0 auto; 
    margin-bottom: 5px; 
}

.area-buttons-edit{
    display: flex;
    justify-content: space-between;
}

.general-categories{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    text-align: center;
    justify-content: center;
}

.category-item{
    text-align: center;
}

.pagination{
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    margin: 15px;
    gap: 10px;
}

.page,
.next,
.last,
.previous,
.first{
    padding: 10px;
    border-radius: 10px;
    margin-left:5px;
    margin-right:5px;
    background-color: rgb(112, 112, 112);
    color: white;
}

.page a,
.next a,
.last a,
.previous a,
.first a{
    color: white;
}

.current{
    padding: 10px;
    border-radius: 10px;
    margin-left:5px;
    margin-right:5px;
    background-color: rgb(168, 182, 181);
    color: white;
}