/*	CSS Document - Personalized CSS for Project */

body {
	font-family: 'Lato', sans-serif;
	padding-top: 75px;
}

footer {
	background: #DC5666;
}

h1, h2, h3, h4 {
	font-family: 'Great Vibes', cursive;
}

p {
	letter-spacing: 0.7px;
}






.bg-green { background: #34B44C !important; }
.bg-pink { background: #DC5666 !important; }
.bg-silver { background: #9B9892 !important; }
.bg-pink-gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#db3b4d+0,dc5666+100 */
	background: #db3b4d; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #db3b4d 0%, #dc5666 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #db3b4d 0%,#dc5666 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #db3b4d 0%,#dc5666 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db3b4d', endColorstr='#dc5666',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.border-bottom-magens {
	border-bottom: 5px solid #DC5666;
}

.border-bottom-magens:hover {
	border-bottom: 5px solid #34B44C;
}

.breadcrumb {
	background: #f9f9f9;
	border-radius: 0 !important;
}

.dropdown-menu {
	border: none !important;
}

.mensagem-nao-lida {
	background: #fff;
	display: block;
	height: 9px;
	margin-left: 14px;
	margin-top: 2px;
	position: fixed;
	width: 9px;
}

.nav-link {
	color: #fff !important;
	margin: 0 12px;
	letter-spacing: 1px;
}

.table-list tr td {
	border-bottom: 1px dashed #ccc;
	border-top: none !important;
	padding-bottom: 8px;
	padding-top: 8px;
}

.text-green { color: #34B44C !important; }
.text-pink { color: #DC5666 !important; }
.text-silver { color: #9B9892 !important; }

.text-lato { font-family: 'Lato', sans-serif; }
.text-great { font-family: 'Great Vibes', cursive; }