/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* MESSAGE */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.message {
    background-color:#97e5f4 !important;
    color:  white !important;
    border-radius: 6px !important;
    padding: 12px;
    box-shadow: none !important;
}

.message * {
    color: white !important;
    margin: 0 !important;
}

.notice-info {
    background-color:#5CC3D6 !important;
    color:  white !important;
    border-radius: 6px !important;
    padding: 12px;
    box-shadow: none !important;
    margin-top: 10px;
}

.notice-info * {
    color: white !important;
    margin: 0 !important;

}

.notice-info a {
    text-decoration: underline !important;

}

.notice-info .dashicons {
    text-decoration: none !important;
}

.notice-info b {
    font-weight: 700;
    font-size: 16px;

}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* ERROR */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.notice-error, div.error {
    background-color: #d65c6b !important;
    border: none !important;
    color: white !important;
    border-radius: 6px !important;
    padding: 12px !important;
    box-shadow: none !important;
}

.notice-error *, div.error * {
    color: white !important;
    margin: 0 !important;
}

.notice-error .spinner, div.error .spinner {

    opacity: 1 !important;

    background-color: white !important;
    border-radius: 50% !important;
    margin: 0 10px 0 !important;
}

.notice-dismiss {
    position: absolute;
    top: 0;
    right: 1px;
    border: none;
    margin: 0;
    padding: 9px;
    background: 0 0;
    color: white;
    cursor: pointer;
}

#bulk-titles div a:before, .notice-dismiss:before, .tagchecklist .ntdelbutton .remove-tag-icon:before, .welcome-panel .welcome-panel-close:before {
    background: 0 0;
    color: white;
    content: "\f153";
    display: block;
    font: normal 16px/20px dashicons;
    speak: none;
    height: 20px;
    text-align: center;
    width: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.notice-dismiss:hover:before {
    color: #e3e3e3;
}

.notice p {
    color: white;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* SUCCESS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.notice-success,.updated  {
    background: #46b481 !important;
    border: none !important;
    color: white !important;
    border-radius: 6px !important;
    box-shadow: none !important;
}
.notice-success *,.updated *  {

    color:white!important;

}
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* WARNING */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.notice-warning {
    background-color: #F09561 !important;
    color: white !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    border: none !important;

}

.notice-warning * {
    color: white !important;
}

.notice a {
    font-weight: 700 !important;
}




