<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* DEFAULTS
----------------------------------------------------------*/

html, h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", Verdana, sans-serif;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: "Roboto", Verdana, sans-serif;
    background: #344a6c;
}

div#cjis-background {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 400px;
    width: 100%;
    z-index: -1;
    background: #344a6c;
    background-image: -webkit-linear-gradient(top,#000,#344a6c); /*Safari 5.1-6*/
    background-image: -o-linear-gradient(top,#000,#344a6c); /*Opera 11.1-12*/
    background-image: -moz-linear-gradient(top,#000,#344a6c); /*Fx 3.6-15*/
    background-image: linear-gradient(to bottom,#000,#344a6c); /*Standard*/
}

#mySidenav {
    z-index: 6;
    margin-top: 40px;
}

#messageDialog, #messageErrorDialog {
    z-index: 3;
    position: fixed;
    top: 41px;
    right: 25px;
    width: 220px;
    display: none;
    padding: 15px 5px 15px 10px;
    text-align: center
}

div#main-container {
    padding-left: 0px;
    padding-right: 6px;
}

.margin-left-sm {
    margin-left: 8px;
}

.margin-top-sm {
    margin-top: 8px;
}

.cjis-menu-btn {
    border: 0px solid black;
    background-color: transparent;
    padding: 7px;
    font-size: 14px;
    width: 100%;
    color: white;
}

    .cjis-menu-btn:hover {
        padding: 7px;
        background-color: azure;
        color: black;
    }

.cjis-link:hover {
    text-decoration: underline;
    color: blue;
}

.processing-overlay {
    z-index: 10;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: no-content;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4)
}

.processing-content {
    left: 50%;
    top: 40%;
    background-color: white;
    position: relative;
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0);
}

.processing-image {
    border: 2px double black;
    padding: 10px;
    background-color: white;
}

@media (max-width:993px) {
    div#main-container {
        padding: 0px !important;
        border-left: none !important;
        border-right: none !important;
    }

    #content-container {
        padding-left: 3px;
        padding-right: 3px;
    }

    div.main_content {
        margin-bottom: 3px !important;
    }
}































header {
    width: 100%;
    height: 30px;   
    overflow: hidden;
    margin: 0px;    
    padding: 3px 0 12px 0;   
    background: #4b6c9e;
    display:block;
    color: #f9f9f9;
    font-weight: 600;
    font-size: 2em;
    text-align:center;
    text-shadow:#474747 3px 5px 2px;
}

nav {
    background: -webkit-linear-gradient(#EFF6FC,#BED7EB);
    background: -o-linear-gradient(#EFF6FC,#BED7EB);
    background: -moz-linear-gradient(#EFF6FC,#BED7EB);
    background: linear-gradient(#EFF6FC,#BED7EB);
    border-bottom: 1px solid #696969;
}

footer {
    height: 15px;
    color: white;
    font-weight: bold;
    padding: 9px 0px 5px 0px;
    text-align: center;
    line-height: normal;    
    background: #4b6c9e;
    border-top: 1px solid black;
}

section {
    color:black;
    padding:10px;
    min-height:200px;
    margin:10px;
    border: 1px solid black;
    box-shadow: 0px 1px 3px #666666;
}

input[type=text]:disabled, textarea:disabled, select:disabled {
    background-color: rgb(235, 235, 228) !important;
    color: rgb(84, 84, 84) !important;
}

input[type=text]:focus {
    background-color: lightyellow;
}

select:focus {
    background-color: lightyellow;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

nav#menu {
    background:white;
    height:40px;
    padding-top:20px;
    overflow:hidden;
}

nav#menu ul {
    padding: 0px;
    position: relative;
    margin: 0;
}

nav#menu li{
    display:inline;
}

nav#menu li a {
    background: -webkit-linear-gradient(#182b38,#4b6c9e);
    background: -o-linear-gradient(#182b38,#4b6c9e);
    background: -moz-linear-gradient(#182b38,#4b6c9e);
    background: linear-gradient(#182b38,#4b6c9e);
    box-shadow: 0px 1px 3px #666666;
    padding: 15px 30px;
    text-decoration: none;
    line-height: 2.8em;
    border-radius: 6px 6px 0 0;
    color:white;
    margin: 0;
    font-size: 1.2em;
    font-weight:600;
}

nav#menu li a:hover {
    background: -webkit-linear-gradient(#182b38,#BED7EB);
    background: -o-linear-gradient(#182b38,#BED7EB);
    background: -moz-linear-gradient(#182b38,#BED7EB);
    background: linear-gradient(#182b38,#BED7EB);
    box-shadow: 0px 1px 3px #666666;
}

nav h1 {
    font-size:1.6em;
    font-style:normal;
    font-weight:600;
}

div.plus_btn {
  background: #a6afbd;
  background-image: -webkit-linear-gradient(top, #a6afbd, #a4a9ad);
  background-image: -moz-linear-gradient(top, #a6afbd, #a4a9ad);
  background-image: -ms-linear-gradient(top, #a6afbd, #a4a9ad);
  background-image: -o-linear-gradient(top, #a6afbd, #a4a9ad);
  background-image: linear-gradient(to bottom, #a6afbd, #a4a9ad);
  -webkit-border-radius: 60;
  -moz-border-radius: 60;
  border-radius: 18px;
  text-shadow: 2px 2px 2px #6e6e6e;
  font-family: Arial;
  color: #ffffff;
  font-size: 25px;
  padding: 0px 9px 0px 8px;
  border: solid #000000 1px;
  text-decoration: none;
  float:left;
  margin:3px;
}

div.plus_btn:hover {
    background: #ccd8e0;
    text-decoration: none;
}

.button_style input[type="submit"] {
  background: #4b6c9e;
  background-image: -webkit-linear-gradient(top, #4b6c9e, #182b38);
  background-image: -moz-linear-gradient(top, #4b6c9e, #182b38);
  background-image: -ms-linear-gradient(top, #4b6c9e, #182b38);
  background-image: -o-linear-gradient(top, #4b6c9e, #182b38);
  background-image: linear-gradient(to bottom, #4b6c9e, #182b38);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  text-shadow: 2px 2px 2px #6e6e6e;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 15px 25px 15px 25px;
  border: solid #000000 1px;
  text-decoration: none;
  margin:15px;
}

.button-link {
    border: 1px solid black;
    color: blue !important;
    text-decoration: underline !important;
}

.button_style input[type="submit"]:hover {
  background: #BED7EB;
  background-image: -webkit-linear-gradient(top, #BED7EB, #182b38);
  background-image: -moz-linear-gradient(top, #BED7EB, #182b38);
  background-image: -ms-linear-gradient(top, #BED7EB, #182b38);
  background-image: -o-linear-gradient(top, #BED7EB, #182b38);
  background-image: linear-gradient(to bottom, #BED7EB, #182b38);
  text-decoration: none;
}

#welcome_content  {
    color: black;
    padding: 5px; 
    border: 6px double silver; 
} 

.welcome_content_hyperlink a  {
    color: black;   
    text-decoration: underline;   

} 

.welcome_content_hyperlink a:hover  {
    color: blue;    
    text-decoration: underline;   
} 

#welcome_header  {
    color: white;
    font-weight: bold;
    text-align: center; 
    padding: 5px 0 5px 0;    
    background-color: #02267D;       
}

#welcome  {
    width: 48%;
    padding: 5px;   
    font-weight: bold;
    text-align: center; 
    margin: 0 auto 0 auto;  
    float:  left;
}




.menu-font {
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.4em;
    font-weight:400;
}

.page
{
    max-width:1000px;
    min-width:700px;
    margin: 20px auto 0px auto;
    background-color: #fff;   
    border: 1px solid white; /*#496077;*/
}

.header
{
    width: 100%;
    height: 20px;   
    overflow: hidden;
    margin: 0px;    
    padding: 3px 0 12px 0;   
    background: #4b6c9e;
}

.title  {    
    display: block;
    color: #f9f9f9;    
    font-weight: 600;
    font-size: 2em;
    text-align: center;      
}

.title-box {
    border: 1px solid black;
}

#breadcrumbs  
{	
	height: 30px;			
	background-image: url('../Images/breadcrumb_bg.jpg');	
	background-repeat: repeat;	
}

.userdetails  {
    position: relative;
    padding: 7px 0px 2px 0px;
    margin-right: 10px;
    font-size: 14px;
    float: right;
}

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

.font-heavy {
    font-weight:bolder !important;
}



.cjis-menu-btn-block {
    border:1px hidden black;
    background-color:transparent;
    padding:7px;
    font-size:12px;
    display:block;
    width:100%;
}

.cjis-menu-btn-block:hover {
    padding:7px;
    font-size:12px;
    background-color:azure;
    color:black;
    display:block;
}

.cjis-menu-btn:disabled:hover {   
    background-color:darkgray;
    color:lightgray;
}
.cjis-menu-btn:disabled {   
    background-color:darkgray;
    color:lightgray;
}

.cjis-menu-btn-block:disabled:hover {
    border:1px hidden black;
    background-color:transparent;
    color:dimgrey;
}

.cjis-help {
    text-decoration:none;
    margin-left:5px;
}

.cjis-help:hover, .cjis-urgent:hover {
    cursor: pointer;
}

.cjis-link:hover {
    text-decoration:underline;
    color:blue;
}

.cjis-template-btn {
    max-width:200px;
    white-space:normal;
    margin-bottom: 8px;
    width:100%;
}

.cjis-back-color {
    background-color: #4b6c9e;
}

.cursor-default {
    cursor:default !important;
}

.main_content {
    border: 1px double white;
    margin: 0px;
}

.cjis-modal{z-index:3;display:none;padding-top:20px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.cjis-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}.w3-closebtn{text-decoration:none;float:right;font-size:24px;font-weight:bold;color:inherit}
@media (max-width:1442px) {
    .cjis-modal-content {
        margin: 0 10px;
        width: auto !important
    }
}
@media (min-width:993px) {
    .w3-modal {
        padding-top: 110px
    }
}
@media (max-width:668px){
    .w3-modal-content{margin:auto;}
}

@media (min-width:1443px){.cjis-modal-content{width:1400px}}

@media (min-width:601px) {
    #session-label {
        text-align: right !important;
    }
}

@media (max-width:993px) {
    #main-container {
        padding: 0px !important;
        border-left: none !important;
        border-right: none !important;
    }
}</pre></body></html>