.name-container {
  position: relative;
  width: 300px;
  height: 35px;
  border: 2px solid #cccccc;
  border-radius: 20px;
  margin: -70px auto 0;
  background-color: #447220; }
  .name-container p {
    display: inline-block;
    margin: 2px auto 0;
    font-size: 23px;
    color: #F0E8E8;
    font-weight: bold; }

.sbag-name-container {
  position: relative;
  max-width: 300px;
  max-height: 40px;
  border: 2px solid #cccccc;
  border-radius: 20px;
  margin: 20px auto 0;
  background-color: #ff1919; }
  .sbag-name-container p {
    display: inline-block;
    margin: 2px auto 0;
    font-size: 23px;
    color: #F0E8E8;
    font-weight: bold; }

.sbag-top-name-container {
  position: relative;
  width: 300px;
  height: 50px;
  border: 2px solid #cccccc;
  border-radius: 20px;
  margin: 20px auto 20px;
  background-color: #222222;
  text-align: center; }
  .sbag-top-name-container p {
    display: inline-block;
    margin: 2px auto 0;
    font-size: 23px;
    color: #F0E8E8;
    font-weight: bold;}

.sbag-game-container {
  margin: 20px auto 0;
}
  .sbag-game-container h3 {
    padding-top: 10px;
    margin-bottom: 5px;
  }
  .sbag-game-container .syndi-jacktpot p {
    margin-top: 0px;
  }


.shares {
  text-align: center;
  border-bottom: 2px solid #cccccc;
  margin: 0 15px; }
  .shares .per-share {
    color: #5e5e5e;
    font-size: 19px; }
  .shares .per-share-amount {
    margin: 0;
    color: #5e5e5e;
    font-size: 19px;
    font-weight: bold; }
  .shares .shares-container {
    position: relative;
    width: 205px;
    height: 35px;
    border: 2px solid #cccccc;
    border-radius: 20px;
    margin: 0 auto; }
  .shares .total-shares {
    display: inline-block;
    width: 100%;
    color: #5e5e5e;
    font-weight: 600; }

.sbag-shares {
  text-align: center;
  border-top: 2px solid #cccccc;
  margin: 15px 15px 0 15px; }
  .sbag-shares .per-share {
    color: #5e5e5e;
    font-size: 19px; }
  .sbag-shares .per-share-amount {
    margin-top: 20px;
    color: #5e5e5e;
    font-size: 19px;
    font-weight: bold; }
  .sbag-shares .shares-container {
    position: relative;
    width: 205px;
    height: 35px;
    border: 2px solid #cccccc;
    border-radius: 20px;
    margin: 0 auto; }
  .sbag-shares .total-shares {
    display: inline-block;
    width: 100%;
    color: #5e5e5e;
    font-weight: 600; }


    .counter-wrapper {
      /* background: -webkit-linear-gradient(top, #f3f3f3 0%, #dcdcdc 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dcdcdc));
      background: -o-linear-gradient(top, #f3f3f3 0%, #dcdcdc 100%);
      background: linear-gradient(to bottom, #f3f3f3 0%, #dcdcdc 100%); */
      margin: 0;
    /*padding: 31px 20px 24px; */}

    .syndicates [type="radio"]:checked,
    .syndicates [type="radio"]:not(:checked) {
      position: absolute;
      left: -9999px; }

    .syndicates [type="radio"]:checked + label,
    .syndicates [type="radio"]:not(:checked) + label {
      position: relative;
      padding-left: 28px;
      cursor: pointer;
      line-height: 20px;
      display: inline-block;
      color: #666;
      text-align: left; }

    .syndicates [type="radio"]:checked + label:before,
    .syndicates [type="radio"]:not(:checked) + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #ddd;
      border-radius: 100%;
      background: #fff; }

    .syndicates [type="radio"]:checked + label:after,
    .syndicates [type="radio"]:not(:checked) + label:after {
      content: '';
      width: 20px;
      height: 20px;
      background: #447220;
      position: absolute;
      top: 0px;
      left: 0px;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }

    .syndicates [type="radio"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }

    .syndicates [type="radio"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

    .syndicates label {
      width: 100%;
      font-size: 22px;
      margin-top: 35px; }
      .syndicates label span {
        float: right; }

    .syndicates .syndi-blocks {
      background-color: #ffffff;
      border: 2px solid #9a9a9a;
      width: 340px;
      margin: 0 auto 35px;
      text-align: center; }
      .syndicates .syndi-blocks img {
        width: 100%; }
      .syndicates .syndi-blocks .syndi-text-desc {
        text-align: center;
        color: #848484; }
        .syndicates .syndi-blocks .syndi-text-desc h3 {
          color: #5e5e5e;
          font-size: 22px; }
        .syndicates .syndi-blocks .syndi-text-desc h2 {
          font-size: 25px;
          color: #447220;
          font-weight: bold; }
      .syndicates .syndi-blocks .syndi-form {
        padding: 0 25px;
        text-align: center; }
      .syndicates .syndi-blocks .syndi-submit-btn {
        padding: 12px 30px;
        background-color: #0ba21a;
        border: 1px solid #0ba21a;
        color: #ffffff;
        margin-top: 20px; }

      .syndicates .syndi-blocks .sbag-syndi-submit-btn {
        padding: 12px 30px;
        background-color: #ff1919;
        border: 1px solid #ff1919;
        color: #ffffff;
        margin-top: 0px; }

    @media screen and (max-width: 1133px) {
      .syndicates .syndi-blocks {
        width: 320px; } }

    @media screen and (max-width: 987px) {
      .syndicates .syndi-blocks {
        width: 250px; } }

    @media screen and (max-width: 775px) {
      .syndicates .syndi-blocks {
        margin-top: 15px;
        width: 100%; } }

    .syndi-jacktpot {
      text-align: center; }
      .syndi-jacktpot p {
        color: #ff1919;
        margin: 0;
        font-size: 25px;
        font-weight: bold;
        margin-top: 15px; }
      .syndi-jacktpot h2 {
        margin: 0;
        color: #ff1919;
        font-size: 50px;
        font-weight: bold; }

    .quantity {
      height: 100%; }
      .quantity p {
        display: inline-block;
        margin: 2px 33px 0 0;
        font-size: 23px;
        color: #5e5e5e;
        font-weight: bold; }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }

    input[type=number] {
      -moz-appearance: textfield; }

    .quantity input {
      width: 70px !important;
      height: 100% !important;
      line-height: 1.65 !important;
      float: left;
      display: block;
      padding: 0 !important;
      margin: 0;
      text-align: right;
      margin-left: 35px;
      border: none !important;
      font-size: 23px !important;
      color: #5e5e5e !important;
      font-weight: bold;
      padding-top: 1px !important; }

    .quantity input:focus {
      outline: 0; }

    .quantity-nav {
      float: left;
      height: 42px; }

    .quantity-button {
      position: absolute;
      cursor: pointer;
      border-left: 1px solid #eee;
      width: 20px;
      text-align: center;
      color: #ffffff;
      font-size: 13px;
      font-family: "Trebuchet MS", Helvetica, sans-serif !important;
      line-height: 1.7;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
      width: 25px;
      height: 25px;
      background: #f9a022;
      border-radius: 50%;
      font-size: 21px;
      line-height: 23px; }

    .quantity-button.quantity-up {
      top: 3px;
      right: -22px; }

    .quantity-button.quantity-down {
      top: 3px;
      left: 27px; }

      /***************ALL Lines*************/
.main-content {
  padding: 15px 19px 3px 10px; }

.bets-split-lines-container {
  border: 1px solid #d7d7d7;
  padding: 5px 5px 5px 10px;
  margin-bottom: 10px;
  overflow-y: auto;
  overflow-x: hidden !important;
  height: 219px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: -10px; }

.guess-line-numbers .column {
  float: left;
  padding-right: 15px; }

.guess-line-numbers ul {
  margin-top: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  padding-left: 0px;
  padding-bottom: 0px;
  color: #3F3F3F;
  line-height: 20px;
  text-align: left; }

.guess-line-numbers li {
  list-style-type: none;
  display: inline-block;
  text-align: right; }

.guess-line-numbers .ticket-line-numbers ul {
  border-bottom: solid 1px #eaeaea; }

.guess-line-numbers ul {
  margin-top: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  padding-left: 0px;
  padding-bottom: 0px;
  color: #3F3F3F;
  line-height: 20px;
  text-align: left; }

.guess-line-numbers .ticket-line-numbers .title {
  font-weight: bold;
  min-width: 19px;
  padding-left: 2px;
  padding-right: 2px; }

.guess-line-numbers .ticket-line-numbers li {
  HEIGHT: 22px; }

.guess-line-numbers li {
  list-style-type: none;
  display: inline-block;
  text-align: right; }

.guess-line-numbers .ticket-line-numbers .number {
  width: 27px;
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center; }

.guess-line-numbers .ticket-line-numbers .additional {
  color: #e32e35; }

.guess-line-numbers .column-last-split-lines-popup {
  padding-right: 0 !important;
  float: right;
  margin-left: 0;
  margin-right: 10px; }

.sub-title {
  text-align: left;
  margin-bottom: 15px; }

.syndicate-name.splitted-lines-title {
  text-align: left; }

.syndicate-type-random {
  display: block;
  line-height: 22px;
  font-size: 22px;
  color: #457221; }

.modal-header {
  background-color: #faa024; }

.modal-title {
  color: #ffffff; }

.btn-info {
  background: none;
  color: #457221;
  text-decoration: underline;
  border: none; }
  .btn-info:hover {
    background: none;
    color: #457221;
    text-decoration: underline;
    border: none; }
  .btn-info:active {
    background: none;
    color: #457221;
    text-decoration: underline;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-info:focus {
    background: none;
    color: #457221;
    text-decoration: underline;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }
  .btn-info:visited {
    background: none;
    color: #457221;
    text-decoration: underline;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-info:active:focus, .btn-info:active:hover {
  background: none;
  color: #457221;
  text-decoration: underline;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

.btn-lg {
  margin-bottom: 15px; }

.date-lines {
  text-align: right;
  padding: 5px 0;
  font-size:16px;
  border-bottom: 1px solid #dfdfdf; }
  .date-lines li:nth-child(1) {
    font-weight: bold; }
  .date-lines li:nth-child(2) {
    width: 100px;
    float: right; }

#syndicate-draw-dates-modal .top-wrap{
  background-color: #faa024;
  border-radius: 5px;
  margin-bottom: 0;
  text-align:center;
}

.inputNumbers {
  padding-right: 2px;
  padding-left: 3px;
}

.inputNumbersLeft {
  padding-right: 2px;
  padding-left: 18px;
}

.inputNumbersRight {
  padding-right: 18px;
  padding-left: 3px;
}

.invalid {
  border-color: #dc3545 !important;
}

