body {
	font-family: 'Roboto', sans-serif !important;
	font-size: 12px;
	margin: 0;
	background: white;
	height: 100%; /* firefox fix */
}

table {
	font-size: inherit;
	font-family: inherit;
	border-spacing: 0;
	border-collapse: separate;
}

.disabled {
	opacity: 0.5;
}

.inline {
	display: inline-block;
}

.cap {
	text-transform: capitalize;
}

.blue
{
	color: blue;
}

.inner {
	box-sizing: border-box;
	width: 100%;
	max-width: 1080px;
	margin: auto;
}

.relative {
	position: relative;
}

.inline
{
	display: inline-block;
}

a,a:visited {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: 300;
	margin: 0;
}

h2,h3,h4 {
	font-weight: 400;
	margin: 0;
}

select,
textarea,
input[type=text],
input[type=number],
input[type=url],
input[type=email],
input[type=password] {
	padding: 8px;
	margin: 0;
	margin-bottom: 8px;
	width: 20em;
	border: 1px solid rgba(0,0,0,0.2);
	outline: none;
	color: #333;
}

#header {
	border-bottom: 1px solid rgba(0,0,0,0.05);
	overflow: hidden;
	background: white;
	padding: 15px 0;
}

#header a {
	text-decoration: none;
}

#header .logo {
	max-height: 40px;
	margin-left: -4px;
	margin-right: 10px;
}

#header h1 {
	display: inline-block;
	vertical-align: top;
	margin-top: 6px;
}

#header h1 a {
	text-decoration: none;
}

#main {
	min-height: 80%;
	overflow: hidden;
}

#main h1.heading {
	margin-bottom: 1em;
}

#footer {
	height: 70px;
	width: 100%;
	overflow: hidden;
	background: #eee;
	color: #333;
}

#footer .inner
{
  	margin-top: 30px;
}

#welcome {
	display: inline-block;
	text-align: center;
	margin-top: 8em;
	margin-left: 50%;
	transform: translateX(-50%);
}

#welcome h1 {
	font-size: 35px;
	opacity: 0.6;
}

#welcome h2 {
	font-size: 20px;
	font-weight: 400;
	opacity: 0.7;
}

#main {
}

label {
	width: 8em;
	display: inline-block;
}

#header-menu {
	position: absolute;
	right: 0;
	top: 0;
}

#header-menu li {
	display: inline-block;
	margin-left: 10px;
	color: #494949;
}

#header-menu a {
	font-weight: bold;
}

#header-menu a.main {
	/*border: 1px solid rgb(47, 131, 213);*/
	border: 1px solid #aaa;
	padding: 6px 10px;
	border-radius: 3px;
}

.page {
	padding-top: 30px;
}

button {
	padding: 8px 24px;
	margin: 0;
	background: #1976D2;
	border: none;
	border-radius: 4px;
	color: white;
	text-shadow: -1px -1px 0px rgba(0,0,0,0.1);
	cursor: pointer;
	opacity: 0.9;
	outline: none !important;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	font-family: inherit;
}

button:hover {
	opacity: 1;
}

button.disabled {
	background: rgba(0,0,0,0.3);
	pointer-events: none;
	text-shadow: -1px -1px rgba(0,0,0,0.3);
}

button.secondary,
button.cancel {
	background: rgb(122, 155, 184);
}

button.cancel {
	margin-left: 2px;
}

button.small {
	padding: 3px 15px;
}

button.upgrade {
	background: #43A047;
}

button.inverted {
	background: white;
	border: 1px solid #ccc;
	color: #1565C0;
	text-shadow: none;
	opacity: 1;
}

button.inverted:hover {
	opacity: 1;
	background: #fbfbfb;
}

button.large {
	padding: 10px 25px;
}

.box {
	border-radius: 3px;
	background: white;
}

.box-in-site {
	margin-left: 50px;
}

.error {
	color: brown;
	border-bottom: 1px solid rgba(165, 42, 42, 0.27);
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.actions {
	font-size: 14px;
}

a.action {
	font-size: 14px;
	color: #aaa;
}

a.action:hover {
	color: #555;
}

a.action:not(:first-child) {
	margin-left: 4px;
}

.note {
	font-style: italic;
	color: rgba(0,0,0,0.5);
}

.floatleft {
	float: left;
}

.remainder {
	overflow: hidden;
	display: block;
}

.remainder input {
	width: 100%;
}

/*---------------------------------------------*/

#page-home #header {
	background: white;
}

h2 {
	font-size: 28px;
	font-weight: 300;
}

h3 {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	color: rgba(0,0,0,0.7);
	margin-bottom: 5px;
}

h4 {
	font-size: 15px;
	font-weight: 400;
	color: #666;
}

h4 a {
	text-decoration: underline;
}

/*---------------------------------------------*/

.dialog.ng-enter, .dialog.ng-enter-active, .dialog.ng-leave, .dialog.ng-leave-active,
.dialog.ng-enter .content, .dialog.ng-enter-active .content, .dialog.ng-leave .content, .dialog.ng-leave-active .content {
	-webkit-transition: .3s;
	transition: .3s;
}

.dialog.ng-enter {
	opacity: 0;
}

.dialog.ng-enter-active,
.dialog.ng-leave {
	opacity: 1;
}

.dialog.ng-leave-active {
	opacity: 0;
}


.dialog.ng-enter .content {
	opacity: 0;
	margin-top: -30px;
}

.dialog.ng-enter-active .content,
.dialog.ng-leave .content {
	opacity: 1;
	margin-top: 0px;
}

.dialog.ng-leave-active .content {
	opacity: 0;
	margin-top: 200px;
}

/*---------------------------------------------*/

.projects {
	margin-top: 1.5em;
	margin-bottom: 2em;
	padding-top: 1.5em;
}

.project {
	margin-bottom: 25px;
}

.list h2 {
	font-size: 35px;
	font-weight: 300;
	margin: 0;
	color: rgba(0,0,0,0.7);
	margin-bottom: 2px;
}

.list .icon {
	font-size: 30px;
	text-align: center;
	color: #bbb;
	width: 80px;
}

.list .created {
	color: rgba(0,0,0,0.5);
}

.list .buttons {
	float: right;
}

.list .plan {
	text-transform: uppercase;
	font-size: 15px;
	color: rgba(0,0,0,0.6);
}

.list .actions {
	font-size: 20px;
	margin-right: 1.5em;
}

.list .action {
	opacity: 0.5;
	cursor: pointer;
	margin-right: 0.1em;
}

.list .action:hover {
	opacity: 1;
}

.list td {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	white-space: nowrap;
}

.list tr td {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.list tr:first-child td {
	border-top: 1px solid rgba(0,0,0,0.1);
}

.list tr:hover td {
	background: rgba(0,0,0,0.02);
}

/*---------------------------------------------*/

.update {
	display: inline-block;
	width: 230px;
	border: 1px solid #ddd;
	padding: 15px 15px;
	vertical-align: top;
	margin-right: 25px;
}

.update .update-link {
	color: #888;
	margin-bottom: 10px;
	margin-top: 4px;
}

.update .update-description {
	height: 6em;
	line-height: 1.5;
	overflow: hidden;
}

.update .update-title,
.update .update-link,
.update .update-description {
	text-overflow: ellipsis;
}

/*---------------------------------------------*/

.dialog {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: fixed;
	background: rgba(128,128,128,0.4);
	margin: auto;
	z-index: 9999;
	font-size: 14px;
}

.dialog .content {
	left: 0;
	right: 0;
	
	top: 45%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

	position: absolute;
	background: white;
	width: 70%;
	padding-top: 65px;
	margin: auto;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
	box-sizing: border-box;
	border-radius: 2px;
}

.dialog .content .header {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 24px;
	line-height: 24px;
	background: rgb(60, 130, 194);
	color: white;
	padding: 6px 20px;
	
	border-radius: 2px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.dialog .content .close {
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 50%;
	xborder: 1px solid rgba(0,0,0,0.4);
	xbackground: rgba(0,0,0,0.3);
	xbox-shadow: 1px 1px 0px rgba(255,255,255,0.2);
	xcolor: white;
	color: rgba(255,255,255,0.8);
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

.dialog .content .close:hover {
	xbackground: rgba(0,0,0,0.6);
	color: rgba(255,255,255,1);
}

.dialog .content .inner {
	padding: 0 20px;
	width: auto;
}

.dialog .content form {
	margin-bottom: 0;
}

.dialog .content .main-actions {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}

.dialog label {
	width: 8em;
	display: inline-block;
	font-size: 13px;
	color: rgba(0,0,0,0.8);
	line-height: 2.4;
}

.dialog label.checkbox {
	margin-top: 7px;
	width: auto;
}

.dialog input[type="checkbox"] {
	vertical-align: top;
	margin-top: 3px;
}

.dialog .scrollable {
	overflow-y: auto;
	height: 100%;
}

.dialog h4 {
	font-size: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	width: 100%;
	display: inline-block;
	margin-bottom: 5px !important;
	color: #333;
}

form.vertical label {
	width: 100%;
	line-height: 2;
	color: #555;
	display: block;
}

form.vertical input,
form.vertical textarea {
	width: 100%;
}

/*---------------------------------------------*/

.optional-container {
	display: inline-block;
	position: relative;
}

.optional-container:after {
	content: 'optional';
	position: absolute;
	right: 7px;
	top: 0;
	font-size: 11px;
	color: #bbb;
	line-height: 25px;
}

.checklist {
	display: inline-block;
	vertical-align: top;
}

.checklist .checkbox {
	display: block !important;
}

/*---------------------------------------------*/

.select-buttons label {
	border: 1px solid rgba(0,0,0,0.3);
	padding: 2px 10px 4px 10px;
	background: #fcfcfc;
	box-shadow: inset -1px -1px 3px rgba(0,0,0,0.1);
	border-radius: 3px;
	font-size: 11px;
	vertical-align: top;
	display: inline-block;
	line-height: 1.4;
}

.select-buttons input {
	display: none;
}

.select-buttons input:checked+label {
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.08);
	background: #f0f0f0;
	padding: 3px 10px 3px 10px;
}

.hidden
{
	display: none;
}

/*PLAYGROUND PLAYGROUND PLAYGROUND PLAYGROUND PLAYGROUND PLAYGROUND PLAYGROUND PLAYGROUND PLAYGROUND PLAYGROUND PLAYGROUND*/ 

/*---------------------------------------------*/

.spinner {
	display: none;
}

.loading-target:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.loading.loading-target:after,
.loading .loading-target:after {
	opacity: 1;
	pointer-events: auto;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.spinner {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);

	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.loading.spinner,
.loading .spinner {
	opacity: 1;
	pointer-events: none;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.spinner:before {
	width: 12px;
	height: 12px;
}

.spinner-large:before {
	width: 50px;
	height: 50px;
}

.spinner:before {
	content: '';
	display: inline-block;
	font-size: 32px; /* [3] */
	border-bottom: 1px solid; /* [4] */
	vertical-align: middle;
	overflow: hidden;  /* [5] */
	text-indent: 100%; /* [5] */
	-webkit-animation: 0.4s spinner linear infinite;
	   -moz-animation: 0.4s spinner linear infinite;
			  animation: 0.4s spinner linear infinite;

}

.spinner:before,
.spinner:after {
	border-radius: 100%;
}

.spinner:after {
	content: "";
	position: absolute;
	top:	0;
	right:  0;
	bottom: 0;
	left:   0;
	border: 1px solid; /* [1] */
	opacity: 0.5; /* [2] */
}

@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes spinner {
	to {
		-moz-transform: rotate(360deg);
	}
}

@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}

/*---------------------------------------------*/

.notification {
	font-family: Roboto;
	font-weight: 300;
	position: fixed;
	bottom: -50px;
	height: 50px;
	line-height: 50px;
	left: 0;
	right: 0;
	background: #0288D1;
	color: white;
	font-size: 20px;
	text-align: center;

	margin-top: 30px;
	-webkit-transition: bottom 0.4s ease-in-out;
	-moz-transition: bottom 0.4s ease-in-out;
	-o-transition: bottom 0.4s ease-in-out;
	transition: bottom 0.4s ease-in-out;
}

.notification.visible {
	bottom: 0;
	-webkit-transition: bottom 0.3s ease-in-out;
	-moz-transition: bottom 0.3s ease-in-out;
	-o-transition: bottom 0.3s ease-in-out;
	transition: bottom 0.3s ease-in-out;
}

/*---------------------------------------------*/

.material-icons {
	font-size: inherit;  /* Preferred icon size */
}

/*---------------------------------------------*/

.breadcrumbs {
	margin-bottom: 0.5em;
}

.breadcrumbs .current {
	font-weight: 400;
}

/*---------------------------------------------*/

#upgrade-dialog {
	text-align: center;
	padding: 0;
}

#upgrade-dialog .header {
	position: relative;
	text-shadow: none;
	font-size: 20px;
	font-style: normal;
	background: #EE6741;
	color: rgba(255,255,255,1);
	padding: 50px 20px 70px 20px;
}

#upgrade-dialog .inner {
	position: relative;
	width: 350px;
	margin: auto;
	margin-top: -50px;
	margin-bottom: 30px;
	background: white;
	border: 1px solid rgba(0,0,0,0.2);
	padding: 30px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

#upgrade-dialog h1
{
   font-size: 28px;
   font-weight: 300;
   margin: 5px 0 35px 0;
}

#upgrade-dialog h2 
{
	font-size: 16px;
	margin-bottom: 18px;
}

#upgrade-dialog img.illustration {
	margin-left: 50%;
	transform: translateX(-50%);
	margin-bottom: 30px;
}

#upgrade-dialog .separator {
   margin: 15px auto 22px auto;
   border-top: 1px solid rgba(0,0,0,0.1);
   width: 80%;
}

#upgrade-dialog img.top
{
	margin-top: 25px;
	height: 100px;
}

#upgrade-dialog .period-selector {
	white-space: nowrap;
   margin-bottom: 40px;
}

#upgrade-dialog .period-selector button {
	width: 50%;
	margin: 0;
	box-sizing: border-box;
   border: none;
	border-bottom: 1px solid #EE6741;
	padding-top: 10px;
   padding-bottom: 15px;
	height: auto;
	font-size: 15px;
	font-family: inherit;
	border-radius: 0;
	background: white;
	color: #555;
	font-weight: 600;
}

#upgrade-dialog .period-selector button.selected {
	box-shadow: inset 0 -2px 0px #EE6741;
}

#upgrade-dialog .price {
	margin-bottom: 5px;
	font-size: 60px;
	font-weight: 300;
	position: relative;
	display: inline-block;
}

#upgrade-dialog .price .period {
	font-size: 16px;
	color: rgba(0,0,0,0.5);
	font-weight: 400;
	position: absolute;
	bottom: 10px;
	left: 100%;
}

#upgrade-dialog .price .currency {
	font-size: 30px;
	font-weight: 400;
	display: inline-block;
	color: #555;
	position: absolute;
	left: -16px;
	top: 9px;
}

#upgrade-dialog .discount {
   margin-bottom: 20px;
   color: #EE6741;
   font-size: 16px;
}

#upgrade-dialog .billing-notice {
   margin-bottom: 20px;
   color: gray;
   font-size: 14px;
}

#upgrade-dialog .text
{
	font-family: 'Droid Sans', sans-serif;
	font-size: 18px;
	margin-top: 30px;
	line-height: 1.6;
	color: #888;
	text-shadow: 1px 1px 0px rgb(255, 255, 255), 2px 2px 2px rgba(0,0,0,0.1);
}

#upgrade-dialog .text h2
{
	color: #666;
	margin: 0;
}

#upgrade-dialog ul#features 
{
	list-style: none;
	padding: 0;
	margin: 10px;
	font-size: 16px;
	color: rgba(0,0,0,0.4);
}

#upgrade-dialog ul#features li
{
	margin-bottom: 12px;
	line-height: 1.3;
}

#upgrade-dialog button.upgrade
{
	cursor: pointer;
	text-transform: uppercase;
	background: #4ABD57;
	padding: 10px 40px;
	height: auto;
	color: white !important;
	border-radius: 30px;
	font-family: inherit;
	font-size: 18px;
	border: 1px solid rgba(0,0,0,0.1);
	font-weight: normal;
	margin-top: 14px;
}

#upgrade-dialog button.upgrade:hover
{
	background: #3AA146;
}

#upgrade-dialog a.later
{
	color: #888;
	font-size: 11px;
	margin-top: 15px;
	display: block;
}