/* /////////////////////////////////////////////// */
/* //////////////// vs_board ///////////// */
/* /////////////////////////////////////////////// */

#vs_board .navigation a {
  color: #e0e0e0;
  font-size: 14px;
  font-family: var(--nice_font_2);
}

#vs_board .jumbo_header {
  background-image: url("../images/vs_stripes.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  margin-top: -20px;
  text-shadow: 0.5px 0.5px 0.1px rgba(0, 0, 0, 0.4);
}

#vs_board .jumbo_header .overlay {
  background: rgba(243, 243, 243, 0.1);
  padding: 30px 15px 90px 15px;
}

#vs_board .jumbo_header .header_container {
  max-width: 700px;
  margin: auto;
  position: relative;
}

#vs_board .jumbo_header .page_title {
  margin: 50px 0 50px 0;
  text-align: center;
  color: #fff;
}

#vs_board .jumbo_header .page_title .title {
  font-size: 30px;
  line-height: 30px;
}
#vs_board .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;
}

#vs_board .action-button {
  margin-top: 20px;
  text-align: center;
}

#vs_board .contents {
  margin-top: -40px;
  background: #fff;
  padding: 40px 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);
}

.match_heading {
  margin: -15px 15px 0 15px;
  padding: 10px 0 80px 0;
  background-image: url("../images/vs_stripes.jpg") !important;
  background-repeat: repeat !important;
  background-attachment: scroll !important;
  background-position: center !important;
  background-size: cover !important;
  border-radius: 0 0 4px 4px !important;
  -webkit-border-radius: 0 0 4px 4px !important;
  color: #fff;
  min-height: 250px;
  text-align: center !important;
  position: relative;
  z-index: 1;
}

.match_heading h1 {
  font-size: 22px;
}

.match_heading h3 {
  font-size: 18px;
}
.match_heading h3 abbr {
  text-decoration: underline dotted;
}
.match_heading h5 {
  font-size: 12px;
  margin-top: 15px;
}

.match_heading .info_container {
  margin-top: 25px;
}

.match_heading .match_info {
  margin-top: 5px;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  padding: 10px 15px;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
}

.match_heading .match_info .tip {
  font-size: 11px;
  margin-bottom: 5px;
}
.match_heading .match_info .content {
  font-size: 14px;
  height: 20px;
  overflow: hidden;
}

.players_container {
  margin-top: -50px;
}

.rating_player input {
  display: none;
}
.rating_player {
  display: block;
  width: 100%;
  font-size: 22px;
  cursor: default;
}

.rating_player .screen {
  margin-bottom: 10px;
}
.rating_player .screen code {
  padding: 5px 10px;
}

.rating_player .radio {
  margin-top: 0px;
  margin-bottom: 0px;
}

.rating_player .radio label {
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.rating_player .rating_field {
  padding: 0px;
  font-size: 16px;
}

.rating_player i.star {
  color: #bfbfbf;
  font-size: 28px;
}

.player_widget {
  margin: 0px auto 30px auto !important;
  text-align: center;
  padding: 0px;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  overflow: hidden;
  background-color: #fff;
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.player_widget .widget_heading {
  padding-top: 30px;
}

.player_widget .player_score {
  position: absolute;
  top: 20px;
  right: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
}

.player_widget.covered {
  width: 100%;
  min-height: 100px;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
}

.player_widget.covered .user_photo {
  padding: 30px 15px 15px 15px;
}

.player_widget .user_photo a {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: -64px;
}

.player_widget .user_photo a img {
  height: 128px;
  width: 128px;
  margin: 0px auto 0px auto;
  border: 2px solid #fff;
  padding: 1px;
}

.player_widget .user_country {
  margin-top: -30px;
}

.player_widget .user_country img {
  display: inline-block;
  height: 22px !important;
  width: 32px !important;
}

.player_widget .widget_details {
  padding: 64px 0px 20px 0px;
  background: #fafafa;
  color: #333;
}

.player_widget .widget_details a {
  color: #f84b22;
}

.player_widget .widget_homework {
  padding: 0 0;
}

.player_widget .widget_homework .user_media_player {
}

.player_widget .widget_rating {
  max-width: 250px;
  margin: auto;
  padding: 30px 15px;
}

.player_widget .user_name a {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

.player_widget .user_title {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.player_widget .last_visit {
  display: block;
  font-size: 11px;
  margin: 5px;
  color: #8d8d8d;
}

.player_widget .player_score .inner {
  display: inline-block;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  padding: 5px 20px;
  line-height: 30px;
  font-size: 20px;
  color: #333;
  background: #f2f2f2;
}

.match_card .tip {
  font-size: 10px;
  color: #7a7a7a;
}

.match_card .list-group-item {
  line-height: 24px !important;
}

.player_notice {
  line-height: 30px;
  text-align: center;
  height: 80px;
  overflow: hidden;
  font-family: "Droid Arabic Naskh", tahoma, "Noto Sans" !important;
  padding: 10px 10px 10px 10px;
  color: #333;
}

.vs-section {
  color: #787878;
  margin-bottom: 10px;
  font-size: 16px;
}

.vs-section.margin {
  margin-top: 30px;
  margin-bottom: 20px;
}

.single_vs {
  border: 1px solid #e6e6e6;
  transition: all 0.3s ease 0s;
  margin-bottom: 15px;
}

.single_vs .single_player {
  margin-bottom: 20px;
}

.single_vs a.match_link {
  display: block;
  padding: 20px 0px 0px 0px;
  background: url("../images/bolt_bg.png") no-repeat center;
  background-size: 26px 50px !important;
}
/*
.single_vs:hover a.match_link{
    background: url('../images/bolt_bg_hover.png') no-repeat center;
}
*/

.single_vs.active a.match_link {
  background: url("../images/bolt_bg_active.png") no-repeat center;
  background-size: 26px 50px !important;
}
/*
.single_vs.active:hover a.match_link{
    background: url('../images/bolt_bg_active_hover.png') no-repeat center;
}
*/

.single_vs.compact a.match_link,
.single_vs.compact:hover a.match_link {
  background-size: 34px 45px;
}

.single_vs.normal:hover {
  background: url("../images/vs_bg.jpg");
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
}

.single_vs:hover {
  -webkit-box-shadow: 0 0.1px 4px 1px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0.1px 4px 1px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.1px 4px 1px rgba(0, 0, 0, 0.1) !important;
}

.single_vs .player_score {
  margin-top: 5px;
  margin-bottom: 10px;
}

.single_vs .player_photo {
  margin-bottom: 5px;
}

.single_vs .vs_icon {
  margin-top: 50%;
}

.week_champ {
}

.week_champ .user_country {
  font-size: 10px;
  color: #8d8d8d;
}

.week_champ .media-heading {
  margin-top: 5px;
  line-height: 20px;
  font-size: 14px;
}

.trail {
  z-index: 10;
  position: relative;
  margin-top: -30px;
}

.trail .pipe {
  width: 20px;
  background: #fff;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  height: 50px;
  margin: -1px auto -1px auto;
  z-index: 3;
  position: relative;
}

.confirm_rating {
  background: #fff;
  padding: 15px;
  border: 1px solid #eee;
  z-index: 2;
  position: relative;
}

.confirm_rating .alert {
  line-height: 26px;
  font-size: 14px;
}
