/* ////////////////////////////////////////////// */
/* ////////////// levels home ////////////// */
/* ////////////////////////////////////////////// */

#levels_home .jumbo_header {
  background-image: url("../images/backgrounds/bg_28.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom;
  background-size: cover;
  margin-top: -20px;
  text-shadow: 0.5px 0.5px 0.1px rgba(0, 0, 0, 0.4);
}

#levels_home .jumbo_header .overlay {
  background: rgba(0, 0, 0, 0.4);

  padding: 30px 15px 90px 15px;
}

#levels_home .jumbo_header .header_container {
  max-width: 700px;
  margin: auto;
  position: relative;
}

#levels_home .jumbo_header .page_title {
  margin: 50px 0 30px 0;
  text-align: center;
  color: #fff;
}

#levels_home .jumbo_header .page_title .title {
  font-size: 30px;
  line-height: 30px;
}
#levels_home .jumbo_header .page_title .desc {
  font-size: 16px;
  line-height: 30px;
  font-family: var(--nice_font_2);
  max-width: 500px;
  margin: 20px auto 0 auto;
}

#levels_home .jumbo_header .action_btn {
  max-width: 300px;
  margin: auto;
  transition: all 0.5s ease-in-out;
}
#levels_home .jumbo_header .action_btn:hover {
  max-width: 250px;
  transition: all 0.5s ease-in-out;
}

#levels_home .jumbo_header .action_btn .btn {
  background-color: #87195e;
  color: #fff !important;
  border: none !important;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
  transition: all 0.5s ease-in-out;
}

#levels_home .jumbo_header .action_btn .btn:hover {
  background-color: #f03e07;
  border-radius: 30px !important;
  transition: all 0.5s ease-in-out;
}

#levels_home .contents {
  margin-top: -40px;
}

#levels_home .contents .section {
  background: #fff;
  padding: 70px 30px 30px 30px;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
}

#levels_home .section_heading {
  text-align: center;
  margin-bottom: 40px;
}

#levels_home .section_heading .section_title {
  font-size: 22px;
  line-height: 30px;
}
#levels_home .section_heading .section_desc {
  font-size: 16px;
  line-height: 30px;
  font-family: var(--nice_font_2);
}

#levels_home .single_level {
  line-height: 30px;
  margin-bottom: 20px;
  padding: 30px 15px;
  font-family: var(--nice_font_2);
}

#levels_home .single_level .level_title {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 5px;
  font-weight: bold;
  color: #7503a1;
}

#levels_home .single_level h3 {
  font-size: 16px;
  color: #cc4a0d;
  font-weight: bold;
}

#levels_home .single_level .rating {
  margin-top: 5px;
  font-size: 22px;
}

#levels_home .single_level.active {
  background: #fffad6 !important;
  border: 3px dashed #e2d998 !important;
}

#levels_home .nice_notice h4 {
  font-size: 18px;
}

#levels_home .nice_notice p {
  margin-top: 7px;
  margin-bottom: 0px;
  font-size: 14px;
}

/* ////////////////////////////////////////////// */
/* ////////////////////////////////////////////// */
/* ////////////////////////////////////////////// */

#level_updates .timespan {
  font-size: 11px;
  padding: 7px 10px;
  background: #f8f8f8 !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
}

#level_updates .single_update .media {
  margin: 0px;
}

#level_updates .single_update .user img {
  border: 1px solid #eee;
  width: 25px;
  height: 25px;
}

#level_updates .single_update .user_rating {
  display: inline;
}

#level_updates .update_level {
  float: left;
}

#level_updates .update_user {
  display: inline-block;
}

#level_updates .list-group-item .badge.up {
  background: #00b22d !important;
  color: #fff !important;
}

#level_updates .list-group-item .badge.down {
  background: #f73a3a !important;
  color: #fff !important;
}

#level_updates.level_updates_page .list-group-item {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  margin-bottom: 20px;
  border: 0px;
  border-right-width: 10px;
  border-right-style: solid;
}

#level_updates.level_updates_page .list-group-item .badge {
  font-size: 14px;
}

/* ///////////////////////////////////////////////// */
/* ////////////////////////// level_status ///////// */
/* ///////////////////////////////////////////////// */

#level_status {
}

#level_status .section_title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
}

#level_status .tile {
  padding: 20px 15px 20px 15px;
}

#level_status .tile h2.tile_title {
  font-size: 22px;
  padding: 15px 5px 15px 5px;
  margin: 0px;
}

#level_status .level.compact {
  padding-top:0px;
  padding-bottom:0px;
}

#level_status .level.compact .tile_title{
  font-size: 18px;
}

#level_status .stages {
  margin-top: 15px;
  margin-bottom: 10px;
}

#level_status .level.compact .stages {
  margin-bottom: 30px;
}

#level_status .stage .content {
  padding: 10px 15px;
  background-color: #fbfbfb;
  border-radius: 8px;
}

#level_status .stage .content .number {
  background: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

#level_status .stage .content .title {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}

#level_status .stage .connector {
  height: 20px;
  margin-right: 26px;
  border-right-width: 3px;
  border-right-color: #eee;
  border-right-style: dotted;
  border-top: none;
  border-left: none;
  border-bottom: none;
}
