/*Versão 7.00 */
.Cortina{
	visibility:hidden;
	opacity:0;
	height:0px;
}
a:link.Menu{
	font-family: Abel;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: Navy;
	text-decoration: none;
	background:none;
}
a:hover.Menu{
	color: #f67f19;
}
a:visited.Menu{
	font-weight: bold;
}
a:link.m_Link{
	font-family: Abel;
	font-weight: normal;
	font-size:14px;
	color: white;
	text-decoration: none;
	background:none;
}
a:link.LinkIcon{
	text-decoration: none;
	color:#131d5b;
}
a:hover.m_Link{
	color: #ffd426;
}
a:visited.m_Link{
	color: white;
}
a:active.m_Link{
	color: #ffd426;
}
a:hover.LinkIcon{
	text-decoration: none;
	color:Orange;
}
a:visited.LinkIcon{
	text-decoration: none;
	color:#a4afff;
}
a:link.OrderBy{
	font-family: Abel;
	font-size: 20px;
	font-weight: none;
	font-style: none;
	text-decoration:none;
	color: black;
}
a:visited.OrderBy{
	color: black;
}
a:active.OrderBy{
	color: black;
}
a:hover.OrderBy{
	color: orange;
}
a:hover.AlertLinkIcon{
	text-decoration:none;
	color:#ff2e2e;
	background-color:none;
	text-shadow:0px 2px 2px #000000;
}
a:link.AlertLinkIcon{
	text-decoration:none;
	color:#ac0024;
}
a:visited.AlertLinkIcon{
	text-decoration:none;
	color:#ff2e2e;
	background-color:none;
	text-shadow:0px 2px 2px #000000;
}
/*----Aplicant List*/
.LanguageHelp{
	float:right;
	margin:2px;
	padding:1px;
	width:50px;
	height:40px;
	text-align:center;
	border:solid 1px gray;
	background-color:#a2bcf6;
}
.LanguageHelp:hover{
	background-color:#5489ff;
	border:solid 1px white;
}
a:link.Help{
	font-family:Segoe UI Light;
	font-size: 9px;
	font-weight: none;
	color: white;
	text-decoration: none;
	background:none;
}
a:visited.Help{
	font-weight: bold;
	color: white;
	text-decoration: none;
	background:none;
}
a:hover.Help{
	color: white;
}
/*end ----Aplicant List*/
.Title{
	font-family: Abel;
	font-size: 24px;
	font-weight: none;
	font-style: Italic;
	text-transform: uppercase;
	color: #003366;
}
.SubTitle{
	font-family: Abel;
	font-size: 20px;
	font-weight: none;
	font-style: none;
	color: black;
}
.FieldLabel{
	font-family: Abel,Arial;
	font-weight: none;
	font-style: none;
	color:black;
}
.TableCell{
	float: left;
	padding:5px;
}
.CellWidth-1{
	width: 100px;
}
.CellWidth-2{
	width: 200px;
}
.CellWidth-3{
	width: 300px;
}
.Form-Field{
	color: #532a8a;
	border: solid 1px #532a8a;
	height:40px;
	text-align:left;
	background:white;
	width:100%;
}
.Form-Field-Small{
	color: 532a8a;
	border: solid 1px #532a8a;
	height:20px;
	text-align:left;
	background:white;
}
.Form-Box{
	color: #532a8a;
	border: solid 1px #532a8a;
	text-align:left;
	background:white;
	width:100%;
}

.Button1{
	font-family: Abel;
	font-size: 16px;
	font-weight : none;
	color: #002369;
	border: solid 1px navy;
	height:32px;
	border-radius:px;
	background:#a2bcf6;
	border-radius:6px;
}
.Button1:hover{
	box-shadow:0px 0px 1em #333333;
	color: #ffffff;
	background:#5489ff;
}
.Button2{
	font-family: Abel;
	font-size: 16px;
	font-weight : none;
	color: #ffffff;
	border: solid 1px navy;
	height:32px;
	background:#003366;
	border-radius:6px;
}
.Button2:hover{
	box-shadow:0px 0px 1em #333333;
	color: #ffffff;
	background:#3399ff;
}
.AlertButton {
	font-family: Abel;
	font-size: 11px;
	font-weight : none;
	color: White;
	border: solid 1px White;
	height:20px;
	background:#a0001e;
}
.AlertButton:hover {
	background:#ea002c;
}
.IconButton {
	color: white;
	border: solid 1px #b4a3e5;
	min-height:42px;
	background:#572f8d;
}
.IconButton:hover{
	background:#7581c8;
	box-shadow:0px 0px 1em #333333;
}
.IconButton:active{
	border-top-color: black;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: black;
}
.IconButtonSmall{
	color: Navy;
	border: solid 1px #b4a3e5;
	height:24px;
	background:transparent;
}
.IconButtonSmall:hover{
	color:White;
	background:#808cd5;
	box-shadow:0px 0px 5px #333333;
}
.IconButtonSmall:active{
	border-top-color: black;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: black;
}
.AbelFamily{
	font-family: Abel;
	font-size: 16px;
	font-weight: none;
	font-style: none;
}
.ComboBoxField{
	font-family: Abel,Arial;
	font-size: 18px;
	font-weight:normal;
	color:black;
	border:solid 1px #532A8A;
	background:#fff;
	width:100%;
	height:40px;
}
@media (max-width: 799px) {
	.ResposibleWidth{
		width:100%;
	}
	.VideoWidth{
		width:100%;
	}
	.GridTableBorder{
		border-top:solid 1px silver;
	}
}
@media (min-width: 800px) {
	.ResposibleWidth{
		width:800px;
	}
	.VideoWidth{
		width:760px;
		height:570px;
	}
	.GridTableBorder{
		border-top:none 1px silver;
	}
}
.FontSize-Micro{
	font-size:10px;
}
.FontSize-Mini{
	font-size:14px;
}
.FontSize-Small{
	font-size:18px;
}
.FontSize-Medium{
	font-size:24px;
}
.FamilyIconBig{
	font-size:60px;
}
.FamilyIconMedium{
	font-size:38px;
}
.FamilyIconSmall{
	font-size:24px;
}
.FamilyIconMini{
	font-size:14px;
}
.FamilyIconMicro{
	font-size:10px;
}
.Orange{
	color:Orange;
}
.Navy{
	color:Navy;
}
.Red{
	color:Red;
}
.White{
	color:white;
}
.Gray{
	color:Gray;
}
.LightBlue{
	color:#27aae0;
}
.Silver{
	color:#afafaf;
}
.Bold{
	font-weight: bold;
}
/*======*/
/*Posiciona o logo do Whatsapp */
#posiciona {
	position: fixed; /* posição absoluta ao elemento pai, neste caso o BODY */
	/* Posiciona no meio, tanto em relação a esquerda como ao topo */
	left: 90%; 
	bottom: 100px;
	width: 40px; /* Largura da DIV */
	height: 40px; /* Altura da DIV */
	/* A margem a esquerda deve ser menos a metade da largura */
	/* A margem ao topo deve ser menos a metade da altura */
	/* Fazendo isso, centralizará a DIV */

	background-color: transparent;
	text-align: center; /* Centraliza o texto */
	z-index: 1000; /* Faz com que fique sobre todos os elementos da página */
}
.whatsapp {
	width:100%;
	margin:5px;
	border-radius: 7px;
	filter: drop-shadow(3px 3px 4px black);

}
.whatsapp:hover{
	border:solid 3px green;
}