/**
 * This file is a part of FullStackEngineer.Net Project.
 *
 * FullStackEngineer.Net is a web site for hosting webpages
 * (especially the documents, forums) of open source projects.
 *
 * FullStackEngineer project itself is an open source project.
 *
 * For more information, please refer to:
 *
 *		http://www.fullstackengineer.net/
 *
 * Copyright (C) 2015 WEI Yongming
 * <http://www.fullstackengineer.net/zh/engineer/weiyongming>
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.full-stack .my-shadow {
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0,0,0, 0.9);
}

/* SIMPLE THEME SUPPORT */
/** Color Sets */
.full-stack .text-outline-default {
	color: #dd4841;
}

.full-stack .bg-outline-default {
	background: #fff;
}

.full-stack .text-major-default {
	color: #8ba8af;
}

.full-stack .bg-major-default {
	background: #8ba8af;
}

/** Block */
.full-stack .fixed-size-block {
  position: relative;
  padding: 15px 15px;
  height: 70px;
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0;
  box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
}

/** Page Banner */
.full-stack .banner-global {
	padding-bottom: 10px;
}

.full-stack .key-points {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Ubuntu",Tahoma,"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
}

.full-stack .key-points h1 {
	margin-top: 0;
	font-size: 40px;
	line-height: 1;
}

.full-stack .banner-default {
	color: #eee;
	background: #8ba8af;
	padding-top: 20px;
	padding-bottom: 10px;
	font-family: "Ubuntu",Tahoma,"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
}

.full-stack .banner-default h1 {
	color: #fff;
	font-size: 30px;
	padding: 0px;
	margin: 0px;
}

/** Big Banner for Project Home */
.full-stack .big-banner {
	position: relative;
	width: auto;
	min-height: 250px;
}

.full-stack .big-banner img {
	height: auto;
	width: 200px;
}

.full-stack .big-banner section.logo {
	text-align:center;
	vertical-align:middle;
}

.full-stack .big-banner h1:lang(zh) {
	font-family:"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
	font-style:normal;
}

.full-stack .big-banner p:lang(zh) {
	font-family:"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
}

/*** Default style for .big-banner */
.full-stack .big-banner-default {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #8ba8af;
}

.full-stack .big-banner-default h1 {
	margin:10px 0;
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	font-style: italic;
	text-shadow: 0 -1px 0 rgba(0,0,0, 0.8);
}

.full-stack .big-banner-default p {
	font-size: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.3);
	color: #333;
}

/** Banner for blog page */
.full-stack .blog-banner-global {
	color: #cdbfe3;
	background-color: #6f5499;
	padding-top: 30px;
	padding-bottom: 10px;
}

.full-stack .blog-banner-global h1 {
	margin-top: 0;
	color: #fff;
	font-size: 30px;
	line-height: 1;
}

/* BOOTSTRAP OVERRIDES OR EXTENSIONGS */
.full-stack .list-group-item span.badge {
	float: right;
}

.full-stack .media-heading span.badge {
	float: right;
}

.full-stack .alert-major-info {
	color: #fff;
	background-color: #272727;
	background: linear-gradient(#27272b,#a7a7a7);
	border-color: #a7a7a7;
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.btn-outline-inverse {
	color: #fff;
	background-color: transparent;
	border-color: #cdbfe3;
}

.btn-outline-inverse:active,
.btn-outline-inverse:focus,
.btn-outline-inverse:hover {
	color: #563d7c;
	text-shadow: none;
	background-color: #fff;
	border-color: #fff;
}

.text-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.full-stack textarea,
div.ccm-ui textarea {
	font-family:Monaco,Menlo,Consolas,"Courier New",monospace;
}

/* GLOBAL */
body {
	/*font-size:12px;
	background:#fff;
	margin:0;*/
	font-family:Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
}

/*
.full-stack {
	margin:0 auto;
	padding:0;
}

.full-stack ul,
.full-stack ol {
	list-style-type:none;
}
*/

@media screen and (max-width: 767px) {
	.full-stack .wrap-on-xs {
		border-top:1px dotted #ccc;
		margin-top:10px;
		padding-top:10px;
		padding-left:20px;
	}
}

.full-stack .rounded-border {
	border:1px solid rgb(230,230,230);
	border-radius:8px;
}

.full-stack div.v-seperator {
	height: 5px;
}

.full-stack .visible-on-logged-in {
	display:none;
}

.full-stack .visible-on-manage-member-right {
	display:none;
}

.full-stack .visible-on-edit-document-right {
	display:none;
}

.full-stack .visible-on-manage-community-right {
	display:none;
}

.full-stack .visible-for-specific-user {
	display:none;
}

.full-stack h1,
.full-stack h2,
.full-stack h3,
.full-stack h4
{
	font-weight: 200;
}

.full-stack h5,
.full-stack h6
{
	font-weight: bold;
}

.full-stack .formal-content {
	position:relative;
	max-width:1024px;
	margin:0 auto;
	min-height:480px;
}

.full-stack .formal-content h1:lang(en) {
	font-style:italic;
	font-family:Tahoma,Helvetica,Arial;
}

.full-stack .formal-content h1 {
	padding-bottom: 8px;
	border-bottom:1px solid #ccc;
}

.full-stack .ajax-loading {
	position:fixed;
	top:50%;
	left:50%;
	width:46px;
	height:46px;
	margin:-23px 0 0 -23px;
}

.full-stack .ajax-loading > img {
	width:46px;
	height:46px;
}

.full-stack .overlay-loading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100px;
	text-align:center;
	z-index:9999;
}

.full-stack .overlay-loading img {
	left:50%;
	margin-top:50px;
	vertical-align:middle;
}

.full-stack .ui-content {
	padding:0;
}

.full-stack .overlay {
	position:relative;
	margin:0 auto;
	left:0;
	top:0;
	width:100%;
	z-index:9999;
	/* background:#6e727e url(/themes/full_stack_style/img/bg_2.png)  repeat 0 0;*/
	background:#fff;
}

.full-stack .form-content {
	position:relative;
	margin:0 auto;
	width:100%;
	min-height:320px;
	padding-top:20px;
	padding-bottom:20px;
}

.full-stack .form-content a {
	text-decoration:underline;
}

.full-stack .overlay-content {
	position:relative;
	min-height:480px;
	margin:0px 0 0;
	padding-bottom:42px;
}

/* AWESOME BUTTON */
.full-stack .awesome {
	background:#444 url(/themes/full_stack_style/img/alert-overlay.png) repeat-x;
	padding:5px 5px;
	text-decoration: none;
	font-size:14px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0,.25);
	position: relative;
	cursor: pointer;
}

/* Sizes ---------- */
.full-stack .small.awesome {
	font-size: 11px;
}
.full-stack .medium.awesome {
	font-size: 13px;
}
.full-stack .large.awesome {
	font-size: 14px;
	padding: 8px 14px 9px;
}

/* Colors ---------- */
.full-stack .blue.awesome {
	background-color: #2daebf;
}
.full-stack .red.awesome {
	background-color: #e33100;
}
.full-stack .magenta.awesome {
	background-color: #a9014b;
}
.full-stack .orange.awesome {
	background-color: #ff5c00;
}
.full-stack .yellow.awesome {
	background-color: #ffb515;
}
.full-stack .gray.awesome {
	background-color: #888;
}

.full-stack .button {
	display:inline-block;
	margin:0 10px;
	padding:5px 10px;
	color:#000;
	font-size:13px;
	font-weight:normal;
	line-height:16px;
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
	border:1px solid #DDD;
	border-radius:4px;
	background-color:#f7f7f9;
	text-shadow: none;
}

.full-stack .button.button-blue {
	border:0;
	color:#fff;
	background-color:#5abaf8
}
.full-stack .button.button-gray {
	border:0;
	color:#fff;
	background-color:#ccd0d8
}
.full-stack .button.button-green {
	border:0;
	color:#fff;
	background-color:#2ecc71
}
.full-stack .button.button-orange {
	border:0;
	color:#fff;
	background-color:#ff6f3d
}
.full-stack .button.button-purple {
	border:0;
	color:#fff;
	background-color:#ad82da
}
.full-stack .button.button-red {
	border:0;
	color:#fff;
	background-color:#ec6f69
}
.full-stack .button.button-yellow {
	border:0;
	color:#fff;
	background-color:#ffd052
}
.full-stack .button.button-blue:hover {
	background-color:#72c4f9
}
.full-stack .button.button-gray:hover {
	background-color:#dadde3
}
.full-stack .button.button-green:hover {
	background-color:#40d47e
}
.full-stack .button.button-orange:hover {
	background-color:#ff8257
}
.full-stack .button.button-purple:hover {
	background-color:#ba96e0
}
.full-stack .button.button-red:hover {
	background-color:#ef8580
}
.full-stack .button.button-yellow:hover {
	background-color:#ffdb7b
}

.full-stack .button.disabled,
.full-stack .button[disabled="disabled"],
.full-stack .button.disabled:hover,
.full-stack .button[disabled="disabled"]:hover {
	background-color:#CCC;
	color:#f4f4f4;
	cursor:not-allowed
}

.full-stack .inline-list {
	display:inline-block;
	margin:0;
	padding:5px 10px;
	color:#000;
	font-size:13px;
	font-weight:bold;
	line-height:16px;
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
	border-left:1px solid #e5e5e5;
}

.full-stack .inline-list.small {
	padding:0px 10px;
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
	border-left:1px solid #e5e5e5;
}

.full-stack li:first-child .inline-list {
	border-left:1px solid rgba(0,0,0,0);
}

/* GLOBAL HEADER */
.full-stack header.global-header {
	position:relative;
	width:100%;
	height:42px;
	margin:0;
	padding:5px 0px;
	background:#f0f0f0;
	border-bottom:1px solid #e3e3e3;
}

.full-stack .header-block {
	position:absolute;
	height:30px;
	color:#567400;
	line-height:16px;
	font-size:14px;
}

.full-stack header.global-header h1 {
	float:left;
	padding:0 0 0 7px;
	color:#ffffff;
	font-size:30px;
	line-height:38px;
	font-weight:bold;
	text-shadow:0 -2px #000000;
}

.full-stack header.global-header h2 {
	padding:10px 0px;
	position:absolute;
	top:12px;
	width:500px;
	left:50%;
	margin-left:-250px;
	text-align:center;
	color:#555;
	font-size:24px;
	font-weight:normal;
	letter-spacing:4px;
	text-shadow: 1px 1px 0 #ccc;
}

.full-stack .header h2 > span {
	font-size:16px;
	letter-spacing:1px;
}

.full-stack .header h3 {
	position: relative;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	line-height:40px;
	text-align:center;
	/*text-shadow: 0 -2px 0 rgba(0,0,0,.4);*/
}

a#logo {
	display:block;
	color:#000;
	font-family:Helvetica,Arial;
	font-style:italic;
	text-decoration:none;
}

a#logo:hover {
	color:#0965b8;
}

a#logo p {
	font-size:12px;
	line-height:16px;
	font-style:inherit;
	margin:0;
}

a#logo span {
	display:inline-block;
	font-style:inherit;
	font-size:12px;
	font-weight:bold;
}

a#logo span:first-letter {
	font-size:large;
}

.full-stack .header-block nav > ul {
	position:fixed;
	right:50px;
	top:50px;
	margin:0;
	padding:0;
	z-index:100;
	border:1px solid #888;
	border-radius:8px;
	background-color:#eee;
}

.full-stack .header-block nav > ul > li {
	display:block;
	margin:5px 0;
	padding:0;
	height:30px;
	border-bottom:1px solid #ddd;
}

.full-stack .header-block nav > ul > li:last-child {
	border-bottom:0;
}

.full-stack .header-block nav > ul > li > a {
	text-decoration:none;
}

.full-stack .block-left {
	left:5px;
	text-align:left;
}

.full-stack .block-right {
	right:5px;
	text-align:right;
}

/* POPUP MENU */
.full-stack .menu-item {
	display:block;
	margin:0;
	padding:4px 20px 4px 25px;
	text-align:left;
	vertical-align:middle;
}

.full-stack .menu-item.with-icon {
	padding:4px 20px 4px 10px;
}

/* GLOBAL FOOTER */
.full-stack footer.global-footer {
	background-color:#efefef;
	border-top:1px solid #d8d8d8;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	line-height:20px;
	color:#666;
	width:100%;
}

.full-stack .footer-block {
	margin:0 0 10px 0;
	color:#567400;
	line-height:16px;
	font-size:12px;
}

.full-stack .footer-block .inline-list {
	border-left:1px solid #afafaf;
}

.full-stack .footer-block ul {
	margin:5px 0;
	padding:0;
}

.full-stack .footer-block ul > li {
	display:inline-block;
}

.full-stack footer > address {
	text-align:right;
	margin:10px 2px;
	padding:5px 10px;
	font-size:12px;
	font-style:normal;
	line-height:1.2;
	color:#ccc;
}

/* BLOCK MENU */
.full-stack nav.block-menu {
	margin:0 10px 20px 10px;
	/*border:1px solid rgba(0,0,0,0);*/
}

/*
.full-stack nav.block-menu header {
	border:1px solid rgba(0,0,0,0);
}
*/

.full-stack nav.block-menu ul {
	margin:0;
	padding:0;
	background:#ffffff;
	border:1px solid rgb(230,230,230);
	border-radius:8px;
}

.full-stack nav.block-menu li:nth-child(1) {
	padding:8px;
}

.full-stack nav.block-menu li:nth-child(n+2) {
	border-top:1px solid rgb(230,230,230);
	padding:8px;
}

.full-stack nav.block-menu a:hover {
	text-decoration: underline;
}

.full-stack nav.block-menu a {
	text-decoration: none;
}

.full-stack nav.block-menu p {
	font-size: 16px;
	margin: 4px 0 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.full-stack nav.block-menu p > span.menu-item-none {
	display:inline-block;
	vertical-align:text-top;
	margin:0 5px 0 5px;
	width:15px;
	height:20px;
}

.full-stack nav.block-menu p > span.menu-item-checked {
	display:inline-block;
	vertical-align:text-top;
	margin:0 10px 0 0;
	width:15px;
	height:20px;
	background:url(/themes/full_stack_style/img/mark_checked.png) no-repeat 0 -2px;
}

.full-stack nav.block-menu p:hover > span.menu-item-arrow {
	background:url(/themes/full_stack_style/img/mark_arrow.png) no-repeat 2px -2px;
}

.full-stack nav.block-menu p > span.menu-item-arrow {
	display:inline-block;
	vertical-align:text-top;
	margin:0 9px 0 0;
	width:15px;
	height:20px;
	background:url(/themes/full_stack_style/img/mark_arrow.png) no-repeat 0 0;
}

.full-stack nav.block-menu p > img {
	vertical-align:text-top;
	float:right;
	margin-right:5px;
	width:20px;
}

/* BLOCK LIST WITH ICON */
.full-stack .block-list-with-icon {
	overflow:hidden;
	margin:10px;
	padding:0;
	background:#ffffff;
	border:1px solid rgb(230,230,230);
	border-radius:8px;
}

.full-stack .block-list-with-icon ul {
	margin:0;
	padding:0;
}

.full-stack .block-list-with-icon li:last-child {
	padding:7px;
	border-bottom:0;
	border-top:0;
	color:#707070;
}

.full-stack .block-list-with-icon li {
	padding:7px;
	border-bottom:1px solid #ddd;
	border-top:2px solid #ddd;
	color:#707070;
}

.full-stack .block-list-with-icon .item-icon {
	float:left;
	margin:0 4px 0 0;
}

.full-stack .block-list-with-icon .item-icon > img {
	display:inline;
	width:46px;
	height:46px;
	border:0;
	margin-right:5px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;
}

.full-stack .block-list-with-icon .item-manage {
	float:right;
	margin:9px 4px 0 0;
}

.full-stack .block-list-with-icon .item-desc {
	position:relative;
	height:44px;
	width:calc(100% - 120px);
	overflow:hidden;
}

.full-stack .block-list-with-icon h2 {
	padding:0;
	margin:0;
	color:#282828;
	font-size:12px;
	line-height:11px;
	font-weight:bold;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.full-stack .block-list-with-icon p {
	margin:0;
	padding:0;
	line-height:11px;
	font-size:9px;
	color:#969696;
}

/* TABBED PAGE */
.full-stack .tabs {
	min-height:22px;
	background:#fff;
	border-bottom:1px solid #eee;
}

.full-stack .tabs a {
	line-height:18px;
	font-size:15px;
	font-weight:bold;
	color:#888;
	-webkit-tap-highlight-color: transparent;
}

.full-stack .tabs > ul {
	list-style:none;
}

.full-stack .tabs > ul > li {
	margin:0 2px 0 0;
	padding:8px 5px 5px 5px;
	display:inline-block;
	background:#fff;
}

.full-stack .tabs > ul > li:hover {
	background:#fff;
	cursor:pointer;
	color: #333;
}

.full-stack .tabs > ul > li:hover > a {
	color: #333;
}

.full-stack .tabs > ul > li.tab-active {
	background: #fff;
	cursor:pointer;
	border-bottom:4px solid #ff5129;
}

.full-stack .tabs > ul > li.tab-active > a {
	color:#dd3d00;
}

.full-stack .tab-container {
	background:#fff;
}

.full-stack .tabscontent {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px; 
	background: #fff;
	margin:0;
	color:#333;
}

.full-stack .tabpage {
	clear:both;
	display:block;
}

/* PUBLIC PROFILE */
.full-stack section.public-profile {
	margin: 10px;
}

.full-stack img.small-avatar {
	border-radius: 2px;
	width: auto;
	height: 32px;
}

.full-stack img.middle-avatar {
	border-radius: 4px;
	width: auto;
	height: 48px;
}

.full-stack img.large-avatar {
	border-radius: 6px;
	width: auto;
	height: 200px;
}

.full-stack ul.profile-items {
	padding: 10px 0;
	border-top: 1px solid #eee;
}

.full-stack ul.profile-items > li {
	padding:1px 0 1px 20px;
	margin:2px 0;
}

.full-stack ul.profile-items > li.orgnization {
	background:url(/themes/full_stack_style/img/icon-org.png) no-repeat 0 0;
}

.full-stack ul.profile-items > li.location {
	background:url(/themes/full_stack_style/img/icon-location.png) no-repeat 0 0;
}

.full-stack ul.profile-items > li.email {
	background:url(/themes/full_stack_style/img/icon-email.png) no-repeat 0 0;
}

.full-stack ul.profile-items > li.url {
	background:url(/themes/full_stack_style/img/icon-url.png) no-repeat 0 0;
}

.full-stack ul.profile-items > li.clock {
	background:url(/themes/full_stack_style/img/icon-clock.png) no-repeat 0 0;
}

/* PLAIN MENU */
.full-stack nav.plain-menu {
	margin:0 10px 20px 10px;
	width: 100%;
}

/*
.full-stack nav.plain-menu header {
	border:1px solid rgba(0,0,0,0);
}
*/

.full-stack nav.plain-menu h2,
.full-stack nav.plain-menu h3,
.full-stack nav.plain-menu h4
{
	border-bottom: 1px solid #DDD;
}

.full-stack nav.plain-menu h2 > a,
.full-stack nav.plain-menu h3 > a,
.full-stack nav.plain-menu h4 > a
{
	color:#666;
}

.full-stack nav.plain-menu ul {
	margin:0;
	padding:0 5px;
	background:#ffffff;
}

.full-stack nav.plain-menu a:hover {
	text-decoration: underline;
}

.full-stack nav.plain-menu a {
	text-decoration: none;
}

.full-stack nav.plain-menu p {
	font-size: 16px;
	margin: 4px 0 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.full-stack nav.plain-menu a:hover > span {
	background:url(/themes/full_stack_style/img/mark_arrow.png) no-repeat 2px -2px;
}

.full-stack nav.plain-menu p > span {
	display:inline-block;
	vertical-align:text-top;
	margin:0 10px 0 0;
	width:14px;
	height:20px;
	background:url(/themes/full_stack_style/img/mark_arrow.png) no-repeat 0 -2px;
}

/* SECTION */
.full-stack h1 > span.section-action {
	margin-top:15px;
}

.full-stack h2 > span.section-action {
	margin-top:10px;
}

.full-stack h3 > span.section-action {
	margin-top:5px;
}

.full-stack h4 > span.section-action {
	margin-top:2px;
}

.full-stack span.section-action {
	cursor:pointer;
	float:right;
	color:#0965b8;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	vertical-align:bottom;
}

.full-stack .section-container {
	position: relative;
	padding-bottom: 40px !important;
	margin-bottom: 20px !important;
}

.full-stack .section-block {
	position: relative;
}

.full-stack section.author-info {
	border-bottom: 1px dashed #b7c2d6;
}

.full-stack section.author-info p {
	color: #ccc;
	font-size: 12px;
	line-height: 1;
	margin: 0;
	padding: 2px 0;
	text-align: right;
}

.full-stack section.author-info a:hover,
.full-stack footer.section-block a:hover {
	color:#eb7350;
	text-decoration:none;
}

.full-stack section.author-info a,
.full-stack footer.section-block a {
	color:#ccc;
}

.full-stack footer.section-block {
	position: absolute;
	height: 40px;
	width: 100%;
	left: 0;
	padding: 0 10px;
	font-size: 12px;
}

.full-stack .row-md-flex footer.section-block {
	bottom: 0;
}

.full-stack footer.section-block > section.block-left {
	left: 0;
	text-align: left;
}

.full-stack footer.section-block > section.block-right {
	right: 0;
	text-align: right;
}

.full-stack footer.section-block > section.block-left,
.full-stack footer.section-block > section.block-right {
	position: absolute;
	height: 20px;
	padding: 0 0;
}

.full-stack footer.section-block > section.block-right ul {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.full-stack footer.section-block > section.block-left p {
	font-size: 14px;
	margin: 0;
	padding: 1px 10px;
}

/* DIALOG */
.full-stack .dialog-wrap {
	position:fixed;
	z-index:10000;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(34,34,34,.75);
}

.full-stack .action {
	position:absolute;
	width:100%;
	padding:0;
	margin:0;
	left:0px;
	bottom:20px;
	text-align:center;
}

.full-stack .action div {
	display:inline-block;
	width:120px;
	height:40px;
	margin:0 5px 5px 0;
	color:#444;
	/*  border:2px solid #bbb;*/
	font-size:18px;
	line-height:41px;
	text-align:center;
	text-shadow:0 1px 0 rgba(256,256,256,.4);
	/* box-shadow:1px 1px 0 #fff,-1px -1px 0 rgba(0,0,0,.4),inset -1px -1px 0 rgba(0,0,0,.4);*/
}

.full-stack .action .ui-btn-cancel {
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	background:rgb(192,192,192);
	background-image:-webkit-linear-gradient(top, #f7f7f7,#eee 30%, #ccc);
	background-image:-moz-linear-gradient(top, #f7f7f7,#eee 30%, #ccc);
	background-image:linear-gradient(top, #f7f7f7,#eee 30%, #ccc);
}

.full-stack .action .ui-btn-submit {
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	background:rgb(192,192,192);
	background-image:-webkit-linear-gradient(top, rgb(211, 229, 255), rgb(185, 210, 238) 30%, rgb(159, 187, 223));
	background-image:-moz-linear-gradient(top, rgb(211, 229, 255), rgb(185, 210, 238) 30%, rgb(159, 187, 223));
	background-image:linear-gradient(top, rgb(211, 229, 255), rgb(185, 210, 238) 30%, rgb(159, 187, 223));
}

.full-stack .dialog {
	position:relative;
	left:50%;
	top:42%;
	width:274px;
	height:120px;
	margin:-77px 0 0 -137px;
	border:1px solid #fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	/* box-shadow:0 2px 20px #000,0 0 100px #fff;*/
	box-shadow:0 2px 30px #000,0 0 2px ;
	background:#eee;
}

.full-stack .dialog p {
	padding:16px 0 10px 0;
	color: #555;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-shadow:0 1px 0 rgba(256,256,256,.35);
	background:-webkit-linear-gradient(top, #ddd 0, #ccc 40%);
	background:-moz-linear-gradient(top, #ddd 0, #ccc 40%);
	background:linear-gradient(top, #ddd 0, #ccc 40%);
	border-bottom:1px solid #aaa;
	box-shadow:0 1px 0 #fff;
}

.full-stack .large-dialog {
	position:relative;
	left:50%;
	top:50%;
	width:640px;
	min-height:480px;
	margin:-240px 0 0 -320px;
	border:3px solid #b2b7c2;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	-ms-border-radius:12px;
	-o-border-radius:12px;
	border-radius:12px;
	-webkit-box-shadow:0 2px 8px #000;
	background:rgba(99,109,103,.8);
}

.full-stack .large-dialog header {
	padding:10px 0px;
}

.full-stack .large-dialog h1 {
	padding:5px 10px 5px 10px;
	color: #fff;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	text-align:center;
	text-shadow:0 -2px 0 rgba(0,0,0,.2);
}

.full-stack .large-dialog p {
	padding:2px 10px 2px 10px;
	color: #fff;
	font-size:14px;
	line-height:16px;
	text-align:center;
}

.full-stack .large-dialog section.white-block {
	position:relative;
	border-radius:10px;
	padding:5px;
	width:600px;
	min-height:300px;
	background:#fff;
	margin-left:15px;
}

/* POPUP STATUS BAR */
.full-stack .popup-status-bar {
	position:fixed;
	right:20px;
	top:-100px;
	width:40%;
	height:auto;
	text-align:left;
	z-index:20000;
	transition:top 700ms ease-out 100ms;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.full-stack .fade-in {
	top: 20px;
}

.full-stack .fade-away {
	top: -100px;
}

/* SUB NAVIGATION BAR */
.full-stack .sub-nav-bar {
	padding-top:5px;
	height:40px;
	background:#fafafa;
	border-bottom:1px solid #eee;
}

.full-stack .sub-nav-bar img {
	float:left;
	display:inline-block;
	width:32px;
	height:32px;
	margin:0 5px;
}

.full-stack .sub-nav-bar h1 {
	display:none;
}

.full-stack .sub-nav-bar a > span {
	color:#8ba8af;
}

.full-stack .sub-nav-bar a {
	float:right;
	display: inline-block;
	text-decoration: none;
	line-height:1;
	font-size:16px;
	font-weight:lighter;
	margin:0 10px;
	color:#000;
	padding:5px 5px 10px 5px;
	text-align:center;
}

.full-stack .sub-nav-bar a:hover {
	color:#8ba8af;
}

.full-stack .sub-nav-bar a.active {
	border-bottom: 2px solid #d26911;
	/*border-bottom: 4px solid #ff5129;*/
}

/* NOTES ON PROJECT HOMEPAGE */
.full-stack .row-md-flex, .row-md-flex > div[class*='col-'] {
	display: flex;
	flex: 1 1 auto;
}

.full-stack .row-md-flex > div[class*='col-'] > div {
	width: 100%;
}

.full-stack .row-md-flex-wrap {
	-webkit-flex-flow: row wrap;
	align-content: flex-start;
	flex: 0;
}

.full-stack .note-block {
	margin:15px 0 0 0;
}

.full-stack .note-block a {
	color:#8ba8af;
}

.full-stack .note-icon {
	color:#8ba8af;
	font-size:40px;
	height:50px;
	line-height:50px;
}

.full-stack div.note-desc:lang(zh) {
	font-family:Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
}

.full-stack .note-desc h2 {
	font-size:16px;
	margin:0.5ex 0 0.2ex 0;
}

.full-stack .note-desc a {
	color:#dd4814;
}

/* FEATUR BLOCK */
.full-stack .feature {
	height: 120px;
	overflow:hidden;
}

.full-stack .feature-icon {
	color: #8ba8af;
	font-size: 40px;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 120px;
}

.full-stack .feature h2 {
	color: #404040;
	font-size: 18px;
	font-style: italic;
	line-height: 20px;
}

.full-stack .feature p {
	color: #808080;
	text-align: left;
	font-size: 12px;
}

/* FOOTER MENU BAR */
.full-stack .footer-nav-bar {
	border-top: 1px solid #ccc;
	background-color: #dedede;
}

.footer-nav-bar .nav-pills > li > a {
	border-radius: 0px;
	color: #5B5B5D;
	font-size: 14px;
}

.full-stack .project-alert-banner {
	background-color: #dd4814;
	border-color: #bf3e11;
	border-width: 0 0 1px;
	border:1px solid transparent;
	box-shadow: 0 2px 5px rgba(0,0,0, 0.25);
	width: 100%;
	padding: 2px 35px 0 0;
	top: 0;
	left: 0;
	position: fixed;
	transform: translate3d(0, 0, 0);
	z-index: 1030;
}

.full-stack .project-alert-banner h2 > a {
	color: inherit;
}

.full-stack .project-alert-banner p {
	display: inline-block;
	width: calc(100% - 35px);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.42;
	padding: 7px 5px;
	margin: 0;
	/*
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
}

.full-stack .project-alert-banner button.close {
	margin-top: 5px;
	opacity: .5;
}

.full-stack .project-subpage-desc {
	background-color: #fff;
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.full-stack .big-glyph {
	display: block;
	text-align: center;
	font-size: 3.0em;
	margin-bottom: 0.25em;
}

/* POST HEADING */
.full-stack .post-heading {
	margin:0;
}

.full-stack .post-heading h4,
.full-stack .post-heading p
{
	margin:0;
	line-height:1;
}

/* SECTION COMMENTS MODAL */
.full-stack .toggle-button {
	position: absolute;
	right: 25px;
	top: 25px;
}

.full-stack .preview {
	padding:0 10px;
	margin-bottom: 10px;
	max-height: 200px;
	overflow-y: scroll;
	border: 1px solid rgb(230,230,230);
	border-radius: 2px;
}

.full-stack footer.comment-block {
	position: relative;
	height: 20px;
	margin: 0;
	padding: 5px 0 0 0;
}

.full-stack footer.comment-block .block-left {
	left: 0;
}

.full-stack footer.comment-block .block-right {
	right: 0;
}

.full-stack footer.comment-block > div {
	position: absolute;
	height: 20px;
}

.full-stack footer.comment-block ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.full-stack footer.comment-block p {
	margin: 0;
	padding: 2px 0;
}

.full-stack footer.comment-block a:hover {
	color: #eb7350;
	text-decoration: none;
}

.full-stack footer.comment-block a {
	color: #888;
	text-decoration: none;
}

.full-stack footer.comment-block p,
.full-stack footer.comment-block li {
	color: #888;
	font-size: 12px;
}

.full-stack footer.comment-block li {
	display: inline-block;
	border-left: 1px solid #e5e5e5;
	padding-left: 5px;
}

.full-stack footer.comment-block li:first-child {
	border-left: none;
}

/* FIXED THUMBNAIL */
.full-stack .fixed-thumbnail {
	min-width: 100px;
}

.full-stack img.attached-file {
	height: 60px;
	width: auto;
}

/* PROJECTS PAGE */
.full-stack img.middle-icon {
	border-radius:2px;
	width:auto;
	height:48px;
}

/* BLOG PAGE */
.full-stack .blog-banner {
	color: #cdbfe3;
	background-color: #6f5499;
	padding-top: 40px;
	padding-bottom: 10px;
}

.full-stack .blog-banner h1 {
	margin-top: 0;
	color: #fff;
	font-size: 40px;
	line-height: 1;
}
