a, a:active, a:visited, h1, h1 a, h1 a:visited, h1 a:active { 
    /*overwrite the ngs-theme.css in red*/
    color: #003366;    
}

#ncnpage_content a {
    color: #003366;
}

.main_content {
    padding-left: 1em;
    padding-right: 1em;
}

.on-this-page {
    margin-left: 1em;
    background-color: #eee;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: #04c585;
}

#bttGotoTop {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 999;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 10px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 1em;
    /* Increase font size */
}

#bttGotoTop:hover {
    background-color: #555;
    /* Add a dark-grey background on hover */
}

#ncnmenu {
    padding-bottom: 1em;
}

.bg-muted {
    background-color: #ddd;
}

/* Container for image text */
.caption-container {
    color: #eee;
    text-align: center;
    background-color: #333;
    padding: 4px 0 0 4px;
    font-weight: bold;
}

/*List divider*/
.divider {
    width: 100%;
    height: 1px;
    margin: 5px 1px;
    overflow: hidden;
    border-bottom: 1px solid #999;
}

img:hover {
    cursor: pointer;
}

/*Quick links*/
ul.sub_menus_page_vert li {
    margin-left: 1em;
    list-style: circle;
}

/*feeling lucky*/
.padding-right-15px {
    padding-right: 15px;
}

.padding-left-15px {
    padding-left: 15px;
}

.padding-top-15px {
    padding-top: 15px;
}

/*loading progress*/
#loading {
    position: absolute;
    width: 220px;
    height: 19px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -110px;
    z-index: 20001;
}

/*OperatingStatus for <code class="cors operatingStatus">GODE</code>*/
.preliminary {
    color: #005ea2 !important;
    /*similar to unknown*/
}

.operational {
    color: #04c585 !important;
    /*USWDS .text-mint*/
}

.non-operational {
    color: #fa9441 !important;
    /*USWDS .text-accent-warm orange-30v*/
}

.suspended {
    color: #e41d3d !important;
    /*USWDS .text-secondary-vivid red*/
}

.decommissioned {
    color: #71767a !important;
    /*USWDS .text-base grey*/
}

.unknown {
    color: #005ea2 !important;
    /*USWDS primary blue-60v*/
}

.operational-gnss {
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: #04c585;
}

#ncnstats {
    height: 200px;
    display: inline-block;
}

/*For bootstrap v3*/
.table-borderless>tbody>tr>td,
.table-borderless>tbody>tr>th,
.table-borderless>tfoot>tr>td,
.table-borderless>tfoot>tr>th,
.table-borderless>thead>tr>td,
.table-borderless>thead>tr>th {
    border: none;
}

.collapsible {
    background-color: inherit;
    cursor: pointer;
    border: none;
    text-align: left;
    width: 100%;
    outline: none;
    font-weight: bold;
}

.collapsible-active,
.collapsible:hover {
    background-color: #ddd;
}

.collapsible-content {
    padding: 0 18px;
    display: block;
    overflow: hidden;
}

.alert{
    background-color: inherit;
    color:inherit;
    border-left: 6px solid;
}

.alert-warning{
    border-color: #faebcc;
}

.alert-info{
    border-color: #bce8f1;
}

@media print {
    #ncnmenu {
        display: none;
        visibility: hidden;
    }

    .col-print-12 {
        width: 100% !important;
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }
}