﻿.notification-window {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    bottom: 0px;
    box-shadow: 0px -1px 5px 2px rgba(0,0,0,.3);
    max-height: 80%;
    position: fixed;
    right: 15px;
    width: 600px;
    z-index: 9999;
}

.notification-window-header {
    background-color: black;
    opacity: 0.8;
}

.notification-window-title {
    font-weight: bold;
    margin: 0;
    padding: 0.8em 1em;
    color: white;
}

.notification-window-icons {
    float: right !important;
}

.notification-window-icons a {
    color: white;
    padding: 0 0.4em;
    text-decoration: none;
}

.notification-window.maximized {
    border-radius: 0;
    height: 100% !important;
    max-height: 100%;
    overflow: auto;
    right: 0;
    width: 100%;
}

.notification-window.minimized {
    width: 375px;
    max-height: 45px;
}

.notification-window.minimized .notification-window-body {
    display: none;
}

.notification-window.restored {
    overflow: auto;
}

.notification-window.show-more {
    border-radius: 0;
    max-height: 80%;
    overflow: auto;
}

p.show-more {
    margin: 0.6em;
    text-align: center;
}

@media only screen and (max-width: 769px) {
    .notification-window {
        right: 0 !important;
        width: 100% !important;
    }
}
