/* Minification failed. Returning unminified contents.
(272,10): run-time error CSS1036: Expected expression, found '#'
 */
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,500');

/* knockout Validation */

.validationMessage {
	display: block;
	margin-top: 1%;
	color: rgb(219, 32, 32);
}

/* Durandal */

.splash {
	text-align: center;
	margin: 0;
	opacity : 0.8;
	color : #FFF;
	height : 60em;
}

.splash .message {
	padding-top : 5%;
	font-size: 5em;
	line-height: 1.5em;
	-webkit-text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
	text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
}

.splash .fa-spinner {
	text-align: center;
	display: inline-block;
	font-size: 6em;
	margin-top: 50px;
}

@media (max-width: 768px) {
	.splash .message {
		font-size : 2.5em;
	}

	.splash .fa-spinner {
		font-size : 3.5em;
	}
}


.page-host {
	position: relative;
	/*padding-top: 80px;*/
}

.loader {
	margin: 6px 8px 4px 8px;
	visibility: hidden;
}

.loader.active {
	visibility: visible;
}

/* General CSS */

body {
	overflow-x : hidden;
}

.padt15px {
	padding-top : 15px;
}

.mart0 {
	margin-top : 0;
}

.mart2 {
	margin-top : 2%;
}

.mart5 {
	margin-top : 5%;
}

.auto-height-textarea {
	resize: vertical;
	overflow-y: hidden; /* prevents scroll bar flash */
	padding-top: 1.1em; /* prevents text jump on Enter keypress */
}

.h-vcenter-parent {
	display: table;
}
 
.h-vcenter-child {
	display: table-cell;
	vertical-align: middle;
}

.prewrap {
	white-space: pre-wrap;
}

.bs-callout {
	margin: 20px 0;
	padding: 15px 30px 15px 15px;
	border-left: 5px solid #eee;
}

.bs-callout-danger {
	background-color: #fcf2f2;
	border-color: #dFb5b4;
}

/* Header */

#sharebar {
	margin-right : 5px;
}

#sharebar i {
	font-size: 1.3em;
}

@media (min-width: 768px) {
	#sharebar i {
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

@media (max-width: 767px) {
	#sharebar span {
		display: inline !important;
	}
}

/* Index */

#index #featured {
	margin-top : 0;
}

/* Articles */

#articles {
	/*margin-top : -30px;*/
}

#articles .st-offcanvas {
	opacity : 0;
}

#articles .st-offcanvas-menu {
	padding : 2% 2% 30em 2% ;
}

#articles .st-offcanvas-main {
	padding : 0 2% 0 2%;
}

#articles .st-offcanvas-main:before {
	padding-bottom: 100em;
	-webkit-box-shadow: -2px -8px 8px #999 inset;
	box-shadow: -2px -8px 8px #999 inset;
}

#articles .offcanvas-buttons {
	margin : 0 -2% 0 -2.5%;
	padding : 5px;
}

#articles .showmenubutton {
	float : left;
	text-decoration : none;
	font-size : 2em;
	display : block;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}

#articles .showmenubutton:hover {
	opacity : 0.6;
}

@media (min-width: 768px) {
	#articles .offcanvas-buttons {
		display : none;
	}
}

/* Dashboard */

#dashboard #edited-article .modal-dialog {
	width : 90%;
}

@media (min-width: 1024px) {
	#dashboard #edited-article .modal-dialog {
		width : 70%;
	}
}

/* About */

#about {
	padding : 2%;    
}

#about h1 {
  color : #FFF;
}

.about-content {    
	padding : 4%;
	color : #FFF;
	min-height : 250px;
	margin-top : 10px;
	background : #7a62d3;
}

.about-content p {
	margin-top : 5%
}

.about-content li {
	margin-top:2%;
}

.about-content a {
	font-size : 1.5em;
	color:#FFF;
}

/* Forgot password */

#forgotpassword form {
    padding : 20px;
}

#forgotpassword div.has-error ~ button {
    position : relative;
    top : -11px;
}

/* Footer */

footer {
	max-width : 100%;
	background-color:#3d288e;
	color : #FFF;    
	display:none;
    overflow : hidden;
}

.footer-content {
	padding : 3%;
	color : #FFF;
}
	  
footer li {
	line-height : 2em
}

footer li a {
	font-size : 1.5em;    
}

footer a {
	color : ##4B92E0;    
}

footer a:hover {
	color : #163d8f;        
}


/* Bootstrap overrides */

.well-danger {
	background : rgb(233, 29, 29);
	border : rgb(233, 29, 29);
}

.navbar-fixed-top .navbar-inner {
	padding-left: 1em;
	padding-right: 1em;
}

.navbar-fixed-top .icon-home {
	font-size: 18px
}

.label {
	font-size : 1em !important;
}

@media (max-width: 979px) {
	.navbar-fixed-top {
		margin-bottom: 0;
	}
}

@media (max-width: 768px) {
	.brand {
		margin-left : 10px !important;
	}
}

/* Stashy overrides */

@media (max-width: 768px) {
	.st-loader span[class*="l-"] {
	  width: 5px;
	  height: 5px;
	}
}


