html, body {
    height: 100%;
}
html {
    overflow-y: hidden;
	background: url('https://source.unsplash.com/featured/1600x900/?nature,water') no-repeat center fixed;
	background-size: cover;
	opacity: 1;
}
body {
    overflow-y: auto;
	font-size: 12px;
	font-family: sans-serif;
	font-weight: lighter;
}

body{
	background-color: rgba(0, 0, 0, 0.5);
}

button,
input,
optgroup,
select,
textarea {
	font-size: 10px;
}

table, thead, tbody, tfoot, tr, td, th {
	text-align: left;
	font-size: 13px;
}

form {
	display: contents;
	
}

.card {
	border-radius: 10px;
}

.Year2kLetra {
	font-variant: small-caps;
	font-weight: lighter;
}

.Year2kSombra {
	text-shadow: 1px 1px #0277bd;
}

.Year2kPointer {
	cursor: pointer;
}

.Year2kModalFormulario {
	left: 0;
	right: 0;
	background-color: #fafafa;
	padding: 0;
	max-width: 600px;
	max-height: 90%;
	will-change: top, opacity;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none;  /* IE 10+ */
}

.Year2kModalFormulario::-webkit-scrollbar { /* WebKit */
	width: 0;
	height: 0;
}

.Year2kFormulario {
	margin: 0px 20px 5px 20px;
	text-align: left;
}

.Year2kModalLogin {
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-width: 400px;
  will-change: top, opacity;
}       

#menuLateral li.footer {
	font-variant: small-caps;
	width: 100%;
	text-align: center;
	z-index: -1px;
	margin-top: 50px;
}

#menuLateral li.footer a {
	color: #0277bd;	
}

#menuLateral li.procura {
	position: relative;
	padding : 1px 0 0 0;
	color: #0277bd;
}

#menuLateral li.procura:hover {
	background-color : #fff;
}

#menuLateral li.procura .procura-wrapper {
	color : #0277bd;
	margin-top : -1px;
	transition : margin 0.25s ease;
}

#menuLateral li.procura .procura-wrapper.focused {
	border-bottom : 1px solid rgb(0 0 0 / 0.14);
}

#menuLateral li.procura .procura-wrapper input#procura {
	color : #0277bd;
	display : inline;
	font-size : 16px;
	font-weight : 300;
	width : 80%;
	height : 40px;
	margin : 0;
	box-sizing : border-box;
	padding : 0 45px 0 30px;
}

#menuLateral li.procura .procura-wrapper input#procura:focus {
	outline : none;
	box-shadow : none;
}

#menuLateral li.procura .procura-wrapper i.material-icons {
	position:relative;
	cursor : pointer;
	display : inline;
	left: 15px;
}

.year2kLista {
	padding: 0 35px 25px 35px;
}

.year2kLinha {
	display: flex;
	width: 100%;
}

.year2kColuna {
	flex: auto;
	text-align: center;
}

.year2kTabelaResponsiva {
	width: 100%;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	display: table;
}

.year2kTabelaTitulo {
	display: table-header-group;
	text-align: center;
	height: 30px;
}

.year2kTabelaLinha {
	display: table-row;
}

.year2kTabelaResponsivaFooter {
	width: 100%;	
	display: table;	
}

.year2kTabelaLinhaAlta {
	display: flex;
	height: 40px;
}
.year2kTabelaCelula {
	display: table-cell;
	font-variant: small-caps;
	text-align: left;
	padding: 5px;
}

.year2kTabelaCelulaFooter {
	flex: 1;
	font-variant: small-caps;
	text-align: left;
	height: 40px;
}

.year2kTabelaCelulaTitulo {
	display: table-cell;
	text-align:center;
	font-variant: small-caps; 
	font-weight: lighter;
	padding: 5px;
}

.year2kTabelaCelulaInserir {
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
}

.year2kTabelaCelulaPaginacao {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

.year2kTabelaEsquerda {
	text-align: left;
}

.year2kTabelaCentro {
	text-align: center;
}

.year2kTabelaDireita {
	text-align: right;
}

.year2kTabelaInput {
	font-variant: small-caps;
	font-weight: lighter;
	font-size: 13px;
	padding: 0px;
	border: 0;
	border-bottom: 1px solid #0277bd;
}

#year2kBotaoPesquisa {
	margin-top: 28px;
}

.select-dropdown{
	font-variant: small-caps;
	font-weight: lighter;
	z-index: 1000;
}

ul.dropdown-content.select-dropdown li span {
	font-variant: small-caps;
	font-weight: lighter;
	font-size: 13px;
}

select.year2kTabelaInput {
	/* styling */
	border-radius: 4px;
	display: inline-block;
	padding: 0em 3.5em 0em 1em;
	/* reset */
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
}

select.year2kTabelaInput {
	background-image: linear-gradient(45deg, transparent 50%, gray 50%),
	linear-gradient(135deg, gray 50%, transparent 50%),
	linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 20px) calc(1.2em),
	calc(100% - 15px) calc(1.2em),
	calc(100% - 2.5em) 0.9em;
	background-size: 5px 5px,
	5px 5px,
	1px 1.5em;
	background-repeat: no-repeat;
	border-bottom: 0;
	text-indent: 10px;
}
select.year2kTabelaInput:focus {
	background-image: linear-gradient(45deg, #0277bd 50%, transparent 50%),
	linear-gradient(135deg, transparent 50%, #0277bd 50%),
	linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 15px) 1.2em,
	calc(100% - 20px) 1.2em,
	calc(100% - 2.5em) 0.9em;
	background-size: 5px 5px,
	5px 5px,
	1px 1.5em;
	background-repeat: no-repeat;
	outline: 0;
	border-bottom: 0;
}

[type="checkbox"] + span:not(.lever):before{
	border: 2px solid #0277bd;
	background: transparent;
}
[type="checkbox"]:checked + span:not(.lever):before{
	border: 2px solid transparent;
	border-bottom: 2px solid #0277bd;
	border-right: 2px solid #0277bd;
	background: transparent;
}
.filled-in[type="checkbox"] + span:not(.lever):after{
	border: 2px solid #0277bd;
	background: transparent;
}
.filled-in[type="checkbox"]:checked + span:not(.lever):after{
	background: #0277bd;
}
.filled-in[type="checkbox"]:checked + span:not(.lever):before{
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {
	background-color: #0277bd;
}
[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:before,
[type="radio"].with-gap:checked+span:after {
	border: 2px solid #0277bd;
}

.select-wrapper input.select-dropdown {
	color: #0277bd;
	max-width: 95%;
}

option {
	color: #0277bd;
}

.dropdown-content.select-dropdown > li span {
	color: #0277bd;
}

.icons{
	color: #0277bd !important;
}

table.highlight>tbody>tr:hover {
	background-color: rgba(2, 119, 189, 0.2) !important;
}

.input-field input, .input-field input + label, .materialize-textarea:focus:not([readonly]) + label {

}

.input-field input, .materialize-textarea:focus:not([readonly]) {
	border-bottom: 1px solid #0277bd !important;
	box-shadow: 0 1px 0 0 #0277bd !important;
}

input:focus, textarea:focus, .input-field input:focus + label, .materialize-textarea:focus:not([readonly]) + label {
	color: #0277bd !important;
}

input:focus, textarea:focus, .input-field input:focus, .materialize-textarea:focus:not([readonly]) {
	border-bottom: 1px solid #0277bd !important;
	box-shadow: 0 1px 0 0 #0277bd !important;
}

.textoEditavel {
	cursor: pointer;
	border-bottom: 1px dashed #006699;
}

.linhaEditavel {
	display: none;
	position:static;
	top: -35px;
	left: 20px;
	text-align: center;
	height: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-variant: small-caps;
	font-weight: lighter;
	color: #0277bd;
}
::-moz-placeholder { /* Firefox 19+ */
	font-variant: small-caps;
	font-weight: lighter;
	color: #0277bd;
}
:-ms-input-placeholder { /* IE 10+ */
	font-variant: small-caps;
	font-weight: lighter;
	color: #0277bd;
}
:-moz-placeholder { /* Firefox 18- */
	font-variant: small-caps;
	font-weight: lighter;
	color: #0277bd;
}

ul.ui-autocomplete.ui-menu li{
	color: #0277bd;
	font-variant: small-caps;
	font-weight: lighter;
	line-height: 1.8em;
	padding-left: 10px;
	font-size: 14px;
	opacity: 0.6;
	background: none;
}

ul.ui-autocomplete.ui-menu li div{
	border: 0;
}

ul.ui-autocomplete.ui-menu li div:focus{
	color: red;
}

.year2kMostrarTelemovel {
	display: none;
}

.timeline {
	width: 100%;
	max-width: 900px;
	padding: 20px 20px;
	position: relative;
	font-size: 110%;
}

.timeline:before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(33% + 5px);
	bottom: 0;
	width: 3px;
	background: linear-gradient(180deg, #0277bd 70%, rgba(2, 119, 189, 0.6) 80%, rgba(2, 119, 189, 0.3));
}
.timeline:after {
	content: "";
	display: table;
	clear: both;
}

.timeline .material-icons {
	color: #0277bd;
}

.timeline-entrada {
	clear: both;
	text-align: left;
	position: relative;
}
.timeline-entrada-titulo {
	margin-bottom: 0.5em;
	float: left;
	width: 33%;
	padding-right: 30px;
	text-align: right;
	position: relative;
}

.timeline-entrada-titulo:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border: 2px solid #0277bd;
	background-color: #fff;
	border-radius: 100%;
	top: 15%;
	right: -4px;
	z-index: 99;
}

.timeline-entrada-titulo-verde:before {
	border: 2px solid #4CAF50;
}

.timeline-entrada-titulo-azul:before {
	border: 2px solid #0277bd;
}

.timeline-entrada-titulo-vermelho:before {
	border: 2px solid salmon;
}

.timeline-entrada-titulo h3 {
	margin: 0;
	font-size: 100%;
}
.timeline-entrada-titulo p {
	margin: 0;
	font-size: 95%;
	color: #333;
}
.timeline-entrada-corpo {
	margin: 0 0 2em;
	float: right;
	width: 65%;
	padding-left: 20px;
	padding-top: 10px;
	border-radius: 2px;
	border: 1px solid #0277bd;
	box-shadow: 0.5rem 0.5rem 0.5rem 0 rgba(2, 119, 189, 0.3);
}
.timeline-entrada-corpo p {
	line-height: 1.4em;
}
.timeline-entrada-corpo p:first-child {
	margin-top: 0;
}
.timeline-entrada-corpo ul {
	color: #aaa;
	padding-left: 0;
	list-style-type: none;
}
.timeline-entrada-corpo ul li:before {
	content: "–";
	margin-right: 0.5em;
}

.timeline-entrada-estado {
	vertical-align: 3px;
	font-variant: small-caps;
	font-weight: lighter;
	color: #006699;
}

.timeline-entrada-texto {
	font-variant: small-caps;
	font-weight: lighter
}

.timeline-item {
	padding: 3em 2em 2em;
	position: relative;
	border-left: 2px solid rgba(0, 0, 0, 0.3);
	font-variant: small-caps;
	font-weight: lighter;
}
.timeline-item::before {
	content: attr(title);
	position: absolute;
	left: 10px;
	top: 8px;
	display: block;
}
.timeline-item::after {
	width: 10px;
	height: 10px;
	display: block;
	top: 1em;
	position: absolute;
	left: -6px;
	border-radius: 10px;
	content: "";
	background: white;
}

.timeline-item-vermelho { color: salmon; }
.timeline-item-vermelho::after { border: salmon; }

.timeline-item-verde { color: #4CAF50; }
.timeline-item-verde::after { border: #4CAF50; }

.timeline-item-azul { color: #0277bd; }
.timeline-item-azul::after { border: #0277bd; }

.Year2kLetraTimelineTexto {
	font-variant: small-caps;
	font-weight: lighter;
	color: rgba(0, 0, 0, 1);
}

@media (max-width: 800px) {
	body {
		font-size: 14px;
		line-height: 22px;
	}

	.Year2kLetra {
		font-weight: normal;
	}

	.year2kLista {
		padding: 0 10px 25px 10px;
	}
	
	.year2kTabelaCelulaPaginacao {
		font-size: 12px;
	}
	
	.year2kTabelaResponsiva {
		display: block;
	}
	
	.year2kTabelaTitulo {
		display: block;
		padding: 0;
		height: 6px;
	}
	
	.year2kTabelaCelulaTitulo {
		display: none;

	}
	
	.year2kLinha {
		display: block;
		text-align: center;
	}

	.year2kColuna {
		margin-bottom: 10px;
		padding: 2px 16px;
		display: block;
		text-align: center;
	}

	.year2kTabelaLinha {
		display: block;
		text-align: center;
	}
	
	.year2kTabelaCelula {
		margin-bottom: 10px;
		padding: 2px 16px;
		display: block;
		text-align: center;
	}
	
	.year2kTabelaCelula:before {
		margin-bottom: 3px;
		content: attr(data-title);
		min-width: 98px;
		line-height: 10px;
		color: #969696;
		display: inline;
		text-align: center;	
	}
	
	.textoEditavel {border: 0;}
	
	#year2kBotaoPesquisa {
		margin-top: 10px;
		text-align: left;
	}
	
	.year2kEsconderTelemovel {
		display: none;
	}
	
	.year2kMostrarTelemovel {
		display: inline;
	}

	#listaResponsiva td:nth-child(n+3) {
		display: none;
	}
	#listaResponsiva th:nth-child(n+3) {
		display: none;
	}

	#listaResponsiva tr > *:nth-last-child(1) {
		display: block;
	}
	#listaResponsiva thead > tr > *:nth-last-child(1) {
		display: block;
	}

	#listaLinhaProcura {
		display: none;
	}

	.timeline {
		font-size: 90%;
	}
}