h6 {
	margin: 0px 0 0px !important;
	font-weight: bold
}

p {
	margin: 0px 0 -5px !important;
}

p,ul,ol {
	margin-top: 0;
	line-height: 180%;
}

ul,ol {
	
}

.content {
	/* float: left; */
	/* width: 1000px; */
	width: 85%;
	margin: 0px auto;
}

.post {
	margin-bottom: 15px;
	border-bottom: 1px dashed #D8D8D8;
}

.post .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	font-size: 32px;
}

.post .title a {
	border: none;
	color: #000000;
	font-family: "Open Sans", sans-serif;
}

.post .meta {
	margin-bottom: 30px;
	padding: 5px 0px 15px 0px;
	text-align: left;
	font-weight: normal;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
	
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	height: 30px;
	padding: 30px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #1C1C1C;
}

.md-toast.error {
	background-color: lightcoral !important;
}

.md-toast.success {
	background-color: lightgreen !important;
	color: black;
}

.md-toast.info {
	background-color: lightskyblue !important;
}

.md-toast.warning {
	background-color: lightyellow !important;
	color: black;
}

.button-toast {
	margin: 6px 0px !important;
	min-width: 20px !important;
}

md-toast.md-top {
	top: 75px !important;
}

md-toast.md-right {
	right: 40px !important;
}

.btnPaginacao {
	min-height: 25px !important;
}

.demo-swipe {
	padding: 20px 10px;
}

.no-select {
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.item-side-nav {
	width: 94%;
	text-align: left !important;
}

.footer-copy {
	color: #004960;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
}

.footer-cinza {
	background: none repeat scroll 0 0 #eaeaea;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
}

.footer-amarelo {
	background: none repeat scroll 0 0 #ceaa0c;
	height: 5px;
	width: 100%;
}

.md-chips .md-chip-input-container md-autocomplete input {
    width: 400px;
}

.obrigatorio{
	color: red !important;
	font-size: 12px !important;
}