/* KM2 STYLE */
/* Google Fonts */
@font-face {
  font-family: 'Metamorphous';
  font-style: normal;
  font-weight: 400;
  src: local('Metamorphous'), url(../fonts/metamorphous.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(../fonts/ptsans.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(../fonts/ptsans-bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local('PT Sans Italic'), local('PTSans-Italic'), url(../fonts/ptsans-italic.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url(../fonts/ptsans-bold-italic.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* Estilos */
html, body{
	height: 100%;
	padding: 0px;
	margin: 0px;
}
body {
	color:#444;
	font-family:"PT Sans","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:1.65em;
	letter-spacing:normal;
	/*background-color:#F7F7F7;
	background-color: rgba(226, 226, 226, 0.19);*/
	background-color: white;
}
body.toolbar .admin {
	top:31px;
}
body.toolbar-drawer .admin {
	top:66px;
}
*:focus {
	outline:none;
}
select,
input[type=text],
input[type=password]{
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	margin-right:15px;
	color:#00526F;
}
a,a:link,a:visited {
	color:#666666;
	text-decoration:none;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
a:hover {
	color:#3f5b91;
}
.container{
    height: auto !important;
    height: 100%;
    margin: 0 auto -115px;
    position: relative;
}
.hide {
	display:none;
}
.tabela-instituicoes a {
	font-weight:bold;
	color:#3f5b91;
}
.tabela-instituicoes a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
}
.push-first{
	clear:both;
	height: 110px;
}
.loader {
	background-image:url('../images/ajax-loader.gif');
	background-repeat:no-repeat;
	width:100%;
	height:30px;
	background-position:center;
	margin-bottom:10px;
}
.alert {
	padding:8px 10px 8px 14px;
	margin-bottom:20px;
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
}
.alert-info {
	color:#3a87ad;
	background-color:#d9edf7;
	border-color:#bce8f1;
	width:895px;
	margin-left:13px;
	margin-top:-20px;
}
.alert-warning {
	background-color:#FAFAFA;
	border-bottom:1px dashed #CFCFCE;
	color:#00526F;
	display:table;
	margin:auto;
	margin-bottom:20px;
	width:600px;
	text-align:center;
	font-size:14px;
}
.alert-warning h4 {
	color:#00526F;
	border:none;
	display:inline;
	font-weight:bold;
}
[class*="span"] {
	margin-left:0px;
}
.span6 {
	float:right;
	width:465px;
}
.span1 {
	margin-right:5px;
	float:right;
	width:60px;
	display:table;
	margin-top:20px;
	height:auto;
}
.warning_noscript {
	font-size:16px;
	position:fixed;
	left:0;
	width:100%;
	color:#c7254e;
	background-color:#f9f2f4;
	z-index:99;
	text-align:center;
	border-bottom:1px solid #CF9FAD;
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	-ms-box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	-o-box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	padding-top:6px;
}
.warning_noscript i {
	margin-top:4px;
	margin-right:5px;
}
.top-line {
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.12);
	box-shadow:0 1px 3px rgba(0,0,0,.12);
	background:rgba(255,255,255,0.95) !important;
	height:90px;
	zoom:1;
	margin:0 auto;
	position:fixed !important;
	top:0;
	width:100%;
	z-index:98;
}
.top-line .logotipo {
	float:left;
	margin-top:8px;
	margin-bottom:14px;
	position: relative;
}
.top-line .logotipo img{
	padding-top: 3px;
	padding-left: 8px;
}
.top-line .menu {
	float:right;
	list-style:none;
	margin:0;
	margin-top:0px;
}
.top-line .menu li {
	display:block;
	float:left;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.top-line .menu li a {
	color:#289dcc;
	height:87px;
	display:block;
	float:none;
	line-height:87px;
	margin:0 0 0px 15px;
	padding:0px 5px;
	font-size:13px;
	color:#666666;
	position:relative;
	font-weight:normal;
	letter-spacing:1px;
	text-decoration:none;
}
.top-line .menu li a:hover {
	border-bottom:3px solid #004261;
}
.caixa {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 5px rgba(0,0,0,0.2);
	-ms-box-shadow:0 1px 5px rgba(0,0,0,0.2);
	-o-box-shadow:0 1px 5px rgba(0,0,0,0.2);
	box-shadow:0 1px 5px rgba(0,0,0,0.2);
	background:#fff;
	padding:0 0 0 0;
}
.title-bar {
	border-bottom:1px solid #e4e4e4;
	border-top:1px solid #e4e4e4;
	width:100%;
	height:0px;
	position:absolute;
	margin-top:-122px;
	background:#b2a839;
	background:-moz-linear-gradient(top,#b2a839 0%,#edebd2 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#b2a839),color-stop(100%,#edebd2));
	background:-webkit-linear-gradient(top,#b2a839 0%,#edebd2 100%);
	background:-o-linear-gradient(top,#b2a839 0%,#edebd2 100%);
	background:-ms-linear-gradient(top,#b2a839 0%,#edebd2 100%);
	background:linear-gradient(to bottom,#b2a839 0%,#edebd2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2a839',endColorstr='#edebd2',GradientType=0 );
}
.grelha {
	background:url('../images/ponto_preto.png');
	width:100%;
	height:0px;
	opacity:0.4;
	filter:alpha(opacity=40);
	position:relative;
}
.google-map,
#block-system-main{
	float:left;
	width:805px;
	border:1px solid #cccccc;
	list-style:none;
	margin:0 5px 10px 0;
	padding:16px 15px 16px 16px;
	position:relative;
	-webkit-box-shadow:0px 1px 2px 0px rgba(180,180,180,0.2);
	-moz-box-shadow:0px 1px 2px 0px rgba(180,180,180,0.2);
	box-shadow:0px 1px 2px 0px rgba(180,180,180,0.2);
	background:#FAFAFA;
	height:100%;
	display:table;
	z-index:1;
	border-right:1px solid rgba(53, 53, 135, 0.25);
	border-bottom:1px solid rgba(53, 53, 135, 0.25);
	min-height:600px !important;
}
#block-system-main{
	float: none;
	width: 100%;
	margin-bottom: 50px;
	height: auto;
	min-height: 200px !important;
}
.resize {
	width:15px;
	background-image:url('../images/resize.png');
	background-repeat:no-repeat;
	height:81px;
	position:absolute;
	right:0;
	top:25em;
	margin-right:-18px;
	cursor:pointer;
}
.resize-inverse {
	width:15px;
	background-image:url('../images/resize-inverse.png');
	background-repeat:no-repeat;
	height:81px;
	position:absolute;
	right:0;
	top:25em;
	margin-right:1px;
	cursor:pointer;
	z-index:1;
}
.small {
	cursor:pointer;
}
.block{
	position: relative !important;
}
.small .block {
	text-align:center;
	font-size:14px;
	color:#1a1a1a;
	font-weight:bold;
	margin-bottom:15px;
	border-bottom:1px solid #B9CDCF;
	padding-bottom:10px;
}
.small .block:last-child {
	border:none;
}
.small .block img {
	width:50px;
}
.expansivel {
	margin-bottom:20px;
}
.expansivel .expansivel-title.active {
	color:#444444;
	-webkit-border-radius:3px 3px 0px 0px;
	-moz-border-radius:3px 3px 0px 0px;
	border-radius:3px 3px 0px 0px;
}
.expansivel .expansivel-title {
	font-size:18px;
	border:1px solid #ddd;
	display:block;
	position:relative;
	padding:10px 0px 10px 15px;
	background-image:linear-gradient(bottom,#F7F7F7 0%,#FFFFFF 100%);
	background-image:-o-linear-gradient(bottom,#F7F7F7 0%,#FFFFFF 100%);
	background-image:-moz-linear-gradient(bottom,#F7F7F7 0%,#FFFFFF 100%);
	background-image:-webkit-linear-gradient(bottom,#F7F7F7 0%,#FFFFFF 100%);
	background-image:-ms-linear-gradient(bottom,#F7F7F7 0%,#FFFFFF 100%);
	background-color:#F9F9F9;
	font-weight:600;
	cursor:pointer;
	overflow:hidden;
	color:#1a1a1a;
}
.expansivel .expansivel-inner {
	background:#ffffff;
	margin:0;
	-webkit-border-radius:0px 0px 3px 3px;
	-moz-border-radius:0px 0px 3px 3px;
	border-radius:0px 0px 3px 3px;
	-webkit-box-shadow:0px 1px 1px 0px rgba(180,180,180,0.1);
	-moz-box-shadow:0px 1px 1px 0px rgba(180,180,180,0.1);
	box-shadow:0px 1px 1px 0px rgba(180,180,180,0.1);
	border:1px solid #ddd;
	border-top:0;
	padding:20px 20px 0px 20px;
	display:none;
}
.expansivel .expansivel-title span {
	float:right;
	display:block;
	margin:-10px 0px -10px 0px;
	width:42px;
	height:42px;
	color:#999999;
	background-color:white;
	border-left:1px solid #E0E0E0;
	text-align:center;
}
.expansivel .expansivel-title span i {
	margin-top:12px;
}
#mapCanvas {
	width:100%;
	height:680px;
}
#mapCanvas img {
	max-width:none;
}
#tbls {
	width:100%;
}
.page-tabelas-instituicoes table .tblToMap{
	font-weight: bold;
	cursor: pointer;
	text-transform: capitalize;
}
.page-tabelas-instituicoes table .tblToMap:hover{
	text-decoration: underline;
}
.descricao-tbls {
	margin-left:5px;
}
.descricao-tbls h4 {
	color:#3f5b91;
	font-size:28px;
}
.descricao-tbls p {
	font-size:14px;
}
.descricao-tbls p span {
	font-size:12px;
}
.tabela-instituicoes tr td:first-child {
	font-weight:bold;
}
.tipologia-ini{
	font-size: 16px;
    font-weight: bold;
}
.video-iniciativa {
	background-image:url('../images/ajax-loader.gif');
	background-repeat:no-repeat;
	background-position:center;
	border:1px solid #cccccc;
	padding:3px 3px 0px 3px;
	margin-bottom:10px;
	height:331px;
	width:452px;
	background-color:#ffffff;
}
.parceiros {
	display: none;
	margin:0;
	height:85px;
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:-11px;
	clear: both;
	background-color:#ffffff;
	border-top:1px solid rgba(55, 55, 136, 0.25);
	border-bottom:1px solid rgba(55, 55, 136, 0.25);
	padding:10px 0 5px 0;
}
.parceiros .seccao {
	text-align:left;
	font-size:11px;
	color:#666;
	height:60px;
	float:left;
	margin-right:8px;
}
.parceiros .seccao:first-child {
	margin-left:20px;
}
.push-last{
	height: 115px;
}
.footer {
	position: relative;
	padding:5px 0;
	background:#222222;
	color:#777777;
	width:100%;
	height: 30px;
}
.footer .copy {
	float:left;
	display:inline;
	padding-top:5px;
}
.footer .social {
	float:right;
	display:inline;
	padding-top:5px;
}
.linguagem,#block-block-7, #block-block-8 {
	margin-right:8px;
	-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.12);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.12);
	box-shadow:inset 0 1px 3px rgba(0,0,0,.12);
	width:30px;
	height:75px;
	margin-left:20px;
	float:right;
}
#block-block-8{
	padding-left: 14px;
	padding-right: 10px;
	padding-top: 16px;
	width: 116px;
}
#block-block-8 .content .desenvolvido .text{
	text-transform: lowercase;
	font-size: 12px;
	clear: both;
	color: rgb(131, 131, 131);
	padding-bottom: 8px;
	font-family: 'Metamorphous', sans-serif;
}
#block-block-8 .content .desenvolvido img{
	padding-left: 10px;
}
.linguagem ul,#block-block-7 ul {
	list-style:none;
	margin-left:7px;
	margin-top:18px;
}
.linguagem ul li:last-child,#block-block-7 ul li:last-child {
	margin-top:5px;
}
.filtro {
	margin:0 0px 0 0px;
	padding:10px;
	padding.right:13px;
	border:1px solid #ddd;
	display:block;
	background:#ffffff url('../images/padrao.png') !important;
	-webkit-box-shadow:1px 1px 3px 0px rgba(180,180,180,0.2);
	-moz-box-shadow:1px 1px 3px 0px rgba(180,180,180,0.2);
	box-shadow:1px 1px 3px 0px rgba(180,180,180,0.2);
	width:920px;
	margin-bottom:20px;
}
.filtro .inside {
	background:#ffffff;
	border:1px solid #e3e3e3;
	-webkit-box-shadow:inset 1px 1px 2px 0px rgba(180,180,180,0.1);
	-moz-box-shadow:inset 1px 1px 2px 0px rgba(180,180,180,0.1);
	box-shadow:inset 1px 1px 2px 0px rgba(180,180,180,0.1);
	display:table;
	width:100%;
}
.filtro .inside2 {
	background:#ffffff;
	border:1px solid #e3e3e3;
	-webkit-box-shadow:inset 1px 1px 2px 0px rgba(180,180,180,0.1);
	-moz-box-shadow:inset 1px 1px 2px 0px rgba(180,180,180,0.1);
	box-shadow:inset 1px 1px 2px 0px rgba(180,180,180,0.1);
	display:table;
	width:100%;
	display: none;
	margin: auto;
}
.filtro .inside2 .pesquisa{
	margin: 25px auto 15px;
	max-width: 600px;
	text-align: center;
}
.filtro .inside2 .pesquisa label{
	display: block;
	margin-bottom: .75em;
	color: #3f4e5e;
	font-size: 18px;
	text-align: left;
}
.filtro .inside2 .pesquisa input{
	padding: 0 15px;
	width: 100%;
	height: 40px;
	border: 1px solid #CBD3DD;
	font-size: 1.125em;
}
.filtro .inside2 .pesquisa a.backfiltros:hover,
.filtro .inside a.pesquisar:hover{
	text-decoration: underline;
}
.checkboxi i {
}
.legenda,.seleccao {
	padding:20px 20px 0px 20px;
	float:left;
}
.legenda {
	font-size:14px;
	margin-top:-5px;
	margin-bottom:12px;
	width:320px;
}
.legenda a {
	cursor:pointer;
}
.legenda a:hover {
	text-decoration:none;
	font-weight:bold;
}
.legenda a.cinza {
	color:#cccccc;
}
.legenda a.cinza:hover {
	color:#cccccc;
	font-weight:normal;
}
.legenda .tm i {
	margin-top:4px;
	margin-right:-2px;
}
.legenda input[type=checkbox] {
	margin-right:5px;
	margin-top:-1px;
	margin-left:10px;
}
.seleccao {
	float:right;
}
table.table-bordered th {
	background-color:#4E4E4E !important;
	color:white;
}
table.table-bordered th a {
	color:white;
}
table.table-bordered th a div.dropdown {
	width:9px;
	height:8px;
	background:url('../images/drop-down-arrows.png') no-repeat 0px -13px;
}
table.table-bordered th a div.dropdown-up {
	background-position:0% 0%;
}
table.table-bordered th a:hover {
	color:white;
	text-decoration:underline;
}
.pagination {
	margin:auto;
	padding-bottom:5px;
	text-align:center;
}
.pagination ul,ul.pager {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);
	box-shadow:0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul li,ul.pager li {
	padding:0px !important;
	display:inline-block !important;
	margin:0;
	overflow:hidden;
	margin-left:3px;
	text-shadow:0 1px 1px rgba(0,0,0,0.4);
	-webkit-text-shadow:0 1px 1px rgba(0,0,0,0.4);
}
.pagination ul li a,ul.pager li a {
	border-bottom:6px solid #E0E0E0;
	padding:10px 15px !important;
	margin:0px;
	line-height:1;
	color:#1f1f1f;
	display:block;
}
.pagination ul li.active,ul.pager li.pager-current {
	border-bottom:6px solid #3f5b91;
	padding:10px 15px !important;
	margin:0px;
	line-height:1;
	color:#3f5b91;
	display:block;
	margin-left:3px;
}
.pagination ul a.pagenav,ul.pager a.first,ul.pager a.last,ul.pager a.next,ul.pager a.prev {
	border-bottom:6px solid #CECECE;
}
ul.pager li.pager-first,ul.pager li.pager-last {
	display:none !important;
}
a.readmore,.readmore a {
	color:#00526F;
	background:url(../images/more.gif) no-repeat left center;
	display:block;
	margin:0;
	margin-top:15px;
	padding-left: 20px;
}
/* AJAX PROGRESS - THROBBER */
.ajax-progress-throbber {
	position:fixed;
	z-index:100;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:transparent;
	rgba(255,255,255,.5);
}
.ajax-progress-throbber .message {
	display:none;
}
.ajax-progress-throbber .throbber {
	position:fixed;
	left:50%;
	top:50%;
	width:25px;
	height:25px;
	margin:-12px 0 0 -12px;
	background-color:#fff;
	background-position:6px -14px;
	-khtml-box-shadow:0px 0px 5px 6px rgba(0,0,0,.1);
	-moz-box-shadow:0px 0px 5px 6px rgba(0,0,0,.1);
	-webkit-box-shadow:0px 0px 5px 6px rgba(0,0,0,.1);
	box-shadow:0px 0px 5px 6px rgba(0,0,0,.1);
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity: 0.8;
}
/* MULTISELECT */
.ui-multiselect {
	padding:2px 0 2px 4px;
	text-align:left
}
.ui-multiselect span.ui-icon {
	float:right
}
.ui-multiselect-single .ui-multiselect-checkboxes input {
	position:absolute !important;
	top:auto !important;
	left:-9999px;
}
.ui-multiselect-single .ui-multiselect-checkboxes label {
	padding:5px !important
}
.ui-multiselect-header {
	margin-bottom:3px;
	padding:3px 0 3px 4px
}
.ui-multiselect-header ul {
	font-size:0.9em
}
.ui-multiselect-header ul li {
	float:left;
	padding:0 10px 0 0
}
.ui-multiselect-header a {
	text-decoration:none
}
.ui-multiselect-header a:hover {
	text-decoration:underline
}
.ui-multiselect-header span.ui-icon {
	float:left
}
.ui-multiselect-header li.ui-multiselect-close {
	float:right;
	text-align:right;
	padding-right:0
}
.ui-multiselect-menu {
	display:none;
	padding:3px;
	position:absolute;
	z-index:95;
	text-align:left
}
.ui-multiselect-checkboxes {
	position:relative /* fixes bug in IE6/7 */;
	overflow-y:scroll
}
.ui-multiselect-checkboxes label {
	cursor:default;
	display:block;
	border:1px solid transparent;
	padding:3px 1px
}
.ui-multiselect-checkboxes label input {
	position:relative;
	top:1px
}
.ui-multiselect-checkboxes li {
	clear:both;
	font-size:0.9em;
	padding-right:3px
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
	display:block;
	padding:3px;
	margin:1px 0;
	text-decoration: none
}
/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label {
	border: none
}
.search-form{
	margin-bottom: 4em;
}
/* Tutorial */
.dramatic{
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.6);
	z-index:5;
	width:100%;
	height:100%;
	display:none;
}
.modal-dialog {
	position: absolute;
	margin: auto;
	width: 300px;
	z-index: 100;
	display: none;
}
.tutorial-first{
	left: 5px;
	top: 95px;
}
.tutorial-second{
	left: 30px;
	top: 148px;
}
.tutorial-third{
	right: 200px;
	top: 145px;
}
.tutorial-fourth{
	left: 370px;
	top: 390px;
}
.tutorial-fifth{
	right: 3px;
	top: 140px;
}
.tutorial-sixth{
	right: 82px;
	top: 382px;
}
.tutorial-seventh{
	left: 10px;
	top: 150px;
}
.tutorial-eighth{
	left: 5px;
	top: 95px;
}
.modal-content:after, .modal-content:before {
	border: solid transparent;
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
}
.modal-content:after {
	border-width: 9px;
	border-bottom-color: white;
	top: -18px;
	left: 20px;
}
.modal-content:before {
	border-width: 10px;
	border-bottom-color: #999;
	top: -20px;
	left: 19px;
}
.tutorial-fifth .modal-content:after, .tutorial-sixth .modal-content:after{
	right: 20px;
	left: auto;
}
.tutorial-fifth .modal-content:before, .tutorial-sixth .modal-content:before{
	right: 19px;
	left: auto;
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 0px;
	outline: 0;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.modal-header {
	min-height: 16px;
	padding: 6px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 5px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-header .close {
	margin-top: 4px;
	margin-right: 8px;
}
.modal-header button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}
.modal-header .close {
	float: right;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
	padding-right: 10px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
	font-size: 14px;
	padding-left: 10px;
}
.modal-body p {
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 17px;
}
.modal-footer .btn {
	display: inline-block;
	padding: 3px 6px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	text-shadow:none;
}
.modal-footer .default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.modal-footer .primary{
	background-color:#d2232a;
	color:white;
}
.modal-header .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
	display: none;
}
.autocomplete-suggestions {
	overflow: auto;
	border: 1px solid #CBD3DD;
	background: #FFF;
}
.autocomplete-suggestion {
	overflow: hidden;
	padding: 5px 15px;
	white-space: nowrap;
	cursor: pointer;
}
.autocomplete-no-suggestion {
	padding:2px 5px;
}
.autocomplete-selected {
	background:#F0F0F0;
}
.autocomplete-suggestions strong {
	color: #005A84;
	font-weight: bold;
	font-size: 14px;
}
.autocomplete-group {
	padding:2px 5px;
}
.autocomplete-group strong {
	font-weight:bold;
	font-size:16px;
	color:#000;
	display:block;
	border-bottom: 1px solid #000;
}
.page-tabelas .view-filters .views-exposed-form{
	width: 100%;
	text-align: right;
	padding: 20px 0 0 0;
	display: table;
}
.page-tabelas .view-filters .views-exposed-widgets{
	float: right;
	margin-right: 5px;
}
.page-tabelas .view-filters .views-submit-button{
	margin-top: -21px;
	margin-left: -10px;
}
.page-tabelas .view-filters .views-exposed-form .views-exposed-widget{
	padding: 0px;
}
.page-tabelas .view-filters form{
	margin-bottom: 0px;
}
.page-tabelas input[type=submit]{
	border: none;
	padding: 4px 10px;
	color: white;
	background-color: #B1AC56;
}
