/*
 	Header
*/

.body{
	background: white;
}



.perfo-nav-buttons{
	border-bottom-width: 0px;
/*	text-transform: uppercase;*/
}

.perfo-nav-buttons .nav-link{
	box-shadow: 3px 3px 5px darkgray;
}

.perfo-nav-actions{
	font-weight: 500;
	font-size: 0.9rem;
	text-transform: uppercase;
}

/*
 * Main
 */

.jumbotron{
	box-shadow: 2px 2px #bcc2c7;
	border-radius: 20px;
	background-color: #2ebf505c;
}

.main-hide{
	background: #e3e7e6;
}

.content-height{
	min-height: calc(100% - 0px);
}

.content-height-full{
	min-height: calc(100vh - 170px);
}

.content-height-full-withMenu{
	min-height: calc(100vh - 210px);
}

.content-height-smaller{
	min-height: calc(100% - 170px);
}



.card-header.bg-primary{
	background-color: #005ea9 !important;
}



.errornote, .errorlist li {
	color: red !important;
}

#companyDropdown .companyMenuItem{
	background-color: white;
}

/*
 * Footer
 */

.pezao{
    color: white;
    background-color: #444;
	position: relative;
	border-radius: 10px;
	padding-bottom: 2px;
	width: 100%;
}

.grad_perf{
/*    color: #a7ff45cc;*/
    color: #5bbb79;
}

.pezao .fa-brands, .pezao .fa {
    color: white;
    font-size: 16px;
    padding-top: 7px;
}

.hideClass{
	display: none !important;
}

.vertical-middle{
	display: flex;
	justify-content: center;
	align-items: center;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	background-color: #ffdfaf;
}
