
#login-info-container p span.ico-inbox-empty{
	background-image: url(/images/tools/new/inbox-empty.png);
        
        cursor: pointer;
}

#login-info-container p span.ico-inbox-full{
	background-image: url(/images/tools/new/inbox-full.png);
        
        cursor: pointer;
}


.notification-bubble {
    transition: all 0.1s ease 0s;
    background: #f56c7e url("/images/tools/new/notification-bg-clear.png") no-repeat scroll center center;
    border-radius: 9px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.17) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;    
    font-size: 9px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    /*position: absolute;*/
    right: 5px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    top: -10px;
    width: 18px;
    //font-family: Arial,sans-serif;
    background-color: rgb(254, 193, 81); 
    display: inline; 
    padding: 2px 6px;
    margin-left: -10px;
}

#notifications {
    
    display: none; 
    background-color: rgb(33, 39, 45); 
    position:absolute; 
    right:0; 
    z-index: 999999;     
    height: 100%;     
    width: 100%;
    overflow-y: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select:none;
}

.notification-list {
    margin: 10px; 
    padding: 10px 15px 0px;
    border-radius: 5px; 
    color: white; 
    background-color: #424b55;
    cursor: pointer;
    height: 90px;
    position: relative;
    
}

.notification-state {
    font-weight: bold;
}

.notification-list > .notification-date {
    color: #ccccff; 
    text-align: right; 
    padding-bottom: 10px; 
    font-style: italic;
}

.notification-list > .notification-desc {
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 11px;
    height: 26px;
}

#topbar {
    /*height: 100%;*/
    width: 20%;
    margin-left: 80%;
    position: absolute;
    
}

#notification-view {
    
    width: 200%;
    right: 100%;
    /*left: 224px;*/
    position: absolute;
    z-index: 9999999;
    background-color: rgb(33, 39, 45);
    /*height: 70%;*/
    height: 93%;
    display:none;
    /*margin: 30px;*/
    padding: 10px;
    border-radius: 0 0 0 5px;
    
}

#notification-view .body {
    
    /*margin: 20px;*/
    border-radius: 5px;
    background-color: white;
    height: 95%;    
    overflow-y: auto;
}

.notification-buttons > a {
    cursor: pointer;
    color: lightskyblue;
    margin-right: 1em;
    opacity: 0.8;
}

.notification-buttons > a:hover {
    text-decoration: none;
    opacity: 1;
}

.message-row > span > a {
    /*color: #5285b8;*/
    color: #15c;
    opacity: 0.8;
}

.message-row > span > a:hover {
    text-decoration: none;
    opacity: 1;
}

.message-row {
    padding: 10px;
    border-bottom: 1px solid;
    border-color: lightgrey;
}

.message-row label {
    font-weight: bold;
    width: 6em;
    display: block;
    float: left;
}

.closeSign {
    /*position: fixed;*/
    text-align: right;
    font-size: 12px;
    color: white;    
    height: 20px;
}

.closeSign > span {
    cursor: pointer;
    font-style: italic;
}

.message-action-image {
    width: 200px;
    vertical-align: top;
    margin-left: 2em;
    cursor: pointer;
}

.resend {
    color: blue;
    margin-left: 3em;
    cursor: pointer;
}

.forward {
    color: blue;
    cursor: pointer;
}

.resend-log {
    font-weight: bold;
    margin-left: 3em;
}

.forward-log {
    font-weight: bold;
}

.log-success {
    color: green;
}

.log-error {
    color: red;
}

.notification-buttons {
    display: inline;
}

.notification-new {
    background-color: #5285b8 !important;
    
}

.notification-new > .notification-buttons > a {
    color: white;
}

.notifications-title {
    color: #cfd0d1;
    margin: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
}

#old-notifications-div {
    margin-bottom: 20px;
}

.arrow-right {    
    width: 10px;
    height: 0;
    content: '';
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #ddd;
    margin-left: 10px;
}

.arrow-down {
    width: 0;
    height: 10px;
    content: '';
    border-width: 5px;
    border-style: solid;
    border-color: #ddd transparent transparent transparent;
    margin-left: 10px;
    margin-top: 2px;
}

#search-notifications-div {
    margin-bottom: 30px;
}

#search-notifications-title {
    margin-bottom: 10px;
}

.old-notifications {
    display: none;
}