.verdana {
  font-family: Verdana;
}
.arial {
  font-family: Arial;
}
.trebuchet {
  font-family: "Trebuchet MS";
}
.cambria {
  font-family: Cambria;
}
.calibri {
  font-family: Calibri;
}
.tahoma {
  font-family: Tahoma;
}
.metapro {
  font-family: MetaPro;
}
.metapro {
  font-family: MetaPro;
}
.opensans {
  font-family: "Open Sans", sans-serif;
}

.blue {
  color: #428bca;
}
.blue_light {
  color: #428bca;
}
.red {
  color: #f33;
}
ul {
  list-style-image: url(/static/i/li.png);
  list-style-position2: inside;
  margin: 0.9em 0 0 14px;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
}
.ulclear {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-no-bullet {
  list-style: none;
}
:focus {
  outline: 0;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.nounderline {
  text-decoration: none;
}
.nounderline:hover {
  text-decoration: underline;
}
img {
  border: 0;
}
TABLE {
  border-collapse: collapse;
  font-size: 13px;
}
TD {
  vertical-align: top;
}
.pointer {
  cursor: pointer;
  cursor: hand;
}
LABEL.error {
  display: block;
  margin: 2px 0 0 0;
  color: red;
  font-size: 11px;
}
.geoit {
  font-family: Georgia;
  font-style: italic;
}
.clear {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearboth {
  clear: both;
}
/* p {
  padding: 0;
  margin: 0.5em 0 0.5em 0;
} */
.border {
  border: 1px solid red;
}
.bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.poisk_videlen {
  font-weight: 700;
  background: #eee;
}
.cathref {
  font-size: 80%;
}
.cathref_on {
  color: #aaa !important;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.hide {
  display: none;
}
.block {
  display: block;
}
.iblock {
  display: inline-block;
}
.dtable {
  display: table;
}
.dcell {
  display: table-cell;
}
.mauto {
  margin: auto;
}
.valign-middle {
  vertical-align: middle;
}
.valign-top {
  vertical-align: top;
}
.overwlow {
  overflow: hidden;
}
.inline {
  display: inline;
}
.inlineb {
  display: inline-block;
}
.underline {
  text-decoration: underline;
}
.clear {
  clear: both;
}
.max_width {
  padding: 0 30px 0 30px;
  margin: 0 auto;
}

.block_center {
  text-align: center;
}
.block_center:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.block_center > div {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.textmiddle {
  line-height2: 130px;
  border: 0 solid red;
}
.textmiddle > span {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
}
.clip {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bg {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.floatleft {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: text-top;
  zoom: 1;
}
.bywidth {
  text-align: justify;
  line-height: 0;
  font-size: 1px;
  text-justify: newspaper;
  zoom: 1;
  text-align-last: auto;
}
.bywidth:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: "";
  display: inline-block;
}
.bywidth li {
  display: inline-block;
  text-align: left;
  line-height: normal;
  vertical-align: top;
}
.b-input input,
.b-input textarea {
  width: 100%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.for_edit input,
.uneditable-input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"],
textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.for_edit input:focus,
.uneditable-input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted\9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}
.instruction {
  color: #4c3b85;
  margin-bottom: 1em;
}
.error {
  color: #b94a48;
  border-color: #b94a48 !important;
}
.error:focus {
  border-color: #953b39 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 !important;
}
input[disabled],
input[readonly],
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
input[type="radio"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][disabled],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
@font-face {
  
  src: url(/static/fonts/Days-webfont.eot);
  src: url(/static/fonts/Days-webfont.eot?#iefix) format("embedded-opentype"),
    url(/static/fonts/Days-webfont.woff) format("woff"),
    url(/static/fonts/Days-webfont.ttf) format("truetype"),
    url(/static/fonts/Days-webfont.svg#daysregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
.user-bets-archive .show-bet {
  border-bottom: 1px dashed;
}
.user-bets-archive .show-bet:hover {
  text-decoration: none;
}
.user-bets-archive .footnote {
  color: grey;
  font-style: italic;
  font-size: 12px;
}
.user-details > div {
  padding: 10px 0 10px 0;
  border-bottom: 1px dashed #ccc;
}
.user-details > div span {
  font-size: 12px;
  color: #999;
  font-style: italic;
}
.user-details > div p {
  font-size: 16px;
  color: #333;
  margin: 2px 0 0 0;
}
.user-details > div .for_edit input {
  font-size: 16px;
}
.user-payments-history form {
  margin-bottom: 40px;
}
.user-payments-history .movementTable td {
  border-top: 1px solid #e4e4e4;
}
.user-payments-history .movementTable tr.positive {
  background: #efe;
}
.user-payments-history .movementTable tr.negative {
  background: #feeaea;
}
.user-social-profile table tr th {
  border: 1px solid #ccc;
  background: #eee;
  padding: 10px 0;
}
.user-social-profile table tr td {
  vertical-align: middle;
  border: 1px solid #eee;
  padding: 15px 20px;
}
.user-social-profile table tr td .provider {
  width: 152px;
  height: 36px;
  opacity: 0.9;
}
.user-social-profile table tr td .provider.disabled {
  opacity: 0.5;
}
.user-social-profile table tr td .provider.disabled:hover {
  opacity: 0.5;
}
.user-social-profile table tr td .provider:hover {
  opacity: 1;
}
.user-social-profile table tr td .foto {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  display: inline-block;
  float: left;
}
.user-social-profile table tr td .foto img {
  width: 100%;
  float: left;
}
.user-social-profile table tr td .name {
  display: inline-block;
  font-size: 15px;
  padding: 6px 0 0 15px;
}
.user-social-profile table tr td .turnon_text {
  font-size: 15px;
}
.user-social-profile table tr.fb-profile .provider {
  background: url(/static/i/icons/facebook_button.png);
}
.user-social-profile table tr.fb_permission td {
  padding-top: 5px;
}
.user-social-profile table tr.fb_permission td:hover {
  background: #fcfdff;
}
.user-social-profile table tr.fb_permission p {
  margin: 0;
}
.user-social-profile table tr.fb_permission p a {
  color: #666;
  text-decoration: underline;
}
.user-social-profile table tr.vk-profile .provider {
  background: url(/static/i/icons/vk_button.png);
}
.user-friends {
  border-top: 1px dashed #ccc;
  margin-top: 20px;
  padding-top: 20px;
}
.user-friends .friends-list {
  margin-top: 30px;
}
.user-friends .friends-list .friend-profile {
  position: relative;
  float: left;
  width: 80px;
  padding: 0;
  border: 1px solid #7da9c9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 10px 30px 20px 0;
  -webkit-box-shadow: 0 0 5px 0 #7da9c9;
  -moz-box-shadow: 0 0 5px 0 #7da9c9;
  box-shadow: 0 0 5px 0 #7da9c9;
  text-align: center;
  cursor: pointer;
  cursor: hand;
}
.user-friends .friends-list .friend-profile img {
  margin: 10px 0 0 0;
}
.user-friends .friends-list .friend-profile .name {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  background: #f8f8f8;
  text-align: left;
  padding: 5px 3px 5px 15px;
  margin: 10px 0 0 0;
  border-top: 1px solid #ccc;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
}
.user-friends .friends-list .friend-profile .name p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-friends .friends-list .friend-profile .soc-icon {
  position: absolute;
  top: -10px;
  right: -4px;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.user-friends .friends-list .friend-profile .soc-icon.offset-1 {
  top: 13px;
}
.user-friends .friends-list .friend-profile .soc-icon.offset-2 {
  top: 36px;
}
.user-friends .friends-list .friend-profile .soc-icon.vk-icon {
  background-image: url(/static/i/login_vkontakte.png);
}
.user-friends .friends-list .friend-profile .soc-icon.fb-icon {
  background-image: url(/static/i/login_facebook.png);
}
.user-friends .friends-list .friend-profile.deactive {
  opacity: 0.6;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.user-friends .friends-list .hint {
  clear: both;
}
.user-friends .friends-list .hint div {
  display: none;
  color: #999;
  font-size: 12px;
}
.user-friends .friends .text {
  padding: 0 0 10px 0;
}
.user-friends .invitedfriendsyet,
.user-friends .iwasinvitedby {
  margin-top: 30px;
  padding-top: 30px;
}
.user-friends .invitedfriendsyet h2,
.user-friends .iwasinvitedby h2 {
  margin-top: 0;
}
.user-friends .invitedfriendsyet ul,
.user-friends .iwasinvitedby ul {
  list-style-position: inside;
  margin: 0;
}
.user-friends .invitedfriendsyet ul li,
.user-friends .iwasinvitedby ul li {
  font-size: 15px;
  color: #428bca;
}
.user-friends .invitedfriendsyet ul li span,
.user-friends .iwasinvitedby ul li span {
  color: #333;
}
.user-daily-bonus .block_nextdaily {
  border-top: 1px dashed #ccc;
  margin-top: 30px;
  padding-top: 30px;
}
.user-daily-bonus .block_nextdaily h2 {
  margin-top: 0;
}
.user-daily-bonus .block_nextdaily .timer {
  font-size: 30px;
}
.user-daily-bonus .bonus-amount {
  font-weight: 700;
  font-size: 20px;
}
.user-daily-bonus .block_button {
  border-top: 1px dashed #ccc;
  margin-top: 30px;
  padding-top: 30px;
}
.user-notifications table tr td input {
  vertical-align: middle;
  margin: 0;
}
.user-notifications table tr td label {
  vertical-align: middle;
  margin: 0 0 0 5px;
}

.user-ratings .block_switch_place_value {
  margin: 0 0 10px 0;
  font-size: 19px;
  color: #999;
}
.user-ratings .block_switch_place_value span {
  vertical-align: top;
  color: #428bca;
  font-size: 14px;
  cursor: pointer;
  cursor: hand;
  border-bottom: 1px dashed;
}
.user-ratings .block_switch_place_value span.active {
  font-weight: 700;
  border: 0;
  cursor: default;
}
.user-ratings .ratings-block {
  display: none;
}
.user-ratings .ratings-block.selected {
  display: block;
}
.user-ratings .ratings-block .ratings-table {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.user-ratings .ratings-block .ratings-table .period-col {
  width: 80px;
}
.user-ratings .ratings-block .ratings-table tr {
  height: 50px;
}
.user-ratings .ratings-block .ratings-table tr th {
  border: 1px solid #c5d4dc;
}
.user-ratings .ratings-block .ratings-table tr td {
  border: 1px solid #c5d4dc;
  vertical-align: middle;
  padding: 0 8px;
  text-align: center;
  font-size: 15px;
}
.user-ratings .ratings-block .ratings-table tr td .rate-progress {
  position: relative;
  display: inline-block;
}
.user-ratings
  .ratings-block
  .ratings-table
  tr
  td
  .rate-progress.rating_progress:after {
  content: "";
  display: block;
  position: absolute;
  left: -17px;
  top: 5px;
  width: 14px;
  height: 12px;
  background: url(/static/i/rating_progress.png) no-repeat;
}
.user-ratings
  .ratings-block
  .ratings-table
  tr
  td
  .rate-progress.rating_regress:after {
  content: "";
  display: block;
  position: absolute;
  left: -17px;
  top: 5px;
  width: 14px;
  height: 12px;
  background: url(/static/i/rating_regress.png) no-repeat;
}
.user-ratings .ratings-block .ratings-table tr td .rate-value {
  display: none;
}
.user-ratings .ratings-block .ratings-table tr td .block_popup_info {
  position: relative;
  background: url(/static/i/icons/icon_info_12_12.png) left no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: -10px 0 0 0;
}
.user-ratings
  .ratings-block
  .ratings-table
  tr
  td
  .block_popup_info
  .popup_info {
  display: none;
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 10px;
  font-size: 12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 250px;
}
.user-ratings
  .ratings-block
  .ratings-table
  tr
  td
  .block_popup_info:hover
  .popup_info {
  display: block;
}
.ratings-sport-menu {
  width: 40px;
  float: left;
  background-color: #ddedf5;
  border-color: #c5d4dc;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ratings-sport-menu a {
  color: #000;
  text-decoration: none;
}
.ratings-sport-menu a.hover {
  color: #000;
}
.ratings-sport-menu li {
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
}
.ratings-sport-menu li .sport-icon {
  width: 29px;
  height: 29px;
  padding: 5px 5px;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
}
.ratings-sport-menu li.selected {
  background-color: #9cc3e1;
}
.ratings-sport-menu li:first-child {
  border-top-left-radius: 5px;
}
.ratings-sport-menu li:last-child {
  border-bottom-left-radius: 5px;
}
.user-ratings-table table tr th {
  border: 1px solid #ccc;
  background: #eee;
  padding: 10px 10px;
}
.user-ratings-table table tr td {
  vertical-align: middle;
  border: 1px solid #eee;
  padding: 0 10px 10px 20px;
}
.user-ratings-table .characteristic-list,
.user-ratings-table .period-list,
.user-ratings-table .ratings-sport-list {
  margin: 0;
}
.user-ratings-table .characteristic-list li,
.user-ratings-table .period-list li,
.user-ratings-table .ratings-sport-list li {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  padding-bottom: 0;
  margin-top: 10px;
  white-space: nowrap;
}
.user-ratings-table .characteristic-list li a,
.user-ratings-table .period-list li a,
.user-ratings-table .ratings-sport-list li a {
  color: #36b;
  text-decoration: none;
  border-bottom: 1px dashed;
}
.user-ratings-table .characteristic-list li a.selected,
.user-ratings-table .period-list li a.selected,
.user-ratings-table .ratings-sport-list li a.selected {
  font-weight: 700;
  border-bottom: 0;
  cursor: default;
}
.user-ratings-table .characteristic-list li a.selected:hover,
.user-ratings-table .period-list li a.selected:hover,
.user-ratings-table .ratings-sport-list li a.selected:hover {
  color: #36b !important;
  border-bottom: 0;
}
.user-ratings-table .ratings-table tr.row-selected {
  background-color: #8fbc8f;
}
.tags-list {
  list-style-image: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* .tags-list .tag {
  float: left;
  padding: 2px 10px;
  margin: 5px 10px 0 0;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  cursor: hand;
  opacity: 0.5;
} */
.tags-list .tag:hover span {
  border-bottom: 1px dashed;
  color: #000;
}
.tags-list .tag.active {
  opacity: 1;
  color: #000;
}
.tags-list .tag.all {
  background: #ccc;
}
div.name {
  margin-bottom: 5px;
}
.coupon-info-block {
  border: 1px solid #ccc;
  background: #f5f5f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  min-height: 33px;
  padding: 10px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
/* .coupon {
  border: 1px solid #ccc;
  background: #f5f5f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 0 30px 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  margin: 0;
  position: relative;
} */
.coupon .vertical-space {
  height: 20px;
}
.coupon .valign-bottom {
  position: absolute;
  bottom: 0;
}
.coupon .parent_center {
  width: 100%;
  margin: auto;
}

.coupon h3 {
  padding-left: 20px;
}
/* .coupon .icon-scaled-up {
  width: 45px;
  height: auto;
} */
.coupon .large-font {
  font-size: 11pt;
}
.coupon .left_block_width {
  width: 140px;
}
.coupon .extended_left_block_width {
  width: 190px;
}
/* .coupon .coupon-header {
  padding: 0 15px 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.coupon .coupon-header .block_left {
  margin: auto;
  width: 140px;
  text-align: center;
  position: relative;
  display: table-cell;
}
.coupon .coupon-header .block_right {
  margin: auto;
  width: 120px;
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.coupon .coupon-header .block_name {
  width: auto;
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: top;
}
.coupon .coupon-header .block_name h3 {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
}
.coupon .coupon-header .block_name .footnote {
  color: #252057;
  font-style: italic;
  font-size: 16px;
} */
.coupon .coupon-form {
  margin: 0;
}
.coupon .coupon-table-content {
  width: 100%;
}
.coupon .coupon-table-content > thead > tr > td {
  padding: 8px 10px 8px 10px;
  border-top: 1px #aaa solid;
  border-bottom: 1px #aaa solid;
  background: #ececec;
  text-align: center;
}
.coupon .coupon-table-content > thead > tr > td:first-child {
  text-align: left;
}
/* .coupon .coupon-table-content > thead > tr > td:last-child {
  min-width: 350px;
} */
.coupon .coupon-table-content > tbody > tr > td {
  padding: 6px 20px 6px 20px;
  vertical-align: middle;
}
.coupon .coupon-table-content > tbody > tr > td table {
  border-top: 0;
  border-bottom: 0;
}
.coupon .coupon-table-content > tbody > tr > td table td {
  padding: 6px 6px 6px 6px;
  white-space: normal;
  word-break: normal;
}
.coupon .coupon-table-content > tbody:first-child {
  white-space: nowrap;
  font-size: 12px;
}
.coupon .coupon-table-content .event:nth-child(2n + 1) {
  background: #f1f8ff;
}
.coupon .coupon-table-content .event:nth-child(2n + 2) {
  background: #fcfdff;
}
.coupon .coupon-table-content .basketball-result table {
  width: 100%;
}
.coupon .coupon-table-content .overall-result table {
  width: 100%;
}
.coupon .coupon-table-content .football-result .result-note {
  font-size: 18px;
}
.coupon .coupon-table-content .date {
  font-size: 13px;
}
.coupon .coupon-table-content .time {
  font-weight: 700;
  font-size: 12px;
}
.coupon .coupon-table-content .first {
  float: left;
  width: 45%;
  text-align: right;
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.coupon .coupon-table-content .first .flag_near_name {
  margin-right: 5px;
}
.coupon .coupon-table-content .first .label_error {
  float: left;
}
.coupon .coupon-table-content .second {
  float: left;
  width: 10%;
  text-align: center;
  font-size: 15px;
}
.coupon .coupon-table-content .third {
  float: left;
  width: 45%;
  text-align: left;
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.coupon .coupon-table-content .third .flag_near_name {
  margin-left: 5px;
}
.coupon .coupon-table-content .third .label_error {
  float: right;
}
.coupon .coupon-table-content .flag_near_name {
  width: 27px;
  height: 18px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
.coupon .coupon-table-content .hockey-result table {
  background-color: transparent;
}
.coupon .coupon-table-content .onefield {
  clear: both;
  padding: 10px 0 10px 0;
  margin: 0 auto;
  max-width: 230px;
  border: 0 solid red;
  color: #666;
}
.coupon .coupon-table-content .onefield .text {
  text-align: center;
  margin: 0;
  font-size: 12px;
}
.coupon .coupon-table-content .onefield .block_input {
  padding: 5px 0 0 0;
}
.coupon .coupon-table-content .onefield .block_input input,
.coupon .coupon-table-content .onefield .block_input select {
  width: 100%;
}
.coupon .coupon-table-content .onefield_football,
.coupon .coupon-table-content .onefield_hockey {
  max-width: 450px;
  background-color: transparent;
}
.coupon .coupon-table-content .onefield_football td,
.coupon .coupon-table-content .onefield_hockey td {
  text-align: center;
  font-size: 11px;
  line-height: 11px;
  color: #666;
}
.coupon .coupon-table-content .onefield_football td input[type="checkbox"],
.coupon .coupon-table-content .onefield_hockey td input[type="checkbox"] {
  margin: 0;
}
.coupon .coupon-table-content .onefield_football tr:first-child td,
.coupon .coupon-table-content .onefield_hockey tr:first-child td {
  padding: 0 10px 7px 10px;
}
.coupon .coupon-table-content .onefield_football .text,
.coupon .coupon-table-content .onefield_hockey .text {
  padding: 10px 0 0 0;
}
.coupon .coupon-table-content .onefield_hockey_oneside {
  padding: 10px 0 10px 0;
}
.coupon .coupon-table-content .onefield_hockey_oneside table {
  width: auto;
}
.coupon .coupon-table-content .onefield_hockey_oneside td {
  text-align: center;
  font-size: 11px;
  line-height: 11px;
  color: #666;
}
.coupon
  .coupon-table-content
  .onefield_hockey_oneside
  td
  input[type="checkbox"] {
  margin: 0;
}
.coupon .coupon-table-content .onefield_hockey_oneside tr:first-child td {
  padding: 0 10px 7px 10px;
}
.coupon .coupon-table-content .onefield_hockey_oneside .text {
  padding: 10px 0 0 0;
}
.coupon .coupon-table-content .onefield_classic_toto table {
  margin: 0 auto;
}
.coupon .coupon-table-content .onefield_classic_toto table td {
  text-align: center;
  font-size: 11px;
  line-height: 11px;
  color: #666;
}
.coupon
  .coupon-table-content
  .onefield_classic_toto
  table
  td
  input[type="checkbox"] {
  margin: 0;
}
.coupon .coupon-table-content .onefield_classic_toto table tr:first-child td {
  padding: 0 0 7px 0;
}
.coupon .coupon-table-content .onefield_classic_toto .text {
  padding: 10px 0 0 0;
  margin: 0 -50px 0 -50px;
}
.coupon .coupon-table-content .onefield_two_checkbox {
  max-width: 300px;
  padding: 0;
}
.coupon .coupon-table-content .onefield_two_checkbox td {
  text-align: center;
  font-size: 11px;
  line-height: 11px;
  color: #666;
}
.coupon .coupon-table-content .onefield_two_checkbox td input[type="checkbox"] {
  margin: 0;
}
.coupon .coupon-table-content .first,
.coupon .coupon-table-content .third {
  font-size: 15px;
  font-weight: 700;
}
.coupon .coupon-table-content .fix_vertical_align {
  padding-top: 4px;
}
.coupon .coupon-table-content input[type="text"] {
  width: 40px;
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
}
.coupon .coupon-table-content input[type="number"] {
  width: 50px;
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
}
.coupon .coupon-table-content .score.football.firstMatch {
  width: 50px;
}
.coupon .coupon-table-content .label_error {
  font-size: 12px;
  font-weight: 400;
  color: #f33;
  margin: 0 10px 0 10px;
  vertical-align: middle;
  display: none;
  display: block;
}
.coupon .coupon-table-content .text_error {
  clear: both;
  text-align: center;
  color: #f33;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 0 0 0;
  font-weight: 400;
}
.coupon .coupon-table-content .tennis_td .tennis_td_item {
  zoom: 1;
  cursor: pointer;
  cursor: hand;
}
.coupon .coupon-table-content .tennis_td .tennis_td_item:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.coupon .coupon-table-content .tennis_td .tennis_td_item .second {
  position: relative;
}
.coupon
  .coupon-table-content
  .tennis_td
  .tennis_td_item
  .second
  input[type="radio"] {
  position: absolute;
  left: -60px;
}
.coupon .coupon-table-content .tennis_td .tennis_td_item.unselected {
  color: #ccc;
}
.coupon .coupon-table-content .tennis_td .tennis_td_item.selected {
  background: #e2f0f9;
  color: #333;
}
.coupon .coupon-table-content label {
  display: inline-block;
}
.coupon .coupon-table-content .tennis-score {
  width: auto;
  border: 1px solid #ccc;
}
.coupon .coupon-table-content .tennis-score td {
  background-color: #fff;
}
.coupon .coupon-table-content .tennis-score th {
  padding: 5px 5px 5px 5px;
}
.coupon .coupon-table-content .tennis-score .player-col {
  text-align: left;
}
.coupon .coupon-table-content .tennis-score .set-score-col {
  text-align: center;
  font-size: 14px;
  border-left: 1px solid #ccc;
}
.coupon .coupon-table-content .tennis-score .set-score-col.set-error {
  border-bottom: 0;
  color: #8b0000;
}
.coupon .coupon-table-content .tennis-score .set-score-cell {
  border-left: 1px solid #ccc;
}
.coupon .coupon-table-content .tennis-score .set-score-cell .set-score-input {
  margin-left: auto;
  width: 60px;
}
.coupon
  .coupon-table-content
  .tennis-score
  .set-score-cell
  .set-score-input
  .fast-score {
  float: left;
  font-size: 14px;
  height: 36px;
  width: 25px;
}
.coupon
  .coupon-table-content
  .tennis-score
  .set-score-cell
  .set-score-input
  input[type="text"] {
  float: left;
  margin-left: 2px;
  width: 30px;
}
.coupon
  .coupon-table-content
  .tennis-score
  .set-score-cell.first-player.set-error {
  border-left: 1px solid #8b0000;
  border-right: 1px solid #8b0000;
  border-top: 1px solid #8b0000;
}
.coupon
  .coupon-table-content
  .tennis-score
  .set-score-cell.second-player.set-error {
  border-left: 1px solid #8b0000;
  border-right: 1px solid #8b0000;
  border-bottom: 1px solid #8b0000;
}
.coupon .coupon-table-content .tennis-score .total-score-col {
  width: 50px;
  min-width: 50px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.coupon .coupon-table-content .tennis-score .total-score-col.match-error {
  border-bottom: 0;
  color: #8b0000;
}
.coupon
  .coupon-table-content
  .tennis-score
  .total-score-cell.first-player.match-error {
  border-left: 1px solid #8b0000;
  border-right: 1px solid #8b0000;
  border-top: 1px solid #8b0000;
}
.coupon
  .coupon-table-content
  .tennis-score
  .total-score-cell.second-player.match-error {
  border-left: 1px solid #8b0000;
  border-right: 1px solid #8b0000;
  border-bottom: 1px solid #8b0000;
}
.coupon .coupon-table-content .tennis-score .player-cell {
  font-size: 14px;
  white-space: normal;
}
.coupon .coupon-table-content .tennis-score .total-score-cell {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  border-left: 1px solid #ccc;
}
.coupon .coupon-table-content .tennis-score .error-row {
  display: none;
  height: auto;
  border-top: 1px solid #ccc;
  padding: 3px 0 0 3px;
}
.coupon .coupon-table-content .tennis-3-sets .set-3 {
  display: none;
}
.coupon .coupon-table-content .tennis-5-sets .set-4 {
  display: none;
}
.coupon .coupon-table-content .tennis-5-sets .set-5 {
  display: none;
}
.coupon .f1-places {
  background: #fcfdff;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  padding: 0 20px 0 20px;
}
.coupon .f1-places .block {
  padding: 20px 0 20px 0;
  margin: 0 auto;
  zoom: 1;
}
.coupon .f1-places .block:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.coupon .f1-places .block .places-list {
  float: left;
  padding: 0 10px 0 0;
}
.coupon .f1-places .block .places-list div {
  line-height: 41px;
  height: 41px;
  color: #999;
  font-size: 13px;
}
.coupon .f1-places .block .pilots-list {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.coupon .f1-places .block .pilots-list .pilot {
  background-image: url(/static/i/f1_arrow.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  margin: 0;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  padding: 0 15px 0 30px;
  font-family: Arial;
  color: #333;
  border-top: 1px solid #d3d3d3;
  cursor: pointer;
  cursor: hand;
}
.coupon .f1-places .block .pilots-list .pilot div {
  float: left;
  width: 30px;
  height: 30px;
  margin: 5px 15px 0 0;
}
.coupon .f1-places .block .pilots-list .pilot:first-child {
  border-top: 0;
}
.coupon .f1-places .block .pilots-list .pilot.ui-sortable-helper {
  border: 1px solid #d3d3d3 !important;
  background: #f1f8ff !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.coupon .f1-places .block .pilots-list .pilot.highlight {
  background-color: #f0ffe1;
}
.coupon .f1-places .block .pilots-list .pilot.no-highlight {
  background-color: #ffe1e1;
}
.coupon .f1-places .block .pilots-list .ui-state-highlight {
  height: 45px !important;
  background: #fcfaf2 !important;
}
.coupon .generic-table {
  margin: 0 auto;
  width: 600px;
}
.coupon .bracket-note {
  height: 1.5em;
  margin-left: auto;
  margin-right: auto;
}
.coupon .bracket-note li {
  display: inline-block;
  width: 135px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 700;
}
.coupon .bracket-note.bracket-16 {
  width: 700px;
}
.coupon .tournament {
  padding: 10px 0;
  background-color: #fcfdff;
  border-bottom: 1px #c5c5c5 solid;
  border-top: 1px #c5c5c5 solid;
}
.coupon .tournament .subject {
  display: block;
}
.coupon .tournament .group-wrapper {
  display: block;
  margin: 10px auto;
  height: 165px;
  width: 700px;
}
.coupon .tournament .group-wrapper .group {
  float: left;
  border: 0 solid #fff;
  padding: 2px 2px 2px 2px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  margin: 0 5px;
  width: 160px;
}
.coupon .tournament .group-wrapper .group .title {
  background: url(/static/i/box_point2.png) top;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 5px 10px 5px 10px;
}
.coupon .tournament .group-wrapper .group .subject {
  position: relative;
  background: #d8e6f3;
  cursor: s-resize;
  border-style: inset;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 2px 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  zoom: 1;
}
.coupon .tournament .group-wrapper .group .subject:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.coupon .tournament .group-wrapper .group .subject .name {
  padding: 0 5px 0 10px;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 25px;
  line-height: 25px;
  float: left;
  max-width: 100px;
}
.coupon .tournament .group-wrapper .group .subject.qualified {
  background: #c4f3c1;
}
.coupon .tournament .group-wrapper .group .subject.non-qualified {
  background: #dfdfdf;
  color: #c6c6c6;
}
.coupon .tournament .group-wrapper .group .subject:hover {
  background: url(/static/i/box_point2.png) top;
  color: #fff !important;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
}
.coupon .tournament .group-wrapper .group .subject .flag {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  float: left;
  width: 37px;
  height: 25px;
  border-radius: 3px 0 0 3px;
}
.coupon .tournament .group-wrapper .group .ui-state-highlight {
  height: 32px !important;
}
.coupon .tournament .bracket-note {
  color: #c6c6c6;
  font-weight: inherit;
  border-bottom: 1px solid #c6c6c6;
  clear: both;
}
.coupon .tournament .bracket-note li {
  font-weight: 400;
}
.coupon .tournament .tournament16-wrap,
.coupon .tournament .tournament32-wrap,
.coupon .tournament .tournament4-wrap,
.coupon .tournament .tournament8-wrap {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.coupon .tournament .tournament16-wrap .subject,
.coupon .tournament .tournament32-wrap .subject,
.coupon .tournament .tournament4-wrap .subject,
.coupon .tournament .tournament8-wrap .subject {
  position: relative;
  display: block;
  width: 140px;
  height: 30px;
  text-align: left;
  margin-left: 10px;
}
.coupon .tournament .tournament16-wrap .subject .flag,
.coupon .tournament .tournament32-wrap .subject .flag,
.coupon .tournament .tournament4-wrap .subject .flag,
.coupon .tournament .tournament8-wrap .subject .flag {
  margin-right: 2px;
  padding-top: 3px;
  width: 25px;
  height: 15px;
}
.coupon .tournament .tournament16-wrap .subject .name,
.coupon .tournament .tournament32-wrap .subject .name,
.coupon .tournament .tournament4-wrap .subject .name,
.coupon .tournament .tournament8-wrap .subject .name {
  display: inline-block;
  padding: 0 3px 0 5px;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
  height: 25px;
  line-height: 2.4em;
}
.coupon .tournament .tournament16-wrap .subject.active,
.coupon .tournament .tournament32-wrap .subject.active,
.coupon .tournament .tournament4-wrap .subject.active,
.coupon .tournament .tournament8-wrap .subject.active {
  cursor: pointer;
}
.coupon .tournament .tournament16-wrap {
  height: 56em;
}
.coupon .tournament .round1-bottom,
.coupon .tournament .round1-top {
  width: 140px;
  height: 3.5em;
}
.coupon .tournament .round1-top {
  line-height: 5em;
}
.coupon .tournament .round2-topwrap .round1-bottom {
  width: 139px;
  border-top: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
}
.coupon .tournament .round2-bottomwrap .round1-top {
  width: 139px;
  border-bottom: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
}
.coupon .tournament .round2-bottom,
.coupon .tournament .round2-top {
  float: right;
  width: 140px;
  height: 7em;
}
.coupon .tournament .round2-top {
  line-height: 12em;
}
.coupon .tournament .round3-topwrap .round2-bottom {
  width: 140px;
  border-top: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
}
.coupon .tournament .round3-bottomwrap .round2-top {
  width: 139px;
  border-bottom: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
}
.coupon .tournament .tournament4-wrap .round2-top {
  border-bottom: 1px solid #c6c6c6;
}
.coupon .tournament .round2-bottomwrap,
.coupon .tournament .round2-topwrap {
  width: 280px;
}
.coupon .tournament .round3-bottom,
.coupon .tournament .round3-top {
  float: right;
  width: 140px;
  height: 14em;
}
.coupon .tournament .round3-top {
  line-height: 26em;
}
.coupon .tournament .round4-topwrap .round3-bottom {
  width: 139px;
  border-top: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
}
.coupon .tournament .round4-bottomwrap .round3-top {
  width: 139px;
  border-bottom: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
}
.coupon .tournament .tournament8-wrap .round3-top {
  border-bottom: 1px solid #c6c6c6;
}
.coupon .tournament .round3-bottomwrap,
.coupon .tournament .round3-topwrap,
.coupon .tournament .tournament4-wrap {
  float: left;
  width: 420px;
}
.coupon .tournament .round4-bottom,
.coupon .tournament .round4-top {
  float: right;
  width: 140px;
  height: 28em;
}
.coupon .tournament .round4-top {
  line-height: 54em;
}
.coupon .tournament .round5-topwrap .round4-bottom {
  width: 139px;
  border-top: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
}
.coupon .tournament .round5-bottomwrap .round4-top {
  width: 139px;
  border-bottom: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
}
.coupon .tournament .round4-bottomwrap,
.coupon .tournament .round4-topwrap,
.coupon .tournament .tournament8-wrap {
  float: left;
  width: 560px;
}
.coupon .tournament .tournament16-wrap .round4-top {
  border-bottom: 1px solid #c6c6c6;
}
.coupon .tournament .round5-bottom,
.coupon .tournament .round5-top {
  float: right;
  width: 140px;
  height: 34em;
}
.coupon .tournament .round5-top {
  line-height: 62.5em;
}
.coupon .tournament .tournament32-wrap .round5-top {
  border-bottom: 1px solid #c6c6c6;
}
.coupon .tournament .round5-bottomwrap,
.coupon .tournament .round5-topwrap,
.coupon .tournament .tournament16-wrap {
  width: 700px;
}
.coupon .tournament .round6-bottom,
.coupon .tournament .round6-top {
  float: right;
  width: 140px;
  height: 34em;
}
.coupon .tournament .tournament32-wrap {
  width: 900px;
}
.coupon .tournament .winner3,
.coupon .tournament .winner4,
.coupon .tournament .winner5,
.coupon .tournament .winner6 {
  font-weight: 700;
  font-style: italic;
}
.coupon .tournament .winner3 {
  line-height: 8em;
}
.coupon .tournament .winner4 {
  line-height: 16em;
}
.coupon .tournament .winner5 {
  line-height: 56.5em;
}
.coupon .tournament .winner6 {
  line-height: 64em;
}
.coupon .pools-block {
  position: relative;
  margin-top: 30px;
}
.coupon .pools-block .stronger {
  font-size: large;
}
.coupon .pools-block table {
  width: 100%;
  border-top: 1px #c5c5c5 solid;
  border-bottom: 1px #c5c5c5 solid;
}
.coupon .pools-block table .TOT {
  background-color: #d8e6bd;
}
.coupon .pools-block table .BRONZE {
  background-color: #db691c;
}
.coupon .pools-block table .SILVER {
  background-color: rgba(1, 1, 1, 0);
}
.coupon .pools-block table .GOLD {
  background-color: #fcff24;
}
.coupon .pools-block table .coupon-column {
  width: 198px;
}
.coupon .pools-block table table.squeezed td {
  padding: 2px 4px 2px 4px;
  border-left: 1px #cddef0 dashed;
}
.coupon .pools-block table table.squeezed td:first-child {
  border-left: none;
}
.coupon .pools-block table table.close td {
  padding: 0 4px 6px 4px;
}
.coupon .pools-block table td {
  border-left: 2px #2f4f4f solid;
  padding: 6px 4px 6px 4px;
  background: #fcfdff;
  text-align: center;
}
.coupon .pools-block table td table {
  border-top: 0;
  border-bottom: 0;
}
.coupon .pools-block table td input[type="text"] {
  width: 45px;
  padding: 7px 4px;
  text-align: left;
}
.coupon .pools-block table td input[disabled] {
  cursor: default;
}
.coupon .pools-block table td input[type="range"] {
  display: block;
  border: 0;
  background: 0 0;
  border-radius: 0;
  padding: 0;
  font-size: 12px;
  font-family: sans-serif;
  color: #ccc;
  margin: 0;
  vertical-align: baseline;
  font-weight: 400;
}
.coupon .pools-block table td:first-child {
  border-left: none;
}
.coupon .pools-block table td.selected {
  background: rgba(99, 170, 197, 0.1);
}
.coupon .pools-block table td.disabled {
  color: #ccc;
}
.coupon .pools-block table td.disabled input[type="text"],
.coupon .pools-block table td.disabled input[type="range"] {
  opacity: 0.3;
}
.coupon .pools-block table td.fixed,
.coupon .pools-block table td.pool {
  color: #444;
}
.coupon .block_button {
  padding: 30px 20px 0 20px;
  text-align: center;
}
.coupon .download_excel {
  margin-top: 3px;
  display: block;
  float: left;
  background: url(/static/i/download.png) left top no-repeat;
  padding: 3px 0 0 33px;
  min-height: 33px;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
}
.coupon .download_excel span:first-child {
  color: #666;
  font-size: 15px;
  display: block;
}
.coupon .download_excel span:last-child {
  font-size: 12px;
  display: block;
}
.forecast .coupon-bet .coupon-header {
  display: none;
}
.coupon-bet .stake-block {
  padding-top: 20px;
}
.coupon-bet .stake-block .stake {
  width: 100%;
  height: 50px;
  border-top: 1px #c5c5c5 solid;
  border-bottom: 1px #c5c5c5 solid;
  margin-left: 0;
  background: #fcfdff;
}
.coupon-bet .stake-block .stake .stake-amount {
  font-size: 19px;
  font-weight: 700;
  width: 100px;
  height: 40px;
  margin-right: 20px;
  text-align: center;
  padding-top: 10px;
  border-right: 1px #cddef0 dashed;
  float: left;
}
.coupon-bet .stake-block .stake .stake-amount .currency {
  font-size: 18px;
  font-weight: 400;
}
.coupon-bet .stake-block .stake .pool {
  vertical-align: middle;
  height: 50px;
  padding-top: 5px;
}

.stake-watermark-ru:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/static/i/stake_ru.png);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 100;
}
.stake-watermark-en:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/static/i/stake_en.png);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 100;
}
.bet-sharing-block {
  zoom: 1;
  margin: 20px 0 25px 5px;
}
.bet-sharing-block:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.bet-sharing-block .block-fb,
.bet-sharing-block .block-vk {
  float: left;
  width: 200px;
  text-align: center;
}
.bet-sharing-block .block-fb .page,
.bet-sharing-block .block-vk .page {
  padding: 0 0 10px 0;
  width: 200px;
  position: relative;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
}
.bet-sharing-block .block-fb .page .arrow-down,
.bet-sharing-block .block-vk .page .arrow-down {
  position: absolute;
  bottom: -60px;
  right: -25px;
  width: 45px;
  height: 100px;
  background: url(/static/i/icons/betshare_arrow_up.png);
  z-index: 10;
}
.bet-sharing-block .block-fb .page .bet-prtscreen,
.bet-sharing-block .block-vk .page .bet-prtscreen {
  position: absolute;
  top: 58px;
  right: 1px;
  width: 130px;
  height: 75px;
  background: url(/static/i/icons/betshare_prtscreen_130.png) right;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #369;
}
.bet-sharing-block .block-fb .page .page-bg,
.bet-sharing-block .block-vk .page .page-bg {
  height: 174px;
  border-bottom: 1px solid #ccc;
}
.bet-sharing-block .block-fb .page .share-text,
.bet-sharing-block .block-vk .page .share-text {
  padding: 10px 0 0 0;
  position: relative;
  width: 180px;
  margin: 0 auto 0 auto;
  text-align: center;
  font-size: 17px;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 115%;
}
.bet-sharing-block .block-fb .page .block-share-button,
.bet-sharing-block .block-vk .page .block-share-button {
  position: relative;
  width: 152px;
  margin: 10px auto 0 auto;
}
.bet-sharing-block .block-fb .page .block-share-button .share-button,
.bet-sharing-block .block-vk .page .block-share-button .share-button {
  display: block;
  height: 36px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  opacity: 0.9;
  padding: 0 0 0 35px;
  line-height: 34px;
  cursor: pointer;
  cursor: hand;
}
.bet-sharing-block .block-fb .page .block-share-button .share-button:hover,
.bet-sharing-block .block-vk .page .block-share-button .share-button:hover {
  color: #fff !important;
  opacity: 1;
}
.bet-sharing-block .block-fb .page .block-share-button .ajax-loader,
.bet-sharing-block .block-vk .page .block-share-button .ajax-loader {
  display: none;
  position: absolute;
  z-index: 10;
  left: -25px;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(/static/i/ajax-loader.gif);
  background-position: left;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.3);
  border: 0 solid red;
}
.bet-sharing-block .block-fb .page .share-error,
.bet-sharing-block .block-vk .page .share-error {
  padding: 0 10px 0 10px;
  color: #f33;
  text-align: center;
}
.bet-sharing-block .block-fb .page .share-error .bonus-error,
.bet-sharing-block .block-vk .page .share-error .bonus-error {
  display: inline-block;
  margin: 10px auto 0 auto;
}
.bet-sharing-block .block-fb {
  margin-right: 30px;
}
.bet-sharing-block .block-fb .page .page-bg {
  background: url(/static/i/icons/betshare_fb_page_200.png);
}
.bet-sharing-block .block-fb .page .share-button {
  background: url(/static/i/icons/facebook_button_clear.png);
}
.bet-sharing-block .block-vk .page .page-bg {
  background: url(/static/i/icons/betshare_vk_page_200.png);
}
.bet-sharing-block .block-vk .page .share-button {
  background: url(/static/i/icons/vk_button_clear.png);
  font-weight: 700;
  letter-spacing: -0.5px;
}
.bet-sharing-block .block-vk .page .bet-prtscreen {
  width: 127px;
}
.bet-sharing-block .block-vk .share-ok {
  display: none;
}
.bet-sharing-block .share-ok {
  background: url(/static/i/icons/betshare_ok.png) top no-repeat;
  margin: 80px auto 0 auto;
  padding: 130px 10px 0 10px;
}
.bet-sharing-block .share-ok .bet-was-shared {
  text-align: center;
  font-size: 20px;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.bet-sharing-block .share-ok .bonus-granted,
.bet-sharing-block .share-ok .bonus-was-already-granted {
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #5fb128;
}
.ordered-participant,
.place-destination,
.place-source {
  margin: 0;
  padding: 0;
}
/* .ordered-participant li,
.place-destination li,
.place-source li {
  margin: 0 3px 3px 3px;
  padding: 0.4em;
  padding-left: 1.5em;
  height: 18px;
  font-weight: 400;
  color: #000;
} */
.ordered-participant li span,
.place-destination li span,
.place-source li span {
  position: absolute;
  margin-left: -1.3em;
}
.winner-header {
  margin: 0;
  padding: 0;
  text-align: center;
}
.participant-element {
  margin: 3px;
  padding: 0.5em;
  width: 180px;
  height: 18px;
  font-size: 1em;
  text-align: center;
}
.winner-title{
  margin: .35rem;
}
.single-winner-space {
  margin: .35rem;
  padding: 0.5em;
  font-size: 1em;
  text-align: center;
  font-weight: 700;
}
.event-participants .ui-selecting {
  background: #2a699c;
}
.event-participants .ui-selected {
  background: #2a699c;
  color: #fff;
}
.event-participants {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 650px;
}
.event-participants li {
  float: left;
  margin: 3px;
  padding: 0.5em;
  width: 180px;
  font-size: 1em;
  text-align: center;
}
/* .event-participants li:last-child {
  width: 582px;
} */
body,
html {
  margin: 0;
  height: 100%;
  font-size: 13px;
  line-height: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "Open Sans", sans-serif;
  color: #444;
}

input {
  padding: 5px 5px 2px 5px;
  background: 0 0;
  border: 1px solid #666;
  color: #333;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
textarea {
  padding: 5px 5px 2px 5px;
  background: 0 0;
  border: 1px solid #666;
  color: #333;
  font-size: 13px;
  font-family: Tahoma;
}
select {
  border: 1px solid #ccc;
  color: #333;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 4px 5px 4px 5px;
}
/* .title {
  
  color: #4c555b;
  font-size: 20px;
} */
/* .header {
  background: url(/static/i/header_bg.png) bottom repeat-x;
  min-height: 170px;
} */
.header .top_line {
  margin: 0 -20px 0 -20px;
}
.header .top_line .left {
  float: left;
  width: 19px;
  height: 8px;
  background: url(/static/i/line_top1.png) bottom;
}
.header .top_line .right {
  margin: 0 0 0 19px;
  height: 8px;
  background: url(/static/i/line_top2.png) right bottom no-repeat;
}
.header .header_content {
  position: relative;
  margin: 0;
  padding: 20px 0 0 0;
}
.header .header_content .alpha {
  position: absolute;
  left: -10px;
  top: 0;
  font-style: italic;
  font-family: Calibri;
  color: #666;
  font-size: 14px;
  font-weight: 700;
}
.header .header_content .logo {
  float: left;
}
.header .header_content .logo_sign {
  float: left;
  margin: 5px 0 0 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  line-height: 122%;
}
.header .header_content .logo_sign .block_uptolike {
  margin: -8px 0 5px -2px;
}
.header .header_content .block_lng {
  position: relative;
  padding: 10px 0 10px 45px;
  background-repeat: no-repeat;
  cursor: pointer;
  cursor: hand;
}
.header .header_content .block_lng.lng_ru {
  background-image: url(/static/i/flag/lng_big/ru.png);
}
.header .header_content .block_lng.lng_en {
  background-image: url(/static/i/flag/lng_big/gb.png);
}
.header .header_content .block_lng.lng_es {
  background-image: url(/static/i/flag/lng_big/es.png);
}
.header .header_content .block_lng.lng_de {
  background-image: url(/static/i/flag/lng_big/de.png);
}
.header .header_content .block_lng.lng_it {
  background-image: url(/static/i/flag/lng_big/it.png);
}
.header .header_content .block_lng .arrow_down {
  background: url(/static/i/arrow_down.png) center right no-repeat;
  padding: 0 14px 3px 0;
}
.header .header_content .block_lng .arrow_down span {
  cursor: pointer;
  cursor: hand;
  font-size: 17px;
  border-bottom: 1px dotted #1a59a2;
  color: #1a59a2;
}
.header .header_content .block_lng .popup_lng form {
  margin: 7px 0 0 0;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 6px 30px;
}
.header .header_content .block_lng .popup_lng form input.lang-link {
  font-size: 17px;
  color: #1a59a2;
  border: none;
  border-bottom: 1px dotted #1a59a2;
  text-decoration: none;
  line-height: 100%;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.header .header_content .block_lng .popup_lng form.lng_ru {
  background-image: url(/static/i/flag/lng_small/ru.png);
}
.header .header_content .block_lng .popup_lng form.lng_en {
  background-image: url(/static/i/flag/lng_small/gb.png);
}
.header .header_content .block_lng .popup_lng form.lng_es {
  background-image: url(/static/i/flag/lng_small/es.png);
}
.header .header_content .block_lng .popup_lng form.lng_de {
  background-image: url(/static/i/flag/lng_small/de.png);
}
.header .header_content .block_lng .popup_lng form.lng_it {
  background-image: url(/static/i/flag/lng_small/it.png);
}
.header .header_content .block_time {
  display: none;
  background: url(/static/i/clock.png) no-repeat;
  font-size: 12px;
  color: #2d3a43;
  padding: 6px 10px 10px 33px;
}
.header .header_content .block_reg {
  width: 200px;
}
.header .header_content .block_reg .button {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-width: 140px;
  display: block;
}
.header .header_content .block_reg .arrow_top {
  padding: 2px 0 0 10px;
  float: left;
  color: #2d3a43;
  font-size: 18px;
}
.header .header_content .block_reg .try {
  padding: 5px 0 0 10px;
  overflow: hidden;
  color: #2d3a43;
  font-size: 11px;
}
.header .header_content .block_hello .foto {
  float: left;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #e4e6e6;
  width: 55px;
  height: 55px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.header .header_content .block_hello .overwlow {
  padding: 0 0 0 10px;
}
.header .header_content .block_hello .overwlow .name {
  float: left;
  color: #0d2039;
  font-size: 15px;
}
.header .header_content .block_hello .overwlow .name a {
  color: #0d2039;
}
.header .header_content .block_hello .overwlow .logout {
  float: left;
  padding: 0 0 0 6px;
}
.header .header_content .block_hello .overwlow .radi_videt {
  clear: both;
  font-size: 12px;
  color: #516c8f;
}
.header .header_content .block_hello .overwlow .bets,
.header .header_content .block_hello .overwlow .cabinet,
.header .header_content .block_hello .overwlow .payments {
  margin: 5px 0 0 0;
  font-size: 14px;
  font-weight: 600;
  padding: 0 0 0 25px;
}
.header .header_content .block_hello .overwlow .bets a,
.header .header_content .block_hello .overwlow .cabinet a,
.header .header_content .block_hello .overwlow .payments a {
  color: #157bce;
}
.header .header_content .block_hello .overwlow .cabinet {
  background: url(/static/i/icons/settings.png) 4px 1px no-repeat;
}
.header .header_content .block_hello .overwlow .bets {
  background: url(/static/i/icons/calculations.png) 4px 1px no-repeat;
}
.header .header_content .block_hello .overwlow .payments {
  background: url(/static/i/icons/visa_small.png) 0 2px no-repeat;
}
.header .header_content .block_right_top {
  margin: -20px -7px 0 0;
  position: relative;
  zoom: 1;
  background: #fff url(/static/i/top_right_box_gradient.png) bottom;
  padding: 10px 15px 10px 15px;
  box-sizing: border-box;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.5);
}
.header .header_content .block_right_top:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.header .header_content .block_right_top .block_login_form {
  float: left;
  width: 140px;
  font-size: 11px;
}
.header .header_content .block_right_top .block_login_form .email,
.header .header_content .block_right_top .block_login_form .password {
  zoom: 1;
  padding: 0 0 6px 0;
}
.header .header_content .block_right_top .block_login_form .email:after,
.header .header_content .block_right_top .block_login_form .password:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.header .header_content .block_right_top .block_login_form .email span,
.header .header_content .block_right_top .block_login_form .password span {
  font-size: 12px;
  color: #666;
  font-style: italic;
}
.header .header_content .block_right_top .block_login_form .email input,
.header .header_content .block_right_top .block_login_form .password input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.header .header_content .block_right_top .block_login_form .login_button {
  zoom: 1;
  padding: 0;
}
.header .header_content .block_right_top .block_login_form .login_button:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.header
  .header_content
  .block_right_top
  .block_login_form
  .login_button
  button {
  width: 100%;
}
.header .header_content .block_right_top .block_login_form .recovery {
  text-align: right;
  padding: 2px 0 0 0;
  font-size: 11px;
  text-transform: lowercase;
}
.header .header_content .block_right_top .block_account_details .bill_text {
  font-size: 16px;
  color: #0d2039;
}
.header .header_content .block_right_top .block_account_details .bill {
  margin: 8px 0 8px 0;
}
.header .header_content .block_right_top .block_account_details .bill .bill1 {
  float: left;
  background: url(/static/i/bill_bg1.png);
  width: 16px;
  height: 19px;
}
.header .header_content .block_right_top .block_account_details .bill .bill2 {
  float: left;
  background: url(/static/i/bill_bg2.png) top right no-repeat;
  padding: 2px 15px 2px 5px;
  color: #fff;
  text-shadow: -1px -1px 1px #173f71;
  font-size: 12px;
  min-width: 60px;
  text-align: center;
}
.header .header_content .block_right_top .block_account_details .balance {
  font-family: Arial;
  font-size: 24px;
  padding: 0;
  clear: both;
  color: #0d2039;
  font-weight: 700;
}
.header .header_content .block_right_top .block_account_details .box_button {
  padding: 8px 0 0 0;
}
.header
  .header_content
  .block_right_top
  .block_account_details
  .box_button
  .button_small {
  display: block;
}
.header .header_content .block_right_top .block_login_social {
  float: right;
  min-height: 115px;
  padding: 0 0 0 10px;
  margin: 0 0 0 15px;
  text-align: center;
  border-left: 1px solid #ccc;
}
.header .header_content .block_right_top .block_login_social .login_soc_text {
  margin: 0;
  text-align: center;
  font-size: 11px;
  color: #666;
  max-width: 60px;
  line-height: 12px;
}
.header .header_content .block_right_top .block_login_social .login_soc_icon {
  margin: 9px 0 0 0;
}
.header
  .header_content
  .block_right_top
  .block_login_social
  .login_soc_icon
  img {
  margin: 0 2px 0 2px;
  position: relative;
}
.header .header_content .block_right_top .block_login_social a {
  text-decoration: none;
}
.header .header_content .menu {
  position: absolute;
  left: 0;
  right: 200px;
  top: 130px;
}
/* .header .header_content .menu ul {
  max-width: 900px;
} */
.header .header_content .menu ul li {
  font-size: 16px;
}
.header .header_content .menu ul li a {
  color: #234862;
}
/* #contents {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  min-width: 980px;
  margin: 0 auto -207px;
  margin2: 0 auto 0;
  background: #fff;
}
#contents #push {
  height: 307px;
}
.content {
  zoom: 1;
  padding: 30px 0 0 0;
  overflow: auto;
  white-space: nowrap;
}
.content:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.content .left_column {
  width: 240px;
  margin-right: 30px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.content .center_column {
  min-width: 700px;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.content .right_column {
  width: 240px;
  margin-left: 10px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
} */
/* #footer {
  height: 207px;
  margin: 0 auto;
  min-width: 980px;
} */
#footer h1 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-size: 30px;
  color: #c1c8d0;
  font-weight: 400;
}
#footer .footer_text {
  color: #c1c8d0;
  font-size: 12px;
  padding-top: 10px;
}
#footer .footer_icons {
  width: 40px;
  height: 34px;
  margin-left: 2%;
  float: left;
}
#footer table.footer td {
  padding: 0 80px 0 0;
}
#footer table.footer td .footer_menu1 {
  padding-bottom: 15px;
}
#footer table.footer td .footer_menu1 a {
  color: #d0e8ff;
  font-size: 15px;
}
#footer table.footer td .footer_menu1 a:hover {
  text-decoration: underline;
}
#footer table.footer td .footer_menu2 {
  padding-bottom: 5px;
}
#footer table.footer td .footer_menu2 a {
  color: #6da8e1;
  font-size: 11px;
}
#footer table.footer td .footer_menu2 a:hover {
  text-decoration: underline;
}
.menu-x {
  padding: 0;
  margin: 0;
}
.menu-x .menu-header {
  display: none;
}
.menu-x .menu-body {
  padding: 6px 5px 0 0;
}
.menu-x .menu-body .node.closed :not(.node-label):not(.node-icon) {
  display: none;
}
/* .menu-x .menu-body .node .node-icon {
  vertical-align: middle;
  margin-right: 3px;
} */
/* .menu-x .menu-body .node-link:not(.closed) {
  font-size: 1.1em;
  font-weight: 700;
  color: #1c1e8b;
} */
/* .menu-x .menu-body .node-0 {
  padding: 6px 0 6px 30px;
} */
/* .menu-x .menu-body .node-0 .node-label {
  font-size: 16px;
  color: #234862;
  cursor: pointer;
  text-decoration: underline;
} */
/* .menu-x .menu-body .node-0 .node-1 {
  padding: 3px 0 3px 13px;
  margin-left: 12px;
  background: url(/static/i/enter.png) 0 12px no-repeat;
} */
/* .menu-x .menu-body .node-0 .node-1 .node-label {
  color: #296087;
  font-size: 13px;
  line-height: 160%;
  cursor: pointer;
  text-decoration: underline;
} */
/* .menu-x .menu-body .node-0 .node-1 .node-2 {
  padding: 5px 0 5px 15px;
  background: url(/static/i/enter.png) 0 12px no-repeat;
} */
/* .menu-x .menu-body .node-0 .node-1 .node-2 .node-label {
  color: #1c79bb;
  font-size: 12px;
  line-height: 160%;
  cursor: pointer;
  text-decoration: underline;
} */
.menu-x.active .menu-header {
  display: none;
}
/* .menu-x.active .menu-body {
  padding: 10px 5px 10px 5px;
  background: #f4f6f7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
} */
.recover_password,
.registration,
.reset_password {
  background: url(/static/i/blue_bg.jpg) right;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 0 20px 0;
}
.recover_password .block_quick,
.registration .block_quick,
.reset_password .block_quick {
  padding: 15px 0 25px 0;
  margin: 0;
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.2);
}
.recover_password .block_quick h1,
.registration .block_quick h1,
.reset_password .block_quick h1 {
  margin-bottom: 0;
}
.recover_password .block_quick .block_login_social,
.registration .block_quick .block_login_social,
.reset_password .block_quick .block_login_social {
  margin: 25px 0 0 0;
  text-align: center;
}
.recover_password .block_quick .block_login_social .login_soc_text,
.registration .block_quick .block_login_social .login_soc_text,
.reset_password .block_quick .block_login_social .login_soc_text {
  display: inline-block;
  text-align: right;
  font-size: 12px;
  color: #000;
  line-height: 12px;
  vertical-align: middle;
}
.recover_password .block_quick .block_login_social .login_soc_icon,
.registration .block_quick .block_login_social .login_soc_icon,
.reset_password .block_quick .block_login_social .login_soc_icon {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.recover_password .block_quick .block_login_social .login_soc_icon img,
.registration .block_quick .block_login_social .login_soc_icon img,
.reset_password .block_quick .block_login_social .login_soc_icon img {
  margin: 5px 0 0 5px;
  position: relative;
}
.recover_password .block_quick .block_login_social a,
.registration .block_quick .block_login_social a,
.reset_password .block_quick .block_login_social a {
  text-decoration: none;
}
.recover_password .block,
.registration .block,
.reset_password .block {
  /* max-width: 500px; */
  margin: 20px auto 0 auto;
}
.recover_password .block h1,
.registration .block h1,
.reset_password .block h1 {
  color: #fff;
  margin-left: 70px;
  margin-bottom: 0;
  text-shadow: none;
}
.recover_password .block dl,
.registration .block dl,
.reset_password .block dl {
  margin: 30px 0 30px -50px;
}
.recover_password .block dl dt,
.registration .block dl dt,
.reset_password .block dl dt {
  float: left;
  color: #fff;
  display: inline-block;
  width: 100px;
  text-align: right;
  padding: 10px 20px 0 0;
}
.recover_password .block dl dt label,
.registration .block dl dt label,
.reset_password .block dl dt label {
  font-size: 13px;
}
.recover_password .block dl dd,
.registration .block dl dd,
.reset_password .block dl dd {
  display: inline-block;
  width: 380px;
  margin: 0;
  padding: 0;
}
.recover_password .block dl dd input,
.registration .block dl dd input,
.reset_password .block dl dd input {
  width: 100%;
  font-size: 22px;
}
.recover_password .block dl dd select,
.registration .block dl dd select,
.reset_password .block dl dd select {
  width: 100%;
  font-size: 13px;
  padding: 8px 6px 8px 6px;
}
.recover_password .block dl dd.info,
.registration .block dl dd.info,
.reset_password .block dl dd.info {
  display: none;
}
.recover_password .block dl.error input,
.registration .block dl.error input,
.reset_password .block dl.error input {
  color: #b94a48;
  border-color: #b94a48 !important;
  border: 2px solid red;
}
.recover_password .block dl.error dd.error,
.registration .block dl.error dd.error,
.reset_password .block dl.error dd.error {
  padding-left: 120px;
}
.recover_password .block button,
.registration .block button,
.reset_password .block button {
  background: #2265a6;
  background: linear-gradient(
      to bottom,
      #438dc1 0,
      #468fc3 3%,
      #4288bf 9%,
      #4289bf 16%,
      #2f78b5 47%,
      #2970ae 59%,
      #2162a4 72%,
      #154a8f 88%,
      #0c3b82 100%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 4px solid #7dbbee;
  border-radius: 12px;
  box-shadow: 0 15px 7px #4090c4 inset;
  color: #f8e508;
  display: inline-block;
  font: 19px/32px "Trebuchet MS", Helvetica, sans-serif;
  margin: 0 auto;
  outline: medium none;
  padding: 5px 23px;
  text-align: center;
  text-decoration: none;
  text-shadow: -1px -1px 1px #173f71;
  transition: all 0.2s ease 0s;
  cursor: pointer;
  cursor: hand;
  display: block;
  margin: 30px auto 0 auto;
  clear: both;
}
.recover_password .block button:hover,
.registration .block button:hover,
.reset_password .block button:hover {
  box-shadow: inset 0 8px 4px rgba(64, 144, 196, 0.2);
  background: #0c3b82;
  background: -moz-linear-gradient(
    top,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #0c3b82),
    color-stop(13%, #154a8f),
    color-stop(28%, #2162a4),
    color-stop(41%, #2970ae),
    color-stop(53%, #2f78b5),
    color-stop(84%, #4289bf),
    color-stop(91%, #4288bf),
    color-stop(97%, #468fc3),
    color-stop(100%, #438dc1)
  );
  background: -webkit-linear-gradient(
    top,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  background: -o-linear-gradient(
    top,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  background: -ms-linear-gradient(
    top,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  background: linear-gradient(
    to bottom,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c3b82', endColorstr='#438dc1', GradientType=0);
  color: #f8e508 !important;
  text-decoration: none;
}
.recover_password .block #password_field,
.registration .block #password_field,
.reset_password .block #password_field {
  margin-bottom: 0;
}
.recover_password .block #password_field label.error,
.registration .block #password_field label.error,
.reset_password .block #password_field label.error {
  display: none;
  height: 0;
  font-size: 0;
}
.recover_password .block .password_meter,
.registration .block .password_meter,
.reset_password .block .password_meter {
  margin-top: 5px;
  margin-bottom: 0;
}
.recover_password .block_full,
.registration .block_full,
.reset_password .block_full {
  width: 600px;
  margin: 20px auto 0 auto;
}
.recover_password .block_full h1,
.registration .block_full h1,
.reset_password .block_full h1 {
  color: #fff;
  margin-left: 0;
  margin-bottom: 20px;
  text-shadow: none;
}
.recover_password .block_full dl input,
.registration .block_full dl input,
.reset_password .block_full dl input {
  width: 100%;
  font-size: 18px;
}
.recover_password .block_full dl select,
.registration .block_full dl select,
.reset_password .block_full dl select {
  width: 100%;
  font-size: 18px;
  padding: 2px 6px 2px 6px;
  color: #666;
}
.recover_password .block_full dl .block_sex,
.registration .block_full dl .block_sex,
.reset_password .block_full dl .block_sex {
  background: #15334f;
  width: 43%;
  padding: 2px 0 2px 0;
}
.recover_password .block_full dl .block_sex input,
.registration .block_full dl .block_sex input,
.reset_password .block_full dl .block_sex input {
  width: auto;
  margin: 10px 0 0 10px;
  float: left;
}
.recover_password .block_full dl .block_sex label,
.registration .block_full dl .block_sex label,
.reset_password .block_full dl .block_sex label {
  margin: 0 0 0 10px;
  float: left;
  font-size: 22px;
  color: #fff;
}
.recover_password .block_full dl label,
.registration .block_full dl label,
.reset_password .block_full dl label {
  color: #fff;
  font-size: 15px;
}
.recover_password .block_full dl .block_password_lable,
.registration .block_full dl .block_password_lable,
.reset_password .block_full dl .block_password_lable {
  width: 48%;
  margin: 5px 0 0 0;
}
.recover_password .block_full dl label.error,
.registration .block_full dl label.error,
.reset_password .block_full dl label.error {
  display: none;
  color: #f33;
  font-size: 12px;
}
.recover_password .block_full .about,
.recover_password .block_full .adress,
.recover_password .block_full .username,
.registration .block_full .about,
.registration .block_full .adress,
.registration .block_full .username,
.reset_password .block_full .about,
.reset_password .block_full .adress,
.reset_password .block_full .username {
  zoom: 1;
  margin: 10px 0 0 0;
  background: #112a41;
  border: 1px solid #0d1f30;
  padding: 10px 30px 10px 30px;
}
.recover_password .block_full .about:after,
.recover_password .block_full .adress:after,
.recover_password .block_full .username:after,
.registration .block_full .about:after,
.registration .block_full .adress:after,
.registration .block_full .username:after,
.reset_password .block_full .about:after,
.reset_password .block_full .adress:after,
.reset_password .block_full .username:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.recover_password .block_full .about h2,
.recover_password .block_full .adress h2,
.recover_password .block_full .username h2,
.registration .block_full .about h2,
.registration .block_full .adress h2,
.registration .block_full .username h2,
.reset_password .block_full .about h2,
.reset_password .block_full .adress h2,
.reset_password .block_full .username h2 {
  color: #fff;
  margin-left: 0;
  margin-bottom: 0;
  text-shadow: none;
}
.recover_password .block_full .about .fleft,
.recover_password .block_full .adress .fleft,
.recover_password .block_full .username .fleft,
.registration .block_full .about .fleft,
.registration .block_full .adress .fleft,
.registration .block_full .username .fleft,
.reset_password .block_full .about .fleft,
.reset_password .block_full .adress .fleft,
.reset_password .block_full .username .fleft {
  width: 48%;
}
.recover_password .block_full .about .fright,
.recover_password .block_full .adress .fright,
.recover_password .block_full .username .fright,
.registration .block_full .about .fright,
.registration .block_full .adress .fright,
.registration .block_full .username .fright,
.reset_password .block_full .about .fright,
.reset_password .block_full .adress .fright,
.reset_password .block_full .username .fright {
  width: 48%;
}
.recover_password .block_full .block_button,
.registration .block_full .block_button,
.reset_password .block_full .block_button {
  text-align: right;
  margin: 10px 0 0 0;
}
.recover_password .block_full .block_button button,
.registration .block_full .block_button button,
.reset_password .block_full .block_button button {
  background: #2265a6;
  background: linear-gradient(
      to bottom,
      #438dc1 0,
      #468fc3 3%,
      #4288bf 9%,
      #4289bf 16%,
      #2f78b5 47%,
      #2970ae 59%,
      #2162a4 72%,
      #154a8f 88%,
      #0c3b82 100%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 4px solid #7dbbee;
  border-radius: 12px;
  box-shadow: 0 15px 7px #4090c4 inset;
  color: #f8e508;
  display: inline-block;
  font: 19px/32px "Trebuchet MS", Helvetica, sans-serif;
  margin: 0 auto;
  outline: medium none;
  padding: 5px 23px;
  text-align: center;
  text-decoration: none;
  text-shadow: -1px -1px 1px #173f71;
  transition: all 0.2s ease 0s;
  cursor: pointer;
  cursor: hand;
  /* max-width: 500px; */
  margin: 20px auto 0 auto;
  margin-top: 0;
}
.recover_password .block_full .block_button button:hover,
.registration .block_full .block_button button:hover,
.reset_password .block_full .block_button button:hover {
  box-shadow: inset 0 8px 4px rgba(64, 144, 196, 0.2);
  background: #0c3b82;
  background: -moz-linear-gradient(
    top,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #0c3b82),
    color-stop(13%, #154a8f),
    color-stop(28%, #2162a4),
    color-stop(41%, #2970ae),
    color-stop(53%, #2f78b5),
    color-stop(84%, #4289bf),
    color-stop(91%, #4288bf),
    color-stop(97%, #468fc3),
    color-stop(100%, #438dc1)
  );
  background: -webkit-linear-gradient(
    top,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  background: -o-linear-gradient(
    top,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  background: -ms-linear-gradient(
    top,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  background: linear-gradient(
    to bottom,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c3b82', endColorstr='#438dc1', GradientType=0);
  color: #f8e508 !important;
  text-decoration: none;
}
.recover_password .block_full .block_button button h1,
.registration .block_full .block_button button h1,
.reset_password .block_full .block_button button h1 {
  color: #fff;
  margin-left: 70px;
  margin-bottom: 0;
  text-shadow: none;
}
.recover_password .block_full .block_button button dl,
.registration .block_full .block_button button dl,
.reset_password .block_full .block_button button dl {
  margin: 30px 0 30px -50px;
}
.recover_password .block_full .block_button button dl dt,
.registration .block_full .block_button button dl dt,
.reset_password .block_full .block_button button dl dt {
  float: left;
  color: #fff;
  display: inline-block;
  width: 100px;
  text-align: right;
  padding: 10px 20px 0 0;
}
.recover_password .block_full .block_button button dl dt label,
.registration .block_full .block_button button dl dt label,
.reset_password .block_full .block_button button dl dt label {
  font-size: 13px;
}
.recover_password .block_full .block_button button dl dd,
.registration .block_full .block_button button dl dd,
.reset_password .block_full .block_button button dl dd {
  display: inline-block;
  width: 380px;
  margin: 0;
  padding: 0;
}
.recover_password .block_full .block_button button dl dd input,
.registration .block_full .block_button button dl dd input,
.reset_password .block_full .block_button button dl dd input {
  width: 100%;
  font-size: 22px;
}
.recover_password .block_full .block_button button dl dd select,
.registration .block_full .block_button button dl dd select,
.reset_password .block_full .block_button button dl dd select {
  width: 100%;
  font-size: 13px;
  padding: 8px 6px 8px 6px;
}
.recover_password .block_full .block_button button dl dd.info,
.registration .block_full .block_button button dl dd.info,
.reset_password .block_full .block_button button dl dd.info {
  display: none;
}
.recover_password .block_full .block_button button dl.error input,
.registration .block_full .block_button button dl.error input,
.reset_password .block_full .block_button button dl.error input {
  color: #b94a48;
  border-color: #b94a48 !important;
  border: 2px solid red;
}
.recover_password .block_full .block_button button dl.error dd.error,
.registration .block_full .block_button button dl.error dd.error,
.reset_password .block_full .block_button button dl.error dd.error {
  padding-left: 120px;
}
.recover_password .block_full .block_button button button,
.registration .block_full .block_button button button,
.reset_password .block_full .block_button button button {
  background: #2265a6;
  background: linear-gradient(
      to bottom,
      #438dc1 0,
      #468fc3 3%,
      #4288bf 9%,
      #4289bf 16%,
      #2f78b5 47%,
      #2970ae 59%,
      #2162a4 72%,
      #154a8f 88%,
      #0c3b82 100%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 4px solid #7dbbee;
  border-radius: 12px;
  box-shadow: 0 15px 7px #4090c4 inset;
  color: #f8e508;
  display: inline-block;
  font: 19px/32px "Trebuchet MS", Helvetica, sans-serif;
  margin: 0 auto;
  outline: medium none;
  padding: 5px 23px;
  text-align: center;
  text-decoration: none;
  text-shadow: -1px -1px 1px #173f71;
  transition: all 0.2s ease 0s;
  cursor: pointer;
  cursor: hand;
  display: block;
  margin: 30px auto 0 auto;
  clear: both;
}
.recover_password .block_full .block_button button button:hover,
.registration .block_full .block_button button button:hover,
.reset_password .block_full .block_button button button:hover {
  box-shadow: inset 0 8px 4px rgba(64, 144, 196, 0.2);
  background: #0c3b82;
  background: -moz-linear-gradient(
    top,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #0c3b82),
    color-stop(13%, #154a8f),
    color-stop(28%, #2162a4),
    color-stop(41%, #2970ae),
    color-stop(53%, #2f78b5),
    color-stop(84%, #4289bf),
    color-stop(91%, #4288bf),
    color-stop(97%, #468fc3),
    color-stop(100%, #438dc1)
  );
  background: -webkit-linear-gradient(
    top,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  background: -o-linear-gradient(
    top,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  background: -ms-linear-gradient(
    top,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  background: linear-gradient(
    to bottom,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c3b82', endColorstr='#438dc1', GradientType=0);
  color: #f8e508 !important;
  text-decoration: none;
}
.recover_password .block_full .block_button button #password_field,
.registration .block_full .block_button button #password_field,
.reset_password .block_full .block_button button #password_field {
  margin-bottom: 0;
}
.recover_password .block_full .block_button button #password_field label.error,
.registration .block_full .block_button button #password_field label.error,
.reset_password .block_full .block_button button #password_field label.error {
  display: none;
  height: 0;
  font-size: 0;
}
.recover_password .block_full .block_button button .password_meter,
.registration .block_full .block_button button .password_meter,
.reset_password .block_full .block_button button .password_meter {
  margin-top: 5px;
  margin-bottom: 0;
}
.login_quick > .block {
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #f1f1f1;
}
.login_quick > .block .block_login {
  width: 300px;
  margin: 30px auto 0 auto;
}
.login_quick > .block .block_login h1 {
  margin: 0;
  font-size: 16px;
}
.login_quick > .block .block_login .email,
.login_quick > .block .block_login .password {
  clear: both;
  padding: 8px 0 0 0;
}
.login_quick > .block .block_login .email span,
.login_quick > .block .block_login .password span {
  font-size: 12px;
  color: #666;
  font-style: italic;
}
.login_quick > .block .block_login .email input,
.login_quick > .block .block_login .password input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* .login_quick > .block .block_login .login_button {
  clear: both;
  padding: 8px 0 0 0;
} */
.login_quick > .block .block_login .login_button button {
  width: 100%;
}
.login_quick > .block .block_login .recovery {
  padding: 2px 0 0 0;
  font-size: 12px;
}
.login_quick > .block .login_or_register {
  border-top: 1px solid #ccc;
  margin: 40px 0 0 0;
  text-align: center;
}
.login_quick > .block .login_or_register h1 {
  margin: -20px 0 0 0;
  padding: 0 20px 0 20px;
  background: #f1f1f1;
  display: inline-block;
  font-size: 26px;
}
.login_quick > .block .block_register {
  width: 300px;
  margin: 40px auto 30px auto;
}
.login_quick > .block .block_register h1 {
  margin: 0 0 8px 0;
  font-size: 16px;
}
.login_quick > .block .block_register .block_reg .button {
  min-width: 140px;
  background: #2265a6;
  background: linear-gradient(
      to bottom,
      #438dc1 0,
      #468fc3 3%,
      #4288bf 9%,
      #4289bf 16%,
      #2f78b5 47%,
      #2970ae 59%,
      #2162a4 72%,
      #154a8f 88%,
      #0c3b82 100%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 3px solid #7dbbee;
  border-radius: 6px;
  box-shadow: 0 15px 7px #4090c4 inset;
  color: #f8e508;
  display: inline-block;
  font: 14px "Trebuchet MS", Helvetica, sans-serif;
  min-height: 2em;
  margin: 0 auto;
  outline: medium none;
  padding: 4px 12px;
  text-align: center;
  text-decoration: none;
  text-shadow: -1px -1px 1px #173f71;
  transition: all 0.2s ease 0s;
  cursor: pointer;
  cursor: hand;
  display: block;
}
.login_quick > .block .block_register .block_reg .button:hover {
  box-shadow: inset 0 8px 4px rgba(64, 144, 196, 0.2);
  background: #0c3b82;
  background: -moz-linear-gradient(
    top,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #0c3b82),
    color-stop(13%, #154a8f),
    color-stop(28%, #2162a4),
    color-stop(41%, #2970ae),
    color-stop(53%, #2f78b5),
    color-stop(84%, #4289bf),
    color-stop(91%, #4288bf),
    color-stop(97%, #468fc3),
    color-stop(100%, #438dc1)
  );
  background: -webkit-linear-gradient(
    top,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  background: -o-linear-gradient(
    top,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  background: -ms-linear-gradient(
    top,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  background: linear-gradient(
    to bottom,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c3b82', endColorstr='#438dc1', GradientType=0);
  color: #f8e508 !important;
  text-decoration: none;
}
.login_quick > .block .block_register .block_reg .arrow_top {
  padding: 2px 0 0 10px;
  float: left;
  color: #2d3a43;
  font-size: 18px;
}
.login_quick > .block .block_register .block_reg .try {
  padding: 5px 0 0 10px;
  overflow: hidden;
  color: #2d3a43;
  font-size: 11px;
}
.user-ratings-table h1 {
  margin-bottom: 12px;
}
.user-ratings-table .ratings-characteristic-description {
  font-size: 0.9em;
  margin-bottom: 30px;
}
.user-ratings-table .ratings-period {
  font-size: 1.2em;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: right;
}
/* .box {
  background: url(/static/i/box_bg.png) left bottom no-repeat;
  border: 1px solid #cee1f1;
  padding: 15px 15px 15px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 20px 0;
}
.box .title {
  margin: 0;
} */
/* .box ul.list_href {
  list-style-image: url(/static/i/li_line.png);
  margin: 5px 0 0 15px;
} */
.box ul.list_href li {
  position: relative;
  color: #428bca;
  padding: 5px 0 5px 0;
  margin: 0;
}
.box ul.list_href li a {
  color: #428bca;
  font-size: 15px;
  text-decoration: none;
}
.box ul.list_href li a:hover {
  text-decoration: underline;
}
.box ul.list_href li.active {
  background: #035a99;
  margin: 3px -15px 3px -30px;
  padding: 5px 15px 5px 30px;
  list-style: none;
}
.box ul.list_href li.active a {
  color: #fff;
}
.box ul.list_href li.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
}
.box.box_friends_betted .title {
  font-size: 16px;
}
.box.box_friends_betted .friends_betted_list {
  padding: 0;
  zoom: 1;
}
.box.box_friends_betted .friends_betted_list:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.box.box_friends_betted .friends_betted_list .user-block {
  position: relative;
}
.box.box_friends_betted .friends_betted_list .user-block .user-picture {
  float: left;
  width: 50px;
  height: 50px;
  margin: 9px 9px 0 0;
  border: 1px solid #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.box.box_friends_betted .friends_betted_list .user-block .user-picture img {
  width: 100%;
  height: 100%;
}
.box.box_friends_betted
  .friends_betted_list
  .user-block
  .user-picture:nth-child(3n) {
  margin-right: 0;
}
.box.box_friends_betted .friends_betted_list .user-block .user-name-cloud {
  display: none;
  position: absolute;
  bottom: 0;
  right: 25px;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 20px 20px 20px;
  color: #fff;
  font-size: 11px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  white-space: nowrap;
  text-transform: none;
}
.box.box_friends_betted .friends_betted_list .user-block .user-name-cloud p {
  margin: 5px 0 0 0;
}
.box.box_friends_betted
  .friends_betted_list
  .user-block:hover
  .user-name-cloud {
  display: block;
}
.alert-error {
  max-width: 400px;
  margin: 20px auto 20px auto;
  font-size: 14px;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  display: none;
}
.alert-error span {
  display: block;
  padding: 10px 10px 10px 10px;
}
.close {
  color: #000;
  float: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 15px;
  opacity: 0.2;
  text-shadow: 0 1px 0 #fff;
}
.button {
  background: #2265a6;
  background: linear-gradient(
      to bottom,
      #438dc1 0,
      #468fc3 3%,
      #4288bf 9%,
      #4289bf 16%,
      #2f78b5 47%,
      #2970ae 59%,
      #2162a4 72%,
      #154a8f 88%,
      #0c3b82 100%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 4px solid #7dbbee;
  border-radius: 12px;
  box-shadow: 0 15px 7px #4090c4 inset;
  color: #f8e508;
  display: inline-block;
  font: 19px/32px "Trebuchet MS", Helvetica, sans-serif;
  margin: 0 auto;
  outline: medium none;
  padding: 5px 23px;
  text-align: center;
  text-decoration: none;
  text-shadow: -1px -1px 1px #173f71;
  transition: all 0.2s ease 0s;
  cursor: pointer;
  cursor: hand;
}
.button:hover {
  box-shadow: inset 0 8px 4px rgba(64, 144, 196, 0.2);
  background: #0c3b82;
  background: -moz-linear-gradient(
    top,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #0c3b82),
    color-stop(13%, #154a8f),
    color-stop(28%, #2162a4),
    color-stop(41%, #2970ae),
    color-stop(53%, #2f78b5),
    color-stop(84%, #4289bf),
    color-stop(91%, #4288bf),
    color-stop(97%, #468fc3),
    color-stop(100%, #438dc1)
  );
  background: -webkit-linear-gradient(
    top,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  background: -o-linear-gradient(
    top,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  background: -ms-linear-gradient(
    top,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  background: linear-gradient(
    to bottom,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c3b82', endColorstr='#438dc1', GradientType=0);
  color: #f8e508 !important;
  text-decoration: none;
}
.button_small {
  background: #2265a6;
  background: linear-gradient(
      to bottom,
      #438dc1 0,
      #468fc3 3%,
      #4288bf 9%,
      #4289bf 16%,
      #2f78b5 47%,
      #2970ae 59%,
      #2162a4 72%,
      #154a8f 88%,
      #0c3b82 100%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 3px solid #7dbbee;
  border-radius: 6px;
  box-shadow: 0 15px 7px #4090c4 inset;
  color: #f8e508;
  display: inline-block;
  font: 14px "Trebuchet MS", Helvetica, sans-serif;
  min-height: 2em;
  margin: 0 auto;
  outline: medium none;
  padding: 4px 12px;
  text-align: center;
  text-decoration: none;
  text-shadow: -1px -1px 1px #173f71;
  transition: all 0.2s ease 0s;
  cursor: pointer;
  cursor: hand;
}
.button_small:hover {
  box-shadow: inset 0 8px 4px rgba(64, 144, 196, 0.2);
  background: #0c3b82;
  background: -moz-linear-gradient(
    top,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #0c3b82),
    color-stop(13%, #154a8f),
    color-stop(28%, #2162a4),
    color-stop(41%, #2970ae),
    color-stop(53%, #2f78b5),
    color-stop(84%, #4289bf),
    color-stop(91%, #4288bf),
    color-stop(97%, #468fc3),
    color-stop(100%, #438dc1)
  );
  background: -webkit-linear-gradient(
    top,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  background: -o-linear-gradient(
    top,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  background: -ms-linear-gradient(
    top,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  background: linear-gradient(
    to bottom,
    #0c3b82 0,
    #154a8f 13%,
    #2162a4 28%,
    #2970ae 41%,
    #2f78b5 53%,
    #4289bf 84%,
    #4288bf 91%,
    #468fc3 97%,
    #438dc1 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c3b82', endColorstr='#438dc1', GradientType=0);
  color: #f8e508 !important;
  text-decoration: none;
}
.button_small_light {
  background: #e7e7e7;
  background: linear-gradient(to top, #e7e7e7 0, #fdfdfd 100%) repeat scroll 0 0
    rgba(0, 0, 0, 0);
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  box-shadow: 0 0 3px #ccc inset;
  box-shadow: 0 0 3px #ccc;
  color: #666;
  display: inline-block;
  font: 13px "Trebuchet MS", Helvetica, sans-serif;
  margin: 0 auto;
  outline: medium none;
  padding: 4px 12px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  cursor: pointer;
  cursor: hand;
}
.button_small_light:hover {
  background: #bfbfbf;
  background: linear-gradient(to top, #bfbfbf 0, #f2f2f2 100%) repeat scroll 0 0
    rgba(0, 0, 0, 0);
  text-decoration: none;
  box-shadow: 0 0 6px #ccc inset;
  box-shadow: 0 0 0 #ccc;
}
.button_disabled {
  border-color: #ddd;
  box-shadow: none;
  cursor: not-allowed;
  background: #cc2828;
  background: -moz-linear-gradient(top, #cc2828 0, #542d2d 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #cc2828),
    color-stop(100%, #542d2d)
  );
  background: -webkit-linear-gradient(top, #cc2828 0, #542d2d 100%);
  background: -o-linear-gradient(top, #cc2828 0, #542d2d 100%);
  background: -ms-linear-gradient(top, #cc2828 0, #542d2d 100%);
  background: linear-gradient(to bottom, #cc2828 0, #542d2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc2828', endColorstr='#542d2d', GradientType=0);
}
.button_disabled:hover {
  border-color: #ddd;
  box-shadow: none;
  cursor: not-allowed;
  background: #cc2828;
  background: -moz-linear-gradient(top, #cc2828 0, #542d2d 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #cc2828),
    color-stop(100%, #542d2d)
  );
  background: -webkit-linear-gradient(top, #cc2828 0, #542d2d 100%);
  background: -o-linear-gradient(top, #cc2828 0, #542d2d 100%);
  background: -ms-linear-gradient(top, #cc2828 0, #542d2d 100%);
  background: linear-gradient(to bottom, #cc2828 0, #542d2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc2828', endColorstr='#542d2d', GradientType=0);
}
.button_disabled {
  cursor: default;
  text-shadow: -1px -1px 1px #333;
}
button.close {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  cursor: pointer;
  padding: 0;
}
/* .password-meter {
  position: relative;
  display: none;
}
.password-meter .password-meter-message {
  color: #f33;
}
.password-meter .password-meter-bar,
.password-meter .password-meter-bg {
  height: 2px;
  -webkit-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.5);
}
.password-meter .password-meter-bg {
  top: 8px;
  background: #e0e0e0;
}
.password-meter .password-meter-message-very-weak {
  color: #a03;
}
.password-meter .password-meter-message-weak {
  color: #f5ac00;
}
.password-meter .password-meter-message-good {
  color: #69c;
}
.password-meter .password-meter-message-strong {
  color: green;
}
.password-meter .password-meter-bg .password-meter-very-weak {
  background: #a03;
  width: 20%;
}
.password-meter .password-meter-bg .password-meter-weak {
  background: #f5ac00;
  width: 40%;
}
.password-meter .password-meter-bg .password-meter-good {
  background: #69c;
  width: 70%;
}
.password-meter .password-meter-bg .password-meter-strong {
  background: green;
  width: 100%;
} */
.slider {
  position: relative;
  background: #15212b;
}
.slider #owl1 img {
  max-width: 100%;
}
.slider #owl1 .block_info {
  position: absolute;
  left: 30px;
  top: 20px;
}
.slider #owl1 .block_info .team_name {
  
  font-size: 28px;
  color: #e6f1f8;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.slider #owl1 .block_info .add_info {
  padding: 20px 0 0 0;
}
.slider #owl1 .block_info .add_info .flag {
  padding: 6px 20px 0 0;
  float: left;
}
.slider #owl1 .block_info .add_info .flag .flag1,
.slider #owl1 .block_info .add_info .flag .flag2 {
  width: 50px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
}
.slider #owl1 .block_info .add_info .flag .flag1 {
  margin: 0;
}
.slider #owl1 .block_info .add_info .flag .flag2 {
  margin: 20px 0 0 -12px;
}
.slider #owl1 .block_info .add_info .text {
  float: left;
}
.slider #owl1 .block_info .add_info .text .date {
  font-size: 24px;
  font-style: italic;
  color: #e6f1f8;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.slider #owl1 .block_info .add_info .text .group {
  font-size: 18px;
  font-weight: 700;
  color: #e6f1f8;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.slider #owl1 .block_submit {
  position: absolute;
  top: 50%;
  right: 30px;
  margin: -40px 0 0 0;
}
.slider #owl1 .block_submit .button {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-width: 140px;
  display: block;
}
.slider #owl1 .block_submit .arrow_top {
  padding: 2px 0 0 10px;
  float: left;
  color: #b2cfe9;
  font-size: 18px;
}
.slider #owl1 .block_submit .try {
  padding: 5px 0 0 10px;
  overflow: hidden;
  color: #b2cfe9;
  font-size: 11px;
}
.slider #owl1 .owl-pagination {
  position: relative;
  background: url(/static/i/slider_block_button2.png) right;
  position: absolute;
  top: -11px;
  right: 0;
  height: 55px;
  padding: 0 20px 0 0;
}
.slider #owl1 .owl-pagination .owl-page span {
  background: url(/static/i/slider_off.png);
  width: 17px;
  height: 17px;
  border-radius: 0;
  margin: 9px 10px 0 0;
  opacity: 1;
}
.slider #owl1 .owl-pagination .active span {
  background: url(/static/i/slider_on.png) !important;
}
.slider #owl1 .owl-pagination:before {
  content: "";
  width: 30px;
  height: 55px;
  background: url(/static/i/slider_block_button1.png) left;
  display: block;
  position: absolute;
  left: -30px;
  top: 0;
}
.dataTable th {
  background-color: #f5f5f5;
}
.dataTable tr:nth-child(2n + 1) {
  background: #f1f8ff;
}
.dataTable tr:nth-child(2n + 2) {
  background: #fcfdff;
}
.fancybox-overlay .block_onebet {
  padding: 20px 30px 20px 30px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.fancybox-overlay .block_onebet div {
  white-space: nowrap;
}
.calendar-coupons .day-block {
  position: relative;
  /* box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
  border: 1px solid #ddd;*/
}
/* .calendar-coupons .day-block:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
} */
.calendar-coupons .day-block .noborder {
  border-top: 0 !important;
}
.calendar-coupons .day-block .date-block {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20%;
  box-sizing: border-box;
  padding: 0 20px 0 20px;
  /* background: #fafafa; */
  border-right: 1px solid #ddd;
  /* box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px; */
  z-index: 10;
}
.calendar-coupons .day-block .date-block .date-big {
  font-size: 20px;
  font-weight: 700;
}
.calendar-coupons .day-block .date-block .date {
  font-size: 13px;
  font-weight: 700;
  line-height: 70%;
}
.calendar-coupons .day-block .coupons-list {
  zoom: 1;
}
.calendar-coupons .day-block .coupons-list:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.calendar-coupons .day-block .coupons-list .coupon-block {
  zoom: 1;
  border-top: 1px dashed #ddd;
  position: relative;
  display: block;
  text-decoration: none;
}
.calendar-coupons .day-block .coupons-list .coupon-block:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}
/* .calendar-coupons .day-block .coupons-list .coupon-block .date {
  box-sizing: border-box;
  padding: 4px 0 4px 20px;
  margin-left: 5%;
  width: 15%;
  float: left;
  font-size: 13px;
  color: #333;
} */
.calendar-coupons .day-block .coupons-list .coupon-block .date .after {
  display: none;
  font-weight: 700;
  color: #333;
}
.calendar-coupons .day-block .coupons-list .coupon-block .details-block {
  width: 55%;
  box-sizing: border-box;
  padding: 4px 0 4px 20px;
  float: left;
}
/* .calendar-coupons .day-block .coupons-list .coupon-block .details-block .pull,
.calendar-coupons
  .day-block
  .coupons-list
  .coupon-block
  .details-block
  .pull_bronze,
.calendar-coupons
  .day-block
  .coupons-list
  .coupon-block
  .details-block
  .pull_gold,
.calendar-coupons
  .day-block
  .coupons-list
  .coupon-block
  .details-block
  .pull_silver,
.calendar-coupons
  .day-block
  .coupons-list
  .coupon-block
  .details-block
  .pull_tot {
  float: left;
  width: 65px;
  margin: 3px 0 0 0;
  background: url(/static/i/pull_coints.png) no-repeat;
  padding: 0 0 0 22px;
  font-size: 12px;
  color: #333;
}
.calendar-coupons
  .day-block
  .coupons-list
  .coupon-block
  .details-block
  .pull_tot {
  background: url(/static/i/pull_coints_totup.png) no-repeat;
}
.calendar-coupons
  .day-block
  .coupons-list
  .coupon-block
  .details-block
  .pull_bronze {
  background: url(/static/i/pull_coints_bronze.png) no-repeat;
}
.calendar-coupons
  .day-block
  .coupons-list
  .coupon-block
  .details-block
  .pull_silver {
  background: url(/static/i/pull_coints_silver.png) no-repeat;
} */
.calendar-coupons
  .day-block
  .coupons-list
  .coupon-block
  .details-block
  .tags-list {
  margin: 0;
}
.calendar-coupons
  .day-block
  .coupons-list
  .coupon-block
  .details-block
  .tags-list
  .tag {
  font-size: 11px;
  color: #000;
  opacity: 0.8;
  padding: 3px 6px;
  margin: 0 2px;
  cursor: auto;
}
.calendar-coupons .day-block .coupons-list .coupon-block .size-block {
  width: 10%;
  box-sizing: border-box;
  padding: 4px 0 4px 20px;
  float: left;
  color: #333;
}
.calendar-coupons .day-block .coupons-list .coupon-block .size-block .size {
  position: relative;
  cursor: pointer;
  cursor: hand;
  border-bottom: 1px dotted;
  display: inline-block;
  font-style: italic;
  font-size: 12px;
  text-transform: lowercase;
}
.calendar-coupons
  .day-block
  .coupons-list
  .coupon-block
  .size-block
  .size
  .games-list-cloud {
  display: none;
  position: absolute;
  right: 0;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 20px 20px 20px;
  color: #fff;
  font-size: 11px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  white-space: nowrap;
  text-transform: none;
}
.calendar-coupons
  .day-block
  .coupons-list
  .coupon-block
  .size-block
  .size
  .games-list-cloud
  p {
  margin: 5px 0 0 0;
}
.calendar-coupons
  .day-block
  .coupons-list
  .coupon-block
  .size-block
  .size:hover
  .games-list-cloud {
  display: block;
}
/* .calendar-coupons .day-block .coupons-list .coupon-block:first-child {
  border: 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
} */
/* .calendar-coupons .day-block .coupons-list .coupon-block:last-child {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
} */
.calendar-coupons .day-block .coupons-list .coupon-block .bets-made {
  position: absolute;
  top: 50%;
  right: -40px;
  padding: 0;
  margin-top: -18px;
}
.calendar-coupons
  .day-block
  .coupons-list
  .coupon-block
  .bets-made
  .bets-made-cloud {
  display: none;
  position: absolute;
  right: -100px;
  bottom: 40px;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 20px 10px 20px;
  color: #fff;
  font-size: 11px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  white-space: nowrap;
  text-transform: none;
}
.calendar-coupons
  .day-block
  .coupons-list
  .coupon-block
  .bets-made:hover
  .bets-made-cloud {
  display: block;
}
.calendar-coupons .day-block .coupons-list .coupon-block:hover .date .time {
  display: none;
}
.calendar-coupons .day-block .coupons-list .coupon-block:hover .date .after {
  display: block;
}
.calendar-coupons
  .day-block
  .coupons-list
  .coupon-block:hover
  .details-block
  .name {
  text-decoration: underline;
}
.calendar-coupons .day-block .coupons-list .already_started {
  background: #e4e4e4;
}
.calendar-coupons .day-block .coupons-list .already_started .date,
.calendar-coupons .day-block .coupons-list .already_started .href_small a,
.calendar-coupons .day-block .coupons-list .already_started .name a,
.calendar-coupons .day-block .coupons-list .already_started .size,
.calendar-coupons .day-block .coupons-list .already_started .timer {
  color: #a0a0a0 !important;
}
.calendar-coupons .day-block .coupons-list .already_started .disabled {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 10;
}
.coupon-report {
  background: #fff;
  padding: 20px;
  margin: 0 auto;
}
.coupon-report > table {
  width: 100%;
  text-align: left;
  border-bottom: 1px #c5c5c5 solid;
}
.coupon-report > table tr th {
  padding: 8px 5px 8px 10px;
  border-bottom: 1px #c5c5c5 solid;
  background: #f5f5f5;
}
.coupon-report > table tr td {
  padding: 6px 5px 6px 10px;
  vertical-align: middle;
}
.coupon-report > table tr td table.table_pointsEarned_more,
.coupon-report > table tr td table.table_pointsevents_more {
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
  width: 100%;
}
.coupon-report > table tr td table.table_pointsEarned_more tr td:last-child,
.coupon-report > table tr td table.table_pointsEarned_more tr th:last-child,
.coupon-report > table tr td table.table_pointsevents_more tr td:last-child,
.coupon-report > table tr td table.table_pointsevents_more tr th:last-child {
  font-weight: 700;
  text-align: right;
}
.coupon-report > table tr td table.table_pointsEarned_more tr th,
.coupon-report > table tr td table.table_pointsevents_more tr th {
  padding: 4px 15px;
}
.coupon-report > table tr td table.table_pointsEarned_more tr td,
.coupon-report > table tr td table.table_pointsevents_more tr td {
  background: #fff;
  padding: 5px 15px;
}
.coupon-report > table tr td table.table_pointsEarned_more tr:last-child td,
.coupon-report > table tr td table.table_pointsevents_more tr:last-child td {
  border-top: 3px solid #c5c5c5;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}
.coupon-report
  > table
  tr
  td
  table.table_pointsEarned_more
  tr:last-child
  td
  span,
.coupon-report
  > table
  tr
  td
  table.table_pointsevents_more
  tr:last-child
  td
  span {
  color: #ccc;
}
.coupon-report > table tr:nth-child(2n + 1) {
  background: #f1f8ff;
}
.coupon-report > table tr:nth-child(2n + 2) {
  background: #fcfdff;
}
.coupon-report > table tr.my-bet {
  background: #90ee90;
}
.coupon-report .more {
  color: #428bca;
  cursor: pointer;
  cursor: hand;
  border-bottom: 1px dashed;
  text-decoration: none;
  font-weight: 700;
}
.coupon-report .td_pointsEarned_more {
  padding: 0 !important;
}
.coupon-report .td_pointsEarned_more > div {
  position: relative;
  margin: 10px 20px 20px 35px;
}
.coupon-report .td_pointsEarned_more > div:after {
  content: "";
  display: block;
  width: 15px;
  height: 20px;
  position: absolute;
  left: -25px;
  top: 5px;
  background: url(/static/i/icons/reply.png);
}
.coupon-report .td_pointsevents_more {
  padding: 0 !important;
}
.coupon-report .td_pointsevents_more div {
  position: relative;
  margin: 10px 20px 20px 40px;
  text-align: left;
}
.coupon-report .td_pointsevents_more div:after {
  content: "";
  display: block;
  width: 15px;
  height: 20px;
  position: absolute;
  left: -25px;
  top: 5px;
  background: url(/static/i/icons/reply.png);
}
.coupon-report .coupon-bet .stake-block {
  display: none;
}
.coupon-results .coupon h1 {
  display: none;
}
.coupon-results .report {
  text-align: center;
  padding: 10px 0 10px 0;
}
.coupon-results .report .download_excel,
.coupon-results .report .open_calculation {
  display: inline-block;
  background: url(/static/i/excel.png) left top no-repeat;
  padding: 3px 0 0 45px;
  min-height: 47px;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
  margin: 0 40px 0 40px;
}
.coupon-results .report .download_excel span:first-child,
.coupon-results .report .open_calculation span:first-child {
  color: #666;
  font-size: 15px;
  display: block;
}
.coupon-results .report .download_excel span:last-child,
.coupon-results .report .open_calculation span:last-child {
  font-size: 12px;
  display: block;
}
.coupon-results .report .open_calculation {
  background: url(/static/i/calculation.png) left top no-repeat;
}
.forecast-fact-block {
  zoom: 1;
}
.forecast-fact-block:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.forecast-fact-block h1 {
  font-size: 14px;
  margin: 10px 0 3px 5px;
}
.page404 {
  background: #2e4b67;
}

.page404 .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  bottom: 0;
  box-shadow: inset 0 0 800px 50px #07192a;
}
.page404 .content .block {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -85px 0 0 -250px;
  width: 500px;
}
.page404 .content .block h1 {
  color: #fff;
  text-shadow: none;
}
.page404 .content .block h4 {
  color: #fff;
  text-shadow: none;
  font-weight: 400;
  font-size: 15px;
}
.page404 .content .block .gotomain {
  text-align: center;
  font-size: 18px;
  padding: 20px 0 0 0;
}
.page404 .content .block .gotomain a {
  color: #fff;
  text-decoration: underline;
}
.new_main .top_three_blocks {
  zoom: 1;
  white-space: normal;
}
.new_main .top_three_blocks:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.new_main .top_three_blocks ul.ulclear li {
  width: 31.5%;
  max-width: 300px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 8px 0 8px 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  position: relative;
}
.new_main .top_three_blocks ul.ulclear li .header {
  min-height: 1px;
  background: 0 0;
  padding: 0 0 7px 10px;
}
.new_main .top_three_blocks ul.ulclear li .header h3 {
  font-size: 15px;
  margin: 0;
}
.new_main .top_three_blocks ul.ulclear li .content {
  padding: 4px;
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.new_main .top_three_blocks ul.ulclear li .content a:hover {
  color: #fff !important;
}
.new_main .top_three_blocks ul.ulclear li .content .foto {
  position: relative;
  background: #333;
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.new_main .top_three_blocks ul.ulclear li .content .foto .name {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  background: rgba(42, 103, 155, 0.8);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.6);
  padding: 7px 10px 7px 10px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.new_main .top_three_blocks ul.ulclear li .content #owl_slider_new_main .foto {
  display: none;
}
.new_main .top_three_blocks ul.ulclear li .ribbon-wrapper-green {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 50;
}
.new_main .top_three_blocks ul.ulclear li .ribbon-wrapper-green .ribbon-green {
  font: 700 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 28px;
  width: 160px;
  background-color: #bfdc7a;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#bfdc7a),
    to(#8ebf45)
  );
  background-image: -webkit-linear-gradient(top, #bfdc7a, #8ebf45);
  background-image: -moz-linear-gradient(top, #bfdc7a, #8ebf45);
  background-image: -ms-linear-gradient(top, #bfdc7a, #8ebf45);
  background-image: -o-linear-gradient(top, #bfdc7a, #8ebf45);
  color: #6a6340;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.new_main
  .top_three_blocks
  ul.ulclear
  li
  .ribbon-wrapper-green
  .ribbon-green:after,
.new_main
  .top_three_blocks
  ul.ulclear
  li
  .ribbon-wrapper-green
  .ribbon-green:before {
  content: "";
  border-top: 3px solid #6e8900;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}
.new_main
  .top_three_blocks
  ul.ulclear
  li
  .ribbon-wrapper-green
  .ribbon-green:before {
  left: 0;
}
.new_main
  .top_three_blocks
  ul.ulclear
  li
  .ribbon-wrapper-green
  .ribbon-green:after {
  right: 0;
}
.new_main .top_three_blocks ul.ulclear li.clear {
  background: 0 0;
  border: 0;
  box-shadow: none;
}
.new_main .top_three_blocks #owl_slider_new_main {
  background: #333;
}
.new_main .top_three_blocks #owl_slider_new_main .owl-controls {
  margin: 0;
}
.new_main .top_three_blocks #owl_slider_new_main .owl-controls .owl-buttons {
  position: absolute;
  top: -34px;
  right: 5px;
}
.new_main
  .top_three_blocks
  #owl_slider_new_main
  .owl-controls
  .owl-buttons
  .owl-next,
.new_main
  .top_three_blocks
  #owl_slider_new_main
  .owl-controls
  .owl-buttons
  .owl-prev {
  border-radius: 0;
  padding: 0;
  background-color: none;
  opacity: 0.7;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
}
.new_main
  .top_three_blocks
  #owl_slider_new_main
  .owl-controls
  .owl-buttons
  .owl-prev {
  left: -58px;
  background: url(/static/i/icons/left_new_main_slider.png);
}
.new_main
  .top_three_blocks
  #owl_slider_new_main
  .owl-controls
  .owl-buttons
  .owl-prev:hover {
  margin-left: -1px;
  opacity: 1;
}
.new_main
  .top_three_blocks
  #owl_slider_new_main
  .owl-controls
  .owl-buttons
  .owl-next {
  right: 0;
  background: url(/static/i/icons/right_new_main_slider.png);
}
.new_main
  .top_three_blocks
  #owl_slider_new_main
  .owl-controls
  .owl-buttons
  .owl-next:hover {
  margin-right: -1px;
  opacity: 1;
}
.new_main .top_three_blocks #owl_slider_new_main .owl-controls .owl-pagination {
  position: absolute;
  top: 10px;
  left: 6px;
}
.new_main
  .top_three_blocks
  #owl_slider_new_main
  .owl-controls
  .owl-pagination
  .owl-page {
  margin-right: 3px;
  margin-left: 3px;
  float: left;
  background: #7fb1dc;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.new_main
  .top_three_blocks
  #owl_slider_new_main
  .owl-controls
  .owl-pagination
  .owl-page
  span {
  display: none !important;
}
.new_main
  .top_three_blocks
  #owl_slider_new_main
  .owl-controls
  .owl-pagination
  .active {
  background: #cee8ff;
}
.new_main .text {
  margin-top: 30px;
}
/* .block_flashes {
  zoom: 1;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 2px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
  background: #333;
  margin: 4px 0 0 8px;
  vertical-align: top;
}
.block_flashes:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.block_flashes div {
  float: left;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #0a570a;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
}
@keyframes flicker {
  0%,
  30% {
    background-color: #107410;
  }
  100%,
  70% {
    background-color: #5fff5f;
  }
}
@-webkit-keyframes flicker {
  0% {
    background-color: #107410;
  }
  100% {
    background-color: #5fff5f;
  }
}
.block_flashes div:first-child {
  animation: flicker 1s 0s steps(10) infinite alternate;
  -webkit-animation: flicker 1s 0s steps(10) infinite alternate;
}
.block_flashes div:last-child {
  animation: flicker 1s 1s steps(10) infinite alternate;
  -webkit-animation: flicker 1s 1s steps(10) infinite alternate;
  margin: 0 0 0 4px;
} */
.coupon_list {
  margin-top: 30px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 15px 0 20px 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  position: relative;
}
.coupon_list.coupon-prize-collection {
  background: #f5f3e0;
  padding: 15px 0 30px 0;
}
.coupon_list.coupon-prize-collection .more_about {
  display: none;
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 13px;
}
.coupon_list.coupon-prize-collection .show_all {
  display: none;
  font-size: 13px;
  position: absolute;
  right: 15px;
  bottom: 7px;
}
.coupon_list.coupon-prize-collection:hover .more_about,
.coupon_list.coupon-prize-collection:hover .show_all {
  display: block;
}
.coupon_list .header {
  min-height: 1px;
  background: 0 0;
  padding: 0 0 15px 20px;
}
.coupon_list .header h1 {
  margin: 0;
}
.coupon_list .content {
  padding: 0;
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.coupon_list .content .coupons-list {
  zoom: 1;
}
.coupon_list .content .coupons-list:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.coupon_list .content .coupons-list .coupon-block {
  zoom: 1;
  border-top: 1px dashed #ddd;
  position: relative;
  display: block;
  text-decoration: none;
}
.coupon_list .content .coupons-list .coupon-block:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.coupon_list .content .coupons-list .coupon-block .foto {
  padding: 4px 0 4px 20px;
  float: left;
  width: 5%;
  box-sizing: border-box;
}
.coupon_list .content .coupons-list .coupon-block .date {
  box-sizing: border-box;
  padding: 6px 0 4px 20px;
  margin-left: 0;
  width: 20%;
  float: left;
  font-size: 13px;
  text-align: center;
  color: #333;
}
.coupon_list .content .coupons-list .coupon-block .date .after {
  display: none;
  font-weight: 700;
  color: #333;
}
.coupon_list .content .coupons-list .coupon-block .details-block {
  width: 65%;
  box-sizing: border-box;
  padding: 4px 0 4px 20px;
  float: left;
}
/* .coupon_list .content .coupons-list .coupon-block .details-block .pull,
.coupon_list .content .coupons-list .coupon-block .details-block .pull_bronze,
.coupon_list .content .coupons-list .coupon-block .details-block .pull_gold,
.coupon_list .content .coupons-list .coupon-block .details-block .pull_silver,
.coupon_list .content .coupons-list .coupon-block .details-block .pull_tot {
  float: left;
  width: 65px;
  margin: 3px 0 0 0;
  background: url(/static/i/pull_coints.png) no-repeat;
  padding: 0 0 0 22px;
  font-size: 12px;
  color: #333;
}
.coupon_list .content .coupons-list .coupon-block .details-block .pull_tot {
  background: url(/static/i/pull_coints_totup.png) no-repeat;
}
.coupon_list .content .coupons-list .coupon-block .details-block .pull_bronze {
  background: url(/static/i/pull_coints_bronze.png) no-repeat;
}
.coupon_list .content .coupons-list .coupon-block .details-block .pull_silver {
  background: url(/static/i/pull_coints_silver.png) no-repeat;
}
.coupon_list .content .coupons-list .coupon-block .details-block .tags-list {
  margin: 0;
} */
.coupon_list
  .content
  .coupons-list
  .coupon-block
  .details-block
  .tags-list
  .tag {
  font-size: 11px;
  color: #000;
  opacity: 0.8;
  padding: 3px 6px;
  margin: 0 2px;
  cursor: auto;
}
.coupon_list .content .coupons-list .coupon-block .size-block {
  width: 10%;
  box-sizing: border-box;
  padding: 4px 0 4px 20px;
  float: left;
  color: #333;
}
.coupon_list .content .coupons-list .coupon-block .size-block .size {
  position: relative;
  cursor: pointer;
  cursor: hand;
  border-bottom: 1px dotted;
  display: inline-block;
  font-style: italic;
  font-size: 12px;
  text-transform: lowercase;
}
.coupon_list
  .content
  .coupons-list
  .coupon-block
  .size-block
  .size
  .games-list-cloud {
  display: none;
  position: absolute;
  right: 0;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 20px 20px 20px;
  color: #fff;
  font-size: 11px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  white-space: nowrap;
  text-transform: none;
}
.coupon_list
  .content
  .coupons-list
  .coupon-block
  .size-block
  .size
  .games-list-cloud
  p {
  margin: 5px 0 0 0;
}
.coupon_list
  .content
  .coupons-list
  .coupon-block
  .size-block
  .size:hover
  .games-list-cloud {
  display: block;
}
.coupon_list .content .coupons-list .coupon-block .bets-made {
  position: absolute;
  top: 50%;
  right: -40px;
  padding: 0;
  margin-top: -18px;
}
.coupon_list .content .coupons-list .coupon-block .bets-made .bets-made-cloud {
  display: none;
  position: absolute;
  right: -100px;
  bottom: 40px;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 20px 10px 20px;
  color: #fff;
  font-size: 11px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  white-space: nowrap;
  text-transform: none;
}
.coupon_list
  .content
  .coupons-list
  .coupon-block
  .bets-made:hover
  .bets-made-cloud {
  display: block;
}
.coupon_list .content .coupons-list .coupon-block:hover .date .time {
  display: none;
}
.coupon_list .content .coupons-list .coupon-block:hover .date .after {
  display: block;
}
.coupon_list .content .coupons-list .coupon-block:hover .details-block .name {
  text-decoration: underline;
}
.coupon_list .content .coupons-list .coupon-block:first-child {
  border-top: 0;
}
.coupon_list .content .coupons-list .already_started {
  background: #e4e4e4;
}
.coupon_list .content .coupons-list .already_started .date,
.coupon_list .content .coupons-list .already_started .href_small a,
.coupon_list .content .coupons-list .already_started .name a,
.coupon_list .content .coupons-list .already_started .size,
.coupon_list .content .coupons-list .already_started .timer {
  color: #a0a0a0 !important;
}
.coupon_list .content .coupons-list .already_started .disabled {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 10;
}
@media (max-width: 1120px) {
  .max_width {
    padding: 0 20px 0 20px;
  }
  .content .left_column {
    width: 220px;
    margin-right: 20px;
  }
}
@media (max-width: 1060px) {
  .content .right_column {
    display: none;
  }
  .header .header_content .logo_sign {
    display: none;
  }
  .header .header_content .menu ul li {
    font-size: 15px;
  }
  .header .header_content .block_right_top {
    margin-right: 0;
  }
}
.input {
  background: url(/static/i/input_bg.png) no-repeat;
  width: 174px;
  height: 26px;
  font-size: 14px;
  color: #b7b7b7;
  border: 0;
}
.submit {
  padding: 0 35px 7px 17px;
  height: 37px;
  border: 0 !important;
  text-align: center;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  cursor: hand;
}
.cs-note {
  padding: 3px 8px;
  margin-left: 5px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
}
.coupon_table {
  border-top: 1px solid #c5c5c5;
}
.coupon_table input {
  width: 40px;
  text-align: center;
  font-size: 18px;
}
.coupon_table select {
  font-size: 18px;
}
.coupon_table .table_zebra_date {
  font-size: 14px;
}
.coupon_table .table_zebra_time {
  font-size: 13px;
}
.coupon_table .title {
  padding: 5px 0 0 0;
}
.coupon_table .coupon_table_first {
  background: #e3eef8;
  padding: 10px 15px 10px 15px;
}
.coupon_table .coupon_table_other {
  background: #f7fbff;
  padding: 10px 15px 10px 15px;
  border-top: 1px solid #ececec;
}
.coupon_table .coupon_table1 {
  float: left;
  width: 30%;
  text-align: left;
}
.coupon_table .coupon_table2 {
  float: left;
  width: 30%;
  text-align: right;
}
.coupon_table .coupon_table2 input {
  float: right;
  margin: 0 0 0 6px;
}
.coupon_table .coupon_table2 label {
  float: right;
}
.coupon_table .coupon_table3 {
  float: left;
  width: 5%;
  font-size: 22px;
  text-align: center;
  padding: 4px 0 0 0;
}
.coupon_table .coupon_table4 {
  float: left;
  width: 35%;
  text-align: left;
}
.coupon_table .coupon_table4 input {
  float: left;
  margin: 0 6px 0 0;
}
.coupon_table .coupon_table4 label {
  float: left;
}
.coupon_table .coupon_table234 {
  float: left;
  width: 55%;
  text-align: center;
}
.couponsTable tr td {
  border-top: 1px solid #e0e0e0;
}
.couponsTable .date {
  font-size: 13px;
}
.couponsTable .time {
  font-size: 13px;
  font-weight: 700;
}
.couponsTable .href {
  font-size: 13px;
}
.couponsTable .href_small {
  padding: 0;
}
.couponsTable .href_small a {
  color: #3e4347;
}
.couponsTable .tag {
  display: inline-block;
  padding: 3px 5px 3px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 11px;
  opacity: 0.7;
}
.couponsTable ul {
  zoom: 1;
}
.couponsTable ul:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.couponsTable ul li {
  float: left;
  padding: 5px 10px 5px 10px;
  margin: 0 10px 10px 0;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  cursor: hand;
  opacity: 0.5;
}
.couponsTable ul li:hover span {
  border-bottom: 1px dashed;
  color: #000;
}
.couponsTable ul li.active {
  opacity: 1;
  color: #000;
}
.couponsTable ul li.all {
  background: #ccc;
}
.couponsTable .size {
  position: relative;
  cursor: pointer;
  cursor: hand;
  border-bottom: 1px dotted;
  display: inline-block;
  font-style: italic;
  font-size: 12px;
  text-transform: lowercase;
}
.couponsTable .size .cloud_game_list {
  display: none;
  position: absolute;
  right: 0;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 20px 20px 20px;
  color: #fff;
  font-size: 11px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  white-space: nowrap;
  text-transform: none;
}
.couponsTable .size .cloud_game_list p {
  margin: 5px 0 0 0;
}
.couponsTable .size:hover .cloud_game_list {
  display: block;
}
.box_tape_1 {
  width: 208px;
  height: 26px;
  background: url(/static/i/box_tape_1.png) top no-repeat;
}
.box_tape_2 {
  width: 208px;
  background: url(/static/i/box_tape_2.png) bottom no-repeat;
}
.box_tape_3 {
  padding: 10px 15px 15px 15px;
}
.box_point {
  position: relative;
  background: url(/static/i/box_point2.png) top;
  padding: 7px 15px 7px 60px;
  font-style: italic;
  color: #fff;
  font-size: 12px;
  margin: 40px 0 0 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  min-height: 48px;
  box-sizing: border-box;
}
.box_point a {
  color: #80c9f7;
}
.box_point:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 10px;
  width: 31px;
  height: 31px;
  background: url(/static/i/box_point3.png) no-repeat;
}
.box_point:before {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  width: 95px;
  height: 15px;
  background: url(/static/i/box_point1.png) no-repeat;
}
.box_point1 {
  background: url(/static/i/box_point1.png) no-repeat;
  height: 15px;
}
.box_point2 {
  background: url(/static/i/box_point2.png) top repeat-x;
}
.box_point3 {
  background: url(/static/i/box_point3.png) 15px no-repeat;
  padding: 15px 15px 15px 60px;
  font-style: italic;
  color: #fff;
  font-size: 12px;
}
.box_point3 a {
  color: #80c9f7;
}
.slides_pagination {
  position: absolute;
  top: -14px;
  right: 50px;
  z-index: 10;
  padding: 10px 0 10px 25px;
  background: url(/static/i/slider_block_button1.png);
}
.slides_pagination li {
  float: left;
  list-style: none;
  background: url(/static/i/slider_off.png) no-repeat;
}
.slides_pagination li a {
  width: 17px;
  height: 17px;
  font-size: 0;
  display: block;
}
.slides_current {
  background: url(/static/i/slider_on.png) no-repeat !important;
}
.coupon_block_in_text {
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 1px 6px 1px 6px;
}
.block_bet_more {
  padding: 30px 30px 30px 30px;
  width: 600px;
}
.block_bet_more .more {
  color: #428bca;
  cursor: pointer;
  cursor: hand;
  border-bottom: 1px dashed;
}
.block_bet_more table {
  text-align: left;
  border: 1px #c5c5c5 solid;
}
.block_bet_more table tr th {
  padding: 8px 10px 8px 10px;
  border-bottom: 1px #c5c5c5 solid;
  background: #f5f5f5;
}
.block_bet_more table tr td {
  padding: 6px 10px 6px 10px;
  vertical-align: middle;
}
.block_bet_more table tr:nth-child(2n + 1) {
  background: #f1f8ff;
}
.block_bet_more table tr:nth-child(2n + 2) {
  background: #fcfdff;
}
.block_bet_more .block_info {
  margin: 20px 0 0 0;
}
.block_bet_more .block_info table tr td {
  font-size: 15px;
}
.block_bet_more .block_info table tr td:first-child {
  font-weight: 700;
  text-align: right;
}
.block_bet_more .pointsevents {
  margin: 40px 0 0 0;
}
.block_bet_more .pointsevents table {
  width: 100%;
}
.block_bet_more .pointsevents table tr td:last-child,
.block_bet_more .pointsevents table tr th:last-child {
  font-weight: 700;
  text-align: right;
}
.block_bet_more .pointsevents table tr:last-child td {
  border-top: 3px solid #c5c5c5;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}
.block_bet_more .pointsevents table tr:last-child td span {
  color: #ccc;
}
.block_bet_more .pointscriterion {
  margin: 40px 0 0 0;
}
.block_bet_more .pointscriterion table {
  width: 100%;
}
.block_bet_more .pointscriterion table tr td:last-child,
.block_bet_more .pointscriterion table tr th:last-child {
  font-weight: 700;
  text-align: right;
}
.block_bet_more .pointscriterion table tr:last-child td {
  border-top: 3px solid #c5c5c5;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}
.block_bet_more .pointscriterion table tr:last-child td span {
  color: #ccc;
}
/* .page_wide {
} */
.coupon_rules,
.static_pages {
  white-space: normal;
}
.coupon_rules .table,
.static_pages .table {
  display: inline-block;
  border: 2px solid #7dbbee;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}
.coupon_rules table,
.static_pages table {
  margin: -1px -1px -1px -1px;
}
.coupon_rules table tr th,
.static_pages table tr th {
  border: 1px solid #ccc;
  padding: 3px 10px;
  font-weight: 700;
  background: #e7f0ff;
  vertical-align: middle;
}
.coupon_rules table tr td,
.static_pages table tr td {
  font-size: 12px;
  border: 1px solid #ccc;
  padding: 3px 10px;
  vertical-align: middle;
  background: #f7f7f7;
}
.coupon_rules table tr td.color0,
.static_pages table tr td.color0 {
  background: rgba(140, 197, 64, 0.01);
}
.coupon_rules table tr td.color5,
.static_pages table tr td.color5 {
  background: rgba(140, 197, 64, 0.05);
}
.coupon_rules table tr td.color10,
.static_pages table tr td.color10 {
  background: rgba(140, 197, 64, 0.1);
}
.coupon_rules table tr td.color15,
.static_pages table tr td.color15 {
  background: rgba(140, 197, 64, 0.15);
}
.coupon_rules table tr td.color20,
.static_pages table tr td.color20 {
  background: rgba(140, 197, 64, 0.2);
}
.coupon_rules table tr td.color25,
.static_pages table tr td.color25 {
  background: rgba(140, 197, 64, 0.25);
}
.coupon_rules table tr td.color30,
.static_pages table tr td.color30 {
  background: rgba(140, 197, 64, 0.3);
}
.coupon_rules table tr td.color35,
.static_pages table tr td.color35 {
  background: rgba(140, 197, 64, 0.35);
}
.coupon_rules table tr td.color40,
.static_pages table tr td.color40 {
  background: rgba(140, 197, 64, 0.4);
}
.coupon_rules table tr td.color45,
.static_pages table tr td.color45 {
  background: rgba(140, 197, 64, 0.45);
}
.coupon_rules table tr td.color50,
.static_pages table tr td.color50 {
  background: rgba(140, 197, 64, 0.5);
}
.coupon_rules table tr td.color55,
.static_pages table tr td.color55 {
  background: rgba(140, 197, 64, 0.55);
}
.coupon_rules table tr td.color60,
.static_pages table tr td.color60 {
  background: rgba(140, 197, 64, 0.6);
}
.coupon_rules table tr td.color65,
.static_pages table tr td.color65 {
  background: rgba(140, 197, 64, 0.65);
}
.coupon_rules table tr td.color70,
.static_pages table tr td.color70 {
  background: rgba(140, 197, 64, 0.7);
}
.coupon_rules table tr td.color75,
.static_pages table tr td.color75 {
  background: rgba(140, 197, 64, 0.75);
}
.coupon_rules table tr td.color80,
.static_pages table tr td.color80 {
  background: rgba(140, 197, 64, 0.8);
}
.coupon_rules table tr td.color85,
.static_pages table tr td.color85 {
  background: rgba(140, 197, 64, 0.85);
}
.coupon_rules table tr td.color90,
.static_pages table tr td.color90 {
  background: rgba(140, 197, 64, 0.9);
}
.coupon_rules table tr td.color95,
.static_pages table tr td.color95 {
  background: rgba(140, 197, 64, 0.95);
}
.coupon_rules table tr td.color100,
.static_pages table tr td.color100 {
  background: #8cc540;
}
.coupon_rules .faq .answer,
.coupon_rules .faq .question,
.static_pages .faq .answer,
.static_pages .faq .question {
  position: relative;
  margin: 0 0 0 60px;
}
.coupon_rules .faq .answer span,
.coupon_rules .faq .question span,
.static_pages .faq .answer span,
.static_pages .faq .question span {
  position: absolute;
  left: -70px;
  width: 60px;
  text-align: right;
  color: #999;
  font-weight: 400;
  font-size: 12px;
}
.coupon_rules .faq .question,
.static_pages .faq .question {
  font-weight: 700;
  font-size: 14px;
  color: #333;
}
.coupon_rules .faq .question span,
.static_pages .faq .question span {
  margin-top: 2px;
}
.coupon_rules .faq .answer,
.static_pages .faq .answer {
  margin-top: 3px;
  padding: 0 0 30px 0;
}
.coupon_rules .forecast_evaluation .expand_title,
.static_pages .forecast_evaluation .expand_title {
  font-weight: 400;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  cursor: hand;
  border-bottom: 1px dashed;
}
.coupon_rules .forecast_evaluation .expand_content,
.static_pages .forecast_evaluation .expand_content {
  display: none;
  border-left: 1px solid #ccc;
  padding: 0 0 0 15px;
  margin: 10px 0 20px 0;
}
.payer-delete-button {
    float: right;
}
/* .block_message {
  background: url(/static/i/blue_bg.jpg) right;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 50px 0 50px 0;
  text-align: center;
} */
.block_message h1 {
  max-width: 500px;
  margin: 0 auto 0 auto;
  color: #fff;
  text-shadow: none;
}
.block_message .message {
  max-width: 500px;
  margin: 40px auto 0 auto;
  color: #fff;
}
.block_message .button {
  margin: 20px auto 0 auto;
}
.container1 {
  padding: 10px 20px 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px -10px #000 inset;
  display: inline-block;
}
/* .row_top_bottom {
  text-align: center;
  font-size: 1em;
  border-top: 1px solid #3b73a1;
  border-bottom: 1px solid #3b73a1;
}
.row_top_bottom > td {
  padding: 10px;
  vertical-align: middle;
} */
.min-height td {
  height: 1.5em;
  vertical-align: middle;
}
