.bigger25 {
    font-size: 25px;
}

.ns-type-warning {
    background-color: rgb(255,201,14);
}

    .ns-type-warning div.noty.error span.glyphicon {
        color: #fff !important;
    }

    .ns-type-warning div.noty.warning span.glyphicon {
        color: #fff !important;
    }

    .ns-type-warning div.noty.success span.glyphicon {
        color: #fff !important;
    }

    .ns-type-warning div.noty.info span.glyphicon {
        color: #fff !important;
    }

    .ns-type-warning div.noty.notice span.glyphicon {
        color: #fff !important;
    }

.ns-type-error {
    background-color: #e5522c;
}

    .ns-type-error div.noty.error span.glyphicon {
        color: #fff !important;
    }

    .ns-type-error div.noty.warning span.glyphicon {
        color: #fff !important;
    }

    .ns-type-error div.noty.success span.glyphicon {
        color: #fff !important;
    }

    .ns-type-error div.noty.info span.glyphicon {
        color: #fff !important;
    }

    .ns-type-error div.noty.notice span.glyphicon {
        color: #fff !important;
    }

.ns-type-success {
    color: white;
    background-color: rgb(38,174,96);
    border: 1px solid rgb(14,113,56);
    border-top: none;
}

    .ns-type-success div.noty.error span.glyphicon {
        color: #fff !important;
    }

    .ns-type-success div.noty.warning span.glyphicon {
        color: #fff !important;
    }

    .ns-type-success div.noty.success span.glyphicon {
        color: #fff !important;
    }

    .ns-type-success div.noty.info span.glyphicon {
        color: #fff !important;
    }

    .ns-type-success div.noty.notice span.glyphicon {
        color: #fff !important;
    }

.ns-type-notice {
    background-color: #fff;
    border: 1px solid rgb(187,187,187);
    border-top: none;
    color: #7a7a7a;
}


div.noty {
    height: 35px;
    width: 100%;
    display: block;
}

    div.noty.error {
        color: #fff;
    }

        div.noty.error span.glyphicon {
            height: inherit;
            float: left;
            color: #ef6943 !important;
        }

        div.noty.error span.Message {
            height: inherit;
            float: left;
            padding-left: 10px;
            color: #2d2f2e;
        }

    div.noty.warning {
        color: #fff;
    }

        div.noty.warning span.glyphicon {
            height: inherit;
            float: left;
            color: #efaa33 !important;
        }

        div.noty.warning span.Message {
            height: inherit;
            float: left;
            padding-left: 10px;
            color: #2d2f2e;
        }

    div.noty.success {
        color: #fff;
        z-index: 1;
    }

        div.noty.success span.glyphicon {
            height: inherit;
            float: left;
            color: #66aa33 !important;
        }

        div.noty.success span.Message {
            height: inherit;
            float: left;
            padding-left: 10px;
            color: #2d2f2e;
        }

    div.noty.info {
        color: #fff;
    }

        div.noty.info span.glyphicon {
            height: inherit;
            float: left;
            color: #4186ad !important;
        }

        div.noty.info span.Message {
            height: inherit;
            float: left;
            padding-left: 10px;
            color: #2d2f2e;
        }

    div.noty.notice {
        color: #fff;
    }

        div.noty.notice span.glyphicon {
            height: inherit;
            float: left;
            color: #959595 !important;
        }

        div.noty.notice span.Message {
            height: inherit;
            float: left;
            padding-left: 10px;
            color: #2d2f2e;
        }
