/* LEFT MENU + CONTENT */
#fsbody > #fscon > .fs-table > .table-main tr.league.primary-top,
.my-leagues .head,
ul.menu.my-leagues li.head,
.fs-table .odds-content tr.league.primary-top {
  background: #741414;
  /* Old browsers */
  background: -moz-linear-gradient(to bottom, #741414 30%, #5A0E0E 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #741414), color-stop(100%, #5A0E0E));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(to bottom, #741414 30%, #5A0E0E 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(to bottom, #741414 30%, #5A0E0E 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(to bottom, #741414 30%, #5A0E0E 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #741414 30%, #5A0E0E 100%);
  /* W3C */
}
#my-leagues-list .myLeagueInfo {
  padding: 3px 10px;
}
#my-leagues-list li.banner {
  padding-top: 10px;
  min-height: 0;
  margin: 0;
}
#my-leagues-list li.banner.empty-banner {
  padding: 0;
  border: 0;
}
#my-leagues-list li.banner.last-item-banner {
  margin-bottom: -11px;
}
#my-leagues-list li.banner.empty-banner.last-item-banner {
  margin-bottom: 0;
}
.menu.country-list ul li,
.menu ul li {
  position: relative;
}
#tomyteams {
  display: inline;
}
.fs-table tr.team.primary-top,
ul.menu.my-teams li.head,
.my-teams .head {
  background: #741414;
  /* Old browsers */
  background: -moz-linear-gradient(to bottom, #741414 30%, #5A0E0E 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #741414), color-stop(100%, #5A0E0E));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(to bottom, #741414 30%, #5A0E0E 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(to bottom, #741414 30%, #5A0E0E 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(to bottom, #741414 30%, #5A0E0E 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #741414 30%, #5A0E0E 100%);
  /* W3C */
}
#my-teams-list .myTeamInfo {
  padding: 3px 10px;
}
.menu.country-list ul li,
.menu ul li {
  position: relative;
}
span.team-logo {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-repeat: no-repeat;
}
#my-teams table.golf.no-duel tbody td {
  border-top: none;
}
#lsid-content a[role=button] {
  cursor: pointer;
}
#lsid-content .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: text-top;
  background: url(../../../../res/_fs/build/icon-user.f079153.png) no-repeat;
}
#lsid-content .user {
  color: var(--color-white);
  position: relative;
}
#lsid-content .user.lsid-rounded-box {
  padding-left: 5px;
  padding-right: 0;
  height: 19px;
  display: flex;
  align-items: center;
}
#lsid-content .user.lsid-rounded-box .lsid-dropdown {
  height: 24px;
  display: flex;
  align-items: center;
  flex: 1;
}
.flat #lsid-content .user.lsid-rounded-box .lsid-dropdown {
  flex: 0 1 auto;
}
#lsid-content .user.lsid-rounded-box .lsid-dropdown .wrapperArrow {
  height: 24px;
  width: 24px;
  border-left: 1px solid #222;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
#lsid-content .user.lsid-rounded-box .lsid-dropdown .wrapperArrow #arrow.icon {
  background: url(../../../../res/_fs/build/icon-arrow-gray.52bfdb2.png) no-repeat;
  width: 15px;
}
#lsid-content .user.lsid-rounded-box .lsid-dropdown .wrapperArrow .arrow-rotation {
  transform: rotate(180deg);
}
#lsid-content .user.lsid-rounded-box .lsid-dropdown:hover #arrow.icon {
  background: url(../../../../res/_fs/build/icon-arrow-white.87c5f2f.png) no-repeat;
}
#lsid-content .user .button {
  display: flex;
  height: 24px;
  width: 24px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #222;
  cursor: pointer;
}
#lsid-content .user #signOut.icon {
  background: url(../../../../res/_fs/build/icon-logout-gray.bf68555.png) no-repeat;
  width: 24px;
  height: 24px;
  background-position: center center;
}
#lsid-content .user #signOut.icon:hover {
  background: url(../../../../res/_fs/build/icon-logout-white.010aec9.png) no-repeat;
  width: 24px;
  height: 24px;
  background-position: center center;
}
#lsid-content .user .email {
  display: inline-block;
  margin-left: 5px;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#lsid-content .user .lsidSpacer {
  flex: 1;
}
#lsid-content {
  position: relative;
  cursor: pointer;
}
#lsid-content .settings-list {
  display: none;
  width: calc(100% - 24px);
  margin-left: 0;
  list-style-type: none;
  background-color: var(--color-background-1);
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3);
  top: 14px;
  left: 0;
  position: absolute;
}
#lsid-content .settings-list li {
  display: block;
  height: 29px;
  line-height: 29px;
  border-bottom: 1px solid #858585;
}
#lsid-content .settings-list a {
  display: block;
  height: 100%;
  padding-left: 4px;
  font-size: 100%;
  font-weight: bold;
  text-transform: uppercase;
}
#lsid-content .settings-list a.icon-change-password:hover span {
  background-image: url(../../../../res/_fs/build/icon-change-password-white.250ddb6.png);
}
#lsid-content .settings-list a.icon-delete-account:hover span {
  background-image: url(../../../../res/_fs/build/icon-delete-account-white.38fd165.png);
}
#lsid-content .settings-list .icon-change-password > span {
  background: url(../../../../res/_fs/build/icon-change-password-gray.bd301b8.png) no-repeat;
}
#lsid-content .settings-list .icon-delete-account > span {
  background: url(../../../../res/_fs/build/icon-delete-account-gray.e2b6c53.png) no-repeat;
}
#lsid-content .settings-list .icon {
  margin-top: -3px;
  padding-right: 5px;
}
.buttons .lsid-rounded-box {
  float: left;
  margin-right: 10px;
  max-width: 140px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}
.buttons .lsid-rounded-box:hover {
  text-decoration: underline;
}
.lsid-rounded-box {
  margin-bottom: 3px;
  padding: 1px 8px 2px;
  line-height: 19px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  border: 1px solid #550000;
  background: #d40000;
  /* Old browsers */
  background: -moz-linear-gradient(to bottom, #d40000 0%, #940000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d40000), color-stop(100%, #940000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(to bottom, #d40000 0%, #940000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(to bottom, #d40000 0%, #940000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(to bottom, #d40000 0%, #940000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d40000 0%, #940000 100%);
  /* W3C */
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: var(--color-white);
  overflow: hidden;
  text-overflow: ellipsis;
}
.lsid-rounded-box#signIn,
.lsid-rounded-box#registration {
  max-width: 192px;
  margin-bottom: 8px;
}
.lsid-rounded-box.black {
  border-color: #222;
  background: #464546;
  /* Old browsers */
  background: -moz-linear-gradient(to bottom, #464546 0%, #1e191f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #464546), color-stop(100%, #1e191f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(to bottom, #464546 0%, #1e191f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(to bottom, #464546 0%, #1e191f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(to bottom, #464546 0%, #1e191f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #464546 0%, #1e191f 100%);
  /* W3C */
}
.lsid-rounded-box.blue {
  border-color: #002e55;
  background: #324b86;
  /* Old browsers */
  background: -moz-linear-gradient(to bottom, #4262a7 0%, #283b70 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4262a7), color-stop(100%, #283b70));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(to bottom, #4262a7 0%, #283b70 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(to bottom, #4262a7 0%, #283b70 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(to bottom, #4262a7 0%, #283b70 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4262a7 0%, #283b70 100%);
  /* W3C */
}
.lsid-rounded-box.twitter-blue {
  border-color: #1c748d;
  background: #03a9de;
  /* Old browsers */
  background: -moz-linear-gradient(to bottom, #06bcf3 0%, #089ecf);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #06bcf3), color-stop(100%, #089ecf));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(to bottom, #06bcf3 0%, #089ecf);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(to bottom, #06bcf3 0%, #089ecf);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(to bottom, #06bcf3 0%, #089ecf);
  /* IE10+ */
  background: linear-gradient(to bottom, #06bcf3 0%, #089ecf);
  /* W3C */
}
.lsid-rounded-box.google-red {
  border-color: #722112;
  background: #cc3625;
  /* Old browsers */
  background: linear-gradient(to bottom, #e74723 0%, #b82d26);
  /* W3C */
}
.lsid-rounded-box#signInFB,
.lsid-rounded-box#signInGoogle,
.lsid-rounded-box#signInTwitter {
  max-width: none;
  width: 192px;
  margin-bottom: 8px;
  text-align: left;
}
.signInFB .icon,
.signInGoogle .icon,
.signInTwitter .icon,
#signInFB .icon,
#signInGoogle .icon,
#signInTwitter .icon {
  margin: -5px 8px -5px -8px;
  display: inline-block;
  width: 25px;
  height: 24px;
  line-height: 24px;
  vertical-align: text-top;
  background: url(../../../../res/_fs/build/icons-lsid-social.956ace8.png) -1px -1px no-repeat;
}
.signInTwitter .icon,
#signInTwitter .icon {
  background-position: -1px -26px;
}
.signInGoogle .icon,
#signInGoogle .icon {
  background-position: -1px -51px;
}
#lsid-window-mask {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: none;
  background-color: black;
}
#lsid-messages {
  position: absolute;
  z-index: 999;
}
.lsid-messages .message {
  margin: 10px;
  width: 473px;
  padding: 10px 10px 10px 35px;
  border: 1px solid #A4C47B;
  font-weight: bold;
  background: url(../../../../res/_fs/build/icon-message.0baa814.gif) -990px 50% no-repeat #CCFFCC;
}
.lsid-messages .message.info {
  border: 1px solid #00A8FF;
  background-color: #EBFCFF;
  background-position: -2000px 50%;
  color: #278AB8;
}
.lsid-messages .message.err {
  border: 1px solid #FFAFAF;
  background-color: #FFEBEB;
  background-position: 10px 50%;
  color: red;
}
.lsid-messages .message a {
  color: inherit;
  text-decoration: underline;
}
.lsid-messages .message a:hover {
  text-decoration: none;
}
#lsid-window {
  position: fixed;
  display: none;
  background-color: var(--color-background-1);
  padding: 10px;
  /*border-radius: 4px;*/
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, var(--value-transparency-1));
  -moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, var(--value-transparency-1));
  box-shadow: 1px 1px 15px rgba(0, 0, 0, var(--value-transparency-1));
}
.detailbody .lsid-messages .message {
  width: auto;
}
.detailbody #lsid-window > div {
  min-width: 400px;
}
#lsid-window.long {
  position: absolute;
}
/* jQuery animation override by important */
#lsid-window > div {
  min-width: 450px;
  overflow: visible !important;
}
#lsid-window-close {
  position: relative;
  top: -26px;
  float: right;
  right: -26px;
  height: 33px;
  width: 33px;
  background: url(../../../../res/_fs/build/icons-lsid.b6e415a.png) no-repeat;
}
#lsid-window-close:hover {
  background-position: 0px -33px;
}
#lsid-main-dialog {
  width: 600px;
}
#lsid-window ul {
  margin: 0;
  padding: 0;
}
#lsid-window .tabs-menu {
  list-style-type: none;
  width: 100%;
  height: 24px;
  border-bottom: 5px solid #00407D;
}
#lsid-window .tabs-menu li {
  float: left;
  margin-right: 1px;
  border: none;
  border-bottom: 1px solid #BCBEAE;
  background-color: #9C9C9C;
  background-position: 0 -800px;
}
#lsid-window .tabs-menu li span {
  display: block;
  background-position: 100% -850px;
}
#lsid-window .tabs-menu li a {
  display: block;
  height: 23px;
  line-height: 23px;
  padding: 0 10px;
  text-decoration: none;
}
#lsid-window .tabs-menu li a:hover {
  text-decoration: underline;
}
#lsid-window .tabs-menu li a.unclickable:hover {
  text-decoration: none;
  cursor: default;
}
#lsid-window .tabs-menu li.selected {
  height: 24px;
  line-height: 24px;
  border: none;
  background-color: #00407D;
  background-position: 0 -200px;
}
#lsid-window .tabs-menu li.selected span {
  background-position: 100% -250px;
}
#lsid-window div.contents div.content {
  background-color: inherit;
}
#lsid-window div.contents > div.selected {
  display: block;
}
#lsid-window div.header {
  height: 23px;
  line-height: 23px;
  padding-left: 10px;
  border: 1px solid #BCBEAE;
  border-right: none;
  border-left: none;
  background: url(../../../../res/_fs/build/bg-label.4ca2b7b.gif) repeat-x top #343434;
  font-weight: bold;
}
#lsid-window div.content {
  padding: 10px;
}
#lsid-window span.button {
  display: inline-block;
  line-height: 15px;
  margin: 0px;
  margin-top: 10px;
  padding: 4px 10px 5px;
  border: solid 1px #0C3398;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #506FB9;
  background: -webkit-gradient(linear, left top, left bottom, from(#6F9AD0), to(#4C69C0));
  background: -moz-linear-gradient(to bottom, #6F9AD0, #4C69C0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6F9AD0', endColorstr='#4C69C0');
  color: #DDE4FA;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
  text-decoration: none;
  font-size: 11px;
}
#lsid-window div.content a {
  text-decoration: underline;
  color: #00407D;
}
#lsid-window div.content a:hover {
  text-decoration: none;
}
#lsid-window form .lsid-messages .message {
  margin-left: 0px;
  margin-right: 0px;
  width: auto;
}
#lsid-window .form .captcha {
  margin-bottom: 10px;
  min-height: 129px;
}
#lsid-window strong .nobold {
  font-weight: normal;
}
#lsid-window form .email-form-element strong,
#lsid-window form .verification-code-form-element strong,
#lsid-window form .password-form-element strong,
#lsid-window form .password-confirm-form-element strong,
#lsid-window form#registration-form .captcha strong,
#lsid-window form .newpassword-form-element strong {
  display: block;
  margin: 10px 0 3px;
}
#lsid-window .verification form .email-form-element strong,
#lsid-window .settings form .password-form-element strong,
#lsid-window .passwordchange form .password-form-element strong,
#lsid-window .passwordchange form .newpassword-form-element strong {
  margin-top: 0px;
}
#lsid-window .passwordchange form .password-form-element {
  margin-bottom: 10px;
}
#lsid-window .verification form input[type="submit"],
#lsid-window .settings form input[type="submit"],
#lsid-window .forgottenPassword form input[type="submit"],
#lsid-window .passwordchange form input[type="submit"],
#lsid-window .registration-mail form input[type="submit"] {
  margin-top: 10px;
}
#lsid-window form .persist-form-element,
#lsid-window form .terms-form-element {
  margin: 5px 0;
}
#lsid-window form .persist-form-element strong,
#lsid-window form .terms-form-element strong {
  font-weight: normal;
}
#lsid-window form .terms-form-element input[type="checkbox"] {
  margin-left: 0px;
}
#lsid-window .recaptchatable .recaptcha_input_area {
  line-height: 1 !important;
}
/* google uses !important in css :( */
#lsid-window .recaptchatable * {
  color: inherit !important;
}
#lsid-window form input,
#lsid-window .recaptchatable #recaptcha_response_field {
  font-size: 11px;
}
/* google uses !important in css :( */
#lsid-window form input[type="text"],
#lsid-window form input[type="password"],
#lsid-window .recaptchatable #recaptcha_response_field {
  height: 19px;
  width: 249px;
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #B0B0B0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  color: inherit;
}
#lsid-window .error-box {
  display: none;
  margin: 10px 0;
  padding: 10px 10px 10px 35px;
  border: 1px solid #FFAFAF;
  background: url(../../../../res/_fs/build/icon-message.0baa814.gif) 10px 50% no-repeat #FFEBEB;
}
#lsid-window .error-box.visible {
  display: block;
}
#lsid-window form input.err-input[type="text"],
#lsid-window form input.err-input[type="password"],
#lsid-window .recaptchatable #recaptcha_response_field.err-input {
  background-color: #FDF5F5;
  border-width: 2px;
  border-color: #DD4B39;
}
#lsid-window form input[type="text"]:focus,
#lsid-window form input.err-input[type="text"]:focus,
#lsid-window form input[type="password"]:focus,
#lsid-window form input.err-input[type="password"]:focus,
#lsid-window .recaptchatable #recaptcha_response_field:focus,
#lsid-window .recaptchatable #recaptcha_response_field.err-input:focus {
  border-color: #4D90FE;
  QQbox-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}
#lsid-window form .err-msg {
  color: red;
  display: block;
  font-weight: bold;
}
#lsid-window form input[type="submit"] {
  line-height: 15px;
  margin: 0px;
  padding: 4px 10px 5px;
  border: solid 1px #980C10;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #D81B21;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED1C24), to(#AA1317));
  background: -moz-linear-gradient(to bottom, #ED1C24, #AA1317);
  background: -o-linear-gradient(to bottom, #ED1C24, #AA1317);
  background: linear-gradient(to bottom, #ED1C24, #AA1317);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED1C24', endColorstr='#AA1317');
  color: #FFFFFF;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}
#lsid-window form label strong {
  vertical-align: text-bottom;
  line-height: 16px;
}
#lsid-window form label input[type="checkbox"] {
  margin-right: 3px;
}
#lsid-window form input[type="submit"]:hover {
  text-decoration: underline;
}
#lsid-window .signInFB,
#lsid-window .signInGoogle,
#lsid-window .signInTwitter {
  height: 32px;
  line-height: 32px;
  width: auto;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
}
#lsid-window .signInFB:hover,
#lsid-window .signInGoogle:hover,
#lsid-window .signInTwitter:hover {
  text-decoration: underline;
}
#lsid-window .login .signInFB,
#lsid-window .login .signInGoogle,
#lsid-window .login .signInTwitter {
  margin-top: 10px;
  margin-right: 10px;
}
#lsid-window .registration .signInFB,
#lsid-window .registration .signInGoogle,
#lsid-window .registration .signInTwitter {
  margin: 10px;
  margin-right: 0px;
}
#lsid-window .registration-benefits {
  background-color: #F3FFE3;
  border: 1px solid #98D943;
  color: #499C00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  float: right;
  width: 260px;
}
#lsid-window .login .registration-benefits,
#lsid-window .registration .registration-benefits {
  margin-top: 10px;
}
#lsid-window .registration-benefits ul {
  margin: 10px 0 10px 0px;
}
#lsid-window .registration-benefits ul li {
  margin: 5px 0 5px;
  padding: 0 0 0 22px;
  list-style-type: none;
  background: url(../../../../res/_fs/build/icon-check.8595770.png) no-repeat left center;
}
#lsid-window .registration .registration-benefits ul {
  margin-bottom: -5px;
}
/* ----FS---- */
#lsid-window #livescore-settings {
  width: 450px;
}
#lsid-window .settings .error-box,
#lsid-window #livescore-settings .error-box {
  margin-top: 0px;
}
#lsid-window #livescore-settings input[type="radio"] {
  margin-left: 50px;
}
.ie #lsid-window #livescore-settings input[type="radio"] {
  vertical-align: sub;
  margin-right: 2px;
}
.gecko #lsid-window #livescore-settings input[type="radio"] {
  vertical-align: text-bottom;
  margin-right: 5px;
}
#lsid-window #livescore-settings .options,
#lsid-window #livescore-settings .topfirst-form-element,
#lsid-window #livescore-settings .mgnotifications-form-element {
  margin-top: 13px;
}
#lsid-window #livescore-settings label {
  vertical-align: top;
  line-height: 18px;
}
#lsid-window .preload {
  min-width: inherit;
  left: 50%;
}
#fscon .ifmenu #ifmenu-livescore-settings {
  width: 27px;
  height: 23px;
  border-bottom: 1px solid #BCBEAE;
  cursor: pointer;
}
/* @green: #7BA154; */
#lsid-window.registration {
  background-color: #f1f1f1;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#lsid-window.registration > div {
  min-width: 300px;
}
#lsid-window.registration div.preload {
  min-width: 0px;
}
#lsid-window.registration .contents {
  /* margin-top:30px; */
}
#lsid-window.registration .contents > div {
  /* XXX background-color: @lsid-background; */
  float: left;
  font-family: Tahoma, "Geneva CE", "Lucida Sans", Arial, Helvetica, sans-serif;
  /* padding-bottom:20px; */
}
#lsid-window.registration .contents input::-ms-clear,
#lsid-window.registration .contents input::-ms-reveal {
  display: none;
}
#lsid-window.registration .contents h1 {
  color: #1b7700;
  text-align: center;
  font-size: 30px;
  width: 360px;
  /* padding: 0 20px; */
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lsid-window.registration .contents .deleteAccount,
#lsid-window.registration .contents .newTermsOfUse1,
#lsid-window.registration .contents .newTermsOfUse2,
#lsid-window.registration .contents .privacySettings {
  width: 420px;
  padding: 0 20px 10px 20px;
}
#lsid-window.registration .contents .deleteAccount h1,
#lsid-window.registration .contents .newTermsOfUse1 h1,
#lsid-window.registration .contents .newTermsOfUse2 h1,
#lsid-window.registration .contents .privacySettings h1 {
  color: #1b7700;
  text-align: center;
  font-size: 30px;
  width: 420px;
  /* padding: 0 20px; */
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lsid-window.registration .contents .deleteAccount .header,
#lsid-window.registration .contents .newTermsOfUse1 .header,
#lsid-window.registration .contents .newTermsOfUse2 .header,
#lsid-window.registration .contents .privacySettings .header {
  background: inherit;
  border: none;
  padding: 0 20px;
  color: #418619;
  text-align: center;
  font-size: 30px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  height: inherit;
  line-height: inherit;
}
#lsid-window.registration .contents .deleteAccountForm__text,
#lsid-window.registration .contents .newTermsOfUse1Form__text,
#lsid-window.registration .contents .newTermsOfUse2Form__text,
#lsid-window.registration .contents .privacySettingsForm__text {
  font-size: 15px;
  padding: 20px 10px;
}
#lsid-window.registration .contents .deleteAccountForm__text a,
#lsid-window.registration .contents .newTermsOfUse1Form__text a,
#lsid-window.registration .contents .newTermsOfUse2Form__text a,
#lsid-window.registration .contents .privacySettingsForm__text a {
  color: #418619;
  font-weight: bold;
}
#lsid-window.registration .contents .deleteAccountForm__text a:hover,
#lsid-window.registration .contents .newTermsOfUse1Form__text a:hover,
#lsid-window.registration .contents .newTermsOfUse2Form__text a:hover,
#lsid-window.registration .contents .privacySettingsForm__text a:hover {
  color: #4f9e1e;
  text-decoration: underline;
}
#lsid-window.registration .contents .deleteAccountForm__buttons,
#lsid-window.registration .contents .newTermsOfUse1Form__buttons,
#lsid-window.registration .contents .newTermsOfUse2Form__buttons,
#lsid-window.registration .contents .privacySettingsForm__buttons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
#lsid-window.registration .contents .deleteAccountForm__buttons > input[type="button"],
#lsid-window.registration .contents .newTermsOfUse1Form__buttons > input[type="button"],
#lsid-window.registration .contents .newTermsOfUse2Form__buttons > input[type="button"],
#lsid-window.registration .contents .privacySettingsForm__buttons > input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: left;
  padding: 0 15px;
  height: 40px;
  font-size: 15px;
  font-weight: bold;
  text-shadow: none;
  background: #1b7700;
  color: #ffffff;
  border: 0px;
  border-bottom: 3px solid #2f6e0b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  -webkit-box-shadow: none rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none rgba(0, 0, 0, 0.5);
  box-shadow: none rgba(0, 0, 0, 0.5);
  text-decoration: none;
  margin: 0 10px 0 0;
  width: auto;
  white-space: normal;
  height: auto;
  padding: 10px 15px;
}
#lsid-window.registration .contents .deleteAccountForm__buttons > input[type="button"]:hover,
#lsid-window.registration .contents .newTermsOfUse1Form__buttons > input[type="button"]:hover,
#lsid-window.registration .contents .newTermsOfUse2Form__buttons > input[type="button"]:hover,
#lsid-window.registration .contents .privacySettingsForm__buttons > input[type="button"]:hover {
  text-decoration: underline;
}
@media (hover: hover) {
  #lsid-window.registration .contents .deleteAccountForm__buttons > input[type="button"]:hover,
  #lsid-window.registration .contents .newTermsOfUse1Form__buttons > input[type="button"]:hover,
  #lsid-window.registration .contents .newTermsOfUse2Form__buttons > input[type="button"]:hover,
  #lsid-window.registration .contents .privacySettingsForm__buttons > input[type="button"]:hover {
    background-color: #085f00;
  }
}
#lsid-window.registration .contents .deleteAccountForm__buttons > input[type="button"]:last-child,
#lsid-window.registration .contents .newTermsOfUse1Form__buttons > input[type="button"]:last-child,
#lsid-window.registration .contents .newTermsOfUse2Form__buttons > input[type="button"]:last-child,
#lsid-window.registration .contents .privacySettingsForm__buttons > input[type="button"]:last-child {
  margin: 0;
}
#lsid-window.registration .contents .deleteAccountForm__links,
#lsid-window.registration .contents .newTermsOfUse1Form__links,
#lsid-window.registration .contents .newTermsOfUse2Form__links,
#lsid-window.registration .contents .privacySettingsForm__links {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
#lsid-window.registration .contents .deleteAccountForm__links > a,
#lsid-window.registration .contents .newTermsOfUse1Form__links > a,
#lsid-window.registration .contents .newTermsOfUse2Form__links > a,
#lsid-window.registration .contents .privacySettingsForm__links > a {
  color: #418619;
  font-weight: bold;
  font-size: 15px;
}
#lsid-window.registration .contents .deleteAccountForm__links > a:hover,
#lsid-window.registration .contents .newTermsOfUse1Form__links > a:hover,
#lsid-window.registration .contents .newTermsOfUse2Form__links > a:hover,
#lsid-window.registration .contents .privacySettingsForm__links > a:hover {
  color: #4f9e1e;
  text-decoration: underline;
}
#lsid-window.registration .contents .registration {
  width: 680px;
}
#lsid-window.registration .contents .registration h1 {
  color: #1b7700;
  text-align: center;
  font-size: 30px;
  width: 680px;
  /* padding: 0 20px; */
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lsid-window.registration .contents .registration .form {
  width: 320px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  margin: 20px 40px 0 20px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lsid-window.registration .contents .registration .form form > div:nth-child(1) input {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#lsid-window.registration .contents .registration .form #email,
#lsid-window.registration .contents .registration .form #passwd,
#lsid-window.registration .contents .registration .form #verificationcode,
#lsid-window.registration .contents .registration .form #newpasswd {
  border: none;
  height: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 15px;
  line-height: 15px;
  background-color: var(--color-background-3);
}
#lsid-window.registration .contents .registration .form .email-form-element {
  clear: both;
  position: relative;
}
#lsid-window.registration .contents .registration .form .password-form-element,
#lsid-window.registration .contents .registration .form .newpassword-form-element {
  position: relative;
  margin: 0;
}
#lsid-window.registration .contents .registration .form .password-form-element span.show,
#lsid-window.registration .contents .registration .form .newpassword-form-element span.show {
  display: none;
  border: 1px solid #1b7700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
  padding: 0 5px;
  min-width: 36px;
  font-size: 11px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  color: #63a24e;
}
#lsid-window.registration .contents .registration .form .password-form-element span.show:hover,
#lsid-window.registration .contents .registration .form .newpassword-form-element span.show:hover {
  cursor: pointer;
}
@media (hover: hover) {
  #lsid-window.registration .contents .registration .form .password-form-element span.show:hover,
  #lsid-window.registration .contents .registration .form .newpassword-form-element span.show:hover {
    background-color: #d8e7d2;
  }
}
#lsid-window.registration .contents .registration .form .password-form-element span.show.on,
#lsid-window.registration .contents .registration .form .newpassword-form-element span.show.on {
  background-color: #1b7700;
  color: white;
}
#lsid-window.registration .contents .registration .form .sign-up-form-element {
  float: left;
  width: 320px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lsid-window.registration .contents .registration .form .sign-up-form-element #registration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: left;
  padding: 0 15px;
  height: 40px;
  font-size: 15px;
  font-weight: bold;
  text-shadow: none;
  background: #1b7700;
  color: #ffffff;
  border: 0px;
  border-bottom: 3px solid #2f6e0b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  -webkit-box-shadow: none rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none rgba(0, 0, 0, 0.5);
  box-shadow: none rgba(0, 0, 0, 0.5);
  text-decoration: none;
  margin: 0 10px 0 0;
  width: auto;
}
#lsid-window.registration .contents .registration .form .sign-up-form-element #registration:hover {
  text-decoration: underline;
}
@media (hover: hover) {
  #lsid-window.registration .contents .registration .form .sign-up-form-element #registration:hover {
    background-color: #085f00;
  }
}
#lsid-window.registration .contents .registration .form .sign-up-form-element .log-in {
  float: left;
  margin-top: 10px;
  font-size: 15px;
  text-align: center;
}
#lsid-window.registration .contents .registration .form .sign-up-form-element .log-in a {
  color: #1b7700;
  font-weight: bold;
}
#lsid-window.registration .contents .registration .form .sign-up-form-element .log-in a:hover {
  color: #085f00;
  text-decoration: underline;
}
#lsid-window.registration .contents .registration .captcha {
  position: relative;
  margin: 10px auto 0 auto;
  min-height: inherit;
  height: 65px;
  width: 236px;
}
#lsid-window.registration .contents .registration .captcha .captcha-preload span {
  background-image: url(../../../../res/_fs/build/ajax-loader-hockey.54802cb.gif);
  background-repeat: no-repeat;
  background-position: 60px 12px;
  padding-left: 40px;
  line-height: 55px;
  text-align: center;
  width: 196px;
  height: 55px;
  display: block;
  font-size: 15px;
}
#lsid-window.registration .contents .registration .benefits {
  width: 270px;
  float: left;
  margin-top: 20px;
  font-size: 15px;
}
#lsid-window.registration .contents .registration .benefits ul {
  list-style-type: none;
  margin: 20px 0 20px 0;
}
#lsid-window.registration .contents .registration .benefits ul li {
  font-size: 15px;
  margin-top: 25px;
  line-height: 20px;
}
#lsid-window.registration .contents .registration .benefits ul li span {
  float: left;
}
#lsid-window.registration .contents .registration .benefits ul li span:not(.content) {
  width: 50px;
  height: 30px;
  margin-bottom: 10px;
  vertical-align: text-top;
  background: url(../../../../res/_fs/build/icons-benefits.bc2d284.png) 0px 0px no-repeat;
}
#lsid-window.registration .contents .registration .benefits ul li span:not(.content).favorite {
  background-position: 0 -30px;
}
#lsid-window.registration .contents .registration .benefits ul li span:not(.content).features {
  background-position: 0 -60px;
}
#lsid-window.registration .contents .registration .benefits ul li span.content {
  width: 220px;
  margin-bottom: 20px;
}
#lsid-window.registration .contents .registration .benefits a.discover {
  color: #1b7700;
  font-weight: bold;
  margin-top: 50px;
}
#lsid-window.registration .contents .registration .benefits a.discover:hover {
  color: #085f00;
  text-decoration: underline;
}
#lsid-window.registration .contents .registration .devices {
  float: left;
  clear: both;
  background: url(../../../../res/_fs/build/devices.11e44e1.png) 0px 0px no-repeat;
  width: 400px;
  height: 200px;
  margin: 20px  0 0 120px;
}
#lsid-window.registration .contents .login .form {
  width: 320px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  margin: 20px 20px 0 20px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lsid-window.registration .contents .login .form form > div:nth-child(1) input {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#lsid-window.registration .contents .login .form #email,
#lsid-window.registration .contents .login .form #passwd,
#lsid-window.registration .contents .login .form #verificationcode,
#lsid-window.registration .contents .login .form #newpasswd {
  border: none;
  height: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 15px;
  line-height: 15px;
  background-color: var(--color-background-3);
}
#lsid-window.registration .contents .login .form .email-form-element {
  clear: both;
  position: relative;
}
#lsid-window.registration .contents .login .form .password-form-element,
#lsid-window.registration .contents .login .form .newpassword-form-element {
  position: relative;
  margin: 0;
}
#lsid-window.registration .contents .login .form .password-form-element span.show,
#lsid-window.registration .contents .login .form .newpassword-form-element span.show {
  display: none;
  border: 1px solid #1b7700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
  padding: 0 5px;
  min-width: 36px;
  font-size: 11px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  color: #63a24e;
}
#lsid-window.registration .contents .login .form .password-form-element span.show:hover,
#lsid-window.registration .contents .login .form .newpassword-form-element span.show:hover {
  cursor: pointer;
}
@media (hover: hover) {
  #lsid-window.registration .contents .login .form .password-form-element span.show:hover,
  #lsid-window.registration .contents .login .form .newpassword-form-element span.show:hover {
    background-color: #d8e7d2;
  }
}
#lsid-window.registration .contents .login .form .password-form-element span.show.on,
#lsid-window.registration .contents .login .form .newpassword-form-element span.show.on {
  background-color: #1b7700;
  color: white;
}
#lsid-window.registration .contents .login .form .sign-up-form-element {
  float: left;
  width: 320px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lsid-window.registration .contents .login .form .sign-up-form-element #login {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: left;
  padding: 0 15px;
  height: 40px;
  font-size: 15px;
  font-weight: bold;
  text-shadow: none;
  background: #1b7700;
  color: #ffffff;
  border: 0px;
  border-bottom: 3px solid #2f6e0b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  -webkit-box-shadow: none rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none rgba(0, 0, 0, 0.5);
  box-shadow: none rgba(0, 0, 0, 0.5);
  text-decoration: none;
  margin: 0 10px 0 0;
  width: auto;
}
#lsid-window.registration .contents .login .form .sign-up-form-element #login:hover {
  text-decoration: underline;
}
@media (hover: hover) {
  #lsid-window.registration .contents .login .form .sign-up-form-element #login:hover {
    background-color: #085f00;
  }
}
#lsid-window.registration .contents .login .form .sign-up-form-element .log-in {
  float: left;
  margin-top: 10px;
  font-size: 15px;
  text-align: center;
}
#lsid-window.registration .contents .login .form .sign-up-form-element .log-in a {
  color: #1b7700;
  font-weight: bold;
}
#lsid-window.registration .contents .login .form .sign-up-form-element .log-in a:hover {
  color: #085f00;
  text-decoration: underline;
}
#lsid-window.registration .contents .forgottenPassword .text {
  width: 320px;
  margin: 20px 0;
  padding: 0  20px;
  font-size: 15px;
  text-align: center;
}
#lsid-window.registration .contents .forgottenPassword .form {
  width: 320px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  margin: 0px 20px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lsid-window.registration .contents .forgottenPassword .form form > div:nth-child(1) input {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#lsid-window.registration .contents .forgottenPassword .form #email,
#lsid-window.registration .contents .forgottenPassword .form #passwd,
#lsid-window.registration .contents .forgottenPassword .form #verificationcode,
#lsid-window.registration .contents .forgottenPassword .form #newpasswd {
  border: none;
  height: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 15px;
  line-height: 15px;
  background-color: var(--color-background-3);
}
#lsid-window.registration .contents .forgottenPassword .form .email-form-element {
  clear: both;
  position: relative;
}
#lsid-window.registration .contents .forgottenPassword .form .sign-up-form-element {
  float: left;
  width: 320px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lsid-window.registration .contents .forgottenPassword .form .sign-up-form-element #send {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: left;
  padding: 0 15px;
  height: 40px;
  font-size: 15px;
  font-weight: bold;
  text-shadow: none;
  background: #1b7700;
  color: #ffffff;
  border: 0px;
  border-bottom: 3px solid #2f6e0b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  -webkit-box-shadow: none rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none rgba(0, 0, 0, 0.5);
  box-shadow: none rgba(0, 0, 0, 0.5);
  text-decoration: none;
  margin: 0 10px 0 0;
  width: 300px;
}
#lsid-window.registration .contents .forgottenPassword .form .sign-up-form-element #send:hover {
  text-decoration: underline;
}
@media (hover: hover) {
  #lsid-window.registration .contents .forgottenPassword .form .sign-up-form-element #send:hover {
    background-color: #085f00;
  }
}
#lsid-window.registration .contents .settings .form,
#lsid-window.registration .contents .passwordchange .form {
  width: 320px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  margin: 20px 20px 0 20px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lsid-window.registration .contents .settings .form form > div:nth-child(1) input,
#lsid-window.registration .contents .passwordchange .form form > div:nth-child(1) input {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#lsid-window.registration .contents .settings .form #email,
#lsid-window.registration .contents .passwordchange .form #email,
#lsid-window.registration .contents .settings .form #passwd,
#lsid-window.registration .contents .passwordchange .form #passwd,
#lsid-window.registration .contents .settings .form #verificationcode,
#lsid-window.registration .contents .passwordchange .form #verificationcode,
#lsid-window.registration .contents .settings .form #newpasswd,
#lsid-window.registration .contents .passwordchange .form #newpasswd {
  border: none;
  height: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 15px;
  line-height: 15px;
  background-color: var(--color-background-3);
}
#lsid-window.registration .contents .settings .form .email-form-element,
#lsid-window.registration .contents .passwordchange .form .email-form-element {
  clear: both;
  position: relative;
}
#lsid-window.registration .contents .settings .form .password-form-element,
#lsid-window.registration .contents .passwordchange .form .password-form-element,
#lsid-window.registration .contents .settings .form .newpassword-form-element,
#lsid-window.registration .contents .passwordchange .form .newpassword-form-element {
  position: relative;
  margin: 0;
}
#lsid-window.registration .contents .settings .form .password-form-element span.show,
#lsid-window.registration .contents .passwordchange .form .password-form-element span.show,
#lsid-window.registration .contents .settings .form .newpassword-form-element span.show,
#lsid-window.registration .contents .passwordchange .form .newpassword-form-element span.show {
  display: none;
  border: 1px solid #1b7700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
  padding: 0 5px;
  min-width: 36px;
  font-size: 11px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  color: #63a24e;
}
#lsid-window.registration .contents .settings .form .password-form-element span.show:hover,
#lsid-window.registration .contents .passwordchange .form .password-form-element span.show:hover,
#lsid-window.registration .contents .settings .form .newpassword-form-element span.show:hover,
#lsid-window.registration .contents .passwordchange .form .newpassword-form-element span.show:hover {
  cursor: pointer;
}
@media (hover: hover) {
  #lsid-window.registration .contents .settings .form .password-form-element span.show:hover,
  #lsid-window.registration .contents .passwordchange .form .password-form-element span.show:hover,
  #lsid-window.registration .contents .settings .form .newpassword-form-element span.show:hover,
  #lsid-window.registration .contents .passwordchange .form .newpassword-form-element span.show:hover {
    background-color: #d8e7d2;
  }
}
#lsid-window.registration .contents .settings .form .password-form-element span.show.on,
#lsid-window.registration .contents .passwordchange .form .password-form-element span.show.on,
#lsid-window.registration .contents .settings .form .newpassword-form-element span.show.on,
#lsid-window.registration .contents .passwordchange .form .newpassword-form-element span.show.on {
  background-color: #1b7700;
  color: white;
}
#lsid-window.registration .contents .settings .form .sign-up-form-element,
#lsid-window.registration .contents .passwordchange .form .sign-up-form-element {
  float: left;
  width: 320px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lsid-window.registration .contents .settings .form .sign-up-form-element #settings,
#lsid-window.registration .contents .passwordchange .form .sign-up-form-element #settings,
#lsid-window.registration .contents .settings .form .sign-up-form-element #passwordchange,
#lsid-window.registration .contents .passwordchange .form .sign-up-form-element #passwordchange {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: left;
  padding: 0 15px;
  height: 40px;
  font-size: 15px;
  font-weight: bold;
  text-shadow: none;
  background: #1b7700;
  color: #ffffff;
  border: 0px;
  border-bottom: 3px solid #2f6e0b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  -webkit-box-shadow: none rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none rgba(0, 0, 0, 0.5);
  box-shadow: none rgba(0, 0, 0, 0.5);
  text-decoration: none;
  margin: 0 10px 0 0;
  width: 300px;
}
#lsid-window.registration .contents .settings .form .sign-up-form-element #settings:hover,
#lsid-window.registration .contents .passwordchange .form .sign-up-form-element #settings:hover,
#lsid-window.registration .contents .settings .form .sign-up-form-element #passwordchange:hover,
#lsid-window.registration .contents .passwordchange .form .sign-up-form-element #passwordchange:hover {
  text-decoration: underline;
}
@media (hover: hover) {
  #lsid-window.registration .contents .settings .form .sign-up-form-element #settings:hover,
  #lsid-window.registration .contents .passwordchange .form .sign-up-form-element #settings:hover,
  #lsid-window.registration .contents .settings .form .sign-up-form-element #passwordchange:hover,
  #lsid-window.registration .contents .passwordchange .form .sign-up-form-element #passwordchange:hover {
    background-color: #085f00;
  }
}
#lsid-window.registration .contents .content {
  padding: 0px;
}
#lsid-window.registration .contents .content a {
  text-decoration: none;
}
#lsid-window.registration .contents .border-bottom {
  border-bottom: 1px solid #d9d9d9;
}
#lsid-window.registration .contents .terms {
  clear: both;
  font-size: 11px;
  line-height: 16px;
  float: left;
  margin: 15px 0 0 0;
}
#lsid-window.registration .contents .terms a {
  color: #1b7700;
}
#lsid-window.registration .contents .terms a:hover {
  color: #085f00;
  text-decoration: underline;
}
#lsid-window.registration .contents .social-buttons {
  padding: 10px;
  float: left;
  width: 300px;
}
#lsid-window.registration .contents .social-buttons div {
  width: 100px;
  height: 33px;
  line-height: 20px;
  float: left;
  padding: 5px 0 0 10px;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lsid-window.registration .contents .social-buttons div.facebook {
  background-color: #4267b2;
  border-bottom: 3px solid #2e4472;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#lsid-window.registration .contents .social-buttons div.facebook:hover {
  text-decoration: underline;
}
@media (hover: hover) {
  #lsid-window.registration .contents .social-buttons div.facebook:hover {
    background-color: #49659d;
  }
}
#lsid-window.registration .contents .social-buttons div.google {
  background-color: #4285f4;
  border-bottom: 3px solid #a93a2b;
}
#lsid-window.registration .contents .social-buttons div.google:hover {
  text-decoration: underline;
}
@media (hover: hover) {
  #lsid-window.registration .contents .social-buttons div.google:hover {
    background-color: #de5442;
  }
}
#lsid-window.registration .contents .social-buttons div.google span.icon {
  background-position: 0 -12px;
  margin-right: 5px;
}
#lsid-window.registration .contents .social-buttons div.apple {
  background-color: #000000;
}
.theme--dark #lsid-window.registration .contents .social-buttons div.apple {
  background-color: #FFFFFF;
  color: #000000;
}
#lsid-window.registration .contents .social-buttons div.twitter {
  background-color: #53a3ff;
  border-bottom: 3px solid #337acc;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#lsid-window.registration .contents .social-buttons div.twitter:hover {
  text-decoration: underline;
}
@media (hover: hover) {
  #lsid-window.registration .contents .social-buttons div.twitter:hover {
    background-color: #337acc;
  }
}
#lsid-window.registration .contents .social-buttons div.twitter span.icon {
  background-position: 0 -24px;
  margin-right: 5px;
}
#lsid-window.registration .contents .social-buttons div span.icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  vertical-align: text-top;
  background: url(../../../../res/_fs/build/icons-socialmedia.008cdb0.png) 0px 0px no-repeat;
  padding-right: 5px;
}
#lsid-window.registration .contents .err-msg-wrapper {
  background-color: var(--color-loginValidation);
  position: absolute;
  top: 50%;
  left: 320px;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white;
  padding: 0 10px;
  font-size: 12px;
}
#lsid-window.registration .contents .err-msg-wrapper:before {
  border: solid;
  border-color: transparent var(--color-loginValidation) transparent transparent;
  border-width: 5px 5px 5px 0px;
  top: 50%;
  content: "";
  left: -5px;
  position: absolute;
  z-index: 99;
  margin-top: -5px;
}
#lsid-window.registration .contents .captcha .err-msg-wrapper {
  left: 320px - 11px;
}
#lsid-window.registration .lsid-messages {
  width: 300px;
  background: #f1f1f1;
}
#lsid-window.registration .lsid-messages .header-message {
  background: url(../../../../res/_fs/build/icons-status.af68301.png) no-repeat 0px 0px;
  width: 58px;
  height: 58px;
  margin: 20px 121px;
}
#lsid-window.registration .lsid-messages .header-message.err {
  background: url(../../../../res/_fs/build/icons-status.af68301.png) no-repeat 0px -58px;
}
#lsid-window.registration .lsid-messages .header-message.info {
  background: url(../../../../res/_fs/build/icons-status.af68301.png) no-repeat 0px -116px;
}
#lsid-window.registration .lsid-messages .message {
  margin: 20px;
  width: auto;
  border: none;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 0px;
  background: #f1f1f1;
  line-height: 20px;
}
#lsid-window.registration .lsid-messages .message.headline {
  color: #1b7700;
  font-size: 30px;
  line-height: 30px;
}
#lsid-window.registration .lsid-messages .message.headline.err {
  color: #ba4c3b;
}
#lsid-window.registration .lsid-messages .message.headline.info {
  color: #5488b6;
}
#lsid-window.registration .lsid-messages.reg-version-two .message {
  margin-bottom: -10px;
}
#lsid-window.registration #login-content .lsid-messages {
  width: 360px;
}
#lsid-window.registration .top-corners {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#lsid-window.registration #lsid-main-dialog {
  width: auto;
}
#lsid-window.registration > div {
  min-width: initial;
}
#lsid-window.registration #lsid-window-close {
  background: url(../../../../res/_fs/build/icon-close.6e137fa.png) no-repeat 0px 0px;
  top: 8px;
  right: 8px;
  height: 30px;
  width: 30px;
  position: absolute;
}
#lsid-window.registration #lsid-window-close:hover {
  opacity: 0.5;
}
.flat #lsid-window {
  padding: 20px;
}
.flat #lsid-window div.header {
  display: flex;
  background-color: var(--color-background-4);
  background-image: none;
  font-size: 11px;
  font-weight: bold;
  height: 30px;
  line-height: 28px;
  border-color: rgba(0, 0, 0, 0.1) !important;
  border-width: 1px 0 1px 0;
  margin-top: 20px;
  box-sizing: border-box;
  align-items: center;
}
.flat #lsid-window div.header.timezone-settings .settings-icon {
  width: 16px;
  height: 16px;
  margin-right: 9px;
  background: url(../../../../res/_fs/build/settings-sprite.937cff9.svg) no-repeat 0 0;
}
.theme--dark.flat #lsid-window div.header.timezone-settings .settings-icon {
  background-position-y: -60px;
}
.flat #lsid-window div.header.general-settings .settings-icon {
  width: 13px;
  height: 10px;
  margin-right: 12px;
  background: url(../../../../res/_fs/build/settings-sprite.937cff9.svg) no-repeat -120px 0;
}
.theme--dark.flat #lsid-window div.header.general-settings .settings-icon {
  background-position-y: -60px;
}
.flat #lsid-window div.header.my-games-settings .settings-icon {
  width: 16px;
  height: 16px;
  margin-right: 9px;
  background: url(../../../../res/_fs/build/settings-sprite.937cff9.svg) no-repeat -180px 0;
}
.theme--dark.flat #lsid-window div.header.my-games-settings .settings-icon {
  background-position-y: -60px;
}
.flat #lsid-window .content {
  padding: 18px 0 0;
}
.flat #lsid-window .content table tbody tr {
  background-color: inherit !important;
  height: 23px;
  line-height: 23px;
}
.flat #lsid-window .content table tbody tr td {
  border-left: 0;
  border-right: 0;
}
.flat #lsid-window .content .options {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.flat #lsid-window .content .options label {
  margin-right: 17px;
  display: flex;
}
.flat #lsid-window .content div.topfirst-form-element,
.flat #lsid-window .content div.mgnotifications-form-element {
  margin-top: 20px !important;
}
.flat #lsid-window .content li.actual {
  display: flex;
  flex-flow: row;
  align-items: center;
  font-weight: bold;
}
.flat #lsid-window .content li.actual #tzactual:hover {
  text-decoration: none !important;
}
.flat #lsid-window .content li.actual #tzactual-icon {
  width: 18px;
  height: 17px;
  display: inline-block;
  margin-left: 10px;
  background: url(../../../../res/_fs/build/settings-sprite.937cff9.svg) no-repeat -60px 0 !important;
}
.flat #lsid-window #livescore-settings {
  width: 450px;
  min-width: 450px;
}
.flat #lsid-window #livescore-settings .options {
  margin-top: 5px;
}
.flat #lsid-window #livescore-settings .back {
  display: none;
}
.flat #lsid-window #livescore-settings ul.tabs-menu {
  background: none;
  border: none;
  margin-bottom: 15px;
}
.flat #lsid-window #livescore-settings ul.tabs-menu span,
.flat #lsid-window #livescore-settings ul.tabs-menu li {
  background: none;
}
.flat #lsid-window #livescore-settings ul.tabs-menu a {
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: var(--color-text-4);
}
.flat #lsid-window #livescore-settings input[type="radio"] {
  margin-left: 0;
  margin-right: 5px;
}
.flat #lsid-window #livescore-settings #timezone .menu li.actual {
  border: none;
  background: none;
}
.flat #lsid-window #livescore-settings #timezone .menu li.actual span {
  background: none;
  padding: 0;
}
.flat #lsid-window #livescore-settings #tzcontent {
  box-shadow: none;
  background: #343434;
  border: none;
  height: 294px;
  padding: 15px 0 15px 15px;
  width: 430px;
  box-sizing: border-box;
  margin-top: -5px;
  user-select: none;
}
.flat #lsid-window #livescore-settings #tzcontent li {
  width: 135px;
  border: none;
  height: 22px;
  background: #343434;
}
.flat #lsid-window #livescore-settings #tzcontent li a {
  background: inherit;
  color: #bebebe;
  font-size: 11px;
  text-decoration: none;
  line-height: 22px;
  padding: 0 5px;
  width: fit-content;
}
.flat #lsid-window #livescore-settings #tzcontent li a:hover {
  color: #bebebe !important;
}
@media (hover: hover) {
  .flat #lsid-window #livescore-settings #tzcontent li a:hover {
    background-color: #222;
  }
}
.flat #lsid-window #livescore-settings #tzcontent li a.active {
  background: #157d00;
}
.flat #lsid-window #livescore-settings #tzcontent li a.tzdefault {
  background: rgba(21, 125, 0, 0.4);
}
.flat #lsid-window #livescore-settings #tzcontent li:first-child {
  margin-top: 15px;
}
.flat #lsid-window #livescore-settings #tzcontent:before {
  width: 0;
  height: 0;
  content: ' ';
  display: inline-block;
  margin-left: 100px;
  margin-top: -22px;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #343434 transparent;
}
.flat #lsid-window #livescore-settings .active-display {
  display: flex;
  flex-flow: column wrap;
}
.flat #lsid-window #livescore-settings .active-hide {
  display: none;
}
@media only screen and (max-width: 799px) {
  .flat #lsid-window #livescore-settings #tzcontent {
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% - 20px);
    height: auto;
    padding: 15px;
  }
  .flat #lsid-window #livescore-settings #tzcontent li:nth-of-type(1) {
    margin-top: 0;
    grid-column: 1/2;
  }
  .flat #lsid-window #livescore-settings #tzcontent li {
    width: auto;
    height: 36px;
  }
  .flat #lsid-window #livescore-settings #tzcontent li a {
    width: 100%;
    height: 36px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flat #lsid-window #livescore-settings #tzcontent::before {
    margin-left: 92px;
  }
  .flat #lsid-window #livescore-settings .active-display {
    display: grid;
  }
}
.flat #lsid-window #lsid-window-close {
  background: url(../../../../res/_fs/build/close-popup.18e4fda.svg) no-repeat;
  top: 0;
  right: 0;
  height: 15px;
  width: 15px;
  z-index: 1;
}
.flat #lsid-window.registration {
  border-radius: inherit;
}
.flat #lsid-window.registration .lsid-messages {
  background: inherit;
}
.flat #lsid-window.registration .lsid-messages .message {
  background: inherit;
  font-size: 12px;
  margin-bottom: 30px;
}
.flat #lsid-window.registration .lsid-messages .header-message {
  width: 80px;
  height: 80px;
  margin: 40px auto 20px;
  background: url(../../../../res/_fs/build/registration-sprite.f7cd966.svg) no-repeat -360px 0;
}
.flat #lsid-window.registration .lsid-messages .header-message.err {
  background: url(../../../../res/_fs/build/registration-sprite.f7cd966.svg) no-repeat -480px 0;
}
.flat #ls-search-window {
  padding: 20px;
}
.flat #ls-search-window > div {
  min-width: 560px;
}
.flat #ls-search-window .content table thead tr th {
  display: block;
  font-size: 11px;
  font-weight: bold;
  height: 30px;
  line-height: 26px;
  border-color: rgba(0, 0, 0, 0.1) !important;
  box-sizing: border-box;
  background-color: var(--color-background-4);
}
.flat #ls-search-window .content table tbody tr:last-of-type td {
  border-bottom: 0;
}
.flat #ls-search-window .content .search-result-wrapper table thead tr th {
  border-width: 1px 0 1px 0;
}
.flat #ls-search-window .content {
  padding: 12px 0 0;
}
.flat #ls-search-window .content table tbody tr {
  background-color: inherit !important;
  height: 23px;
  line-height: 23px;
}
.flat #ls-search-window .content table tbody tr td {
  border-color: var(--color-border-1);
  border-left: 0;
  border-right: 0;
}
.flat #ls-search-window .content .options {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.flat #ls-search-window .content .options label {
  margin-right: 17px;
  display: flex;
}
.flat #ls-search-window .content #search-form {
  overflow: hidden;
}
.flat #ls-search-window .content #search-form .search-form-label-wrapper {
  margin: 0;
}
.flat #ls-search-window .content #search-form > div {
  display: flex;
  margin-bottom: 12px;
}
.flat #ls-search-window div.contents {
  background-color: inherit;
}
.flat #ls-search-window .content-wrap {
  width: 440px;
}
.flat #ls-search-window .content-wrap .options {
  margin-top: 5px;
}
.flat #ls-search-window .content-wrap ul.tabs-menu {
  background: none;
  border: none;
  margin-bottom: 15px;
}
.flat #ls-search-window .content-wrap ul.tabs-menu span,
.flat #ls-search-window .content-wrap ul.tabs-menu li {
  background: none;
}
.flat #ls-search-window .content-wrap ul.tabs-menu a {
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
.flat #ls-search-window .content-wrap #search-results {
  color: var(--color-text-2);
}
.flat #ls-search-window .content-wrap #search-results th {
  color: var(--color-text-1);
}
.flat #ls-search-window .content-wrap #search-results .flat .sport-label {
  background: none;
  height: 30px;
  line-height: 30px;
}
.flat #ls-search-window .content-wrap #search-results-history {
  margin-top: 28px;
}
.flat #ls-search-window #search-input-wrapper {
  height: 36px;
  width: 560px;
  box-sizing: border-box;
  background-color: var(--color-background-3);
}
.flat #ls-search-window #search-input-wrapper .search-input-sport-wrapper {
  height: 35px;
  line-height: 35px;
  float: right;
  border-right: none;
}
.flat #ls-search-window #search-input-wrapper .search-input-sport-wrapper:hover {
  background: none;
}
.flat #ls-search-window #search-input-wrapper .search-input-sport-wrapper #search-form-select {
  height: 35px;
  line-height: 35px;
  background-color: var(--color-background-1);
  color: var(--color-text-1);
  font-size: 11px;
}
.flat #ls-search-window #search-input-wrapper .search-input-sport-wrapper .search-input-sport-selected {
  height: 35px;
  line-height: 35px;
  color: var(--color-text-highlight-3);
  font-weight: bold;
}
.flat #ls-search-window #search-input-wrapper .search-input-sport-wrapper .search-input-sport-selected:hover {
  background: none;
}
.flat #ls-search-window #search-input-wrapper .search-input-sport-wrapper .search-input-sport-downarrow {
  top: 16px;
  width: 9px;
  background: url(../../../../res/_fs/build/down-arrow.f850fbb.svg) no-repeat;
}
.theme--dark.flat #ls-search-window #search-input-wrapper .search-input-sport-wrapper .search-input-sport-downarrow {
  filter: brightness(1.5);
}
.flat #ls-search-window #search-input-wrapper #search-form-query {
  height: 32px;
  background-color: var(--color-background-3);
}
.flat #ls-search-window #search-input-wrapper #search-form-query::placeholder {
  color: var(--color-text-1);
}
.flat #ls-search-window #search-input-wrapper .search-input-submit {
  height: 35px;
  line-height: 35px;
  width: 80px;
  text-align: center;
  background: #167e00;
  display: none;
}
.flat #ls-search-window #ls-search-window-close {
  background: url(../../../../res/_fs/build/close-popup.18e4fda.svg) no-repeat;
  top: 0;
  right: 0;
  height: 15px;
  width: 15px;
}
.flat #ls-window,
.flat #lsid-window,
.flat #ls-search-window {
  margin-left: -20px;
}
@media only screen and (max-width: 639px) {
  .flat #ls-window,
  .flat #lsid-window,
  .flat #ls-search-window {
    margin-left: initial;
  }
  .flat.responsive .header__button--lsidBox #lsid #lsid-content .user.lsid-rounded-box .lsid-dropdown > *:not(.icon) {
    display: none;
  }
  .flat.responsive .header__button--lsidBox #lsid #lsid-content .settings-list {
    right: 0;
    margin: 0;
    left: 0;
    position: absolute;
    z-index: 10;
  }
  .flat.responsive .search-results-inner {
    padding: 0 12px;
  }
  .flat.responsive #ls-search-window {
    box-sizing: border-box;
    left: 0 !important;
    right: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
  }
  .flat.responsive #ls-search-window #ls-search-window-close {
    display: none;
  }
  .flat.responsive #ls-search-window .content-wrap {
    width: 100%;
    min-width: inherit;
  }
  .flat.responsive #ls-search-window .content-wrap .tabs-menu {
    display: none;
  }
  .flat.responsive #ls-search-window .content-wrap #search-results {
    margin-top: 0;
  }
  .flat.responsive #ls-search-window .content-wrap #search-results-history {
    margin-top: 16px;
  }
  .flat.responsive #ls-search-window #search-input-wrapper {
    width: 100%;
    position: relative;
  }
  .flat.responsive #ls-search-window #search-input-wrapper .search-input-submit {
    display: none;
    font-size: 0;
    width: 35px;
    padding: 0;
    position: relative;
  }
  .flat.responsive #ls-search-window #search-input-wrapper .search-input-submit:after {
    content: "o";
    position: absolute;
    height: 28px;
    width: 28px;
    display: block;
    top: 0;
    left: 0;
    background: url(../../../../res/_fs/build/control-icons.c7c771b.svg) no-repeat 9px -21px;
  }
  .flat.responsive #ls-search-window .search-result-wrapper tr {
    line-height: inherit !important;
  }
  .flat.responsive #ls-search-window .search-result-wrapper tr td {
    padding: 0 11px 0 12px;
  }
  .flat.responsive #ls-search-window .search-result-wrapper tr td .cellWrapper {
    display: flex;
    align-items: center;
  }
  .flat.responsive #ls-search-window .search-result-wrapper tr td .cellWrapper a {
    display: flex;
    flex: 1;
    padding: 10px 0;
  }
  .flat.responsive #ls-search-window .search-result-wrapper tr td .cellWrapper a span {
    line-height: 16px;
  }
  .flat.responsive .search-form-label-wrapper {
    width: calc(100% - 24px);
    padding: 0 12px 0;
  }
  .flat.responsive #lsid-window {
    padding: 0;
    box-shadow: none;
  }
  .flat.responsive #lsid-window #lsid-window-close {
    display: none;
  }
  .flat.responsive #lsid-window #livescore-settings .tabs-menu {
    padding: 16px 12px;
    width: auto;
    margin: 0;
  }
  .flat.responsive #lsid-window #livescore-settings .header {
    margin-top: 0;
    height: 36px;
    line-height: 34px;
  }
  .flat.responsive #lsid-window #livescore-settings .content {
    padding: 20px 0;
  }
  .flat.responsive #lsid-window #livescore-settings .content > * {
    padding: 0 12px;
  }
  .flat.responsive #lsid-window #livescore-settings .content #timezone {
    padding: 12px;
  }
  .flat.responsive #lsid-window #livescore-settings .content strong {
    margin: 0 0 16px;
    display: flex;
  }
  .flat.responsive #lsid-window #livescore-settings .content .options {
    align-items: flex-start;
  }
  .flat.responsive #lsid-window #livescore-settings .content .options label {
    margin-right: 14px;
  }
  .flat.responsive #lsid-window #livescore-settings .timezone-settings + .content {
    padding: 12px 0;
  }
  .flat.responsive #lsid-window .lsid-messages {
    background-color: var(--color-background-1);
    position: fixed;
    top: 48px;
    left: calc(50% - 150px);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.4);
  }
  .flat.responsive #lsid-window .lsid-messages.reg-version-two {
    position: inherit;
  }
  .flat #lsid-content .user.lsid-rounded-box .lsid-dropdown {
    flex: 1 1 auto;
  }
  .flat .email-form-element {
    margin-top: 27px !important;
  }
  .flat .email-form-element,
  .flat .password-form-element,
  .flat .newpassword-form-element {
    display: flex;
    flex-flow: column nowrap;
    height: auto !important;
    border: none !important;
  }
  .flat .email-form-element input,
  .flat .password-form-element input,
  .flat .newpassword-form-element input {
    box-shadow: none !important;
    border: 1px solid var(--color-border-1) !important;
    padding: 0 10px !important;
  }
  .flat .err-input[type="text"],
  .flat .err-input[type="password"] {
    background-color: rgba(204, 0, 0, 0.12) !important;
  }
  .flat .lost-password,
  .flat .sign-up-form-element .log-in a {
    font-size: 12px !important;
  }
  .flat .captcha {
    display: flex;
    flex-flow: column nowrap;
    height: auto !important;
    background-color: var(--color-background-5) !important;
    border-bottom: none !important;
    margin-top: 4px !important;
  }
  .flat .captcha .err-msg-wrapper {
    margin-top: -17px !important;
  }
  .flat .err-msg-wrapper {
    position: static !important;
    margin: 0 !important;
    padding: 4px 0 12px !important;
    color: #d94e48 !important;
    background-color: transparent !important;
    font-size: 11px !important;
    display: flex;
    flex-flow: row nowrap;
    height: auto !important;
    white-space: normal !important;
    line-height: initial !important;
  }
  .detail-experimental .flat .err-msg-wrapper {
    padding: 4px 0 !important;
  }
  .flat .err-msg-wrapper:before {
    display: none;
  }
}
.detail-experimental :not(.captcha__cont) .err-msg-wrapper {
  font-size: 11px !important;
  padding: 4px 12px !important;
}
.detail-experimental .captcha__cont .err-msg-wrapper {
  font-size: 12px !important;
  margin-top: -5px !important;
  padding: 4px 0 !important;
}
@media only screen and (max-width: 639px) {
  .detail-experimental .registration {
    max-width: fit-content;
    max-width: -moz-fit-content;
    padding: 20px !important;
    margin: 0 auto !important;
  }
  .detail-experimental .registration .newTermsOfUse1 {
    margin-top: 0;
  }
  .detail-experimental .registration form {
    width: auto !important;
  }
}
.flat {
  /*#lsid-window .content-wrap{
		background-color: #fff;
	}
	#lsid-window.registration:not([data-window-name="login"]){
		 background-color: #fff;
	 }*/
}
.flat #lsid-window.registration {
  background-color: var(--color-background-1);
  border-radius: 0;
}
.flat #lsid-window.registration .contents {
  display: flex;
  flex-flow: row-reverse nowrap;
}
.flat #lsid-window.registration .contents__passwordChange {
  flex-direction: column;
}
.flat #lsid-window.registration .contents .social-buttons {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  box-sizing: border-box;
  border: none;
  padding: 0;
}
.flat #lsid-window.registration .contents .social-buttons a {
  margin-bottom: 8px;
}
.flat #lsid-window.registration .contents .social-buttons a > div {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  border-bottom: none;
  border-radius: 0;
  padding: 0 5px;
  align-items: center;
  justify-content: center;
}
.flat #lsid-window.registration .contents .social-buttons a > div:hover {
  text-decoration: none;
}
.flat #lsid-window.registration .contents .social-buttons a > div span.icon {
  background-color: transparent;
  border: none;
  width: 24px;
  height: 24px;
  margin: 0 0 0 10px;
  padding: 0;
  flex: 0 0 30px;
}
.flat #lsid-window.registration .contents .social-buttons a > div span {
  flex: 1;
  justify-content: center;
  display: flex;
  margin-right: 30px;
}
@media (hover: hover) {
  .flat #lsid-window.registration .contents .social-buttons [id="#login-fb"]:hover .facebook,
  .flat #lsid-window.registration .contents .social-buttons [id="#registration-fb"]:hover {
    background-color: #3a507d;
  }
}
.flat #lsid-window.registration .contents .social-buttons .facebook .icon {
  background: url(../../../../res/_fs/build/social-sprite.2c9834a.svg) no-repeat 0 2px;
}
@media (hover: hover) {
  .flat #lsid-window.registration .contents .social-buttons [id="#login-google"]:hover .google,
  .flat #lsid-window.registration .contents .social-buttons [id="#registration-google"]:hover {
    background-color: #3367D6;
  }
}
.flat #lsid-window.registration .contents .social-buttons .google .icon {
  background: url(../../../../res/_fs/build/social-sprite.2c9834a.svg) no-repeat -60px 2px;
}
@media (hover: hover) {
  .flat #lsid-window.registration .contents .social-buttons [id="#login-apple"]:hover .apple,
  .flat #lsid-window.registration .contents .social-buttons [id="#registration-apple"]:hover {
    background-color: #222222;
  }
}
@media (hover: hover) {
  .theme--dark.flat #lsid-window.registration .contents .social-buttons [id="#login-apple"]:hover .apple,
  .theme--dark.flat #lsid-window.registration .contents .social-buttons [id="#registration-apple"]:hover {
    background-color: #EEEEEE;
  }
}
.flat #lsid-window.registration .contents .social-buttons .apple .icon {
  background: url(../../../../res/_fs/build/social-sprite.2c9834a.svg) no-repeat -178px 1px;
}
.theme--dark.flat #lsid-window.registration .contents .social-buttons .apple .icon {
  background-position-y: -59px;
}
@media (hover: hover) {
  .flat #lsid-window.registration .contents .social-buttons [id="#login-twitter"]:hover .twitter,
  .flat #lsid-window.registration .contents .social-buttons [id="#registration-twitter"]:hover {
    background-color: #4281cd;
  }
}
.flat #lsid-window.registration .contents .social-buttons .twitter .icon {
  background: url(../../../../res/_fs/build/social-sprite.2c9834a.svg) no-repeat -120px 4px;
}
.flat #lsid-window.registration .contents h1 {
  color: var(--color-text-4);
  font-family: Tahoma, Verdana, "Geneva CE", Lucida, Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  width: 100%;
}
.theme--dark.flat #lsid-window.registration .contents .login .email-form-element,
.theme--dark.flat #lsid-window.registration .contents .registration .email-form-element {
  margin-bottom: 8px;
}
.flat #lsid-window.registration .contents .login,
.flat #lsid-window.registration .contents .registration,
.flat #lsid-window.registration .contents .settings,
.flat #lsid-window.registration .contents .deleteAccount,
.flat #lsid-window.registration .contents .forgottenPassword,
.flat #lsid-window.registration .contents .passwordchange {
  width: auto;
  margin: 0 auto;
}
.flat #lsid-window.registration .contents .login .form,
.flat #lsid-window.registration .contents .registration .form,
.flat #lsid-window.registration .contents .settings .form,
.flat #lsid-window.registration .contents .deleteAccount .form,
.flat #lsid-window.registration .contents .forgottenPassword .form,
.flat #lsid-window.registration .contents .passwordchange .form {
  background-color: transparent;
  border: none;
  width: 260px;
  margin: 30px 0 0 0;
}
.flat #lsid-window.registration .contents .login .form .email-form-element,
.flat #lsid-window.registration .contents .registration .form .email-form-element,
.flat #lsid-window.registration .contents .settings .form .email-form-element,
.flat #lsid-window.registration .contents .deleteAccount .form .email-form-element,
.flat #lsid-window.registration .contents .forgottenPassword .form .email-form-element,
.flat #lsid-window.registration .contents .passwordchange .form .email-form-element,
.flat #lsid-window.registration .contents .login .form .password-form-element,
.flat #lsid-window.registration .contents .registration .form .password-form-element,
.flat #lsid-window.registration .contents .settings .form .password-form-element,
.flat #lsid-window.registration .contents .deleteAccount .form .password-form-element,
.flat #lsid-window.registration .contents .forgottenPassword .form .password-form-element,
.flat #lsid-window.registration .contents .passwordchange .form .password-form-element,
.flat #lsid-window.registration .contents .login .form .newpassword-form-element,
.flat #lsid-window.registration .contents .registration .form .newpassword-form-element,
.flat #lsid-window.registration .contents .settings .form .newpassword-form-element,
.flat #lsid-window.registration .contents .deleteAccount .form .newpassword-form-element,
.flat #lsid-window.registration .contents .forgottenPassword .form .newpassword-form-element,
.flat #lsid-window.registration .contents .passwordchange .form .newpassword-form-element {
  border: solid 1px var(--color-border-1);
  height: 36px;
}
.flat #lsid-window.registration .contents .login .form .email-form-element #passwd,
.flat #lsid-window.registration .contents .registration .form .email-form-element #passwd,
.flat #lsid-window.registration .contents .settings .form .email-form-element #passwd,
.flat #lsid-window.registration .contents .deleteAccount .form .email-form-element #passwd,
.flat #lsid-window.registration .contents .forgottenPassword .form .email-form-element #passwd,
.flat #lsid-window.registration .contents .passwordchange .form .email-form-element #passwd,
.flat #lsid-window.registration .contents .login .form .password-form-element #passwd,
.flat #lsid-window.registration .contents .registration .form .password-form-element #passwd,
.flat #lsid-window.registration .contents .settings .form .password-form-element #passwd,
.flat #lsid-window.registration .contents .deleteAccount .form .password-form-element #passwd,
.flat #lsid-window.registration .contents .forgottenPassword .form .password-form-element #passwd,
.flat #lsid-window.registration .contents .passwordchange .form .password-form-element #passwd,
.flat #lsid-window.registration .contents .login .form .newpassword-form-element #passwd,
.flat #lsid-window.registration .contents .registration .form .newpassword-form-element #passwd,
.flat #lsid-window.registration .contents .settings .form .newpassword-form-element #passwd,
.flat #lsid-window.registration .contents .deleteAccount .form .newpassword-form-element #passwd,
.flat #lsid-window.registration .contents .forgottenPassword .form .newpassword-form-element #passwd,
.flat #lsid-window.registration .contents .passwordchange .form .newpassword-form-element #passwd,
.flat #lsid-window.registration .contents .login .form .email-form-element #newpasswd,
.flat #lsid-window.registration .contents .registration .form .email-form-element #newpasswd,
.flat #lsid-window.registration .contents .settings .form .email-form-element #newpasswd,
.flat #lsid-window.registration .contents .deleteAccount .form .email-form-element #newpasswd,
.flat #lsid-window.registration .contents .forgottenPassword .form .email-form-element #newpasswd,
.flat #lsid-window.registration .contents .passwordchange .form .email-form-element #newpasswd,
.flat #lsid-window.registration .contents .login .form .password-form-element #newpasswd,
.flat #lsid-window.registration .contents .registration .form .password-form-element #newpasswd,
.flat #lsid-window.registration .contents .settings .form .password-form-element #newpasswd,
.flat #lsid-window.registration .contents .deleteAccount .form .password-form-element #newpasswd,
.flat #lsid-window.registration .contents .forgottenPassword .form .password-form-element #newpasswd,
.flat #lsid-window.registration .contents .passwordchange .form .password-form-element #newpasswd,
.flat #lsid-window.registration .contents .login .form .newpassword-form-element #newpasswd,
.flat #lsid-window.registration .contents .registration .form .newpassword-form-element #newpasswd,
.flat #lsid-window.registration .contents .settings .form .newpassword-form-element #newpasswd,
.flat #lsid-window.registration .contents .deleteAccount .form .newpassword-form-element #newpasswd,
.flat #lsid-window.registration .contents .forgottenPassword .form .newpassword-form-element #newpasswd,
.flat #lsid-window.registration .contents .passwordchange .form .newpassword-form-element #newpasswd {
  height: 36px;
  box-shadow: none;
  font-size: 12px;
}
.flat #lsid-window.registration .contents .login .form .email-form-element .show,
.flat #lsid-window.registration .contents .registration .form .email-form-element .show,
.flat #lsid-window.registration .contents .settings .form .email-form-element .show,
.flat #lsid-window.registration .contents .deleteAccount .form .email-form-element .show,
.flat #lsid-window.registration .contents .forgottenPassword .form .email-form-element .show,
.flat #lsid-window.registration .contents .passwordchange .form .email-form-element .show,
.flat #lsid-window.registration .contents .login .form .password-form-element .show,
.flat #lsid-window.registration .contents .registration .form .password-form-element .show,
.flat #lsid-window.registration .contents .settings .form .password-form-element .show,
.flat #lsid-window.registration .contents .deleteAccount .form .password-form-element .show,
.flat #lsid-window.registration .contents .forgottenPassword .form .password-form-element .show,
.flat #lsid-window.registration .contents .passwordchange .form .password-form-element .show,
.flat #lsid-window.registration .contents .login .form .newpassword-form-element .show,
.flat #lsid-window.registration .contents .registration .form .newpassword-form-element .show,
.flat #lsid-window.registration .contents .settings .form .newpassword-form-element .show,
.flat #lsid-window.registration .contents .deleteAccount .form .newpassword-form-element .show,
.flat #lsid-window.registration .contents .forgottenPassword .form .newpassword-form-element .show,
.flat #lsid-window.registration .contents .passwordchange .form .newpassword-form-element .show {
  border-radius: 0;
  background: url(../../../../res/_fs/build/registration-sprite.f7cd966.svg) no-repeat -180px 3px;
  width: 16px;
  height: 16px;
  border: none;
  background-color: transparent;
  min-width: inherit;
  padding: 0;
  font-size: 0;
  top: 21px;
  right: 20px;
}
@media (hover: hover) {
  .flat #lsid-window.registration .contents .login .form .email-form-element .show:hover,
  .flat #lsid-window.registration .contents .registration .form .email-form-element .show:hover,
  .flat #lsid-window.registration .contents .settings .form .email-form-element .show:hover,
  .flat #lsid-window.registration .contents .deleteAccount .form .email-form-element .show:hover,
  .flat #lsid-window.registration .contents .forgottenPassword .form .email-form-element .show:hover,
  .flat #lsid-window.registration .contents .passwordchange .form .email-form-element .show:hover,
  .flat #lsid-window.registration .contents .login .form .password-form-element .show:hover,
  .flat #lsid-window.registration .contents .registration .form .password-form-element .show:hover,
  .flat #lsid-window.registration .contents .settings .form .password-form-element .show:hover,
  .flat #lsid-window.registration .contents .deleteAccount .form .password-form-element .show:hover,
  .flat #lsid-window.registration .contents .forgottenPassword .form .password-form-element .show:hover,
  .flat #lsid-window.registration .contents .passwordchange .form .password-form-element .show:hover,
  .flat #lsid-window.registration .contents .login .form .newpassword-form-element .show:hover,
  .flat #lsid-window.registration .contents .registration .form .newpassword-form-element .show:hover,
  .flat #lsid-window.registration .contents .settings .form .newpassword-form-element .show:hover,
  .flat #lsid-window.registration .contents .deleteAccount .form .newpassword-form-element .show:hover,
  .flat #lsid-window.registration .contents .forgottenPassword .form .newpassword-form-element .show:hover,
  .flat #lsid-window.registration .contents .passwordchange .form .newpassword-form-element .show:hover {
    background-color: transparent;
  }
}
.flat #lsid-window.registration .contents .login .form .email-form-element .show.on,
.flat #lsid-window.registration .contents .registration .form .email-form-element .show.on,
.flat #lsid-window.registration .contents .settings .form .email-form-element .show.on,
.flat #lsid-window.registration .contents .deleteAccount .form .email-form-element .show.on,
.flat #lsid-window.registration .contents .forgottenPassword .form .email-form-element .show.on,
.flat #lsid-window.registration .contents .passwordchange .form .email-form-element .show.on,
.flat #lsid-window.registration .contents .login .form .password-form-element .show.on,
.flat #lsid-window.registration .contents .registration .form .password-form-element .show.on,
.flat #lsid-window.registration .contents .settings .form .password-form-element .show.on,
.flat #lsid-window.registration .contents .deleteAccount .form .password-form-element .show.on,
.flat #lsid-window.registration .contents .forgottenPassword .form .password-form-element .show.on,
.flat #lsid-window.registration .contents .passwordchange .form .password-form-element .show.on,
.flat #lsid-window.registration .contents .login .form .newpassword-form-element .show.on,
.flat #lsid-window.registration .contents .registration .form .newpassword-form-element .show.on,
.flat #lsid-window.registration .contents .settings .form .newpassword-form-element .show.on,
.flat #lsid-window.registration .contents .deleteAccount .form .newpassword-form-element .show.on,
.flat #lsid-window.registration .contents .forgottenPassword .form .newpassword-form-element .show.on,
.flat #lsid-window.registration .contents .passwordchange .form .newpassword-form-element .show.on {
  background-color: transparent;
  opacity: 0.5;
}
.flat #lsid-window.registration .contents .login .form .email-form-element,
.flat #lsid-window.registration .contents .registration .form .email-form-element,
.flat #lsid-window.registration .contents .settings .form .email-form-element,
.flat #lsid-window.registration .contents .deleteAccount .form .email-form-element,
.flat #lsid-window.registration .contents .forgottenPassword .form .email-form-element,
.flat #lsid-window.registration .contents .passwordchange .form .email-form-element {
  margin-top: 30px;
  border-bottom: none;
}
.flat #lsid-window.registration .contents .login .form .email-form-element #email,
.flat #lsid-window.registration .contents .registration .form .email-form-element #email,
.flat #lsid-window.registration .contents .settings .form .email-form-element #email,
.flat #lsid-window.registration .contents .deleteAccount .form .email-form-element #email,
.flat #lsid-window.registration .contents .forgottenPassword .form .email-form-element #email,
.flat #lsid-window.registration .contents .passwordchange .form .email-form-element #email {
  height: 36px;
  font-size: 12px;
}
.flat #lsid-window.registration .contents .login .form .sign-up-form-element,
.flat #lsid-window.registration .contents .registration .form .sign-up-form-element,
.flat #lsid-window.registration .contents .settings .form .sign-up-form-element,
.flat #lsid-window.registration .contents .deleteAccount .form .sign-up-form-element,
.flat #lsid-window.registration .contents .forgottenPassword .form .sign-up-form-element,
.flat #lsid-window.registration .contents .passwordchange .form .sign-up-form-element {
  display: flex;
  flex-flow: column nowrap;
  padding: 0;
  width: 100%;
  align-items: center;
}
.flat #lsid-window.registration .contents .login .form .sign-up-form-element #login-log-in-link,
.flat #lsid-window.registration .contents .registration .form .sign-up-form-element #login-log-in-link,
.flat #lsid-window.registration .contents .settings .form .sign-up-form-element #login-log-in-link,
.flat #lsid-window.registration .contents .deleteAccount .form .sign-up-form-element #login-log-in-link,
.flat #lsid-window.registration .contents .forgottenPassword .form .sign-up-form-element #login-log-in-link,
.flat #lsid-window.registration .contents .passwordchange .form .sign-up-form-element #login-log-in-link,
.flat #lsid-window.registration .contents .login .form .sign-up-form-element #registration-log-in-link,
.flat #lsid-window.registration .contents .registration .form .sign-up-form-element #registration-log-in-link,
.flat #lsid-window.registration .contents .settings .form .sign-up-form-element #registration-log-in-link,
.flat #lsid-window.registration .contents .deleteAccount .form .sign-up-form-element #registration-log-in-link,
.flat #lsid-window.registration .contents .forgottenPassword .form .sign-up-form-element #registration-log-in-link,
.flat #lsid-window.registration .contents .passwordchange .form .sign-up-form-element #registration-log-in-link {
  font-size: 12px;
  padding-top: 10px;
}
.flat #lsid-window.registration .contents .login .form .sign-up-form-element .terms,
.flat #lsid-window.registration .contents .registration .form .sign-up-form-element .terms,
.flat #lsid-window.registration .contents .settings .form .sign-up-form-element .terms,
.flat #lsid-window.registration .contents .deleteAccount .form .sign-up-form-element .terms,
.flat #lsid-window.registration .contents .forgottenPassword .form .sign-up-form-element .terms,
.flat #lsid-window.registration .contents .passwordchange .form .sign-up-form-element .terms {
  margin-top: 10px;
  text-align: center;
}
.flat #lsid-window.registration .contents .login .form .sign-up-form-element #terms-link,
.flat #lsid-window.registration .contents .registration .form .sign-up-form-element #terms-link,
.flat #lsid-window.registration .contents .settings .form .sign-up-form-element #terms-link,
.flat #lsid-window.registration .contents .deleteAccount .form .sign-up-form-element #terms-link,
.flat #lsid-window.registration .contents .forgottenPassword .form .sign-up-form-element #terms-link,
.flat #lsid-window.registration .contents .passwordchange .form .sign-up-form-element #terms-link {
  width: 180px;
}
.flat #lsid-window.registration .contents .login .form #login,
.flat #lsid-window.registration .contents .registration .form #login,
.flat #lsid-window.registration .contents .settings .form #login,
.flat #lsid-window.registration .contents .deleteAccount .form #login,
.flat #lsid-window.registration .contents .forgottenPassword .form #login,
.flat #lsid-window.registration .contents .passwordchange .form #login,
.flat #lsid-window.registration .contents .login .form #registration,
.flat #lsid-window.registration .contents .registration .form #registration,
.flat #lsid-window.registration .contents .settings .form #registration,
.flat #lsid-window.registration .contents .deleteAccount .form #registration,
.flat #lsid-window.registration .contents .forgottenPassword .form #registration,
.flat #lsid-window.registration .contents .passwordchange .form #registration,
.flat #lsid-window.registration .contents .login .form #settings,
.flat #lsid-window.registration .contents .registration .form #settings,
.flat #lsid-window.registration .contents .settings .form #settings,
.flat #lsid-window.registration .contents .deleteAccount .form #settings,
.flat #lsid-window.registration .contents .forgottenPassword .form #settings,
.flat #lsid-window.registration .contents .passwordchange .form #settings,
.flat #lsid-window.registration .contents .login .form #delete-account-no,
.flat #lsid-window.registration .contents .registration .form #delete-account-no,
.flat #lsid-window.registration .contents .settings .form #delete-account-no,
.flat #lsid-window.registration .contents .deleteAccount .form #delete-account-no,
.flat #lsid-window.registration .contents .forgottenPassword .form #delete-account-no,
.flat #lsid-window.registration .contents .passwordchange .form #delete-account-no,
.flat #lsid-window.registration .contents .login .form #delete-account-yes,
.flat #lsid-window.registration .contents .registration .form #delete-account-yes,
.flat #lsid-window.registration .contents .settings .form #delete-account-yes,
.flat #lsid-window.registration .contents .deleteAccount .form #delete-account-yes,
.flat #lsid-window.registration .contents .forgottenPassword .form #delete-account-yes,
.flat #lsid-window.registration .contents .passwordchange .form #delete-account-yes,
.flat #lsid-window.registration .contents .login .form #send,
.flat #lsid-window.registration .contents .registration .form #send,
.flat #lsid-window.registration .contents .settings .form #send,
.flat #lsid-window.registration .contents .deleteAccount .form #send,
.flat #lsid-window.registration .contents .forgottenPassword .form #send,
.flat #lsid-window.registration .contents .passwordchange .form #send,
.flat #lsid-window.registration .contents .login .form #passwordchange,
.flat #lsid-window.registration .contents .registration .form #passwordchange,
.flat #lsid-window.registration .contents .settings .form #passwordchange,
.flat #lsid-window.registration .contents .deleteAccount .form #passwordchange,
.flat #lsid-window.registration .contents .forgottenPassword .form #passwordchange,
.flat #lsid-window.registration .contents .passwordchange .form #passwordchange {
  height: 36px;
  width: 100%;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 10px 0 0;
  padding: 0;
  font-size: 12px;
}
.flat #lsid-window.registration .contents .login .form #login:hover,
.flat #lsid-window.registration .contents .registration .form #login:hover,
.flat #lsid-window.registration .contents .settings .form #login:hover,
.flat #lsid-window.registration .contents .deleteAccount .form #login:hover,
.flat #lsid-window.registration .contents .forgottenPassword .form #login:hover,
.flat #lsid-window.registration .contents .passwordchange .form #login:hover,
.flat #lsid-window.registration .contents .login .form #registration:hover,
.flat #lsid-window.registration .contents .registration .form #registration:hover,
.flat #lsid-window.registration .contents .settings .form #registration:hover,
.flat #lsid-window.registration .contents .deleteAccount .form #registration:hover,
.flat #lsid-window.registration .contents .forgottenPassword .form #registration:hover,
.flat #lsid-window.registration .contents .passwordchange .form #registration:hover,
.flat #lsid-window.registration .contents .login .form #settings:hover,
.flat #lsid-window.registration .contents .registration .form #settings:hover,
.flat #lsid-window.registration .contents .settings .form #settings:hover,
.flat #lsid-window.registration .contents .deleteAccount .form #settings:hover,
.flat #lsid-window.registration .contents .forgottenPassword .form #settings:hover,
.flat #lsid-window.registration .contents .passwordchange .form #settings:hover,
.flat #lsid-window.registration .contents .login .form #delete-account-no:hover,
.flat #lsid-window.registration .contents .registration .form #delete-account-no:hover,
.flat #lsid-window.registration .contents .settings .form #delete-account-no:hover,
.flat #lsid-window.registration .contents .deleteAccount .form #delete-account-no:hover,
.flat #lsid-window.registration .contents .forgottenPassword .form #delete-account-no:hover,
.flat #lsid-window.registration .contents .passwordchange .form #delete-account-no:hover,
.flat #lsid-window.registration .contents .login .form #delete-account-yes:hover,
.flat #lsid-window.registration .contents .registration .form #delete-account-yes:hover,
.flat #lsid-window.registration .contents .settings .form #delete-account-yes:hover,
.flat #lsid-window.registration .contents .deleteAccount .form #delete-account-yes:hover,
.flat #lsid-window.registration .contents .forgottenPassword .form #delete-account-yes:hover,
.flat #lsid-window.registration .contents .passwordchange .form #delete-account-yes:hover,
.flat #lsid-window.registration .contents .login .form #send:hover,
.flat #lsid-window.registration .contents .registration .form #send:hover,
.flat #lsid-window.registration .contents .settings .form #send:hover,
.flat #lsid-window.registration .contents .deleteAccount .form #send:hover,
.flat #lsid-window.registration .contents .forgottenPassword .form #send:hover,
.flat #lsid-window.registration .contents .passwordchange .form #send:hover,
.flat #lsid-window.registration .contents .login .form #passwordchange:hover,
.flat #lsid-window.registration .contents .registration .form #passwordchange:hover,
.flat #lsid-window.registration .contents .settings .form #passwordchange:hover,
.flat #lsid-window.registration .contents .deleteAccount .form #passwordchange:hover,
.flat #lsid-window.registration .contents .forgottenPassword .form #passwordchange:hover,
.flat #lsid-window.registration .contents .passwordchange .form #passwordchange:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .flat #lsid-window.registration .contents .login .form #login:hover,
  .flat #lsid-window.registration .contents .registration .form #login:hover,
  .flat #lsid-window.registration .contents .settings .form #login:hover,
  .flat #lsid-window.registration .contents .deleteAccount .form #login:hover,
  .flat #lsid-window.registration .contents .forgottenPassword .form #login:hover,
  .flat #lsid-window.registration .contents .passwordchange .form #login:hover,
  .flat #lsid-window.registration .contents .login .form #registration:hover,
  .flat #lsid-window.registration .contents .registration .form #registration:hover,
  .flat #lsid-window.registration .contents .settings .form #registration:hover,
  .flat #lsid-window.registration .contents .deleteAccount .form #registration:hover,
  .flat #lsid-window.registration .contents .forgottenPassword .form #registration:hover,
  .flat #lsid-window.registration .contents .passwordchange .form #registration:hover,
  .flat #lsid-window.registration .contents .login .form #settings:hover,
  .flat #lsid-window.registration .contents .registration .form #settings:hover,
  .flat #lsid-window.registration .contents .settings .form #settings:hover,
  .flat #lsid-window.registration .contents .deleteAccount .form #settings:hover,
  .flat #lsid-window.registration .contents .forgottenPassword .form #settings:hover,
  .flat #lsid-window.registration .contents .passwordchange .form #settings:hover,
  .flat #lsid-window.registration .contents .login .form #delete-account-no:hover,
  .flat #lsid-window.registration .contents .registration .form #delete-account-no:hover,
  .flat #lsid-window.registration .contents .settings .form #delete-account-no:hover,
  .flat #lsid-window.registration .contents .deleteAccount .form #delete-account-no:hover,
  .flat #lsid-window.registration .contents .forgottenPassword .form #delete-account-no:hover,
  .flat #lsid-window.registration .contents .passwordchange .form #delete-account-no:hover,
  .flat #lsid-window.registration .contents .login .form #delete-account-yes:hover,
  .flat #lsid-window.registration .contents .registration .form #delete-account-yes:hover,
  .flat #lsid-window.registration .contents .settings .form #delete-account-yes:hover,
  .flat #lsid-window.registration .contents .deleteAccount .form #delete-account-yes:hover,
  .flat #lsid-window.registration .contents .forgottenPassword .form #delete-account-yes:hover,
  .flat #lsid-window.registration .contents .passwordchange .form #delete-account-yes:hover,
  .flat #lsid-window.registration .contents .login .form #send:hover,
  .flat #lsid-window.registration .contents .registration .form #send:hover,
  .flat #lsid-window.registration .contents .settings .form #send:hover,
  .flat #lsid-window.registration .contents .deleteAccount .form #send:hover,
  .flat #lsid-window.registration .contents .forgottenPassword .form #send:hover,
  .flat #lsid-window.registration .contents .passwordchange .form #send:hover,
  .flat #lsid-window.registration .contents .login .form #passwordchange:hover,
  .flat #lsid-window.registration .contents .registration .form #passwordchange:hover,
  .flat #lsid-window.registration .contents .settings .form #passwordchange:hover,
  .flat #lsid-window.registration .contents .deleteAccount .form #passwordchange:hover,
  .flat #lsid-window.registration .contents .forgottenPassword .form #passwordchange:hover,
  .flat #lsid-window.registration .contents .passwordchange .form #passwordchange:hover {
    background-color: #167e00;
  }
}
.flat #lsid-window.registration .contents .login .form #delete-account-yes,
.flat #lsid-window.registration .contents .registration .form #delete-account-yes,
.flat #lsid-window.registration .contents .settings .form #delete-account-yes,
.flat #lsid-window.registration .contents .deleteAccount .form #delete-account-yes,
.flat #lsid-window.registration .contents .forgottenPassword .form #delete-account-yes,
.flat #lsid-window.registration .contents .passwordchange .form #delete-account-yes {
  margin-right: 10px;
  background-color: #656565;
}
@media (hover: hover) {
  .flat #lsid-window.registration .contents .login .form #delete-account-yes:hover,
  .flat #lsid-window.registration .contents .registration .form #delete-account-yes:hover,
  .flat #lsid-window.registration .contents .settings .form #delete-account-yes:hover,
  .flat #lsid-window.registration .contents .deleteAccount .form #delete-account-yes:hover,
  .flat #lsid-window.registration .contents .forgottenPassword .form #delete-account-yes:hover,
  .flat #lsid-window.registration .contents .passwordchange .form #delete-account-yes:hover {
    background-color: #444;
  }
}
.flat #lsid-window.registration .contents .login #login-content,
.flat #lsid-window.registration .contents .registration #login-content,
.flat #lsid-window.registration .contents .settings #login-content,
.flat #lsid-window.registration .contents .deleteAccount #login-content,
.flat #lsid-window.registration .contents .forgottenPassword #login-content,
.flat #lsid-window.registration .contents .passwordchange #login-content {
  display: flex;
  flex-flow: column;
  width: 260px;
}
.flat #lsid-window.registration .contents .login #login-content .lsid-messages,
.flat #lsid-window.registration .contents .registration #login-content .lsid-messages,
.flat #lsid-window.registration .contents .settings #login-content .lsid-messages,
.flat #lsid-window.registration .contents .deleteAccount #login-content .lsid-messages,
.flat #lsid-window.registration .contents .forgottenPassword #login-content .lsid-messages,
.flat #lsid-window.registration .contents .passwordchange #login-content .lsid-messages {
  width: auto;
  background-color: transparent;
  margin-top: 20px;
}
.flat #lsid-window.registration .contents .login #login-content .lsid-messages .message,
.flat #lsid-window.registration .contents .registration #login-content .lsid-messages .message,
.flat #lsid-window.registration .contents .settings #login-content .lsid-messages .message,
.flat #lsid-window.registration .contents .deleteAccount #login-content .lsid-messages .message,
.flat #lsid-window.registration .contents .forgottenPassword #login-content .lsid-messages .message,
.flat #lsid-window.registration .contents .passwordchange #login-content .lsid-messages .message {
  margin: 0;
  padding: 10px 40px 10px 60px;
  font-size: 11px;
  text-align: left;
  line-height: 16px;
  color: #656565;
  min-height: 32px;
  position: relative;
  background-color: #fff4bd;
}
.flat #lsid-window.registration .contents .login #login-content .lsid-messages .message:before,
.flat #lsid-window.registration .contents .registration #login-content .lsid-messages .message:before,
.flat #lsid-window.registration .contents .settings #login-content .lsid-messages .message:before,
.flat #lsid-window.registration .contents .deleteAccount #login-content .lsid-messages .message:before,
.flat #lsid-window.registration .contents .forgottenPassword #login-content .lsid-messages .message:before,
.flat #lsid-window.registration .contents .passwordchange #login-content .lsid-messages .message:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../../../../res/_fs/build/registration-sprite.f7cd966.svg) no-repeat -590px 10px;
  width: 50px;
  height: 50px;
}
.flat #lsid-window.registration .contents .login .captcha,
.flat #lsid-window.registration .contents .registration .captcha,
.flat #lsid-window.registration .contents .settings .captcha,
.flat #lsid-window.registration .contents .deleteAccount .captcha,
.flat #lsid-window.registration .contents .forgottenPassword .captcha,
.flat #lsid-window.registration .contents .passwordchange .captcha {
  padding: 10px;
  box-shadow: none;
  margin: 0;
  background-color: #f0f0f0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  height: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.flat #lsid-window.registration .contents #login-form,
.flat #lsid-window.registration .contents #registration-form {
  display: flex;
  flex-flow: column nowrap;
}
.flat #lsid-window.registration .contents .benefits {
  display: flex;
  background: url(../../../../res/_fs/build/registration.6d76c22.jpg) #cfad80 no-repeat 0 130%;
  background-size: 340px;
  color: #fff;
  margin: -20px 20px -20px -20px;
  width: 320px;
  justify-content: center;
}
.flat #lsid-window.registration .contents .benefits ul {
  margin-top: 50px;
  list-style-type: none;
  font-weight: bold;
  font-size: 12px;
  width: 200px;
}
.flat #lsid-window.registration .contents .benefits ul li {
  display: flex;
  flex-flow: row nowrap;
  line-height: 16px;
  margin-bottom: 40px;
  background-size: 30px;
}
.flat #lsid-window.registration .contents .benefits ul li .benefit-item {
  width: 30px;
  height: 30px;
  display: inline-block;
  flex: 0 0 30px;
  margin-right: 15px;
}
.flat #lsid-window.registration .contents .benefits ul li .sync {
  background: url(../../../../res/_fs/build/registration-sprite.f7cd966.svg) no-repeat 0 0;
}
.flat #lsid-window.registration .contents .benefits ul li .news {
  background: url(../../../../res/_fs/build/registration-sprite.f7cd966.svg) no-repeat -120px 1px;
}
.flat #lsid-window.registration .contents .benefits ul li .favourite {
  background: url(../../../../res/_fs/build/registration-sprite.f7cd966.svg) no-repeat -60px 0;
}
.flat #lsid-window.registration .contents .err-msg-wrapper {
  left: 280px;
}
.flat #lsid-window.registration .contents .deleteAccount {
  width: 320px;
  padding: 0;
}
.flat #lsid-window.registration .contents .deleteAccount .header {
  color: var(--color-text-4);
  font-family: Tahoma, Verdana, "Geneva CE", Lucida, Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  width: 100%;
  padding: 0;
}
.flat #lsid-window.registration .contents .deleteAccount .deleteAccountForm__text {
  font-size: 12px;
}
.flat #lsid-window.registration .contents .forgottenPassword {
  width: 320px;
}
.flat #lsid-window.registration .contents .forgottenPassword .text {
  width: auto;
  margin: 20px 0 0;
  padding: 10px 40px 10px 60px;
  font-size: 11px;
  text-align: left;
  line-height: 16px;
  color: #656565;
  position: relative;
  background-color: #fff4bd;
}
.flat #lsid-window.registration .contents .forgottenPassword .text:before {
  content: "";
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  top: calc(50% - 17px);
  left: 10px;
  background: url(../../../../res/_fs/build/registration-sprite.f7cd966.svg) no-repeat -299px 0px;
}
.flat #lsid-window.registration .contents .forgottenPassword .email-form-element {
  margin-top: 0 !important;
}
.flat #lsid-window.registration .contents .newTermsOfUse1,
.flat #lsid-window.registration .contents .newTermsOfUse2 {
  width: 320px;
  padding: 0;
}
.flat #lsid-window.registration .contents .newTermsOfUse1 .header,
.flat #lsid-window.registration .contents .newTermsOfUse2 .header {
  color: var(--color-text-4);
  font-family: Tahoma, Verdana, "Geneva CE", Lucida, Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  width: 100%;
  padding: 0;
}
.flat #lsid-window.registration .contents .newTermsOfUse1Form__text,
.flat #lsid-window.registration .contents .newTermsOfUse2Form__text {
  font-size: 12px;
  padding: 20px 0;
}
.flat #lsid-window.registration .contents .newTermsOfUse1Form__text a,
.flat #lsid-window.registration .contents .newTermsOfUse2Form__text a {
  color: #167e00;
}
.flat #lsid-window.registration .contents .newTermsOfUse1Form__buttons > *:first-child,
.flat #lsid-window.registration .contents .newTermsOfUse2Form__buttons > *:first-child {
  margin-right: 10px;
}
.flat #lsid-window.registration .contents .newTermsOfUse1Form__buttons #terms-agree,
.flat #lsid-window.registration .contents .newTermsOfUse2Form__buttons #terms-agree,
.flat #lsid-window.registration .contents .newTermsOfUse1Form__buttons #privacySettings-agree,
.flat #lsid-window.registration .contents .newTermsOfUse2Form__buttons #privacySettings-agree {
  min-height: 36px;
  height: auto;
  flex: 0 0 50%;
  max-width: calc(50% - 5px);
  word-break: break-word;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin-top: 10px;
  padding: 10px 15px;
  font-size: 12px;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (hover: hover) {
  .flat #lsid-window.registration .contents .newTermsOfUse1Form__buttons #terms-agree:hover,
  .flat #lsid-window.registration .contents .newTermsOfUse2Form__buttons #terms-agree:hover,
  .flat #lsid-window.registration .contents .newTermsOfUse1Form__buttons #privacySettings-agree:hover,
  .flat #lsid-window.registration .contents .newTermsOfUse2Form__buttons #privacySettings-agree:hover {
    background-color: #336914;
  }
}
.flat #lsid-window.registration .contents .newTermsOfUse1Form__buttons #terms-logout,
.flat #lsid-window.registration .contents .newTermsOfUse2Form__buttons #terms-logout,
.flat #lsid-window.registration .contents .newTermsOfUse1Form__buttons #terms-disagree,
.flat #lsid-window.registration .contents .newTermsOfUse2Form__buttons #terms-disagree {
  min-height: 36px;
  height: auto;
  flex: 0 0 50%;
  max-width: calc(50% - 5px);
  word-break: break-word;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin-top: 10px;
  padding: 10px 15px;
  font-size: 12px;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #656565;
}
@media (hover: hover) {
  .flat #lsid-window.registration .contents .newTermsOfUse1Form__buttons #terms-logout:hover,
  .flat #lsid-window.registration .contents .newTermsOfUse2Form__buttons #terms-logout:hover,
  .flat #lsid-window.registration .contents .newTermsOfUse1Form__buttons #terms-disagree:hover,
  .flat #lsid-window.registration .contents .newTermsOfUse2Form__buttons #terms-disagree:hover {
    background-color: #444;
  }
}
.flat #lsid-window.registration .contents .newTermsOfUse1Form__links > a,
.flat #lsid-window.registration .contents .newTermsOfUse2Form__links > a {
  color: #167e00;
}
.flat #lsid-window.registration .contents .newTermsOfUse1Form__links > a:hover,
.flat #lsid-window.registration .contents .newTermsOfUse2Form__links > a:hover {
  color: #336914;
}
.flat #lsid-window.registration .contents .privacySettings {
  width: 420px;
  padding: 0;
}
.flat #lsid-window.registration .contents .privacySettings .header {
  color: var(--color-text-4);
  font-family: Tahoma, Verdana, "Geneva CE", Lucida, Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  width: 100%;
  padding: 0;
}
.flat #lsid-window.registration .contents .privacySettingsForm {
  padding: 0;
}
.flat #lsid-window.registration .contents .privacySettingsForm__text {
  font-size: 12px;
  text-align: left;
  padding: 20px 0;
}
.flat #lsid-window.registration .contents .privacySettingsFormCheckboxes {
  padding-top: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.flat #lsid-window.registration .contents .privacySettingsFormCheckboxes label {
  display: flex;
  align-items: center;
}
.flat #lsid-window.registration .contents .privacySettingsFormCheckboxes input {
  margin-right: 6px;
}
.flat #lsid-window.registration .contents .privacySettingsForm__buttons #privacySettings-agree {
  min-height: 36px;
  height: auto;
  flex: 0 0 50%;
  word-break: break-word;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 10px 0;
  padding: 10px 15px;
  font-size: 12px;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (hover: hover) {
  .flat #lsid-window.registration .contents .privacySettingsForm__buttons #privacySettings-agree:hover {
    background-color: #336914;
  }
}
.flat #lsid-window #lsid-window-close {
  top: 20px;
  right: 20px;
  position: absolute;
}
.flat #lsid-window.registration .contents .forgottenPassword .form,
.flat #lsid-window.registration .contents .deleteAccount .form {
  width: 100%;
}
@media only screen and (max-width: 639px) {
  .flat.responsive #lsid-window.registration {
    overflow-y: auto;
    box-shadow: none;
  }
  .flat.responsive #lsid-window.registration .contents {
    flex-flow: row nowrap;
    justify-content: center;
  }
  .flat.responsive #lsid-window.registration .contents__passwordChange {
    flex-flow: row-reverse nowrap !important;
    flex-direction: column !important;
  }
  .flat.responsive #lsid-window.registration .contents h1 {
    margin-top: 20px;
  }
  .flat.responsive #lsid-window.registration .contents .benefits {
    display: none;
  }
  .flat.responsive #lsid-window.registration .contents .login .form,
  .flat.responsive #lsid-window.registration .contents .registration .form {
    margin-top: 15px;
  }
  .flat.responsive #lsid-window.registration .contents .login #login-content,
  .flat.responsive #lsid-window.registration .contents .registration #login-content {
    width: 100%;
  }
  .flat.responsive #lsid-window.registration .contents .login #login-content .lsid-messages,
  .flat.responsive #lsid-window.registration .contents .registration #login-content .lsid-messages {
    width: 260px;
  }
  .flat.responsive #lsid-window.registration .contents .privacySettings,
  .flat.responsive #lsid-window.registration .contents .newTermsOfUse1,
  .flat.responsive #lsid-window.registration .contents .newTermsOfUse2,
  .flat.responsive #lsid-window.registration .contents .forgottenPassword {
    width: 300px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .flat.responsive #lsid-window.registration .contents .privacySettings .form,
  .flat.responsive #lsid-window.registration .contents .newTermsOfUse1 .form,
  .flat.responsive #lsid-window.registration .contents .newTermsOfUse2 .form,
  .flat.responsive #lsid-window.registration .contents .forgottenPassword .form {
    width: 280px !important;
  }
  .flat.responsive #lsid-window.registration[data-window-name="privacySettings"] {
    bottom: 0;
    background-color: var(--color-background-1);
  }
  .flat.responsive .login .form,
  .flat.responsive .registration .form,
  .flat.responsive .settings .form,
  .flat.responsive .deleteAccount .form,
  .flat.responsive .forgottenPassword .form,
  .flat.responsive .passwordchange .form {
    width: auto;
  }
  .flat.responsive .deleteAccount .form {
    width: 280px !important;
  }
  .flat.responsive .deleteAccount {
    padding: 20px 0 0 20px !important;
    box-sizing: border-box;
  }
}
/*
	CONTROL PANEL - SKELETON
*/
div#control-panel-bg {
  height: 40px;
  position: relative;
  z-index: 888;
}
div#control-panel {
  /*	position: fixed; */
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 900;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  border-top: 1px solid #525252;
  border-bottom: 1px solid #000;
  background: #666666;
  /* Old browsers */
  background: -moz-linear-gradient(to bottom, #666666 0%, #343434 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #343434));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(to bottom, #666666 0%, #343434 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(to bottom, #666666 0%, #343434 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(to bottom, #666666 0%, #343434 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #666666 0%, #343434 100%);
  /* W3C */
}
div#control-panel #lsid {
  float: left;
}
div#control-panel #lsid #signInFB {
  visibility: hidden;
}
div#control-panel-content {
  width: 990px;
  height: 40px;
  margin: 0px auto;
}
.isWide div#control-panel-content {
  width: 1130px;
  height: 40px;
  margin: 0px auto;
}
div#control-panel-left {
  float: left;
  margin-left: -5px;
}
div#control-panel-right {
  float: right;
  margin-right: 7px;
}
div#control-panel-right .user {
  width: 209px;
  margin-top: 8px;
}
div#control-panel-left {
  float: left;
  margin-right: -13px;
}
/*
	----------- ICONS AND BUTTONS ------------
*/
span.control-panel-icon,
span.control-panel-icon-2 {
  float: left;
  margin-top: 5px;
  margin-left: 10px;
  border-radius: 5px;
  padding: 0px;
  background-color: #222;
}
span.control-panel-icon:hover,
span.control-panel-icon-2:hover {
  opacity: 0.75;
}
a.control-panel-icon-search,
a.control-panel-icon-setting,
a.control-panel-icon-android,
a.control-panel-icon-apple,
a.control-panel-icon-social {
  /*	width: 100%; */
  height: 100%;
  display: block;
}
div.control-panel-button {
  margin-top: 6px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  height: 26px;
  line-height: 25px;
  font-weight: bold;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
  background: #aa0000;
}
div.control-panel-button:hover {
  text-decoration: underline;
}
div.control-panel-button-select {
  border-radius: 0px !important;
  font-weight: normal;
  height: 22px;
  line-height: 21px;
  margin-top: 8px;
  padding-right: 25px;
  position: relative;
}
div.control-panel-button-select span {
  display: block;
  width: 25px;
  height: 22px;
  position: absolute;
  right: 0px;
  top: 0px;
}
body.v3 div.control-panel-button {
  background: linear-gradient(to bottom, #464546 0%, #1e191f 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #222;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
body.v3 div.control-panel-button-red {
  background: linear-gradient(to bottom, #c30000 0%, #940000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #440000;
}
body.v3 span.control-panel-icon,
body.v3 span.control-panel-icon-2 {
  margin-top: 4px;
  background: linear-gradient(to bottom, #464546 0%, #1e191f 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #222;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  width: 30px;
  height: 30px;
}
body.v3 span.control-panel-icon:hover,
body.v3 span.control-panel-icon-2:hover {
  opacity: 1.0;
  background: linear-gradient(to bottom, #505050 0%, #222 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
body.v3 span.control-panel-icon-2 {
  margin-top: 5px;
  width: auto;
  height: 28px;
}
body.v3 span.control-panel-icon-2 a {
  padding-left: 32px;
  padding-right: 10px;
  font-weight: bold;
  color: #fff;
  line-height: 27px;
  text-decoration: none;
}
body.v3 span.control-panel-icon-2 a:hover {
  text-decoration: underline;
}
body.light-bg-1 div#control-panel {
  background: #7d7d7d;
  /* Old browsers */
  background: -moz-linear-gradient(to bottom, #7d7d7d 0%, #525252 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7d7d), color-stop(100%, #525252));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(to bottom, #7d7d7d 0%, #525252 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(to bottom, #7d7d7d 0%, #525252 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(to bottom, #7d7d7d 0%, #525252 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7d7d7d 0%, #525252 100%);
  /* W3C */
}
#lsid .buttons {
  display: flex;
  flex-flow: row nowrap;
}
#lsid #signIn,
#lsid #registration,
#lsid #lsid-content .user {
  max-width: none;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  float: none;
  text-align: left;
  line-height: normal;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  text-shadow: none;
  margin: 0 10px 0 0;
}
#lsid #signInFB {
  display: none;
}
#lsid #signIn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  #lsid #signIn:hover {
    background-color: var(--color-sport-secondary-body);
  }
}
#lsid #registration {
  margin-right: 0;
  text-transform: uppercase;
  background-color: var(--color-registration-button, var(--color-sport-tertiary));
}
#lsid #lsid-content {
  user-select: none;
}
#lsid #lsid-content .user {
  background-color: var(--color-sport-secondary-body);
  padding: 0;
  margin-right: 0;
}
#lsid #lsid-content .user:hover {
  background-color: var(--color-sport-tertiary);
}
#lsid #lsid-content .user .wrapperArrow {
  border: none;
  margin-left: 10px;
}
#lsid #lsid-content .user .button {
  border-left: 1px solid #fff;
  width: auto;
  height: auto;
}
#lsid #lsid-content .user .button span {
  background: none;
  width: 28px;
  height: 28px;
  margin: 0;
  position: relative;
}
#lsid #lsid-content .user .button span:hover {
  background: none;
  width: 28px;
  height: 28px;
}
#lsid #lsid-content .user .button span:after {
  left: 12px;
  top: 10px;
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  position: absolute;
}
#lsid #lsid-content .user .icon {
  background: url(../../../../res/_fs/build/control-icons.c7c771b.svg) no-repeat -357px -27px;
  width: 28px;
  height: 24px;
  margin-right: 5px;
}
.theme--dark #lsid #lsid-content .user .icon {
  background-position-y: -57px;
}
#lsid #lsid-content .user .icon#arrow {
  background: none;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  transition: 0.2s;
}
#lsid #lsid-content .lsid-dropdown {
  height: 32px;
  padding-left: 10px;
}
#lsid #lsid-content .settings-list {
  width: 100%;
  top: 32px;
  box-shadow: 2px 4px 20px 0 rgba(0, 0, 0, var(--value-transparency-1));
  margin-top: 0;
  z-index: 5;
}
#lsid #lsid-content .settings-list li {
  border: none;
  box-sizing: border-box;
  line-height: 1.4;
  min-height: 28px;
  display: flex;
  height: auto;
}
#lsid #lsid-content .settings-list li.profile-name-item {
  display: none;
  padding-top: 8px;
}
#lsid #lsid-content .settings-list li:not(:last-child) {
  border-bottom: 1px solid var(--color-border-5);
}
@media (hover: hover) {
  #lsid #lsid-content .settings-list li:not(.profile-name-item):hover {
    background-color: var(--color-background-hover-1);
  }
}
#lsid #lsid-content .settings-list li:not(.profile-name-item):hover a {
  text-decoration: underline;
}
#lsid #lsid-content .settings-list a {
  font-weight: normal;
  text-transform: none;
  display: flex;
  align-items: center;
  height: auto;
  padding: 6px 4px;
  flex: 1;
}
#lsid #lsid-content .settings-list .icon {
  margin: 0 12px 0 8px;
  padding: 0;
  background: none;
  display: flex;
}
#lsid #lsid-content .settings-list #lsid-change-password {
  position: relative;
}
#lsid #lsid-content .settings-list #lsid-change-password .icon {
  background: url(../../../../res/_fs/build/change-password.7d6a5b2.svg) no-repeat 50% 50%;
}
.theme--dark #lsid #lsid-content .settings-list #lsid-change-password .icon {
  filter: brightness(2.2);
}
#lsid #lsid-content .settings-list #lsid-change-password .userControls__icon--rArrow {
  margin: 0 0 0 auto;
}
#lsid #lsid-content .settings-list #lsid-change-password:after {
  display: none;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  margin: 8px;
  background: url(../../../../res/_fs/build/control-icons.c7c771b.svg) no-repeat -232px 5px;
}
.theme--dark #lsid #lsid-content .settings-list #lsid-change-password:after {
  background-position-y: -55px;
}
#lsid #lsid-content .settings-list #tv-users-overview {
  position: relative;
}
#lsid #lsid-content .settings-list #tv-users-overview .icon {
  width: 16px;
  height: 13px;
  filter: brightness(0.7);
  background-image: url(../../../../res/_fs/build/liveTable.0eb8f3b.svg);
  background-repeat: no-repeat;
  background-position: -330px 0px;
}
.theme--dark #lsid #lsid-content .settings-list #tv-users-overview .icon {
  filter: brightness(2.2);
}
#lsid #lsid-content .settings-list #lsid-delete-account .icon {
  background: url(../../../../res/_fs/build/delete-account.cb30853.svg) no-repeat 50% top;
}
.theme--dark #lsid #lsid-content .settings-list #lsid-delete-account .icon {
  filter: brightness(2.2);
}
#lsid #lsid-content .settings-list #lsid-sign-out .icon {
  background: url(../../../../res/_fs/build/sign-out.fa4c263.svg) no-repeat 50% top;
}
.theme--dark #lsid #lsid-content .settings-list #lsid-sign-out .icon {
  filter: brightness(2.2);
}
#lsid #lsid-content #lsid-profile-name {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
}
#lsid #lsid-content #lsid-profile-name .icon {
  background: url(../../../../res/_fs/build/control-icons.c7c771b.svg) no-repeat -59px 0px;
  width: 20px;
  height: 20px;
  margin-left: 11px;
}
.theme--dark #lsid #lsid-content #lsid-profile-name .icon {
  background-position-y: -60px;
}
#lsid .logged-in-title {
  font-weight: bold;
}
#lsid-window {
  z-index: 12 !important;
}
#lsid-window-mask {
  z-index: 11 !important;
}
@media only screen and (max-width: 999px) {
  .responsive .header__button--lsidBox #lsid #lsid-content .user {
    margin-right: 0;
  }
  .responsive .header__button--lsidBox #lsid #lsid-content .settings-list {
    width: 100%;
  }
  .responsive .header__button--lsidBox #lsid #lsid-content .settings-list li {
    min-height: 40px;
  }
  .responsive .header__button--lsidBox #lsid #lsid-content .settings-list a {
    width: 100%;
  }
}
@media only screen and (max-width: 999px) and (hover: hover) {
  .responsive .header__button--lsidBox #lsid #lsid-content .buttons #signInFB:hover {
    background-color: rgba(0, 0, 0, 0.12);
  }
}
@media only screen and (max-width: 639px) {
  .responsive #lsid-window {
    left: 0 !important;
    right: 0 !important;
    padding: 20px;
    display: flex !important;
    flex-flow: column nowrap;
  }
  .responsive #lsid-window > div {
    min-width: inherit !important;
  }
  .responsive #lsid-window .content-wrap #livescore-settings {
    width: 100%;
    min-width: inherit;
  }
  .responsive #lsid-window .social-buttons #\#login-twitter,
  .responsive #lsid-window .social-buttons #\#registration-twitter {
    display: none;
  }
  .responsive #lsid-window.registration #lsid-window-close {
    display: none;
  }
  .responsive #lsid-window[data-window-name="registration-ok-message"].registration #lsid-window-close {
    display: inline-block;
    position: fixed;
    top: 58px;
    left: calc(50% + 125px);
  }
  .responsive .flat #lsid-window.registration .contents .login #login-content {
    width: calc(100vw - 40px);
  }
  .responsive .flat #lsid-window.registration .contents .login #login-content .form {
    width: 100%;
  }
  .responsive .flat #lsid-window.registration .contents .registration .form {
    width: calc(100vw - 40px);
  }
  .responsive #lsid #lsid-content {
    position: inherit;
  }
  .responsive #lsid #lsid-content .settings-list {
    box-shadow: none;
  }
  .responsive #lsid #lsid-content .settings-list .profile-name-item {
    display: flex;
    cursor: auto;
  }
  .responsive #lsid #lsid-content .settings-list .profile-name-item .logged-in {
    margin: 10px 0;
  }
  .responsive #lsid #lsid-content .settings-list #lsid-change-password:after {
    display: block;
  }
  .responsive #lsid #lsid-content .lsid-dropdown {
    height: 48px;
    padding: 0;
    width: 40px;
    justify-content: center;
  }
  .responsive #lsid #lsid-content .lsid-dropdown--active {
    background-color: #fff;
  }
  .responsive #lsid #lsid-content .lsid-dropdown--active .icon {
    background: url(../../../../res/_fs/build/control-icons.c7c771b.svg) no-repeat -54px 2px;
  }
  .responsive #lsid #lsid-content .user {
    background-color: transparent;
  }
  .responsive #lsid #lsid-content .user:hover {
    background-color: var(--color-sport-secondary-body);
  }
  .responsive #lsid #lsid-content .user .icon {
    margin: 0;
  }
  .responsive #lsid #lsid-content .settings-list {
    top: 48px;
  }
  .responsive #lsid #signIn,
  .responsive #lsid #registration,
  .responsive #lsid #lsid-content .user {
    height: 48px;
    margin: 0;
  }
}