/* filter table classes */
.filter-table__panel button,
.filter-table__panel input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.5rem;
    color: #333;
    line-height: 1;
}
.filter-table__panel input[type=text] {
	background-color: #fff;
}
.filter-table__panel button {
	margin: 0 1rem;
	background-color: #ececec;
}
.filter-table__panel {
	margin: 1rem 0;
	padding: 1rem;
	width: 100%;
}

.filtertable .filterRow:not(.selected) {
	display: none;
}

/* COLOR: PRIMARY */
#header {
	background: #EBE7E2;
}

.page_content .toggle button:before {
	color: #ad1f23;
}
#tabs li.active > a {
	border-top-color: #ad1f23;
}
#tabs li.tab-overflow li.active > a {
	border-left-color: #ad1f23;
}

body .lfjsbubble a#lfjsbubbleclose::after,
body #print-dialog .print-header button::after,
#navigation ul li a:hover,
#navigation ul li a:focus,
.page_content h2:after,
.page_content table th,
.page_content ul.letternav li a,
.page_content .fslaunch a,
#footer,
a#totop,
a#print-btn,
#print-dialog .print-header,
#local-header,
#navigation,
#navigation ul ul a:hover,
#navigation ul ul a:focus,
.search input[type=text],
.page_content ul.letternav li a:hover,
.page_content ul.letternav li a:active,
.page_content ul.letternav li a:focus,
.page_content .fslaunch a:hover,
.page_content .fslaunch a:focus,
#print-dialog .print-header button,
#print-dialog .print-header button:after,
#footer {
	background-color: #ad1f23;
}

.page_content ul.letternav li a:hover,
.page_content ul.letternav li a:focus {
    text-decoration: underline;
}


#navigation ul li a:hover,
#navigation ul li a:focus {text-decoration: underline}

#sidebar .sidebar-item {
    background:#5d5959;
}

#cl-menu > ul.nav > li.active > a,
#cl-menu > ul.nav > li.active > .toggle-wrap > a,
#sidebar .sidebar-header a,
#cl-menu ul.nav li a {
    color:#fff;
    text-decoration: none;
    text-decoration-thickness: 2px;
    background:none;
}

#cl-menu > ul.nav > li > a:hover,
#cl-menu > ul.nav > li > a:focus,
#cl-menu > ul.nav > li > .toggle-wrap > a:hover,
#cl-menu > ul.nav > li > .toggle-wrap > a:focus
#sidebar .sidebar-header a:hover,
#sidebar .sidebar-header a:focus,
#cl-menu ul.nav li a:hover,
#cl-menu ul.nav li a:focus {
    text-decoration: underline;
    background:none;
}


.search ::placeholder {
    opacity:1;
    color:#222;
}
.search button {
    color:#222;
}
.search input[type="text"] {
    background:#fff;
    color:#222;
    border:thin solid #ad1f23
}
.lfjsbubble .courseblock a,
.page_content .onthispage ul li a,
.page_content a,
#print-dialog .print-body a {
	color: #ad1f23;
    text-decoration: none;
    font-weight:bold;

}

.lfjsbubble .courseblock a:hover,
.lfjsbubble .courseblock a:focus
.page_content .onthispage ul li a:hover,
.page_content .onthispage ul li a:focus,
.page_content a:hover,
.page_content a:focus,
#print-dialog .print-body a:hover,
#print-dialog .print-body a:focus {
    text-decoration: underline;
    color:#ad1f23;
}



.page_content table.sc_cor tbody tr td:nth-child(1) {
    /* background:#ad1f23;
    color:#fff;
    white-space:nowrap; */
}


@charset "UTF-8";
#breadcrumb {
  /* background-image: url(../images/banner.jpg);
  background-size: cover;
  background-position: center -5px; */
  display: block;
  width: 100%;
  padding-top: calcRem(62px);
  padding-bottom: calcRem(11px);
  min-height: calcRem(195px);
  position: relative;
}
#breadcrumb::before {
  content: "";
  display: block;
  width: 100%;
  height: calcRem(195px);
  background: linear-gradient(to left, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
#breadcrumb  {
  display: block;
  position: relative;
  z-index: 3;
}
#breadcrumb  ul {
  padding-top: calcRem(8px);
  padding-left: calcRem(10px);
}
#breadcrumb  li {
  display: inline-block;
  vertical-align: middle;
  color: #222;
}
#breadcrumb  li a {
  display: inline-block;
  vertical-align: middle;
  color:#ad1f23;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  font-size: calcRem(14px);
  line-height: calcRem(18px);
}
#breadcrumb  li a:hover, #breadcrumb  li a:focus {
  text-decoration: underline;
}
#breadcrumb  li .crumbsep {
  color: transparent;
  display: inline-block;
  vertical-align: middle;
}
#breadcrumb  li .crumbsep::after {
  content: "\f0da";
  font-family: FontAwesome;
  position: relative;
  font-size: 12px;
  top: 0px;
  padding: 0 5px;
  color: #222;
}


/* ###################### client specific, use going forward ###################### */
.page_content table.cl-table {width:100%;}
.page_content table.cl-table.cl-table-hiddenheaders {}
.page_content table.cl-table.cl-table-hiddenheaders th {padding:0;background:none;border:none;}
.page_content table.cl-table.cl-table-hiddenheaders th span.sr-only {background:#fff;color:#333;}
.page_content table.cl-table.cl-table-horizontal tbody tr .cor_heading {white-space: nowrap}
.page_content table.sc_cor tbody tr td:nth-child(1),
.page_content table.sc_cor tbody tr td:nth-child(1) strong { white-space:nowrap;}

 .callout {
        padding: 15px 20px;
        margin: 20px 0;
        border: 1px solid #eee;
        border-left-width: 5px;
        border-radius: 3px;
        font-size: .85em;
}
.callout h1,
.callout h2,
.callout h3,
.callout h4,
.callout h5 {
        margin-top: 0;
        margin-bottom: 10px;
}
.callout p {
        margin-top: 0;
        margin-bottom: 3px;
}
.callout p:last-child {
        margin-bottom: 0;
}
.callout code {
        border-radius: 3px;
}
.callout + .bs-callout {
        margin-top: -5px;
}
.callout-default {
        border-left-color: #777;
}
.callout-primary {
        border-left-color: #428bca;
}
.callout-success {
        border-left-color: #5cb85c;
}
.callout-danger {
        border-left-color: #d9534f;
}
.callout-warning {
        border-left-color: #f0ad4e;
}
.callout-info {
        border-left-color: #5bc0de;
}
.callout-bdc {
        border-left-color: #29527a;
}


#content .archive-message,
#content .shared-message,
#content .search-message {
        background: #fafafa;
}

#content .archive-message a,
#content .shared-message a,
#content .search-message a{
        color: #ad1f23;
        text-decoration: none;
        font-weight: bold;
}

#content .archive-message p,
#content .shared-message p,
#content .search-message p {
        padding: 1rem;
        border: 1px solid #ccc;
        border-radius: 3px;
}