@charset "utf-8";
/* CSS Document */

html {
    overflow-y: scroll;
}

body {
	/*background: #dddedd;*/
    background: #eae9e9;
}

a:link, a:visited, a:hover, a:active{
    text-decoration: none;
}

#container {
	margin:0 auto;
	position:relative;
	max-width:798px;
    min-height:500px;
    background: #fff;
    padding-bottom: 10px;
    overflow: auto;
}
.inner-container {
	max-width:600px;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size:1.1em;
    color: #635244;
}
.stats_stamp{
    float: left;
    width: 196px;
    margin-left: 22px;
    margin-top: 20px;
}

.title3{
	font-size:24px; 
	font-weight:bold;
	line-height:40px
	}
.txtField{
	font-size:14px;
	border:1px solid #CCC;
	height:30px;
	}
.txtFieldLabel{
	font-size:16px;
	}

.input{
	font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
	font-weight:200;
	font-size:24px;
	padding:3px;
	margin-top:2px;
	margin-right:6px;
	margin-bottom:16px;
	border:1px solid #999;
	outline:none;
	box-shadow:inset 1px 1px 2px rgba(200,200,200,0.2);
    background-color: #ffffff;
	}

#login{
    width:400px;
    margin:7em auto;
    background-color: #fffaf0;
    border:2px;
    border-style:solid;
    border-color: #C1C1C1;
    border-radius: 40px;
    padding: 20px 40px 30px 40px;
}

.notify_error{
	color:#F00;
	font-weight: bold;
}

.add_goal_form{
    border: 2px solid #bfbfbf;
    padding: 10px;
}

.goal_counters{
    margin:0 0 8px 0;
    padding: 22px 5px 7px 5px;
    position: relative;
}

.goal_counters a{
    text-decoration: none;
    font-weight: bold;
    color: #003366;

}
.counter_row, .mg_row {
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 0.8em;
    font-weight: bold;
    display: block;
    height: 20px;
    line-height: 20px;
    margin: 0 0 0 0;
    position: relative;
    padding:0 5px 0 10px;
    cursor: pointer;
}
.counter_row_selected {
    text-decoration: none;
    display: block;
    height: 20px;
    margin: 0 0 0 0;
    position: relative;
    /*padding:0 50px 0 20px;*/
    background: rgba(196, 245, 98, 0.46);
    /*background-image: url(../images/arrow_dots.png);*/
    /*background-repeat:no-repeat;*/
    /*background-position: 7px 4px;*/
    border-radius: 7px;
}

.cr_indent{
    padding-left: 20px;
    /*font-weight: normal; */
    color: #003366;
}
.counter_row:hover, .mg_row:hover, .mg_cont:hover {
    background: #DAD5F8;
}

.cr_hover{
    background: #919c7e;
}

.cr_stick{
    background: #6ba1ff !important;
}

.counter_number {
    font-size: 0.9em;
    font-weight: normal;
}

.mad_goals_progress, .list_users, .goal_counters, .mg_controls_container{
    border: 2px solid;
    border-color: #f5f1e7;
    /*border-radius: 8px;*/
    background-color: #fffaf0;
}

.mad_goals_progress{
    margin:10px 0 8px 0;
    padding: 25px 5px 7px 5px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.list_users{
    margin:10px 0 8px 0;
    padding: 22px 5px 7px 5px;
    position: relative;
}


.mad_goals_progress a{
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: #003366;
}

.progress_bar_container{
    display: block;
    height: 6px;
    border: 1px solid;
    border-color: #a1abff;
    text-align: center;
    position: relative;
    background-color: white;
    margin: 3px 6px 5px 10px;

}
.progress_bar_filler{
    background: #a1abff;
    display: block;
    height: 100%;
    /*width: 55px;*/
    position: absolute;
    top:0;
    left:0;
}
/*
.progress_bar_numbers{
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    text-align: center;
    top:0;
    left:0;
}
*/

.goal_list{
    width: 800px;
    padding: 10px;
	margin-left: auto ;
 	margin-right: auto ;
}


.header_l, .header_r{
    max-width: 778px;
    padding: 10px;
    height: 30PX;
	margin-left: auto ;
 	margin-right: auto ;
    background: #716f61;
    color: #f1f1f0;
    box-shadow: 0 5px 5px #323232;
}
.header_l a, .header_r a{
    font-family: Arial;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    color: #f1f1f0;
}
.header_l a:hover, .header_r a:hover{
    color: #ffff99;
}

.header_r{
    text-align: right;
}

.header_profile{
    position: absolute;
    right: 30px;
    top: 0;
    /*left: 595px;*/
    padding: 4px 4px 4px 43px;
    /*text-align: center;*/
}


.header_profile a{
    font-weight: normal;
    font-size: 0.7em;
    text-decoration: none;
    color: #f1f1f0;
}

.header_profile img{
    position: absolute;
    top: 8px;
    left: 0;
    border: 2px solid white;
}

.header_UN_links{
    margin-top: -4px;
}

.header_profile .header_UN{
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;
    color: #f1f1f0;
}


.footer{
    width: 780px;
    padding: 10px;
	margin-left: auto ;
 	margin-right: auto ;
}
.footer a{
    font-family:Times;
    font-weight: bold;
    text-decoration: none;
    color: #999999;
}
.footer a:hover{
    color: #716f61;
}

#GoalDescription_add{
    margin:  6px 0 10px;
    width: 300px;
}

.PrivacyCheckbox{
    margin-left: 10px;
}

.add_goal_form #Select_Category {
    margin: 0 0 20px 0;
}

#Goal_Privacy{
    margin-left: 0;
}


.todoList .highlight{
    background-color: #feff04;
    border-color: #ff790f;
}


.content_column{
    float: right;
    margin: 20px 10px 15px 0;
    /*position: relative;*/
    width: 69%;
}

/* new styling for unordered list */
ul.todoList{
	width:550px;
	position:relative;
    margin: 0;
    padding-left: 0;

}

ul.todoList li{
	background-color: #f9f9f9;
	border:2px solid #D2D0C7;
	list-style:none;
	margin:6px 0 10px;
	position:relative;
    min-height: 35px;
    border-radius: 6px;
}

ul.todoList li:hover{
	border-color:#9be0f9;
}

.todo .text{
	color:#777777;
	font-size:1.2em;
}
/****************/
/*Madgoals list */
/****************/

#accordion_container{
    margin-left: 15px;
    margin-top: 15px;
    /*display: block;*/
    width: 68%; /*problem if higher*/
    display: none;
}

.p_left_column_container #accordion_container{
    width: 95%;
    margin:2.5%;
}

#accordion_container a.text{
	position:relative;
	top:0px;
    display:block;
    width:80%;
   	/*min-height:33px;*/
    cursor:pointer;
    text-decoration: none;
    padding:6px 9px 27px;
}

.Icon_right{
    background-image: url(../images/icon_right.png) !important;
    width: 16px;
    height: 16px;
}
.Icon_down
{
    background-image: url(../images/icon_down.png) !important;
    width: 16px;
    height: 16px;
}

.mgCategoryList{
	position:relative;
	/*background-color: #dfffc1;*/
    /*background-color: #d8dfd7;*/
    background-color: #e5f0e3;
	/*border:1px solid #dbdada;*/
	list-style:none;
	margin:5px 0;
	padding:6px 9px;
	position:relative;
	cursor:pointer;
}

.mgCategoryList .text{
	color:#1f1a17;
	font-size:1.2em;
    margin-left: 10px;
}

.mgCategoryList .numbers{
	color:#1f1a17;
	font-size:1.2em;
    position: absolute;
    right: 4px;
    top: 5px;
}

ul.madGoalList{
	position:relative;
    margin-top: 0;
    padding: 0 0 0 15px;
}

ul.madGoalList .numbers{
	color:#1f1a17;
	font-size:1em;
    font-weight: bold;
    position: absolute;
    right: 4px;
    top: 5px;
}

ul.madGoalList .target{
    position: absolute;
    right: 4px;
    top: 23px;
    width: 22px;
    height: 22px;
}


li.madGoal_outstanding, li.madGoal_done{
	border:2px solid;
	list-style:none;
	margin:6px 1px;
	position:relative;
    min-height: 45px;
    border-radius: 8px;
}

li.madGoal_outstanding{
    background-color: #fffb9c;
    border-color: #f2ee94;
}

li.madGoal_done{
    background-color:#F0EDF2;
    border-color: #DEDEDE;
}

.madGoal_outstanding .text{
	color:#1f1a17;
	font-size:1.2em;
}

.madGoal_done .text{
	color: #a196a1;
	font-size:1.2em;
}


ul.madGoalList li:hover{
	border-color: #737373;
}

.com_pic_stat, .com_msg_stat, .com_note_stat{
    position: absolute;
    bottom: 6px;
    text-align: center;
    font-weight: bold;
    font-size: 0.7em;
}

.com_pic_stat{
    left: 20px;
    background-color: #ffa646;
    color: #ffffff;
    width: 90px;
}

.com_msg_stat{
    border: 2px solid #D5DDE6;
    color: #43A0FF;
    left: 280px;
    width: 90px;
}

.com_note_stat{
    left: 380px;
    /*background-color: #78ca08;*/
    color: #78ca08;
    width: 70px;
    border: 2px solid #D5DDE6;
    /*border-left: solid 1px #78ca08;*/
}



.com_pic_shade, .com_msg_shade, .com_note_shade{
    position: absolute;
    bottom: 3px;
    text-align: center;
    font-weight: bold;
    font-size: 0.7em;
    background-color: #e0e0e0;
    color: #f9f9f9;
}

.com_pic_shade{
    left: 20px;
    width: 90px;
}

.com_msg_shade{
    left: 115px;
    width: 90px;
}

.com_note_shade{
    left: 210px;
    width: 90px;
}



/* Small buttons next to each goal
*************************************
************************************/
.todo .actions{
	position:absolute;
	right:7px;
	top:6px;
}

.todo .draggable{
	position:absolute;
	left:0px;
	top:0px;
    /*display:block;*/
    display: none;
  	width:9px;
   	height:100%;
    background-color: #f5ad66;
    cursor:move;
}

.todo .draggable_shade{
	position:absolute;
	left:0px;
	top:0px;
  	width:9px;
   	height:100%;
    background-color: #e0e0e0;
    cursor:move;
}

.todo .text a{
	position:relative;
	left:10px;
	top:0px;
    display:block;
    width:80%;
    cursor:pointer;
    text-decoration: none;
    padding:6px 6px 27px;
}

.todo .text a:link, .todo .text a:visited {
    color:#777777;
}

.todo .text a:hover {
    color: #0a0a0a;
}

.todo .actions a{
	display:block;
	width:16px;
	height:16px;
	overflow:hidden;
	float:left;
	text-indent:-9999px;
	margin:3px;
}

.todo .actions a.edit{
	background:url("../images/edit.png") no-repeat center center;
}
.todo .actions a.edit1{
	background:url("../images/edit1.png") no-repeat center center;
}
.todo .actions a.delete{
	background:url("../images/delete.png") no-repeat center center;
}
.todo .actions a.private{
	background:url("../images/pad_color.png") no-repeat center center;
}
.todo .actions a.private_not{
	background:url("../images/pad_plain.png") no-repeat center center;
}
.todo .actions a.recover{
	background:url("../images/recover.png") no-repeat center center;
}
.todo .actions a.outstanding{
	background:url("../images/mark_done.png") no-repeat center center;
}
.todo .actions a.done{
	background:url("../images/mark_undone.png") no-repeat center center;
}

.todo .actions .notes{
	background:url("../images/note-y16.png") no-repeat center center;
}

.todo .actions .images{
	background:url("../images/photo-16.png") no-repeat center center;
}

.todo .actions .images, .todo .actions .notes{
	display:block;
	width:16px;
	height:16px;
	overflow:hidden;
	float:left;
	margin:3px;
}

/* edit goal page styling start */

.edit_goal_form{
    padding: 6px 10px 6px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #d0d1cf;
    background-color: #e3dbcc;
    margin: 12px 10px 10px 10px;
}

.input_Goal_Edit{
   	font-size:1em;
    color: #676d75;
   	padding:2px;
   	margin-top:2px;
   	margin-right:6px;
    margin-bottom:2px;
    border-style: solid;
    border-width: 1px;
    border-color: #d0d1cf;
   	outline:none;
    background-color: #ffffff;
}

.edited_time{
    margin: 15px;
    font-size: 0.8em;
    color: #806a5c;
    text-align: center;
}

.completed_time{
    margin: 15px;
    /*font-size: 0.8em;*/
    color: #806a5c;
    text-align: center;
}

.MG_stamp{
    margin: 15px;
    font-weight: bold;
    /*font-size: 0.8em;*/
    color: #806a5c;
    text-align: center;

}

.SelectGoalStatusContainer, .SelectGoalCategoryContainer{
    text-align: center;
    margin: 15px;
}
.PrivacyCheckboxContainer{
    text-align: center;
    margin: 15px;
}


.edit_goal_form .g_button{
    margin-top:8px;
}

.edit_goal_form .g_button, .r_button{
    margin: 10px;
}
.edit_goal_form .r_button{
    line-height:24px;
}

#GoalDescription{
    /*width:520px;*/
    width:455px;
    margin-bottom: 4px;
    font-weight: bold;
}
#goal_content{
	width:455px;
}
#goal_content{
	height:300px;
}

input#goalTitle{
    width: 99%;
    font-weight: bold;
    font-size: 1em;
    margin: 8px 0;
}


#msg_goal_status, #msg_goal_category{
    color: #8dcc17;
    font-weight: bold;
    font-size: 0.8em;
}

/* edit goal page styling end */

/* Buttons -----------------------------------------------------------------------------------------------------------*/

.add_goal_form .g_button{
    margin-top:1px;
}

.g_button,
.g_button:visited{
	color: #666666;
	display:block;
    padding: 0 0 0 0;
	height:26px;
	width:100px;
	background:url("../images/g_button.png");
    font-size: 14px;
    font-weight: bold;
    border: 0;
    text-decoration:none;
    text-align: center;
}
.g_button:hover{
	text-decoration:none;
    color: #000000;
}
.r_button,
.r_button:visited{
	color: #666666;
	display:block;
    padding: 0 0 0 0;
	height:26px;
	width:100px;
	background:url("../images/r_button.png");
    font-size: 14px;
    font-weight: bold;
    border: 0;
    text-decoration:none;
    text-align: center;
    
}
.r_button:hover{
	text-decoration:none;
    color: #000000;
}

input::-moz-focus-inner /*Remove button padding in FF*/
{
    border: 0;
    padding: 0;
}

.recover{
    color: #00ccff;
    font-size: 10px;
    font-weight: bold;
    border: 0;
}

#login .g_button{
    margin:10px 0 25px 0;
}
/* Buttons end*/

.work_status{
	float:right;
	color:#ff0000;
	text-align:right;
}

.error_box{
    width: 300px;
    float: right;
}

label.desc {
    line-height: 150%;
    margin: 0;
    padding: 0 0 3px 0;
    border: none;
    display: block;
    white-space: normal;
    width: 100%;
    color: #635244;
    font-size: 1.1em;
}
#album_placeholder{
    margin: 10px 0;
}

.album .photo{
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 0;
    position: relative;
}

.album img {
    padding:4px;
    border: solid 1px;
    border-color: #E8E8E8;
    background-color: white;
    box-shadow: 4px 4px 5px #969292;
    margin: 2px;
}

.album{
    padding:4px;
}

.image_description {
	height: 25px;
	width: 95px;
	display:table-cell;
	align: center;
	vertical-align: middle;
	word-wrap: break-word;
}

.add_goal_button,
.add_goal_button:visited{
	color: #ffffff;
	display:block;
    padding: 4px 5px;
	height:21px;
    background-color: rgb(67, 160, 255);
    background-position:right;
    font-size: 18px;
    font-weight: bolder;
    border: 0;
    text-decoration:none;
    text-align: center;
    width: 150px;
    border-radius: 6px;
    margin-bottom: 4px;
}
.add_goal_button:hover{
	text-decoration:none;
    color: #000000;
    /*background-color: rgb(255, 250, 240);*/
}

#nominate{
    display: block;
    border-style: solid;
    border-width: 2px;
    border-color: #b0bf9c;
    background-color: #becea8;
    width: 178px;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: 15px;
    margin-left: 10px;
    margin-top: 5px;
    /*position: absolute;*/
    /*right: 30px;*/
    /*top: 55px;*/
}

#nominate a, #nominate a:visited {
    text-decoration: none;
    color: #ffffff;
}
#nominate a:hover{
    text-decoration: none;
    color: #7e8a72;
}

#nominate a{
    display:block;
    padding: 10px;
}

a.pic_option_del{
    position: absolute;
    bottom: 7px;
    right: 7px;
    display: block;
    width: 65px;
    height: 18px;
    opacity: 0.7;
    background-color: #b05042;
    text-decoration: none;
    color: #fff;
    line-height: 16px;
    text-align: center;
    font-weight: bold;
}
a.pic_option_edit{
    position: absolute;
    bottom: 7px;
    left: 7px;
    display: block;
    width: 65px;
    height: 18px;
    opacity: 0.7;
    background-color: #8dcc17;
    text-decoration: none;
    color: #fff;
    line-height: 16px;
    text-align: center;
    font-weight: bold;
}

a.pic_option_del:hover, a.pic_option_edit:hover{
    opacity: 1;
}

.pic_caption{
    position: absolute;
    top: 9px;
    right: 9px;
    display: block;
    width: 40px;
    height: 15px;
    opacity: 0.85;
    background-color: #fefdff;
    text-decoration: none;
    color: #615a59;
    line-height: 15px;
    text-align: center;
    /*font-weight: bold;*/
    font-size: 0.8em;
    border: solid 1px #676d75;
}


a.mg_option_target, a.mg_option_mark_done{
    position: absolute;
    display: block;
    width: 84px;
    height: 40px;
    /*opacity: 0.85;*/
    line-height: 40px;
    text-align: center;
    font-weight: bolder;
    font-size: 0.9em;
    text-decoration: none;
    color: #fff;
    border: solid 2px;
    border-radius: 8px;
}

a.mg_option_target{
    top: 4px;
    right: 115px;
    background-color: #ffab2c;
    border-color: #ffab2c;
}
a.mg_option_mark_done{
    top: 4px;
    right: 25px;
    background-color: #becea8;
    border-color: #becea8;
}

a.mg_option_target:hover, a.mg_option_mark_done:hover{
    /*opacity: 1;*/
    /*color: #9c9c9c;*/
    border-color: #9c9c9c;
    background-color:#9c9c9c;
}



/*Comments section start*/
/*>>>>>>>>>>>>>>>>>>>>>>*/

#comments_add_form_placeholder{
   /*border: solid 1px #ffbe59;*/
   padding: 0 3px 3px 0;
   /*background: #d8dfd7*/
}

.single_comment_container{
    border-top: solid 1px #c0bcc4;
    margin-top: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    min-height: 64px;
}

.goal_comments{
}

.comment_info{
    margin-left: 60px;
}

.add_comment_form{
	/*display: table-row;*/
}

.comment{
	border-top: black 1px solid;
}

.comment_header{
    margin-bottom: 5px;
}

.goal_comments .trigger{
    margin-left: 10px;
    font-size: 0.8em;
    color: #6b71ff;
    font-weight: bold;
}

a#add_comment:link, a#add_comment:visited{
    text-decoration: none;
    color: #6b71ff;
}

.comment_picture{
    float: left;
    margin: 8px 0 0 0;
    /*clear: both;*/
}

.comment_user_name{
	font-weight: bold;
	color: #6b71ff;
    font-family: arial;
    font-size: 0.7em;
}

.comment_message{
}

#comment_count{
    font-weight: bold;
    color: #4d4d4d;
    font-family: arial;
    font-size: 0.9em;
}

.comment_datetime{
	font-family: arial;
	font-size: 0.7em;
	color: #003355;
}

.comment_actions{

}

.comment_delete{
	text-decoration: none;
    font-size: 0.7em;
    color: #ff0000;
    font-family: arial;
}

#add_comment_text{
	width:426px;
	height:45px;
    margin: 8px 0;
}

.add_comment_button{
	align: right;
}

.post_button,
.post_button:visited{
    margin-right: 30px;
    margin-bottom: 5px;
	color: #ffffff;
    background:#728660;
	display:block;
    padding: 0 0 0 0;
	height:22px;
	width:65px;
    font-size: 14px;
    font-weight: bold;
    border: 0;
    text-decoration:none;
    text-align: center;
    cursor:pointer;
}
.post_button:hover{
    background: #595E52;
}


/*<<<<<<<<<<<<<<<<<<<<*/
/*Comments section end*/


#datepicker1{
    /*margin-left: 240px;*/
}

.ui-dialog-content textarea {
    display: block;
    width: 99%;
    height: 90%;
    margin-left: auto;
    margin-right: auto;
}

.ui-dialog-content fieldset{
    /*height: 190px;*/
    height: 92%;
}
.ui-dialog-content form{
    height: 100%;
}

#dialog-note{
    /*margin: 0 20px;*/
}

#goal_notes{
    /*width: 496px;*/
    width: 99%;
    height: 40px;
}

#goal_notes_existing{
    width: 99%;
    min-height: 300px;
}

.editTodo, .editTodoEx{
	display:inline;
	font-size:0.9em;
}

.editTodo a, .editTodoEx a, .saveCancel a{
	font-weight:bold;
}

a.discardChanges{
	color:#C00 !important;
}

a.saveChanges{
	color:#4DB209 !important;
}

a.discardChangesEx{
	color:#C00 !important;
}

a.saveChangesEx{
	color:#4DB209 !important;
}

/*from madgoals.css
>>>>>>>>>>>>>>>>>*/
#add_note {
    width: 136px;
    display: block;
    background-color: #bd9c89;
    margin-left: 45px;
}
#add_note a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align:center;
    cursor: pointer;
    color:#fff;
    padding: 3px 0 3px 0;
}
#add_note:hover {
    text-decoration: none;
    background-color: #806a5c;
}

.mg_info_container{
    width: 100%;
    display: block;
    border-width: 1px;
    /*margin: 20px;*/
}

.mg_info_header_done, .mg_info_header_outstanding{
    width: 492px;
    display: block;
    padding: 4px;
    font-size: 1.1em;
    font-weight: bold;
}

.mg_info_header_outstanding{
    background-color: #b76767;
    color: #fffaf0;
}

.mg_info_header_done{
    background-color: #dedae3;
    color: #a196a1;
}

li.madGoal_outstanding{
    background-color: #FFFDC2;
    color:#1f1a17;
}

.mg_info_body_done, .mg_info_body_outstanding {
    width: 492px;
    display: block;
    padding: 4px;
    font-weight: bolder;
}

.mg_info_body_done{
    background-color: #f0eaf0;
    color: #9e5959;
    border-color: #b76767;
}

.mg_info_body_outstanding{
    background-color: #ffd3cf;
    color: #9e5959;
    border-color: #b76767;
}

.mg_controls_container{
    width: 180px;
    margin: 20px 50px 20px 20px;
    border-style: solid;
    border-width: 2px;
    float: right;
}

#privacy {
    width: 126px;
    display: block;
    /*background-color: #c8f088;*/
    margin-left: 45px;
    margin-top: 10px;
    padding: 3px 0 3px 10px;
}

a.change:link, a.change:visited{
    text-decoration: none;
    color: #5994ff;
    font-weight: bold;
}
#privacy_info{
    text-decoration: none;
    font-weight: bolder;
    font-size: 1.1em;
    cursor: pointer;
}

.tooltip {
    display:none;
    background:transparent;
    background-color:#000;
    font-size:12px;
    /*height:70px;*/
    width:160px;
    padding:25px;
    color:#eee;
}

.left_column_container{
    margin: 20px 15px 15px;
    max-width: 500px;
}

#notes_placeholder{
    margin: 15px 0;
    background: #d1eaff;
    border: solid 1px;
    border-color: #7e97cc;
    padding: 6px;
    box-shadow: 4px 4px 5px #969292;
}

.note_content_container{
    background: #e8f0ff;
    padding: 6px;
    border-left: 1px solid #b6cbde;
    border-top: 1px solid #b6cbde;
}

#edit_note_trig_container{
    float: right;
    font-weight:bold;
    font-size:0.9em;
}

#edit_note_trig_container a{
    color:#C00 !important;
}

/*end from madgoals.css
<<<<<<<<<<<<<<<<<*/


/*for p_user page*/
.p_left_column_container{
    margin: 15px;
    max-width: 560px;
    padding: 10px;
}

.upic_stamp{
    float: right;
    margin: 30px;
    text-align: center;
}

.username{
    font-size: 1.2em;
    font-weight: bold;
    color: #445346;
    text-align: center;
}

a .username{
    text-decoration: none;
}

a img{
    border:0;
}

.p_goal_list_container{
    /*border: 1px solid #4b736e;*/
    margin-top: 10px;
}
.p_goal_list_container_header{
    font-size: 1.2em;
    font-weight: bold;
    color: #F1F1F0;
    background-color: #716F61;
    padding: 9px;
}

.p_goal_list_container_header .uname{
    /*font-size: 1.4em;*/
    color: #f1ef13;
    /*background-color: #989686;*/

}


.sub_header{
    font-size: 1.2em;
    font-weight: bold;
    color: #445346;
}

ul.p_goal_list{
    /*padding-left: 0;*/
    width: 95%;
    padding: 2.5%;
    margin: 0;
}

ul.p_goal_list a{
    text-decoration: none;
    position:relative;
    top:0px;
    display:block;
    /*width:80%;*/
    /*min-height:33px;*/
    cursor:pointer;
    text-decoration: none;
    padding:6px 9px 27px;

}

.goals_stat_line{
    font-size: 0.9em;
    font-weight: bold;
    margin-top: 20px;
}

.others_heading{
    font-size: 0.9em;
    font-weight: bold;
    color: #474747;
    background-color: #f0ece2;
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    padding: 1px 7px;
    text-align: left;
    /*border-radius: 6px;*/
    /*height: 25px;*/
}

a.others_line{
    font-size: 0.9em;
    color: #7d9dbf;
    text-decoration: none;
    font-weight: bold;
    margin-left: 8px;
    margin-bottom: 3px;
    display: block;
}

.others_list {
    padding-left:8px;
	margin-left:8px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: square;
    color: #70806c;
}

.others_list a{
    font-size: 0.9em;
    font-weight: bold;
    color: #7d9dbf;
    text-decoration: none;
}

.others_list li{
    margin-bottom: 5px;
}


a.link3:link, a.link3:visited{
    color: #5994FF;
    font-size: 1.1em;
}

a.link3:hover {
    color: #22346e;
}

.MG_goal_sign{
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: bold;
    font-size: 0.9em;
    background-color: #ebebeb;
    color: #ababab;
    width: 30px;
    text-align: center;
   /* border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;*/
}

.Category_label{
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: bold;
    font-size: 0.9em;
    background-color: #ebebeb;
    color: #ababab;
    /*width: 30px;*/
    text-align: center;
}

.MG_padlock_sign{
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: bold;
    font-size: 0.9em;
    background-color: #ebebeb;
    background-image: url(../images/pad_color.png);
    color: #ababab;
    width: 16px;
    height: 16px;
    text-align: center;
    border: 1px solid red;
}

#loader{
    margin-top: 50px;
    text-align: center;
    width: 68%;
    height: 100px;
    /*display: none;*/
}

.MGnote{
    margin: 10px;
    border : solid 2px;
    border-color: #d4ccd9;
    background : #fffb9c;
    /*color : #ffffff;*/
    padding : 4px;
    /*width : 200px;*/
    height : 200px;
    overflow : auto;
}

#profile_pic_section{
    width: 150px;
}

.right_column{
    width: 205px;
    padding: 10px;
    position: absolute;
    top: 50px;
    bottom: 0;
    right: 0;
}

.side_text{
    margin: 10px 5px;
    font-style: italic;
    padding: 10px;
    color: #838173;
    border-bottom: 3px solid #becea8;
    font-weight: bold;
    font-size: large;
}

.nav_header{
    line-height: 35px;
}

.ingoal_tmb{
    background-color: white;
    border: 1px solid #E4E4E4;
    box-shadow: 3px 3px 3px #969292;
    margin: 0 0 0 4px;
    padding: 4px;
}

.ingoal_photo_container{
    margin: -15px 0 4px 8px;
}

.down_menu{
    background-image: url(../images/down_menu.png);
    width: 16px;
    height: 16px;
    position: absolute;
    right: 5px;
    top: 2px;
    cursor: pointer;
}

.down_menu:hover{
    background-image: url(../images/down_menu_dark.png);
}
/*

.menu_cell{
    background-color: white;
    border: 1px solid #BBBBBB;
    cursor: pointer;
    display: none;
    height: 25px;
    left: 196px;
    line-height: 25px;
    padding: 5px;
    padding-left: 8px;
    position: absolute;
    top: 90px;
    width: 100px;
    z-index: 5;
    box-shadow: 3px 3px 3px #969292;
    font-weight: bold;
}

.menu_cell:hover{
    background-color: #4fb8ff;
    color: white;
}
*/

#cat_name{
    width: 95%;
}


.control_box{
    position: relative;
    width: 300px;
    height: 25px;
}

.green_button, .red_button{
    color: #ffffff;
    display:block;
    padding: 0 0 0 0;
    height:22px;
    line-height: 22px;
    width:65px;
    font-size: 14px;
    font-weight: bold;
    border: 0;
    text-decoration:none;
    text-align: center;
    cursor:pointer;
    position: absolute;
}

.green_button{
    background: #2aa630;
    left: 0;
}
.red_button{
    background: #a6220d;
    left: 70px;
}

.green_button:hover{
    background: #3a5c25;
}

.red_button:hover{
    background: #5c0d16;
}


/*menu for goal categories*/
.sub_menu {
    display: none;
    background: white;
    position: absolute;
    border: 2px solid #D5D2D2;
    border-radius: 9px;
    box-shadow: 4px 4px 5px #585858;
    width: 200px;
    overflow: hidden;
    padding-top: 4px;
    padding-bottom: 4px;
    z-index: 50;
}

.sub_menu_cell{
    line-height: 20px;
    font-weight: bold;
    font-size: 0.9em;
    padding: 2px 10px;
    cursor: pointer;
}

.sub_menu_cell:hover{
    color: white;
    background: #43a0ff;
}
.dialog_text{
    padding: 5px 3px;
}

#category_name{
    font-weight: bold;
}

.mg_cont{
    cursor: pointer;
    border: 2px solid #FFFCF4;
}


.category_progress_bar{
    height: 6px;
    background-color: #e2e4e6;
}

.category_progress_bar_fill{
    height: 100%;
    background-color: #4496ed;
}

.header2_l, .header2_r{
    position: relative;
    display: flex;
    background-color: #7392C1;
    height: 44px;
    /*padding: 10px 0;*/
    margin-top: 10px;

}
.header2_profile{
    position: absolute;
    right: 0;
    padding: 4px 4px 4px 45px;
    top: 0;
    width: 120px;
    /*background-color: #f75100;*/
}



.header2_profile a{
    font-weight: normal;
    font-size: 0.8em;
}

.header2_profile img{
    position: absolute;
    /*top: 8px;*/
    left: 4px;
    border: 2px solid white;
}

.header2_UN_links{
    margin-top: -4px;
}

.header2_profile .header2_UN{
    font-weight: bold;
    font-size: 1.2em;
    /*text-decoration: none;*/

}

.logo_container{
    width: 20px;
    height: 43px;
    background-color: #ffef00;
    border: solid 3px #29271c;
    margin: -3px 0;
    position: relative;
}
.logo_container img{
    display: block;
    width: 80%;
    height: auto;
    margin: 5px auto;
}



.header2_l .nav_header2 a, .header2_r .nav_header2 a{
    font-family: Arial;
    font-size: 1.2em;
    font-weight: bold;
}

.header2_r {
    text-align: right;
}
.nav_header2{
    line-height: 47px;
    margin-left: 19px;
}

/*.header2_l .nav_header2 a, .header2_r .nav_header2 a,*/
/*.header2_profile a,*/
/*.header2_l, .header2_r*/
/*{*/
    /*color: #202020;*/
    /*text-decoration: none;*/
/*}*/

.header2_l a, .header2_r a,
.header2_profile a,
.header2_l, .header2_r
{
    color: #fff;
    text-decoration: none;
}

.header2_l a:hover, .header2_r a:hover, .nav_header2 a:hover{
    color: #ffff99;
}

.join_right{
    position: absolute;
    right: 35px;
}

.spacer_10_v{
    height: 10px;
}

a.divLink {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   text-decoration: none;
   /* Makes sure the link doesn't get underlined */
   z-index: 10;
   /* raises anchor tag above everything else in div */
   background-color: white;
   /*workaround to make clickable in IE */
   opacity: 0;
   /*workaround to make clickable in IE */
   filter: alpha(opacity=0);
   /*workaround to make clickable in IE */
}