/* Buttons */
.btn-blue {
	border: 1px solid #21759A;
	background: #21759A;
	color: #FFF;
	padding: 10px 25px;
	max-width: 100%;
	box-sizing: border-box;
	border-radius: 4px;
	display: inline-block;
	cursor: pointer;
}
.btn-blue:hover {
	background: #fff;
	color: #21759A;
}
.cw-table td a.btn-blue {
	text-decoration: none;
	color: #fff;
}
.cw-table td a.btn-blue:hover {	
	text-decoration: none;
}

.danger {
	color: #b64141;
}
.small {
	font-size: 0.5em;
}
.medium {
	font-size: 0.7em;
}

/* Nav */
nav {
	background: #202020 none repeat scroll 0 0;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding-top: 80px;
    position: fixed;
    top: 0;
    width: 320px;
}
body.wide nav {
	width: 80px;
}
nav .nav-primary {
	background: #4197b7 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    overflow: auto;
    padding-top: 80px;
    position: absolute;
    top: 0;
    width: 80px;
}
nav .nav-primary ul {
	float: left;
	width: 100%;
	border-bottom: 1px solid #64a9c2;
}
nav .nav-primary ul li {
	float: left;
	width: 100%;
}
nav .nav-primary ul li:hover {
	background: #101010;
}
nav .nav-primary ul li a {
	float: left;
	width: 100%;
	padding-top: 42px;
	padding-bottom: 8px;
	font-size: 0.6em;
    letter-spacing: 0.07em;
	color: #fff;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #377c96;
	border-top: 1px solid #64a9c2;
}
nav .nav-primary ul li:first-child a,
nav .nav-primary ul li:first-child a:hover {
	border-top: none;
}
nav .nav-primary ul li a span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
nav .nav-primary ul li a span.active {
	/*background: url('../images/primary_nav_arrow.png') no-repeat right center transparent;*/
}
nav .nav-primary ul li a.overview {
	background: url('../images/nav_chart.png') no-repeat center 12px transparent;
}
nav .nav-primary ul li a.overview:hover {
	
}
nav .nav-primary ul li a.settings {
	background: url('../images/nc-popup-manage.png') no-repeat center 12px transparent;
}
nav .nav-primary ul li a.settings:hover {
	
}
nav .nav-primary ul li a.firewall {
	background: url('../images/site-firewall.png') no-repeat center 12px transparent;
}
nav .nav-primary ul li a.firewall:hover {
	
}
nav .nav-primary ul li a.support {
	background: url('../images/site-support.png') no-repeat center 12px transparent;
}
nav .nav-primary ul li a.support:hover {
	
}
nav .nav-primary ul li a.domains {
	background: url('../images/site-ftp.png') no-repeat center 12px transparent;
}
nav .nav-primary ul li a.domains:hover {
	
}
nav .nav-primary ul li a.my-sites {
	background: url('../images/site-ftp.png') no-repeat center 12px transparent;
}
nav .nav-primary ul li a.my-sites:hover {
	
}
nav .nav-primary ul li a.billing {
	background: url('../images/site-billing.png') no-repeat center 12px transparent;
}
nav .nav-primary ul li a.billing:hover {
	
}
nav .nav-primary ul li a.admin {
	background: url('../images/site-dashboard.png') no-repeat center 12px transparent;
}
nav .nav-primary ul li a.admin:hover {
	
}
nav .nav-primary ul li a.my-sites {
	background: url('../images/nav_globe.png') no-repeat center 12px transparent;
}
nav .nav-primary ul li a.my-sites:hover {
	
}
nav .nav-primary ul li a:hover {
	border-bottom: 1px solid #202020;
	border-top: 1px solid #000;
}
nav .nav-secondary {
	height: 100%;
    left: 80px;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 240px;
}

nav .nav-secondary .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0px !important;
}
nav .nav-secondary .mCSB_inside > .mCSB_container {
	margin-right: 10px !important;
}
nav .nav-secondary .nav-secondary-inner {
	float: left;
	width: 100%;
	padding-top: 80px;
	overflow: auto;
	height: 100%;
	box-sizing: border-box;
}
nav .nav-secondary .nav-secondary-scroll {
	width: 100%;
	position: relative;	
	height: 100%;
	overflow-y: auto;
}
nav .nav-secondary .nav-secondary-scroll .nav-secondary-pad {
	margin: 0 auto;
	width: 226px;
}
nav .nav-secondary .nav-website-profile {
	box-sizing: border-box;
    float: left;
    padding: 10px;
    width: 100%;
}
nav .nav-secondary .nav-website-profile a img {
	float: left;
	background: #fff;
}
nav .nav-secondary .nav-website-profile a img:hover {
	
}
nav .nav-secondary .nav-website-profile img.website-preview {
	float: left;
	width: 100%;
}
nav .nav-secondary .nav-website-profile .title {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #ffffff;
}
nav .nav-secondary .nav-website-profile .title a {
	color: #ccc;
	float: left;
	width: 100%;
	word-break: break-all;
}
nav .nav-secondary .nav-website-profile .title a:hover {
	color: #4197b7;
}
nav .nav-secondary .nav-website-profile .url {
	float: left;
	width: 100%;
	color: #aaaaaa;
	font-size: 0.8em;
	display: table;
}
nav .nav-secondary .nav-website-profile .url img {
	display: table-cell;
	vertical-align: middle;
	margin-right: 5px;
}
nav .nav-secondary .nav-website-profile .status {
	color: #808080;
	font-size: 12px;
	line-height: 19px;
	height: 20px;
	float: left;
	width: 100%;
}
nav .nav-secondary .nav-website-profile .status img {
	display: inline-block;
	vertical-align: middle;
}
nav .nav-secondary ul {
	float: left;
	width: 100%:
}
nav .nav-secondary ul li {
	float: left;
	width: 100%;
}
nav .nav-secondary ul li a {
	background-position: 90% center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #fff;
    float: left;
    line-height: 34px;
    padding: 11px 15px;
    width: 100%;
}
.nav-secondary .fa {
	color: white;
    display: inline-block;
    float: right;
    font: 1.9em/1 FontAwesome;
    text-rendering: auto;	
}
nav .nav-secondary ul li.active {
	border-top: 1px solid #202020;
}
nav .nav-secondary ul li.active a {
	border-top: 1px solid #404040;
	background-color: #101010;
}
nav .nav-secondary ul li a:hover {
	background-color: #3e4043;
}
nav .nav-secondary ul li a.dashboard:hover {
	
}
nav .nav-secondary ul li a.backups:hover {
	
}
nav .nav-secondary ul li a.spotlight:hover {
	
}
nav .nav-secondary ul li a.ftp:hover {
	
}
nav .nav-secondary ul li a.databases:hover {
	
}

/* Website Nav */
.nav-secondary .nav-website-links {
	float: left;
	width: 100%;
}
.nav-secondary .nav-website-links ul {
	float: left;
	width: 100%;
}
.nav-secondary .nav-website-links ul li {
	float: left;
	width: 100%;
}
.nav-secondary .nav-website-links ul li a {
	float: left;
	width: 100%;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #404040;
}
.nav-secondary .nav-website-links ul li span {
	float: left;
	width: 100%;
	border-top: 1px solid transparent;
	height: 50px;
	display: none;
}
@media (max-height: 800px) { .nav-secondary .nav-website-links ul li span { display: block; } }
.nav-secondary .nav-website-links ul li a.active {
	background-color: rgba(65, 151, 183, 0.3);
}
.nav-secondary .nav-website-links ul li:nth-of-type(1) a:hover {
	border-top: 1px solid #404040;
}
.nav-secondary .nav-website-links ul li a.active {
	
}
.nav-secondary .nav-website-links ul li a:hover {
	
	background-color: #101010;
}

.nav-secondary .nav-website-links a.site-menu-filemanager {
	background: url('../images/file-manager.png') no-repeat 92% center transparent;
}
.nav-secondary .nav-website-links a.site-menu-filemanager:hover {
	
}
.nav-secondary .nav-website-links a.site-menu-cpanel {
	background: url('../images/site-cpanel.png') no-repeat 92% center transparent;
}
.nav-secondary .nav-website-links a.site-menu-cpanel:hover {
	
}
.nav-secondary .nav-website-links a.site-menu-firewall {
	background: url('../images/site-firewall.png') no-repeat 92% center transparent;
}
.nav-secondary .nav-website-links a.site-menu-firewall:hover {
	
}
.nav-secondary .nav-website-links a.site-menu-ftp {
	background: url('../images/site-ftp.png') no-repeat 90% center transparent;
}
.nav-secondary .nav-website-links a.site-menu-ftp:hover {
	
}
.nav-secondary .nav-website-links a.site-menu-databases {
	background: url('../images/site-databases.png') no-repeat 90% center transparent;
}
.nav-secondary .nav-website-links a.site-menu-databases:hover {
	
}
.nav-secondary .nav-website-links a.site-menu-emails {
	background: url('../images/site-email.png') no-repeat 90% center transparent;
}
.nav-secondary .nav-website-links a.site-menu-emails:hover {
	
}
.nav-secondary .nav-website-links a.site-menu-wordpress {
	background: url('../images/site-wordpress.png') no-repeat 90% center transparent;
}
.nav-secondary .nav-website-links a.site-menu-wordpress:hover {
	
}
.nav-secondary .nav-website-links a.site-menu-backups {
	background: url('../images/site-backup.png') no-repeat 90% center transparent;
}
.nav-secondary .nav-website-links a.site-menu-backups:hover {
	
}
.nav-secondary .nav-website-links a.site-menu-spotlight {
	background: url('../images/site-spotlight.png') no-repeat 90% center transparent;
}
.nav-secondary .nav-website-links a.site-menu-spotlight:hover {
	
}
.nav-secondary .nav-website-links a.site-menu-support {
	background: url('../images/site-support.png') no-repeat 90% center transparent;
}
.nav-secondary .nav-website-links a.site-menu-support:hover {
	
}
.nav-secondary .nav-website-links a.site-menu-billing {
	background: url('../images/site-billing.png') no-repeat 90% center transparent;
}
.nav-secondary .nav-website-links a.site-menu-billing:hover {
	
}

/* Header Nav */
.header-nav {
	float: left;
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
}
.header-nav li {
	float: left;
	margin-right: 25px;
}
.header-nav li a {
	float: left;
	font-size: 0.6em;
	color: #101010;
	padding-bottom: 10px;
}
.header-nav li a.active {
	border-bottom: 2px solid #41b649;
}
.header-nav li a:hover {
	border-bottom: 2px solid #4197B7;
}

/* Main */
main {
	float: right;
	width: calc(100% - 320px);
	height: 100%;
	padding-top: 80px;
	box-sizing: border-box;
	overflow-y: hidden;
}
body.wide main {
	width: calc(100% - 80px);
}
body.full main {
	width: 100%;
}
main .content {
	height: 100%;
	overflow-y: auto;
	width: 100%;
}
main .content .header {
	/*min-height: 115px;*/
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 24px;
	background: #fff;
}
main .content .header.sub-nav {
	padding: 24px 24px 0;
}
main .content .header .location {
	font-size: 1.5em;
}
main .content .header .location span.large {
	font-size: 1.5em;
	color: #202020;
}
main .content .page {
	float: left;
	width: 100%;
	padding: 24px;
	box-sizing: border-box;
	/*position: relative;*/ /* Breaks £ popup on my websites */
	overflow: visible;
}
main .content .page.cpanel {
	padding: 0;
	position: relative;
}

form .input-row {
	float: left;
	width: 100%;
	margin-bottom: 15px
}
form .input-row.text {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-size: 1.14em;
	color: #333
}
form .input-row.text.center {
	text-align: center;
	font-size: 1em
}
form .input-row label {
	float: left;
	width: 100%;
	font-weight: 700;
	margin-bottom: 5px;
	color: #333;
	font-size: 1.14em
}
form .input-row input[type=text] {
	background: #FFF;
	border: 1px solid #CCC;
	box-sizing: border-box;
	float: left;
	margin: 0;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
	color: #555;
	display: block;
	font-size: 1em;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
	width: 100%
}
form .input-row input[type=text]:focus {
	border: 1px solid #66AFE9;
	box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(102,175,233,.6);
	outline: 0
}
form .input-row input[type=text]:disabled {
	background: #DDD
}
form .input-row input[type=password],form .input-row textarea {
	background: #FFF;
	box-sizing: border-box;
	margin: 0;
	color: #555;
	display: block;
	font-size: 1em;
	padding: 6px 12px;
	transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
	line-height: 1.42857;
	float: left;
	width: 100%
}
form .input-row textarea {
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
	height: 200px
}
form .input-row textarea:focus {
	border: 1px solid #66AFE9;
	box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(102,175,233,.6);
	outline: 0
}
form .input-row input[type=password] {
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
	height: 34px
}
form .input-row input[type=password]:focus {
	border: 1px solid #66AFE9;
	box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(102,175,233,.6);
	outline: 0
}
form .input-row input[type=checkbox] {
	margin-right: 5px
}
form .input-row.check label {
	cursor: pointer;
	margin-bottom: 0;
	min-height: 20px;
	width: 100%;
	font-size: 1.14em;
	line-height: 1.42857;
	font-weight: 400
}
form .button-row {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	text-align: center
}
form .button-row.button-row-left {
	text-align: left;
}
form .button-row.button-row-right {
	text-align: right;
}
form .button-row a,form .button-row input[type=submit] {
	font-size: 1em;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	font-weight: 400;
	vertical-align: middle;
	white-space: nowrap
}
form .button-row input[type=submit] {
	background: #337ab7;
	border: 1px solid #2e6da4;
	color: #FFF;
	border-radius: 4px
}
form .button-row input[type=submit]:hover {
	background: #286090
}
form .button-row a {
	background: #FFF;
	border: 1px solid #CCC;
	color: #333;
	border-radius: 4px
}
form .button-row a:hover {
	background: #E6E6E6
}
form .input-row a {
	color: #21759a
}
form .input-row a:hover {
	color: #444
}
form .input-row .error,form .submit-error {
	float: left;
	font-size: 1.07em;
	color: #EA4141;
	width: 100%
}
form .input-row .error {
	margin-top: 10px
}
form .submit-error {
	margin-bottom: 6px;
	text-align: center
}
form.large .button-row input[type=submit] {
	border: 1px solid #21759A;
	font-size: 1.42em;
	background: #FFF;
	color: #21759A;
	padding: 12px 60px;
	max-width: 100%;
	box-sizing: border-box
}
form.large .button-row input[type=submit]:hover {
	background: #21759A;
	color: #FFF
}
form.large .input-row input[type=text] {
	max-width: 500px;
	float: none;
	display: inline-block;
	font-size: 1.42em;
	width: 100%;
	box-sizing: border-box;
	padding: 12px;
	line-height: auto;
	height: auto
}
form.large .button-row {
	width: 100%;
	text-align: center
}
form .form-loading {
	float: left;
	display: none;
}
.form-container {
	width: 500px;
	margin: 86px auto 0;
	padding: 0 10px;
	box-sizing: border-box;
	max-width: 100%
}
.form-container.left {
	margin: 0;
	float: left;
	padding: 0;
	width: 100%
}
.form-container.left form {
	width: 500px
}
.form-container.left form .button-row {
	text-align: left
}
.form-container h1 {
	color: #21759a;
	font-weight: 400;
	margin-bottom: 26px;
	margin-top: 0;
	padding: 6px 0;
	font-size: 2.57em
}
.form-container h1 span {
	font-size: .65em;
	color: #777;
	font-weight: 400;
	line-height: 1
}

/* Reseller Stats */
.reseller-header {
	float: left;
	width: 100%;
	margin: 0 0 24px;
}
.reseller-header .reseller-stat {
	float: left;
	width: 24%;
	margin-right: 1.33%;
	border-top: 2px solid #4197b7;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	min-height: 200px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 3px 4px 8px -2px #d1d1d1;
}
.reseller-header .reseller-stat:nth-of-type(4n) {
	margin-right: 0;
}
.reseller-header .reseller-stat .title {
	float: left;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.reseller-header .reseller-stat .title a {
	color: #202020;
	float: left;
	width: 100%;
	min-height: 0;
}
.reseller-header .reseller-stat .title a:hover {
	
}
.reseller-header .reseller-stat.reseller-stat-green {
	border-top: 2px solid #41b649;
}
.reseller-header .reseller-stat span {
	font-size: 3em;
	color: #4197b7;
	width: 100%;
	padding: 20px 0 10px;
	float: left;
}
.reseller-header .reseller-stat.reseller-stat-green span {
	color: #41b649;
}


.reseller-header .reseller-stat a {
	float: left;
	width: 100%;
	min-height: 150px;
	color: #202020;
}
.reseller-header .reseller-stat:hover a,
.reseller-header .reseller-stat:hover a span {
	color: #154F67;
}
.reseller-header .reseller-stat.reseller-stat-green a {
	color: #41b649;
}
.reseller-header .reseller-stat.reseller-stat-green:hover a,
.reseller-header .reseller-stat.reseller-stat-green:hover a span {
	color: #449349;
}


.dashboard-home-info {
	float: left;
	width: 100%;
	text-align: left;
	padding: 35px;
	box-sizing: border-box;
}
.dashboard-home-info h2 {
	font-size: 1.5em;
	float: left;
	width: 100%;
	margin: 0 0 25px;
}
.dashboard-home-info p {
	font-size: 1.125em;
	float: left;
	width: 100%;
	line-height: 1.8em;
	margin-bottom: 15px;
}
.dashboard-home-info ul {
	float: left;
	width: 100%;
	margin: 35px 0 20px;
	padding: 0;
}
.dashboard-home-info ul li {
	float: left;
	width: 100%;
	margin: 0 0 25px;
	padding-left: 45px;
	background: url('../images/meta-tick-green.png') no-repeat 0 center transparent;
	font-size: 1.125em;
	line-height: 33px;
	height: 33px;
}
.dashboard-home-my-sites {
	float: left;
	width: 100%;
	padding: 35px;
	box-sizing: border-box;
	text-align: center;
}
.dashboard-home-my-sites img {	
	margin-bottom: 10px;
}
.dashboard-home-my-sites h2 {
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 10px;
}
.dashboard-home-my-sites p {
	font-size: 1.125em;
	color: #808080;
	margin-bottom: 20px;
}
.dashboard-home-add {
	float: left;
	width: 100%;
	padding: 35px;
	box-sizing: border-box;
	text-align: left;
}
.dashboard-home-add h2 {
	font-size: 1.5em;
	float: left;
	width: 100%;
	margin: 0 0 25px;
}
.dashboard-home-add .add-customer-meta input {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 20px;
	font-family: inherit;
	font-size: 18px;
	border: 2px solid #ddd;
	color: #202020;
	margin: 0 0 25px;
}
.dashboard-home-add .add-customer-meta .meta-customer-add {
	min-width: 120px;
	max-width: 100%;
	text-align: center;
	box-sizing: border-box;
	margin-right: 0;

	display: inline-block;
	margin-right: 5px;
	padding: 14px 25px;
	color: #fff;
	font-size: inherit;
	font-family: inherit;
	cursor: pointer;
	background: #41b649 none repeat scroll 0 0;
	border: none;
	border-radius: 4px;

}
.dashboard-home-add .add-customer-meta .meta-customer-add:hover {
	background: #449349;
}
.dashboard-home-banner {
	float: left;
	width: 100%;
	text-align: center;
	padding: 35px;
	box-sizing: border-box;
}
.dashboard-home-banner img {
	max-width: 100%;
}

/* Website Page Listing */
.website-display {
	float: left;
	width: 100%;
}
.website-display .website-profile {
	float: left;	
	background: #fff;
	margin-bottom: 15px;
	width: 300px;
	margin-right: 15px;
	box-shadow: 3px 4px 8px -2px #d1d1d1;
	position: relative;
	/*width: 19%;
	max-width: 300px;
	min-width: 275px;
	margin-right: 1%;
	min-height: 305px;*/
}
.website-display .website-profile .website-profile-inner {
	float: left;
	width: 100%;
}
.website-display .website-profile .popup-comm {
	position: absolute;
	right: 0;
	bottom: 22px;
	right: 15px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #4197B7;
}
.website-display .website-profile .popup-comm svg {
	float: left;
	width: 20px;
	height: 20px;
	padding: 6px;
	fill: #fff;
}
.website-display .website-profile .popup-comm:hover {
	background: #161616;
}
.website-display .website-profile:hover {
	background: #f6f6f6;
}
.website-display .website-profile .website-details {	
	border-top: 2px solid #9a2124;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.website-display .website-profile .website-details.website-details-green {
	border-top: 2px solid #41b649;
}
.website-display .website-profile .website-details img {
	display: inline-block;
	vertical-align: middle;
}
.website-display .website-profile .website-details .website-status {
	color: #808080;
	font-size: 12px;
	line-height: 20px;
	float: left;
	width: 100%;
}
.website-display .website-profile .website-details a,
.website-display .website-profile .website-details .row {
	color: #404040;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 16px 15px;
}
.website-display .website-profile .website-details a span,
.website-display .website-profile .website-details .row span {
	color: #404040;
}
.website-display .website-profile .website-banner {
	height: 200px;
	float: left;
	width: 100%;
	background-size: cover !important;
	position: relative;
}
.website-display .website-profile .website-banner .website-overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.website-display .website-profile .website-banner .website-overlay a,
.website-display .website-profile .website-banner .website-overlay .row {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.website-display .website-profile .website-banner .website-overlay a span,
.website-display .website-profile .website-banner .website-overlay .row span {
	width: 100%;
	text-align: center;
	font-size: 1em;
	line-height: 1.5em;
	color: #fff;
}
.website-display .website-profile-inner:hover .website-banner .website-overlay {
	display: block;
	cursor: pointer;
}
.website-display .website-profile .website-name {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 5px;
	max-height: 27px;
	overflow: hidden;
}
.website-display .website-profile .website-links {
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.website-display .website-profile .website-links ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.website-display .website-profile .website-links ul li {
	float: left;
	width: 50%;
	text-align: center;
}
.website-display .website-profile .website-links ul li a {
	float: left;
	width: 100%;
	text-align: center;
	padding: 4px 0 2px;
	color: #101010;
	border-bottom: 2px solid transparent;
}
.website-display .website-profile .website-links ul li a span {
	width: 100%;
	vertical-align: middle;
	height: 30px;
	float: left;	
}
.website-display .website-profile .website-links ul li a span img {
	vertical-align: middle;
}
.website-display .website-profile .website-links a:hover {
	border-bottom: 2px solid #4197b7;
}

.website-display .website-profile.add-website-profile {
	box-sizing: border-box;
	border: 2px solid grey;
}
.website-display .website-profile.add-website-profile a {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 2em;
	height: 320px;
	color: grey;
	background: #ccc;
	padding-top: 70px;
	box-sizing: border-box;
}
.website-display .website-profile.add-website-profile a:hover {
	background: #fff;
}

.website-filters {
	float: left;
	width: 100%;
	margin-bottom: 24px;
}
.website-filters .website-filters-left {
	float: left;
}
.website-filters .website-filters-right {
	float: right;
}
.website-filters .website-filter-block {
	width: 200px;
	max-width: 100%;
	margin-bottom: 10px;
}
.website-filters .website-filter-block label {
	float: left;
	width: 100%;
	font-size: 0.875em;
	color: #404040;
	margin-bottom: 5px;
	margin-left: 2px;
}
.website-filters .website-filter-block select {
	float: left;
	width: 100%;
	font-size: 0.875em;
	color: #404040;
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 8px;
	box-shadow: 3px 4px 8px -2px #d1d1d1;
}

.websites-default-view {
	float: left;
	width: 100%;
}
.websites-default-view h2 {
	margin-bottom: 20px;
}
.websites-default-view .websites-desc {
	margin-bottom: 15px;
}
.websites-default-view.unmanaged-sites-container {
	margin-top: 30px;
}
.websites-table-view {
	float: left;
	width: 100%;
	display: none;
}
.websites-table-view .cw-table td {
	vertical-align: middle;
}
.websites-table-view .cw-table td a {
	color: #606060;
}
.websites-table-view .cw-table td a:hover {
	color: #202020;
	text-decoration: none;
}
.websites-table-view .cw-table td a .website-online {
	color: #41b649;
}
.websites-table-view .cw-table td a .website-online:hover {
	color: #449349;
}
.websites-table-view .cw-table td a .website-offline {
	color: #9a2124;
}
.websites-table-view .cw-table td a .website-offline:hover {
	color: #771a1c;
}
.websites-table-view .cw-table td .website-action-block {
	float: left;
	text-align: center;
}

/* Tables */
table.cw-table {
	border-top: 1px solid #CCCCCC;
	font-size: 1em;	
	width: 100%;
	border-collapse: collapse;
	box-shadow: 3px 4px 8px -2px #d1d1d1;
}
.cw-table-vert td {
	vertical-align: middle;
}
.cw-table-headers th {
	cursor: pointer;
}

.cw-table tr {
	background: #FFFFFF;	
	border-left: 1px solid #CCCCCC;
}
.cw-table thead tr:nth-child(1) { /* The first row */
	border-left: 1px solid #21759a;
	border-top: 1px solid #21759a;
}
.cw-table tr:nth-child(2n) { /* Every 2nd row */
	background: #EEEEEE;
}
.cw-table tr:nth-last-child(1) { /* The last row */
	border-bottom: 1px solid #CCCCCC;
}
.cw-table tr:hover {
	background: #DDDDDD;
}
.cw-table th {
	background: #21759a;
	color: #FFFFFF;
	border-bottom: 1px solid #21759a;
	border-right: 1px solid #3883a4;
	padding: 12px;	
	font-weight: normal;
	text-align: left;
}
.cw-table tr th:nth-last-child(1) { /* The last th of each row */
	border-right: 1px solid #21759a;
}
.cw-table td {
	/*border-bottom: 1px dotted #CCCCCC;*/
	border-right: 1px dotted #CCCCCC;
	padding: 12px;
}
.cw-table tr td:nth-last-child(1) { /* The last td of each row */
	border-right: 1px solid #CCCCCC;
}

.cw-table th.center {
	text-align: center;
}
.cw-table td.center {
	text-align: center;
}
.cw-table td.new-student {
	background: #98E07F;
}
.cw-table td.old-student {
	background: #D16E6E;
}
.cw-table tr:hover td.new-student {
	background: #DDDDDD;
}
.cw-table tr:hover td.old-student {
	background: #DDDDDD;
}
.cw-table td a {
	color: #4197b7;
}
.cw-table td a:hover {
	color: #101010;
	text-decoration: underline;
}

/* Billing */
.billing-container {
	float: left;
	width: 100%;
}
.billing-container .billing-nav {
	float: left;
	width: 100%;
	margin-bottom: 14px;
}
.billing-container .billing-nav .billing-filters {
	float: right;
}
.billing-container .billing-nav a {
	float: left;
	margin-right: 10px;
	border-bottom: 2px solid transparent;
	color: #101010;
	padding-bottom: 10px;
}
.billing-container .billing-nav a.active {
	border-bottom: 2px solid #41b649;
}
.billing-container .billing-nav a:hover {
	border-bottom: 2px solid #21759A;
}
.billing-container .billing-nav .billing-filters a {
	margin-right: 0;
	margin-left: 10px;
}

/* Website Updating */
.update-websites {
	float: left;
	border: 1px solid #101010;
	padding: 2px;
	border-radius: 3px;
	margin-bottom: 10px;
}
.update-websites:hover {
	background: #ccc;
}
.update-websites a.update-websites-link {
	float: left;
}
.update-websites a.update-websites-link img {
	float: left;
	width: 24px;
}
.update-websites a.update-websites-link:hover {

}
.update-websites img.updating-websites {
	float: left;
	width: 24px;
	display: none;
}

/* Progress Bar */
.loading-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F3F3F3;
	z-index: 2;
}
.progress-bar {
	float:left;
	width:100%;
	text-align:center;
}
.progress-bar .loading {
	float:left;
	width:100%;
	text-align:center;
	margin:60px 0;
	padding:0 10px;
	box-sizing:border-box;
}
.progress-bar .loading .bar-container {
	max-width:750px;
	width:calc(100% - 30px);
	border:15px solid #333;
	border-radius:5px;
	position:relative;
	height:40px;
	background:#FFF;
	display:inline-block;
}
.progress-bar .loading .bar-container #bar {
	width:0%;
	background:#21759A;
	position:absolute;
	top:0;
	left:0;
	height:40px;
}
.progress-bar .desc {
	float:left;
	width:100%;
	text-align:center;
	font-size:1.42em;
	color:#21759A;
}

.website-cpanel-error {
	float: left;
	width: 100%;
	background: #a83131;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 24px;
}
.website-cpanel-error h2 {
	color: #fff;
}
.website-cpanel-success {
	float: left;
	width: 100%;
	background: #41b649;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 24px;
}
.website-cpanel-success h2 {
	color: #fff;
}

.wordpress-options {
	float: left;
	width: 100%;
	margin-top: 80px;
}
.wordpress-options .wordpress-box-outer {
	float: left;
	width: 50%;
	padding: 0 40px;
	box-sizing: border-box;
}
.wordpress-options .wordpress-box {
	float: right;
	width: 80%;
	border-top: 2px solid #4197b7;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	min-height: 200px;
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 20px;
	box-shadow: 3px 4px 8px -2px #d1d1d1;
	text-align: center;
	padding: 20px 20px 40px;
}
.wordpress-options .wordpress-box.right {
	float: left;
}
.wordpress-options .wordpress-box h2 {
	float: left;
	width: 100%;
	margin: 0 0 15px;
}
.wordpress-options .wordpress-box p {
	margin-bottom: 20px;
}
.wordpress-options .wordpress-box .wordpress-box-icon {
	height: 100px;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	vertical-align: middle;
}
.wordpress-options .wordpress-box svg {
	max-width: 100px;
	height: auto;
	fill: #3e4043;
}
.wordpress-options .wordpress-box.right  svg {
	margin-top: 8px;
}

.btn.btn-default {
	border: 1px solid #21759A;
	background: #21759A;
	color: #FFF !important;
	padding: 10px 25px;
	max-width: 100%;
	box-sizing: border-box;
	border-radius: 4px;
	display: inline-block;
	text-decoration: none !important;
}
.btn.btn-default:hover {
	background: #fff;
	color: #21759A !important;
	text-decoration: none !important;
}

/* Dashboard Meta Boxes */
.meta-box-row {
	float: left;
	width: 100%;
}
.dashboard-meta-box {
	float: left;
	width: 49%;
	margin-right: 1%;
	border-top: 2px solid #4197b7;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	min-height: 200px;
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 20px;
	box-shadow: 3px 4px 8px -2px #d1d1d1;
}
.dashboard-meta-box.meta-box-full {
	width: 100%;
	margin-right: 0;
}
.dashboard-meta-box.meta-box-quater {
	width: 24%;
}
.dashboard-meta-box.meta-box-third {
	width: 32.5%;
	margin-right: 1.25%;
}
.dashboard-meta-box.meta-box-third.meta-box-third-final {
	margin-right: 0%;
}
.dashboard-meta-box .title {
	float: left;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.dashboard-meta-box .title a {
	color: #4197b7;
}
.dashboard-meta-box .title a:hover {
	color: #101010;
	text-decoration: underline;
}
.dashboard-meta-box.meta-box-green {
	border-top: 2px solid #41b649;
}
.dashboard-meta-box .meta-content {
	float: left;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	text-align: left;
	min-height: 250px;
}
.dashboard-meta-box .meta-content p {
	margin-bottom: 15px;
}
.dashboard-meta-box .meta-content p label.info {
	color: #4197b7;
	min-width: 120px;
	display: inline-block;
	padding-right: 20px;
}
.dashboard-meta-box .meta-content p a {
	text-decoration: underline;
	color: #4197b7;
}
.dashboard-meta-box .meta-content p a:hover {
	color: #101010;
}
.dashboard-meta-box .quick-links {
	float: left;
	width: 100%;
	margin: 15px 0;
	padding: 0;
}
.dashboard-meta-box .quick-links li {
	float: left;
	width: 33%;
	max-width: 100px;
	text-align: center;
}
.dashboard-meta-box .quick-links li a {
	color: #101010;
}
.dashboard-meta-box .quick-links li a span.icon {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	height: 30px;
}
.dashboard-meta-box .quick-links li a:hover {
	border-bottom: 2px solid #4197b7;
}

.dashboard-meta-box .website-preview {
	float: left;
	width: 40%;
	padding-right: 20px;
	box-sizing: border-box;
}
.dashboard-meta-box .website-preview img {
	max-width: 100%;
}
.dashboard-meta-box .website-details {
	float: right;
	width: 60%;
}
.dashboard-meta-box .website-details .row {
	float: left;
	width: 100%;
	margin-bottom: 14px;
	font-size: 0.875em;	
}
.dashboard-meta-box .website-details .row.row-status {
	margin-bottom: 40px;
}
.dashboard-meta-box .website-details .row label {
	float: left;
	width: 160px;
	font-weight: bold;
}
.dashboard-meta-box .website-details .row img {
	display: inline-block;
	vertical-align: middle;
}
.dashboard-meta-box .website-details .row a {
	text-decoration: none;
	color: #21759A;
}
.dashboard-meta-box .website-details .row a:hover {
	text-decoration: underline;
}
.dashboard-meta-box .ssl-box {
	float: left;
	width: 100%;
	text-align: center;
}
.dashboard-meta-box .ssl-box img {
	max-width: 100%;
	display: inline-block;
	padding: 10px 0 15px;
}
.dashboard-meta-box .ssl-box span {
	font-size: 1.125em;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.dashboard-meta-box .ssl-box p {	
	font-size: 0.875em;	
	float: left;
	width: 100%;
}
.dashboard-meta-box .ssl-box.ssl-enabled span {
	color: #41b649;
}
.dashboard-meta-box .ssl-box.ssl-notenabled span {
	color: #b64141;
}

.dashboard-meta-box .page-insights {
	float: left;
	width: 100%;
	text-align: center;
}
.dashboard-meta-box .page-insights p {
	font-size: 0.875em;
	margin-bottom: 10px;
}
.dashboard-meta-box .page-insights .score-good,
.dashboard-meta-box .page-insights .score-needswork,
.dashboard-meta-box .page-insights .score-poor {
	border-radius: 5px;
	color: #fff;
	font-size: 2em;
	padding: 12px 24px;
	display: inline-block;
	margin: 10px 0;
}
.dashboard-meta-box .page-insights .score-good {
	background: #41b649;
}
.dashboard-meta-box .page-insights .score-needswork {
	background: #fda100;
}
.dashboard-meta-box .page-insights .score-poor {
	background: #b64141;
}
.dashboard-meta-box .page-insights .pi-good {
	color: #41b649;
}
.dashboard-meta-box .page-insights .pi-needswork {
	color: #fda100;
}
.dashboard-meta-box .page-insights .pi-poor {
	color: #b64141;
}
.dashboard-meta-box .page-insights .last-analysis {
	font-size: 0.75em;
}

.dashboard-meta-box .spotlight-meta {
	float: left;
	width: 100%;	
	text-align: center;
}
.dashboard-meta-box .spotlight-meta .spotlight-info-logo {
	float: left;
	width: 100%;
	padding: 0 0 10px;
}
.dashboard-meta-box .spotlight-meta .spotlight-info-logo img {
	display: inline-block;
	max-width: 80px;
}
.dashboard-meta-box .spotlight-meta .spotlight-status {
	font-size: 1.125em;
}
.dashboard-meta-box .spotlight-meta .spotlight-status.spotlight-status-bad {
	color: #b64141;
}
.dashboard-meta-box .spotlight-meta .spotlight-status.spotlight-status-good {
	color: #41b649;
}
.dashboard-meta-box .spotlight-meta .spotlight-status.spotlight-status-info {
	color: #404040;
}
.dashboard-meta-box .spotlight-meta p {
	font-size: 0.875em;
	float: left;
	width: 100%;
}
.dashboard-meta-box .spotlight-meta .spotlight-button {
	float: left;
	width: 100%;
}
.dashboard-meta-box .spotlight-meta .spotlight-button a {
	border: 1px solid #21759A;
	background: #21759A;
	color: #FFF;
	padding: 10px 25px;
	max-width: 100%;
	box-sizing: border-box;
	border-radius: 4px;
	display: inline-block;
}
.dashboard-meta-box .spotlight-meta .spotlight-button a:hover {
	background: #fff;
	color: #21759A;
}

.btn-remove {
	border: 1px solid #b64141;
	background: #b64141;
	color: #FFF;
	padding: 10px 25px;
	max-width: 100%;
	box-sizing: border-box;
	border-radius: 4px;
	float: right;
	margin: 20px 0 0;
}
.btn-remove:hover {
	background: #cc6161;
}

.dashboard-meta-box .wp-settings {
	padding: 20px;
}
.dashboard-meta-box .wp-settings .wp-setting {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.dashboard-meta-box .wp-settings .wp-setting .wp-title {
	float: left;
	width: 60%;
	padding-top: 4px;
}
.dashboard-meta-box .wp-settings .wp-setting .wp-opt {
	float: right;
}
.dashboard-meta-box .wp-settings label {
	float:left;
	font-size:1.1em;
	line-height:30px;
	margin-right:10px;
}
.dashboard-meta-box .wp-settings form {
	float:left;
}
.dashboard-meta-box .meta-form {
	float: left;
	width: 100%;
	padding: 20px 0;	
}
.dashboard-meta-box .meta-form form .input-row label {
	font-size: 1em;
	margin-bottom: 12px;
}
.dashboard-meta-box .meta-form form .button-row {
	text-align: left;
}
.dashboard-meta-box .meta-form form .submit-error {
	color: #4197b7;
}

.meta-my-sites .website-profile {
	width: 32% !important;
}
.meta-my-sites .website-display .website-profile.add-website-profile a {
	background: #fff;
}
.meta-my-sites .website-display .website-profile.add-website-profile a:hover {
	background: #ccc;
}
.meta-my-sites .website-display .website-profile .website-name {
	font-size: 0.9em;
}


a.button {
	font-size: 1em;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	font-weight: 400;
	vertical-align: middle;
	white-space: nowrap;
	background: #337ab7;
	border: 1px solid #2e6da4;
	color: #FFF !important;
	text-decoration: none !important;
	border-radius: 4px
}
a.button:hover {
	background: #286090;
	color: #FFF !important;
	text-decoration: none !important;
}

/* Popup */
.popup {
	position: absolute;
	width: 100%;
	min-height: 100%;
	display: none;
	background: rgba(0, 0, 0, 0.85);
	top: 0;
	left: 0;
	z-index: 1000;
}
.popup-window {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
.popup-window a.popup-window-close {
	position: absolute;
	z-index: 10;
	top: 16px;
	right: 16px;
	width: 36px;
	height: 36px;
	background: url('../images/window_close_large.png') no-repeat 0 0 transparent;
}
.popup-window a.popup-window-close:hover {
	background: url('../images/window_close_large.png') no-repeat 0 -36px transparent;
}
.popup-window .popup-page {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 40px;
	border-radius: 6px;
	background: #fff;
}
.popup-window .popup-page .popup-content {
	float: left;
	overflow-y: auto;
	width: 100%;
	box-sizing: border-box;
}
.popup-window .popup-page .popup-content .website-title {
	font-size: 1.5em;
	margin-bottom: 15px;
	color: #21759A;
}
.popup-window .popup-message-box {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 6px;
	background: #fff;
	margin-top: 20px;
}
.popup-window .popup-message-box.popup-message-type {
	float: left;
	width: 100%;
}
.popup-window .popup-message-box .popup-message-type .popup-message-type-icon {
	float: left;
	width: 90px;
	padding-right: 30px;
}
.popup-window .popup-message-box.popup-message-type .popup-message-type-icon img {
	float: left;
	max-width: 100%;
	padding-top: 5px;
}
.popup-window .popup-message-box .popup-message-type .popup-message-type-title {
	float: left;
	width: calc(100% - 120px);
	font-size: 1.5em;
	margin-bottom: 10px;
}
.popup-window .popup-message-box .popup-message-type#pop-success .popup-message-type-title {
	color: #41b649;
}
.popup-window .popup-message-box .popup-message-type#pop-fail .popup-message-type-title {
	color: #b64141;
}
.popup-window .popup-message-box .popup-message-type#pop-message .popup-message-type-title {
	color: #217599;
}
.popup-window .popup-message-box .popup-message-type .popup-message-type-content {
	float: left;
	width: calc(100% - 120px);
	color: #808080;
	font-size: 1.125em;
}
.popup-window .popup-message-box.popup-message-type .popup-message-type-content a {
	color: #217599;
	text-decoration: none;
}
.popup-window .popup-message-box.popup-message-type .popup-message-type-content a:hover {
	text-decoration: underline;
}

/* Website Added */
.website-added {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
.website-added img {
	max-width: 100%;
	width: 300px;
}
.website-added h1 {
	float: left;
	width: 100%;
	font-size: 3.75em;
	color: #41b649;
	margin-bottom: 10px;
}
.website-added h2 {
	float: left;
	width: 100%;
	font-size: 2.5em;
	color: #202020;
	margin-bottom: 40px;
}
.website-added .website-added-divider {
	border-top: 1px dotted #ccc;
	float: left;
	width: 100%;
	height: 1px;
	margin: 0 0 40px;
}
.website-added h3 {
	float: left;
	width: 100%;
	font-size: 2.0em;
	color: #217599;
	margin-bottom: 35px;
}
.website-added .website-added-details {
	float: left;
	width: 100%;
}
.website-added table {
	width: 550px;
	max-width: 100%;
	display: inline-block;
	color: #202020;
	font-size: 1.5em;
	margin-bottom: 40px;
}
.website-added table tr {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.website-added table tr td {
	text-align: left;
}
.website-added table tr td strong {
	float: left;
	width: 150px;
}
.website-added .website-added-nav {
	float: left;
	width: 100%;
}
.website-added .website-added-nav a {
	font-size: 1.75em;
	color: #fff;
	width: 210px;
	margin: 0 12px;
	background: #41b649;
	border-radius: 6px;
	padding: 14px 0;
	display: inline-block;
	margin-bottom: 20px;
}
.website-added .website-added-nav a:hover {
	background: #449349;
}

/* Toggle Switch */
.toggle *,
*:before,
*:after  {	
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.toggle .clearfix:after  {	
  content: "";
  display: table;
  clear: both;
}

.cmn-toggle,
.cmn-toggle2  {	
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.reseller-opt.grey input.cmn-toggle-round:checked + label:before {	
	background-color: #ddd;
}

.cmn-toggle + label,
.cmn-toggle2 + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.cmn-toggle-round + label  {
	
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}

input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after  {
	
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

input.cmn-toggle-round + label:before  {
	
  right: 1px;
  background-color: #f1f1f1;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

input.cmn-toggle-round + label:after  {
	
  width: 26px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin 0.4s;
  -moz-transition: margin 0.4s;
  -o-transition: margin 0.4s;
  transition: margin 0.4s;
}

input.cmn-toggle-round:checked + label:before  {	
  background-color: #41B649;
}

input.cmn-toggle-round:checked + label:after  {	
  margin-left: 32px;
}

.mini-form {
	text-align: center;
}
.mini-form select {
	display: inline-block;
	width: 145px;
	max-width: 100%;
	font-size: 0.875em;
	color: #404040;
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 8px;
	box-shadow: 3px 4px 8px -2px #d1d1d1;
	margin-bottom: 5px;
}
.mini-form input[type="submit"] {
	display: inline-block;	
}
.mini-form form .submit-error {
	float: none;
	width: auto;
}

.website-mode {
	float: right;
	font-size: 16px;
	color: #202020;
	padding-right: 20px;
}
.website-mode span.website-mode-title {
	float: left;	
	color: #202020;
	font-weight: bold;
	padding-right: 10px;
	line-height: 49px;
}
.website-mode ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.website-mode li {
	margin: 0;
	padding: 0;
	float: left;
}
.website-mode > ul {
	float: left;
}
.website-mode > ul > li {
	float: left;
	position: relative;
	line-height: 49px;
}
.website-mode ul span {
	float: left;
	color: #202020;
}
.website-mode ul span.mode-staging {
	color: #fda100;
}
.website-mode ul span.mode-live {
	color: #41b649;
}
.website-mode ul li a {
	color: #404040;
}
.website-mode ul li a.toggle-staging:hover {
	color: #fda100;
}
.website-mode ul li a.toggle-live:hover {
	color: #41b649;
}
.website-mode > ul > li > ul {
	position: absolute;
	/*top: 100%;*/
	top: 40px;
	right: 0;
	width: 100%;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
	display: none;
	width: 100px;
}
.website-mode > ul > li:hover ul {
	display: block;
}
.website-mode > ul > li > ul > li {
	float: left;
	width: 100%;
}
.website-mode > ul > li > ul > li a {
	float: left;
	width: 100%;
	color: #202020;
	padding: 8px;
	text-align: right;
	box-sizing: border-box;
	background-color: #fff;
}
.website-mode > ul > li > ul > li a:hover {
	background-color: #f6f6f6;
}

.btn-convert-cycle {
	margin-top: 20px;
	margin-right: 10px;
}
.btn-convert {
	margin-top: 20px;
	margin-right: 10px;
}