@media (max-width: 400px)
{
	#ProjectsConcept .header .explanation h1
	{
		font-size: 22px;
	}

	#ProjectsConcept .header .explanation p
	{
		font-size: 11px;
	}
}

@media (min-width: 400px) and (max-width: 576px)
{
	#ProjectsConcept .header .explanation h1
	{
		font-size: 26px;
	}

	#ProjectsConcept .header .explanation p
	{
		font-size: 13px;
	}
}

@media (min-width: 576px) and (max-width: 1032px)
{
	#ProjectsConcept .header .explanation h1
	{
		font-size: 32px;
	}

	#ProjectsConcept .header .explanation p
	{
		font-size: 15px;
	}
}

@media (min-width: 1032px)
{
	#ProjectsConcept .header .explanation h1
	{
		font-size: 36px;
	}

	#ProjectsConcept .header .explanation p
	{
		font-size: 18px;
	}
}

@media (max-width: 1300px)
{
	#navYa
	{
		background: hsla(45, 100%, 42%, 1);
	}

	#ProjectsSmallScreen
	{
		display: inline;
	}
}

body
{
	background: hsla(249,94%,27%,1);
}

#ProjectsLink a
{
	background: hsla(45, 100%, 42%, 1);
}

#ProjectsContainer
{
	position: absolute;
	color: white!important;
	width: 100%;
	min-height: 100%;
	margin: auto;
	padding: 52px 0;
}

#ProjectsContainer .data-loading > .spinner
{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	font-size: 17px;
	margin: auto;
}

#ProjectsContainer .data-loading > .spinner > div
{
	width: 4px;
	background: rgba(255, 255, 255, .7);
}

#ProjectsContainer:not(.loading) .data-loading
{
	display: none;
}

#ProjectsContainer.loading .data-loading
{

	width: 100%;
	height: 100%;
}

#ProjectsContainer:not(.loading) .data-view
{
	max-width: 750px;
}

#ProjectsContainer.loading .data-view
{
	display: none;
}

#ProjectsContainer h1,
#ProjectsContainer h2
{
	text-align: left;
}

#TheProjects
{
	display: block;
	margin: auto;
}

#TheProjects > .title
{
	display: inline-block;
	text-transform: uppercase;
	padding-bottom: 9px;
	margin-bottom: 22px;
}

#ProjectsContainer .howto
{
	margin: 18px auto;
	max-width: 750px;
	text-align: left;
    color: rgba(255,255,255,.8);
	border-left: 3px solid white;
	padding: 0 14px;
	font-size: 13px;
}

#TheProjects .MyProject
{
	position: relative;
	display: inline-block;
	cursor: pointer;
	height: 227px;
	width: 264px;

    padding: 34px;
    padding-top: 42px;
    margin: 17px;

    border-radius: 9px;
	background: rgba(0,0,0,.3);
}

#TheProjects .MyProject .proj-member-type.fi-crown,
#TheProjects .MyProject .proj-member-type.fa-group
{
	opacity: .4;
	cursor: default;
	position: absolute;
	right: 16px;
	font-size: 22px;
}

#TheProjects .MyProject .proj-member-type.fi-crown
{
	top: 3px;
}

#TheProjects .MyProject .proj-member-type.fa-group
{
	top: 9px;
}

#TheProjects .MyProject > .title
{
    display: inline-block;
	margin-top: 0;
    max-width: 197px;
	text-align: left;
	padding-bottom: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#TheProjects .MyProject > .title > span
{
	height: 43px;
	line-height: 33px;
	font-size: 30px;

    white-space: nowrap;
}

#TheProjects .MyProject .description
{
	display: table-cell;
	vertical-align: middle;
	height: 60px;
	text-align: left;
}

#TheProjects .MyProject .footer
{
    position: absolute;
	opacity: .7;

	left: 0;
	right: 0;
    bottom: 13px;
	margin-left: 7px;
	margin-bottom: 0;

	width: 100%;
	font-size: 14px;
}

#TheProjects .MyProject .footer td
{
	width: 50%;
	vertical-align: bottom;
}

#TheProjects .MyProject .footer .icon
{
	margin-right: 5px;
}

#TheProjects .MyProject .footer .proj-owner .icon
{
	font-size: 16px;
}

#TheProjects .MyProject .footer .proj-participants .icon
{
	font-size: 14px;
}

#TheProjects .MyProject .footer .value
{
    display: inline-block;
	font-style: italic;
	width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: left;
    vertical-align: bottom;
}


#NewProject
{
	display: none;
	position: relative;
    max-width: 500px;
	text-align: left;
    padding: 34px;
    margin: auto;
    border-radius: 9px;
    background: rgba(0,0,0,.3);
}


#TheProjects.my-projects #NewProject
{
	display: block;
}

#NewProject .error
{
	display: none;
	position: absolute;
	padding: 3px 17px;
	top: 0;
	left: 0;
	width: 100%;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
	background: hsla(0, 100%, 20%, 0.65);
}

#NewProject .error .fa
{
	margin-right: 3px;
}

#NewProject.error .error
{
	display: block;
}

#NewProject input,
#NewProject textarea
{
	border: 2px solid white;
	border-radius: 6px;
	background: none;
	/*border: none;*/
	/*background: rgba(255,255,255,.3);*/
}

#NewProject input:focus,
#NewProject textarea:focus
{
	/*background: rgba(255,255,255,.5);*/
	background: none;
}

#NewProject textarea
{
	resize: none;
	height: 150px;
	width: 100%;
	/*border-radius: 0;*/
}

#NewProject .privacy
{
	display: inline-block;
	margin-top: 6px;
}

#NewProject .privacy .status
{
	display: inline-block!important;
	cursor: default;
	color: rgba(255,255,255,.5);
	width: auto;
	margin: 0 7px;
	padding: 6px 0;
	transition: .3s all;
	-webkit-transition: .3s all;
}

#NewProject .privacy .status.selected
{
	color: rgba(255,255,255,.95);
	padding: 6px 15px;
  border-radius: 3px;
	background: hsla(249, 94%, 12%, 1);
}

#NewProject .privacy .status:not(.selected):hover
{
	cursor: pointer;
	color: rgba(255,255,255,.7);
}

#NewProject .privacy .status .icon
{
	font-size: 15px;
}

#NewProject .create
{
	position: absolute;
	width: 100px;
	bottom: 16px;
	right: 16px;
	font-weight: bold;
	border: 2px solid white;
	background: transparent;

	transition: .3s all;
	-webkit-transition: .3s all;
}

#NewProject .create:hover
{
	background: rgba(255,255,255,.1);
}

#GoToMyProjects
{
	position: relative;
	
	color: rgba(255,255,255,.7);

	height: 40px;
	width: 150px;
	
	padding: 9px 17px;

	border: none;
	background: hsla(249, 94%, 32%, 1);

	transition: all .3s;
	-webkit-transition: all .3s;
}

#GoToMyProjects:hover
{
	color: rgba(255,255,255,1);

	box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
}

#GoToMyProjects .fa-angle-left
{
	position: absolute;
    top: 6px;
    left: 11px;
	font-size: 27px;
}

#GoToMyProjects .btnText
{
	position: absolute;
    top: 9px;
    left: 26px;
	display: inline-block;
	font-size: 17px;
}

#ExampleMessage
{
	display: none;

	max-width: 500px;
	margin: 27px 0;
    padding: 27px;	
	
	text-align: left;
	font-size: 42px;

	color: rgba(255, 255, 255, 0.79);
    background: hsla(1, 100%, 21%, 0.75);
    border-radius: 9px;
}

#ExampleMessage .explanation
{
	font-size: 18px;
}

#ExampleMessage .create-project
{
	display: inline-block;
	width: 100%;
	text-align: center;
}

#ExampleMessage .create-project a
{
	text-decoration: none;
	color: rgba(255, 255, 255, 0.79);
	font-size: 18px;
	margin: auto;
    padding: 7px 23px;
	background: transparent;
	border: 1px solid white;
	
	transition: .3s all;
	-webkit-transition: .3s all;
}

#ExampleMessage .create-project a:hover
{
	background: rgba(255,255,255,.05);
}

#ProjectInfos
{
	margin: 38px auto;
	text-align: left;
}

#ProjectInfos .subtitle
{
	display: inline-block;
	font-size: 27px;
	margin-top: 32px;
	margin-bottom: 10px;
}

#ProjectInfos .help
{
	cursor: pointer;
}

#ProjectInfos .details .help
{
    font-size: 27px;
    margin-left: 9px;
    color: rgba(255,255,255,.47);
}

#ProjectInfos > .title
{
	font-size: 42px;
	margin-top: 14px;
	margin-bottom: 6px;
	word-break: break-all;
}

#ProjectInfos > .title.editing .value
{
	padding: 0 7px;
	border: 2px solid white;
	border-radius: 6px;
	/*background: rgba(255,255,255,.3);*/
	background: none;
}

#ProjectInfos > .title .actions
{
	display: inline-block;
}

#ProjectInfos > .title .actions .action
{
	opacity: .5;
	cursor: pointer;
	font-size: 29px;
	padding: 9px;
    margin-left: 3px;

	transition: .3s all;
	-webkit-transition: .3s all;
}

#ProjectInfos > .title .actions .action.active,
#ProjectInfos > .title .actions .action:hover
{
	opacity: 1;
}

#ProjectInfos > .title .confirmation
{
	display: inline-block;
	margin-left: 12px;
}

#ProjectInfos > .title .confirmation button
{
	color: rgba(255,255,255,.7);
	width: 42px;
	font-size: 22px;
	margin-right: 3px;
	border: 1px solid transparent;
	border-radius: 3px;

	transition: .3s all;
	-webkit-transition: .3s all;
}

#ProjectInfos > .title .confirmation button:hover
{
	color: rgba(255,255,255,1);
}

#ProjectInfos > .title .confirmation .cancel
{
  border: 2px solid rgba(255, 255, 255, .5);
	/*background: rgba(255,0,0,.5);*/
	background: none;
}

#ProjectInfos > .title .confirmation .cancel:hover
{
  border: 2px solid rgba(255,0,0,.74); 
	background: rgba(255,0,0,.74);
}

#ProjectInfos > .title .confirmation .ok
{
	border: 2px solid rgba(0, 0, 255, .7); 
	background: rgba(0, 0, 255, .7);
}

#ProjectInfos > .title .confirmation .ok:hover
{
	background: rgba(0,0,255,1);
}

#ProjectInfos > .title.editing .actions,
#ProjectInfos > .title:not(.editing) .confirmation
{
	display: none;
}

#ProjectInfos > .title .del-proj-confirm,
#participantsContainer .participants .participant-item .actions .transfer-proj-confirm
{
	margin-top: 3px;
	padding-bottom: 3px;
}

#ProjectInfos > .title .del-proj-confirm button,
#participantsContainer .participants .participant-item .actions .transfer-proj-confirm button
{
	width: 85px;
	margin-left: 3px;

	color: rgba(255,255,255,.7);
	font-size: 14px;

	border: none;
}

#ProjectInfos > .title .del-proj-confirm button:hover,
#participantsContainer .participants .participant-item .actions .transfer-proj-confirm button:hover
{
	color: rgba(255,255,255,1);
}

#ProjectInfos > .title .del-proj-confirm .cancel,
#participantsContainer .participants .participant-item .actions .transfer-proj-confirm .cancel
{
	background: rgba(255,0,0,.5);
}

#ProjectInfos > .title .del-proj-confirm .cancel:hover,
#participantsContainer .participants .participant-item .actions .transfer-proj-confirm .cancel:hover
{
	background: rgba(255,0,0,.74);
}

#ProjectInfos > .title .del-proj-confirm .ok,
#participantsContainer .participants .participant-item .actions .transfer-proj-confirm .ok
{
	background: rgba(0,0,255,.5);
}

#ProjectInfos > .title .del-proj-confirm .ok:hover,
#participantsContainer .participants .participant-item .actions .transfer-proj-confirm .ok:hover
{
	background: rgba(0,0,255,.64);
}

#ProjectInfos > .title > .member
{
	opacity: .7;
	margin-left: 12px;
}

#ProjectInfos > .title > .member:hover
{
	opacity: .85;
}

#ProjectInfos > .ProjOwner
{
	display: inline-block;
	cursor: pointer;
	opacity: .5;
	font-style: italic;
	margin-top: 0;
}

#ProjectInfos > .ProjOwner:hover
{
	opacity: .8;
}

#ProjectInfos > .description
{
    color: rgba(255,255,255,.9);

	width: 100%;
	max-width: 742px;
	text-align: left;

	padding: 9px 0;
	border-radius: 9px;

	background: rgba(0,0,0,.3);
}

#ProjectInfos > .description .privacy
{
	margin-left: 6px;
}

#ProjectInfos > .description .privacy .status
{
	opacity: .7;
	display: inline-block;
	font-size: 23px;
	width: auto;
	margin-left: 9px;
	
	transition: all .3s;
	-webkit-transition: all .3s;
}

#ProjectInfos > .description .privacy .status:not(.selected):hover
{
	cursor: pointer;
}

#ProjectInfos > .description .privacy .status.selected,
#ProjectInfos > .description .privacy .status:hover
{
	opacity: 1;
}

#ProjectInfos > .description .actions
{
	display: none;
	width: 100%;
	padding: 0 9px;
	text-align: right;
}

#ProjectInfos.my-project > .description .actions
{
	display: block;
}

#ProjectInfos > .description .actions .action
{
	display: inline-block;
	cursor: pointer;

	font-size: 18px;
	padding: 4px;

	transition: .5s all;
	-webkit-transition: .5s all;
}

#ProjectInfos > .description .actions .cancel,
#ProjectInfos > .description .actions .save
{
	display: none;
	background: rgba(255,255,255,.1);
}

#ProjectInfos > .description.editing .actions .cancel,
#ProjectInfos > .description.editing .actions .save
{
	display: inline-block;
}

#ProjectInfos > .budget .b-item
{
  margin-bottom: 6px;
}

#ProjectInfos > .description.editing .actions .edit,
#ProjectInfos > .budget .b-item.editing .edit,
#ProjectInfos:not(.my-project) > .budget .b-item .edit
{
	display: none;
}

#ProjectInfos > .budget .b-item .number .value
{
	text-align: center;
}

#ProjectInfos > .description .actions .edit
{
	opacity: .5;
}

#ProjectInfos > .description .actions .edit:hover
{
	opacity: 1;
}

#ProjectInfos > .description .actions .action:hover
{
	transition: .2s all;
	-webkit-transition: .2s all;
}

#ProjectInfos > .description .actions .action.cancel:hover
{
	background: rgba(255,0,0,.4);
}

#ProjectInfos > .description .actions .action.save:hover
{
	background: rgba(0,0,255,.4);
}

#ProjectInfos > .description .interactions
{
	display: inline-block;
	width: 100%;
	text-align: right;
	padding: 0 7px;
}

#ProjectInfos > .description .interactions .interaction
{
	cursor: pointer;
	font-size: 24px;
	padding: 7px;
	opacity: .5;

	transition: .2s all;
	-webkit-transition: .2s all;
}

#ProjectInfos > .description .interactions .interaction:hover
{
	opacity: 1;
}

#ProjectInfos > .description .interactions .participate
{
	display: none;
}

#ProjectInfos:not(.my-project):not(.participant):not(.example) > .description .interactions .participate
{
	display: inline-block;
}

#ProjectInfos.candidate > .description .interactions .participate
{
	cursor: default;
}

#ProjectInfos.candidate > .description .interactions .participate:hover
{
	opacity: .5;
}

#ProjectInfos > .description .text
{
    margin: auto;
	padding: 16px 14px;
	word-break: break-word;
}

#ProjectInfos > .description .text[contenteditable="true"]
{
	/*background: rgba(255,255,255,.1);*/
	background: none;
	border: 1px solid white;
	border-radius: 6px;
}

#ProjectInfos > .budget
{
    color: rgba(255,255,255,.7);
    text-align: left;
	width: auto;
    font-size: 16px;
    margin-left: 12px;
}

#ProjectInfos > .budget .bTitle
{
	font-weight: bold
}

#ProjectInfos > .budget .edit
{
	cursor: pointer;
	opacity: .7;
	margin-left: 7px;

	transition: .3s all;
	-webkit-transition: .3s all;
}

#ProjectInfos > .budget .edit:hover
{
	opacity: 1;
}

#ProjectInfos > .budget .available,
#ProjectInfos > .budget .needed
{
	margin-left: 7px;
}

#ProjectInfos > .details
{
	margin-top: 16px;
}

#ProjectInfos > .details .proj-item .content
{
	max-width: 176px;
}

#ProjectInfos > .details .proj-item .text
{
	width: 100%;
	min-width: 142px;
	overflow-wrap: break-word;
}

#ProjectInfos > .details .proj-item.editing .text
{
	margin-bottom: 3px;
	padding: 7px;
	outline: none;
	border: 1px solid white;
	border-radius: 6px;
	/*background: rgba(255, 255, 255, .1);*/
	background: none;
}


#ProjectInfos .proj-item .number .value
{
	display: inline-block;
	text-align: center;
	width: auto!important;
	outline: none;
	border: none;
}

#ProjectInfos .proj-item:not(.editing) .number .value
{
	background: transparent;
}

#ProjectInfos .proj-item.editing .number .value
{
  margin: 0 6px;
  border: 1px solid white;
	border-radius: 6px;
	/*background: rgba(255, 255, 255, .1);*/
	background: none;
}


#ProjectInfos > .details .proj-item.editing .text:focus,
#ProjectInfos .proj-item.editing .number .value:focus
{
	/*background: rgba(255, 255, 255, .3);*/
}

#ProjectInfos .proj-item .number .modifiers
{
	display: none;
	/*margin-right: 18px;*/
	margin-right: 8px;
}

#ProjectInfos .proj-item .number .modifier
{
	display: none;
	cursor: pointer;
	font-size: 18px;
	margin: 0 4px;
	padding: 0 6px;

	transition: .3s all;
	-webkit-transition: .3s all;
}

#ProjectInfos .proj-item .count.separator
{
	text-align: center;
	font-size: 12px!important;
	margin: 0 3px;
}

#ProjectInfos .proj-item.editing .count
{
	display: block;
}

#ProjectInfos .proj-item.editing .count.separator
{
	font-size: 22px!important;
}

#ProjectInfos .proj-item.editing .number .modifiers
{
	display: inline-block;
}

#ProjectInfos .proj-item.editing .number .modifier
{
	display: inline-block;
	color: rgba(255,255,255,.7);
}

#ProjectInfos .proj-item .number .modifier:hover
{
	color: rgba(255,255,255,1);
}

#ProjectInfos .proj-item .confirmation
{
	display: none;
	text-align: right;
	width: 110px;
}

#ProjectInfos .b-item .confirmation
{
	width: auto;
}

#ProjectInfos .proj-item .confirmation button
{
	display: block;
	font-weight: bold;
	width: 85px;
	padding: 3px;
	margin-bottom: 3px;

	transition: .3s all;
	-webkit-transition: .3s all;
}

#ProjectInfos .b-item .confirmation button
{
	display: inline-block;
}

#ProjectInfos .proj-item .confirmation .cancel
{
	color: rgba(255, 255, 255, .7);
	border: 2px solid rgba(255, 255, 255, .3);
	background: none;
}

#ProjectInfos .b-item .confirmation .cancel
{
	border: 2px solid rgba(255, 255, 255, .6);
	/*background: rgba(255, 0, 0, .6);*/
	background: none;
}

#ProjectInfos .proj-item .confirmation .cancel:hover
{
	color: rgba(255, 255, 255, 1);
	border: 2px solid rgba(255, 0, 0, .3);
	background: rgba(255, 0, 0, .6);
}

#ProjectInfos .b-item .confirmation .cancel:hover
{
  border: 2px solid rgba(255, 0, 0, .8); 
	background: rgba(255, 0, 0, .8);
}

#ProjectInfos .proj-item .confirmation .ok
{
	color: rgba(255, 255, 255, .7);
	border: 2px solid rgba(0,0,255,.3);
	background: rgba(0,0,255,.3);
}

#ProjectInfos .proj-item .confirmation .ok:hover
{
	color: rgba(255,255,255,1);
	background: rgba(0,0,255,.6);
}

#ProjectInfos .proj-item.editing .confirmation
{
	display: inline-block;
}

#ProjectInfos > .details .proj-item.editing .actions
{
	display: none;
}

#ProjectInfos > .details .addItem
{
	display: none;
	position: relative;
	max-width: 446px;
    padding: 17px 10px;
    background: rgba(0,0,0,.3);
	border: none;
}

#ProjectInfos.my-project > .details .addItem
{
	display: block;
}

#ProjectInfos > .details .addItem table
{
	margin: 0;
	width: 100%;
}

#ProjectInfos > .details .addItem input
{
  width: 210px;
  margin-top: 6px;
	margin-bottom: 12px;
	padding: 7px 7px;
	border: 1px solid white;
	border-radius: 6px;
	/*background: rgba(255,255,255,.3);*/
	background: none;
}

#ProjectInfos > .details .addItem input:focus
{
	/*background: rgba(255,255,255,.5);*/
	background: none;
}

#ProjectInfos > .details .addItem .fa-plus-circle
{
	cursor: pointer;
    color: rgba(255,255,255,.3);
	font-size: 25px;

	transition: .4s all;
	-webkit-transition: .4s all;
}

#ProjectInfos > .details .addItem .fa-plus-circle:hover
{
    color: rgba(255,255,255,1);
}

#ProjectInfos .description:empty
{
	display: none;
}

#SimProjsContainer .SimProjsList .sim-proj-item .actions
{
	padding-right: 9px;
}

#ObjsContainer .ObjsList
{
	margin: 0;
	padding: 0;
    border-collapse: separate;
    border-spacing: 0 3px;
}

#ProjectInfos .SimProjsList,
#ProjectInfos .resources,
#ProjectInfos .participants,
#ProjectInfos .talents,
#ProjectInfos .candidates
{
	list-style: none;
	max-width: 446px;
	margin: 0;
	padding: 0;
	border-collapse:separate; 
	border-spacing: 0 3px;
}

#ProjectInfos .ObjsList li,
#ProjectInfos .resources li,
#ProjectInfos .talents li
{
	text-align: left;	
    margin-bottom: 3px;
    padding: 17px;
    background: rgba(0,0,0,.3);
}

#ProjectInfos .SimProjsList tr,
#resourcesContainer .resources tr,
#talentsContainer .talents tr,
#ProjectInfos .participants tr,
#ProjectInfos .candidates tr
{
	text-align: left;
    padding: 17px;
    background: rgba(0,0,0,.3);
}

#ProjectInfos .SimProjsList td,
#resourcesContainer .resources td,
#talentsContainer .talents td,
#ProjectInfos .participants td,
#ProjectInfos .candidates td
{
    padding: 17px;
}

#ObjsContainer .ObjsList .description,
#resourcesContainer .resources .resource-item .resource,
#talentsContainer .talents .talent-item .talent
{
	margin-right: 9px;
}

#ObjsContainer .ObjsList .completion,
#resourcesContainer .resources .resource-item .count,
#talentsContainer .talents .talent-item .count
{
	font-size: 18px;
	opacity: .7;
}

#ProjectInfos .ObjsList li,
#ProjectInfos .resources li,
#ProjectInfos .talents li
{
	position: relative;
}


#ObjsContainer .ObjsList
{
	max-width: 446px;
}

#ObjsContainer .ObjsList tr
{
	border-collapse:separate; 
	border-spacing: 0 3px;
	background: rgba(0,0,0,.3);
}

#ObjsContainer .ObjsList td
{
    padding: 17px;
}

#ProjectInfos > .details .actions .remove
{
	display: none;
}

#ProjectInfos.my-project > .details .actions .remove
{
	display: inline-block;
}

#ProjectInfos > .details .actions .remove,
#ProjectInfos > .details .actions .edit
{
	cursor: pointer;
	font-size: 25px;
	color: rgba(255,255,255,.3);
	margin-left: 12px;

	transition: .4s all;
	-webkit-transition: .4s all;
}

#ProjectInfos > .details .actions .remove:hover
{
	color: rgba(255,0,0,1);
	opacity: .7;
}

#ProjectInfos > .details .actions .edit:hover
{
	color: rgba(255,255,255,1);
	opacity: .7;
}

#ProjectInfos .empty
{
	color: rgba(255,255,255,.64);
	font-style: italic;
}

#candidatesContainer .page
{
	display: none;
	font-size: 22px;
	color: rgba(255,255,255,.7);
}

#candidatesContainer .page .control
{
	font-weight: bold;

	transition: .3s all;
	-webkit-transition: .3s all;
}

#candidatesContainer .page .control.disabled
{
	color: rgba(255,255,255,.42);
}

#candidatesContainer .page .control:not(.disabled):hover
{
	cursor: pointer;
	color: rgba(255,255,255,1);
}

#SimProjsContainer,
#candidatesContainer
{
	display: none;
}

#ProjectInfos > .details .actions
{
	text-align: right;
	min-width: 112px;
}

#participantsContainer .participants .participant-item .actions .transfer-proj-ownership.active
{
	opacity: 1;
}

#participantsContainer .participants .participant-item.account-suppressed
{
	background: rgba(255,0,0,.5);
}

#participantsContainer .participants .participant-item.account-suppressed .actions .transfer-proj-ownership,
#participantsContainer .participants .participant-item.account-suppressed .actions .go-to-profile
{
	display: none;
}

#participantsContainer .participants .participant-item.account-suppressed .error-message
{
	opacity: .5;
	font-style: italic;
}

#SimProjsContainer .SimProjsList .sim-proj-item .actions .action,
#candidatesContainer .candidates .candidate-item .actions .action,
#participantsContainer .participants .participant-item .actions .action
{
	opacity: .3;
	cursor: pointer;

    font-size: 23px;
    margin: 0 7px;

	transition: .4s all;
	-webkit-transition: .4s all;
}

#SimProjsContainer .SimProjsList .sim-proj-item .actions .action:hover,
#candidatesContainer .candidates .candidate-item .actions .action:hover,
#participantsContainer .participants .participant-item .actions .action:hover
{
	opacity: 1;
}

#participantsContainer .participants .participant-item .actions
{
	padding-right: 11px;
}

#candidatesContainer .candidates .candidate-item .actions .refuse:hover
{
	color: red;
}

#candidatesContainer .candidates .candidate-item .actions .accept:hover
{
	color: green;
}


#ProjectInfos.my-project #SimProjsContainer,
#ProjectInfos.my-project #candidatesContainer
{
	display: block;
}

#participantsContainer .candidates .go-to-profile,
#participantsContainer .participants li
{
	cursor: pointer;

    transition: .5s all;	
    -webkit-transition: .5s all;
}

#participantsContainer .participants .participant-item td:first-child,
#candidatesContainer .candidates .candidate-item td:first-child
{
	padding-right: 0;
}

#participantsContainer .participants .participant-item .connection-status,
#candidatesContainer .candidates .candidate-item .connection-status
{
	width: 9px;
	height: 22px;
	background: rgba(0, 128, 0, 0.32);
}

#participantsContainer .participants .participant-item.connected .connection-status,
#candidatesContainer .candidates .candidate-item.connected .connection-status
{
	background: hsla(120, 100%, 41%, 1);
    -webkit-box-shadow: 0 0 14px 2px green;
    box-shadow: 0 0 14px 2px green;
}


#ProjectsContainer > .project-error,
#ProjectsContainer.error > #ProjectInfos,
#ProjectsContainer.error > #TheProjects,
#ProjectsConcept
{
	display: none;
}

#ProjectsContainer.error > .project-error
{
	display: block;
	margin-top: 18px;
}

#ProjectsContainer > .project-error .fa
{
	display: block;
	opacity: .5;
	font-size: 174px;
}

#ProjectsContainer > .project-error .error-text
{
	opacity: .74;
	font-size: 24px;
	font-style: italic;
}

#ProjectsConcept
{
	position: relative;
	height: 250px;
}

#ProjectsConcept .header
{
	position: relative;
	height: 100%;
}

#ProjectsConcept .header .explanation
{
	z-index: 1;
	position: absolute;

	left: 0;
	right: 0;
	bottom: 0;
	top: 0;

	width: 100%;
	height: 100%;

	padding: 0 22px;

	color: rgba(255,255,255,.9);
	background: rgba(0,0,0,.5);
}

#ProjectsConcept .header .explanation p
{
	max-width: 900px;
	text-align: left;
}

#ProjectsConcept .content
{
	margin-top: 12px;
}

.ConnOrInscr
{
	width: 100%;
	text-align: center;
	margin-top: 22px;
}

.ConnOrInscr > button,
.ConnOrInscr > a
{
	display: block;
	font-style: normal;
	font-size: 18px;
	margin: 7px auto;
	padding: 12px 22px;
	width: 200px;

    background: hsla(240, 100%, 27%, 1);
    border: none;
	box-shadow: 0 0 1px black;
	
    transition: all .3s;
    -webkit-transition: all .3s;
}

.ConnOrInscr > a
{
	color: white;
	text-decoration: none;
	font-style: normal;
}

.ConnOrInscr > button:hover
{
    background: hsla(240, 100%, 32%, 1);
}
