@font-face {

      	font-family: "Orbitron-Black";
      	src: url("../fonts/Orbitron-Black.ttf") format("truetype");

}

@keyframes direita-esquerda {
	
	from {left: 100%;}
	to   {left:   0%;}

	/*----USAR:	animation-name: example;
    			animation-duration: 4s;
    			animation-iteration-count: 3; (infinite)
	*/
}

/*---------------------------------------------------------------------------*/

html, body{
	height:100%;
	font-family: Times New Roman, arial, verdana;
	font-size: 100%;
   	margin:0;
   	padding:0;
}

#site{
	background-color:silver;
	height:99%;
  	margin-bottom:0;
	margin-left:auto;
 	margin-right:auto;
	margin-top:0;
	min-height:99%;
	position: relative;
  	width:99%;
}

#header{
	background: linear-gradient(#0066cc, #6699ff);
    	box-shadow: 0px 0px 10px black;
	color: white;
	display: inline-flex;  	
	height:20%;	
	padding: 00px;
	top: 4px;	
	width:100%;

}

#header img{
	display: inline-flex;
	float: left;
	height: 80%;	
	margin: auto;	
	padding: 10px;
	width: auto;
}

#header h1{
	align-items: center;
	display: inline-flex;
	float: left;
	font-size: 120%;
   	font-weight: bold;
	heigth: auto;	
	justify-content: center;
	margin:auto;
	text-align: center;
	width:100%;
}

#header img2{
	display: inline-flex;
	float: right;
	height: 80%;	
	margin: auto;	
	padding: 10px;
	width: auto;
} 

/*---------------------------------------------------------------------------*/

#menu {
	background: linear-gradient(hsl(220, 100%, 40%), hsl(220, 100%, 70%));
    	box-shadow: 0px 0px 10px black;
	font-family: "Times New Roman";
	font-size: 100%;	
	height:auto;
	margin: 0;	
	overflow: hidden;
	//padding: 00px;
	width: 100%;
}

#menu a {
    	color: white;
	display: block;
	float: left;
    	padding: 14px 16px;
	text-align: center;
    	text-decoration: none;
}

#menu a:hover {
    	background-color: #08298A;
}

#menu a.active {
    	background-color: #A9D0F5;
}

/*---------------------------------------------------------------------------*/

#menu-be {
	float: left;
}

#menu-be a {
	border-right: 1px solid #bbb;
}

/*---------------------------------------------------------------------------*/

#menu-bd {
	float: right;
}

#menu-bd a {
	border-left: 1px solid #bbb;
}

/*---------------------------------------------------------------------------*/

#menu a.menu-laranja {
	background: linear-gradient(hsl(48, 100%, 40%), hsl(48, 100%, 70%));
}

#menu a.menu-laranja:hover {
    	background: #08298A;
}

/*---------------------------------------------------------------------------*/

#menu a.menu-verde {
	background: linear-gradient(hsl(120, 60%, 40%), hsl(120, 60%, 70%));
}

#menu a.menu-verde:hover {
    	background: #08298A;
}

/*---------------------------------------------------------------------------*/

@media screen and (max-width: 600px){
  	#menu a {
		border-bottom: 1px solid #bbb;
		float: none;
    		margin: 0 auto;
    		overflow: auto;
		width: 100%;
	}

	#menu-be {
		float: none;
	}

	#menu-bd {
		float: none;
	}

}

/*---------------------------------------------------------------------------*/

.menu-esquerdo {
	background:rgba(255,255,255,0.85);
	border:1px solid silver; 
	border-radius:4px; 
	margin: 6px;
	padding: 2px;
	text-align: center;
	width:80%;
}

.vertical-menu {
  	display: inline-block;
	font-family: verdana; 
	font-size: 1vw;
	margin: 0 auto;
	padding: 4px;
	text-align: left;
    	width: 96%;
}

.vertical-menu a {
    	background-color: #eee; 
    	color: black; 
    	display: block; 
    	padding: 12px; 
    	text-decoration: none;
}

.vertical-menu a:hover {
    	background-color: #ccc; 	/* Cinzento */
}

.vertical-menu a.active {
    	background-color: #4CAF50; 	/* Verde */
    	color: white;
} 

.vertical-submenu:hover .vertical-submenu-opcoes {
	background-color: #ccc; 	/* Cinzento */
	display: block;
	//position: absolute;
}

.vertical-submenu-opcoes {
  	display: none;
	margin-left: 10px;
  	min-width: 160px;
  	z-index: 1;
}

.vertical-submenu-opcoes a {
    	background-color: #e0e0d1; 
    	color: black;
}

.vertical-submenu-opcoes a:hover {
	background-color: #ccc; 	/* Cinzento */
}

.vertical-submenu-opcoes a:active {
    	background-color #4CAF50; 	/* Verde */
    	color: white;
}

.menu-seta {
  	float: right;
  	padding-right: 2px;
}

/*---------------------------------------------------------------------------*/

#conteudo{
  	background-color: white;
	box-shadow: 0px 0px 10px black;
	display: inline-flex;
	min-height: 62%;
	padding:0px;
	max-width:100%;	
	min-width:100%;	
} 

@media screen and (max-width: 600px){
    	#conteudo {
		display: block;
        	width: 100%;
    	}
}

#conteudo-esquerdo{
	align-items: left;
	background: white;
	box-shadow: 0px 0px 10px black;	
    	display: inline-block;
	height: auto;        
        justify-content: left;
	max-width: 20%;
	min-width: 20%;
}

@media screen and (max-width: 600px){
    	#conteudo-esquerdo {
		display: block;
        	width: 100%;
    	}
}

#conteudo-centro{
	align-items: left;
	background: white;
	box-shadow: 0px 0px 10px black;	
    	display: inline-block;
	height: auto;        
        justify-content: left;
	width: 100%;
	min-width: 80%;
}

@media screen and (max-width: 600px){
    	#conteudo-centro {
		display: block;
        	width: 100%;
    	}
}

#footer{    	
    	background: linear-gradient(#0066cc, #6699ff);
    	box-shadow: 0px 0px 10px black;
	color: white;
	display: inline-flex;
	font-family:Verdana;
	font-size:14px;
	height: 10%;
	padding: 00px;
	width: 100%;
}

@media screen and (max-width: 600px){
	#footer {
		height: auto;
		width: 100%;
	}
}

/*---------------------------------------------------------------------------*/

#BotaoGotoInicio {
  	display: none;
  	position: fixed;
  	bottom: 20px;
  	right: 30px;
  	z-index: 99;
  	font-size: 18px;
  	border: none;
  	outline: none;
  	background: red;
  	color: white;
  	cursor: pointer;
	opacity: 0.60;
  	padding: 15px;
  	border-radius: 4px;
}

#BotaoGotoInicio:hover {
  	background: #990000;
}

/*---------------------------------------------------------------------------*/

.botao-2d-amarelo,
.botao-2d-cinzento,
.botao-2d-verde,
.botao-2d-vermelho {
	border: none;
	border-radius: 4px;
	font-weight: normal;
	min-width: 80px;
	padding: 5px 10px;
	transition-duration: 0.4s;
	text-shadow: none;
}

.botao-2d-amarelo {
	background: linear-gradient(to bottom, hsl(60, 100%, 60%) 5%, hsl(60, 100%, 30%) 100%);
	color: black;
}

.botao-2d-amarelo:hover {
	background: yellow;
	color: black;
}

.botao-2d-cinzento {
	background: linear-gradient(to bottom, hsl(0, 0%, 80%) 5%, hsl(0, 0%, 30%) 100%);
	color: white;
}

.botao-2d-cinzento:hover {
	background: gray;
	color: white;
}

.botao-2d-verde {
	background: linear-gradient(to bottom, hsl(120, 100%, 50%) 5%, hsl(120, 100%, 25%) 100%);
	color: white;
}

.botao-2d-verde:hover {
	background: green;
	color: white;
}

.botao-2d-vermelho {
	background: linear-gradient(to bottom, hsl(0, 100%, 70%) 5%, hsl(0, 100%, 40%) 100%);
	color: white;
}

.botao-2d-vermelho:hover {
	background: red;
	color: white;
}

/*---------------------------------------------------------------------------*/

.botao-2d-wamarelo {
	background: white;
	background-color: white;
	border: 2px solid orange;
	border-radius: 4px;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	color: black;
	font-weight: normal;
	padding: 6px 10px;
	transition-duration: 0.4s;
	text-shadow: none;
}

.botao-2d-wamarelo:hover {
	background: orange;
	background-color: orange;
	color: black;
}

.botao-2d-wcinzento {
	background: white;
	background-color: white;
	border: 2px solid grey;
	border-radius: 4px;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	color: black;
	font-weight: normal;
	padding: 6px 10px;
	transition-duration: 0.4s;
	text-shadow: none;
}

.botao-2d-wcinzento:hover {
	background: grey;
	background-color: grey;
	color: white;
}

.botao-2d-wverde {
	background: white;
	background-color: white;
	border: 2px solid green;
	border-radius: 4px;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	color: black;
	font-weight: normal;
	padding: 6px 10px;
	transition-duration: 0.4s;
	text-shadow: none;
}

.botao-2d-wverde:hover {
	background: green;
	background-color: green;
	color: white;
}

.botao-2d-wvermelho {
	background: white;
	background-color: white;
	border: 2px solid red;
	border-radius: 4px;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	color: black;
	font-weight: normal;
	padding: 6px 10px;
	transition-duration: 0.4s;
	text-shadow: none;
}

.botao-2d-wvermelho:hover {
	background: red;
	background-color: red;
	color: white;
}

/*---------------------------------------------------------------------------*/

.botao-amarelo-brilho,
.botao-cinzento-brilho,
.botao-verde-brilho,
.botao-vermelho-brilho {
	border: none;
	border-radius: 4px;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	font-weight: normal;
	min-width: 100px;
	padding: 10px 20px;
	transition-duration: 0.4s;
	text-shadow: none;
}

.botao-verde-brilho {
	background: linear-gradient(to bottom, hsl(120, 100%, 50%) 5%, hsl(120, 100%, 25%) 100%);
	color: white;

	//animation: brilho 4s forwards;
  	animation-name: botao-verde-brilho;
  	animation-duration: 1s;
  	animation-iteration-count: 2;
  	animation-direction: alternate;
	animation-iteration-count: infinite;
}

.botao-verde-brilho:hover {
	animation-name: none;
	background: green;
	color: white;
}

@keyframes botao-verde-brilho {
	 from { background: radial-gradient(hsl(120, 100%, 70%), hsl(120, 100%, 20%)); }
	 to   { background: radial-gradient(hsl(120, 100%, 20%), hsl(120, 100%, 70%)); }

  	//100% { transform: rotateZ(60deg) translate(1em, -9em); }
}

/*---------------------------------------------------------------------------*/

.botao-amarelo,
.botao-cinzento,
.botao-verde,
.botao-vermelho {
	border: none;
	border-radius: 4px;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	font-weight: normal;
	min-width: 100px;
	padding: 10px 20px;
	transition-duration: 0.4s;
	text-shadow: none;
}

.botao-amarelo {
	background: linear-gradient(to bottom, hsl(60, 100%, 60%) 5%, hsl(60, 100%, 30%) 100%);
	color: black;
}

.botao-amarelo:hover {
	background: yellow;
	color: black;
}

.botao-cinzento {
	background: linear-gradient(to bottom, hsl(0, 0%, 80%) 5%, hsl(0, 0%, 30%) 100%);
	color: white;
}

.botao-cinzento:hover {
	background: gray;
	color: white;
}

.botao-verde {
	background: linear-gradient(to bottom, hsl(120, 100%, 50%) 5%, hsl(120, 100%, 25%) 100%);
	color: white;
}

.botao-verde:hover {
	background: green;
	color: white;
}

.botao-vermelho {
	background: linear-gradient(to bottom, hsl(0, 100%, 70%) 5%, hsl(0, 100%, 40%) 100%);
	color: white;
}

.botao-vermelho:hover {
	background: red;
	color: white;
}

/*---------------------------------------------------------------------------*/

.div-border-transparente {
	background:rgba(255,255,255,0.85);
	border: 2px solid silver;
	border-radius: 4px;
	padding: 10px;
}

.erros{
	color:red;
}

/*--------------------------------------------------------------------------*/

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

input:invalid+span:after {
	color: red;
    	content: "\274C";
    	padding-left: 5px;
}

input:valid+span:after {
	color: green;
    	//content: "\2714";
    	padding-left: 5px;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

button {
	background:linear-gradient(to bottom, #E6E6E6 5%, #A4A4A4 100%); // botão standard //
	border:1px solid #25692A;
	border-color:#A4A4A4; // botão standard //
	box-shadow:inset 0px 1px 0px 0px #fff4f3; // botão standard //
	color:#fff; // botão standard //
	cursor:pointer;
	display:inline-block;	
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	min-width: 100px;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #fff; // botão standard //

}

button:active {
	position:relative;
	top:2px;
}

button:hover {
	background:linear-gradient(to bottom, #A4A4A4 5%, #E6E6E6 100%);
}

fieldset {  	
  	border:1px solid silver;
	border-radius:4px;
	//box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  	color:black;
  	//font-size:90%;
	margin: 4px;
	padding: 10px 10px;
  	text-align:left;
}

fieldset legend {
    	background:linear-gradient(to bottom, #f2f2f2 5%, #bfbfbf 100%);
    	border-radius: 4px;
    	//box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	//color: #fff; 
	font-family:verdana; 
	font-size:1vw;
	font-style: italic;
	font-weight: bold;
    	margin-left: 6px;
	padding: 4px 10px;
}

input {
	display:inline-block;
	border: 1px solid silver;
	border-radius: 4px;
	font-family: Arial;
	font-size: 14px;
	padding: 4px 6px;
	//size: 45;
	width: 65%;
}

input[type=checkbox] {
	display:inline-block;
	border: 1px solid silver;
	border-radius: 4px;
	height: 17px;
	//margin: 0px;
	//padding: 0px;
	vertical-align: middle;
	width: 20px;
	transform: scale(1.2);
}

select {
	display:inline-block;
	border: 1px solid silver;
	border-radius: 4px;
	padding: 4px 6px;
}

label {
	display:inline-block;
	font-family: Verdana;
	font-weight: bold;
	padding: 4px 6px;
	vertical-align: middle;
	width: 27%;
}

p{
	margin: 10px;
	word-wrap: break-word;
}

/* ------------------------------------------------------------------------- */

table {
	border-collapse: collapse;
	border-radius: 4px;
    	border-spacing: 0;
	margin: 0 auto;
	max-width: 98%;
}

table, th, td {
	font-family: "Trebuchet MS", arial, verdana, Times New Roman;
	font-size: 95%;
}

table th {
    	background-color: silver;
	background: linear-gradient(silver, gray);
	border: 1px solid gray;
	color: white;
	font-weight:bold;
	line-height: 1.7em;
	padding: 8px;
	text-align:center;
	text-transform: uppercase;
	text-shadow:1px 1px 1px #000;
}

table th:first-child {
    	border-radius: 4px 0 0 0;
}

table th:last-child {
    	border-radius: 0 4px 0 0;
}

table tr:nth-child(even) {
    	background-color: white;
}

table tr:nth-child(odd) {
    	background-color: #ebebe0;
}

table tr:last-child td:first-child {
    border-radius: 0 0 0 4px;
}

table tr:last-child td:last-child {
    border-radius: 0 0 4px 0;
}

table td {
	border: 1px solid silver;
	padding: 6px;
}

/* ------------------------------------------------------------------------- */

textarea {
	border: 1px solid silver;
	border-radius: 4px;
	font-family: arial;
	font-size: 14px;
	padding: 4px 6px;
	width: 65%;
}