.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
  clear: both;
}

.g5core-dashboard {
  line-height: 1.7;
  color: #2a2a2a;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin-top: 20px;
}

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

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

.g5core-dashboard .g5core-box img {
  width: 100%;
}

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

.g5core-theme-version {
  display: inline;
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px;
}

.g5core-theme-name {
  font-weight: 700;
}

.g5core-dashboard .about {
  font-size: 16px;
}

.g5core-dashboard-tab-wrapper {
  margin-bottom: 20px;
}

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

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

ul.g5core-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.g5core-dashboard-tab li a:hover,
ul.g5core-dashboard-tab li.active a {
  background: #f1f1f1;
  border-color: #C8C8C8;
}

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

.g5core-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;
}

.g5core-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);
}

.g5core-box-head > * {
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g5core-dashboard .g5core-message-box p {
  font-size: 16px;
  margin-bottom: 10px;
}

.g5core-dashboard .g5core-message-box p:last-child {
  margin-bottom: 0;
}

.g5core-dashboard .g5core-message-box hr {
  margin: 1.5rem 0;
}

.g5core-dashboard .g5core-message-box ul {
  list-style: disc;
  padding-left: 2rem;
}

.g5core-feature-box .g5core-box-head {
  font-size: 16px;
}

.g5core-box-footer,
.g5core-box-body {
  padding: 10px 15px;
}

.g5core-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g5core-dashboard .g5core-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;
}

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

.g5core-plugins-section .g5core-box-body {
  background: #f7f7f7;
  position: relative;
  padding: 0;
}

.g5core-plugins-section .g5core-box-body h4 {
  margin-bottom: 10px;
  color: #3b3b3b;
  font-weight: bold;
  font-size: 14px;
  display: block;
}

/*# sourceMappingURL=dashboard.css.map */
