/*
* Global Tipster script style
*/
/* Image/icon */
.ts_img_icon svg {
    max-height: 23px;
    max-width: 20px;
    padding: 0 0 3px 0;
    vertical-align: middle;
}

.ts_img_icon img {
    max-height: 23px;
    vertical-align: middle;
}

.ts_svg_white svg {
    fill: #fff;
}

/* Fix: remove table-layout: fixed */
.tipster-script-table {
   table-layout: auto !important;
 }

 /* Callout */
 .ts-callout {
    border-left: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem;
    font-style: italic;
    margin-left: 15px;
    margin-right: 15px;
    padding: 1rem;
 }

 .ts-callout h5 {
     color: #383838;
     font-size: 22px;
 }

 .ts-callout-grey {
    border-left-color: #e9ecef;
 }

/* No border */
.ts-noborder, .ts-noborder tr, .ts-noborder th, .ts-noborder td {
    border: none;
}
/* Align right */
.ts-right {
    text-align: right;
}
/* Align center */
.ts-center {
    text-align: center;
}
/* Won/lost icon */
.ts-won {
    color: #00ab00;
}
.ts-lost {
    color: #f34040;
}
.ts-cancel {
    color:#1d67b5;
}
/* Center text in table */
.tipster-script-table th {
    text-align: center;
}
.tipster-script-table a {
    text-decoration: none;
}
.tipster-script-table a img {
    display: inline !important;
    margin-top: -2px;
}
/* Tipster info */
.tipster-info, .user-info, .tipster-preview {
    margin-left: 0px !important;
    margin-right: 0px;
    margin-bottom: 30px;
}
.tipster-info img, .tipster-info .col-md-10 {
    padding: 10px;
}
/* Single pick */
.tipster-preview .row {
    padding: 20px 10px 20px 10px;
    line-height: 20px;
}
.tipster-preview h1 {
    margin-left: -15px;
    margin-right: -15px;
}
.tipster-preview-content {
    margin-left: -15px !important;
}

.tipster-preview-content span {
    font-weight: 700;
}
.single-pick-date {
    margin: 25px 0 10px;
}
.user-info .col-md-2, .user-info .col-md-5, .user-info .col-md-3 {
    padding: 15px;
}
.user-info .col-md-2 p, .user-info .col-md-3 p {
    margin-bottom: 10px;
}
/* Padding on mobile view single pick */
@media (min-width: 992px) {
    .text-md-right {
        text-align: right;
    }
}
@media (max-width: 768px) {
    .pick-game-start {
        margin: 15px 0 15px;
    }
    .pick-3-container, .pick-2-container {
        padding-right: 10px !important; 
    }
    .picks-mobile {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .pick-header-mobile {
        margin-right: -10px !important;
    }
}
@media (max-width: 979px) and (min-width: 768px) {
    .pick-3-container, .pick-2-container {
        padding: 0 10px 0 0 !important; 
    }
    .pick-header-mobile {
        margin-left: 0 !important;
        margin-right: -10px !important;
    }
}
/* Remove transition from a tag */
a {
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: color 0 ease-in !important;
    transition: none !important;
}
/* Picks 1 column */
.pick-container {
    display: inline-block;
    margin: 0 0 20px 0;
    width: 100%;
}
.pick-container .tipster-timestamp .tipster, .pick-container .tipster-timestamp .timestamp {
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #e8e8e8;
}

.pick-container .tipster-timestamp, .pick-container .pick, .pick-container .preview {
    display: inline-block;
    width: 100%;
}
/* Remove default bootstrap padding (left, right) */
.pick-container .pick {
    padding: 20px 15px 15px 15px;
}
.pick-container .preview {
    padding: 20px 15px 20px 15px;
}
.pick-container .pick__details {
    margin-top: -15px;
}
.pick-container .footer {
    display: inline-block;
    padding: 7px 0 0 0;
    width: 100%;
}
.pick-container .footer img {
    max-width: 20px;
    padding: 0 0 3px 0;
}
.pick-container .footer .league {
    font-size: 13px;
    padding: 14px 15px 7px 15px;
}
.pick-container .footer .read-more {
    font-size: 14px;
    padding: 7px 15px 7px 0;
}
/* Active/latest picks 2-columns */
.pick-2-container{
    float:left;
    margin-bottom: 30px;
    padding: 0;
    position: relative;
    width: 100%;
}
.pick-2-container .tipster-timestamp {
    padding: 10px 10px 10px 15px;
}
.pick-2-container .pick h2 {
    padding-top: 15px;
}
.pick-2-container .pick .pick-details {
    padding: 0 25px 0 25px;
}
.pick-2-container .read-more {
    padding: 35px 0 20px 0;
}
/* END Active/latest picks 2-columns */
/* Active/latest picks 3-columns */
.pick-3-container{
    float:left;
    margin-bottom: 30px;
    padding: 0;
    position: relative;
    width: 100%;
}
.pick-3-container .tipster-timestamp {
    padding: 10px 10px 10px 15px;
}
.pick-3-container .pick h2 {
    padding-top: 15px;
}
.pick-3-container .pick .pick-details {
    padding: 0 25px 0 25px;
}
.pick-3-container .read-more {
    padding: 35px 0 20px 0;
}
.col-md-4:nth-child(3n+1) {
    clear:left;
}
/* END Active/latest picks 3-columns */
/* Ajax spinner */
.active-picks-1-column .ts-spinner, 
.active-picks-2-columns .picks-mobile .ts-spinner, 
.active-picks-3-columns .picks-mobile .ts-spinner, 
.latest-picks-1-column .ts-spinner, 
.latest-picks-2-columns .picks-mobile .ts-spinner, 
.latest-picks-3-columns .picks-mobile .ts-spinner,
.tipsters-modern .ts-spinner {
    padding: 25px 0 25px 0;
    text-align: center;
}
.pick-container-no {
    font-size: 16px;
    padding: 25px 0 25px 0;
    text-align: center;
}
/* Filter */
.ts-filter {
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    .ts-date-container {
        padding-top: 30px;
    }
    .ts-date-container-tipsters {
        padding-top: 0px;
    }
    .calendar-icon {
        float: left;
        width: 15%;
    }
    .ts-date-input {
        float: right;
        width: 85%;
    }
}
@media (max-width: 992px) {
    .ts-date-container, .ts-date-container-tipsters {
        padding-top: 20px;
    }
    .calendar-icon {
        float: left;
        width: 10%;
    }
    .ts-date-input {
        float: right;
        width: 90%;
    }
}
/* END Filter */
/* Tipsters modern */

.tipsters-modern {
    width: 100%;
}
.tipsters-modern-single {
    margin: 20px 0 0 0;
    padding: 15px 0;
}
.tipsters-modern-single h3 {
    margin-top: 5px;
}
.tipsters-img {
    border-radius: 50%;
    height: 72px;
    vertical-align: middle;
    width: 72px;
}
.tipster-stats {
    line-height: 72px;
}
.tipster-stats-inner {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    width: 100%;
}
.tipster-stats .ts-number {
    font-size: 125%;
    line-height: 40px;
}
.tipster-stats .ts-text {
    font-weight: 600;
    text-transform: capitalize;
}
@media (max-width: 768px) {
    .tipster-stats, .tipsters-user {
        margin-top: 10px;
    }
    .tipster-stats .ts-number {
        font-size: 110%;
        font-weight: 600;
    }
    .tipster-stats .ts-text {
        font-weight: 400;
    }
    /* Single bookie review */
    .ts_bookie_exposed {
        margin-left: -1em;
        margin-top: 0.25em;
        margin-bottom: 0.25em;
    }
    .ts_bookie_reviews_content {
        margin-top: 1.4em;
        margin-bottom: 0.5em;
    }
}
@media (max-width: 992px) {
    .tipster-stats, .tipsters-user {
        margin-top: 10px;
    }
    .single-pick-modern__preview {
        padding-top: 0px;
    }
    .ts_jumbotron {
        margin-left: -25px;
        margin-right: -25px;
    }
}
/* END Tipsters modern */
/* Single pick modern */
.single-pick-modern {
    width: 100%;
}
.single-pick-modern-container {
    margin: 20px -15px 0 15px;
}
.single-pick-modern__preview {
    padding-bottom: 10px;  
}
.single-pick-modern__text {
    padding-top: 20px;
}
.single-pick-modern__title {
    margin-bottom: 5px;
    padding-top: 25px;
}
@media (min-width: 992px) {
    .single-pick-modern__preview {
        padding-top: 25px; 
    }
    .ts_jumbotron {
        margin-left: -45px;
        margin-right: 10px;
    }
}
.single-pick-modern .single-pick-timestamp {
    overflow:auto;
    margin-top: -15px;
    padding-bottom: 10px;
    padding-top: 10px;
}
/* END Single pick modern */
/* Single tipster modern */
.single-tipster-modern {
    margin-top: 30px; 
}
.tipster-desc {
    padding-left: 15px;
    padding-top: 25px;
    font-size: 14px;
}
/* END Single tipster modern */
/* Profile */
.ts-profile__desc {
    margin-bottom: 15px;
}
.ts-profile__desc #ts_desc {
    height: 120px;
    width: 100%;
}
/* END Profile */
/* Stars */
.ts_front_stars, .ts_back_stars, .ts_stars_rating {
    display: flex;
  }

  .ts_stars_rating_widget {
    display: flex;
    justify-content: center;
  }
  
  .ts_stars_rating {
    align-items: center;
    font-size: 1.25em;
  }
  
  .ts_back_stars {
    position: relative;
  }
  
  .ts_front_stars {
    color: #FFBC0B;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.5s;
  }
/* END Stars */
/* Change bullets in a list */
.ts_pros_list li, .ts_cons_list li {
    font-size: 18px;
    margin-left: -15px;
}
.ts_pros_list li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -20px;
    color: #06a947;
}
.ts_cons_list li:before {
    font-family: 'FontAwesome';
    content: '\f00d';
    margin:0 5px 0 -20px;
    color: #ff0000;
}
/* Change bullets in a list */
/* Single bookie Jumbotron */
.ts_jumbotron .ts_rating_num {
    font-size: 2.5em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    letter-spacing: -1px;
    line-height: 1.33;
}
.ts_jumbotron .ts_rating_title {
    font-size: 1.5em;
    color: #fff;
}
.ts_jumbotron .ts_bonus:before {
    font-family: 'FontAwesome';
    content: '\f091';
    color: #FFBC0B;
    margin-right: 10px;
}
.ts_jumbotron .ts_btn_bonus {
    color: #fff;
    border-color: #565e64;
    background: linear-gradient(to right, #0ec35d, #189547);
}
.ts_jumbotron .ts_btn_bonus:hover {
    color: #fff;
    box-shadow: 0 3px 6px 0 rgb(24 149 71 / 70%);
}
.ts_bookie_body h3.ts_bookie_title_md {
    font-size: 1.75em; 
}
.ts_single_bookie .ts_btn_bookie {
    color: #fff;
    border-color: #0869bf;
    background: linear-gradient(to right, #0085f7, #0869bf);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
}
.ts_single_bookie .ts_btn_bookie:hover {
    color: #fff;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 30%);
}

.ts_btn_bet_now {
    width: 100%;
    color: #fff !important;
    border-color: #565e64 !important;
    background: linear-gradient(to right, #0085f7, #0869bf);
}
.ts_btn_bet_now:hover {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 30%);
}
.ts_btn_bet_now:after {
    clear: both;
}
.ts_order_num {
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    letter-spacing: -1px;
    line-height: 1.33;
}
.ts_review_url_wrapper i {
    color: #000 !important;
}
.ts_review_url {
    font-size: 1.4em;
    font-weight: 700;
}
.ts_review_url:hover {
    text-decoration: underline;
}
.ts_fs_25 {
    font-size: 2.5em;
}
.ts_fs_35 {
    font-size: 3.5em;
}