.newnotify.awesome {
    width: 300px;
    min-height: 65px;
    background: #f3f3f3;
    color: #222;
    margin: 15px;
    padding: 5px 5px 5px 70px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 1px 1px 1px #000;
}

    .newnotify.awesome .icon {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: 10px;
        background: #000;
        margin-top: -25px;
        border-radius: 50%;
        text-align: center;
        line-height: 50px;
        font-size: 22px;
    }

    .newnotify.awesome p {
        padding: 0;
        margin: 0;
    }

        .newnotify.awesome p span {
            font-weight: 300;
        }

            .newnotify.awesome p span.light {
                font-size: 13px;
                display: block;
                color: #777;
            }

    .newnotify.awesome.ok p.bold {
        color: #178B13;
    }

    .newnotify.awesome.ok .icon {
        background-color: #178B13;
        color: #fff;
    }

    .newnotify.awesome.error p.bold {
        color: #D82222;
    }

    .newnotify.awesome.error .icon {
        background-color: #D82222;
        color: #fff;
    }

    .newnotify.awesome.warning p.bold {
        color: #9F6000;
    }

    .newnotify.awesome.warning .icon {
        background-color: #9F6000;
        color: #fff;
    }

    .newnotify.awesome.yellow p.bold {
        color: #CFA846;
    }

    .newnotify.awesome.yellow .icon {
        background-color: #CFA846;
        color: #fff;
    }

    .newnotify.awesome.blue p.bold {
        color: #2980b9;
    }

    .newnotify.awesome.blue .icon {
        background-color: #2980b9;
        color: #fff;
    }

    .newnotify.awesome.green p.bold {
        color: #27ae60;
    }

    .newnotify.awesome.green .icon {
        background-color: #27ae60;
        color: #fff;
    }

    .newnotify.awesome.purple p.bold {
        color: #5B54AA;
    }

    .newnotify.awesome.purple .icon {
        background-color: #5B54AA;
        color: #fff;
    }

.newnotify.colorful {
    width: 300px;
    min-height: 45px;
    overflow: hidden;
    background-color: transparent;
    z-index: 1;
}

    .newnotify.colorful .colorful-inner {
        width: 100%;
        min-height: 45px;
        display: block;
        position: relative;
        background-color: #484860;
        padding: 15px 25px 15px 15px;
        color: #fff;
        font-size: 14px;
        border-bottom: 1px solid rgba(0,0,0,.2);
        border-radius: 4px;
    }

    .newnotify.colorful .newnotify-close {
        color: #fff;
        z-index: 2;
        top: 8px;
        right: 8px;
        text-align: center;
        line-height: 18px;
    }

.newnotify-wrapper.center .newnotify.colorful {
    margin: 0 auto;
}

.newnotify.default {
    width: 300px;
    min-height: 45px;
    background: #1B1E24;
    background: -webkit-linear-gradient(left,#111213,#111213 15%,#1b1e24 15%,#1b1e24);
    background: linear-gradient(left,#111213,#111213 15%,#1b1e24 15%,#1b1e24);
    color: #fff;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin: 5px;
    overflow: hidden;
    border-bottom: 1px solid #111213;
    border-radius: 6px;
}

    .newnotify.default .default-spinner {
        width: 45px;
        min-height: 45px;
        display: block;
        float: left;
        position: relative;
    }

        .newnotify.default .default-spinner span {
            width: 18px;
            height: 18px;
            background: #27ae60;
            display: block;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -11px;
            margin-top: -9px;
        }

    .newnotify.default .default-message {
        float: left;
    }

        .newnotify.default .default-message span {
            padding: 3px;
            line-height: 43px;
        }

        .newnotify.default .default-message:after {
            clear: both;
        }

.newnotify-wrapper * {
    box-sizing: border-box;
}

.newnotify-wrapper {
    position: fixed;
    z-index: 99999999;
}

    .newnotify-wrapper.top {
        top: 0;
        bottom: auto;
    }

    .newnotify-wrapper.bottom {
        bottom: 0;
        top: auto;
    }

    .newnotify-wrapper.left {
        left: 0;
    }

    .newnotify-wrapper.right {
        right: 0;
        left: auto;
    }

    .newnotify-wrapper.center {
        width: 50%;
        height: 50%;
        margin: auto;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

.newnotify {
    width: 200px;
    background: rgba(0,0,0,.7);
    padding: 3px;
    color: #fff;
    border-radius: 4px;
    display: none;
    font-size: 13px;
    cursor: pointer;
    position: relative;
    text-align: left;
    min-height: 50px;
    margin: 10px;
}

.newnotify-close {
    position: absolute;
    top: 2px;
    right: 2px;
    display: block;
    width: 20px;
    height: 20px;
}

    .newnotify-close:before {
        content: "x";
        color: #fff;
        font-weight: 700;
        font-family: Arial,sans-serif;
        font-size: 18px;
    }

.newnotify.tumblr {
    width: 300px;
    min-height: 45px;
    overflow: hidden;
    background-color: #fff;
    color: #444;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
    z-index: 1;
}

    .newnotify.tumblr .title {
        position: relative;
        font-size: 15px;
        line-height: 15px;
        height: 28px;
        padding: 5px 10px;
        border-bottom: 1px solid rgba(0,0,0,.1);
        font-weight: 700;
        z-index: 1;
    }

    .newnotify.tumblr .content {
        padding: 5px;
    }

    .newnotify.tumblr .image {
        float: left;
    }

    .newnotify.tumblr .newnotify-close {
        z-index: 2;
    }

        .newnotify.tumblr .newnotify-close:before {
            color: #000;
        }

.newnotify.user {
    width: 300px;
    min-height: 100px;
    background: #f3f3f3;
    color: #222;
    margin: 15px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 300;
    box-shadow: 1px 1px 1px #000;
    border-radius: 0;
    padding: 0;
}

    .newnotify.user .icon {
        width: 100px;
        height: 100px;
        position: relative;
        background: #000;
        float: left;
    }

    .newnotify.user img {
        max-width: 100%;
    }

    .newnotify.user .info {
        padding-left: 110px;
        padding-top: 10px;
    }

    .newnotify.user b {
        display: block;
        font-size: 16px;
    }

    .newnotify.user.blue {
        background: #2773ed;
        color: #fff;
    }

    .newnotify.user.yellow {
        background: #f4b300;
        color: #fff;
    }

    .newnotify.user.green {
        background: #78ba00;
        color: #fff;
    }

.newnotify.customTheme .icon {
    margin: 10px;
    font-size: 15px;
}

.newnotify.customTheme {
    width: 320px;
    min-height: 45px;
    overflow: hidden;
    background-color: transparent;
    z-index: 1;
    display: inline-block;
    float: right;
    clear: right;
}

    .newnotify.customTheme .colorful-inner {
        width: 100%;
        min-height: 45px;
        display: block;
        position: relative;
        background-color: #484860;
        padding: 15px 25px 15px 15px;
        color: #fff;
        font-size: 14px;
        border-bottom: 1px solid rgba(0,0,0,.2);
        border-radius: 4px;
        font-weight: bold;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.39);
        opacity: 0.95;
    }
