<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

html {
    position: relative;
    min-height: 100%;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 768px) {

    .vh-100 {
        height: auto !important;
    }
}

body {
        font-family: "proxima-nova",Helvetica,Arial,sans-serif
}

.required:after {
    content: " *";
    color: red;
}
a {
    color: #333366;
   
}

/****************************/
/***********Signature**********/
/****************************/
#signatureCanvas {
    background-color: #fff;
}

.signatureArea, .bgsignatureArea {
    width: 80%;
    color: black;
    font-weight: bold;
}

#btnAccept {
    background-color: #333366 !important;
    border: 1px solid #333366 !important;
}
/****************************/
/***********Text Editor**********/
/****************************/
.tox .tox-statusbar {
    display: none !important;
}
.tox-promotion{display:none !important}

/****************************/
/***********Loading**********/
/****************************/
.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background: black;
    opacity: 0.5;
}

.loading--full-heigh {
    position: absolute;
    z-index: 100;
}

.loading::after {
    content: "";
    width: 50px;
    height: 50px;
    border: 10px solid transparent;
    border-top-color: #333366;
    border-bottom-color: #333366;
    border-radius: 50%;
    animation: loading 1s linear infinite;
}

@keyframes loading {
    to {
        transform: rotate(1turn);
    }
}
/****************************/
/*********** Footer ***********/
/****************************/
.footer {
  padding-top:15px;
  padding-top:15px;
  bottom: 0;
  width: 100%;
  white-space: nowrap;

    height: 60px;
    line-height: 60px;
}
footer .container {
    width: 100%;
    border-top: 2px solid #CC3333;
    max-width: none;
}
/****************************/
/*********** HEADER ***********/
/****************************/
body .header-container {
    padding: 20px 20px;
    display: flex;
    flex-direction: row;
    background-color: #333366;
}
.cr-logo-login {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.jbamc-logo {
    height: 95px !important;
    width: auto;
    margin-left: 2%;
    background-size: contain;
    background-image: url(../images/judicial-branch-logo-150.png);
    background-repeat: no-repeat;
    background-position: left center;
    
}

.jbamc-logo-text {
    margin-top: 2px;
    margin-left: 100px;
    color: #fff;
    font-family: 'Century Gothic';
    font-weight: 400;
    font-style: normal;
    font-size: 1.3em;
    line-height: 1em !important;
}

/****************************/
/*********** Menu ***********/
/****************************/
body #sticky-header {
    text-align: center;
    background: #cecece;
     color: #cecece;
    font-size: 16px;
    font-family: proxima-nova-medium,Helvetica,Arial,sans-serif;
    letter-spacing: 2px;
    border-bottom: 2px solid #cc3333;
    position: relative;

}
.navbar-nav {
    --bs-nav-link-hover-color: #CC3333 !important;
    --bs-nav-link-color: #aaaaaa !important;
    color: #aaaaaa !important;
}

.dropdown-item {
    padding: 10px;
    padding-left: 20px;
}
    .dropdown-item:hover, .dropdown-item:focus {
        color: #fff;
        text-decoration: none;
        background-color: #aaaaaa;
    }
.nav-link {
    color: #000 !important;
  
}

.dropdown-menu &gt; li &gt; a {
    background-color: #fff;
}

    .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;

}
#lnkJobPosting:hover {
    color: #fff !important;
    text-decoration: none;  
    }


/* Inner Menu*/
body #sticky-inner-header {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: proxima-nova-medium,Helvetica,Arial,sans-serif;
    letter-spacing: 2px;
    border-bottom: 2px solid #cc3333;
    position: relative;
}
#sticky-inner-header li &gt; a:hover {
    color: #cc3333 !important;
}


 .navbar-light.inner-menu .navbar-nav
.show &gt; .nav-link,
.navbar-light.inner-menu .navbar-nav .active &gt;
.nav-link, .navbar-light.inner-menu .navbar-nav .nav-link.show,
.navbar-light.inner-menu .navbar-nav .nav-link.active {
    color: #cc3333 !important;
}
.navbar-light .navbar-nav
.show &gt; .nav-link,
.navbar-light .navbar-nav .active &gt;
.nav-link, .navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: white !important;
}
/**************************/
/**** MAIN PAGE LABELS ****/
/**************************/
.crp-page-label h3 {
    padding-bottom: 10px;
    border-bottom: 2px solid #ffc00d;
}
    .crp-page-label h3 span {
       
            display: inline-block;
            font-style: normal;
            padding: 10px 18px 10px 0px;
            width: 100%
        }


/**************************/
/**** BOOTSTRAP OVERRIDE ****/
/**************************/
.btn-primary {
    background-color: #cc3333;
    border: 1px solid #cc3333;
}

.row{margin-left:0px}


.btn-primary:hover {
    color: #fff;
    background-color: #cc5c5c;
    border-color: #cc5c5c;
}

.alert-success {
    background-color: #333366;

}
.btn-success:hover {
    background-color: #7b8a8b;
    border-color: #7b8a8b;
}
.btn-success {
    background-color: #333366;
    border-color: #333366;
}

#dnt_CaptchaImg,
#dntCaptchaImg {
    height: 42px;
}

.navy-link {
   color: #333366;
   text-decoration:underline;
}

/**************************/
/**** VALIDATION SUMMARY OVERRIDE ****/
/**************************/
.validation-summary-errors ul {
    list-style: none;

}

/**************************/
/**** Navigation OVERRIDE ****/
/**************************/

.nav-pills {
    --nav-pills-link-active-color: #fff;
    --nav-pills-link-active-bg: #333366;
    --nav-pills-link-pending-color: #000000;
    --nav-pills-link-pending-bg: rgba(255, 192, 13,0.5);
    --nav-pills-link-complete-color: #fff;
    --nav-pills-link-complete-bg: #909390
}


    .nav-pills .nav-link.active {
        color: var(--nav-pills-link-active-color) !important;
        background-color: var(--nav-pills-link-active-bg);
    }

    .nav-pills .nav-link.pending {
        color: var(--nav-pills-link-pending-color) !important;
        background-color: var(--nav-pills-link-pending-bg);
    }

    .nav-pills .nav-link.complete {
        color: var(--nav-pills-link-complete-color) !important;
        background-color: var(--nav-pills-link-complete-bg);
    }






/**************************/
/**** JQGrid OVERRIDE ****/
/**************************/
.ui-jqgrid-view th {
    padding: 6px !important;
    font-weight: bolder;
    background-color: #6e7d8c !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

.alert-info-grid {
    padding: 5px;
}

.ui-jqdialog-content td.navButton-ltr{
    display:none;
}
/**************************/
/**** SWITCH TOGGLE ****/
/**************************/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
.ui-jqgrid tr.jqgrow td {
    white-space: normal !important;
}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

#job-app-legend {
    position: absolute;
    left: 1rem;
    width: 180px;
    padding-top: 1rem;
    font-size: small;
}</pre></body></html>