/* .btnCenter {
  display: inline-block;
  flex-direction: row;
  justify-content: center;
}

.btnBetween {
  display: inline-block;
  flex-direction: row;
  justify-content: space-around;
  align-items: baseline;
} */

#main {
	position: relative;
	min-height: calc(100vh - 77px);
	margin-bottom: 20px;
}
footer.footer {
	background-color: #333;
	color: #ffffff;
	padding: 1px 0px;
	width: 100%;
	text-align: center;
  }
  footer.footer p {
	margin-top: 15px;
}

/*CSS DO CALEND�RIO*/
.tabela {
	background:#fff;
	width: 100%;
  height: auto;
	border:1px solid #ccc;
	float:left;
  font-size: .8rem;
	
}

.td {
	background:#fff;
	width:15px;
	height:15px;
	text-align:center;
	border:1px solid #ccc;
	
}

.hj{
	background: #007bff;
	width:15px;
	height:15px;
	text-align:center;
	border:1px solid #ccc;
	color:#fff;
  padding: 5px;
}

.dom{
	background: #e2e2e2;
	width:15px;
	height:15px;
	text-align:center;
	border:1px solid #ccc;
}

.evt{
	background: #ba2129;
	height:15px;
	text-align:center;
	color:#fff;
	border:1px solid #ccc;
}


.mes{
  background: #007bff;
  color: #fff;
  width: auto;
  height: auto;
  text-align: center;
  font-size: 1rem;
}

.mes a {
	text-decoration:none;
	color:#fff;
  font-size: 1.5rem;
}

.mes a:hover {
	color:#999;
}

.showCalendar{
	background:#202020;
	width: auto;
	height:30px;
	text-align:left;
	font-weight:bold;
	color:#CCFF00;
	padding-left:5px;
}

.linha{
	background:#404040;
	width:auto;
	height:15px;
	text-align:left;
	color:#f0f0f0;
	padding:1px 1px 1px 10px;
}

.sem{
	/*background: #ECE6D9;*/
	width:auto;
	text-align:center;
	font-weight:bold;
	font-family:Verdana;
	color:#333;
}

#mostrames{
	width:auto;
}
/*
body,td,th {
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
}
*/

a.lm:link {
    color: #ffffff;
    text-decoration: none;
}

a.lm:visited {
    text-decoration: none;
    color: #ffffff;
}

a.lm:hover {
    text-decoration: underline;
    color: #FF9900;
}

a.lm:active {
    text-decoration: none;
}


.elemento-para-estilizar.selecionado ::before {
	font-family: "Font Awesome 6 Free";
	content: "\f0d7"; 
	font-weight: 900; 
	margin-right: 5px;
	float: right;
  }
