#main-content .dashboard-new h2, 
#main-content .dashboard-new h3 {
  text-align: center;
}

.dashboard-new span.subhd {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 15px auto 10px;
}

.dashboard-new span.subhd.bottomhd {
  margin: 35px auto 20px;
}

.n-big-box {
  width: 46%;
  height: 300px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  text-align: center;
  margin: 15px 2%;
  float: left;
  max-width: 350px;
}

.n-big-box .cf_icon_holder {
  max-height: 90px;
  width: auto;
  display: block;
  margin-top: 25px;
  margin-bottom: 15px;
}

.n-big-box .cf_icon_holder img {
  max-height: 90px;
  width: auto;
  display: block;
}

.mo-listing-mo-seach-course-campaigns .n-big-box,
.mo-listing-mo-seach-course-campaigns-detail .n-big-box {
  min-height: 450px;
}

.mo-listing-mo-seach-course-campaigns .n-big-box h3,
.mo-listing-mo-seach-course-campaigns-detail .n-big-box h3 {
  margin: 10px 0 20px;
}

.n-big-box h3 {
  margin: 30px 0 20px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
}

.n-big-box h3 a {
  color: #4a4a56;
}

p.under-text-date {
  margin-top: 25px;
}

.mo-template-header {
  margin-top: 40px;
}

/*.dashboard-new .mo-browse-json-message {
  display: none;
}*/

a.go-learn {
  color: #D11927;
  border: 1px solid #D11927;
  padding: 10px 20px;
  border-radius: 10px;
  transition: all 0.5s;
}

.dashboard-new .row > h2 {
  margin-top: 4.5rem;
}

.dashboard-new .row .mo a {
  display: inline-block;
}

a.go-learn:hover {
  color: #fff;
  background: #D11927;
}

.alert-row a.go-learn {
  margin-left: 15px;
}

.dashboard-new .row {
  display: block;
  clear: both;
}

.dashboard-new .row.flex-wrap-center {
  display: flex;
  justify-content: center;
}

.n-alert-box {
  border: 2px solid #D11927;
  padding: 30px 3%;
  margin: 80px 0;
  min-width: 70%;
}

.alert-row i {
  font-size: 200%;
  margin-right: 30px;
}

.alert-row i,
.alert-row h3,
.alert-row span {
  display: inline-block;
}

.alert-row h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 110%;
}

.mo-browse-json-message {
  display: block;
  margin: 25px auto 10px;
  clear: both;
  text-align: center;
}

.manualload {
  text-align: center;
  clear: both;
  margin: 20px 0;
}

.manualload span {
  color: #D11927;
  border: 1px solid #D11927;
  padding: 10px 20px;
  border-radius: 10px;
  transition: all 0.5s;
  display: inline-block;
}

.manualload span:hover {
  color: #fff;
  background-color: #D11927;
}

.publis-pagination-item {
  color: #D11927;
  border: 1px solid #D11927;
  padding: 4px 5px;
  border-radius: 5px;
  transition: all 0.5s;
  display: inline-block;
  margin: 10px 5px;
}

.publis-pagination-item:hover,
.publis-pagination-item.active {
  color: #fff;
  background-color: #D11927;
}

.under-text-date .alert {
  color: #D11927;
}