
#notification-reader {
    display: none;
    transition: right 0.3s ease-in-out;
}
#notification-reader.active {
    right: 0; /* Move on-screen */
}
#notification-list {
    max-height: 500px; /* Adjust the height as needed */
    overflow-y: auto;
}
.notification-item.unread {
    background-color: #f0f0f0;
}
.notification-item.read {
    background-color: #ffffff;
}

.notification-item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.notification-item:last-child {
    border-bottom: none;
}


.navbar{
  background-color: #fff;
}
.navbar .wx-nav {
    /* color: rgba(0, 0, 0, .5); */
    color: #555;
    cursor: pointer;
    font-size: 0.80rem;
    font-weight: 600;
    text-wrap: nowrap;
}
.navbar .nav-link {
    color: rgba(0, 0, 0, .5);
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 800;
    color: rgba(0, 0, 0, .5);
    text-wrap: nowrap;
}

#page-header .breadcrumb-item+.breadcrumb-item{
  padding-left: 0px;
}
.breadcrumb-item{
  font-size: 0.8rem;
}

/* .btn, body #page .btn{
  margin: 0px;
  font-size: 0.7rem;
  letter-spacing: .08rem;
  height: 2rem;
  padding: 0 0.7rem;
} */
#page{
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.nav-right-part{
  display: inline-flex;
  max-height: 50px;
}
.nav-right-part .nav-link li{
  font-size: 1rem;
  height: 1rem;
}



.top_page_other_pages{
  cursor: pointer;
}

.login-container {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 100px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
}
.login-container img {
    max-width: 70% ;
    height: auto ;
    border-radius : 15px;
}

.loginpage {
  width:100%;
  height: 100% ;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: fixed;
}


/* if activated makes problem with many filters  */
/* .wx-view-search-bar .input-group {
  /* height: 2.0rem ;
  max-height: 2.25rem ; 
} */
.wx-view-search-bar .input-group .input-group-append{
   /* search btns */
  max-height: 100%;
}
.wx-view-search-bar .input-group .selectize-control{
  height: 100%;
  max-height: 100%;
}
/* .wx-view-search-bar .input-group .selectize-input{
  min-height : 100% !important ;
  border: 1px solid #ccc !important;
} */

body #page .wx-view-search-bar .selectize-control{
   border:0px; /* overwrite css36 */
}

.wx-view-search-bar .custom-select{
  border: none !important;
}
.wx-view-search-bar .input-group select{
  height : auto !important ;
}


 .wx-view-search-bar .selectize-control{
  margin-left: 0px !important;
  padding: 0px !important;
}
.wx-view-search-bar .custom-select{
  border: 0px solid #ddd !important ;
}

.wx_record_btn_group a{
  height: 1.5rem;
}
