﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    color: #04153a;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    color: #04153a;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.aboutFont {
    font-size: 14px;
    color: #04153a;
}

#header {
    position: relative;
    margin-left: -400px;
    background-color: #04153a;
    min-width: 1950px;
    height: 120px;
}

#header .container_12 { 
	position: relative; 
	}

#branding {
    position: relative;
    height: 112px;
    top: 8px;
    background: transparent url("../Content/cjisHeader.jpg") no-repeat;
    background-color: #04153a;
    width: 600px;
    margin-left: 400px;
    border-color: #eeeeee;
    /*border-style: double;*/
    border-width: 3px;
    border-radius: 2px;
}
	
#branding h1 { 
	width: 150px; 
	height: 120px; 
	} 
	
#branding h1 a { 
	position: relative; 
	top: 15px; 
	display: block; 
	height: 85px; 
	width: 340px; 
	}
#branding em { 
	display: none;
	}
	
#leadership { 
	color:#e2e2e2; 
	background: transparent; 
	font-size: 12px; 
	position: absolute; 
	margin-left: 1600px;
	bottom: 3px; 
	text-align: right;  
	font-weight: bold; 
	line-height:1.5em;
	/*border: 1px solid white;*/
	}
	
#leadership a{
	text-decoration:none;
	color:#e2e2e2;
	padding: 2px 2px 2px 2px;
	font-size: 13px;
	}

#leadership a:hover{
	text-decoration:underline;
	color:#e2e2e2;
	}

.nav-tabs .nav-link {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
    font-weight: bold;
}

    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
        border-color: #dee2e6 #dee2e6 #dee2e6;
    }

    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show {
        color: #495057;
        background-color: #e9ecef;
        border-color: transparent;
    }

.tab-content > .active {
    background-color: #f2f2f2;
    border-radius: 0.25rem;
}

li .nav-item .active .navBarItemClass {
    border: 1px black;
}

nav /*.navbar .navbar-expand .navbar-light .bg-light {
}*/

.btn-cjis {
    color: #04153a;
    background-color: #e9ecef;
    border-color: #e9ecef;
    width: 165px;
    text-align: left;
}

.btn-links {
    color: #04153a;
    background-color: #e9ecef;
    border-color: #e9ecef;
    width: auto;
    white-space: normal;
    text-align: left;
}

li {
    list-style-type: none;
    border: none;
}

.PageList{
    list-style-type: disc;
    border: none;
    padding-bottom: 5px;
}
li a {
    font-size: 14px;
}

.fontBold {
    font-weight: bold;
}

.fontBoldCenter{
    font-weight: bold;
    text-align: center;
}
.tab-nav {
    margin-left: -16px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: none;
    margin-right: 15px;
    background-color: #e9ecef;
    border-color: transparent;
}

.mainMenuTab {
    margin-left: -15px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: none;
    margin-right: 15px;
    background-color: #e9ecef;
}
li a.active {
    border: none;
    border-color: transparent;
    background-color: transparent;
}

li a.btn.btn-links.active {
    border: none;
    border-color: transparent;
    background-color: transparent;
}

:target {
    border: none;
    border-color: transparent;
    background-color: transparent;
}

a:link {
    border: none;
    border-color: transparent;
    background-color: transparent;
}
a:visited {
    border: none;
    border-color: transparent;
    background-color: transparent;
}

a:active {
    border: none;
    border-color: transparent;
    background-color: transparent;
}

*, *::before, *::after {
    box-sizing: content-box;
}

.jumbotron{
    width: 1075px;
    margin-left: -15px;
}

.indexJumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
    width: 800px;
    margin-left: -15px;
}
.divTOPS{    
	height: 100%; 
	min-height: 100%; 
}



a {
    color: #04153a;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    font-weight: 600;
    font-size: 16px;
}

.unboldLink {
    font-weight: 500;
    font-size: 14px;
}

#leadership {
    color: #e2e2e2;
    background: transparent;
    font-size: 12px;
    position: absolute;
    margin-left: 1430px;
    bottom: 3px;
    font-weight: bold;
    line-height: 1.5em;
    /*border: 1px solid white;*/
}

    #leadership a {
        text-decoration: none;
        color: #e2e2e2;
        padding: 2px 2px 2px 2px;
        font-size: 13px;
    }

        #leadership a:hover {
            text-decoration: underline;
            color: #e2e2e2;
        }

.chargeCodeLinkSpacing {
    display: inline-block;
    width: 73px;
}


