*{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.page-break{
	width: 100%;
	float: left;
}

blockquote{
	margin: 0;
	padding-left: 5px;
}

.print-show{
	display: none;
}

@media print{
	.page-break{
		page-break-after: always;
		page-break-inside: avoid;
	}
	blockquote{
		border-top: none;
		border-right: none;
		border-bottom: none;
	}
	.print-show{
		display: block !important;
		visibility: visible !important;
	}
	.no-print{
		display: none !important;
		visibility: hidden !important;
	}
	
	.titulo span{
		background-color: #FFF !important;
	}
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background: #F5F5F5;
	margin: 0;
}

/* reset bootstrap */
#modal{
	width: 50%;
	margin-left: -25%;/*position: absolute;*/
	display: none;
}
.modal.in{
	top: 15px;
}
.modal-header{
	height: 50px;
}
.modal-body{
	max-height: inherit;
	width: 99.9%;
	height: calc(100% - 110px);
}
.modal-footer{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 60px;
}

.btn{
	background-image: none;
	transition: all .25s ease;
	box-shadow: none;
}

textarea,
input[type="text"],
input[type="file"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
select{
	height: 30px;
	margin-bottom: 0;
	min-height: 22px;
	line-height: 22px;
}
textarea{
	height: auto;
}
input[type="file"]{
	background-color: #FFF;
	border: solid 1px #CCC;
	border-radius: 3px;
	padding: 3px;
}

input[type="checkbox"]{
	margin-top: -2px;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"]{
	max-width: 100%;
}
input[type="file"]{
	width: 100%;
}
input[type="radio"]{
	margin: -2px 5px 0 0;
}

a,
a:hover{
	text-decoration: none;
}

ul,
ol,
p,
h1,
h2,
h3,
h4{
	margin: 0;
}

h2{
	font-size: 22px;
	line-height: 140%;
	font-weight: 500;
}
h3{
	font-size: 18px;
	line-height: 120%;
	font-weight: 500;
}
h4{
	font-size: 14px;
	line-height: 100%;
	font-weight: 500;
}

ul, ol{
	list-style-position: inside;
}

.margin-top{
	margin-top: 10px;
}
.margin-bottom{
	margin-bottom: 10px;
}
.margin-left{
	margin-left: 10px;
}
.margin-zero,
form{
	margin: 0 !important;
}
.clear{
	clear: left;
}
.relative{
	position: relative;
}

.block{
	width: 100% !important;
	float: left;
}

.cursor-default{
	cursor: default !important;
}

.text-justify{
	text-align: justify;
}

.pointer{
	cursor: pointer;
}

.row-fluid{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.padding{
	padding: 10px;
}

.pull-right{
	float: right !important;
}
.pull-left{
	float: left !important;
}

label{
	cursor: default;
	margin-bottom: 0;
	color: #F00;
}
label strong,
label p{
	color: #333;
	margin-right: 3px;
}
label span{
	color: #666;
	font-size: 12px;
}
label.error{
	display: none !important;
}
input.error,
select.error,
textarea.error{
	border: solid 1px #F00 !important;
}
input[type=checkbox].error{
	outline: 1px solid #F00;
}

.divider{
	display: inline-block !important;
	padding-top: 10px;
	border-top: dotted 1px #CCC;
}

.alert{
	margin-bottom: 10px;
}
/**/

#response{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #F60;
	color: #FFF;
	line-height: 35px;
	text-align: center;
	display: none;
	z-index: 9999;
}

#geral{
	width: 100%;
	float: left;
}

.central{
	max-width: 980px;
	margin: 0 auto;
}

/* LOGIN */
#page{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: table;
}
#page .col{
	width: 100%;
	display: table-cell;
	vertical-align: middle
}

#login{
	max-width: 400px;
	margin: 30px auto;
	padding: 10px 10px 0 10px;
	border: solid 1px #CCC;
	border-radius: 5px;
	background-color: #FFF;
	display: table;
}
#login h2{
	text-align: center;
	border-bottom: solid 1px #CCC;
	padding-bottom: 7px;
}

#include,
#resposta{
	width: 100%;
	display: block;
}
/* FIM LOGIN*/

#jc_galeria{
	width: 800px;
	margin: 20px auto 20px auto;
	display: block;
}
#jc_galeria .item{
	width: 800px;
	height: 600px;
	line-height: 600px;
	position: relative;
}
#jc_galeria .item .over{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.seta{
	position: fixed;
	top: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: url(img/opacity-black.png) repeat;
	color: #FFF !important;
	font-size: 30px;
	border-radius: 50px;
}
.seta.prev{
	left: 10px;
}
.seta.next{
	right: 10px;
}

/*#user{
	width: 100%;
	position: absolute;
	top: 10px;
	left: 0;
	color: #333;
	text-align: center;
}
#user a{
	color: #D00003;
}*/

.table{
	width: 100%;
	float: left;
	list-style: none;
	font-size: 12px;
	color: #333;
	margin-bottom: 10px;
}
.table.no-response{
	min-width: 768px;
}
.table > li,
.table .item{
	width: 100%;
	display: table;
	position: relative;
	background-color: #FFF;
}
.table > li:not(.no-hover):nth-child(odd),
.table .item:not(.no-hover):nth-child(odd){
	background-color: #F5F5F5;
}
.table > li:not(.no-hover):hover,
.table .item:not(.no-hover):hover{
	transition: all .25s ease-in-out;
	background-color: #FFC;
}
.table.posicionamento > li:not(.no-sortable) [class*="tb"]:first-child,
.table.posicionamento .item:not(.no-sortable) [class*="tb"]:first-child,
.table.numeracao > li [class*="tb"]:first-child,
.table.numeracao .item [class*="tb"]:first-child{
	padding-left: 20px;
}
.table.posicionamento > li:not(.no-hover):hover,
.table.posicionamento .item:not(.no-hover):hover{
	transition: none;
}
.table > li.active,
.table .item.active{
    background-color: #d0e9c6 !important;
}
.table > li.header,
.table .item.header{
	border-bottom: solid 2px #DDD;
	font-weight: bold;
}
.table > li.bottom,
.table .item.bottom{
	border-top: solid 2px #DDD;
}
.table > li [class*="tb"],
.table .item [class*="tb"]{
	display: table-cell;
	border: solid 1px #EEE;
	padding: 5px;
	position: relative;
	line-height: 16px;
	vertical-align: middle;
	word-break: break-all;
}
.table > li [class*="tb"].no-textbreak,
.table .item [class*="tb"].no-textbreak{
	word-break: normal;
}
.table > li [class*="tb"].no-class,
.table .item [class*="tb"].no-class{
	border: none;
}
.table > li [class*="tb"] img,
.table .item [class*="tb"] img{
	max-width: 100%;
}
.table > li.no-class,
.table .item.no-class{
	background-color: transparent;
}
.table > li [class*="tb"].top,
.table .item [class*="tb"].top{
	vertical-align: top;
}
.table .text16{
	font-size: 16px;
	line-height: 22px;
}
.table .tb1{
	width: 1%;
}
.table .tb2{
	width: 2%;
}
.table .tb3{
	width: 3%;
}
.table .tb4{
	width: 4%;
}
.table .tb5{
	width: 5%;
}
.table .tb10{
	width: 10%;
}
.table .tb15{
	width: 15%;
}
.table .tb16{
	width: 16.66666666666667%;
}
.table .tb20{
	width: 20%;
}
.table .tb25{
	width: 25%;
}
.table .tb30{
	width: 30%;
}
.table .tb33{
	width: 33.3334%;
}
.table .tb35{
	width: 35%;
}
.table .tb40{
	width: 40%;
}
.table .tb45{
	width: 45%;
}
.table .tb50{
	width: 50%;
}
.table .tb55{
	width: 55%;
}
.table .tb60{
	width: 60%;
}
.table .tb65{
	width: 65%;
}
.table .tb70{
	width: 70%;
}
.table .tb75{
	width: 75%;
}
.table .tb80{
	width: 80%;
}
.table .tb85{
	width: 85%;
}
.table .tb90{
	width: 90%;
}
.table .tb95{
	width: 95%;
}
.table .tb100{
	width: 100%;
}

#menu{
	width: 100%;
	float: left;
	margin: 20px 0;
	background-color: #FFF;
	border: solid 1px #CCC;
	border-radius: 5px;
	overflow: hidden;
}
#menu a{
	float: left;
	padding: 0 25px;
	color: #333;
	line-height: 45px;
	transition: all .25s ease;
}
#menu a:hover{
	background-color: #333;
	color: #FFF;
}

#user{
	float: right;
}
#user p{
	float: left;
	line-height: 45px;
	margin-right: 10px;
}
#user a{
	color: #E50003;
}

#quadros{
	width: 100%;
	float: left;
}
#quadros .item{
	width: 24%;
	float: left;
	margin: 0.5%;
	background-color: #FFF;
}
#quadros .item:nth-child(4n-3){
	clear: left;
}
#quadros .item h3{
	text-align: center;
	padding: 10px;
}

fieldset{
	width: 100%;
	min-width: inherit;
	float: left;
	margin: 0 0 20px 0;
	background-color: #FFF;
	border: solid 1px #CCC;
	border-radius: 5px;
}
fieldset legend{
    width: 100%;
    float: left;
    padding: 10px;
    line-height: 20px;
    font-size: 18px;
    border-color: #CCC;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #F5F5F5;
	color: #000;
}
fieldset legend .btn{
	margin: -5px;
}
fieldset .content{
	width: 100%;
	float: left;
	padding: 0 10px;
}

.texto{
	width: 100%;
	float: left;
}
.texto p{
	display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

#carrossel{
	width: 100%;
	float: left;
	overflow: hidden;
}

.questions{
	width: 100%;
	float: left;
	overflow: hidden;
}
.questions h2{
	margin-bottom: 10px;
}
.questions .check{
	width: 40px;
	height: 40px;
	border: solid 1px #666;
	background-color: #EEE;
	float: left;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 5px;
}
.questions .voto{
	width: 100%;
	margin-bottom: 10px;
}
.questions .check:hover,
.questions .check.active{
	background-image: url(img/tick.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#paginacao{
	width: 100%;
	float: left;
	margin: 10px 0;
}
#paginacao h3{
	float: left;
}
#paginacao .include{
	float: left;
}
#paginacao .include a{
	margin-left: 5px;
}
#paginacao .include a.active{
	opacity: 0.5;
}