.dashboard h1 {
  font-family: 'Open Sans', sans-serif;	
  margin-left:0;
  text-shadow:1px 1px 1px #f5f5f5;
	margin: 0;
  padding: 0;
  font-size: 2em;
  margin-bottom: 2%;
  color: #C64934;
  border-bottom:1px inset #ddd;
  padding-bottom:15px;
  line-height: 1.4;
}

.dashboard h2 {
  padding: 8px;
  margin: 0;
  color: #777;
  border-bottom:1px solid #ddd;
  font-size: 15px;
  background:#f7f7f7;
  text-shadow:1px 1px 1px #fff;
  border-radius:5px;
  margin-bottom:15px;
}

/*
#sf_admin_container #sf_admin_content h1 {
  margin-left:0;
}*/

.table tbody>tr>td,
.table tbody>tr>th{
    color:#777;
}

p.help {
	margin-top:5px;
	display:inline-block;
	color:#999;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: inherit;
  color: #BB4632;
  border: 0;
}

.navbar-logo {
	width:150px;
	padding:5px;
}
.navbar-logo img {
	width:100%;
}

.website {
  background-color: #f2f2f2;
  border-radius: 5px;
  overflow: hidden;
}

#sf_admin_container .website-link,
#sf_admin_container .website-link:hover {
	text-decoration:none;
}

.website .preview {
	overflow:hidden;
	background:#ddd;
	text-align: center;
}

@media (min-width: 1024px) {
	.website .preview {
		max-height:230px;
	}
}

.website .preview img {
	max-width:100%;
}

.website .name {
	border-top:1px solid #eee;
	text-shadow: 1px 1px 1px #fff;
	padding:5px;
	text-align:center;
}

.website .plan {
	padding-bottom:5px;
	color:#aaa;
	text-align:center;
}
/*
#content {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
*/
.dashboard .container-fluid {
	max-width:1366px;
}

.dashboard-content.container-fluid {
	max-width:1300px;
}

#sf_admin_theme_header div.header-line {
	min-width:320px;
	max-width:1366px;
  margin-left: auto;
  margin-right: auto;
  width:100%;
  display:block;	
}

.account-info {
	float:left;white-space:nowrap;
}

.support-info {
	float:right;
	width:300px;
}

@media (max-width: 550px) {
	.support-info {
		float:left;
	}
}

.cpanel-item {
	float: left;
}

@media (max-width: 400px) {
	.cpanel-item {
		width:100%;
	}
	.cpanel div.icon {
		width:100%;
		margin:0;
		margin-bottom:5%;
	}
	.cpanel div.icon a {
		width:100% !important;
		height:auto !important;
		padding:7%;
		font-size:15px;
	}
	.cpanel div.icon span {
		padding-top:5%;
	}
	.cpanel div.icon img {
		width:40%;
	}
}

.table-aligned >tbody>tr>td, 
.table-aligned >tbody>tr>th, 
.table-aligned >tfoot>tr>td, 
.table-aligned >tfoot>tr>th, 
.table-aligned -aligned >thead>tr>td, 
.table-aligned >thead>tr>th {
	line-height:1.5;
}

.table-aligned td,
.table-aligned th {
	width:50%;
}

.table-aligned-30 td:first-child,
.table-aligned-30 th:first-child {
	width:30%;
}

ul.error_list {
	margin-left:0;
	padding-left:0;
}

ul.error_list li {
	line-height:1.4;
	color:#d00;
}

div.note                {background-color:#eef2f3;}
div.note p:first-child  {padding-left:60px;min-height:50px;background:url("../images/note.png") no-repeat;overflow:show; }
div.time p:first-child  {padding-left:60px;min-height:50px;background:url("../images/clock.png") no-repeat #eef2f3 10px 10px;}

@media (min-width:990px){
	.top-space {
		margin-top:35px;
	}
}

.td-page-state {
	width:120px;
}

#sf_admin_container fieldset {
  margin:0;
  border:0;
  background-color:transparent;
}

#content_groups li,
#content_groups ul {
	list-style:none;
	padding:0;
	margin:0;
}

#content_groups ul:first-child {
	border:1px solid #eee;
}

.sf_admin_actions {
	padding:0;
}
/*
.sf_admin_actions ul,
.sf_admin_actions li {
	list-style:none;
}

.sf_admin_actions li {
	float:left;
}
*/

fieldset {
	padding-bottom:15px;
}

legend i.glyphicon {
	font-size:15px;
	line-height:28px;
	float:left;
}

#pagetypes .name {
	font-weight:bold;
}

.type-description {
	width:78%;
	float:left;
	display:inline-block;
}

.type-image {
	width:22%;
	float:left;
	display:inline-block;
	min-width:130px;
}

.type-image img { 
	width:90%;
}

@media (max-width:420px){
	.type-image { 
		width:100%;
		text-align:center;
	}
	.type-description {
		width:100%;
	}
}

table.table-borderless tbody>tr>td, table.table-borderless tbody>tr>th {
	border: none;
}

.sf_admin_form_row label {
	float:left;
	min-width: 150px;
}
/*
.sf_admin_form_row .error_list {
	margin-left:100px;
}*/

.domain-new-area input[type=text] {
	max-width:250px;
	display:inline-block;
}

.dragable {
	background:url("../images/dragarea.png") center center no-repeat;
	cursor:move;
}

.quicklinks img {
	width:40%;
	height:auto;
	margin:2%;
	border:10px solid #fff;
}

.quicklinks a:hover img {
	border-radius:7px;
	box-shadow:0 0 15px rgba(0, 0, 0, 0.1);
}

@media (min-width:992px) and (max-width: 1150px) {
	.expired-domains {
		font-size:12px;
	}

	.expired-domains td {
		max-width:130px;
		overflow:hidden;
	}
}

@media (min-width:640px) and (max-width: 991px) {
	.quicklinks img {
		width:20%;
	}
}

@media (min-width:520px) and (max-width: 639px) {
	.quicklinks img {
		width:28%;
	}
}


.dashboard .footer
{
	background:#eee;
	margin-top:20px;
}

#sf_admin_bar {
  display: inline-block;
  position: fixed;
  top: 100px;
  right: -15px;
  background-color: #fff;
	border-bottom-left-radius:10px;
  border: 5px solid #ccc;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 15px;
  display:none;
  border-right:0;
	font-size:12px;
	min-height:199px;
}

.filter-button {
	width:50px;
	height:200px;
	background:url('/images/filters.png');
	display:inline-block;
	cursor:pointer;
	position:absolute;
	cursor:hand;
  top:-6px;
	left:-50px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	border:5px solid #ccc;
	border-right:0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  opacity:0.5;
}

#sf_admin_bar .help {
  line-height: 10px;
  font-size: 13px;
  color:#aaa;
}

.form-control-fromdate, .form-control-todate {
	margin-bottom:10px;
}

.form-control-fromdate span,
.form-control-todate span {
	width:40px;
	display:inline-block;
	text-transform:capitalize;
}

.form-control-date {
	line-height:2.5;
}

.form-control-day, .form-control-month, .form-control-year {
	display:inline;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	cursor:hand;
}

.form-control-day   {	width:70px; }
.form-control-month {	width:70px; }
.form-control-year  { width:85px; }

#sf_admin_bar .form-control {
	height: 22px;
	padding: 2px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

#sf_admin_bar table {
	margin-bottom:0;
}

.pagination .glyphicon {
	line-height:20px;
}

.dashboard .page_group .header {
	background:#eee;
}

.dashboard .page_group .header table {
	margin-bottom:0;
}

.dashboard .page_group .entry-content {
	padding:10px;
}

.sf_admin_form {
	max-width:982px;
}

.sf_admin_form ol, 
.sf_admin_form ul {
	margin:0;
	padding:0;
	list-style:none;
}

.sf_admin_form ul li {
	margin-bottom:10px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.red {
	color:#f00;
}

.error_list li {
	color:#e00;
	list-style:none;
	background:url('/images/error_red.png') no-repeat left top;
	padding-left:25px !important;
}

.error, .error p {
	color:#e00;
	margin-left: 0;
  padding-left: 0;
}

.error li {
	color:#e00;
	list-style:none;
	background:url('/images/error_red.png') no-repeat left center;
	padding-left:25px;
}

.disabled {
	opacity:0.7;
	background:#f1f1f1;
}

.hand {
	cursor:hand;
	cursor:pointer;
}

.footer
{
  text-align: center;
  color: #777;
  clear: both;
  padding: 20px;
  /* margin-top: 50px; */
}

@media (min-width:1024px){
	.dashboard-flash {
		height:55px;
		overflow:hidden;
	}

	.dashboard-flash span.glyphicon {
		height: 50px;
		float: left;
		margin: 3px;
		margin-right: 8px;
	}

	.dashboard-flash .alert {
		padding:5px;
	}

	.dashboard-flash .close {
		right:0;
	}
}

.domain-widget {
	display: inline-block;
	width: 100%;
}

.domain-widget span {
	display:inline;
}

.domain-widget input {
	width:200px;
	display:inline;
}

.domain-widget select {
	width:auto;
	display:inline;
}

.modal-body {
  overflow-y: auto;
}

.field-row {
	display:inline-block;
	width:100%;
	padding-top:2px;
	padding-bottom:2px;
}

.field-row label {
	width:160px;
	margin-top:10px;
}

input.form-control[type=checkbox] {
	width:auto;
	height:auto;
	display:inline;
	margin:10px;
}

.sf_admin_form_row {
	margin-bottom:15px;
}

.admin-customer-edit-field {
	margin-top: 10px;
}

.sf_admin_td_actions {
	white-space: nowrap;
	list-style-type: none;
}

.sf_admin_actions {
	list-style-type: none;
}