.brighttheme {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

    .brighttheme.ui-pnotify-container {
        /*padding: 0px*/
    }

    .brighttheme .ui-pnotify-title {
        margin-bottom: 12px
    }

.brighttheme-notice {
    /*background-color: #FFFFA2;
    border: 0 solid #FF0;
    color: #4F4F00*/
    background-color: white;
    border: 1px solid #f79949;
    color: #f79949;
}

.brighttheme-info {
    /*background-color: white;
    border: 1px solid #0286A5;
    color: #012831*/
    background-color: white;
    border: 1px solid #1274b0;
    color: #1274b0
}

.brighttheme-success {
    /*background-color: #AFF29A;*/
    /*background-color: #00AF42;*/
    /*border: 0 solid #35DB00;*/
    /*color: #fff;*/        
    background-color: white;
    border: 1px solid #0b9e48;
    color: #0b9e48;    
}

.brighttheme-error {
    /*background-color: #FFABA2;*/
    /*background-image: repeating-linear-gradient(135deg,transparent,transparent 35px,rgba(255,255,255,.3) 35px,rgba(255,255,255,.3) 70px);*/
    /*border: 0 solid #FF1800;*/
    /*color: #4F0800*/
    background-color: white;
    border: 1px solid red;
    color: red;
}

.brighttheme-icon-closer, .brighttheme-icon-info, .brighttheme-icon-notice, .brighttheme-icon-sticker, .brighttheme-icon-success {
    position: relative;
    width: 16px;
    height: 16px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    font-family: "Courier New",Courier,monospace;
    border-radius: 50%
}

    .brighttheme-icon-closer:after, .brighttheme-icon-info:after, .brighttheme-icon-notice:after, .brighttheme-icon-sticker:after, .brighttheme-icon-success:after {
        position: absolute;
        top: 0;
        left: 4px
    }

.brighttheme-icon-notice {
    background-color: #2E2E00;
    color: #FFFFA2;
    margin-top: 2px
}

    .brighttheme-icon-notice:after {
        content: "!"
    }

.brighttheme-icon-info {
    background-color: #012831;
    color: #8FCEDD;
    margin-top: 2px
}

    .brighttheme-icon-info:after {
        content: "i"
    }

.brighttheme-icon-success {
    background-color: #104300;
    color: #AFF29A;
    margin-top: 2px
}

    .brighttheme-icon-success:after {
        content: "\002713"
    }

.brighttheme-icon-error {
    position: relative;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #2E0400;
    font-size: 0;
    line-height: 0;
    color: #FFABA2;
    margin-top: 1px
}

    .brighttheme-icon-error:after {
        position: absolute;
        top: 1px;
        left: -4px;
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        font-family: "Courier New",Courier,monospace;
        content: "!"
    }

.brighttheme-icon-closer, .brighttheme-icon-sticker {
    display: inline-block
}

    .brighttheme-icon-closer:after {
        top: -4px;
        content: "\002715"
    }

    .brighttheme-icon-sticker:after {
        top: -5px;
        content: "\01D1BC";
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .brighttheme-icon-sticker.brighttheme-icon-stuck:after {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.brighttheme .ui-pnotify-action-bar {
    padding-top: 12px
}

    .brighttheme .ui-pnotify-action-bar input, .brighttheme .ui-pnotify-action-bar textarea {
        display: block;
        width: 100%;
        margin-bottom: 12px !important
    }

.brighttheme .ui-pnotify-action-button {
    text-transform: uppercase;
    font-weight: 700;
    padding: 4px 8px;
    border: none;
    background: 0 0
}

    .brighttheme .ui-pnotify-action-button.btn-primary {
        border: none;
        border-radius: 0
    }

.brighttheme-notice .ui-pnotify-action-button.btn-primary {
    background-color: #FF0;
    color: #4F4F00
}

.brighttheme-info .ui-pnotify-action-button.btn-primary {
    background-color: #0286A5;
    color: #012831
}

.brighttheme-success .ui-pnotify-action-button.btn-primary {
    background-color: #35DB00;
    color: #fff;
}

.brighttheme-error .ui-pnotify-action-button.btn-primary {
    background-color: #FF1800;
    color: #4F0800
}
