.notification-button{
    background-image: url('../images/notification-button-01.png');
    height: 40px;
    width: 160px;
    top: 200px;
    left: 0px;
    background-repeat:no-repeat;
}

.no-notification-bubble{
    background-image: url('../images/No-notification-bubble-01.png');
    background-repeat: no-repeat;
    color: #fff;
    display: none;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    font-weight: 300;
    height: 43px;
    margin-left: 45px;
    margin-top: -16px;
    width: 90px;
}

.notify:hover .notification-bubble {
    display: block;
}

@media screen and (min-width:1600px) {
    .notification_window {
     margin-left: 65px !important;
    }
    .notify{
        width: 40px !important;
    }
}
@media screen and (min-width:1920px) {
    .notification_window {
     margin-left: 65px !important;
    }
    .notify{
        width: 40px !important;
    }
}
.notify{
    background-image: url("../images/notification-button-02.png");
    background-repeat: no-repeat;
    height: 40px;
    width: 80px;
    top: 200px;
    left: 0px;
    cursor: pointer;
}

.notification-bubble {
    background-image: url("../images/notification-bubble-01.png");
    background-repeat: no-repeat;
    color: #fff;
    display: none;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    font-weight: 300;
    height: 43px;
    margin-left: 45px;
    margin-top: -16px;
    width: 90px;
}

.notification-button:hover .no-notification-bubble {
    display: block;
}

.nw_head_cross {
    background-image: url("../images/notification-panel-close-button.png");
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    height: 18px;
    width: 10%;
}
.nw_head_left {
    background-image: url("../images/i-image.png");
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    height: 18px;
    width: 10%;
}

.notification-p{
    float: left;
}
.clearboth{
    clear: both;
}
.notification_window {
    display: none;
    border: 1px solid #048dc1;
    position: absolute;
    /*right: 1%;*/
    margin-top: -10px;
    margin-left: 40px;
    width: 225px;
    z-index: 4000;
}
.notification_window_header {
    background-color: #048dc1;
    float: left;
    padding: 3px 4px;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
}
.notification_window_body {
    background-color: #FFF;
    padding: 3px 5px;
    float: left;
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    overflow: auto;    
}   
.nwh_title {
    color: #fff;
    float: left;
    width: 80%;
}
.anno {
  cursor: default;
  line-height: 0.9em;
  float: right;
  text-align: left;
  text-transform: none;
  transition-delay: 0s;
  transition-duration: 300ms;
  transition-property: opacity, margin;
  transition-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
  z-index: 5000;
  display: none;
  margin-left: 50px;
  position: absolute;
}
.notification_window_body * {font-size: 16px;}
.notification_window_body a:hover{color: #FF0000;}
.notification_window_body a{
    text-decoration: none;
    color: #A9CF68;       
    display: block;
    margin-left: 15px;
}
.notification_window_body ul li {
  list-style: inside circle !important;
}
#notification-button:hover .anno.anno-target-left{
    display: block;
}
.notification-button .anno .anno-inner {
     background: #656565 none repeat scroll 0 0;
}
.anno .anno-inner {
  background: #048DC1 none repeat scroll 0 0;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.35);
  position: relative;
  border-radius: 10px;
}
.notification-button .anno .anno-arrow{
    border: 8px solid #656565;
}
.anno .anno-arrow {
  border: 8px solid #048DC1;
  position: absolute;
}
.notification-button .anno.anno-target-center-left .anno-arrow, .notification-button .anno.anno-target-left .anno-arrow {
    border-color: transparent #656565;
    border-left: medium none #656565;
}
.anno.anno-target-center-left .anno-arrow, .anno.anno-target-left .anno-arrow {
  border-color: transparent #048DC1;
  border-left: medium none #048DC1;
  right: 100%;
  top: 10px;
}
.anno .anno-inner .anno-content {
  color: #FFF9FA;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.3em;
  padding: 10px 20px;
}