/*------------------------------------------------------------------------------------*/
/*------------------------------  YOUR CUSTOM CSS STYLE  -----------------------------*/
.no-p-left{
    padding-left: 0 !important;
}
.no-p-right{
    padding-right: 0 !important;
}
li.paginate_button a {
    background: #2b2e33;
    color: white;
}
ul.pagination {
    float: right;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus { color: #2a6496; background-color: #e4e7ea; border-color: #e4e7ea;}

tr:hover td {
    background: #dcdcdc !important;
    cursor: pointer;
}
.no-hover tr:hover td {
    background: none !important;
    cursor: default;
}
.no-show{
    display: none;
}
.first-level span, .second-level span, .thirth-level span {
    float: left;
    display: inline-block;
    font-size: 16px;
}
.second-level {
    margin-left: 25px;
}
.thirth-level {
    margin-left: 50px;
}
.md-content.md-content-white h3 {
    font-size: 22px;
    padding: 20px 0;
}
.label-marca {
    background: none;
    color: #555555;
    border: solid 1px;
}
.md-content span.filter-option.pull-left {
    font-size: 14px;
}
.progress {
    height: 12px;
    margin-bottom: 0;
    margin-top: 5px;
    width: 80%;
}
.percent {
    width: 20%;
}
.all-dates {
    display: inline-block;
    width: 100%;
}
p.mini {
    font-size: 12px;
    font-style: italic;
    margin: 0;
}
.change-language-link.active {
    font-weight: bold;
    text-decoration: underline;
}
.table-responsive .table {
    max-width: none !important;
}

#googlepay-button-container button{
    width: 100%;
}
#winning_percentage::-webkit-inner-spin-button,
#winning_percentage::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.remove-arrow-number::-webkit-inner-spin-button,
.remove-arrow-number::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
.remove-arrow-number, #winning_percentage {
    -moz-appearance:textfield;
}

.sidebar-large #sidebar {
    width: 250px;
    overflow-y: scroll;
    height: calc(100vh - 50px);
}
#bonus-conditions {
    color: #000;
    font-size: 10px;
}
#bonus-conditions ul {
    list-style-type: initial;
    margin-left: 20px;
}
.login-box {
    margin-top: 40px;
}

.datetimepicker-clear{
    cursor: pointer;
}

/*@supports (-webkit-appearance: -apple-pay-button) {*/
    /*.apple-pay-button {*/
        /*display: inline-block;*/
        /*-webkit-appearance: -apple-pay-button;*/
    /*}*/
    /*.apple-pay-button-black {*/
        /*-apple-pay-button-style: black;*/
    /*}*/
    /*.apple-pay-button-white {*/
        /*-apple-pay-button-style: white;*/
    /*}*/
    /*.apple-pay-button-white-with-line {*/
        /*-apple-pay-button-style: white-outline;*/
    /*}*/
/*}*/

/*@supports not (-webkit-appearance: -apple-pay-button) {*/
    /*.apple-pay-button {*/
        /*display: inline-block;*/
        /*background-size: 100% 60%;*/
        /*background-repeat: no-repeat;*/
        /*background-position: 50% 50%;*/
        /*border-radius: 5px;*/
        /*padding: 0px;*/
        /*box-sizing: border-box;*/
        /*min-width: 200px;*/
        /*min-height: 32px;*/
        /*max-height: 64px;*/
    /*}*/
    /*.apple-pay-button-black {*/
        /*background-image: -webkit-named-image(apple-pay-logo-white);*/
        /*background-color: black;*/
    /*}*/
    /*.apple-pay-button-white {*/
        /*background-image: -webkit-named-image(apple-pay-logo-black);*/
        /*background-color: white;*/
    /*}*/
    /*.apple-pay-button-white-with-line {*/
        /*background-image: -webkit-named-image(apple-pay-logo-black);*/
        /*background-color: white;*/
        /*border: .5px solid black;*/
    /*}*/
/*}*/
