@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,800,700);

* {
	padding: 0px; 
	margin: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html { height: 100%; }

body { 
	background: transparent;
	font-family: 'Open Sans', sans-serif, Helvetica;
	font-size: 0;
	line-height: 20px;
	color: #666666;
	min-width: 320px;
	overflow-x: hidden;
}

.box {
	font-size: 14px;
}

form {
	font-size: 0;
}

form .box {
	font-size: 14px;
}

i.fa-lg {
	font-size: 1.6em;
}

#titulo-conteudo i.fa-lg {
	font-size: 1.4em;
}

*[hidden] { 
	display: none;
}

div.clear {
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.left, .right {
	display: inline;
}

hr {
	border-width: 0px;
	height: 1px;
	border-top: 1px solid #b9b9b9;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #428bca;
	outline: none;
	background: transparent;
}

a:hover {
	cursor: pointer;
	text-decoration: none;
	color: #3279b2;
}

a:active,a:hover {
    outline: none;
}

p {
	margin-bottom: 18px;
}

img {
	border: 0px;
	vertical-align: bottom;
}

ul {
	margin: 15px;
	margin-left: 35px;
}

li {
	vertical-align: bottom;
}

ul.clear, ul.inline {
    list-style-type: none;
	margin: 0px;
}

ul.clear li, ul.inline li {
	list-style: none;
	list-style-type: none;
	vertical-align: bottom;
}

ul.inline li {
	display: inline;
}

ul.inline li div {
	float: left;
	display: inline;
}

span.bold {
	font-weight: bold;
}

span.break {
	display: inline-table;
}

#main {
	top: 0px;
	text-align: left;
	background: transparent;
}

#mainBox {
	background: transparent;
	margin: 0 auto;
}

#header, #subHeader, #content, #subFooter, #footer {
	background: transparent;
}

#headerBox, #subHeaderBox, #contentBox, #subFooterBox, #footerBox {
	position: relative;
	margin: 0 auto;
	background: transparent;
}

/* efeitos de caixas */
.box-shadow {
	-webkit-box-shadow: 1px 1px 2px 0px rgba(201, 201, 201, 0.7);
	-moz-box-shadow:    1px 1px 2px 0px rgba(201, 201, 201, 0.7);
	box-shadow:         1px 1px 2px 0px rgba(201, 201, 201, 0.7);
	border: 1px solid #dddddd;
	background: #ffffff;
	padding: 0px;
	margin-bottom: 2px;
}

.round-all {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.round-top {
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

.round-bot {
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

.padd-10 {
	padding: 10px;
}

.padd-15 {
	padding: 15px;
}

.padd-20 {
	padding: 20px;
}

.title {
	/* font-weight: bold; */
	font-size: 16px;
	padding: 10px 15px;
}

img.circle-image {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

span.highlight {
	/* background: yellow; */
	font-weight: bold;
	text-decoration: underline;
}

.ui-autocomplete {
	position: absolute;
	z-index: 10000 !important;
	top: 0;
	left: 0;
	cursor: default;
	font-size: 14px;
}

.ui-datepicker {
	font-size: 12px;
}