/*
    wNoty v2.5 / css theme wezomadmin
    WEZOM Studio / Oleg Dutchenko
*/

/* base */
/* group */
.wnoty_theme_wezomadmin.wnoty_group {
    box-shadow: 0 1px 3px rgba(0,0,0,.35);
}
/* informer */
.wnoty_theme_wezomadmin .wnoty_informer {
    font-size: 14px;
    color: #555;
    opacity: 1;
    border: 1px solid rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.4);
    background-color: #fff;
}
.wnoty_theme_wezomadmin .wnoty_informer + .wnoty_informer {
    border-top-width: 0;
}
/* message */
.wnoty_theme_wezomadmin .wnoty_message {
    overflow: hidden;
    padding: 10px 15px;
}
.wnoty_theme_wezomadmin .wnoty_close + .wnoty_message {
    padding-right: 50px;
}
.wnoty_theme_wezomadmin .wnoty_message:last-child {
    padding-bottom: 15px;
}
/* message header */
.wnoty_theme_wezomadmin .wnoty_header {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
}
.wnoty_theme_wezomadmin .wnoty_header:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.05);
    pointer-events: none;
}
.wnoty_theme_wezomadmin .wnoty_close + .wnoty_header {
    padding-right: 50px;
}
/* close button */
.wnoty_theme_wezomadmin .wnoty_close {
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    top: 0;
    right: 0;
    margin: 0;
}
.wnoty_theme_wezomadmin button.wnoty_close {
    padding: 0;
    border: none;
    background: none;
    display: block;
    color: inherit;
    font-family: Arial,Baskerville,monospace;
    text-shadow: inherit;
}
.wnoty_theme_wezomadmin .wnoty_close:hover {
    background-color: rgba(0,0,0,.05);
}
.wnoty_theme_wezomadmin .wnoty_close:active {
    background-color: rgba(0,0,0,.1);
}
/* controls */
.wnoty_theme_wezomadmin .wnoty_controls {
    border-top: 1px solid #e5e5e5;
    padding: 10px 15px;
    background-color: #f9f9f9;
}
.wnoty_theme_wezomadmin .wnoty_controls .wnoty_button {
    cursor: pointer;
    display: inline-block;
    padding: 6px 10px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    margin-right: 10px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px rgba(255,255,255,.75);
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: rgba(0,0,0,.13);
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}
.wnoty_theme_wezomadmin .wnoty_controls .wnoty_button:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
}
.wnoty_theme_wezomadmin .wnoty_controls .wnoty_button:active {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.13);
    background-color: #e6e6e6;
}
.wnoty_theme_wezomadmin .wnoty_controls .wnoty_confirm {
    color: #fff;
    background-color: #4d7496;
    text-shadow: 0 1px rgba(0,0,0,.75);
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
}
.wnoty_theme_wezomadmin .wnoty_controls .wnoty_confirm:hover,
.wnoty_theme_wezomadmin .wnoty_controls .wnoty_confirm:active {
    color: #fff;
    background-color: #628aad;
}
/* status */
/* error */
.wnoty_theme_wezomadmin .wnoty_status_error {
    border-top-color: #e25856;
    /* border-bottom-color: #e25856;
    border-bottom-width: 0; */
}
.wnoty_theme_wezomadmin .wnoty_status_error .wnoty_header {
    color: #fff;
    margin: 0 -1px;
    border-color: #B3403E;
    background-color: #e25856;
}
.wnoty_theme_wezomadmin .wnoty_status_error .wnoty_close {
    color: #fff !important;
}
.wnoty_theme_wezomadmin .wnoty_status_error .wnoty_controls .wnoty_confirm {
    background-color: #e25856;
    text-shadow: none;
}
.wnoty_theme_wezomadmin .wnoty_status_error .wnoty_controls .wnoty_confirm:hover,
.wnoty_theme_wezomadmin .wnoty_status_error .wnoty_controls .wnoty_confirm:active {
    color: #fff;
    background-color: #B3403E;
}
/* success */
.wnoty_theme_wezomadmin .wnoty_status_success {
    border-top-color: #709449;
    /* border-bottom-color: #709449;
    border-bottom-width: 0; */
}
.wnoty_theme_wezomadmin .wnoty_status_success .wnoty_header {
    color: #fff;
    margin: 0 -1px;
    border-color: #64883F;
    background-color: #709449;
}
.wnoty_theme_wezomadmin .wnoty_status_success .wnoty_close {
    color: #fff !important;
}
.wnoty_theme_wezomadmin .wnoty_status_success .wnoty_controls .wnoty_confirm {
    background-color: #709449;
    text-shadow: none;
}
.wnoty_theme_wezomadmin .wnoty_status_success .wnoty_controls .wnoty_confirm:hover,
.wnoty_theme_wezomadmin .wnoty_status_success .wnoty_controls .wnoty_confirm:active {
    color: #fff;
    background-color: #64883F;
}
/* warning */
.wnoty_theme_wezomadmin .wnoty_status_warning {
    border-top-color: #faa732;
    /* border-bottom-color: #faa732;
    border-bottom-width: 0; */
}
.wnoty_theme_wezomadmin .wnoty_status_warning .wnoty_header {
    color: #fff;
    margin: 0 -1px;
    border-color: #DA8813;
    background-color: #faa732;
}
.wnoty_theme_wezomadmin .wnoty_status_warning .wnoty_close {
    color: #fff !important;
}
.wnoty_theme_wezomadmin .wnoty_status_warning .wnoty_controls .wnoty_confirm {
    background-color: #faa732;
    text-shadow: none;
}
.wnoty_theme_wezomadmin .wnoty_status_warning .wnoty_controls .wnoty_confirm:hover,
.wnoty_theme_wezomadmin .wnoty_status_warning .wnoty_controls .wnoty_confirm:active {
    color: #fff;
    background-color: #DA8813;
}
/* info */
.wnoty_theme_wezomadmin .wnoty_status_info {
    border-top-color: #3B9EFD;
    /* border-bottom-color: #3B9EFD;
    border-bottom-width: 0; */
}
.wnoty_theme_wezomadmin .wnoty_status_info .wnoty_header {
    color: #fff;
    margin: 0 -1px;
    border-color: #3583CE;
    background-color: #3B9EFD;
}
.wnoty_theme_wezomadmin .wnoty_status_info .wnoty_close {
    color: #fff !important;
}
.wnoty_theme_wezomadmin .wnoty_status_info .wnoty_controls .wnoty_confirm {
    background-color: #3B9EFD;
    text-shadow: none;
}
.wnoty_theme_wezomadmin .wnoty_status_info .wnoty_controls .wnoty_confirm:hover,
.wnoty_theme_wezomadmin .wnoty_status_info .wnoty_controls .wnoty_confirm:active {
    color: #fff;
    background-color: #3583CE;
}