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 #3badd6 !important;
    }
    ul li .noty_type_information .noty_buttons {
    border-top: 1px solid #3badd6 !important;
    }
    ul li .noty_type_information {
    background-color: #78c5e7 !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: #337ab7 !important;
    }
    ul li .noty_type_information .noty_buttons .btn-danger {
    background-color: #d9534f !important;
    }
    ul li .noty_type_information .noty_buttons .btn-danger {
    color: #ffffff !important;
    }

    ul li #error_toaster_container   {
    border:1px solid #e25353 !important;
    }
    ul li #error_toaster_container  {
    background-color: #ff8181 !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 #7cdd77 !important;
    }
    ul li #success_toaster_container   {
    background-color: #bcf5bc !important;
    }
    ul li #success_toaster_container   {
    color: darkgreen !important;
    }
    ul li #success_toaster_container .noty_progress_bar{
    background-color: #7CDD77 !important;
    opacity: 1 !important;
    }

    ul li #warning_toaster_container   {
    border:1px solid #ffc237 !important;
    }
    ul li #warning_toaster_container   {
    background-color: #ffeaa8 !important;
    }
    ul li #warning_toaster_container   {
    color: #826200 !important;
    }
    ul li #warning_toaster_container .noty_progress_bar{
    background-color: #CCBB86 !important;
    opacity: 1 !important;
    }

    ul li #information_toaster_container   {
    border:1px solid #3badd6 !important;
    }
    ul li #information_toaster_container   {
    background-color: #78c5e7 !important;
    }
    ul li #information_toaster_container   {
    color: #ffffff !important;
    }
    ul li #information_toaster_container .noty_progress_bar{
    background-color: #609EB9 !important;
    opacity: 1 !important;
    }


