@font-face{
	font-family: OpenSans;
	src:url(../fonts/OpenSans-Regular.eot);
	src:url(../fonts/OpenSans-Regular.eot?#iefix) format('embedded-opentype'),
	url(../fonts/OpenSans-Regular.woff) format('woff'),
	url(../fonts/OpenSans-Regular.ttf) format('truetype'),
	url(../fonts/OpenSans-Regular.svg#segoe_uiregular) format('svg');
	font-weight:400;
	font-style:normal
}

/* General */
html, body {
	height: 100%;
}
body {
	font-family: OpenSans, Arial;
    font-size: 16px;
    margin: 0;
    padding: 0;
	width: 100%;
	overflow: auto;
	height: 100%;
	background: #f3f3f3;
	color: #202020;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
	margin: 0;
    padding: 0;
	float: left;
	width: 100%;
}
table {
	border-collapse:collapse
}
td {
	vertical-align:top
}
span {
	color: #4197B7;
}
p {
    margin: 0;
}
a {
    text-decoration: none;
	color: #ff475c;
}
a:hover {
    text-decoration: none;
}
ul {
	list-style-type: none;
	border: none;
	outline: none;
}
ul, li {
	margin: 0;
	padding: 0;
}
input[type='text'],
input[type='password'] {
	margin: 0;
}
header, main, footer {
	width: 100%;
}
section {
	width: 100%;
	overflow: hidden;
}
img, a img {
	border: none;
	outline: none;
}
iframe#script_frame { 
	width: 100%; 
	height: 300px; 
	z-index: 99999999;
	background: #fff;
	display: none;
}
iframe.cpanel-iframe {
	display: block;
	z-index: 1;
	background: none;
	height: 100%;
	width: 100%;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}

.admin-mode header {
	padding-top: 40px;
}
.admin-mode nav {
	padding-top: 120px;
}
.admin-mode nav .nav-primary {
	padding-top: 120px;
}
.admin-mode main {
	padding-top: 120px;
}
.admin-mode .admin-restore {
	background-color: #b64141;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 40px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9000;
	width: 100%;
	font-size: 15px;
	box-sizing: border-box;
}
.admin-mode .admin-restore a {
	color: #fff;
	text-decoration: none;
}
.admin-mode .admin-restore a:hover {
	text-decoration: underline;
}
.admin-mode .admin-restore a img {
	height: 14px;
	width: auto;
	padding-right: 8px;
	display: inline-block;
}
.admin-mode nav .nav-secondary .nav-secondary-inner {
	padding-top: 120px;
}

/* Header */
header {
	background: #101010 none repeat scroll 0 0;
    height: 80px;
    position: absolute;
    width: 100%;
    z-index: 2;
	top: 0;
	left: 0;
}
header a.add-website {
	float: left;
    padding: 28px;
}
header a.add-website span {
	float: left;
	width: 24px;
	height: 24px;
	background: url('../images/add_website.png') no-repeat 0 0 transparent;
}
header a.add-website:hover span {
	background: url('../images/add_website.png') no-repeat 0 -24px transparent;
}

header .website-dropdown {
	background: #3e4043 none repeat scroll 0 0;
    display: table;
    float: left;
    height: 80px;
    position: relative;
    width: 241px;
}
header .website-dropdown .website-current {
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	color: #fff;
	box-sizing: border-box;
	padding-left: 20px;
	background: url('../images/website_select_arrow.png') no-repeat 92% center transparent;
}
header .website-dropdown .website-selection {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #3E4043;
	width: 100%;	
	box-sizing: border-box;
}
header .website-dropdown:hover .website-selection {
	/*display: block;*/
}
header .website-dropdown .website-selection .website-search {
	float: left;
	width: 100%;	
	padding: 15px 20px;
	box-sizing: border-box;
}
header .website-dropdown .website-selection .website-search input[type='text'] {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 10px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #26282b;
	font-size: 1em;
	font-family: inherit;
	margin: 0;
	background: #3E4043;
	color: #fff;
}
header .website-dropdown .website-selection .my-websites {
	float: left;
	width: 100%;
	box-sizing: border-box;
	overflow-y: auto;
	background: #3E4043;
}
header .website-dropdown .website-selection .my-websites .title {
	float: left;
	width: 100%;
	padding: 0 20px 10px;
	box-sizing: border-box;
	color: #aaa;
}
header .website-dropdown .website-selection .my-websites .website-list {
	float: left;
	width: 100%;
}
header .website-dropdown .website-selection .my-websites .website-list ul {
	float: left;
	width: 100%;
}
header .website-dropdown .website-selection .my-websites .website-list ul li {
	float: left;
	width: 100%;
}
header .website-dropdown .website-selection .my-websites .website-list ul li a {
	float: left;
	width: 100%;
	border-bottom: 1px solid #26282b;
	box-sizing: border-box;
	padding: 9px;
}
header .website-dropdown .website-selection .my-websites .website-list ul li:last-child a {
	border-bottom: none;
}
header .website-dropdown .website-selection .my-websites .website-list ul li a:hover {
	background: #5b5b5b;
}
header .website-dropdown .website-selection .my-websites .website-list ul li a img {
	float: left;
	border: 1px solid #ccc;
	border-radius: 3px;
}
header .website-dropdown .website-selection .my-websites .website-list ul li a span {
	float: left;
	width: calc(100% - 35px);
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 0.9em;
	padding-top: 4px;
}
header .website-dropdown .website-selection .my-websites .website-list ul li a span.website-name {
	color: #ccc;
}
header .website-dropdown .website-selection .my-websites .website-list ul li a span.website-domain {
	font-size: 0.8em;
}

header .access-cp { 
	float: right; 
	padding: 0 19px; 
	height: 80px; 
	line-height: 80px;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
}
header .access-cp:hover {
	background: #202020; 
}
header .access-cp img {
	padding-top: 30px;
	padding-left: 3px;
	width: 80px;
}
header .trial-account-header {
	color: #fff;
	float: right; 
	padding: 0 19px; 
	height: 80px; 
	line-height: 80px;
	box-sizing: border-box;
	font-size: 16px;
}
header .trial-account-header a {
	color: #b64141;
}
header .trial-account-header a:hover {
	text-decoration: underline;
}

header a.logo {
	float: left;
	padding: 7px 22px 0;	
	height: 80px;
	line-height: 80px;
	box-sizing: border-box;
}
header a.logo img {
	height: 36px;
	max-width: 100%;
	width: auto;
}
header a.logo:hover {
	background: #202020;
}

header .logged-in-as {
	float: right;
	padding-top: 0px;
	padding-right: 40px;
	color: #fff;
}
header .logged-in-as .display-name {
	float: left;
	position: relative;
	padding-bottom: 10px;
	min-width: 110px;
	padding-top: 30px;
	padding-left: 18px;
	padding-right: 45px;
	text-align: center;
	background: url('../images/menu_down.png') no-repeat 92% 38px transparent;
	cursor: pointer;
}
header .logged-in-as .display-name:hover {
	background: url('../images/menu_down.png') no-repeat 92% 38px #202020;
}
header .logged-in-as .display-name ul {
	position: absolute;
	top: 100%;
	right: 0;
	margin: 0;
	background: #202020;
	display: none;
	width: 100%;
	font-size: 0.9em;
}
header .logged-in-as .display-name:hover ul {
	display: block;
}
header .logged-in-as .display-name ul li {
	float: left;
	width: 100%;
}
header .logged-in-as .display-name ul li.divider {
	border-top: 1px solid #808080;
}
header .logged-in-as .display-name ul li a {
	float: left;
	width: 100%;	
	box-sizing: border-box;
    float: left;
    padding: 10px 22px 10px;
    text-align: left;
    width: 100%;
	/*border-top: 1px solid #202020;*/
	color: #fff;
}
header .logged-in-as .display-name ul li.divider a {
	 padding: 15px 22px 15px;
}
header .logged-in-as .display-name ul li a:hover {
	color: #4197b7;
	/*border-top: 1px solid #404040;*/
	/*background: #404040;*/
}

.loading-spinner {
	display: none;
}