.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .header {
      display: block; } }

.error-message {
  color: red; }

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  margin-left: 0; }

.text-success {
  color: #38bd3a; }

.dropdown-menu li:hover .dropdown-menu {
  display: block;
  top: -8px;
  left: 100%; }

.dropdown-parent {
  position: relative; }

.login-links {
  text-align: center;
  margin-bottom: 15px; }
  .login-links a {
    margin: 0 3px; }

.login-form {
  margin: 0 auto;
  max-width: 300px; }
  .login-form__title {
    padding: 15px 0;
    text-align: center; }
  .login-form__message {
    margin: 10px 0 20px;
    text-align: center; }

.table td {
  font-family: Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.table-matches tr td {
  vertical-align: middle !important; }

.table-matches .separator td {
  border-top: 80px #FFF solid; }

.table-matches .not-passed td {
  opacity: 0.5; }

.table-matches__strategy-name span {
  display: block;
  max-width: 30px;
  overflow: hidden;
  font-size: 9px; }

.table-matches__teams {
  width: 370px; }

.table-matches__bet {
  width: 190px; }

.table-matches__result {
  width: 100px; }

.table-matches .actions {
  white-space: nowrap; }

.stat.parser {
  color: green;
  background: rgba(0, 128, 0, 0.08);
  padding: 3px 5px; }

.stat.auto {
  color: #00aaff;
  background: rgba(0, 170, 255, 0.15);
  padding: 3px 5px; }

.stat.manual {
  color: #ff0000;
  background: rgba(255, 2, 2, 0.08);
  padding: 3px 5px; }

.stat-last {
  display: none; }

.table-percent {
  display: none; }

.team-strong .team-stat {
  font-weight: bold; }

.team-strong .table-percent {
  display: block; }

.team-name {
  color: #333; }

body {
  padding-bottom: 50px; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.bold {
  font-weight: bold; }

.relative {
  position: relative; }

.table-percent {
  position: absolute;
  bottom: 30%;
  left: 120%;
  font-size: 11px;
  font-weight: bold; }

.auto-refresh {
  font-weight: normal; }
  .auto-refresh input {
    position: relative;
    top: 1px; }

.black {
  color: #333; }

.line-through {
  text-decoration: line-through; }

.block {
  display: block; }

.nofify-results__item {
  margin: 0 10px; }

@media (max-width: 768px) {
  .nofify-results__item {
    display: block;
    margin-top: 2px;
    margin-left: 2px; } }

.filters {
  border-bottom: 1px solid #eee;
  padding: 0 15px 30px 15px;
  margin-bottom: 20px; }
  .filters .form-group {
    margin-right: 25px; }
    .filters .form-group label {
      margin-right: 15px; }
    .filters .form-group input[type="checkbox"] {
      position: relative;
      top: 2px;
      margin-right: 4px; }
    @media (min-width: 769px) {
      .filters .form-group .input-group {
        max-width: 140px; } }

.diagram-line {
  display: flex;
  align-items: center;
  justify-content: center; }
  .diagram-line__param {
    width: 23px;
    text-align: center; }
  .diagram-line__line {
    display: flex;
    height: 10px;
    width: 50px;
    background: transparent;
    margin: 0 5px; }
    .diagram-line__line-left {
      height: 10px;
      background: #6387A5; }
    .diagram-line__line-right {
      height: 10px;
      background: #C2DDF3; }

.strong-1 .diagram-line__param.--team-1 {
  font-weight: bold; }

.strong-1 .diagram-line__param.--team-2 {
  font-size: 11px; }

.strong-1 .diagram-line__line-left {
  background: #6387A5; }

.strong-1 .diagram-line__line-right {
  background: #C2DDF3; }

.strong-2 .diagram-line__param.--team-1 {
  font-size: 11px; }

.strong-2 .diagram-line__param.--team-2 {
  font-weight: bold; }

.strong-2 .diagram-line__line-left {
  background: #C2DDF3; }

.strong-2 .diagram-line__line-right {
  background: #6387A5; }

.form-invisible {
  background: transparent;
  border: none;
  width: auto;
  outline: none; }

.subscriber-stats__diagram {
  display: block;
  background: #97d4ff;
  padding: 0 6px; }

.subscribers-mailing__subscribers-list {
  column-count: 5;
  margin-bottom: 20px; }
  .subscribers-mailing__subscribers-list .checkbox, .subscribers-mailing__subscribers-list .radio {
    margin-top: 0; }

.subscribers-mailing__buttons {
  margin-bottom: 15px; }

.flex {
  display: flex; }
  .flex.--space-between {
    justify-content: space-between; }
  .flex.--align-center {
    align-items: center; }

.strategy-test-table {
  max-width: 500px; }
  .strategy-test-table + .strategy-test-table {
    margin-left: 50px; }

.strategy-test-tables {
  display: flex; }

.payment-stats {
  display: flex; }
  .payment-stats__item {
    margin: 0 15px; }

.subscribers-filters__form {
  display: flex; }
  .subscribers-filters__form .btn {
    margin-left: 10px; }

.bot-messages__text {
  max-width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.telegram-mailings__message {
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.icon__corner {
  width: 8px;
  padding-bottom: 13px;
  position: relative;
  background-image: none;
  display: inline-block; }
  .icon__corner:before {
    content: "";
    position: absolute;
    height: 13px;
    margin-bottom: 2px;
    width: 2px;
    left: -2px;
    background-color: #fff;
    display: block; }
  .icon__corner:after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 8px;
    border-color: transparent transparent transparent #c40010;
    display: block; }

.icon__red-card {
  width: 10px;
  height: 13px;
  background-color: #e83737;
  border-radius: 1px;
  margin: 0 auto;
  display: inline-block; }

.icon__yellow-card {
  width: 10px;
  height: 13px;
  background-color: #ece63d;
  border-radius: 1px;
  margin: 0 auto;
  display: inline-block; }

.notification-cards {
  display: block; }
  .notification-cards__text {
    position: relative;
    top: -2px;
    margin-right: 10px; }
    .notification-cards__text:last-child {
      margin-right: 0; }
  .notification-cards .icon__corner,
  .notification-cards .icon__red-card,
  .notification-cards .icon__yellow-card {
    opacity: 0.5; }

.strong-1 .notification-cards.--team-1,
.strong-2 .notification-cards.--team-1 {
  font-weight: bold; }

.football-strategies .checkbox {
  margin-top: 7px;
  margin-bottom: 6px; }

.football-strategies .filled {
  background: #dff0d8;
  border-color: #80c763; }

.strategy-test-filters input[type=checkbox] {
  margin-left: -20px; }

.strategy-test-filters .checkbox {
  margin-top: 5px;
  margin-bottom: 5px; }

.strategy-results-table .strong-1 .team-1 {
  font-weight: bold; }

.strategy-results-table .strong-2 .team-2 {
  font-weight: bold; }

.leagues-popup__scroll {
  padding: 1px 0;
  max-height: 500px;
  overflow-y: scroll; }

.leagues-popup input[type=checkbox] {
  margin-left: -20px !important; }

.table-mobile td.actions > * {
  display: inline-block !important; }

.table-mobile td.actions a {
  padding: 8px;
  border: 1px #DDD solid;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none; }

.table-mobile td.actions a + a, .table-mobile td.actions form + a {
  margin-left: 5px; }

.table-mobile td.actions span {
  top: 0 !important; }
  .table-mobile td.actions span:before {
    display: block; }

@media (max-width: 767px) {
  .table-responsive {
    border: none !important; }
  .table-mobile thead, .table-mobile th {
    display: none !important; }
  .table-mobile table,
  .table-mobile tbody,
  .table-mobile tr,
  .table-mobile td {
    display: block; }
  .table-mobile tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .table-mobile tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px #DDD solid;
    width: 100%;
    border-radius: 5px;
    margin: 15px;
    padding-bottom: 15px;
    position: relative; }
  .table-mobile table tr td {
    border: none;
    padding: 0;
    white-space: normal !important;
    text-align: center; }
    .table-mobile table tr td:not(.hide-mobile) + td {
      margin-top: 8px; }
  .table-mobile .league {
    background: #EEE;
    width: 100%;
    padding: 8px; }
  .table-mobile .actions {
    margin-top: 10px; }
  .table-mobile .time {
    font-size: 150%;
    margin-top: 8px !important; }
  .table-mobile .hide-mobile {
    display: none !important; }
  .table-mobile .teams {
    margin-top: 15px !important; }
  .table-mobile .live {
    position: absolute;
    bottom: 7px;
    left: 7px; } }

.spinner {
  position: fixed;
  z-index: 10000;
  background: url("../img/loading.gif") center center no-repeat rgba(0, 0, 0, 0.5);
  background-size: 100px 100px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }

.json.form-control {
  font-size: 12px;
  font-family: monospace;
  height: 200px; }

@media (max-width: 1400px) {
  .navbar-header {
    float: none; }
  .navbar-left, .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important; } }

/*# sourceMappingURL=style.css.map */