body.app {
	background-color: #eee;
}

.header {
	position: initial;
	margin-top: 49px;
	margin-bottom: 49px;
}

.page-header {
	text-align: center;
}

.page-header h1 {
	border-bottom: 1px solid #242526;
	display: inline-block;
	padding: 0 1em;
}

.siteholder {
	margin-top: 50px;
	margin-bottom: 100px;
}

.site {
	background: #fff;
	border-radius: 2px;
	display: inline-block;
	margin: 1rem;
	position: relative;
	width: 100%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.site > .window {
	width: 100%;
	height: 200px;
}

.site > .window > iframe {
	width: 100%;
	height: 200px;
	border: none;
	opacity: 0;
	transition: all 300ms ease-in-out;
}

.site > .window:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 200px;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 70%, rgba(0,0,0,0.5) 100%);
}

.site >  h2 {
	color: white;
	margin-top: -43px;
	margin-left: 1rem;
	margin-right: 1rem;
	position: absolute;
}

.site > .contentholder {
	padding: 1rem;
	font-family: 'Roboto', sans-serif;
}

/**
	Material buttons
 **/

.site .btn,
.site .btn-large,
.site .btn-flat {
	border: none;
	border-radius: 2px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 0.5rem;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
}
.site .btn.disabled,
.site .disabled.btn-large,
.site .btn-floating.disabled,
.site .btn-large.disabled,
.site .btn-flat.disabled,
.site .btn:disabled,
.site .btn-large:disabled,
.site .btn-floating:disabled,
.site .btn-large:disabled,
.site .btn-flat:disabled,
.site .btn[disabled],
.site [disabled].btn-large,
.site .btn-floating[disabled],
.site .btn-large[disabled],
.site .btn-flat[disabled] {
	pointer-events: none;
	background-color: #DFDFDF !important;
	box-shadow: none;
	color: #9F9F9F !important;
	cursor: default;
}
.site .btn.disabled:hover,
.site .disabled.btn-large:hover,
.site .btn-floating.disabled:hover,
.site .btn-large.disabled:hover,
.site .btn-flat.disabled:hover,
.site .btn:disabled:hover,
.site .btn-large:disabled:hover,
.site .btn-floating:disabled:hover,
.site .btn-large:disabled:hover,
.site .btn-flat:disabled:hover,
.site .btn[disabled]:hover,
.site [disabled].btn-large:hover,
.site .btn-floating[disabled]:hover,
.site .btn-large[disabled]:hover,
.site .btn-flat[disabled]:hover {
	background-color: #DFDFDF !important;
	color: #9F9F9F !important;
}
.site .btn,
.site .btn-large,
.site .btn-floating,
.site .btn-large,
.site .btn-flat {
	outline: 0;
}
.site .btn i,
.site .btn-large i,
.site .btn-floating i,
.site .btn-large i,
.site .btn-flat i {
	font-size: 1.3rem;
	line-height: inherit;
}
.site .btn:focus,
.site .btn-large:focus,
.site .btn-floating:focus {
	background-color: #1d7d74;
}
.site .btn,
.site .btn-large {
	text-decoration: none;
	color: #fff;
	background-color: #26a69a;
	text-align: center;
	letter-spacing: .5px;
	transition: 0.2s ease-out;
	cursor: pointer;
}
.site .btn:hover,
.site .btn-large:hover {
	background-color: #2bbbad;
}
.site .btn-flat {
	box-shadow: none;
	background-color: transparent;
	color: #343434;
	cursor: pointer;
	transition: background-color 0.2s;
}
.site .btn-flat:focus,
.site .btn-flat:active {
	background-color: transparent;
}
.site .btn-flat:focus,
.site .btn-flat:hover {
	background-color: rgba(0, 0, 0, 0.1);
	box-shadow: none;
}
.site .btn-flat:active {
	background-color: rgba(0, 0, 0, 0.2);
}
.site .btn-flat.disabled {
	background-color: transparent !important;
	color: #b3b3b3 !important;
	cursor: default;
}
.site .btn-large {
	height: 54px;
	line-height: 54px;
}
.site .btn-large i {
	font-size: 1.6rem;
}
.site .btn-block {
	display: block;
}

.site a.btn-flat {
	text-decoration: none;
	font-size: 12pt;
	font-family: 'Roboto', sans-serif;;
	font-weight: 500;
}

.site a.btn-flat.primary {
	color: #4285f4;
}

.site h3 {
	font-size: 1.25em;
}

.site .float-right {
	float: right;
}

table.invoices {
	width: 100%;
	margin-top: 5rem;
}

table.invoices th {
	text-decoration: underline;
}

.adddomain-start {
	margin-top: 1rem;
}

.adddomain-start section p {
	text-align: justify;
}

.adddomain-start section .button-holder, .adddomain-confirm-own .button-holder, .adddomain-confirm-register .button-holder {
	text-align: center;
}

.progress-bar {
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}

.new-button-holder {
	margin-bottom: 100px;
}
