/* =Law Enforcement Portal Styles
----------------------------------------------- */
/* eric myer css reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body {
    line-height: 1;
    font-family: arial, helvetica, sans-serif;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* clear and clearfix */
.clear {
    clear: both;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */

/* =LOGIN PAGE
----------------------------------------------- */
body#login #wrapper {
    width: 1000px;
    margin: 0 auto;
}

body#login {
    background: #759089 url(../images/login-bg.png) repeat-x 0 111px;
}

body#login #branding {
    margin-top: 111px;
    margin-bottom: 20px;
    height: 241px;
    background: transparent url(../images/login-branding.png) no-repeat 500px 0;
    position: relative;
}

input[type=text]:not(.form-control), textarea:not(.form-control), input[type=number]:not(.form-control) {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #dddddd;
    color: black;
    font-weight: normal;
}

input[type=text]:not(.form-control):focus, textarea:not(.form-control):focus, input[type=number]:not(.form-control):focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
}

body#login h1 {
    width: 250px;
    height: 150px;
    background: transparent url(../images/ncmec-logo.jpg) no-repeat top left;
    text-indent: -999em;
    position: absolute;
    top: 20px;

}

body#login h2 {

    width: 420px;
    height: 21px;
    background: transparent url(../images/portal-tagline.png) no-repeat top left;
    text-indent: -999em;
    position: absolute;
    top: 170px;
    left: 7px;
}

body#login h3 {
    position: absolute;
    top: 160px;
    left: 50px;
    text-transform: uppercase;
    font-weight: normal;
    color: #231f20;
}

#login-text {
    top: 10px;
    left: 30px;
    color: #ffffff;
}

#login-text1 {

    top: 10px;
    left: 70px;
    color: #ffffff;
}

#login-form {
    width: 200px;
    height: 300px;
    float: left;
    margin-left: 10% !important;
    margin-top: 10px;
    padding: 0 20px;
    color: #555555;
    font-weight: bold;
    font-size: 13px;
}

#login-form input.text {
    width: 183px;
    height: 22px;
    border: 1px solid #aaadb2;
    margin-bottom: 10px;
    padding: 0 10px
}

#login-form input.text:focus {
    border: 1px solid #3b4845;
}

#login-form input.button {
    /*float: right;*/
    margin-bottom: 40px;
}

#intro-text {
    width: 230px;
    float: right;
    margin-right: 250px;
    padding-left: 20px;
    color: #ffffff;
}

#intro-text p {
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 16px;
}

p.footer {
    font-size: 12px;
    clear: both;
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

/* = Admin LOGIN PAGE
----------------------------------------------- */
body#adminLogin #wrapper {
    width: 1000px;
    margin: 0 auto;
}

body#adminLogin {
    background: url(/WEB-INF/resources/images/login-bg.png) repeat-x 0 111px, linear-gradient(to bottom, rgba(90, 127, 92, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

body#adminLogin #branding {

    margin-top: 111px;
    margin-bottom: 20px;
    height: 241px;
    background: transparent url(../images/template/login-branding.png) no-repeat 500px 0;
    position: relative;
}

body#adminLogin h1 {
    width: 250px;
    height: 150px;
    background: transparent url(../images/template/ncmec-logo.jpg) no-repeat top left;
    text-indent: -999em;
    position: absolute;
    top: 20px;

}

body#adminLogin h2 {

    width: 420px;
    height: 51px;
    background: transparent url(../images/template/portal-taglineAdmin.png) no-repeat top left;
    text-indent: -999em;
    position: absolute;
    top: 170px;
    left: 7px;
}

body#adminLogin h3 {
    position: absolute;
    top: 160px;
    left: 50px;
    text-transform: uppercase;
    font-weight: normal;
    color: #231f20;
}

#adminLogin-text {
    top: 10px;
    left: 30px;
    color: black;
}

#adminLogin-text1 {

    top: 10px;
    left: 70px;
    color: #ffffff;
}

#adminLogin-form {
    width: 200px;
    height: 300px;
    float: left;
    margin-left: 100px;
    margin-top: 10px;
    padding: 0 20px;
    color: #555555;
    font-weight: bold;
    font-size: 13px;
}

#adminLogin-form input.text {
    width: 183px;
    height: 22px;
    border: 1px solid #aaadb2;
    margin-bottom: 10px;
    padding: 0 10px
}

#adminLogin-form input.text:focus {
    border: 1px solid #3b4845;
}

#adminLogin-form input.button {
    /*float: right;*/
    margin-bottom: 40px;
}

#adminLogin-text {
    width: 230px;
    float: right;
    margin-right: 250px;
    padding-left: 20px;
    color: #ffffff;
}

#adminLogin-text p {
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 16px;
}

p.adminFooter {
    font-size: 12px;
    clear: both;
    color: green;
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

/* =I AGREE FORM
---------------------------------------*/
#iagree-form {
    float: left;
    margin-right: 70px;
    margin-bottom: 20px;
}

#iagree-justify {
    text-align: justify;
}

/* =GENERIC STYLES FOR THE PORTAL PAGES
----------------------------------------------- */
body.portal {
    background: #759089
}

body.portal #wrapper {
    width: 960px;
    margin: 0 auto;
    background: #ffffff;
    height: 100%;
}

/* BRANDING AREA */
body.portal #branding {
    height: 145px;
    position: relative;
}

body.portal #branding h1 {
    width: 126px;
    height: 76px;
    background: transparent url(../images/ncmec-logo.png) no-repeat top left;
    text-indent: -999em;
    position: absolute;
    top: 20px;
    left: 30px;
}

body.portal #branding h2 {
    width: 420px;
    height: 19px;
    background: transparent url(../images/portal-tagline.png) no-repeat top left;
    text-indent: -999em;
    position: absolute;
    top: 30px;
    left: 180px;
}

body.portal #branding h3 {
    font-size: 16px;
    line-height: 1;
    color: #231f20;
    position: absolute;
    top: 20px;
    right: 30px;
}

/* UTILITY NAV */
body.portal #branding ol#utility {
    font-size: 16px;
    color: #231f20;
    position: absolute;
    top: 40px;
    right: 30px;
}

body.portal #branding ol#utility li {
    float: left;
    display: block;
    width: auto;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #000000;
    font-size: 16px;
}

body.portal #branding ol#utility li:first-child,
body.portal #branding ol#utility li.first {
    padding-left: 0;
    margin-left: 0;
    border-left: 0px solid #000000;
}

body.portal #branding ol#utility li a {
    color: #d64d17;
    text-decoration: none;
    font-weight: bold;
}

body.portal #branding ol#utility li a:hover {
    text-decoration: underline;
}

body.portal a:active {
    text-decoration: underline;
    color: blue;
}

/* NAVIGATION */
body.portal #branding ol#navigation {
    height: 40px;
    position: relative;
    left: 30px;
    top: 105px;
}

body.portal #branding ol#navigation {
    list-style: none;
    display: flex;
}

body.portal #branding ol#navigation li {
    display: flex;
    height: 40px;
    background: #4db7ae;
    border-radius: 4px 4px 0 0;
}

body.portal #branding ol#navigation li+li {
    margin-left: 1px;
}

body.portal #branding ol#navigation li.current {
    background: linear-gradient(#86cca2 0%, #6ccc97 50%, #65bc8a 50%, #7dce8b 100%);
}

body.portal #branding ol#navigation li:hover {
    background: linear-gradient(#96d1ba 0%, #7acca8 50%, #6ebf9c 50%, #92cca4 100%);
}

body.portal #branding ol#navigation li a {
    color: #ffffff;
    padding: 0 10px;
    font-weight: normal;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    text-align: center;
}

/* CONTENT AREA */

body.portal #content {
    background: #cfe5e5;
    border-top: 1px solid #aeb2a4;
    width: 100%;
    padding: 30px;
}

body.portal #content2 {
    background: #cfe5e5;
    border-top: 1px solid #aeb2a4;
    width: 900px;
    height: 100%;
    padding: 30px;
}

#content h2 {
    text-transform: uppercase;
    color: #231f20;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.3;
    border-bottom: 1px solid #aeb2a4;
    margin-bottom: 4px;
}

border.portal #userFunctions input[type="button"] {
    background-color: #005cb8;
    border-color: #005cb8;
    color: #c2d6d6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.module {
    width: 100%;
    clear: both;
    margin-bottom: 35px;
}

/* FOOTER */
body.portal #footer {
    width: 100%;
    height: 32px;
    background: url(../images/footer-bg.png) no-repeat top left;
    overflow: hidden;
    padding: 10px 16px 0 16px;
    font-size: 12px;
    color: #ffffff;
}

body.portal #footer ol {
    float: right;
    width: auto;
    text-align: right;
    margin-top: -1em;
}

body.portal #footer ol li {
    float: left;
    display: block;
    width: auto;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #ffffff;
}

body.portal #footer ol li:first-child,
body.portal #footer ol li.first {
    padding-left: 0;
    margin-left: 0;
    border-left: 0px solid #ffffff;
}

body.portal #footer a {
    color: #79add2;
    text-decoration: none;
}

body.portal #footer a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.error {
    color: red;
}

/* BODY TEXT STYLES */
#content {
    font-size: 13px;
    line-height: 1.3;
    color: #231f20;
}

#content p,
#content ol,
#content ul,
#content blockquote,
#content dl,
#content cite {
    font-size: 13px;
    line-height: 1.3;
    font-weight: normal;
    color: #231f20;
    margin-bottom: 15px;
}

#content dt {
    font-size: 13px;
    line-height: 1.3;
    color: #231f20;
    font-weight: bold;
    margin-bottom: 0.5em;
}

#content dd {
    font-size: 13px;
    line-height: 1.3;
    color: #231f20;
    font-weight: normal;
    margin-bottom: 0.5em;
}

#content blockquote {
    margin-left: 2em;
    margin-right: 2em;
    padding-left: 1em;
    border-left: 1px solid #aeb2a4;
}

#content ol, #content ul {
    margin-left: 2em;
}

#content ol {
    list-style: decimal
}

#content ol ol {
    list-style: upper-alpha;
    margin-bottom: 0;
}

#content ol ol ol {
    list-style: upper-roman
}

#content ol ol ol ol {
    list-style: lower-alpha
}

#content ol ol ol ol ol {
    list-style: lower-roman
}

#content ul {
    list-style: disc
}

#content ul ul {
    list-style: square;
    margin-bottom: 0;
}

#content ul ul ul {
    list-style: circle
}

#content ul ul ul ul {
    list-style: disc
}

#content ul ul ul ul ul {
    list-style: square
}

/* headers h1-h6 */
#content h1,
#content h2,
#content h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.3;
    border-bottom: 1px solid #aeb2a4;
    margin-bottom: 4px;
}

#content h3 {
    border: none;
}

#content h4,
#content h5,
#content h6 {
    font-size: 14px;
    line-height: 1.7;
    font-weight: bold;
    color: #576414;
    margin-top: 13px;
}

/* links */
#content a {
    color: #d64d17;
    text-decoration: none;
    font-weight: bold;
}

#content a:hover {
    color: #ab4a24;
    text-decoration: underline;
}

/* images */
#content img {
    margin: 0;
    padding: 5px;
}

#content img.right {
    float: right;
    margin: 0 0 5px 5px;
}

#content img.left {
    float: left;
    margin: 0 5px 5px 0;
}

/* =USER VIEW PAGE
----------------------------------------------- */
/* 3-COLUMN LAYOUT */
.alpha-three, .beta-three, .gamma-three {
    width: 300px;
    float: left;
    font-size: 13px;
}

.alpha-three ul, .beta-three ul, .gamma-three ul {
    margin-left: 0 !important;
}

.alpha-three li, .beta-three li, .gamma-three li {
    list-style-type: none;
    padding: 5px 10px;
    color: #231f20;
    font-weight: bold
}

.alpha-three li strong, .beta-three li strong, .gamma-three li strong {
    font-weight: normal;
}

/* TECHNICAL ASSISTANCE */
table.technical-assistance th, table.technical-assistance td {
    width: 140px;
}

form#status-form .button {
    text-transform: uppercase;
}

/* =SEARCH REQUESTS PAGE
----------------------------------------------- */
/* SEARCH RESULTS */
/*table.search-results th, table.search-results td { width: 140px;}*/
body.portal #content form#status-form table td {
    padding: 5px;
}

/* FORM STYLES - SEARCH REQUESTS */
div.action-group {
    text-align: center;
    padding-top: 20px;
}

div.action-group input.button {
    margin: 0 5px;
}

form#search-requests-form .alpha-three li, form#search-requests-form .beta-three li, form#search-requests-form .gamma-three li {
    padding: 5px 0px;
    color: #231f20;
    font-weight: bold
}

form#search-requests-form label {
    /* width: 290px; */
    clear: both;
    color: #231f20;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

form#search-requests-form label.block {
    display: block;
    width: 290px;
}

form#search-requests-form input.text {
    width: 290px;
    margin-bottom: 10px;
    margin-right: 7px;
}

form#search-requests-form select.text {
    width: 301px;
    margin-bottom: 10px;
    margin-right: 0px;
}

.date-field-label {
    float: left;
    display: block;
    width: auto !important;
    margin-top: 5px;
    margin-right: 5px;
}

form#search-requests-form input.date {
    width: 212px;
    margin-bottom: 10px;
    float: left;
}

a.calendar {
    display: block;
    float: left;
    width: 19px;
    height: 17px;
    margin-top: 2px;
    margin-left: 2px;
}

a.calendar img {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

form#search-requests-form div.action-group {
    text-align: center;
    padding-top: 0px;
}

form#search-requests-form div.action-group input.button {
    margin: 0;
    text-transform: uppercase;
}

a.report-link {
    color: #d64d17;
    text-decoration: none;
    font-weight: bold;
}

a.report-link:hover {
    color: #ab4a24;
    text-decoration: underline;
}

/* =HASH SEARCH
----------------------------------------------- */
/* FORM STYLES - HASH SEARCH */
legend, h4 {
    font-size: 14px;
    line-height: 1.7;
    font-weight: bold;
    color: #576414;
    margin-top: 13px;
}

h4 {
    padding-bottom: 15px;
}

form#hash-search-form {
    border-top: 1px solid #aeb2a4;
    clear: both;
    padding-top: 15px;
}

fieldset {
    border-bottom: 1px solid #aeb2a4;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    display: block;
}

fieldset fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

fieldset#case-info fieldset {
    width: 130px;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

fieldset#case-info fieldset.field-col {
    margin-right: 10px;
}

fieldset.hash-type {
    width: 100%;
    text-align: right;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

fieldset.hash-value {
    margin-top: -17px
}

fieldset.hash-value input.text {
    width: 425px !important;
    margin: 0 !important;
}

.border-one {
    border-style: solid;
    border-color: #0000ff;
}

.alpha-one {
    padding-right: 20px;
}

.alpha-two {
    width: 400px;
    height: 250px;
    padding: 10px;
    border: 5px solid gray;
    float: left;
    margin-right: 20px;
}

.beta-two {
    width: 390px;
    height: 250px;
    padding: 10px;
    border: 5px solid gray;
    float: left;
    margin-right: 0px;
}

.alpha-two {
    margin-right: 40px;
}

form#hash-search-form label {
    clear: both;
    color: #231f20;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

form#hash-search-form label.block {
    display: block;
    width: 130px;
}

form#hash-search-form input.text {
    width: 130px;
    margin-bottom: 10px;
    margin-right: 0px;
}

form#hash-search-form input.button {
    text-transform: uppercase;
    width: auto;
    margin: 0 auto;
    display: block
}

form#hash-search-form p.select-file {
    padding-top: 15px;
    text-align: right
}

form#hash-search-form p.select-file a {
    color: #d64d17;
    text-decoration: none;
    font-weight: bold;
}

form#hash-search-form p.select-file a:hover {
    color: #ab4a24;
    text-decoration: underline;
}

.tools-list {
    padding-bottom: 20px;
}

.tools-list {
    margin-left: 0 !important;
}

.tools-list li {
    list-style-type: none;
    margin-bottom: 0.5em !important;
}

.tools-list.alpha, .tools-list.beta {
    width: 170px;
    float: left;
}

.tools-list.alpha {
    background: url(/WEB-INF/resources/images/tools-icon.png) no-repeat top left;
    padding-left: 60px;
}

.tools-list.beta {
    padding-left: 30px;
}

.tools-list a {
    color: #d64d17;
    text-decoration: none;
    font-weight: bold;
}

.tools-list a:hover {
    color: #ab4a24;
    text-decoration: underline;
}

.md5dsp {
    font-size: 10px;
    font-style: italic;
    list-style-type: disc;
}

.login-lnk {
    font-size: 12px;

}

.login-lnk ul li {
    color: #231f20;
    list-style-type: none;
    margin-bottom: 0.5em !important;
}

.login-lnk ul li a {
    color: #7e2217;
    text-decoration: none;
    font-weight: bold;
}

.login-lnk ul li a:hover {
    color: #ab4a24;
    text-decoration: underline;
}

.proceed-btn {

    padding-bottom: 288px;
}

.download-text {
    border-top: 1px solid #aeb2a4;
    clear: both;
    padding: 10px;
}

.download-text p {
    color: #231f20;
    margin-bottom: 1em;
}

.download-text ul {
    margin-left: 0 !important;
}

.download-text ul li {
    color: #231f20;
    list-style-type: none;
    margin-bottom: 0.5em !important;
}

.download-text ul li a {
    color: #d64d17;
    text-decoration: none;
    font-weight: bold;
}

.download-text ul li a:hover {
    color: #ab4a24;
    text-decoration: underline;
}

#pagesort img {
    border: 1px solid #aeb2a4;
    margin: 0;
    padding: 0px;
}

table.tablesorter thead tr th {
    border: 1px solid #ffffff;

}

table.tablesorter tbody tr.odd td {
    background: #d7d7d7;
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #8dbdd8;
}

input.btncolor {
    background-color: #bcd2ee;
    border: 1px solid #53868b;
}

.default-row-spacer p {
    margin-bottom: 00px;
}

.default-spacer {
    margin-right: 00px;
}

.large-row-spacer {
    margin-bottom: 20px;
}

.banner {
    text-align: center;
    line-height: 50px;
    width: 100%;
    height: 50px;

    background-color: red;
    color: white;
}

.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance: textfield !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.error-message {
    border: red;
    color: red;
    font-family: Tahoma;
}

#pagination {
    margin: auto;
    padding-left: 30%;
}

#pages {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#hc-admin-label {
    color: white;
}

#hc-admin-from-date-label {
    color: white;
    margin-left: 27.5%;
}

#hc-admin-to-date-label {
    color: white;
    margin-left: 21.45%;
}

#hc-admin-report-id-label {
    color: white;
    margin-left: 2.1%;
}

.hc-admin-form {
    margin-left: 8%;
}

.hc-admin-div-padding {
    margin-top: -10px;
}

.hidden {
    display: none !important;
    visibility: hidden !important; /* Prevent element from affecting the box model, e.g. whitespace between visible, surrounding elements  */
}

.ui-datepicker-month{
    color: black;
}

.ui-datepicker-year{
    color: black;
}
