/*---------------------> LIMPA TODAS AS CONFIGURAÇÕES DE INPUT E AUTOCOMPLETE <--------------------------*/
input
{
	-webkit-appearance: none !important;	
	appearance:none !important;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus, 
input:-moz-autofill,
input:-moz-autofill:hover, 
input:-moz-autofill:focus,
textarea:-moz-autofill,
textarea:-moz-autofill:hover,
textarea:-moz-autofill:focus,
select:-moz-autofill,
select:-moz-autofill:hover,
select:-moz-autofill:focus
{
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
  transition: background-color 5000s ease-in-out 0s;
}

input:-moz-autofill, :-moz-autofill-preview {
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
  transition: background-color 5000s ease-in-out 0s;
}

*:focus 
{
    outline: none;
}

/*---------------------> LIMPA TODAS AS CONFIGURAÇÕES DE INPUT E AUTOCOMPLETE <--------------------------*/



.regular-checkbox {
	display: none;
	margin:0;
	padding:0;
}

.regular-checkbox + label 
{
	width:20px;
	height:20px;
	box-sizing:border-box;
	background-color: #fafafa;
	border: 1px solid #cacece;
	padding: 3px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	cursor:pointer;
	
	-webkit-transition: background-color 1s; /* Safari */
  	transition: background-color 1s;
}


.regular-checkbox:checked + label 
{
	box-sizing:border-box;
	padding:5px;
	background-color: #380249;
	border: 1px solid #adb8c0;
	color: #99a1a7;
}


/* RADIO */

.regular-radio {
	display: none;
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	
	-webkit-transition: background-color 1s; /* Safari */
  	transition: background-color 1s;
}

.regular-radio:checked + label:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #380249;
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}

.label
{
	padding-top:2px;	
}

.label1
{
	padding-top:7px;	
	font-size:10px !important;
	color:#ee1d78;
}
/*************************************/

/*.Obrigatorio
{
	border:solid 2px #380249 !important;	
}*/

.Files
{
	width:0px !important;
	border:0 !important;
	padding:0 !important;
	margin:0 !important;
	cursor:none !important;	
}

.button_purple_file
{
	width:auto;
	padding:5px;
	background-color:#380249;
	color:#FFFFFF;
	border:solid 2px #380249;
	text-align:center;
	margin:0px;
	border-radius:4px;
	font-weight:700;
	font-size:12px;
	
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
	
	margin-bottom:5px;
	
	-webkit-transition: background-color 1s, border-color 1s; /* Safari */
  	transition: background-color 1s, border-color 1s;	
}

.button_purple_file_val
{
	background-color:#0B9F00;
	border:solid 2px #0B9F00;	
}

.fontMinima
{
	font-size:9px !important;
	color:#929292;	
}

.FieldsetRed
{
	border:solid 2px #ed1a25 !important;
}

.FieldsetRed > legend
{
	color:#ed1a25;
	padding-left:6px;
	padding-right:6px;
}

select
{
   -webkit-appearance: none;  /* Remove estilo padrão do Chrome */
   -moz-appearance: none; /* Remove estilo padrão do FireFox */
   appearance: none; /* Remove estilo padrão do FireFox*/
   background-image:url(../images/arrowB.png);
   background-position:right center;
   background-repeat:no-repeat;	
}

.select_multiple
{
	width:100%;
	border:solid 2px #ACACAC;
	border-radius:6px;
	min-height:250px;
	padding:6px;
	
	overflow:hidden;
}

.select_multiple option
{
	height:25px;
	padding-top:5px;
	font-size:11px !important;
	border-bottom:dotted 1px #D9D9D9;
	color:#2B2B2B !important;	
}

.button_gray_home
{
	width:auto;
	/*min-width:290px;*/
	height:63px;
	/*background-image:url(../images/bg_button.png);*/
	border-radius:42px;
	text-align:center;
	color:#FFFFFF;	
	background-color:#EC2275;
	font-family:'Montserrat','Arial';
	font-weight:700;
	font-size:16px;
	margin:5px;
	margin-top:15px;
	padding-left:40px;
	padding-right:40px;
	
	border:none !important;

	
	box-shadow:0px 0px 12px rgba(0,0,0,0.5);
   -webkit-box-shadow:0px 0px 12px rgba(0,0,0,0.5);
   -moz-box-shadow:0px 0px 12px rgba(0,0,0,0.5);
}

.button_gray_home:hover
{
	/*-webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);*/
	
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
	
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

#button_interesse
{
	-webkit-transition: opacity 1s; /* Safari */
  	transition: opacity 1s;	
}

.button_denuncie
{
	width:auto;
	padding:10px;
	background-color:#EC2275;
	color:#FFFFFF;
	border:solid 2px #EC2275;
	text-align:center;
	margin:5px;
	border-radius:25px;
	font-weight:700;
	font-size:14px;
	cursor:pointer;
	
	padding-left:25px;
	padding-right:25px;
	
	box-shadow:0px 0px 12px rgba(0,0,0,0.3);
   -webkit-box-shadow:0px 0px 12px rgba(0,0,0,0.3);
   -moz-box-shadow:0px 0px 12px rgba(0,0,0,0.3);	
}

.button_denuncie:hover
{
	background-color:#DB216E;	
}

.button_more
{
	width:auto;
	padding:5px;
	height:20px !important;
	min-height:20px !important;
	max-height:20px !important;
	line-height:19px !important;
	box-shadow:none !important;
	
	background-color:#EEEEEE;
	color:#666666 !important;
	border:none !important;
	text-align:center;
	margin:2px;
	border-radius:20px !important;
	font-weight:normal !important;
	font-size:11px !important;
	cursor:pointer;
	
	padding-top:0px !important;
	
	padding-left:10px;
	padding-right:10px;
}

.button_more:hover
{
	background-color:rgb(220,220,220);	
}

.button_filtrar
{
	width:auto;
	padding:10px;
	background-color:#EC2275;
	color:#FFFFFF;
	border:solid 2px #EC2275;
	text-align:center;
	margin:5px;
	border-radius:25px;
	font-weight:700;
	font-size:14px;
	cursor:pointer;
	
	padding-left:25px;
	padding-right:25px;
	
	box-shadow:0px 0px 4px rgba(0,0,0,0.2);
   -webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.2);
   -moz-box-shadow:0px 0px 4px rgba(0,0,0,0.2);	
}

.button_filtrar:hover
{
	background-color:#DB216E;	
}

.button_purple
{
	width:auto;
	padding:10px;
	background-color:#380249;
	color:#FFFFFF;
	border:solid 2px #22002D;
	text-align:center;
	margin:5px;
	border-radius:25px;
	font-weight:700;
	font-size:14px;
	
	padding-left:25px;
	padding-right:25px;
	
	cursor:pointer;
	
	box-shadow:0px 0px 8px rgba(0,0,0,0.2);
   -webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.2);
   -moz-box-shadow:0px 0px 8px rgba(0,0,0,0.2);	
   
   -webkit-transition: background-color 1s, color 0.5s; /* Safari */
  	transition: background-color 1s, color 0.5s;
}


.button_pink
{
	width:auto;
	padding:10px;
	background-color:#EC2275;
	color:#FFFFFF;
	border:solid 2px #EC2275;
	text-align:center;
	margin:5px;
	border-radius:25px;
	font-weight:700;
	font-size:14px;
	
	padding-left:25px;
	padding-right:25px;
	
	cursor:pointer;
	
	box-shadow:0px 0px 8px rgba(0,0,0,0.2);
   -webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.2);
   -moz-box-shadow:0px 0px 8px rgba(0,0,0,0.2);	
   
   -webkit-transition: background-color 1s, color 0.5s; /* Safari */
  	transition: background-color 1s, color 0.5s;
}

.button_pink:hover
{
	background-color:#B91C5D;
	border:solid 2px #B91C5D;
}

.button_purple_interno
{
	min-width:280px;	
}

.button_purple_option
{
	min-width:250px;
	margin-top:5px;
	margin-bottom:5px;	
}

.button_purple_minus
{
	width:auto;
	padding:5px;
	background-color:#380249;
	color:#FFFFFF;
	border:solid 2px #380249;
	text-align:center;
	margin:5px;
	border-radius:25px;
	font-weight:700;
	font-size:14px;
	
	cursor:pointer;
	
	padding-left:20px;
	padding-right:20px;
	
	box-shadow:0px 0px 12px rgba(0,0,0,0.3);
   -webkit-box-shadow:0px 0px 12px rgba(0,0,0,0.3);
   -moz-box-shadow:0px 0px 12px rgba(0,0,0,0.3);
   
   -webkit-transition: background-color 1s, color 0.5s; /* Safari */
  	transition: background-color 1s, color 0.5s;	
}

.button_purple:hover, .button_purple_minus:hover
{
	background-color:#22002D;	
}

.button_purple_minus_min
{
	width:auto;
	padding:3px;
	background-color:#380249;
	color:#FFFFFF;
	border:solid 2px #380249;
	text-align:center;
	margin:2px;
	border-radius:25px;
	font-weight:700;
	font-size:10px;
	
	cursor:pointer;
	
	padding-left:10px;
	padding-right:10px;
	
	box-shadow:0px 0px 8px rgba(0,0,0,0.3);
  	transition: background-color 1s, color 0.5s;	
}

.button_purple_minus_min:hover
{
	background-color:#22002D;	
}

.notShadow
{
	box-shadow:none !important;	
}

.input_proposta
{
	width:300px;
	height:32px;
	border:none;
	border-radius:16px;
	margin-top:0px;
	padding-left:8px;
	padding-right:8px;
	
	box-shadow:0px 0px 8px rgba(0,0,0,0.6);
   -webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.6);
   -moz-box-shadow:0px 0px 8px rgba(0,0,0,0.6);	
}

.input_busca_vaga
{
	width:90%;
	height:42px;
	border:none;
	border-radius:35px;
	margin-top:0px;
	padding-left:18px;
	padding-right:8px;
	font-size:16px;
	
	box-shadow:0px 0px 8px rgba(0,0,0,0.6);
   -webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.6);
   -moz-box-shadow:0px 0px 8px rgba(0,0,0,0.6);	
}

.button_purple_busca_vaga
{
	width:auto;
	height:43px;
	padding:5px;
	padding-bottom:6px;
	background-color:#380249;
	color:#FFFFFF;
	border:solid 2px #330143;
	text-align:center;
	margin:5px;
	border-radius:35px;
	font-weight:700;
	font-size:14px;
	cursor:pointer;
	
	margin-left:-54px;
	
	padding-left:20px;
	padding-right:20px;
	
	box-shadow:0px 0px 12px rgba(0,0,0,0.3);
   -webkit-box-shadow:0px 0px 12px rgba(0,0,0,0.3);
   -moz-box-shadow:0px 0px 12px rgba(0,0,0,0.3);	
}

.button_purple_busca_vaga:hover
{
	background-color:#22002D;
}

.fieldset_login
{
	margin-top:8px;
	border:solid 2px #380249;	
	border-radius:6px;
	padding:4px;
}

.fieldset_login > legend
{
	font-size:12px;
	color:#380249;
	padding-left:4px;
	padding-right:4px;
}

.inputs_logins
{
	width:100%;
	border:0;
	padding:0;
	margin:0;
	height:30px;
	padding-left:5px;	
	color:#3E3E3E;
}

/* formulários */
.fieldsetForms
{
	margin:0;
	padding:0;
	
	margin-top:5px;
	border:solid 2px #ACACAC;	
	border-radius:6px;
	padding:2px;
	background-color:#FFFFFF;
	min-height:50px;
	display: table;
}

.fieldsetForms > legend
{
	font-size:12px;
	/*color:#380249;*/
	color:#747474;
	padding-left:4px;
	padding-right:5px;
	margin-left:4px;
}

.fieldsetForms > legend > i
{
	font-size:9px;
	color:#BCBCBC;
	font-style:normal !important;
}

.inputsF
{
	width:100% !important;
	min-width:100% !important;
	border:0;
	padding:0;
	margin:0;
	height:30px !important;
	max-height:30px !important;
	padding-left:5px;	
	color:#3E3E3E;
	background-color: transparent !important;
}

.inputsForm
{
	width:100% !important;
	min-width:100% !important;
	border:0;
	padding:0;
	margin:0;
	height:30px !important;
	max-height:30px !important;
	padding-left:5px;	
	color:#3E3E3E;
	background-color:transparent !important;
}

.inputsF50
{
	width:calc(50% - 5px) !important;
	min-width:calc(50% - 5px) !important;
	margin-right:5px;
	border:0;
	padding:0;
	margin:0;
	height:30px;
	color:#3E3E3E;
	text-align:center;
}

.inputsF2
{
	width:90px;
	min-width:90px !important;
	border:0;
	padding:0;
	margin:0;
	height:30px;	
	color:#3E3E3E;
	text-align:center;
}

.inputsF3
{
	width:115px;
	min-width:115px;
	border:0;
	padding:0;
	margin:0;
	height:29px;	
	color:#3E3E3E;
	text-align:center;
	margin-top:-5px;
	padding-left:5px;
	
	border:solid 2px #ACACAC !important;	
	border-radius:6px;
}

.inputsF4
{
	width:80%;
	max-width:580px;
	border:0;
	padding:0;
	margin:0;
	height:35px;	
	text-align:center;
	margin-top:-5px;
	padding-left:5px;
	color:#380249;
	font-weight:700;
	
	border:solid 2px #ACACAC !important;	
	border-radius:6px;
}

.inputsF3Textarea
{
	width:100%;
	min-width:100% !important;
	border:0;
	padding:0;
	margin:0;
	padding-top:4px;
	height:150px;
	min-height:150px;	
	color:#3E3E3E;
	margin-top:-5px;
	padding-left:5px;
	font-size:12px;
	
	border:solid 2px #ACACAC !important;	
	border-radius:6px;
}

.inputsFmes
{
	width:120px !important;
	min-width:120px !important;
	max-width:120px !important;
	height:30px !important;
	border:solid 1px #00FF4C !important;
}

.inputsFano
{
	width:60px !important;
	min-width:60px !important;
	height:30px !important;
}

.line_100
{
	width:calc(100% - 5px);
	float:left;
	display:table;
	margin-bottom:5px;
	margin-right:5px;
}

.line_80
{
	width:calc(80% - 5px);
	float:left;
	display:table;
	margin-bottom:5px;
	margin-right:5px;
}

.line_45
{
	width:calc(45% - 5px);
	float:left;
	display:table;
	margin-bottom:5px;
	margin-right:5px;
}

.line_50
{
	width:calc(50% - 5px);
	float:left;
	display:table;
	margin-bottom:5px;
	margin-right:5px;
}

.line_75
{
	width:calc(75% - 5px);
	float:left;
	display:table;
	margin-bottom:5px;
	margin-right:5px;
}

.line_33
{
	width:calc(33% - 5px);
	float:left;
	display:table;
	margin-bottom:5px;
	margin-right:5px;	
}

.line_40
{
	width:calc(40% - 6px);
	float:left;
	display:table;
	margin-bottom:5px;
	margin-right:5px;	
}

.line_25
{
	width:calc(25% - 6px);
	float:left;
	display:table;
	margin-bottom:5px;
	margin-right:5px;	
}

.line_20
{
	width:calc(20% - 6px);
	float:left;
	display:table;
	margin-bottom:5px;
	margin-right:5px;	
}

.line_15
{
	width:calc(15% - 6px);
	float:left;
	display:table;
	margin-bottom:5px;
	margin-right:5px;	
}

.textF
{
	width:100%;
	min-height:150px;
	border:none;
	padding:4px;
	font-size:12px;
	color:#333333;	
}

.textF2
{
	min-height:350px !important;
	height:350px !important;
}

.textFMin
{
	width:100%;
	min-height:90px;
	border:none;
	padding:4px;
	font-size:12px;
	color:#333333;	
}

.content_vagas_button
{
	width:100%;
	float:left;
	padding-left:5px;
	margin-top:-24px;
}

.content_vagas_purple
{
	width:100%;
	float:left;
	height:100%;
	min-height:475px !important;
	max-height:475px !important;
	margin-top:-7px;
	border-radius:8px;
	border:solid 2px #380249;
	
	background-image:url(../images/Formas.png);
	background-repeat:repeat;
	
	overflow:hidden;
}

#vagas
{
	padding:15px;
	padding-right:18px;
	padding-top:20px;	
}

.bt_vagas_purple
{
	position:relative;
	z-index:9999;
	margin:0;
	margin-right:0 !important;
	width:auto;
	height:63px !important;
	line-height:65px !important;
	color:#380249;
	font-size:22px;	
	border:none;
	border-bottom:solid 2px #380249;
	background-color:#FFFFFF;	
	padding-right:15px;
	text-align:left;
	
	-webkit-transition: color 2s, font-size 1s; /* Safari */
  	transition: color 2s, font-size 1s;
}

.bt_vagas_gray
{
	margin:0;
	margin-left:0px !important;
	width:auto;
	height:68px !important;
	line-height:68px !important;
	background-color:#FFFFFF;
	color:#C9C9C9;
	font-size:20px;
	cursor:pointer;
	border:none;
	padding-right:15px;
	
	-webkit-transition: color 2s, font-size 1s; /* Safari */
  	transition: color 2s, font-size 1s;
}

.bt_vagas_gray:hover
{
	color:#380249 !important;
}

.bt_vagas_purple_mural
{
	float:left;
	margin:0;
	margin-left:0px !important;
	width:auto;
	
	padding-top:8px;
	padding-bottom:12px;
	
	background-color:#FFFFFF;
	color:#380249;
	font-size:20px;
	cursor:pointer;
	border:none;
	padding-right:15px;
	
	-webkit-transition: color 2s, font-size 1s; /* Safari */
  	transition: color 2s, font-size 1s;
}

.bt_vagas_gray_mural
{
	float:left;
	margin:0;
	margin-left:0px !important;
	width:auto;
	
	padding-top:8px;
	padding-bottom:12px;
	
	background-color:#FFFFFF;
	color:#C9C9C9;
	font-size:20px;
	cursor:pointer;
	border:none;
	padding-right:15px;
	
	-webkit-transition: color 2s, font-size 1s; /* Safari */
  	transition: color 2s, font-size 1s;
}

.bt_vagas_gray_mural:hover
{
	color:#979797 !important;
}

.QuadroHabilidades
{
	padding:6px;
	float:left;
	background-color:#E5E5E5;
	color:#424242;
	border:solid 2px #C5C5C5;
	text-align:center;
	margin:3px;
	border-radius:25px;
	font-weight:700;
	font-size:10px;
	
	padding-left:10px;
	padding-right:10px;		
}

.QuadroHabilidades > div:nth-child(2)
{
	padding-top:4px;
	padding-left:3px;	
}

.load_line
{
	float:left;
	min-width:60px;
	min-height:60px;	
}

.input_simples
{
	width:98%;
	border:solid 2px #D8D8D8;
	border-radius:4px;
	height:33px;	
	padding-left:7px;
}

.p50
{
	width:50% !important;	
}

.p30
{
	width:33.3% !important;	
}

#bolsa_auxilio_pago_metta, #auxilio_transporte, #auxilio_transporte_pago_metta
{
	width:100px;	
}

.data_inicio
{
	width:150px;	
}
/* formulários */

.DisplayFoto
{
	width:200px;
	position:absolute;
	border:solid 2px #C4C4C4;
	right:15px;
	top:20px;
	display:table;
	text-align:center;
	padding:15px;
	border-radius:4px;
	background-color:rgba(255,255,255,0.8);	
	font-size:9px;
	color:#B5B5B5;
	
	z-index:9999;
	box-shadow:3px 3px 9px rgba(0,0,0,0.10);
   -webkit-box-shadow:3px 3px 9px rgba(0,0,0,0.10);
   -moz-box-shadow:3px 3px 9px rgba(0,0,0,0.10);	
}

.DisplayFoto1
{
	top:50px !important;
}

.Pic
{
	width:115px;
	height:115px;
	border-radius:50%;
	border:solid 2px #C3C3C3;
	background-image:url(../images/userCur.png);
	background-position:center;
	background-size:cover;
	margin:0 auto;
	margin-bottom:10px;	
	background-color:#FFFFFF;
	
	box-shadow:3px 3px 9px rgba(0,0,0,0.10);	
}

.PicFicha
{
	width:215px;
	height:215px;
	border-radius:50%;
	border:solid 8px #FFFFFF;
	background-image:url(../images/userCur.png);
	background-position:center;
	background-size:cover;
	margin:0 auto;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:10px;	
	background-color:#FFFFFF;
	
  	box-shadow:3px 3px 9px rgba(0,0,0,0.30);
}


.InputSearchLoad
{
	background-image:url(../js/ajax/loader/loader_mini_red.gif) !important;
	background-repeat:no-repeat;
	background-position:center left 5px;	
	background-origin: content-box;
	background-size:auto 25px;
	color: transparent;
	
	-webkit-transition: background-image 1s; /* Safari */
  	transition: background-image 1s;
}

.InputSearchLoad2
{
	background-image:url(../js/ajax/loader/loader_mini_red.gif) !important;
	background-repeat:no-repeat;
	background-position:center right 5px;	
	background-origin: content-box;
	background-size:auto 25px;
	
	-webkit-transition: background-image 1s; /* Safari */
  	transition: background-image 1s;
}

.InputBlock
{
	position:relative;
	width:100%;
	height:100%;
	background-color:#380249;
	z-index:9999999999999999999999 !important;	
}

.InputBlock2
{
	opacity:0.3 !important;
}

.titleMini
{
	font-size:9px;
	color: #C5C5C5;
}

.ptopMini
{
	padding-top: 4px;
	padding-left: 2px;
}

.textareaQ
{
	border-radius:8px;
	border:solid 2px #A8A8A8;
	height:100px;
	width:100%;	
	padding:10px !important;
	font-size:12px !important;
}

.input_200
{
	width:200px;
	min-width:200px;
	max-width:200px;
}

.input_50p
{
	width:50%;
	min-width:50%;
}

.input_100p
{
	width:100%;
	min-width:100%;
}

.input_Codigo
{
	height:73px !important;
	min-height:73px !important;	
	border:solid 2px #e81e76 !important;
}

.input_Codigo > input
{
	height:52px !important;
	min-height:52px !important;	
	font-size:27px !important;
	font-weight:bold !important;
	color:#e81e76 !important;
	text-align:center !important;	
	margin-top:2px !important;
}

.filtrar_candidatos
{
	box-shadow:none !important;
	border:none !important;	
}

.bt_actions_vaga
{
	width:auto !important;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	margin-left:6px;
	cursor:pointer;
	
	height:25px;
	border-radius:25px;
	float:left;
	
	text-align:center;
	background-color:rgb(51,204,0);
	color:#FFFFFF;
	font-size:11px;	
}

.bt_actions_vaga_color1
{
	background-color:rgb(45,176,0);
}

.bt_actions_vaga2
{
	width:auto !important;
	padding:5px;
	padding-left:20px;
	padding-right:20px;
	margin-left:2px;
	margin-right:2px;
	cursor:pointer;
	
	height:33px;
	line-height:22px;
	border-radius:33px;
	float:left;
	
	text-align:center;
	background-color:rgb(51,204,0);
	color:#FFFFFF;
	font-size:13px;	
}


.bt_actions_vaga2_color1
{
	background-color:#22002D;
}
