@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: #BB1017;
}
.rdm_topbar ul {
    /* background: transparent !important; */
    background-color: #BB1017;
}
.rdm_topbar a {
    background-color: #BB1017;
    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.active a {
   background-color: rgba(255, 255, 255, .3);
   color: white;    
 }
 
 .tblTracking {
    font-size: 11px;
    border: 1px solid #000000;
 }
 
 .tblTracking tr td {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    padding: 0px 5px;
    margin: 0px 0px;
 }
 
 .tblTracking input {
    font-size: 11px;
    padding: 0px 10px;
    margin: 0px 0px;
    height: 24px;
 }
 
 .tblApplicants {
    font-size: 11px;
    border: 1px solid #000000;
 }
 
 .tblClearRight {
    font-size: 11px;
    border: 1px solid #000000;
 }

.tblClearRight thead th{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 26px;
}

.tblClearRight tr td{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 26px;
}

.divPopupForm {
    font-size: 11px;
}

.divPopupForm p {
    font-size: 12px;
    text-align: center;
}

.divPopupForm label {
    font-size: 11px;
}

.divPopupForm input {
    font-size: 11px;
    height: 30px;
    padding-top: 5px;
}

.frmbutton {
    font-size: 11px; 
    padding: 10px 10px 5px 10px; 
    height: 30px;
}