
@media screen and (min-width: 0px) AND (max-width: 400px){

	.task_input{
		width: 250px !important; 
	}
	
	.project_input{
		width: 200px !important;
	}
	
	.task_text{
		width: 85% !important;
	}
	
	.task_data_text{
		width: 80% !important;
	}
	
	.group_data_text{
		width: 80% !important;
	}
	
	.search_input{
		width: 60% !important;
	}
	
}
	
@media screen and (min-width: 401px) AND (max-width: 520px){
		
	.task_input{
		width: 310px !important; 
	}
	
	.project_input{
		width: 250px !important;
	}
	
	.task_text{
		width: 85% !important;
	}
	
	.task_data_text{
		width: 80% !important;
	}
	
	.group_data_text{
		width: 80% !important;
	}
	
	.search_input{
		width: 60% !important;
	}
	
}

@media screen and (min-width: 521px) AND (max-width: 1000px){
		
	.task_input{
		width: 450px !important; 
	}
	
	.project_input{
		width: 340px !important;
	}
	
	.task_text{
		width: 90% !important;
	}
	
	.task_data_text{
		width: 85% !important;
	}
	
	.group_data_text{
		width: 85% !important;
	}
	
	
	

}

@media screen and (min-width: 1001px){
	.nav_container{
		width: 55px !important;
	}
	
	.nav_icon{
		width: 40px !important;
	}	
	
	.main_container{
		margin-right: 55px !important;
	}
}

@media screen and (max-height: 700px){
	.nav_container{
		display: block !important;
		position: inherit !important;
		width: 100% !important;
		border-radius: 5px !important;
		margin-bottom: 70px !important; 
	}
	
	.nav_contaner_text{
		display: inline-block !important;
		font-size: 16px !important;
		vertical-align:top !important;
		margin-top: 15px !important;
		color: black !important;
		
	}
	
	.nav_icon_first{
		margin-top: 10px !important;
	}
	
	.main_container{
		margin-right: 0px !important;
	}
	
	.nav_divider{
		width: 98% !important;
	}

	
}

/* :::::::::::: Common :::::::::::: */	
body{
	font-family: sans-serif;
	color: black;
	font-size: 12px;
}

/* :::::::::::: Custom :::::::::::: */	
.site_notice{
	font-size: 15px;
}

.alert_notice{
	background-color: #edca00; 
	padding: 10px; 
	color: #4d4000; 
	border-radius: 7px; 
	font-weight: bold; 
	font-size: 14px;
	text-shadow: none
}

.alert_error{
	background-color: #ff0e00; 
	padding: 10px; 
	color: #610000; 
	border-radius: 7px; 
	font-weight: bold; 
	font-size: 14px;
	text-shadow: none
}

.alert_info{
	background-color: #91caff; 
	padding: 10px; 
	color: #003455; 
	border-radius: 7px; 
	font-weight: bold; 
	font-size: 14px;
	text-shadow: none;
	margin: 10px;
}

.alert_success{
	background-color: #42d646; 
	padding: 10px; 
	color: #005503; 
	border-radius: 7px; 
	font-weight: bold; 
	font-size: 14px;
	text-shadow: none;
	margin: 10px;
}


.btn_submit {
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 2px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #9c9c9c;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  border: 1px;
  margin-top: 20px;
  -webkit-appearance: none !important;
}

.btn_submit:hover {
  background: #ee5656;
  text-decoration: none;
}

.embed_link{
	font-size: 12px;
	color: black;
	background-color: #dedede;
	padding: 3px;
	border-radius: 2px;
	text-decoration: none
}

.footer_container{
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 50px;
	background-color: white;
	width: 100%;
	padding: 5px;
	text-align: center;
	z-index: 100;
	overflow: hidden;
	border-top: 1px solid #e9e8e8;
}

.form_page{
	background-color: white;
	margin: 15px;
	padding: 30px;
	border-radius: 3px;
	border: 1px solid #d5d5d5;
}

.form_text{
	margin: 10px;
	font-size: 16px;
	text-align: left;
	line-height: 30px;
}

.form_text input[type=text],input[type=password]{
	font-size: 14px;
	width: 100%;
	max-width: 400px;
}

.form_label_header{
	width: 150px;
	display: inline-block;
}

.subnav{
	display: block;
	margin: 10px;
	
}
	
.subnav a{
	background-color: gray;
	color: white;
	font-size: 12px;
	padding: 5px;
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
	margin-right: 3px;
	margin-bottom: 5px;	
}

.header_icon{
	width: 23px;
	height: 30px;
	vertical-align: bottom;
}

.header_tag{
	background-color: #7d7d7d;
	color: white;
	font-size: 10px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 2px;
	display: inline-block;
	margin-right: 3px;
	}
	
.help_header{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.help_description{
	font-size: 14px;
}

.list_item{
	border-radius: 3px;
	padding: 10px;
	background-color: #E1E1E1;
	color: #333333;
	font-size: 15px;
	text-decoration: none;
	display: block;
	margin-top: 10px;
	box-sizing: border-box;
}

.list_item span{
	max-width: 100px;
	overflow: hidden;
}

.list_item_inline{
	border-radius: 3px;
	padding: 7px;
	background-color: #E1E1E1;
	color: #333333;
	font-size: 15px;
	text-decoration: none;
	line-height: 40px;
	white-space: nowrap;
}

.list_item_count{
	background-color: #7c7c7c;
	color: white;
	font-size: 12px;
	min-width: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 3px;
	display: inline-block;
	float: right;
	margin-right: 5px;
	text-align: center;
}



.list_item_count_flag{
	background-color: #7e1d1d;
}

.main_container{
	margin-right: 45px;
	margin-bottom: 50px;
}

.main_header{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-left: 10px;
}

.main_content{
	font-style: 12px;
	color: #000000;
}

.nav_container{
	position: fixed;
	right: 0px;
	top: 0px;
	width: 45px;
	height: 100%;
}

.nav_container a{
	display: block;
	text-decoration: none;
	overflow: hidden;
}

.nav_contaner_text{
	display: none;
}

.nav_icon{
	width: 30px;
	margin: 8px;
	opacity: 0.4; 
}

.nav_divider{
	border-bottom: 1px solid #62a434;
	width: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
}

.nav_icon_first{
	margin-top: 20px;
}

.nav_icon_active{
	opacity: 1;  !important;
}

.subnav_container{
	width: 100%;
	font-size: 12px;
	margin-top: 20px;
}

.subnav_container_header{
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
	color: black;
	margin-left: 5px;
	padding: 4px;
	margin-bottom: 7px;
}

.subnav_container a{
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
	background-color: #6b6b6b;
	color: white;
	margin-left: 5px;
	padding: 4px;
	border-radius: 2px;
	margin-bottom: 7px;
}

.subnav_container_link_active{
	background-color: #0b69ce !important;
}
	
.page_container{
 	margin: auto;
}


.page_header{
	display: inline-block;
	vertical-align: baseline;
	padding-bottom: 3px;
}

.project_container{
	margin-top: 20px;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	padding: 10px;
	background-color: white;
}

.project_task{
	margin: 5px;
	font-size: 16px;
	padding-top: 15px;
	clear: both;
}

.project_task_header{
	font-size: 15px;
	color: #a9a9a9;
	clear: both;
	padding-top: 20px;
}

.project_input{
	width:500px; 
	height: 30px; 
	font-size: 20px; 
	font-weight: bold;
	border: white;
	background-color: #f6f6f6;
	outline: none;
	display: inline-block;
}

.project_header_tag{
	color: #757575;
	font-size: 16px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 2px;
	display: inline-block;
	margin-right: 5px;
	text-decoration: none;
}

.project_header_box{
	border-bottom: 1px solid #d3d3d3;
}

.project_add{
	float: right; 
	cursor: pointer; 
	font-size: 15px;
	font-weight: bold;
	color: #818181;
	display: inline-block;
}

.project_collapse{
	float: right; 
	cursor: pointer; 
	font-size: 15px;
	font-weight: bold;
	color: #818181;
	display: inline-block;
}

.project_header_tag_spacer{
	clear: both;
	padding-top: 15px;
}

.group_header_tag{
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	text-decoration: none;
	margin-right: 15px;
}

.group_header_box{
	clear: both;
	padding: 10px;
	display: block;
	border-radius: 5px;
	position: relative;
}

.group_add{
	position: absolute;
	top: 11px;
	right: 10px;
	cursor: pointer; 
	font-size: 15px;
	font-weight: bold;
}

.group_header_tag_spacer{
	clear: both;
}

.search_input{
	width: 300px; 
	height: 25px; 
	font-size: 14px; 
	font-weight: bold;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	border: white;
	white-space: nowrap;
	border-bottom: 1px solid #d8d8d8;
	outline: none;
	background-color: #f6f6f6;
}

.task_input{
	width: 500px; 
	height: 25px; 
	font-size: 14px; 
	font-weight: bold;
	margin-top: 10px;
	border: white;
	white-space: nowrap;
	border-bottom: 1px solid #d8d8d8;
	outline: none;
}

.task_input_plus{
	font-size: 18px; 
	font-weight: bold; 
	display: inline-block;
	color: #878787;
}

.task_flag{
	float: left; 
	display: inline-block;
}

.task_flag img{
	width:12px;
	opacity: 0.2; 
	vertical-align: top; 
	margin-top: 3px;
	margin-right: 3px;
}

.task_checkbox{
	float: left; 
	display: inline-block; 
	margin-top: 2px;
}

.task_text{
	display: inline-block;
	float: left;
	width: 70%;
	margin-left: 5px;
}

.task_text_flagged{
	color: #a80b0b !important;
}

.task_text_done{
	color: #a4a4a4 !important;
}

.task_text_done_temp{
	color: #a4a4a4 !important;
	text-decoration: line-through;
}

.task_tag{
	background-color: #7EC24E;
	color: white;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 2px;
	display: inline-block;
	float: left;
	margin-right: 5px;
	text-decoration: none;
	}
	

	
.task_tag_flagged{
	background-color: #a20000;
}

.task_tag_done{
	background-color: #a4a4a4;
}

.task_link{
	background-color: black;
	color: white;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 2px;
	display: inline-block;
	float: left;
	margin-right: 5px;
	text-decoration: none;
	}
	

	
.task_link_flagged{
	background-color: #a20000;
}

.task_tag_date{
	background-color: #0057a3;
}

.task_data_text{
	display: none; 
	width: 85%;
	height: auto;
	font-size: 12px;
	padding: 10px;
	border: 1px solid #c9c9c9;
	border-radius: 3px;
	outline: none;
	float: left;
	margin-left: 5px;
}

.task_data_text_input{
	margin-bottom: 5px;
}

.group_data_text{
	display: none; 
	width: 85%;
	font-size: 14px;
	padding: 5px;
	border: 0px;;
	border-radius: 3px;
	outline: none;
	margin-left: 5px;
}

.tip_header{
	font-size: 18px; 
	font-weight: bold;
	margin-bottom: 10px;
}


