a {
    color: #5d6778;
}
a:hover {
    color: #252930;
}

.nav-sub-mega-menu {
    padding: 1rem .9375rem 2rem;
}

.mega-menu-column {
    padding-left: 1rem;
    padding-right: 1rem;
    border-right: 1px solid #ebf0f6;
}

#header.navbar {
    z-index: 1;
}

.breadcrumb {
	background: none;
  font-size: 14px;
  padding-left: 0;
  padding-bottom: 7px;
  margin-top: 14px;
  margin-bottom: 7px;
}

.breadcrumb-item+.breadcrumb-item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  content: "\f105";
  padding-right: 9px;
}

.maintenancemessage {
  margin: 1em 0 1em;
  border: solid 1px #e76a55;
  padding: 20px;
  text-align: center;
}

.alert ul {
  list-style: none;
  margin-bottom: 0;
}

.pagelist i {
  margin-right: 10px;
  font-size: 24px;
}

#pagecontent {
  min-height: 900px;
}

#footer, #footer a {
	color: #ffffff;
}

/* FLOATING DIV */
#report-float {
    z-index: 1;
    display: none; 
    position: absolute;
    background: rgba(255, 255, 255, 1.0);
    width: 1140px;
    max-width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  	margin: auto;
    overflow-y: auto;
    overflow-x: hidden;
    color: #000;
    padding: 5px;
    top: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 0px 8px 0px #000;
}
.hide-btn {
    position: absolute;
    top: 14px;
    right: 16px;
    cursor: pointer;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
}
.hide-btn i {
	font-size:22px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;  
  margin-bottom: 2px;
}

.ui-datepicker-trigger {
  margin-left: 10px;
  text-align: center;
  cursor: pointer;
}

.black-out { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background-color: #fff; opacity: 0.9; display: none; }

#atccode-tree ul, #pbac-atccode-tree ul {
	margin-left: 25px;
}

.level1 {padding-left: 0px; float: left; }
.level2 {padding-left: 10px; }
.atccode-item { list-style: none; cursor: pointer;font-weight: normal; font-size: 14px; line-height: 24px; padding: 5px 0 5px 0;}
.selected {font-weight: bold; background-color: #efefef;}

.form-group label { padding: 10px; }

.graph-buttons { position: absolute; top: 5px; right: 5px; }
#help-search-downloadgraph { position: absolute; top: 5px; left: 5px; }

.tab-content {
  padding: 5px;
  display: none;
}


/* SEARCH FORM*/
.heading-div { width: 100%; height: 47px; font-family: 'Roboto', sans-serif; font-size: 22px; color: #fff; padding: 10px;}
.subheading-div { width: 100%; height: 37px; font-family: 'Roboto', sans-serif; font-size: 16px; text-align: center; color: #fff; }
.tab-heading-div { width: 100%; height: 47px; font-family: 'Roboto', sans-serif; font-size: 22px; color: #fff;}
.tab-heading {
  border-left: 10px solid #ee3652;
  padding: 10px;
  height: 47px;
  background-color: #3e3f40;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.2s;
  transition:.5s;
}
.tab-heading.active { background-color: #d71826; }
.tab-heading:hover:not(.active) { background-color: #ee3652; }
.red-heading { background-color: #d71826; padding-top: 5px; }
.grey-heading { background-color: #3e3f40;}
.light-grey-heading { background-color: #767676;}
.round-heading { background-color: #d71826; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; }
.red-warning { color: #d71826; }
.searchformcontainer, #pbac-main-form, #copy_main, #redcode-search {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
    line-height: 16px;
}
#copy_main {
  font-size: 12px;
}

.reportsubheading {
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
}

.reportsubheading .report-help span {
  font-size: 12px;
  background: #fff3cd;
  color: #856404;
  border: solid 1px #ffeeba;
  border-radius: .40rem;
  font-weight: normal;
  display: inline-block;
  padding: 4px;
  margin-top: 4px;
}

.reportbuttondiv {
  padding: 10px;
}
.reportbuttondiv button {
  font-size: 14px;
  padding: 4px 10px;
}

.reportnote {
  margin: 14px 0;
  font-size: 12px;
  color: #777777;
}
.reportnote::before {
  content: " ";
  border-bottom: 1px solid #ffc107;
  width: 100px;
  display: block;
  margin-bottom: 4px;
}

.clearfix {
  clear: both;
}

.reportbuttontop {
  background: #f3f3f3;
}
.reportbuttontop .btn {
  padding: 15px 25px;
}
.reportbuttontop .btn:focus {
  box-shadow: none;
}

.reportbuttontop .btn:hover {
  background: #eeeeee;
}


.reportbuttonmid {
  padding: 4px 0;
}
.reportbuttonmid .btn {
  font-size: 15px;
}

.reportbuttonmid .fas {
  color: #ffc107;
}

.reportbuttonmid .btn:hover {
  text-decoration: underline;
}

.reportbuttonmid .btn:focus {
  box-shadow: none;
}

/* HELP SECTION */
.help { position: relative; box-shadow: 0px 0px 2px 0px #000; background-color: #fff; color: #000; font-size: 14px; font-weight: bold; padding:0 5px 0 5px; margin: 0 0 5px 0; border:1px solid red; border-radius:30px; -webkit-border-radius:30px; -moz-border-radius:30px; cursor: pointer; }
.help-bubble { display: none; }
.help-content p { padding: 3px; color: #000; }
.help-tip { z-index: 10; border: 2px solid #3e3f40; padding: 5px; max-width: 550px; background-color: #fff;  box-shadow: 0px 0px 8px 0px #000; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; }
.close-help { font-size: 12px; padding: 5px; position: relative; text-align: right; background-color: #d71826; width: 100%; cursor: pointer; color: #fff; }

.text-bold {
    font-weight: 700!important;
}

.searchbyrow {
  border-bottom: 1px dashed hsla(0,0%,63.5%,.25);
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.searchbyrow .form-group {
    margin-bottom: 0;
}

#search-input::after, #pbac-atccode-input::after {
  display: block;
  content: "";
  clear: both;
}

.savedsearchcards .card {
  margin-bottom: 20px;
}

.savedsearchcards .card-text {
  min-height: 160px;
  overflow: auto;
}

#search-input::after, #pbac-search-input::after {
  display: block;
  content: "";
	clear: both;
}

.pagination .page-link {
  color: #dc3545; 
}

.bg-illuminatech-red {
  background-color: #dc3545!important; 
  border-color: #dc3545!important;
}

.pagination .page-item.active .page-link {
  background-color: #dc3545;
  border-color: #dc3545;
}
 
.pagination .page-link:focus, .pagination .page-link:hover {
  color: #dc3545; 
}

.pagination .page-item.active .page-link:hover {
  color: #ffffff; 
}