form.mtcv-form fieldset h4{
  text-align: center;
  background-color: rgb(242, 242, 242);
  padding: 5px;
  margin: 0;
  color: #333;
  font-weight: normal;
    border-bottom: 1px solid #DDD;
}
form.mtcv-form fieldset h3{
  background-color: rgb(221, 221, 221);
  padding: 7px;
  text-align: center;
  margin: 0;
}
form.mtcv-form fieldset{
	border: 1px solid #e1e1e1;
	padding: 0;
}
form.mtcv-form fieldset > fieldset{
	border-left: 0;
	border-right: 0;
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
	margin-left: 0;
	
}
form.mtcv-form label > span{
	font-size: 12px;
	display: inline-block;
	color: #BBB;
}
form.mtcv-form label{
	width: 230px;
	display: inline-block;
	vertical-align: top;
}

form.mtcv-form p{
	padding: 10px 10px 7px;
	border-bottom: 1px solid #eee;
}
form.mtcv-form p:first-child{
	border-top: 0;
}
form.mtcv-form input,
form.mtcv-form select, 
form.mtcv-form textarea{
	font-family: Arial, 'Raleway','Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	color: #555;
	outline: 0;
	padding: 3px;
	background: #fff;
	border-color: #aaa;
	border-radius: 3px;
	border: 1px solid #aaa;

}
form.mtcv-form input[type=text]{
	height: 17px;
}
form.mtcv-form input[type=submit]:hover{
	background: #523472;
}
form.mtcv-form input[type=submit]{
	background: #71629D;
	color: white;
	border: 1px solid #523472;
	cursor: pointer;

}
form.mtcv-form textarea{
	width: 280px;
	height: 60px;
}
.irs-from, .irs-to, .irs-single,.irs-min, .irs-max{
	font-size: 16px;
	top: -10px;

}


div.separador-01{
	width:100%;
	background-color: #ddd;
	height: 1px;
	margin: 0;
	padding: 0;
}
form.mtcv-form input.error{
	 border: 1px solid red;
}
form.mtcv-form label.error{
	  color: red;
}
.error.output{
	 color: red;
}
.tabela{
	display: table;
	width: 100%;
	table-layout: fixed;
	font-size: 1em;
}
.tabela .tab-linha{
	display: table-row;
	
}
.tabela .tab-linha .tab-coluna:first-child{
	width: 40%;
}
.tabela .tab-coluna{
	display: table-cell;
	vertical-align: top;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #F0F0F0;
	padding-left: 10px;
	padding-right: 10px;
}
.mtc-botao:hover{
	background-color: #EFEDED;
}
.mtc-botao{
	cursor: pointer;
	margin-left: 5px;	
}
form.mtcur-loginform input[type=text],
form.mtcur-loginform input[type=password]{
	width: 100%;
	margin-bottom: 10px;
	

}
form.mtcur-loginform .bt-submit{
  border: 1px solid #71629D;
  background-color: #71629D;
  color: #fff;
  padding: 10px 15px;
}
form.mtcur-loginform h3{
	color: #fff;
	margin-bottom: 10px;
	
}
form.mtcur-loginform{
	width: 300px;
	padding: 10px !important;
	margin: 40px auto !important;
	background-color: #523472;
}
#gerenciar-vagas-table tbody tr:hover{
	background-color: #eee;
	color: #333;
}
.botao-acoes:active{
	background-color: #999;
}
.botao-acoes{
	text-align: center;
	background-color: #888;
	color: #fff;
	padding: 3px;
	cursor: pointer;
	position: relative;
}
.botao-acoes:after{
	content: ' ';
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
    position: absolute;
    right: 6px;
    top: 8px;
	border-top: 5px solid #fff;
}
.dropdown-menu{
	position: absolute;
	top: 20px;
	z-index: 100;
	min-width: 100px;
	background-color: #fff;
	border: 1px solid #aaa;
	right: 0px;
}
.dropdown-menu ul{
	margin: 0!important;
	padding: 0 !important;
	
}
.dropdown-menu ul li{
	margin: 0 !important;
	padding: 5px 10px !important;
	
}

.art-postheadericons.art-metadata-icons{
	display:none;
}
.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
	background:-moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
	background-color:#77d42a;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	color:#292e25;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #aade7c;
}
.button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
	background:-moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);
	background-color:#5cb811;
}
.button:active {
	position:relative;
	top:1px;
}
a.button1:link, a.button1:visited{
	color:#292e25;
}
.button1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
	background:-moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
	background-color:#77d42a;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	color:#292e25;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #aade7c;
}
.button3{
    -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
    -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
    box-shadow: inset 0px 1px 0px 0px #caefab;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #EAEAEA), color-stop(1, #BBBBBB));
    background: -moz-linear-gradient(top, #EAEAEA 5%, #BBBBBB 100%);
    background: -webkit-linear-gradient(top, #EAEAEA 5%, #BBBBBB 100%);
    background: -o-linear-gradient(top, #EAEAEA 5%, #BBBBBB 100%);
    background: -ms-linear-gradient(top, #EAEAEA 5%, #BBBBBB 100%);
    background: linear-gradient(to bottom, #EAEAEA 5%, #BBBBBB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAEAEA', endColorstr='#BBBBBB',GradientType=0);
    background-color: #D0D0D0;
    border: 1px solid #B9BFB8;
    display: inline-block;
    cursor: pointer;
    color: #292e25;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 10px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #E8E8E8;	
}
.button1:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
	background:-moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);
	background-color:#5cb811;
}
.button3:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #BBBBBB), color-stop(1, #EAEAEA));
	background:-moz-linear-gradient(top, #BBBBBB 5%, #EAEAEA 100%);
	background:-webkit-linear-gradient(top, #BBBBBB 5%, #EAEAEA 100%);
	background:-o-linear-gradient(top, #BBBBBB 5%, #EAEAEA 100%);
	background:-ms-linear-gradient(top, #BBBBBB 5%, #EAEAEA 100%);
	background:linear-gradient(to bottom, #BBBBBB 5%, #EAEAEA 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#BBBBBB', endColorstr='#EAEAEA',GradientType=0);
	background-color:#BBBBBB;
}
.button3:active {
	position:relative;
	top:1px;
}
.button1:active {
	position:relative;
	top:1px;
}
.space{
	display:inline-block;
	width: 0px;
}

.button2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #305c8c), color-stop(1, #1a3d6b));
	background:-moz-linear-gradient(top, #305c8c 5%, #1a3d6b 100%);
	background:-webkit-linear-gradient(top, #305c8c 5%, #1a3d6b 100%);
	background:-o-linear-gradient(top, #305c8c 5%, #1a3d6b 100%);
	background:-ms-linear-gradient(top, #305c8c 5%, #1a3d6b 100%);
	background:linear-gradient(to bottom, #305c8c 5%, #1a3d6b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#305c8c', endColorstr='#1a3d6b',GradientType=0);
	background-color:#305c8c;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #4b658a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #172f6b;
}
.button2:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1a3d6b), color-stop(1, #305c8c));
	background:-moz-linear-gradient(top, #1a3d6b 5%, #305c8c 100%);
	background:-webkit-linear-gradient(top, #1a3d6b 5%, #305c8c 100%);
	background:-o-linear-gradient(top, #1a3d6b 5%, #305c8c 100%);
	background:-ms-linear-gradient(top, #1a3d6b 5%, #305c8c 100%);
	background:linear-gradient(to bottom, #1a3d6b 5%, #305c8c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a3d6b', endColorstr='#305c8c',GradientType=0);
	background-color:#1a3d6b;
}
.button2:active {
	position:relative;
	top:1px;
}

tr.linha.visualizado td {
    background-color: #ddd;
}

.notice{
	color: red;
}

.form-table.mtc-tabela{
	
	font-family: Arial, Calibri !important;
}

.button-link{
    text-decoration: underline;
    color: blueviolet;
    cursor: pointer;
}