.animated-hidden {
    display: none;
}

.animated-show {
    display: block;
    box-shadow: none !important;
}

/*noty style*/
#noty_topCenter_layout_container li .noty_message {
    font-size: 18px !important;
    font-weight: 600;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

#noty_topCenter_layout_container li i {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 14px;
}

.noty_type_success .noty_message:before {
    content: "\f00c";
    font-size: 16px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #fff;
    font-size: 20px;
    padding-right: 0.5em;
}

.noty_type_danger .noty_message:before {
    content: "\f00d";
    font-size: 16px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #fff;
    font-size: 21px;
    padding-right: 0.5em;
}

.noty_type_warning .noty_message:before {
    content: "\f071";
    font-size: 16px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #fff;
    font-size: 20px;
    padding-right: 0.5em;
}

.noty_type_danger {
    overflow: hidden;
    background: rgb(182, 70, 69) none repeat scroll 0% 0%;
    border-radius: 0px 0px 3px 3px;
    border: 1px solid rgb(182, 70, 69);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    color: rgb(255, 255, 255);
    opacity: 1;
    width: 100%;
    cursor: pointer;
    min-height: 56px;
    text-align: center;
}

.noty_type_success {
    overflow: hidden;
    background: rgb(149, 183, 93) none repeat scroll 0% 0%;
    border-radius: 3px;
    border: 1px solid rgb(149, 183, 93);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    color: rgb(255, 255, 255);
    opacity: 1;
    width: 100%;
    cursor: pointer;
    min-height: 56px;
    text-align: center;
}

.noty_type_warning {
    overflow: hidden;
    background: rgb(254, 162, 35) none repeat scroll 0% 0%;
    border-radius: 0px 0px 3px 3px;
    border: 1px solid rgb(254, 162, 35);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    color: rgb(255, 255, 255);
    opacity: 1;
    width: 100%;
    cursor: pointer;
    min-height: 56px;
    text-align: center;
}

.noty_message .close {
    float: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 13px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    margin-right: 20px;
}

.noty_message .close:hover {
    filter: alpha(opacity=40);
    opacity: 0.4;
}