/* =============================================================================
   Color Styles
   ========================================================================== */
.dark-green{
	color:#177F3E;
}

.green{
	color:#81B141;
}

.light-green{
	color:#B3D08D;
}

.lighten-green{
	color:#EBF0E1;
}

.yellow{
	color:#FFCC00;
}

.grey{
	color:#999999;
}

/* =============================================================================
   Background Colors
   ========================================================================== */

.b-dark-green{
	background-color:#177F3E;
	color:#FFFFFF;
}

.b-green{
	background-color:#81B141;
	color:#FFFFFF;
}

.b-light-green{
	background-color:#B3D08D;
	color:#FFFFFF;
}

.b-lighten-green{
	background-color:#EBF0E1;
}

.b-yellow{
	background-color:#FFCC00;
}

/* ==========================================================================
   Basic Common Styles
   ========================================================================== */

.bold{font-weight: bold;}
.normal{font-weight: normal;}
.block{display: block!important;margin-bottom:10px!important;}
.padding{padding:10px 0;}
.space{margin-bottom:20px!important;}
.left-space{margin-left:20px!important;}
.inline-block{display:inline-block!important;}

.first-container{margin-top:-60px;}
.label{display:block; margin-bottom:10px;}
p{margin-top:20px;line-height: 150%;}

ol{
	list-style-type: decimal;
	padding:0 0 0 25px;
	margin-top:20px;
}

ol li{
	padding:5px 0;
}

sup{font-size: 10px;}

h1{color:#177F3E;font-size:30px;}
h2{color:#177F3E;font-size:24px;}
h3{color:#177F3E;font-size:18px;}

h1.dashed, h2.dashed{padding-bottom:20px;background:url(../img/h1-green.png) bottom left repeat-x;}
h3.dashed{padding-bottom:20px;background:url(../img/h3-green.png) bottom left repeat-x;}

h1.inverted{padding-bottom:20px;background:url(../img/h1-inverted.png) bottom right repeat-x; text-align: right;}

h1 i{font-size: 100px;}

input[type="email"],
input[type="tel"],
input[type="url"], 
input[type="number"],
input[type="password"],
input[type="text"],
select{
	padding:10px 15px;
	color:#898A88;
	font-size:16px;
	height:46px;
	font-family: 'Source Sans Pro', sans-serif;
	border:1px solid #81B141;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin: 0;
	vertical-align: middle;
	width: 100%;
	text-overflow: ellipsis;
    white-space: nowrap;
}

.select {
    position: relative;
}
select {
    background: none!important;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0px;
    z-index: 9999;
}
.select span {
    padding:10px 30px 10px 15px;
	color:#898A88;
	background-color: #FFFFFF;
	font-size:16px;
	line-height:24px;
	height:24px;
	font-family: 'Source Sans Pro', sans-serif;
	border:1px solid #81B141;
	display:block;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
}
.select span:before {
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 12px;
}
textarea {
    min-height: 220px;
    overflow-y: hidden;
    padding-top: 1.1em;
    resize: none;
}

input[type="radio"],
input[type="checkbox"] {
	display:none;
}

input[type="radio"] + span:before,
input[type="checkbox"] + span:before {
	font-family: 'FontAwesome';
	padding-right: 5px;
	font-size: 24px;
	color: #81B141;
	vertical-align: middle;
}

input[type="radio"] + span:before {
	content: "\f10c"; /* circle-blank */
}

input[type="radio"]:checked + span:before {
	content: "\f192"; /* circle */
}

input[type="checkbox"] + span:before {
	margin-right:2px;
	content: "\f096"; /* check-empty */
}

input[type="checkbox"]:checked + span:before {
	margin-right:0px;
	content: "\f14a"; /* check */
}

input[type="file"]{
	display: none;
}

textarea{
	padding:10px 15px;
	color:#898A88;
	font-size:16px;
	min-height:146px;
	font-family: 'Source Sans Pro', sans-serif;
	border:1px solid #81B141;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin: 0;
	vertical-align: middle;
	width: 100%;
}

.btn, input[type="submit"], button{
	border-radius: 5px;
	cursor:pointer;
	padding:10px 20px;
	display: table;
	color:#FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	font-size:16px;
	height:24px;
	line-height:24px;
	background-color:#81B141;
	font-family: 'Source Sans Pro', sans-serif;
	border: none;
}

input[type="submit"]{
	height:38px;
}

.btn-big, input[type="submit"].btn-big, button.btn-big{
	border-radius: 10px;
	cursor:pointer;
	padding:15px 30px;
	display: table;
	color:#FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	font-size:26px;
	height:63px;
	line-height:63px;
	background-color:#81B141;
	font-family: 'Source Sans Pro', sans-serif;
	border: none;
}

.btn:hover, .btn-big:hover, input[type="submit"]:hover, button:hover{
	background-color:#177F3E;
	text-decoration: none;
}

.botao:active{
	background-color:#177F3E;
	outline: 0;
	border: none;
}

.error{background:#FEE6E6;border:1px solid #FF3332;border-radius:6px;padding:15px;position:relative;margin-bottom:20px;color:#FF3332}
.success{background:#EBF0E1;border:1px solid #81B141;border-radius:6px;padding:15px;position:relative;margin-bottom:20px;color:#81B141}

a{text-decoration:none;color:#177F3E;}
a:hover{text-decoration:underline;color:#81B141;}

.fa-times{color:#FF3332;}
.close{float:right;}

table{max-width:100%;border-collapse:collapse;border-spacing:0}
.table{width:100%;}
.table td{padding:10px;line-height:18px;text-align:left; border-bottom:1px solid #EBF0E1; vertical-align: middle;}
.table th{padding:10px;line-height:18px;text-align:left;font-weight:bold;vertical-align:bottom; background:#81B141; color:#FFFFFF;}
.table td{vertical-align:top}
.table thead:first-child tr th, .table thead:first-child tr td{border-top:0}
.table tbody + tbody{border-top:2px solid #EBF0E1;}

.table tr{
  background-color:#FFFFFF;
} 
.table tr:nth-of-type(odd) {
  background-color:#EBF0E1;
}

.table a:hover{opacity: 0.6;}

.home-list a div{font-size:22px; margin-bottom:5px;}
.home-list a{margin-bottom:20px;padding-bottom:25px; border-bottom:1px dashed #999999;display: block; color:#999999;}
.home-list a:hover{text-decoration:none;color:#81B141;}

.cursos-tit {font-size:22px; margin-bottom:5px;}
.cursos-dash {margin-bottom:20px;padding-bottom:25px; border-bottom:1px dashed #999999;display: block; color:#999999;}

/*Paginação*/
.pagination{height:36px;margin:20px 0 0 0; text-align:right;}
.pagination ul{display:inline-block;*display:inline;  /* IE7 inline-block hack */*zoom:1;margin-left:0;margin-bottom:0;
-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.pagination li{display:inline}
.pagination a{font-weight:bold;float:left;padding:0 10px;line-height:28px;text-decoration:none;border:1px solid #ccc;margin-right:5px;border-radius:4px;color:#177F3E;}
.pagination a:hover{text-decoration:none;color:#81B141}
.pagination .active a{background-color:#81B141;color:#fff;cursor:default;}
.pagination .active a:hover{color:#fff;}
.pagination .disabled a,.pagination .disabled a:hover{color:#999999;background-color:transparent;cursor:default}

.slider-wrapper { 
	width: 100%; 
	margin: 0px auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-shadow{
	padding:0 0 20px 0;
	background:url(../img/shadow.png) center bottom no-repeat;
	position: relative;
}

.img-shadow h1{
	position:absolute;
	bottom:20%;
	right:0px;
	background: rgba(23, 127, 62, 0.8);
	display: block;
	color: #FFFFFF;
	padding:15px;
}

.logo{background:url(../img/logo.png) 10px center no-repeat;font-size:30px; display:block;font-weight: normal; color: #999999; padding:40px 20px 40px 102px;
text-shadow: -2px 2px 0px rgba(255, 255, 255, 1);}
.logo:hover{text-decoration: none;}

.system{display:block;font-size:16px;}

.listras{background:url(../img/pattern-listras.jpg) repeat; height: 70px;}

.footer .left{font-size: 12px;background:url(../img/po-footer.png) left center no-repeat;display:block;padding:5px 0px 5px 25px;}
.footer .right i{font-size: 18px;color:#B3D08D; margin-left: 10px;}
/* =============================================================================
   MENU
   ========================================================================== */

.header{
	background: #FFFFFF; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmYwZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #FFFFFF 0%, #EBF0E1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EBF0E1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FFFFFF 0%,#EBF0E1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FFFFFF 0%,#EBF0E1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FFFFFF 0%,#EBF0E1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FFFFFF 0%,#EBF0E1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EBF0E1',GradientType=0 ); /* IE6-8 */

}

.mobile-menu{
	display:none;
}

.menu, .mobile-menu{
	background: #B3D08D; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzZDA4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MWIxNDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #B3D08D 0%, #81B141 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B3D08D), color-stop(100%,#81B141)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #B3D08D 0%,#81B141 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #B3D08D 0%,#81B141 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #B3D08D 0%,#81B141 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #B3D08D 0%,#81B141 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B3D08D', endColorstr='#81B141',GradientType=0 ); /* IE6-8 */
}

.menu{display:block; visibility: visible; z-index: 9999; position: relative;}

.menu .grid_12{
	margin:0 10px;
}

.menu ul{
	height: 40px;
	line-height: 40px;
	text-align: right;
}

.menu ul li{
	display:inline-block;
}

.menu ul li a{
	border-radius: 5px;
	width:auto;
	cursor:pointer;
	padding:4px 8px;
	color:#FFFFFF;
	font-weight: normal;
	font-size:16px;
	height:24px;
	line-height:16px;
	font-family: 'Source Sans Pro', sans-serif;
	border: none;
}

.menu ul li:hover a{
	background-color:#177F3E;
	text-decoration: none;
}

.menu ul li ul {
	display: none;
	position:absolute;
	border-radius: 5px;
	background-color:#B3D08D;
	padding:10px;
}

.menu ul li ul:before {
	content: "\f0d8";
    font-family: 'FontAwesome';
    color:#B3D08D;
    font-size: 24px;
    position: absolute;
    left: 20px;
    top: -24px;
}

.menu ul li:hover ul {
	display: table;
}

.menu ul li ul li{
	display: block;
	float:none;
    white-space: nowrap;
	border-radius: 5px;
	clear: both;
}

.menu ul li:hover ul li a{
	height: 18px;
	display: block;
	text-align: left;
	background-color:#B3D08D;
}

.menu ul li ul li a:hover{
	background-color:#81B141;
}


/* =============================================================================
   SIDE MENU
   ========================================================================== */

.side-menu li{
	display:block;
	background: #B3D08D;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #81b141;
}

.side-menu li a{
	display:block;
	padding:15px 20px;
	font-weight: bold;
	vertical-align: middle;
}

.side-menu li a:hover{
	text-decoration: none;
	color:#FFFFFF;
}

.side-menu li a i{
	font-size: 24px;
	vertical-align: middle;
	margin-right: 2px;
}

.side-menu li a i.po-icon{
	width:30px;
	height:30px;
	display: inline-block;
	margin-left: -5px;
	background:url(../img/po-icon.png) top center no-repeat;
}

.side-menu li a:hover i.po-icon, .side-menu li.selected a i.po-icon{
	background:url(../img/po-icon.png) bottom center no-repeat;
}

.side-menu li a i.fa-h-square{
	margin-right: 5px;
}

.side-menu li:hover{
	background-color:#81B141;
}

.side-menu li:first-child{
	border-top:none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.side-menu li:last-child{
	border-bottom:none;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.side-menu li.selected{
	background-color:#81B141;
}

.side-menu li.selected a{
	text-decoration: none;
	color:#FFFFFF;
}

.footer{
	background-color:#177F3E;
	color:#FFFFFF;
}

ul.bjqs-controls.v-centered li a{
	display: none;
}

ol.bjqs-markers li a{
	padding:5px;
	background:#999999;
	margin:15px 5px 0px 5px;
	text-decoration: none;
	border-radius: 15px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	height:5px;
	width:5px;
	outline: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #81B141;
}

p.bjqs-caption{
	font-weight: bold;
	font-size:30px!important;
	position:absolute!important;
	bottom:14%!important;
	right:0px!important;
	background: rgba(23, 127, 62, 0.8);
	display: block!important;
	color: #FFFFFF!important;
	padding:15px!important;
	width:auto!important;
	line-height: 30px;
}

/* =============================================================================
   Media Queries
   ========================================================================== */

/* Tablet Portrait size to Base 996px */
@media only screen and (min-width: 768px) and (max-width: 995px) {
	.left-space{margin-top:20px!important;margin-left:0px!important;}
}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
	.mobile-menu{display:block; cursor:pointer; color:#FFFFFF; font-size: 24px; padding:20px; text-align: center;}

	.menu{display:none;}

	.menu .container, .menu .container .grid_12{
		width:100%;
		margin:0px;
		padding:0px;
	}

	.menu ul{
		height: auto;
		text-align: left;
	}

	.menu ul li{
		display:block;
	}

	.menu ul li a{
		display:block;
		border-radius: 0px;
		width:auto;
		cursor:pointer;
		padding:10px 30px;
		color:#FFFFFF;
		background-color:#81B141;
		font-weight: normal;
		font-size:20px;
		height:24px;
		line-height:16px;
		font-family: 'Source Sans Pro', sans-serif;
		border: none;
		border-top:1px solid #FFFFFF;
		border-bottom:1px solid #81b141;
	}

	.menu ul li a{
		text-decoration: none;
	}

	.menu ul li ul, .menu ul li:hover ul {
		display: block;
		position: relative;
		border-radius: 5px;
		background-color:#B3D08D;
		padding:0px;
	}

	.menu ul li ul:before {
		content: "";
	}

	.menu ul li ul li{
		display: block;
		float:none;
		border-radius: 0px;
		clear: both;
	}

	.menu ul li ul li a{
		height: 18px;
		display: block;
		text-align: left;
		padding-left: 50px;
		background-color:#B3D08D;
	}

	.img-shadow h1,p.bjqs-caption{
		font-size:18px!important;
		line-height:18px!important;
	}
	
	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	tr th { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 30%!important;

	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 10px;
		left: 6px;
		width: 25%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	.btn-big, input[type="submit"].btn-big, button.btn-big{
		padding:10px 20px;
		font-size:16px;
		height:43px;
		line-height:43px;
	}

	.left-space{margin-top:20px!important;margin-left:0px!important;}

}

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}

/* Mobile Portrait Size to Mobile Landscape Size */
@media only screen and (max-width: 479px) {

}