.sidebars{
  box-sizing: border-box;
}
.sidebar.sidebar-right {
    top: 0;
    right: 0;
    bottom: 0;
    width: 370px;
    background: #FFFFFF;
    display: none;
}

.sidebars > .sidebar {
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.64);
    position: fixed;
    padding: 10px;
    text-align: center;
    z-index: 100000;
}

/* The alert message box */
.sidebar-alert {
    box-sizing: border-box;
    padding: 5px;
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
    border:1px solid #000000;
    font-weight: normal;
}

.sidebar-alert-danger{
    border:1px solid #f44336 !important;
}
.sidebar-alert-success {
    border:1px solid #04AA6D !important;
}
.sidebar-alert-info {
    border:1px solid #2196F3 !important;
}
.sidebar-alert-warning {
    border:1px solid #ff9800 !important;
}

.sidebar-alert-danger a{
    color:#f44336 !important;
}
.sidebar-alert-success a{
    color:#04AA6D !important;
}
.sidebar-alert-info a{
    color:#2196F3 !important;
}
.sidebar-alert-warning a{
    color:#ff9800 !important;
}
.notification-access-url{
    font-weight: bold;
}
.sidebar-alert-read,.sidebar-alert-read .notification-access-url{
    opacity: 0.8;
    font-weight: normal;
}
.notification-by{
    margin-left: 20px;
    color: #999999;
}

.notification-checkbox{
    float: left;
}

/* The close button */
.sidebar-alert-closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.mark-as-read-notifications,.mark-as-delete-notifications{
    display: none;
}

/* When moving the mouse over the close button */
.sidebar-alert-closebtn:hover {
  color: black;
}

.sidebar-header{
    padding: .4em 1em;
}

.close-notification-sidebar{
    position: absolute;
    top: 13px;
    right: 13px;
    border: 1px solid;
}


.open-notification-sidebar{
  position:relative;
}
.notification-bell{
  width:25px;vertical-align:middle;
}
.notification-count{
  position:absolute;left:10px;top:2px;color:red;
}
.notification-list{
  height:90%;overflow: auto;
}
.notification-action-bar{
  position: absolute;bottom: 0px;text-align: center;width: 100%;padding:5px;
}
