.clearfix:after,
.clearfix:before {
	display: table;
	content: '';
	clear: both;
}
.gsf-dashboard {
	line-height: 1.7;
	color: #2a2a2a;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	margin-top: 20px;
}

.gsf-dashboard-content * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.gsf-dashboard img {
	max-width: 100%;
	display: block;
}


.gsf-dashboard .welcome {
	margin: 0 0 15px;
	font-size: 32px;
	font-weight: 500;
	padding: 9px 0 4px;
	line-height: 29px;
}

.gsf-theme-version {
	display: inline;
	font-size: 12px;
	font-weight: 600;
	margin-left: 10px;
}
.gsf-theme-name {
	font-weight: 700;
}
.gsf-dashboard .about {
	font-size: 16px;
}

.gsf-dashboard-tab-wrapper {
	margin-bottom: 20px;
	max-width: 900px;
}

.gsf-dashboard-content {
	max-width: 900px;
}

ul.gsf-dashboard-tab {
	margin: 20px 0 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #C8C8C8;
	font-size: 0;
}

ul.gsf-dashboard-tab li {
	margin: 0 0 0 10px;
	padding: 0;
	position: relative;
	display: inline-block;
}

ul.gsf-dashboard-tab li a {
	background: #fff;
	color: #2a2a2a;
	border: 1px solid #C8C8C8;
	border-bottom-width: 0;
	text-decoration: none;
	padding: 6px 12px;
	font-weight: bold;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	font-size: 14px;
	outline: none;
}

ul.gsf-dashboard-tab li a:hover,
ul.gsf-dashboard-tab li.active a {
	background: #f1f1f1;
	border-color: #C8C8C8;
}

ul.gsf-dashboard-tab li a:hover:after,
ul.gsf-dashboard-tab li.active a:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #f1f1f1;
}

.gsf-box {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
	margin-bottom: 25px;
	position: relative;
}

.gsf-box-head {
	padding: 10px 15px;
	font-weight: bold;
	-webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
}
.gsf-box-head > * {
	vertical-align: middle;
}

.gsf-box-content {
	padding: 10px 15px;
}

.system-status .gsf-box-content {
	padding: 0;
}

ul.gsf-system-status-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.gsf-system-status-list li {
	padding: 5px 15px;
	margin: 0;
}

ul.gsf-system-status-list li:nth-child(2n) {
	background: #f9f9f9;
	border-width: 1px 0 1px 0;
	border-color: #ededed;
	border-style: dashed;
}

ul.gsf-system-status-list .gsf-label,
ul.gsf-system-status-list .gsf-info {
	float: left;
}

ul.gsf-system-status-list .gsf-label {
	width: 30%;
}

ul.gsf-system-status-list .gsf-info {
	width: 70%;
}

ul.gsf-system-status-list .gsf-help {
	color: #222;
	vertical-align: middle;
}

ul.gsf-system-status-list .gsf-help.dashicons-dismiss {
	color: #f44343;
}

ul.gsf-system-status-list mark.error {
	background-color: transparent;
	color: #f44343;
}

ul.gsf-system-status-list a {
	text-decoration: none;
}

ul.gsf-system-status-list textarea[name="system-report"] {
	width: 100%;
}

ul.gsf-system-status-list .gsf-system-report {
	display: none;
}

ul.gsf-system-status-list .gsf-system-status-info {
	padding-top: 10px;
	padding-bottom: 10px;
}

.gsf-dashboard .gsf-message-box {
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: 1px solid #C8C8C8;
}

.gsf-dashboard .gsf-heading {
	font-size: 28px;
	font-weight: 500;
	padding: 0;
	margin: 0 0 6px;
}

.gsf-dashboard .gsf-message-box p {
	font-size: 16px;
	margin-bottom: 10px;
}
.gsf-dashboard .gsf-message-box p:last-child {
	margin-bottom: 0;
}


.gsf-feature-box .gsf-box-head {
	font-size: 16px;
}
.gsf-box-footer,
.gsf-box-body {
	padding: 10px 15px;
}
.gsf-clearfix:after {
	content: '';
	display: block;
	clear: both;
}




.gsf-dashboard .gsf-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.gsf-dashboard .gsf-col-1, .gsf-dashboard .gsf-col-2, .gsf-dashboard .gsf-col-3, .gsf-dashboard .gsf-col-4, .gsf-dashboard .gsf-col-5, .gsf-dashboard .gsf-col-6, .gsf-dashboard .gsf-col-7, .gsf-dashboard .gsf-col-8, .gsf-dashboard .gsf-col-9, .gsf-dashboard .gsf-col-10, .gsf-dashboard .gsf-col-11, .gsf-dashboard .gsf-col-12{
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.gsf-dashboard .gsf-col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.gsf-dashboard .gsf-col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.gsf-dashboard .gsf-col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.gsf-dashboard .gsf-col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.gsf-dashboard .gsf-col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.gsf-dashboard .gsf-col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.gsf-dashboard .gsf-col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.gsf-dashboard .gsf-col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.gsf-dashboard .gsf-col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.gsf-dashboard .gsf-col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.gsf-dashboard .gsf-col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.gsf-dashboard .gsf-col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.gsf-dashboard .gsf-col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.gsf-dashboard .gsf-ribbon {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #dc4742;
	border-radius: 2px;
	padding: 3px 5px 2px 5px;
	display: block;
	margin: 0;
	color: #fff;
	font-weight: 500;
	font-size: 10px;
	text-transform: uppercase;
}

.gsf-dashboard .gsf-ribbon.required {
	right: auto;
	left: 10px;
}

.gsf-plugins-section .gsf-box-body {
	background: #f7f7f7;
	position: relative;
	padding: 0;
}
.gsf-plugins-section .gsf-box-body h4 {
	margin-bottom: 10px;
	color: #3b3b3b;
	font-weight: bold;
	font-size: 14px;
	display: block;
}
