.strategies .tab-header {
    border-radius: 0;
    padding: 12px 18px;
    color: #fafafa;
    background: #171717;
    border-bottom: 1px solid #313844;
}

.strategies .tab-header .btn {
    margin-top: 27px;
}

.strategies .tab-header .bootstrap-select>.btn.dropdown-toggle {
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
    background-image: none;
    margin-top: 0;
}

.strategies .tab-header .bootstrap-select>.btn.dropdown-toggle {
    background: transparent;
    color: #fff;
    text-shadow:none;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    width:90%;
}

.btn-group.bootstrap-select{
    width:100% !important
}

.strategies .strategy-filters .selectpicker {
    background: #171717;
    height: 34px;
    padding: 6px 25px 6px 12px;
    font-size: 14px;
    width: 100%;
}

button#mobile-filters-toggle {
    display: none;
}

@media (max-width:767px){
    button#mobile-filters-toggle {
        display: block;
        border-color: #3e8f3e;
        font-size: 22px;
        border-radius: 50%;
        position: fixed;
        right: 15px;
        bottom: 70px;
        z-index: 1000;
        width: 45px;
        height: 45px;
        line-height: 45px;
        padding: 0;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
        background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
        background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        background-repeat: repeat-x;
        color: #333;
        border: 1px solid #ccc;
    }

    .tab-header.strategy-filters {
        display:none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        z-index: 10000;
    }

    button.close-mobile-filters {
        background: none;
        border: 0;
        font-size: 20px;
        float: right;
        margin-bottom: 30px;
    }
}

.body .btn{
    background-image:none;
}

.strategy-modal header.panel-heading {
    background: #1d2127;
    color: #fff;
    border-radius: 0;
}

.strategy-modal header.panel-heading.panel-heading-warning {
    background: #ed9c28;
}

.strategy-modal header.panel-heading h2{
    margin:0;
    color: #fff;
}

.strategy-modal .sub-heading h4{
    padding: 5px 15px;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    color: #333;
    background-color: #e0e0e0;
    text-transform: uppercase;
    margin:0;
}

.strategy-modal .panel-body,
.strategy-modal .panel-heading + .panel-body{
    border-radius:0;
}

.strategy-modal .panel-footer{
    border-radius:0;
    margin-top:0;
}

.strategy-modal .modal-wrapper{
    float: left;
    width: 100%;
    padding: 15px 0;
}

.strategy-modal .modal-icon i{
    top:0;
}

.user-details{
    position: relative;
    padding-left: 55px;
}

.user-details img{
    max-width:40px;
    max-height:40px;
    position: absolute;
    left: 0;
    top: 0;
}

.user-details h2{
    margin: 0;
    font-size:2.5rem;
    line-height: 40px;
}

.stats h2{
    font-size:2rem;
}

.strategy-box .title h3 a{
    color:#fff;
}

.strategy-box.inactive .title h3 a{
    color:#333;
}


.panel.panel-custom.panel-dark.strategy-box.inactive > .panel-heading{
    background: #e0e0e0;
}

.panel-footer.actions {
    border-radius: 0;
    background-color: #fdfdfd;
}

.actions .btn.btn-outline,
.actions .btn.btn-outline:hover{
    border-color:#333;
    color:#333;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}

.actions .btn.btn-outline:hover{
    background:#333;
    color:#fff;
}

.strategy-box .title h3{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    line-height: 1.4;
    font-size: 2rem;
}

.strategy-box .activate-strategy{
    float:left;
    margin-left:0;
}

.strategy-box .panel-user-info{
    width: 100%;
    background: #e0e0e0;
    padding: 6px 15px;
    font-size: 1.4rem;
    position: relative;
    line-height: 20px;
}

.strategy-box .btn-text-link{
    font-size: 1.2rem;
}

.strategy-box .panel-user-info .strategy-avatar{
    border-radius: 50%;
    width: 20px;
    display: inline-block;
}

.strategy-box .panel-user-info h4{
    display:inline-block;
}

.strategy-box .panel-user-info h4 a{
    font-size: 1.4rem;
    color: #000;
    line-height: 22px;
}

.strategy-box .description{
    display:none;
}

.btn.btn-success.load-more{
    border-radius: 0;    
    background: transparent;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 4px solid #fafafa;
    color: #fff;
    opacity: 0.7;
    margin-top: 0px;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 600;
    transition: border-color 0.2s ease-out;
    box-shadow: none;
    text-shadow: none;
    margin-top: -4px;
    padding:10px 15px;
}

.btn.btn-success.load-more:hover{
    opacity:1;
    border-top-color: #2ac461 !important;
}

#more-stats,
button#mobile-actions,
.button-icon{
    display:none;
}

.ribbon.pending,
.ribbon.paused{
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon.pending span,
.ribbon.paused span{
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F0AD4E 0%, #eb9316 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon.pending span::before,
.ribbon.paused span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #eb9316;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #eb9316;
}
.ribbon.pending span::after,
.ribbon.paused span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #eb9316;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #eb9316;
}

.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon.active span,
.ribbon.copying span{
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#5CB85C 0%, #419641 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon.active span::before,
.ribbon.copying span::before{
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #419641;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #419641;
}
.ribbon.active span::after,
.ribbon.copying span::after{
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #419641;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #419641;
}

.ribbon.inactive,
.ribbon.stopped{
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon.inactive span,
.ribbon.stopped span{
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#d9534f 0%, #C12E2A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon.inactive span::before,
.ribbon.stopped span::before{
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #C12E2A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #C12E2A;
}
.ribbon.inactive span::after,
.ribbon.stopped span::after{
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #C12E2A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #C12E2A;
}

.ribbon.void, .ribbon.private {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon.void span, .ribbon.private span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#5bc0de 0%, #2AABD2 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon.void span::before, .ribbon.private span::before{
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #2AABD2;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #2AABD2;
}
.ribbon.void span::after, .ribbon.private span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #2AABD2;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #2AABD2;
}
.ribbon.void-tip span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#2989d8 0%, #1E5799 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon.void-tip span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #1E5799;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1E5799;
}
.ribbon.void-tip span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #1E5799;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1E5799;
}
.ribbon.other span,
.ribbon.terminated span{
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#B6BAC9 0%, #808080 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon.terminated span{
    color:#1d2127;
}
.ribbon.other span::before,
.ribbon.terminated span::before{
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #808080;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #808080;
}
.ribbon.other span::after,
.ribbon.terminated span::after{
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #808080;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #808080;
}

@media (min-width:1025px){
    
    .new-page-header .reverse .ribbon {
        left: -5px;
    }
    .reverse .ribbon{
        right: auto;
        left: 10px;
    }

    .reverse .ribbon span{
        right: auto;
        left: -21px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
}

@media (max-width:1024px){
    .tip .reverse .ribbon{
        right: auto;
        left: -5px;
    }

    .tip .reverse .ribbon span{
        right: auto;
        left: -21px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .strategy-inner .action-buttons .tooltip{
        display:none !important;
    }
    .strategy-inner .action-buttons {
        z-index: 1100;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .sidebar-left-opened .strategy-inner .action-buttons{
        z-index:97;
    }
    .strategy-inner .action-buttons a{
        display:none;
        margin:0 0 15px 0;
        background: none;
        border: 0;
        box-shadow: none;
        justify-content: space-between;
        padding: 0;
        align-items: center;
        animation-name: zoomOut;
        animation-duration: 0.4s;
        animation-delay:0s;
    }
    .strategy-inner .action-buttons a.btn-outline-light .button-label,
    .strategy-inner .action-buttons a.btn-outline-light .button-icon{
        background-image: -webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
        background-image: -o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));
        background-image: linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        background-repeat: repeat-x;
        border-color: #28a4c9;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }
    .strategy-inner .action-buttons a.btn-success.activate-strategy .button-label,
    .strategy-inner .action-buttons a.btn-success.activate-strategy .button-icon {
        background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
        background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
        background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        background-repeat: repeat-x;
        border-color: #3e8f3e;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }
    .strategy-inner .action-buttons a.btn-warning .button-label,
    .strategy-inner .action-buttons a.btn-warning .button-icon{
        background-image: -webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
        background-image: -o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));
        background-image: linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        background-repeat: repeat-x;
        border-color: #e38d13;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }
    .strategy-inner .action-buttons a.btn-danger .button-label,
    .strategy-inner .action-buttons a.btn-danger .button-icon{
        background-image: -webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
        background-image: -o-linear-gradient(top,#d9534f 0,#c12e2a 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));
        background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        background-repeat: repeat-x;
        border-color: #b92c28;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }
    .strategy-inner .action-buttons .activate-strategy{
        order:2;
    }

    .strategy-inner .action-buttons a .button-label{
        padding: 5px 18px 5px;
        margin-right: -8px;
        border-radius: 5px 0px 0px 5px;
    }
    .strategy-inner .action-buttons a .button-icon{
        width: 45px;
        height: 45px;
        line-height: 42px;
        padding: 0;
        border-radius: 50%;
        font-size: 22px;
        margin: 0;
        display: inline-block;
    }
    button#mobile-actions {
        width: 45px;
        height: 45px;
        line-height: 42px;
        padding: 0;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        border-radius: 50%;
        font-size: 22px;
        text-shadow: 0 1px 0 #fff;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .strategy-inner .open button#mobile-actions{
        animation-name: spin;
        animation-duration: 0.4s;
        animation-delay:0s;
        background-color: #d2322d;
        border-color: #d2322d;
        color:#fff;
        background-image: none;
    }
    .open button#mobile-actions i{
        margin-top:-3px;
    }
    .open button#mobile-actions i:before{
        content: "\f00d";
    }
    .strategy-inner .action-buttons.open a{
        animation-name: zoomIn;
        animation-duration: 0.4s;
        animation-delay:0s;
    }
    #fab-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1090;
        background: rgba(0,0,0,0.1);
    }
}

#modal #loading {
    display:none;
    position: absolute;
    left: 50%;
    top: calc(50% - 40px);
    z-index: 20;
    transform: translateX(-50%);
    font-weight: bold;
    text-transform: uppercase;
}

#form-copy-strategy .field-label,
#form-edit-copying .field-label{
    font-weight: 600;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #1d2127;
    margin-bottom:0;
}

#form-copy-strategy .help-block,
#form-edit-copying .help-block{
    line-height: 1.4;
    color: #737373;
    margin-top:0;
}

#form-copy-strategy label.error,
#form-edit-copying label.error{
    font-size:1.1rem;
}

.number-controlls{
    display: flex;
    justify-content: center;
    align-items: center;
    width:150px;
}

.number-controlls .step-btn{
    padding: 5px 10px;
    color: #333;
    border: 1px solid #ccc;
    font-size: 1.5rem;
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    cursor:pointer;
}

.number-controlls .step-btn.disabled{
   cursor:not-allowed;
   background-color: #e0e0e0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.number-controlls .currency{
    padding: 5px 10px 5px 0;
    background-color: #ffffff;
    color: #555;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
}

.has-error .number-controlls .currency{
    border-color:#a94442;
}

.number-controlls .step-btn.minus{
    border-radius: 4px 0 0 4px;
}

.number-controlls .step-btn.plus{
    border-radius: 0 4px 4px 0;
}

.has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.number-controlls input.form-control{
    box-shadow: none;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    text-align:right;
    padding-right: 5px;
    width: calc(100% - 90px); 
}

.strategy-info {
    color: #1d2127;    
}

.strategy-info h4{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.5rem;
}

#modal .strategy-box .panel-user-info{
    display: flex;
    align-items: center;
}

#modal .user-details{
    min-height: 40px;
    padding-right: 55px;
    text-align: right;
    padding-left: 15px;
}

#modal .user-details h4{
    display: block;
}

#modal .user-avatar{
    margin-right:15px;
}

#modal .strategy-info h4{
    text-transform: none;
}

#modal .strategy-box .panel-user-info .strategy-avatar{
    width:35px;
}

#modal .strategy-info {
    line-height: 1.1;
}

@media (max-width:767px){
    #modal .user-details small{
        white-space:nowrap;
    }
    #modal .user-details{
        padding-right:45px;
    }
    .strategy-box .panel-user-info h4 a{
        line-height: 1;
        display: block;
    }
    
    #modal .strategy-info p{
        font-size:1.1rem;
    }
}

.panel.panel-custom.panel-dark > .panel-heading.tip-header{
    display: flex;
    border-bottom: 0;
}

.tip.panel.strategy-box {
    margin-bottom: 45px;
}

.tip.panel.strategy-box:not(.no-data):first-child {
    margin-top: 30px;
}

.tip-header .order-outcome {
    min-width: 150px;
}

.tip-header .requested-details{
    min-width: 210px;
    padding: 0 15px;
    margin: 0 15px;
    border-left: 1px solid #171717;
    border-right: 1px solid #171717;
}

.tip-header .requested-details .progress.light{
    height: 33px;
    margin: 0;
    background: #1d2127;
    border: 1px solid #abb4be;
    position:relative;
}

.tip-header .requested-details .progress.light .progress-bar{
    line-height: 33px;
    font-size: 1.5rem;
    background: #404959;
}

.tip-header .requested-details .progress.light .icon {
    position: absolute;
    line-height: 32px;
    left: 12px;
}

.tip-header .tip-actions{
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index:100;
}

.tip-header .tip-actions ul{
    padding: 0;
    margin: 0;
    border-radius: 0;
    left: 100%;
    transform: translateX(-100%);
}

.tip-header .tip-actions ul li a{
    width: 100%;
    margin: 0 !important;
    border-radius: 0;
    background: #313844;
    box-shadow: none;
    color: #fff;
    border: 0;
    border-top: 1px solid #1d2127;
    padding: 7px 15px;
}

.tip-header .tip-actions ul li a:hover {
    background: #424b5c;
}

.tip-header .tip-actions .tooltip.top{
    min-width:110px;
}

.tip .show-more{
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    right: 30px;
        z-index: 10;
}

.tip .show-more .btn.btn-success.load-more{
    padding:5px 15px;
}

.tip .label{
    font-size: 1.1rem;
    margin: 0;
    display: inline-block;
    padding: 0;
    font-weight: 400;
    margin-top: 5px;
    line-height: 1.2;
    white-space: normal;
    text-align: left;
}

.tip .title{
    font-size: 1.7rem;
    line-height: 35px;
    font-weight: 600;
    color: #fff;
    margin-top: -2px;
    margin-bottom: 0;
}

.tip .order-outcome .label{
    font-weight: 600;
}

.tip .order-outcome .title{
    font-size: 2.5rem;
    line-height: 1;
    text-align: center;
}

.tip .label.event-beadcrumb{
    margin:0;
    display:block;
}

label.label.label-request {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 4px;
    background: #4c5767;
    position: relative;
    top: -3px;
}

.tip .order-outcome,
.tip .requested-details{
    position:relative;
    align-self: center;
}

.tip .pa{
    position:absolute;
    bottom: 0;
    left: 0;
    line-height: 1;
    width: 100%;
    text-align: center;
}

.tip-content{
    display:none;
    border-bottom: 4px solid #1d2127;
}

.tip-content .col.col-head{
    background: #313844;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1rem;
    border-bottom:0;
    border-top:2px solid;
}

.tip-content.primary .col.col-head{
    border-top-color: #2ac461;
}

.tip-content.danger .col.col-head{
    border-top-color: #d2322d;
}

.tip-content.warning .col.col-head{
    border-top-color: #ed9c28;
}

.tip-content.info .col.col-head{
    border-top-color: #5bc0de;
}

.tip-content.void-tip .col.col-head{
    border-top-color: #1E5799;
}

.tip-content.other .col.col-head {
    border-top-color: #B6BAC9;
}

.tip-content .col{
    background: #3c4453;
    padding: 6px 12px;
    border-bottom: 1px solid #313844;
    color: #fff;
}

.tip-content .user-row:nth-child(even) .col{
    background:#424b5c;
}

.tip-content .odd-row .col{
    background-color: hsla(214, 15%, 30%, 1);
}

.tip-content .admin-row .col.admin-view {
    background: #1d2127;
    border-bottom: 2px solid #2ac461;
    font-weight:600;
}

.tip-content .admin-row:first-child .col.admin-view {
    border-top: 1px solid #323943;
}

.tip-content .label-status{
    display: inline-block;
    padding: 0 10px;
    background: #1d2127;
    border-radius: 4px;
    width: 95px;
}

.highcharts-title{
    display:none;
}

section.new-page-header.strategy-inner{
    padding-left:55px;
    padding-right:30px;
}

section.new-page-header.strategy-inner h1.page-title{
    margin-bottom:10px;
}

section.new-page-header.strategy-inner .status{
    left:0;
}

.strategy-inner .strategy-details{
    color: #999;
    display:none;
}

.strategy-inner .strategy-details hr {
    margin: 15px 0 0 0;
}

.strategy-inner .strategy-details blockquote{
    padding: 0;
    margin: 0;
    border: 0;
}

.strategy-inner .strategy-details blockquote p{
    position: relative;
    font-style: italic;
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 15px 0 0;
    margin: 0;
}

.strategy-inner .strategy-details blockquote p:before {
    position: absolute;
    top: 0;
    left: -45px;
    content: '\201C';
    font-size: 8rem;
    line-height: 1;
    font-family: Georgia, serif;
    font-style: normal;
    height: auto;
    display: block;
}

.strategy-pl{
    font-size: 2.5rem;
}

.secondary-title{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    line-height: 1.4;
    font-size: 2rem;
    margin-bottom:20px;
}

.strategy-description p.lead{
    font-size:1.5rem;
    margin-bottom: 5px;
}

.strategy-description .stat-box{
    margin-bottom: 0;
}

.strategy-description .stat-box .stat-value{
    height:23px;
}

.stat-label {
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 1.3;
    margin-top: 5px;
}

.stat-value {
    font-size: 1.5rem;
    font-weight: 600;
}

.stat-box .stat-icon {
    font-size: 3rem;
    color: #ccc;
}

.stat-box .stat-value {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
}

.stat-box .stat-label {
    text-transform: uppercase;
    font-size: 1rem;
    color: #ccc;
}

.main-stats{
    margin: 0;
    text-align: center;
}

.main-stats .stat-box{
    margin-bottom: 0;
    border-right: 1px solid #363d4a;
    padding: 15px 0;
}

.main-stats .stat-box:last-child{
    border-right:0;
}

.main-stats .stat-value {
    font-size: 3rem;
}

.main-stats .stat-box .stat-label {
    font-size: 1.3rem;
}

.strategy-stats .panel-custom.dark-body .panel-body.sub-panel{
    padding: 30px 15px;
}

.strategy-stats .panel-body.bt{
    border-top:1px solid #272c35;
}

.additional-stats .flex-row{
    display: flex;
    justify-content: space-between;
}

.additional-stats .flex-row > div{
    width: auto;
    padding: 0;
    text-align:center;
}

ul.strategy-sports {
    list-style: none;
    padding: 0;
}

ul.strategy-sports.closed span{
    display:none;
}

ul.strategy-sports li {
    float: left;
    margin-right: 10px;
    margin-bottom:10px;
}

ul.strategy-sports.closed li{
    margin-bottom:0;
}

ul.strategy-sports span{
    margin-left:5px;
}

ul.strategy-sports li + li {
    border-left: 1px solid #272c35;
    padding-left: 10px;
}

.strategy-description.closed p{
    max-height: 145px;
    overflow-y: hidden;
}

.strategy-description p{
    margin-bottom: 0;    
}

.strategy-sports-list{
    list-style: none;
    padding:0;
}

.strategy-sports-list li{
    float: left;
    margin-right: 5px;
    width: calc(50% - 5px);
    margin-top: 10px;
}

.strategy-sports-list li:first-child, .strategy-sports-list li:nth-child(2) {
    margin-top: 0;
}

.strategy-sports-list .sport-icon.sport-icon-small{
    float:left;
    margin-right:5px;
}

.panel{
    position:relative
}

.panel.panel-custom.panel-dark.panel-custom .panel-heading.with-info {
    display:flex;
    justify-content:space-between;
    position:initial;
}

.panel-custom .panel-heading.with-info .info-text-container i{
    color: #fff;
    font-size: 2rem;
}

.info-text-container .info-icon-container{
    line-height: 28px;
}

.info-text-container .info-content {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 15px;
    background: rgba(29, 33, 39, 0.9);
    color: #fff;
}

@media (min-width:992px){
    .info-text-container:hover .info-content, .info-content:hover{
        display:block;
    }

    .panel-custom .panel-heading.with-info .info-text-container i.fa.fa-times.dismiss-info{
        display:none;
    }
}

.strategy-owner-box{
    padding-left:55px;
    position:relative;
    min-height:40px
}

.strategy-owner-avatar{
    position:absolute;
    left:0;
    top:0;
}

.strategy-owner-avatar:hover,
.strategy-owner-name:hover{
    text-decoration:none;
}

.strategy-owner img{
    width: 40px;
    margin-top: -2px;
    margin-right:5px;
}

.strategy-owner-name {
    font-size: 1.5rem;
}

.strategy-owner-reg {
    display: block;
    color: #999;
    line-height: 1.1;
    font-size: 85%;
}

.status-label.success i{
    color:#2ac461;
}

.status-label.no-balance i{
    color:#d2322d;
}

.status-label.max-exposure i{
    color:#ed9c28;
}

.status-label.stop-loss i{
    color:#5bc0de;
}

.status-label.overstake i{
    color:#d2322d;
}

.status-label.multistake i{
    color:#d2322d;
}

section.new-page-header.strategy-inner .action-buttons a+a{
    margin-left:15px;
}

.tipster-stats .flex-row{
    justify-content:space-between;
}

.tipster-stats .col-lg-4 {
    width: auto;
}

.tipster-stats .stat-box .stat-value {
    font-size: 2rem;
}

.tipster-stats .stat-box .stat-label {
    font-size: 0.9rem;
}

.toggle-events-details{
    display:none;
}


.tip-actions .fa-2x {
    font-size: 2rem;
}

.load-more-wrapper .btn.btn-success.load-more{
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    opacity: 1;
    border-radius: 4px;
    padding: 6px 12px;
}



@media (min-width:768px) and (max-width:1024px){
    section.new-page-header.strategy-inner {
        margin: -30px -30px 43px;
    }
}

@media (max-width:1024px){
    .strategy-stats .panel-custom.dark-body .panel-body.sub-panel{
        padding:15px;
    }
    .strategy-stats .panel-custom.dark-body .panel-body.sub-panel.main-stats{
        padding:15px;
    }
    section.new-page-header.strategy-inner{
        padding: 20px 30px;
    }
    section.new-page-header.strategy-inner h1.page-title{
        margin-bottom: 5px;
        line-height: 1;
        font-size: 2.2rem;
    }
    section.new-page-header.strategy-inner .status,
    .strategy-inner .action-buttons {
        left: 30px;
    }
    
    section.new-page-header.strategy-inner span.text-muted{
        margin-top: 5px;
        padding-left: 0;
        border-left: 0;
        font-size: 1rem;
        text-transform: uppercase;
    }
    
    .strategy-inner .reverse .ribbon{
        right: -5px;
        left: auto;
    }
    .strategy-inner .reverse .ribbon span{
        right: -23px;
        left: auto;
        transform: rotate(45deg);
    }
    .strategy-inner .action-buttons{
        position: fixed;
        right: -45px;
        bottom: 68px;
    }
    .strategy-inner .action-buttons > a {
        font-size: 1.3rem;
        font-weight: 600;
    }
    .strategy-inner .action-buttons > a:hover{
        background:transparent;
        opacity:1;
    }


    .panel-custom .panel-heading.with-info .info-text-container i.dismiss-info {
        display: block;
        font-size: 2rem;
        float: right;
        padding: 1px 0px;
        margin: 0px 3px 0 15px;
        line-height: 18px;
    }
    .main-stats .stat-value{
        font-size:2rem;
    }
    
    .additional-stats .stat-value{
        font-size:2rem;
    }
    .main-stats .stat-box .stat-label{
        font-size: 1rem;
    }
    .additional-stats .flex-row{
        display:block;
        margin:0;
    }
    .additional-stats .stat-label{
        font-size:0.8rem;
    }
    .additional-stats .flex-row > div {
        width: calc(33.333333% - 1px);
        border-right:1px solid #363d4a;
        padding: 15px 0;
    }
    .additional-stats .flex-row > div:nth-child(-n+3){
        border-bottom:1px solid #363d4a;
    }
    .additional-stats .flex-row > div:nth-child(3n){
        border-right:1px solid #3c4453;
    }
    

    .panel.panel-custom.panel-dark > .panel-heading.tip-header{
        flex-wrap:wrap;
        flex-direction:row;
        padding: 0;
        border-bottom: 4px solid #1d2127;
        justify-content: space-between;
    }
    .tip .status{
        left: 8px;
        top: -7px;
    }
    
    .tip .status .ribbon{
        transform:scale(0.8);
    }
    
    .tip .order-outcome{
        padding: 0;
        min-width: unset;
        width: 40%;
    }
    
    .tip .order-outcome .title{
        font-size: 2rem;
    }
    
    .tip .requested-details{
        min-width: unset;
        width: 60%;
        border: 0;
        margin: 0;
        padding: 15px;
    }

    .tip.primary .event-details,
    .tip .tip-content.primary{
        border-top-color:#2ac461;
    }
    .tip.danger .event-details,
    .tip .tip-content.danger{
        border-top-color:#d2322d;
    }
    .tip.info .event-details,
    .tip .tip-content.info{
        border-top-color:#5bc0de;
    }
    .tip.warning .event-details,
    .tip .tip-content.warning{
        border-top-color:#ed9c28;
    }
    .tip .requested-details,
    .tip .order-outcome{
        
    }
    .tip .requested-details,
    .tip .order-outcome{
        
    }
    
    .tip .tip-content{
        border-top: 0;
    }
    .tip .event-details{
        flex-direction: column;
        position:relative;
        border-top: 2px solid;
        width: 100%;
        padding: 15px 0;
    }
    .tip .label.publish-date {
        width: 100%;
        margin: 0;
        padding: 0px 15px 10px 15px;
        color: #ccc !important;
        font-size: 1rem;
        display: none;
    }
    .tip .label.publish-date strong{
        margin-left:5px;
    }
    .tip .event-details .title {
        padding: 0 50px 0 15px;
        line-height: 1.2;
        font-size: 1.4rem;
        position: relative;
    }
    .tip label.label.label-request {
        font-size: 1rem;
        padding: 2px 4px;
        top: -1px;
        background: transparent;
        font-size: inherit;
    }
    
    .tip-header .tip-actions {
        right: 15px;
        top: 50%;
        z-index: 40;
    }
    
    .tip-header .tip-actions ul li a{
        font-size:1.2rem;
    }
    
    .tip .label.event-beadcrumb {
        margin: 0;
        display: block;
        padding: 10px 15px 0px 15px;
        border-radius: 0;
        color: #ccc !important;
        font-size: 1rem;
        display: none;
    }

    .tip-content{
        padding:0;
        border-top: 2px solid;
        border-bottom-width: 2px;
    }
    .tip-content .col.col-head{
        display:none;
    }
    
    .bs4-row.user-row {
        width: 100%;
        margin: 0;
        flex-direction: row;
    }
    
    .tip-content .user-row .col.user-col {
        background: #1d2127;
        text-transform: uppercase;
        font-weight: 600;
        position: sticky;
        top: 0;
        z-index: 2;
        flex: 0 0 100%;
        order: -1;
        font-size: 1rem;
        border-bottom:0;
    }
    
    .tip-content .user-row.tipster-row .col.user-col,
    .tip-content .user-row.investor-row .col.user-col{
        border-top-color:#b7b8ba;
    }
    
    .tip-content .user-row.tipster-row .user-type{
        color:#ed9c28;
    }
    
    .tip-content .user-row.investor-row .user-type{
        color:#5bc0de;
    }

    .tip-content > .bs4-row.headers-row + .bs4-row.user-row .col.user-col{
        border-top: 1px solid;
    }

    .tip .event-details .title {
        padding: 0 65px 0 15px;
    }
    
    .col.col-date, 
    .col.col-status{
        flex: 0 0 50%;
        font-size: 1.1rem;
        background: #3c4453 !important;
        box-shadow: inset 0px -4px 2px -2px rgba(0, 0, 0, 0.4), inset 0 4px 2px -2px rgba(0, 0, 0, 0.4);
        border-bottom:0;
        text-align: left;
    }
    .col.col-status{
        text-align:right
    }
    .col.col-requested,
    .col.col-placed,
    .col.col-odds,
    .col.col-pl,
    .col.col-bookie,
    .col.col-yield,
    .col.col-fees,
    .col.col-psf{
        order: 1;
        text-align:center;
        background: #313844 !important;
        line-height: 1.4;
        padding: 12px 0;
    }
    .bs4-row.user-row:last-child .col.col-requested,
    .bs4-row.user-row:last-child .col.col-placed,
    .bs4-row.user-row:last-child .col.col-odds,
    .bs4-row.user-row:last-child .col.col-pl,
    .bs4-row.user-row:last-child .col.col-bookie{
        border-bottom: 0;
    }
    .col.col-pl,
    .col.col-yield,
    .col.col-psf{
        font-weight: 600;
    }
    .tip-content .col .label-xs {
        display: block;
        font-size: 0.8rem;
        text-transform: uppercase;
        font-weight:600;
    }
    .tip .show-more .load-more{
        border-top-width: 2px;
        margin-top:-2px;
        font-size: 1.2rem;
    }
    .tip .toggle-events-details.btn.load-more {
        display: block;
        position: absolute;
        left: 30px;
        top: 100%;
        border-top-width: 2px;
        margin-top: -2px;
        padding: 5px 15px;
        font-size: 1.2rem;
    }
    
}

@media (max-width:767px){
    section.new-page-header.strategy-inner{
        margin: 0 -15px 43px -15px;
        padding: 15px 30px;
    }
    section.new-page-header.strategy-inner .status {
        left: 15px;
    }
    .strategy-inner .reverse .ribbon {
        right: 11px;
    }
    .tip .reverse .ribbon {
        left: 3px;
        top: -12px;
    }
    .tip-header .tip-actions ul li a {
        font-size: 1.4rem;
        padding: 12px 15px;
    }
    .bs4-row.user-row{
        position:relative;
    }
}
@media (max-width:1024px){
    .strategy-inner .action-buttons{
        position: fixed;
        right: -45px;
        bottom: 68px;
        left: unset;
    }
    .strategy-inner .action-buttons #mobile-actions{
        text-shadow: 0 1px 0 #fff;
        background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
        background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
        background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        background-repeat: repeat-x;
        border-color: #dbdbdb;
        border-color: #ccc;
        color: #333;
        width: 45px;
        height: 45px;
        line-height: 39px;
        padding: 0;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        border-radius: 50%;
        font-size: 22px;
    }

    .strategy-inner .action-buttons > a.copy-strategy,
    .strategy-inner .action-buttons > a.manage-investment{
        width: 45px;
        height: 45px;
        line-height: 42px;
        padding: 0;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        border-radius: 50%;
        font-size: 22px;
        text-shadow: 0 1px 0 #fff;
        margin:0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .strategy-inner .action-buttons > a.manage-investment{
        background-image: -webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
        background-image: -o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));
        background-image: linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        background-repeat: repeat-x;
        border: 1px solid #28a4c9 !important;
    }
    .strategy-inner .action-buttons > a.copy-strategy{
        background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
        background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
        background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        background-repeat: repeat-x;
        border: 1px solid #3e8f3e !important;
    }
    .strategy-inner .action-buttons > a .text-btn{
        display:none;
    }
    .strategy-inner .action-buttons > a .icon-btn{
        display:inline-block;
    }
    .strategy-inner .action-buttons > a img.icon-btn{
        width:24px;
    }
    .action-buttons.strategy-inner-actions .dropdown-menu{
        top: -10px;
        transform: translateY(-100%) !important;
        right: 0;
        left: auto !important;
        margin-top: 0;
        border-top: 0;
    }
}

@media (min-width:768px) and (max-width:1024px){
    .strategy-inner .action-buttons > a.copy-strategy,
    .strategy-inner .action-buttons > a.manage-investment,
    .strategy-inner .action-buttons #mobile-actions{
        width:60px;
        height:60px;
        line-height:60px;
        font-size:30px;
    }
    .strategy-inner .action-buttons{
        bottom:98px;
    }
    .strategy-inner .action-buttons a .button-icon {
        width: 60px;
        height: 60px;
        line-height: 58px;
        font-size: 26px;
    }
    .strategy-inner .action-buttons a .button-label{
        font-size:1.7rem;
    }
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50%,
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50%,
    to {
        opacity: 0
    }
}

@media (min-width:1025px){
    .tip-content .col .label-xs {
        display:none;
    }
    .tip .label.publish-date{
        padding-right:53px;
    }
    .tip-header .tip-actions{
        line-height:1;
    }
    .panel-custom .panel-heading.with-info .info-text-container i.dismiss-info{
        display:none;
    }
    .strategy-inner .action-buttons {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
    }
    
    .tip-content .user-row .col.user-col {
        text-transform: uppercase;
        font-size: 1rem;
    }
    .tip-content .user-row.tipster-row .user-type{
        color:#ed9c28;
        font-weight: bold;
    }
    
    .tip-content .user-row.investor-row .user-type{
        color:#5bc0de;
        font-weight: bold;
    }
}

@media (min-width:1025px) and (max-width:1280px){
    .tip-header .order-outcome {
        min-width: 120px;
    }
    .tip .order-outcome .title {
        font-size: 2rem;
    }
    .tip-header .requested-details {
        min-width: 180px;
    }
    .requested-details .progress.light span,
    .tip-content .col{
        font-size:1.1rem;
    }
    .tip .label,
    .tip-content .col.col-head{
        font-size: 0.9rem;
    }
    .tip .title {
        font-size: 1.4rem;
    }
    label.label.label-request {
        font-size: 1rem;
        top: -1px;
    }
    .tip .show-more .btn.btn-success.load-more{
        font-size: 1.2rem;
    }
    .col.flex-g-2{
        flex-grow:2;
    }

    .main-stats .stat-value{
        font-size:2rem;
    }
    .main-stats .stat-box .stat-label {
        font-size: 1.1rem;
    }
}

@media (min-width:1281px){
    .col.flex-g-2{
        flex-grow:2;
    }
}

.popover-title{
    color:#777;
}

.panel-custom.dark-body .panel-footer .action-buttons{
    position:relative;
}

@media (min-width:768px){
    .strategy-inner .action-buttons .tooltip-inner{
        white-space:nowrap;
    }
}

@media (max-width:767px){
    .mobile-view .col.col-requested,
    .mobile-view .col.col-placed,
    .mobile-view .col.col-odds,
    .mobile-view .col.col-pl,
    .mobile-view .col.col-bookie,
    .mobile-view .col.col-yield,
    .mobile-view .col.col-psf{
        padding:12px 6px;
    }
    .mobile-view .col.col-pl {
        position: absolute;
        z-index: 3;
        display: block;
        padding: 0px;
        background: transparent !important;
        border: 0;
        text-align: center;
        top: 9px;
        right: 0;
        width: 60px;
    }
    .mobile-view .tip-content .user-row.tipster-row .col.user-col{
        padding:8px 12px 0 45px;
    }
    .mobile-view .tip-content .admin-view.user-row.tipster-row .col.user-col ,
    .mobile-view .admin-view .col.user-col{
        padding: 8px 12px 0 45px;
    }
    .mobile-view .tip-content .user-row .col.user-col{
        line-height:16px;
        font-size: 1.1rem;
        padding: 6px 12px 0 45px;
    }
    .mobile-view .col.col-date{
        flex: 0 0 100%;
        background: #1d2127 !important;
        box-shadow:none;
        font-size: 80%;
        line-height:14px;
        padding: 0 12px 10px 45px;
    }
    .mobile-view .admin-view .col.col-date{
        padding-top: 0;
        padding-bottom: 10px;
    }
    .mobile-view .col.col-status{
        position: absolute;
        left: 0;
        z-index: 50;
        background: transparent !important;
        box-shadow: none;
        font-size: 14px;
        top: 13px;
        width: auto;
        text-align: center;
        padding: 0 15px;
    }
    .mobile-view .col.col-status i{
        margin:0 !important;
    }
    .mobile-view .tip .tip-content{
        border-top:1px solid #fff !important;
    }
    .mobile-view .investor-view .col.col-date{
        padding:18px 12px 18px 45px;
    }
    .mobile-view .investor-view .col.col-pl{
        width:72px;
    }
}

.strategy-stats .strategy-box #high-chart{
    width:100%;
    height:300px;
}

@media (min-width:768px) and (max-width:1024px){
    .strategy-stats .strategy-box #high-chart{
        height:200px;
    }
}

@media (max-width:767px){
    .strategy-stats .strategy-box #high-chart{
        height:170px;
    }
}

span#strategy_notice {
    padding: 5px 10px;
    height: 34px;
    display: inline-block;
    background: #313844;
    margin-right: 10px;
    color: #fff;
    position: relative;
    border-top: 1px solid #fff;
}

span#strategy_notice:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0px 7px 7px;
    border-color: transparent transparent transparent #313844;
    content: "";
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width:1024px){
    span#strategy_notice {
        position: fixed;
        right: 95px;
        bottom: 111px;
        border: 1px solid #1d2127;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }
    span#strategy_notice:after {
        border-color: transparent transparent transparent #1d2127;
    }
}

@media (max-width:767px){
    span#strategy_notice {
        right: 64px;
        bottom: 74px;
    }
}

#allowMultistake{
    display:none;
}

.multistake label{
    height: 34px;
    border: 1px solid #ccc;
    width: 150px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 0;
    background: #eaeaea;
}

.multistake-btn {
    background-image: -webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -o-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));
    background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
    color: #fff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    cursor: pointer;
    text-transform: uppercase;
    width: 75px;
    height: 32px;
    line-height: 34px;
    text-align: center;
    border-right: 1px solid #ccc;
    border-left:1px solid transparent;
    border-radius: 4px;
    transition: all 0.3s ease-in 0s;
    display: inline-block;
}

#allowMultistake:checked + label .multistake-btn {
    margin-left: 75px;
    border-right: 0;
    background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
    background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
}

.nav-tabs.modal-tabs>li>a{
    border-bottom: 4px solid #ccc;
    border-radius: 0;
    border-top: 0;
    color:#d2322d;
}

.modal-tabs .fa-check:before{
    content: "\f00d";
}

.modal-tabs .active .fa-check:before {
    content: "\f00c";
}

.nav-tabs.modal-tabs li a:hover{
    border-top:0;
    border-bottom: 4px solid #ccc;
    color:#ccc;
}

.nav-tabs.modal-tabs li label:hover{
    cursor:pointer;
}

.nav-tabs.modal-tabs li.active a,
.nav-tabs.modal-tabs li.active a:hover,
.nav-tabs.modal-tabs li.active a:focus{
    border-top: 0;
    background: transparent;
    border-bottom: 4px solid #2ac461;
    border-radius: 0;
    color:#2ac461;
}

.introjs-helperLayer{
    display:none !important;
}

@media (max-width:1500px){
    #start-tutorial{
        display:none;
    }
}

div.toggle-series {
    cursor: pointer;
}

.legend-box {
    width: 10px;
    height: 10px;
    background: #999;
    background-color: rgb(153, 153, 153);
    display: inline-block;
    margin-right: 5px;
}

.legend-box.tipster_profit {
    background-color: #5bc0de;
}

.legend-box.copiers_profit {
    background-color: #c3c42a;
}

.legend-box.copiers_fees {
    background-color: #9570e1;
}
