/*
 * Reset the vertical align from baseline to middle. My app wont be typical text.
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	vertical-align: middle;
}

body {
	font-family: "Open Sans", Arial, sans-serif;
	background: rgb(48, 48, 48);
}

.spaced-top {
	margin-top: 40px;
}

.spaced-bottom {
	margin-bottom: 40px;
}

.spaced-left {
	margin-left: 40px;
}

.spaced-right {
	margin-right: 40px;
}

.spaced-horizontal {
	padding-left: 20px;
	padding-right: 20px;
}

.spaced-vertical {
	margin-top: 20px;
	margin-bottom: 20px;
}

.padded {
	padding: 15px;
}

pre {
	background: #eee;
	padding: 50px;
}

.mcg-md-profile {
	font-size: 0.8rem;
	padding: 15px;
	text-align: center;
	opacity: 0.7;
	transition: opacity 0.3s, box-shadow 0.3s;
	-webkit-box-shadow: inset 0px -66px 109px -52px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: inset 0px -66px 109px -52px rgba(0, 0, 0, 0.45);
	box-shadow: inset 0px -66px 109px -52px rgba(0, 0, 0, 0.45);
}

.mcg-md-profile:hover {
	opacity: 1;
	-webkit-box-shadow: inset 0px -66px 109px -52px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0px -66px 109px -52px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px -66px 109px -52px rgba(0, 0, 0, 0.75);
}

.mcg-md-profile img {
	margin: 20px auto;
	display: block;
	border-radius: 50%;
	box-sizing: content-box;
}

.mcg-username {
	font-size: 1.1em;
	letter-spacing: -0.5px;
	font-weight: bold;
}

.mcg-email {
	font-size: 0.9em;
}

.logo-text {
	color: #fff;
	padding-left: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.logo-subhead {
	font-size: 11px;
	text-transform: uppercase;
	display: block;
}

.bright-text input {
	color: #fff !important;
	text-shadow: none !important;
}

/*
 * Palette Color List CSS
 */
.palette {
	box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
	margin: 10px;
	min-width: 280px;
	max-width: 500px;
	float: left;
}

.palette-colors {

}

body .palette-colors md-list-item {
	width: 100%;
	padding: 0px;
	margin: 0px;
	display: block;
	min-height: 0px;
}

.palette-color {
	font-weight: 200;
	padding: 0 10px;
	font-size: 16px;
	line-height: 35px;
	width: 100%;
	display: block;
	min-height: 35px
}
.palette-color-light {
	color: rgba(255, 255, 255, 0.87);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.palette-color-dark {
	color: #000;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);
}

.palette-color span.color-text {
	height: 35px !important;
	display: inline-block;
	line-height: 35px;
}

.palette-color-hex {
	font-size: 11px;
	text-transform: uppercase;
	opacity: 0.7;
}

.palette-color-mutators {
	display: inline-block;
	position: relative;
	top: -3px;
	float: right;
	height: 35px !important;
}

.palette-color-contrast {
	display: inline-block;
	float: right;
	width: 20px;
	height: 20px;
	opacity: 0.7;
	margin: 4px;
}
.palette-color-light .palette-color-contrast {
	background: white;
	border: 1px solid black;
}
.palette-color-dark .palette-color-contrast {
	background: black;
	border: 1px solid white;
}

.dot {
	border-radius: 24px;
	width: 24px;
	height: 24px;
	display: inline-block;
}

.sp-replacer {
	min-width: 50px;
	border: 0px solid #fff;
	background: transparent;
}

.sp-replacer:hover {
	color: #fff !important;
}

.gh-btn {
	text-align: center;
	margin-left: 15px !important;
	margin-top: 10px;
	margin-bottom: 10px;
}
.gh-btn img{
	padding: 10px;
}

.btn-icon-only {
	width: 47px !important;
	text-align: center;
	min-width: 0px;
	margin: 0px;
}

.md-button.md-fab {
	line-height: 16px;
}

md-fab-speed-dial {
	position: fixed;
	bottom: 4%;
	right: 3%;
}

md-dialog.export-dialog .md-actions {
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

/*
 * MD Style Overrides
 */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}

.md-sidenav-left {
	overflow-x: hidden;
	box-shadow: none;
}

md-input-container {
	position: relative;
	margin: 0;
	top: 17px;
}

.md-mcg-notice {
	font-size: 0.6em;
	text-align: left;
	line-height: 1.1em;
	padding: 0 15px 15px 15px;
}

.md-input-desc {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 0.6em;
	text-align: left;
	line-height: 1.1em;
	padding: 0 5px 5px 5px;
}

.settings .md-input-desc ul{
    margin-left: 16px;
    list-style-type: disc;
    margin-top: 5px;
}

.settings .md-input-desc ul li {
    margin-bottom: 5px;
}

.demo-dialog{
	width: 80%;
	font-size: 1rem;
	height: 80%;
	overflow: hidden;
}

.demo-dialog md-content{
	overflow: hidden;
}

.demo-dialog md-list-item._md-button-wrap > div.md-button:first-child {
	padding: 10px 16px;
}

.card-media {
	background-color: #999999;
}

md-list-item .md-list-item-inner:before, md-list-item:before {
	display: none;
	content: none;
}

.md-background {
	background-color: rgba(0, 0, 0, 0.701961) !important;
}

md-input-container.md-default-theme label, md-input-container.md-default-theme .md-placeholder {
	text-shadow: none !important;
}

.bright-text md-input-container.md-default-theme.md-input-focused label {
	color: #fff !important;
}

.md-accent input {
	color: rgb(244, 67, 54) !important;
	text-shadow: none !important;
}

md-list {
	padding: 0 !important;
	overflow: hidden !important;
}

md-content {
	overflow: visible !important;
}

md-dialog md-content {
	width: 100%;
}

md-dialog pre {
	overflow-x: scroll;
}

md-dialog pre[class*="language-"] {
	margin-top: 0px;
	border-radius: 0;
}

md-dialog pre[class*="language-"] code {
	line-height: 11px !important;
	font-size: 11px;
}

md-dialog .line-numbers .line-numbers-rows {
	line-height: 2.2em;
	top: -4px;
}

md-dialog pre.code-toolbar > .toolbar {
	opacity: 0.7;
	position: fixed;
	top: 15px;
	right: 15px;
	transition: opacity 0.3s ease-in-out;
}

md-dialog pre.code-toolbar > .toolbar a, md-dialog pre.code-toolbar > .toolbar button, md-dialog pre.code-toolbar > .toolbar span {
	text-transform: uppercase;
	color: #FFFFFF !important;
	font-size: 1.1em;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
	border-radius: .5em;
}

md-dialog.fullscreen-dialog {
	max-width: 85%;
	max-height: 85%;
	width: 85%;
	height: 85%;
	border-radius: 0;
}

.color {
	height: 100px;
	min-width: 100px;
}

.color-lovers-palette {
	margin-bottom: 25px;
	cursor: pointer;
}

.colour-lover-content {
	min-width: 600px;
	overflow: auto !important;
}

/* Fix virtual align of images within md-button */
body .md-button {
	line-height: normal;
	min-width: 40px;
}

/* Content styles */
.light-text{
	color: #727373;
}
.spaced-text{
	font-size: 18px;
	line-height: 37px;
}

.spaced-text p, .spaced-text strong{
	margin: 30px;
}

.fixed-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
}

#amzn_assoc_ad_div_assoc_banner_placement_default_0 {
	text-align: center;
}

.fixed-footer iframe {
	margin: 0 auto;
}

/**
 * Import Styles
 **/
.import-textarea {
	width: 80%;
	height: 120px;
	margin: 10px 10%;
	border: 3px solid #ccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
}

#import-theme-container {
	width: 600px;
	padding: 15px 90px;
}

#import-theme-container .md-button {
	float: left;
	margin: 5px;
}

@media screen and (max-width: 960px) {
	.palette {
		float: left;
		width: 100%;
		display: block !important;
	}
}

/**
 * About styles
 **/
.clean-ul{
	margin-left: 50px;
	list-style-type: circle;
	font-size: 14px;
	padding-left: 30px;
}