*{
	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;
}

html{
	margin-left: inherit !important;
	float: inherit !important;
}

body{
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	background-color: #FFF;
}

a{
	color: #000;
	text-decoration: none !important;
}
a:hover{
	text-decoration: none !important;
}

.bold{
	font-weight: bold;
}

.line{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.line-label{
	padding-top: 4px;
}

::-webkit-input-placeholder{
	color: #DDD !important;
}

[class*="col"]{
	margin-left: 1.020408163265306%;
	float: left;
}
[class*="col"]:first-child{
	margin-left: 0;
	clear: left;
}

.col1{
	width: 7.397959183673469%;
}
.col1:nth-child(12n-11){
	margin-left: 0;
	clear: left;
}
.col2{
	width: 15.81632653061224%;	
}
.col2:nth-child(6n-5){
	margin-left: 0;
	clear: left;
}
.col3{
	width: 24.23469387755102%;
}
.col3:nth-child(4n-3){
	margin-left: 0;
}
.col4{
	width: 32.6530612244898%;
}
.col4:nth-child(3n-2){
	margin-left: 0;
	clear: left;
}
.col5{
	width: 41.07142857142856%;
}
.col6{
	width: 49.48979591836735%;
}
.col6:nth-child(2n-1){
	margin-left: 0;
	clear: left;
}
.col7{
	width: 57.90816326530613%;
}
.col8{
	width: 66.32653061224489%;
}
.col9{
	width: 74.74489795918367%;
}
.col10{
	width: 83.16326530612245%;
}
.col11{
	width: 91.58163265306123%;
}
.col12{
	width: 100%;
	margin-left: 0;
	clear: left;
}

/* reset bootstrap */
.btn{
	background-image: none;
	transition: all .25s ease;
	box-shadow: none;
	overflow: hidden;
	border-radius: 0 !important;
}

#modal {
	width: 50%;
	height: 96%;
	margin-left: -25%;
	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-block{
	display: inline-block;
}

blockquote{
	width: 100%;
	float: left;
}

textarea,
input[type="text"], 
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="checkbox"]{
	margin-top: -2px;
}

.line-row{
	line-height: 40px;
}

.button{
	width: 100%;
	float: left;
	background-color: #333;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	font-weight: 100;
}

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

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

h2{
	font-size: 30px;
	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-left{
	margin-left: 20px;
}
.margin-top{
	margin-top: 20px;
}
.margin-bottom{
	margin-bottom: 20px;
}
.margin-zero,
.no-margin,
form{
	margin: 0 !important;
}
.padding-top{
	padding-top: 30px;
}
.padding-bottom{
	padding-bottom: 30px;
}
.padding-left{
	padding-left: 30px;
}
.padding-right{
	padding-right: 30px;
}
.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{
	color: #333;
	margin-right: 3px;
}
label span{
	color: #666;
	font-size: 12px;
}
label.error{
	display: none !important;
}
input.error,
select.error,
textarea.error{
	border-color: #F00 !important;
}

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

.bt{
	background-color: #F5F5F5;
	color: #000;
	min-width: 100px;
	font-size: 14px;
	display: inline-block;
	padding: 5px 15px;
	text-align: center;
}
.bt:active{
	opacity: 0.8;
}
.bt:hover,
.bt:visited{
	color: inherit;
}
.bt.disabled{
	opacity: 0.6;
	cursor: default;
}
.bt.bt-mini{
	font-size: 12px;
	padding: 2px 5px;
}
.bt.bt-large{
	font-size: 16px;
    padding: 11px 25px;
    line-height: 19px;
}
.bt.bt-none{
	background-color: transparent;
	border: none;
	color: #000;
}
.bt.bt-gray{
	background-color: #DDD;
	color: #000;
}
.bt.bt-red{
	background-color: #E73134;
	color: #FFF;
}
.bt.bt-green{
	background-color: #2BD162;
	color: #FFF;
}
.bt.bt-blue{
	background-color: #2A7BD1;
	color: #FFF;
}
.bt.bt-yellow{
	background-color: #e4d308;
	color: #000;
}

.alert{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding: 10px;
}
/**/

.table{
	width: 100%;
	float: left;
	list-style: none;
	font-size: 12px;
	color: #333;
	margin-bottom: 10px;
	counter-reset: section;
}
.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%;
}

.numeracao :not(.no-sortable) [class*="col"]:first-child,
.numeracao :not(.no-sortable) [class*="tb"]:first-child{
	padding: 5px 5px 5px 18px !important;
}
.numeracao li:not(.no-sortable)::before{
	counter-increment: section;
	content: counter(section);
	position: absolute;
	left: 0;
	top: 0;
	background-color: #DDD;
	color: #000;
	width: 15px;
	height: 100%;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
}

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

#geral{
	width: 99.98%;
	float: left;
	position: relative;
	overflow: hidden;
}

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

img.full{
	max-width: inherit;
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 0;
	transform: translate(-50%, -50%);
	transition: all .25s ease;
}

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

#mymodal{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 9999;
	overflow: auto;
}
#mymodal .mymodal-content{
	width: 650px;
	position: absolute;
	left: 50%;
	margin-left: -325px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #FFF;
	box-shadow: 0 0 10px #888;
	overflow: hidden;
}
#mymodal .mymodal-header{
	width: 100%;
	float: left;
	padding: 20px;
	background-color: #000;
	color: #FFF;
	position: relative;
}
#mymodal .mymodal-header h3{
	float: left;
	font-weight: 100;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif !important;
	margin: 0;
	padding-right: 30px;
}
#mymodal .mymodal-header span{
    position: absolute;
    right: 15px;
    top: 50%;
	margin-top: -15px;
	height: 30px;
	line-height: 30px;
    font-size: 40px;
	cursor: pointer;
}
#mymodal .mymodal-body{
	width: 100%;
	float: left;
	padding: 20px 20px 10px 20px;
}

@media screen and (max-width: 660px){
	#mymodal .mymodal-content{
		width: 100% !important;
		left: 0 !important;
		top: 0 !important;
		margin: 0 !important;
	}
}

.img-full{
	max-width: inherit;
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	transition: all .25s ease;
}

.btn,
input, select, textarea,
.label, .search,
.select2-container--default .select2-selection--single,
.alert, .modal{
	border-radius: 0 !important;
}

/*icone premiumart*/
#btDesenvolvimento{
	background: url(img/a.png) no-repeat;
	width: 20px;
	height: 20px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 9999;
	text-indent: -9999px;
	overflow: hidden;
}
#btDesenvolvimento:hover{
	background-position: -20px 0;
}