body{
	background: #021128;
	margin:0;
	width:100%;
	font-family: Arial;
}
#content{
	max-width: 80%;
	margin:100px auto;
	text-align: left;
}

a{
	color:#f3ec1a;
	text-decoration: none
}
h1,h2,h3,h4,h5,p,li{
	font-family: Arial;
    color: #fff;
}
button{
	cursor: pointer;
	padding:10px 20px;
	background: #f3ec1a;
	color:#000;
	border:none;
}

input,select{
	box-sizing: border-box;
	padding:10px;
}

#menu{
	max-width: 80%;
    text-align: left;
    margin: 50px auto;
}
#menu ul{
	padding-left:0;
}
#menu li{
	display: inline-block;
	margin-right: 20px;
}
#menu li:last-child(){
	margin-right:0;
}
#menu li a{
	color:#fff;
	font-size: 16px;
}
.path{
	border-bottom: 1px solid grey;
	padding-bottom: 10px;
	margin-top:10px;
	margin-bottom:10px;

}

.path strong, .path a{
	font-size:20px;
	color: #fff;
	text-decoration: none;
}
.path strong{
	color:#fff;
}
/*
** Project 
*/

.active h4 span{
	display: inline-block;
    background-color: #01ec01;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    margin-right: 10px;
}
.complete h4 span{
	display: inline-block;
    background-color: #f3ec1a;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    margin-right: 10px;
}
.canceled h4 span{
	display: inline-block;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    margin-right: 10px;
}


#project .description{
	border:1px solid grey;
	padding:10px 20px;
}
.project_listed{
	text-align: left;
	margin-right: 10px;
    border: 1px solid grey;
    padding: 10px;
    width: calc(33% - 40px);
    display: inline-block;
    position: relative;
    min-height:150px;
    vertical-align: top;
	}
	.project_listed:last-child(){
		margin-right:0;
	}
	.project_listed h4{
		margin-top: 0;
	}
	.project_listed{
		
	}
	.project_listed{
		
	}

	

.project_intro{
	border: 1px solid #fff;
    padding: 10px;
}
.project_intro h4{
	margin-top:0;
}
.project_intro a{
	margin-right:10px;
}
/*
** Tasks 
*/
#record_activity button a{
	color:#000;
}
.description{
	color:#fff;
}
#tasks_area{
	margin-top:20px;
}

.task_listed{
	margin-top:20px;
	border:1px solid #e4e4e4;
	padding:20px;
	position:relative;
}
.task_listed h4{
	margin-top:0;
	margin-bottom:0;
}
.task_listed .task_listed_id{
	position: absolute;
	right:20px;
	top:20px;
	color:grey;
}
.task_listed .extra{
	display:none;
}
.task_listed .description{

}

.task_listed a, .project_listed a{
	margin-right:10px;
}


table {
	font-family: Arial;
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #e3e6f0;
	color: #474748;
}

table a{
	margin-right:10px;
}
table a:last-child(){
	margin-right:0;
}

table thead{
	color: #fff;
}

td, th {
  border: 1px solid #fff;
  text-align: left;
  padding: 8px;
  color:#fff;
}

tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.ck-editor p,
.ck-editor h1,
.ck-editor h2,
.ck-editor h3,
.ck-editor h4,
.ck-editor h5,
.ck-editor li,
.ck-editor span
{
	color:#000;
}
.form-insert-project{
	max-width: 100%;
}
.form-insert-project label{
	display: block;
	margin-bottom:10px;
	width:100%;
	color:#fff;
}
.form-insert-project input, .form-insert-project textarea, .form-insert-project select{
	margin-bottom:10px;
	display: block;
}

.form-invite{
	margin-top:20px;
	border:1px solid #fff;
	padding:10px;
	display: block;
}
.form-invite h4{
	margin-top:0;
}
.form-invite label{
	color:#fff;
}
.form-invite input{
	display: inline-block;
}
.form-invite select{
	padding:10px;
}
.form-update-user{
	display: inline-block;
}
.form-update-user input{display:inline-block;}

#record{
	display: block;
	padding:20px;
}
#record button{
    padding: 10px;
    color: #fff;
    background: #009800;
    border: 1px solid #016301;
    border-radius: 50px;
    cursor: pointer;
}

/*
** Login / register
*/


.form-signin{
	vertical-align: top;
	display: inline-block;
	background-color:#fff;
	padding:20px;
	border-radius:4px;
	min-width: 300px;
	min-height: 300px;
	text-align: left;
	margin-bottom:20px;
	}
	.form-signin input{
		display: block;
		width: 100%;
		margin-bottom:10px;
	}
	.form-signin h2{
		color:#000;
	}
	.form-signin .heading-error{
		color:red;
	}

.form-signout{
	vertical-align: top;
	display: inline-block;
	background-color:#fff;
	padding:20px;
	border-radius:4px;
	min-width: 300px;
	min-height: 300px;
	text-align: left;
	}
	.form-signout input{
		display: block;
		width: 100%;
		margin-bottom:10px;
	}
	.form-signout h2{
		color:#000;
	}
	.form-signout .heading-error{
		color:red;
	}

/*
** Mobile
*/
@media screen and (max-width: 900px) {
	.form-signin{
		max-width: 100%;
		min-width:100%;
		min-height:auto;
	}



}/*end of mobile*/