@font-face {
	font-family:  'Poppins-Bold';
	src:  url('../fonts/Poppins-Bold.otf');
}

@font-face {
	font-family:  'Poppins-Light';
	src:  url('../fonts/Poppins-Light.otf');
}


body {
	line-height:  17px;
	background-color:  #E6EAE8;
}

.top_bar {
	width:  100%;
	min-width:  1050px;
	height: 40px;
	background-color: #66AD77;
	border-bottom:  5px solid #1A5310;
	margin:  0 0 10px 0;
	display:  inline-flex;
	position:  fixed;
	z-index: 10;
}

.logo a{
	font-family:  'Poppins-Bold', sans-serif;
	margin-left:  10px;
	font-size:  200%;
	position:  relative;
	top:  12px;
	color:  #1A5310;
		text-shadow: #11350A 0.5px 0.5px 0px;
	}

a {
	color: #1A5310;
	text-decoration:  none;
}

a:hover {
	text-decoration:  none;
}	

nav {
	float:  right;
	right:  1px;
	position:  absolute;
	margin:  10px;
	font-weight:  bold;
}

nav a{
	postition:  relative;
	color:  #FFFFFF;
	text-decoration:  none;
	font-size:  17px;
	margin-left:  3px;
	margin-right:  3px;
}

nav a:hover {
	color: #1A5310;
}

.wrapper {
	margin:  0 auto;
	top:  50px;
	position:  relative;
	padding: 0 10px;
	width:  75%;
	min-width:  950px;
}

.wrapper2 {
	margin:  0 auto;
	top:  50px;
	position:  relative;
	padding: 0 10px;
	width:  100%;
	}


.column {
	background-color:  #fff;
	padding:  10px;
	border:  1px solid #D3D3D3;
	border-radius:  5px;
	box-shadow:  2px 2px 1px #D3D3D3;
	z-index:  -1;

}

.user_details {
	width:  250px;
	float:  left;
	margin-bottom:  20px;
}

.user_details_left_right {
	width:  120px;
	display:  inline-table;
	position:  absolute;
}

.user_details_left_right a {
	color:  #66AD77;
	text-decoration:  none;
		font-family: 'Poppins-Bold', sans-serif;
	
}

.user_details img {
	height:  120px;
	border-radius:  5px;
	margin-right:  5px;
}

.main_column {
	float:right;
	width: 70%;
	z-index: -1;
	min-height:  160px;
	margin-left:  10px;
	margin-right:  10px;
}

.all_column {
	float:center;
	width: 70%;
	z-index: -1;
	min-height:  160px;
	margin-left:  10px;
	margin-right:  10px;
	color: #1A5310;
	}

.about_column {
	float:center;
	width: 50%;
	z-index: -1;
	min-height:  160px;
	margin-left:  10px;
	margin-right:  10px;
	color: #1A5310;
	}

.post_form {
	width:  100%;
}

.post_form textarea {
	width:  81%;
	height:  60px;
	border-radius:  7px;
	margin-right:  5px;
	border:  1px solid #D3D3D3;
	font-size:  12px;
	padding:  5px;
}

.post_form input[type="submit"] {
	width:  11%;
	height: 60px;
	border:  none;
	border-radius: 7px;
	background-color:  #66AD77;
	font-family: 'Poppins-Bold', sans-serif;
	font-size:  175%;
	color:  #1A5310;
	position:  absolute;
	outline:  0;
	margin:  0;
}

.post_form input[type="submit"]:active {
	padding:  5px 4px 4px 5px;
	background-color: #3C7733;
}

.status_post {
	width:  96%;
	font-size:  15px;
	padding:  0px 5px;
	min-height: 75px;
	cursor:pointer;
}

.status_post a {
	color:  #66AD77;
	text-decoration:  none;
		font-family: 'Poppins-Light', sans-serif;
		font-weight: bold;
}

.post_profile_pic {
	float:  left;
	margin-right:  7px;
}

.post_profile_pic img {
	border-radius: 5px;
}

#comment_iframe {
	max-height: 250px;
	width: 100%;
	margin-top:  5px;
}

.comment_section {
	padding:  0 5px 5px 5px;
}

.comment_section img {
	margin:  0 7px 3px 3px;
	border-radius:  3px;
}

#comment_form textarea {
	width:  80%;
	height:  35px;
	border-radius:  5px;
	color:  #616060;
	font-size:  14px;
	margin:  3px 3px 3px 5px;
}

#comment_form input[type="submit"] {
	border: none;
	color: #1A5310;
	border-radius: 5px;
	background-color:  #66AD77;
	font-family: 'Poppins-Bold', sans-serif;
	width:  90px;
	height:  35px;
	margin-top:  3px;
	position:  absolute;
}

.newsfeedPostOptions {
	padding:  0px;
	text-decoration:  none;
	color:  #66AD77;
	border:none;
}

.newsfeedPostOptions iframe {
	border: 0px;
	height: 17px;
	width: 120px;
}

.newsfeedPostOptions form {
	position:  absolute;
	top:  0;
}

.comment_like {
	background-color: transparent;
	border:  none;
	font-size:  14px;
	color:  #66AD77;
	padding:  0;
	height:  auto;
	width:  auto;
	margin:  0;
}

.like_value {
	display:  inline;
	font-size:  14px;
	color:  #66AD77;
}

.profile_left {
	top:  -10px;
	width:  17%;
	max-width:  240px;
	min-width:  130px;
	height:  100%;
	float:  left;
	position:  relative;
	background-color: #66AD77;
	color:  #1A5310;
	margin-right:  20px;
}

.profile_left img{
	width:  75%;
		min-width:  80px;
		margin:  20px;
		border:  2px solid #1A5310;
		border-radius:  100px;
}

.profile_info {
	background-color:  #1A5310;
	width:  100%;
	padding: 10px 0 10px 0;
	}

.profile_info p {
	margin:  0 0 0 20px;
	color:  #FFFFFF;
	word-wrap:  break-word;
}

.danger {
	background-color: #e74c3c;
}

.warning {
	background-color: #f0ad4e;
}

.default {
	background-color: #bdc3c7;
}

.success {
	background-color: #2ecc71;
}

.info {
	background-color: #3498db;
}

.deep_blue {
	background-color: #0043f0;
}
.profile_left input[type="submit"] {
	width: 90%;
	height: 30px;
	border-radius: 5px;
	margin: 7px 0 0 7px;
	border: none
	color: #ffffff
}

#accept_button {
	    width: 20%;
    height: 28px;
    border-radius: 5px;
    margin: 5px;
    border: none;
    color: #fff;
    background-color: #2ecc71;
}

#ignore_button {
	    width: 20%;
    height: 28px;
    border-radius: 5px;
    margin: 5px;
    border: none;
    color: #fff;
    background-color: #e74c3c;
}

.delete_button {
	    height: 20px;
    width: 20px;
    padding: 0;
    float: right;
    border-radius: 5px;
    right: -15px;
    position: relative;
}

.profile_main_column {
	min-width: 675px;
	float: left;
	width: 70%;
	z-index: -1;
}

.profile_info_bottom {
	margin: 10 0 0 7px;
}

#message_textarea {
	width: 85%;
	margin-top:  5px;
    margin-right: 8px;
    border-radius:  5px;
	border:  1px solid #66AD77;
	font-size:  12px;
}


#message_submit {
	height: 45px;
	width: 120px;
	margin-top:  5px;
	position: absolute;
	border: none;
	color: #1A5310;
	border-radius: 5px;
	background-color:  #66AD77;
	font-family: 'Poppins-Bold', sans-serif;
}

.message {
	border:  1px solid #66AD77;
	border-radius:  5px;
	padding:  5px 10px 5px 10px;
	display:  inline-block;
	}


.message#green {
	background-color: #c2c2d6;
	border-color: #33334d;
	float:  left;
	margin-bottom:  5px;
	}

.message#blue {
	background-color: #66AD77;
	border-color: #1A5310;
	float:  right;
	margin-bottom:  5px;
	color:  #ffff;
}

.loaded_messages {
	height:  65%;
	min-height:  300px;
	max-height: 400px;
	overflow:  scroll;
	margin-bottom:  10px;
}

.loaded_conversations {
	max-height: 216px;
	overflow:  scroll;
}

.user_found_messages {
	border-bottom:  1px solid #1A5310;
	padding:  8px 8px 10px 8px;
}

.user_found_messages:hover {
	background-color:  #d3d3d3;
	}

.user_found_messages img {
	height:  35px;
	float: left;
}

#grey {
	color:  #8c8c8c;
}

.resultDisplay {
	padding: 5px 5px 0 5px;
	height: 60px;
	border-bottom: 1px solid #D3D3D3;
}
.resultDisplay a {
	float: none;
}
.resultDisplay:hover {
	background-color: #EBEBEB;
	text-decoration: none;
}
.liveSearchProfilePic img {
	height: 50px;
	border-radius: 25px;
	margin: 1px 12px 0 2px;
	float: left;
}

.liveSearchText {
	background-color: transparent;
	color: #1A5310;
	font-weight:  bold;
}

.liveSearchText p{
	margin-left: 10px;
	font-size: 12px;
}

.tab-content {
	margin-top:  25px;

}

.dropdown_data_window {
    background-color: #fff;
    border: 1px solid #DADADA;
    border-radius: 0 0 8px 8px;
    border-top: none;
    width: 300px;
    position: absolute;
    right: 10px;
    top: 40px;
    overflow: scroll;
}

.notification_badge {
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #FFF;
	background-color:  #F00;
}

.resultDisplayNotification {
	height: auto;
    color: #1485BD;
    padding-bottom: 7px;
}

.resultDisplayNotification img {
    height: 40px;
    border-radius: 5px;
    margin: 1px 12px 0px 2px;
    float: left;
}

.timestamp_smaller {
	font-size: 85%;
	margin: 0;
}

.search {
	margin:  8px 0 0 15%;
}

.search #search_text_input {
	border: thin solid #E5E5E5;
  	float: left;
  	height: 25px;
  	outline: 0;
  	width: 100px;
  	border-top-right-radius: 0;
  	border-bottom-right-radius: 0;
  	border-top-left-radius: 3px;
  	border-bottom-left-radius: 3px;
}

.button_holder {
	background-color: #F1F1F1;
  	border: thin solid #e5e5e5;
  	cursor: pointer;
  	float: left;
  	height: 23px;
  	text-align: center;
  	width: 50px;
  	border-top-right-radius: 3px;
  	border-bottom-right-radius: 3px;
}

.button_holder img {
	margin-top: 1px;
    width: 20px;
}

.resultDisplay {
	background-color: #ffffff;
    border: 1px solid #DADADA;
    border-bottom: none;
    border-top: none;
    margin-top: 21px;
}

.search_results {
	background-color: #ffffff;
    border: 1px solid #DADADA;
    border-bottom: none;
    border-top: none;
    margin-top: 21px;
}

.search_results_footer{
	padding: 7px 4px 0px 4px;
    height: 30px;
    border: 1px solid #DADADA;
    border-top: none;
    background-color: #20AAE5;
    text-align: center;
}

.search_results_footer a {
	color: #fff;
}

.search_result {
	padding: 10px;
    height: 100px;
}

.searchPageFriendButtons {
	float: right;
}

.searchPageFriendButtons input[type="submit"] {
	border: none;
    padding: 7px 12px;
    border-radius: 5px;
    color: #fff;
}

.result_profile_pic {
	float: left;
    margin-right: 10px;
    color: #11350A;
}


#search_hr {
	margin-bottom: 0px;
}

#small_profile_pic {
	height: 55px;
    margin: 1px 12px 0 2px;
    float: left;
    font-weight: bold;
}

#settings_input {
	border: 1px solid #ccc;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
}

.settings_submit {
	border: none;
    padding: 7px 12px;
    border-radius: 5px;
    color: #fff;
}

.about h4 {
	 text-align: center;
    text-weight: bold;
    padding: 10px;
    font-size: 20px;	
    color:  #1A5310;
}

.about {
	padding: 5px;
	color:  #000000;
}

.friends_header {
	color: #1A5310;
}

.about_text {
	color:  #000000;
	margin:  5px;
	font-size:  16px;
	line-height: 20px;
}

.btn-group {
	top:  6px;
	left:  20px;
}

.simple {
    margin-top: 70px;
}

