.logoIndex {
	max-height:100px;
}

.companyNameFirst {
	font-weight: bold;
}

.navbar {
	z-index:999;
	margin-bottom: 0; 
	background: #fff;
}

.loggedIn {
	margin: 20px 0 0 0;
	background: #ebebeb;
	height:20px;
}

.contentDiv {
	height: 100%;
}

.containerFluid {
	height: 100%;
	padding-left: 0;
	padding-right: 0;
}

.menu {
	position: fixed;
	z-index:999;
	height: 100%;
	padding: 0;
	padding: 10px;
}

.menuSuperAdmin {
	border-radius:0px;
}

.menuNavigation {
	z-index:99999;
	border-radius:0px;
}

.menuNavigationLabel {
	z-index:99999;
	float:right;
	color:#fff;
	font-size:14px;
}

.navigationCountRead {
	margin-right: 3px;
}

.mailErrorCount {
	margin-right: 3px;
	background-color: #8B0000
}

.userChangesCount {
	margin-right: 3px;
}

.countNotAccepted {
	margin-right: 3px;
}

.contentDivEmpty {
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (max-width: 768px) {

	.contentDiv {
		height: 102% !important;
	}

}
.checkSingleItemToDelete, .checkItemsToDelete{
	float: left;
	margin-right: 11px !important;
}
