/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-05-02, 08:29:15
    Author     : Szymon Kopel
*/

#notify_wrapper {
    position: absolute;
    bottom: 10px;
    right: -250px;
    width: 280px;
    height: 50px;
    margin: 0;
    padding: 0;
    background-color: #dedede;
    border-radius: 10px;
    z-index: 4999;
    align: left;
    border: 1px solid #808080;
    overflow: hidden;
}

#notify_title {
    position: relative;
    width: 100%;
    height: 15px;
    top: 0;
    clear: both;
    display: inline-block;
    border: 0px solid #000;
}

#notify_show_btn {
    position: relative;
    width: 30px;
    height: 35px;
    left: 0;
    float: left;
    display: inline-block;
    cursor: pointer;
    border: 0px solid #000;
    font-size: 18pt;
}

#notify_status {
    position: relative;
    width: 200px;
    float: left;
    border: 0px solid #000;
    line-height: 35px;
    font-weight: bold;
}

#notify_nav {
    position: relative;
    width: 50px;
    height: 35px;
    float: left;
    display: inline-block;
    border: 0px solid #000;
    line-height: 35px;
}

.notify_nav_btn {
    position: static;
    display: inline-block;
    margin: 2px;
}

#notify_widget_msgs_container {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    clear: both;
}

#notificator_widget_list {
    position: relative;
    width: 100%;
    border-spacing: 0px 0px;
}

#notificator_widget_list tr {
    border-bottom: 1px dashed #808080;
}

.notificator_msg {
    font-weight: bold;
}

#notify_list_wrapper {
    position: relative;
    height: 250px;
    overflow: hidden;
    overflow-y: scroll;
}
