@font-face {
    font-family: 'terminus';
    src: url('PTMono-Regular.woff2') format('woff2'),
        url('PTMono-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
		/* cursor: none; */
	}
	input {
		background: black;
		color: white;
		border: none;
		text-transform: uppercase;
	}
		body {
			margin:0;
			background-color: black;
			font-size: 14pt;
			font-family: 'terminus', monospace;
			color: white;
			/* cursor: none; */
		}
		.conteudo {
			/* border: 2px white solid; */
			position: absolute;
			margin-left: 410px;
			margin-top: 80px;
			width: 450px;
			/* box-shadow: 10px 10px 0 #333;
   			-webkit-box-shadow: 10px 10px 0 #333;
   			-moz-box-shadow: 10px 10px 0 #333; */
   			padding-left: 15px;
   			padding-top: 20px;
   			padding-bottom: 20px;
   			padding-right: 20px;
		}
		.titulos {
			color: #00FFFF;
		}
		.conteudo2 {
			/* border: 2px white solid; */
			position: absolute;
			margin-left: 240px;
			margin-top: 1000px;
			width: 800px;
			/* box-shadow: 10px 10px 0 #333;
   			-webkit-box-shadow: 10px 10px 0 #333;
   			-moz-box-shadow: 10px 10px 0 #333; */
   			padding: 15px;
   			font-size: 10pt;
   			display: none;
		}
		hr {
			width: 100%;
		}
		.conteudo_tables {
			/* border: 2px white solid*/
			position: absolute;
			margin-left: 240px;
			margin-top: 80px;
			width: 800px;
			/* box-shadow: 10px 10px 0 #333;
   			-webkit-box-shadow: 10px 10px 0 #333;
   			-moz-box-shadow: 10px 10px 0 #333; */
   			padding: 15px;
   			font-size: 13pt;
   			margin-bottom: 300px;
		}
		table {
  			font-family: 'terminus', monospace;
    		border-collapse: collapse;
    		width: 100%;
		}

		td, th {
    		border: 0;
    		text-align: left;
    		padding: 8px;
		}
		/*
		tr:nth-child(even) {
    		background-color: #363636;
		}
		*/
		.form_internos {
			font-family: 'terminus', monospace;
			font-size: 13pt;
			background-color: #e3e3e3;
			padding: 5px;
			border: none;
			text-transform: uppercase;
		}
		textarea {
			outline: none;
			resize: none;
		}
		.base_form {
			font-family: 'terminus', monospace;
			width: 280px;
			background-color: black;
			color: #00ff00;
			font-size: 13pt;
			padding: 8px;
			border: 0;
			letter-spacing: 8px;
			text-decoration: underline;
		}
		.alerta {
			width: 92%;
			background-color: #A52A2A;
			text-align: center;
			font-weight: bold;
			border: 4px white double;
			padding: 15px;
			margin-bottom: 7px;
		}
		.item-formulario {
			padding-bottom: 7px;
			padding-top: 7px;
		}
		.cursor {
			border-left: 10px #00ff00 solid;
			text-decoration: blink;
		}
		.menu {
			list-style: none;
		}
		.menu li {
			list-style: none;
			float: left;
			margin-left: 20px;
			padding-right: 8px;
			padding-left: 8px;
		}
		.sub-menu {
			display: none;
			background-color: #00ff00;
			width: 220px;
			color: black;
			position: absolute;
			list-style: none;
			padding-left: 0px;
			margin-left: 0px
		}
		.sub-menu li {
			
			width: 220px;
			float: left;
			padding: 8px 8px 5px 5px;
		}
		.ativo {
			background-color: #00ff00;
			font-weight: bold;
			color: black;
		}
		.link {
			text-decoration: none;
		}
		.link:focus {
			border: 1px black solid;
			background-color: black;
			color: #00ff00;
		}
		form {
			display: inline-block;
			text-transform: uppercase;
		}
		/* Aguarde */
#aguarde {
    background: #e3e3e3;
    border: 1px solid #cfcfcf;
    color: #444;
    display: none;
    height: 50px;
    left: 47%;
    margin: 20px 0 0 -50px;
    position: fixed;
    z-index: 9999;
    box-shadow: 10px 10px 0 #333;
   	-webkit-box-shadow: 10px 10px 0 #333;
   	-moz-box-shadow: 10px 10px 0 #333;
}

#aguarde img {
    float: left;
    margin: 10px;
}

#aguarde p {
    display: block;
    float: left;
    font-size: 15pt;
    font-weight: bold;
    margin: 12px 10px 12px 0;
}
.barra_cima {
			background-color: black;
			height: 40px;
			width: 100%;
			font-size: 12pt;
			color: white;
			position: fixed;
			margin-bottom: 30px;
			z-index: 999;
		}



				.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content-registro-valores {
  background-color: #800000;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 2px white solid;
  width: 50%; /* Could be more or less, depending on screen size */
  color: white;
  box-shadow: 10px 10px 0 black;
   -webkit-box-shadow: 10px 10px 0 black;
   -moz-box-shadow: 10px 10px 0 black;
}