.selectedOption
{
	height: 30px;
	padding-left: 10px;
	display: flex;
	align-items: center;
}

.profilUnitWrapper
{
	padding: 50px;
	margin-bottom: 35px;
	/*-webkit-box-shadow: 0px 0px 12px -6px rgba(0,0,0,0.4); 
	box-shadow: 0px 0px 12px -6px rgba(0,0,0,0.4);*/
}

.ninjamerRowProfil
{
	width: 100%;
	margin-bottom: 20px !important;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}

.mainOptionsRow
{
	margin-top: 50px !important;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.mainOptionsRow button
{
	margin-right: 25px;
}


.btn-paramERP
{
	background-color: #3C8DBC !important;
	color: white !important;
	font-weight: bold;
}

.nearlyCenteredModal
{
	margin-top: 10% !important;
}

.modalBody
{
	display: flex;
	flex-flow: column;
}

.modalBody p
{
	transition: all .5s;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	margin-bottom: 0px;
	cursor: pointer;
}

.modalBody p:hover
{
	background-color: #eee;
}


.modalBody .row
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.myModalHeader
{
	padding-left: 20px;
	padding-right:20px;
	height: 40px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between !important;
	align-items: center;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #eee;
}

.linksColumn
{
	width: 100%;
}

.entitiesColumn
{
	width: 100%;
}

@media(min-height: 768px)
{
	.linksColumn
	{
		width: 50%;
	}

	.entitiesColumn
	{
		border-left-style: dotted;
		border-left-width: 1px;
		border-left-color: #3C8DBC;
		width: 50%;
	}
}

.modalEntitiesBody div
{
	display: flex;
	flex-flow: row nowrap;
}

.modalEntitiesBody div:hover
{
	background-color: white !important;
}

.modalEntitiesBody .names
{
	height: 40px;
	width: 68%;
	text-align: left !important;
	padding-left: 10px;
	display: flex;
	align-items: center;
}

.modalEntitiesBody .checkBoxes
{
	width: 50% !important;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.modalEntitiesBody .checkBoxesImg
{
	width: 50% !important;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.modalEntitiesBody .checkBoxesImg img
{
	cursor: pointer;
}

.modalEntitiesBody .names span
{
	cursor: pointer;
}

.saveBtnRow
{
	margin-top: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#addProfilUl li
{
	display: flex;
	flex-flow: row nowrap !important;
	justify-content: space-around;
	margin-bottom: 10px;
}

#addProfilUl li a
{
	display: flex;
	flex-flow: row ;
	justify-content: center;
	align-items: center;
}

.newValidationLi
{
	color: #3C8DBC;
	font-size: 23px;
	margin-left: 8px;
	margin-right: 4px;
	margin-top: 8px;
	cursor: pointer;
	transition: all .5s;
}

.newValidationLi:hover
{
	color: #000;
}

.choosenProfil
{
	background-color: #eee;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all .5s;
}

.choosenProfil:hover
{
	background-color: #3C8DBC;
	color: white !important;
}

#saveUserBtn
{
	margin-bottom: 15px;
}

#UpdateUserBtn
{
	margin-bottom: 15px;
}

.clickProfilRow
{
	color: white;
	background-color: #3C8DBC !important;
}