/* Minification failed. Returning unminified contents.
(2,1): run-time error CSS1019: Unexpected token, found '@import'
(2,9): run-time error CSS1019: Unexpected token, found 'url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css')'
(3,1): run-time error CSS1019: Unexpected token, found '@import'
(3,9): run-time error CSS1019: Unexpected token, found 'url('//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css')'
(463,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(464,10): run-time error CSS1035: Expected colon, found '{'
(476,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(477,10): run-time error CSS1035: Expected colon, found '{'
(494,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(495,10): run-time error CSS1035: Expected colon, found '{'
(507,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(508,10): run-time error CSS1035: Expected colon, found '{'
 */
.ui-pnotify{top:36px;right:36px;position:absolute;height:auto;z-index:2}body>.ui-pnotify{position:fixed;z-index:100040}.ui-pnotify-modal-overlay{background-color:rgba(0,0,0,.4);top:0;left:0;position:absolute;height:100%;width:100%;z-index:1}body>.ui-pnotify-modal-overlay{position:fixed;z-index:100039}.ui-pnotify.ui-pnotify-in{display:block!important}.ui-pnotify.ui-pnotify-move{transition:left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-slow{transition:opacity .6s linear;opacity:0}.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move{transition:opacity .6s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-normal{transition:opacity .4s linear;opacity:0}.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move{transition:opacity .4s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-fast{transition:opacity .2s linear;opacity:0}.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move{transition:opacity .2s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-in{opacity:1}.ui-pnotify .ui-pnotify-shadow{-webkit-box-shadow:0 6px 28px 0 rgba(0,0,0,.1);-moz-box-shadow:0 6px 28px 0 rgba(0,0,0,.1);box-shadow:0 6px 28px 0 rgba(0,0,0,.1)}.ui-pnotify-container{background-position:0 0;padding:.8em;height:100%;margin:0}.ui-pnotify-container:after{content:" ";visibility:hidden;display:block;height:0;clear:both}.ui-pnotify-container.ui-pnotify-sharp{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.ui-pnotify-title{display:block;margin-bottom:.4em;margin-top:0}.ui-pnotify-text{display:block}.ui-pnotify-icon,.ui-pnotify-icon span{display:block;float:left;margin-right:.2em}.ui-pnotify.stack-bottomleft,.ui-pnotify.stack-topleft{left:25px;right:auto}.ui-pnotify.stack-bottomleft,.ui-pnotify.stack-bottomright{bottom:25px;top:auto}.ui-pnotify.stack-modal{left:50%;right:auto;margin-left:-150px}.ui-pnotify-closer,.ui-pnotify-sticker{float:right;margin-left:.2em}.ui-pnotify-container{position:relative;left:0}@media (max-width:480px){.ui-pnotify-mobile-able.ui-pnotify{position:fixed;top:0;right:0;left:0;width:auto!important;font-size:1.2em;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;-ms-font-smoothing:antialiased;font-smoothing:antialiased}.ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-bottom-width:5px}.ui-pnotify-mobile-able .ui-pnotify-container{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft,.ui-pnotify-mobile-able.ui-pnotify.stack-topleft{left:0;right:0}.ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft,.ui-pnotify-mobile-able.ui-pnotify.stack-bottomright{left:0;right:0;bottom:0;top:auto}.ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft .ui-pnotify-shadow,.ui-pnotify-mobile-able.ui-pnotify.stack-bottomright .ui-pnotify-shadow{border-top-width:5px;border-bottom-width:1px}}
@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css');
@import url('//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css');

/* Theme */
.betway-theme {
    background-color: white;
    color: black;
}

.accordion-title::before {
    content: '';
    background: url(/Assets/img/Sponsor/Sports/sport-arrow.png) no-repeat;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -.5rem;
    width: 15px;
    height: 15px;
    background-size: 25px;
    background-position: -12px 5px;
}

.ca-expanded .accordion-title::before {
    content: '';
    background: url(/Assets/img/Sponsor/Sports/sport-arrow.png) no-repeat;
    width: 15px;
    height: 15px;
    background-size: 25px;
    background-position: -12px 5px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome';
    content: "\f146";
    float: right;
    color: inherit;
}

.accordion-toggle:after {
    /* symbol for "collapsed" panels */
    content: "\f0fe";
}
.betway-theme .icon {
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(/Assets/img/Account/bankingmenu.png);
}

.betway-theme .icon.deposit {
    background-position: -5px 0;
}

.betway-theme .icon.withdrawal {
    background-position: -5px -40px;
}

.betway-theme .icon.bonus {
    background-position: -5px -101px;
}

.betway-theme .status:after {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    margin-left: 10px;
    color: white;
}

.betway-theme .status.success:after {
    content: "\002713";
    background-color: #00A826;
    padding-left: 3px;
}

.betway-theme .status.failed:after {
    content: "!";
    background-color: #ed1c24;
    padding-left: 7px;
}

.betway-theme .icon-closer:after {
    content: "\002715";
    position: relative;
    top: -4px;
}

.betway-theme.ui-pnotify-container {
    padding: 10px;
    min-height: 75px;
}

.betway-theme .ui-pnotify-title {
    font-size: 16px;
    line-height: 20px;
    padding-left: 64px;
    font-weight: 600;
    margin-bottom: 2px;
}

.betway-theme .ui-pnotify-text {
    font-size: 14px;
    padding-left: 70px;
}


.notification .icon,
.betway-theme .icon
 {
    width: 50px;
    height: 50px;
    float: left;
    background: url(/Assets/img/Common/notification-sprite.png) no-repeat;
    background-size: 45px auto;
    position: relative;
}

.notification .icon:after,
.betway-theme .ui-pnotify-icon .icon:after {
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 2px;
    right: -3px;
    font-size: 15px;
    line-height: 18px;
}

.notification .icon.success:after,
.betway-theme .icon.success:after {
    content: "\002713";
    background-color: #00A826;
    padding-left: 4px;
}

.notification .icon.failed:after,
.betway-theme .icon.failed:after {
    content: "!";
    background-color: #ed1c24;
    padding-left: 7px;
}

.betway-theme .icon.marketing {
    background: url(/Assets/img/Common/notification-desktop-icon.jpg) no-repeat;
    background-size: auto 100%;
    width: 64px;
    height: 64px;
}

.betway-theme .icon.marketing.th {
    background: url(/Assets/img/Common/notification-desktop-icon-thai.png) no-repeat;
    background-size: auto 100%;
    width: 64px;
    height: 64px;
}

.notification .icon.marketing {
    background: url(/Assets/img/common/logo-sprite.png?v=1) no-repeat;
    background-size: 159px auto;
    background-position: 0 -26px;
    height: 36px;
    width: 58px;
}

.notification .icon.marketing.th {
    background: url(/Assets/img/common/logo-sprite-th.png?v=8) no-repeat;
    background-size: 159px auto !important;
    background-position: 0 -26px;
    height: 36px;
    width: 58px;
}

.notification .icon.deposit,
.betway-theme .icon.deposit {
    background-position: 8px 9px;
    background-size: 35px auto;
}

.notification .icon.withdrawal,
.betway-theme .icon.withdrawal {
    background-position: 3px -41px;
}

.notification .icon.bonus,
.betway-theme .icon.bonus {
    background-position: 3px -81px;
}

.notification .icon.rebate,
.betway-theme .icon.rebate {
    background-position: 8px -96px;
    background-size: 35px auto;
}

.notification .icon.campaign,
.betway-theme .icon.campaign {
    background-position: 4px -132px;
}

.notification .icon.maintenance,
.betway-theme .icon.maintenance {
    background-position: 8px -144px;
    background-size: 35px auto;
}

.notification .icon + .content {
    padding-left: 65px;
}

.notification .description a,
.betway-theme .ui-pnotify-text a {
    color: #00A826 !important;
    text-decoration: underline;
}

/****New Notification Style Start****/
#notification-wrapper {
    color: #FFFFFF;
}

.notification-layout {
    padding: 5px 10px;
    background-color: #202020;
    overflow: hidden;
    word-break: break-all;
    border-left: 3px solid #202020;
    margin-bottom: 2px;
}

.notification-layout .ntf-container {
    float:left;
}

.notification-layout .ntf-container:first-child {
    width:6%
}

.notification-layout .ntf-container:nth-child(2){
width: 94%
}

.notification-layout .ntf-header,
.notification-layout .spec-header {
    cursor: pointer;
}

.notification-layout .ntf-header .expand-icon {
    position: relative;
    float: right;
    right: 26px;
    top: -20px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.active-layout .ntf-header .expand-icon {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

.notification-layout .msg-header .title {
    width: 85%;
    color: #A1A1A1;
}

.notification-layout .msg-header .date {
    font-size: 12px;
    color: #A1A1A1;
}

.notification-layout .top-ntf-header .title {
    font-size: 12px !important;
}

.notification-layout .msg-header .fail-deposit, .notification-layout .msg-header .bonus-expired {
    color: #e60000
}

.no-read {
    border-left: 3px solid #00cc30;
    background-color: #4a4a4a;
}

.no-read .msg-header .title {
    font-weight: bold;
    color: #00A826;
}

.no-read .msg-header .grey-title {
    color: #ccc;
}

.no-read .msg-header .date {
    font-weight: bold;
    color: #fff;
}
.notification-layout .msg-header .fail-deposit,
.notification-layout .msg-header .bonus-expired {
    color: #e60000 !important;
}
.layout-grey-theme .no-read .msg-header .title {
    color: #ccc;
}

.active-layout {
    background-color: #202020;
}

.active-layout .ntf-header .title {
    color: #00cc30;
    font-weight: bold;
}

.notification-layout .content {
    display: none;
    padding: 5px;
    min-height: 60px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.notification-layout .all-content-style {
    margin-left: 60px;
    text-align:justify;
}

.notification-layout .content .loading-img {
    width: 100%;
    text-align: center;
}

.notification-layout .content .loading-img img {
    width: 50px;
}

.notification-layout.action {
    background-color: #303030;
    cursor: pointer;
    border-top: 1px solid grey;
    border-left: 1px solid grey;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
}

.notification .ntf-type {
    width: 50px;
    height: 50px;
    background-color: #000;
    float: left;
    position: relative;
    border-radius: 100%;
    border: 2px solid #00A826;
    color: #00A826;
    font-weight: bold;
    margin-right: 10px;
    padding-top: 18px;
    text-align: center;
    font-size: 13px;
    z-index: 1;
    line-height: 12px;
}

.th .notification .deposit-type {
    padding-top: 12px;
}

.layout-grey-theme .ntf-type {
    border: 2px solid #ccc;
    color: #ccc;
}

.notification-layout .action-container {
    position: relative;
    float: right;
    top: -10px;
    font-size: 15px;
    padding-right: 20px;
    color: #fff;
}

.notification-layout .action-container .action-content {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.notification-layout .action-container .action-content .action-content div {
    float: left
}

.notification-layout .action-container .action-content .arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.notification-layout .action-container .action-content .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/****New Notification Style End****/

/****New Notification Top Header Style Start****/
#notification-list .notification .ntf-type {
    width: 40px;
    height: 40px;
    padding-top: 13px;
    font-size: 11px;
    line-height:11px;
}

.th #notification-list .notification .deposit-type {
    padding-top: 9px;
}

#notification-list .notification-layout .ntf-container:first-child {
    width: 20%
}

#notification-list .notification-layout .ntf-container:nth-child(2) {
    width: 80%
}

#notification-list .notification-layout .all-content-style {
    margin-left: 0px;
}

#notification-list .ntf-container .title {
    font-size: 13px;
    text-align: justify;
}

#notification-list .ntf-container .date {
    font-size: 10px;
}
/****New Notification Top Header Style End****/
/* Animation */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@media screen and (max-width: 1050px) {
    .notification-layout .ntf-container:first-child {
        width: 8%
    }

    .notification-layout .ntf-container:nth-child(2) {
        width: 92%
    }
}
@media screen and (max-width: 800px) {
    .notification-layout .ntf-container:first-child {
        width: 10%
    }

    .notification-layout .ntf-container:nth-child(2) {
        width: 90%
    }
}

@media screen and (max-width: 650px) {
    .notification-layout .ntf-container:first-child {
        width: 15%
    }

    .notification-layout .ntf-container:nth-child(2) {
        width: 85%
    }
}

/***When screen more than 1023***/
@media screen and (min-width: 1024px) {
    .notification-layout .msg-header:hover .title {
        color: #00cc30 !important;
    }

    .notification-layout .msg-header:hover .grey-title {
        color: #eee !important;
    }

    .notification-layout .msg-header:hover .fail-deposit,
    .notification-layout .msg-header:hover .bonus-expired {
        color: #ff0000 !important
    }

    .notification-layout .msg-header:hover .date {
        color: #fff !important;
    }

}

/***When screen less than 450***/
@media screen and (max-width: 450px) {
    #notification-contents {
        padding: 0px 0px;
    }

    .notification .ntf-type {
        width: 40px;
        height: 40px;
        padding-top: 13px;
        font-size: 10px;
        line-height: 10px;
    }
    .th .notification .deposit-type {
        padding-top: 9px;
    }
    #notification-contents .tabs-content {
        overflow-y: auto;
    }

    ::-webkit-scrollbar {
        width: 0px; /* Remove scrollbar space */
    }

    #notification-swipermenu li {
        padding: 15px 0;
        margin-right: 35px;
        border-bottom: 2px solid transparent;
        width: auto;
    }
}

