.jumbotron1 {
	width: 600px;
	text-align: center;
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
}

.jumbotron2 {
	width: auto;
	padding: 2.0rem;
	text-align: center;
	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1%;
}

.input-group-prepend {
	display: block;
}

.jumbotron3 {
	width: auto;
	padding: 0.5rem;
	margin-top: 1%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1%;
}

.login-box {
	margin-bottom: 50px;
}

.linhaSelecionada {
  background-color: #d1d1d1!important;
}

/* Fixed sidenav, full height */
.sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #f1f1f1;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: #778899;
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

.posicionamento {
	text-align: center;
	font-size: bold;
}

.posicionamento1 {
	margin-top: 10px;
}

.posicionamento2 {
	margin-bottom: 5px;
}

.posicionamento3 {
	text-align: center;
}

.posicionamento4 {
	margin-top: 25px;
	text-align: left;
}

.posicionamento5 {
	font-size: 3.5rem;
}

.posicionamentoGif {
	width: 10%;
	text-align: center;
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
}

.posicionamentoDireita {
	float: right;
}

.corItem {
	background-color: #343a40;
}

.tamanhoTexto {
	font-size: small; 
}

.form-check-inline .form-check-input-custom {
  position: static;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0.6rem;
}

.form-check-inline-custom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0rem;
}

.col-sm-auto-custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 1%;
    max-width: none;
}

.margem-direita {
	margin-right: 2%;
}

.margem-esquerda {
	margin-left: 1%;
}

.larguraIput {
	padding: 0.5rem 1rem;
  	font-size: 4rem;
  	line-height: 1.5;
  	border-radius: 0.3rem;
}

.larguraButton {	
    padding: 1.5rem 1rem;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.button_close {
	padding: 1;
}

.centralizar {
	text-align: center;
}

.body2 {
	font-size: 3.5rem;
}

.body3 {
	font-size: 1.5rem;
}

.calendario{
	width: 800px;
	height: 200px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	justify-content: center;
}

.hora{
	display: flex;
	margin: 0 auto;
	font-size: 80px;
	font-weight: 800;
}
.ano{
	display: flex;
	margin: 0 auto;
	font-size: 30px;
	font-weight: 500;
}

.tabelaEmRow{
	display: flex;
	flex-direction: row-reverse;
}

.scroll400{
	max-height: 400px;
	overflow-y: auto
}

.scroll300{
	max-height: 300px;
	overflow-y: auto
}

.scroll200{
	max-height: 200px;
	overflow-y: auto
}

.scroll100{
	max-height: 100px;
	overflow-y: auto
}

.tabelaFlex{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.alinharModal{
	padding: 10px 10px 10px 10px;
	width: 740px;
}


