﻿body {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #d6d6d6;
    line-height: 1;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../Content/fonts/glyphicons-halflings-regular.eot');
    src: url('../Content/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../Content/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../Content/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../Content/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../Content/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.mugshot {
    max-height: 20em;
    max-width: 15em;
}

.navbar-nav {
    margin-left: 0;
}

.sectionUnderline {
    text-decoration: underline;
}

.pageHeader {
    margin: 0 0 0 0;
}

.body-content {
    padding-left: 0;
    padding-right: 15px;
}

.hide {
    display: none;
}

.fontBold {
    font-weight: bold;
}

.vMiddle {
    vertical-align: middle;
}

.vTop {
    vertical-align: top;
}

.vBottom {
    vertical-align: bottom;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.td {
    display: table-cell;
}

.table {
    display: table;
}

.tr {
    display: table-row;
}

#wrapper {
    margin-left: .5em;
    width: 100%;
}

.fullWidth {
    width: 100%;
}

.fullHeight {
    height: 100%;
}

.layoutContainer {
    width: 97%;
    margin-left: .5em;
    margin-right: auto;
}

#lblOID {
    color: #d2ba72;
    font-size: 1%;
}

.header-middleBand, .header-lastViewed-button {
    background-color: #d2ba72;
}

.content-divider {
    background-color: #003865;
    line-height: .5;
}

.page-margin {
    margin-left: 2em;
}

#topBand {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    margin-left: 0;
}

#skipAnchor {
    margin: .5em 0 1em 1em;
}

#moduleName {
    float: right;
    margin-right: 0;
}

#txtOID {
    margin-left: 0;
    vertical-align: middle;
    width: 7em;
    display: inline;
}

#moduleText {
    margin-top: 7px;
    margin-bottom: 0;
    margin-right: .5em;
    font-size: 2.5em;
    text-align: right;
    color: #003865;
}

.header-middleBand {
    padding-top: .4em;
    margin-right: 0;
    padding-left: 15px;
    height: 35px;
}

.header-middleBand-offender {
    text-align: right;
    padding-top: .1em;
    font-weight: bold;
    font-size: 1.3em;
    padding-right: 1.5em;
}

.header-lastViewed-button {
    border: none;
}

.header-bottomBand {
    background-color: #d6d6d6;
    color: #000;
    vertical-align: bottom;
    line-height: 1em;
    display: inline-block;
    width: 100%;
    padding-top: .5em;
    margin-top: .5em;
    margin-bottom: .5em;
}

.header-bottomBand-image {
    width: 1em;
    height: 1em;
    margin-left: 1em;
}

.header-bottomBand-welcomeText {
    float: right;
    display: inline-block;
    padding-right: 2em;
    font-weight: bold;
}

.header-bottomBand-pageText {
    padding-left: .5em;
    font-weight: bold;
    font-size: 1.7em;
}

footer {
    margin-left: 1em;
    margin-top: .5em;
}

.footer-divider {
    line-height: .2;
    background-color: #003865;
}

.navbar {
    position: relative;
    margin-bottom: 0;
    border: 1px solid transparent;
    min-height: 30px;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-inverse {
    border: none;
    background-color: #003865;
}

    .navbar-inverse .navbar-brand {
        color: #fff;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }

.jqx-grid-header {
    vertical-align: middle;
    height: 40px !important;
}

.jqx-grid-column-header {
    vertical-align: middle;
}

.grid-columnRenderer {
    color: #fff;
    text-decoration: none;
    cursor: default;
    vertical-align: middle;
    text-align: center;
}

.grid-cellRenderer, .grid-columnRenderer, .grid-cellIDRenderer {
    margin-top: 5px;
    white-space: normal;
}

.grid-cellRenderer {
    margin-left: .5em;
    text-align: left;
}

.grid-cellIDRenderer {
    text-align: center;
}

.grid-cellDateRender {
    text-align: center;
}

.jqx-grid-cell-pinned, .jqx-grid-column-header, .jqx-grid-pager {
    background-color: #003865;
    color: #fff;
}

.jqx-grid-cell-hover {
    background-color: #d2ba72;
}

.jqx-grid-cell-sort {
    background-color: #dce0e8;
}

.jqx-grid-cell-alt {
    background: #eee;
}

.jqx-grid-cell-selected {
    background-color: #b5bbcc;
}

.hideElement {
    display: none;
}

.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00 !important;
    background-color: #fee !important;
}

.validation-summary-errors {
    font-weight: bold !important;
    color: #f00 !important;
}

.validation-summary-valid {
    display: none;
}

.radio input[type='radio'], .radio-inline input[type='radio'], .checkbox input[type='checkbox'], .checkbox-inline input[type='checkbox'] {
    position: relative;
}

.radio-inline, .checkbox-inline {
    font-weight: bold;
}

.form-control {
    vertical-align: middle;
    padding: 1px 4px 1px 4px;
}

.input-group-addon, .form-control {
    height: 24px;
}

.input-birthDate {
    width: 9em;
}

.input-oid {
    width: 5.3em;
}

.container {
    padding-right: 15px;
    padding-left: 0;
    margin-right: auto;
    margin-left: 0;
}

label {
    padding-top: 5px;
}

.btn {
    line-height: .75;
}

input, select, textarea {
    max-width: 280px;
}

.section-content {
    margin-left: 1.5em;
}

.form-control-select {
    display: block;
    height: 24px;
    padding: 1px 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    max-width: 800px;
}

    .form-control-select:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .form-control-select::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control-select:-ms-input-placeholder {
        color: #999;
    }

    .form-control-select::-webkit-input-placeholder {
        color: #999;
    }

    .form-control-select[disabled], .form-control-select[readonly], fieldset[disabled] .form-control-select {
        background-color: #eee;
        opacity: 1;
    }

    .form-control-select[disabled], fieldset[disabled] .form-control-select {
        cursor: not-allowed;
    }

/*The following allows overrides jqWiget button behavior with bootstrap behavior.*/
.btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

@media (min-width:1200px) {
    .container {
        width: 100%;
    }
}

@media screen and (min-width:768px) {
    .form-group {
        padding-top: 3px;
        padding-bottom: 3px;
        margin-bottom: 1px;
        display: block;
    }

    .control-label {
        width: 14%;
        text-align: right;
    }

    .section {
        margin-left: 1em;
    }
}

@media(max-width:767px) {
    .form-group {
        margin-bottom: 0;
        margin-left: 2px;
    }

    .control-label {
        padding-bottom: 0;
        padding-top: .5em;
    }

    .form-control {
        padding-left: 1em;
    }

    .section-content {
        margin-left: 0;
    }
}

/* CSS style defined for text URL, including cell item in data grid */
a.text-link {
    text-decoration: underline;
}

.jqx-grid-cell-selected a.text-link {
    color: #ffffff;
}

/* Accessibility contrast fixes */
a {
    color: #2f6fa7;
    text-decoration: none
}

.jqx-listitem-state-selected-bootstrap, .jqx-menu-item-selected-bootstrap, .jqx-tree-item-selected-bootstrap, .jqx-calendar-cell-selected-bootstrap, .jqx-grid-cell-selected-bootstrap,
.jqx-menu-vertical-bootstrap .jqx-menu-item-top-selected-bootstrap, .jqx-grid-selectionarea-bootstrap {
    background-color: #347ab7 !important;
}
