/*---------->>> GLOBAL <<<-----------*/

html {
	//font-size: 14px;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #0a7cf0;
}

hr {
	color: #0a7cf0;
	background-color: #0a7cf0;
}

button:focus {
	outline: 0;
}

.breadcrumb {
	padding: 7px 14px;
	margin: 0 0 18px;
	background-color: #fbfbfb;
	background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
	background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}

.breadcrumb li {
	display: inline-block;
	text-shadow: 0 1px 0 #ffffff;
}

.breadcrumb .divider {
	padding: 0 5px;
	color: #999999;
}

.breadcrumb .active a {
	color: #333333;
}

.breadcrumb li h1 {
	font-size: 1em;
	color: #999999;
	display: inline;
}

blockquote{
	font-size: 1.2em;
	font-family: Open Sans, serif;
	font-style: italic;
	//color: #6c757d;
	color: #000;
	padding: 1.2em 30px 1.2em 75px;
	border-left: 8px solid #6c757d;
	position: relative;
	background: #EDEDED;
}

blockquote::before{
	font-family: Arial;
	content: "\201C";
	color: #6c757d;
	font-size: 4em;
	position: absolute;
	left: 10px;
	top: -10px;
}

blockquote span{
	display: block;
	color: #6c757d;
	font-style: normal;
	font-weight: bold;
	margin-top: 1em;
}

/*---------->>> HEAD <<<-----------*/

.navbar-nav > li > a:hover {
	color: #fff !important;
	background-color: #6c757d !important;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover {
	background-color: #17a2b8 !important;
}

.navbar-nav > li > a{
	border-radius: 0px;
}

/*---------->>> BODY <<<-----------*/

body {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

.container {
	flex: 1 0 auto;
}

.card-index {
	height: 100%;
}

.card-copacu {
	background-color: #c3e6cb;
}

.card-copacu a {
	color: #000;
}

.card-copacu a:hover {
	background-color: #b9dac1;
	text-decoration: none;
	color: #000;
}

.card-padua {
	background-color: #007bff;
}

.card-padua a {
	color: #fff;
}

.card-padua a:hover {
	background-color: #17a2b8;
	text-decoration: none;
	color: #fff;
}

.vertical-align {
	margin-top: auto;
	margin-bottom: auto;
}

tr.bg-success, tr.bg-primary {
	color: #fff;
}

th.bg-danger, th.bg-primary {
	color: #fff;
}

a.link_table_success, a.link_table_info {
	position: relative;
	display: block;
	color: #000;
	text-decoration: none;
}

a.link_table_success:hover {
	color: #000;
	background-color: #28a745;
}

a.link_table_info:hover {
	color: #fff;
	background-color: #007bff;
}

.sombra {
	box-shadow: 3px 3px 2px #ccc;
}

td.rodape_tabela {
	background-color: #eee;
}

.posicoes {
	float: left;
	width: 80px;
	font-size: 0.8em;
}

.posicoes b {
	color: #28a745;
}

.posicoes a {
	color: #000;
	text-decoration: none;
}

.posicoes a:hover {
	font-weight: bold;
}

.paragrafo {
	text-indent: 2em;
	text-align: justify;
}

/*---------->>> FOOTER <<<-----------*/

footer ul {
	list-style-type: none;
	padding-left: 0;
	line-height: 1.7;
}

footer h5 {
	color: white;
	font-weight: bold;
}

footer a {
	color: #d2d1d1;
	text-decoration: none;
}

footer a:hover,
footer a:focus {
	text-decoration: none;
	color: white;
}

footer .social-networks {
	text-align: center;
}

footer .social-networks a {
	font-size: 32px;
	color: #f9f9f9;
	padding: 10px;
	transition: 0.2s;
}

footer .social-networks a:hover {
	text-decoration: none;
}

footer .facebook:hover {
	color: #3b5998;
}

footer .youtube:hover {
	color: #ff0000;
}

footer {
	flex-shrink: 0;
}