body {
    font-family: 'Roboto', sans-serif !important;
}

.h1, h1 {
    font-size: 3rem !important;
    font-weight: bold !important;
}

.h2, h2, .h3, h3 {
    font-weight: bold;
}

.contentArea {
    margin-top: 10px;
    border-radius: 25px;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #CC0000, rgba(0, 0, 0, 0));
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.d-flex {
display: -ms-flexbox!important;
display: flex!important;
}

.line {
    width: 100%;
    height: 1px;
    margin: 10px 0;
    background: #CC0000;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#CC0000), to(transparent), color-stop(50%, #CC0000));
}

.container {
    margin-top: 30px;
    margin-bottom: auto;
    padding-bottom: 10px;
}

.defSearchBtn {
    font-weight: bold;
}

.filterRow {
    padding-right: 15px;
    width: auto !important;
}

.filterFormControl {
    width: 95%;
}

/* Cards */

.card {
    margin: 0px 10px 15px 10px;
}

.card-header {
    font-weight: bold;
}

.rptDetailCard {
    margin: 0px 10px 15px 10px;
    border: 1px solid #CCCCCC;
}

.card-body {
    padding: 1.25rem .1rem 1rem 1.25rem !important;
}

.listCardHeader {
    border-bottom: 0px !important;
}

.listCardHeader a {
    text-decoration: none;
    color: #000000;
}

.listCardHeader a:hover {
    text-decoration: none;
    color: #CC0000;
}

.filterCardHeader {
    font-size: 1.75rem;
    font-weight: normal !important;
}

.listCard {
    background-color: rgba(0,0,0,.03);
}

.listCard p {
    font-size: 1.1rem !important;
}

.filterCard {
    margin: 0px 10px 15px 0px !important;
    border: 1px solid #CCCCCC;
}

.specDetails {
    margin-top: 15px;
}

.specDetails p {
    font-size: 1.1rem !important;
}

.rpt-header {
    font-weight: bold;
}

.input-group {
    margin-bottom: 15px;
}

/* Header Styles */

.go916783653#ncstate-home-link {
    background-image: url('../images/HomeHeaderText.png') !important;
    height: 33px !important;
}

.specHeader  a {
    text-decoration: none;    
    color: #000000;
}

.specHeader a:hover {
    color: #CC0000 !important;
}

.appHeader h1 {
    font-weight: normal !important;
}

.appHeader a {
    text-decoration: none;    
    color: #000000;
}

.appHeader a:hover {
    color: #CC0000 !important;
}

.ncst-default-header h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.ncst-default-header {
    display: flex;
}

.rptGoBtn {
    margin-left: auto; /* Push this element to the right */
    width: 100px;
    line-height: 1.2em;
    margin-left: 15px;
    font-weight: bold;
}

.badges {
    line-height: 1.2em;
    width: 100px;
    margin-left: 5px;
    cursor: pointer;
}

.homeIcon {
    text-align: right;
    color: #C00000;
}

.appContainer {
    width: 95%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}

.contentArea {    
    padding: 15px 15px 15px 15px;
}

.techIcon {
    width: 3em;
    height: 3em;
}

/* Data Tables */

.dtHeader {
    background-color: #c00;
    color: #FFF;
}

td {
    vertical-align: top;
}

#btnClear {
    font-size: 1em;
    font-weight: bold;
    width: 99%;
}

#filterRow label {
    font-weight: bold;    
​}

.tooltip-inner {
    max-width: 500px;
    font-size: .75rem;
    text-align: start;
}