@charset "UTF-8";
.no-js .top-bar {
  display: none;
}
@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }
  .no-js .title-bar {
    display: none;
  }
}
.rdm_topbar {
    font-size: smaller;
    background-color: #22264B;
}
.rdm_topbar ul {
    /* background: transparent !important; */
    background-color: #22264B;
}
.rdm_topbar a {
    background-color: #22264B;
    color: white;
    line-height: 16px;
    /* padding: 15px 15px; */
}
.rdm_topbar a:hover {
    color: yellow;
    background-color: #6EAA3B;
}
.rdm_topbar li:not(.has-form) a:not(.button):hover {
    background-color: rgba(255, 255, 255, .2);   
    /* color: black; */
}
.rdm_topbar .selected {
    background-color: rgba(255, 255, 255, .3); 
    color: white;    
}
.rdm_topbar .is-dropdown-submenu-parent > a:after {
  border-color: white rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)!important; 
 }
 
 .rdm_topbar li a.active {
   background-color: rgba(255, 255, 255, .3);
   color: white;    
 }


 .tblTable01 {
  font-weight: normal;
  font-size: 12px;
 }

 .tblTable01 thead {
  background-color: #22264B;
  color: white;
 }

 .tblTable01 thead th {
  font-weight: normal;
 }