
/* ----- GERAL */

body {
	background-color: #f8f9fa ;
}

/* EFEITOS */

#badge-network-section {

}

#badge-billing-section {

}

/* ----- CONTAINERS */

.container-fluid--headercontainer {
	z-index: 255 ;
	position: fixed ;
	top: 0px ;
	left: 0px ;
	height: 60px ;
	background-color: #084d6e ;
	color: #ffffff ;
	border-bottom: 0px ;
}

.container-fluid--navcontainer {
	z-index: 255 ;
	position: fixed ;
	top: 60px ;
	left: 0px ;
	height: 36px ;
	background-color: #084d6e ;
	border-bottom: 2px solid #8ca1b4 ;
}

.container-fluid--navcontainer a {
	color: #d8dfe6 ;
}

.container-fluid--navcontainer a:hover {
	color: #bfdeff ;
}

.container-fluid--footercontainer {
	background-color: #f8f9fa ;
	color: #777777 ;
	text-align: center ;
	font-size: 0.8em ;
	margin-bottom: 5px ;
}

#footer-content-title::before {
	font-weight: bold ;
	content: "" ;
}

#footer-content-copyright::before {
	content: "\00A9 Directweb Tecnologia" ;
}

.container-fluid--contentcontainer {
	background-color: #ffffff ;
	border-bottom: 2px solid #8ca1b4 ;
	padding-top: 10px ;
	margin-top: 96px ;
	min-height: 400px ;
}

/* ----- BREADCRUMB */

.breadcrumb {
	padding: 0.2rem 0.5rem ;
	margin-bottom: 0.2rem ;
	margin-top: 0.2rem ;
	list-style: none ;
	background-color: transparent ;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #ffffff ;
	content: "/" ;
}


.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: underline ;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: none ;
}

.breadcrumb-item.active {
	color: #ffffff ;
}

/* ----- CARDS */

.card {
	border-color: #8ca1b4 ;
}

.card-header {
	background-color: #d8dfe6 ;
	border-color: #8ca1b4 ;
}

.card-menu {
	min-width: 40% ;
}

.card-footer {
	background: transparent ;
}

.thead-light {
	background-color: #d8dfe6 ;
}

/* ----- FRONT PAGE */

.card-body--frontpage h5 {
	color: #f48b1f ;
}

.card-body--frontpage .btn-outline-primary {
	/* botoes de acesso ao cloud e ao site coorporativo */
}
