ul.i-am-new li {
    border: 0px solid !important;
}

#noty_bottomLeft_layout_container, #noty_bottomRight_layout_container {
    bottom: 30px !important;
}

#noty_topRight_layout_container,
#noty_topLeft_layout_container,
#noty_bottomRight_layout_container,
#noty_bottomLeft_layout_container {
    border: 0px solid !important;
}

    ul li .noty_type_information, ul li .noty_type_information button {
    border: 1px solid #2a6c8e !important;
    }
    ul li .noty_type_information .noty_buttons {
    border-top: 1px solid #2a6c8e !important;
    }
    ul li .noty_type_information {
    background-color: #2a6c8e !important;
    }
    ul li .noty_type_information {
    color: #ffffff !important;
    }
    ul li .noty_type_information .noty_buttons {
    background-color: #ffffff !important;
    }
    ul li .noty_type_information .noty_buttons .btn-primary {
    color: #ffffff !important;
    }
    ul li .noty_type_information .noty_buttons .btn-primary {
    background-color: #2a6c8e !important;
    }
    ul li .noty_type_information .noty_buttons .btn-danger {
    background-color: #e23924 !important;
    }
    ul li .noty_type_information .noty_buttons .btn-danger {
    color: #ffffff !important;
    }

    ul li #error_toaster_container   {
    border:1px solid #e23924 !important;
    }
    ul li #error_toaster_container  {
    background-color: #e23924 !important;
    }
    ul li #error_toaster_container   {
    color: #ffffff !important;
    }
    ul li #error_toaster_container .noty_progress_bar{
    background-color: #cc6767 !important;
    opacity: 1 !important;
    }

    ul li #success_toaster_container   {
    border:1px solid #46c438 !important;
    }
    ul li #success_toaster_container   {
    background-color: #46c438 !important;
    }
    ul li #success_toaster_container   {
    color: #ffffff !important;
    }
    ul li #success_toaster_container .noty_progress_bar{
    background-color: #7cdd77 !important;
    opacity: 1 !important;
    }

    ul li #warning_toaster_container   {
    border:1px solid #d49b23 !important;
    }
    ul li #warning_toaster_container   {
    background-color: #d49b23 !important;
    }
    ul li #warning_toaster_container   {
    color: #ffffff !important;
    }
    ul li #warning_toaster_container .noty_progress_bar{
    background-color: #ccbb86 !important;
    opacity: 1 !important;
    }

    ul li #information_toaster_container   {
    border:1px solid #2a6c8e !important;
    }
    ul li #information_toaster_container   {
    background-color: #2a6c8e !important;
    }
    ul li #information_toaster_container   {
    color: #ffffff !important;
    }
    ul li #information_toaster_container .noty_progress_bar{
    background-color: #609eb9 !important;
    opacity: 1 !important;
    }


