html {
    overflow: -moz-scrollbars-vertical;
    overflow-x: auto;
    -ms-overflow-y: scroll;
    font-size: 1em;
    background: lightgray;
    /*	font-family: Helvetica !important;*/
    /* 	background: #1578c9; */
    /* 	background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%); */
}

/* force vertical scrollbar in Firefox to avoid page shifting from: http://snippets.dzone.com/posts/show/217.  For last entry for IE8 per: http://stackoverflow.com/questions/1389979/force-vertical-scrollbar-to-display-in-ie8 */
li.feedbackPanelERROR {
    color: red
}

h3 {
    color: Black !important;
    font-size: 14pt !important;
    font-weight: bold !important;
    padding: 0px 0px 0px 0px;
    # padding: 20px 0px 0px 0px; /*IE*/
}

/* Inmethod DataGrid tags follow: */
.dg_alignRight {
    text-align: right;
}

.dg_alignLeft {
    text-align: left;
}

.dg_alignRightGray {
    text-align: right;
    color: silver;
}

.dg_alignLeftGray {
    text-align: left;
    color: silver;
}

.dg_grid {
    font-size: 9pt;
    text-align: left;
    margin-left: auto;
    margin-right: auto
}

.dg_fixed_font {
    font-family: "Courier New" "Courier" "Fixed" "Helvetica";
    color: #CC3333;
}

/* End Inmethod DataGrid tags follow: */

/* for main menu */
table.menu {
    border-width: 3px 3px 3px 3px;
    border-spacing: 3px;
    border-style: ridge ridge ridge ridge;
    border-color: gray gray gray gray;
    border-collapse: separate;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.60;
    filter: alpha(opacity=60)
}

table.menu td {
    font-size: 11pt;
    font-weight: bold;
    border-width: 1px 1px 1px 1px;
    padding: 20px 5px 20px 5px;
    border-style: inset inset inset inset;
    border-color: gray gray gray gray;
    -moz-border-radius: 0px 0px 0px 0px;
    margin-left: auto;
    margin-right: auto;;
}

.mainmenutext {
    text-align: left;
    padding: 8px 2px 8px 2px;
}

.bodybgimage {
    margin: 0;
    /*	font-family: Helvetica;*/
    background: url("../../../../../webapp/images/background_page_thumb.jpg") no-repeat bottom fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: url("../../../../../webapp/images/background_checks_light.png") no-repeat bottom fixed;
}

.body {
    margin: 0;
    /*font-family: Helvetica !important;*/
    font-size: 16px;
    color: black !important;
/*    background: url('cchinetbg.png') no-repeat center center;
    background-size:cover;
    background-color: rgba(0, 0, 0, 0.5);*/
    /* background-image: linear-gradient(to top, #09203f 0%, #537895 100%); */
    /* background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%); */
    /* background-image: linear-gradient(to top, #09203f 0%, #537895 100%); */
    /* background: #f0edf5 */;
    /* 	 background: url("../webapp/images/BGCHECK.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity:0.8; */
}

body {
    margin: 0;
    font-family: Helvetica !important;
    font-size: 16px;
/*    background: url('cchinetbg.png') no-repeat center center;
    background-color: rgba(0, 0, 0, 0.5);
    background-size:cover;*/
    /* background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%); */
    /* background-image: linear-gradient(to top, #09203f 0%, #537895 100%); */
    /* 	 	 background: url("../webapp/images/BGCHECK.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
 */

    /* 	background: url("../webapp/images/background_checks_light.png") no-repeat
        bottom fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
 */
    /* 	background: url("../webapp/images/background_checks_light.png") no-repeat
        bottom fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
 */
    /* 	background-color: #23282D;
    color: white;
 */
}

.bodybanner {
    position: absolute;
    top: 26px;
    left: 0px;
    text-align: center;
    width: 100%;
}

.bodybannertan {
    background-image: url("../../../../../webapp/images/banner_tan.jpg");
    background-repeat: repeat;
    background-position: 50% 0%;
}

.bodybannerbluegrad {
    color: white;
    background-color: #0A2037;
    font-weight: bold;
    font-size: 24px;
    font-family: arial, 'lucida console', sans-serif;
}

.bodybannerdarkblue {
    color: white;
    background-color: #3D568C;
    font-size: 18px;
    font-family: arial, 'lucida console', sans-serif;
    font-weight: bold;
    font-style: italic;
}

.bannersubtitle {
    color: black;
    font-size: 18px;
    font-family: arial, 'lucida console', sans-serif;
    font-weight: bold;
    font-style: italic
}

.bodymaindiv {
    position: absolute;
    top: 30px;
    left: 0px;
}

.bodymaindivcenter {
    position: absolute;
    top: 30px;
    left: 0px;
    text-align: center;
    width: 100%;
}

.bodycontentdiv {
    position: absolute;
    top: 30px;
    left: 128px;
    right: 0px;
    text-align: center;
}

.bodybelowbannerdiv {
    position: absolute;
    top: 100px;
    left: 0px;
    right: 0px;
    width: 100%
}

.bodymodaldivcenter {
    position: absolute;
    top: 27px;
    left: 0px;
    text-align: center;
    width: 100%;
}

/* for menu button rollover effect */
.imgopacity {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    -khtml-opacity: 0.8;
}

.imgopacity:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -khtml-opacity: 1;
}

/* Wicket Datatable tags follow: */
.odd {
    color: Black;
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
}

.even {
    color: Black;
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
    background-color: #d9d9d9
}

.dataTableAlignCtr {
    border: 2px inset Gray;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto
}

.headers {
    color: Black;
    font-size: 11pt;
    font-weight: bold;
    padding: 2pt;
    text-align: center;
}

.navigation {
    color: #BBEEFF;
    font-size: 11pt;
    font-weight: bold;
    background-color: DarkGray;
    padding: 2pt;
    text-align: center;
}

.dataTableCellNoWrap {
    white-space: nowrap;
}

a.link {
    color: DarkBlue;
    text-decoration: underline;
}

/* For Credit Card Charge Form (to match Cybersource */
.cybsTableAlignCtr {
    font-family: Arial, sans-serif;
    border: 0px;
    border-collapse: collapse;
    margin: 10px;
    padding: 10px;
    text-align: left
}

.cybsBody {
    font-family: Arial, sans-serif;
    color: Black;
    font-size: 10pt;
    background-color: white;
    padding: 1px;
    text-align: left;
}

.cybsHead {
    font-family: Arial, sans-serif;
    color: white;
    font-size: 10pt;
    font-weight: bold;
    background-color: #899FCC;
    padding: 1px;
    text-align: left;
}

.cybsLabel {
    font-family: Arial, sans-serif;
    color: Black;
    font-size: 10pt;
    font-weight: normal;
    background-color: white;
    padding: 1px;
    text-align: left;
}

.cybsLabelRequired {
    font-family: Arial, sans-serif;
    color: #003399;
    font-size: 10pt;
    font-weight: bold;
    background-color: white;
    padding: 1px;
    text-align: left;
}

/* for fieldset groups */
.groupBody {
    color: Black;
    font-size: 10pt;
    padding: 2pt;
    text-align: left;
}

.groupBodyAlignRt {
    color: Black;
    font-size: 10pt;
    padding: 2pt;
    text-align: right;
}

.groupHint {
    color: Black;
    padding: 2pt;
    text-align: left;
}

.groupLabel {
    color: Black;
    font-size: 10pt;
    font-weight: bold;
    padding: 2pt;
    text-align: left;
}

.groupTitle {
    color: Gray; /* # is for IE only*/
    # position: absolute;
    # top: -.5em;
    # left: .2em;
    font-size: 11pt;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.groupFrame {
    padding: 0;
    position: relative;
    margin: -20px 0 1em 0; /*FF*/
    # margin: -10px 0 1em 0; /*IE*/
    background-color: #F0F0F0;
}

.groupHeadSpace {
    color: Black;
    font-size: 1pt;
    margin: 0;
    padding: 0px;
    # padding: 4px /*IE*/
}

.groupSubFrame {
    padding: 0;
    position: relative;
    margin: -20px 0 1em 0; /*FF*/
    # margin: -10px 0 1em 0; /*IE*/
    background-color: #F0F0F0;
}

.reportTable {
    border: 2px inset #D0D0D0;
    border-collapse: collapse;
    border-color: gray;
    padding: 5px;
    margin-left: auto;
    margin-right: auto
}

.reportHeading {
    font-size: 11pt;
    font-weight: bold;
    border: 1px;
    border-color: gray;
    border-style: solid;
    padding: 5px;
    text-align: center;
}

.reportCell {
    font-size: 10pt;
    border: 1px;
    border-color: gray;
    border-style: solid;
    padding: 5px;
    text-align: right;
}

.reportCellLight {
    color: gray;
    font-size: 10pt;
    border: 1px;
    border-color: LightGray;
    border-style: solid;
    padding: 2px 5px 2px 5px;
    text-align: right;
}

.borderCell {
    padding: 5px;
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: gray;
}

.formRequired {
    color: Red;
    font-size: 11pt;
    font-weight: bold
}

.formTreeTableAlignCtr {
    border: 2px inset #D0D0D0;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto
}

.formTreeBody {
    color: Black;
    font-size: 11pt;
    background-color: white;
    padding: 2pt;;
    text-align: left;
}

.formTableAlignCtr {
    border: 2px inset #D0D0D0;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    width: 75% !important;
}

.formTableAlignCtrLogin {
    border: 2px inset #D0D0D0;
    margin-left: auto;
    margin-right: auto;
    width: 25% !important;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px gray;
}

.formTableAlignCtrLogin table tr td {
    padding: 5px;
}

.formWrapperAlignCtr {
    border: 0px inset #D0D0D0;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto
}

.formBodyLight {
    color: Black;
    font-size: 10pt;
    background-color: white;
    padding: 2pt;
    text-align: left;;
    opacity: 0.62;
    filter: alpha(opacity=62)
}

.formBodyAlignCtrLight {
    color: Black;
    font-size: 10pt;
    background-color: white;
    padding: 2pt;
    text-align: center;
    opacity: 0.62;
    filter: alpha(opacity=62)
}

.formLabelAlignRtLight {
    color: Black;
    font-size: 10pt;
    font-weight: bold;
    background-color: white;
    text-align: right;
    opacity: 0.62;
    filter: alpha(opacity=62);
}

.formBody {
    color: Black;
    background-color: white;
    padding: 2pt;;
    text-align: left;
}

.formBodyAlignCtr {
    color: Black;
    background-color: white;
    padding: 2pt;;
    text-align: center;
}

.formBodyAlignRt {
    color: Black;
    background-color: white;
    padding: 2pt;;
    text-align: right;
}

.formHeadAlignCtr {
    color: #BBEEFF;
    font-size: 10pt;
    font-weight: bold;
    background-color: #3D568C;
    padding: 2pt;
    text-align: center;
}

.formHints {
    color: Black;
    font-weight: normal;
    background-color: white;
    padding: 2pt;;
    text-align: left;
}

.formLabel {
    color: Black;
    font-size: 12px;
    background-color: white;
    text-align: left;
}

.formLabelAlignCtr {
    color: Black;
    font-weight: bold;
    background-color: white;;
    text-align: center;
}

.formLabelAlignRt {
    color: Black;
    font-weight: bold;
    background-color: white;;
    text-align: right;
}

.formMenuAlignCtr {
    color: Black;
    font-size: 12pt;
    font-weight: bold;
}

.formauditlabel {
    color: Black;
    font-size: 7pt;
    font-weight: bold;;
}

.formauditvalue {
    color: Black;
    font-size: 7pt;
    font-weight: normal;;
}

.formspacermin {
    color: Black;
    font-size: 2pt;
    font-weight: normal;;
}

/* system notes */
.user-note {
    color: #39c;
    font-style: italic;
    padding: 5px 0 5px 35px;
}

.warning-note {
    color: #000;
    font-style: italic;
    padding: 5px 1px 5px 35px;
    border: 1px solid #f90;
}

.error-note {
    color: #c00;
    font-style: italic;
    padding: 4px 1px 5px 35px;
    border: none;

}

.confirm-note {
    color: #000;
    font-style: italic;
    padding: 4px 1px 5px 35px;
    border: none;

}

.denied-note {
    color: #000;
    font-style: italic;
    padding: 4px 1px 5px 35px;
    border: none;

}

.system-note {
    color: #c00;
    padding: 5px 1px 5px 33px;
    border: none;

}

.subhead2 {
    font-weight: bold;
    color: blue;
    text-decoration: underline;
}

/* end sytem notes */
.inputFieldError {
    color: Black;
    background-color: #FFCCCC !important;
    padding: 1pt;
}

.inputFieldErrorMsg {
    color: red;
    font-size: 0.8em;
}

.inputFieldNormal {
    color: Black;
    background-color: White;
    padding: 1pt;
    border: 2px inset #D0D0D0;
}

.inputFieldDisabled {
    color: Black;
    background-color: #DDDDDD;
    padding: 1pt;
    border: 2px inset #D0D0D0;
}

.inputFieldReadOnly {
    color: Blue;
    background-color: #DDDDDD;
    padding: 1pt;
    border: 2px inset #E0E0E0;
    readonly: readonly;
}

.inputFieldReadOnlyIE {
    color: #d0d0d0;
    background-color: white;
    padding: 1pt;
    border: 2px inset #E0E0E0;
    readonly: readonly;
}

.inputFieldDisabled {
    color: Blue;
    background-color: #dddddd;
    padding: 1pt;
    border: 2px inset #E0E0E0;
}

.inputFieldDisabledIE {
    color: #d0d0d0;
    background-color: white;
    padding: 1pt;
    border: 2px inset #E0E0E0;
}

.inputFieldTooltip {
    color: Black;
    font-weight: normal;
    padding: 0px;
    padding-left: 35px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 35px;
    background-image: url("../../../../../webapp/images/alert_warning.gif");
    background-repeat: no-repeat;
}

.spacermin {
    color: Black;
    font-size: 2pt;
    padding: 0px;
    margin: 0;
}

.warrantTooltip {
    color: Black;
    font-size: 14pt;
    font-weight: bold;
    padding: 0px;
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 35px;
}

.rvwRowGray {
    color: Black;
    font-size: 10pt;
    border-style: solid;
    border-width: 0 0 0 0;
    border-collapse: collapse;
    border-spacing: 0px;
    background-color: #E0E0E0;
    padding: 4pt;
    text-align: left;
}

.rvwRowGrayBorder {
    color: Black;
    font-size: 10pt;
    border-style: solid;
    border-width: 0 0 0 0;
    border-collapse: collapse;
    border-spacing: 0px;
    background-color: #E0E0E0;
    padding: 4pt;
    text-align: left;
}

.rvwRowWht {
    color: Black;
    font-size: 10pt;
    border-style: solid;
    border-width: 0 0 0 0;
    border-collapse: collapse;
    border-spacing: 0px;
    background-color: #F0FFF0;
    padding: 4pt;
    text-align: left;
}

.rvwRowWhtBorder {
    color: Black;
    font-size: 10pt;
    border-style: solid;
    border-width: 0 0 0 0;
    border-collapse: collapse;
    border-spacing: 0px;
    background-color: #F0FFF0;
    padding: 4pt;
    text-align: left;
}

.hints {
    color: Black;
    padding: 1px;
    margin: 0;
}

.warning {
    color: Red;
    font-size: 10pt;
    font-weight: bold;
}

.important {
    color: Red;
    font-size: 10pt;
    font-weight: normal;
}

.instruction {
    color: Black;
    font-size: 10pt;
    font-weight: normal;
}

td.tooltip {
    color: Black;
    font-size: 10pt;
    font-weight: normal;
    padding: 0px;
    padding-left: 35px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 35px;
    background-image: url("../../../../../webapp/images/alert_warning.gif");
    background-repeat: no-repeat;
}

.pageTable {
    padding: 0px;
}

.pageLeftNav {
    padding: 0px;
    width: 110px;
}

.pageMainBody {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    vertical-align: top;
    text-align: center
}

.pageHeadingBigAlignCtr {
    color: Black;
    font-size: 14pt;
    font-weight: bold;
    padding: 1px;
}

.rowHighlighted {
    background-color: Olive;
}

.sortable {
    color: Blue;
    font-size: 10pt;
    font-weight: bold;
    background-color: #e9e9e9;
    white-space: nowrap;
}

/* the following for the Pinellas County Status Bar Component */
.statusBarError {
    background-color: #FFCCCC;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px solid Gray;
    border-collapse: collapse;
    vertical-align: middle;
    z-index: 9999;
    top: 0px;
    width: 100%;
}

.statusBarNormal {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px solid Black;
    border-collapse: collapse;
    vertical-align: middle;
    width: 100%;
    float: left;
}

.statusBarInfo {
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px solid Gray;
    border-collapse: collapse;
    vertical-align: middle;
    width: 100%;
    float: left;
}

.statusBarWarn {
    background-color: #FFCC00;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px solid Gray;
    border-collapse: collapse;
    vertical-align: middle;
}

.statusBarImage {
    color: Orange;
    font-size: 14pt;
    font-weight: bold;
    background-color: White;
    padding: 0px;
    border: 1px solid Black;
    border-collapse: collapse;
    vertical-align: middle;
    width: 128px;
    height: 25px;
    background-image: url("../../../../../webapp/images/FDLE-logo.jpg");
}

.statusBarStats {
    color: white;
    font-size: 7pt;
    font-weight: normal;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px solid Black;
    border-collapse: collapse;
    vertical-align: middle;
    width: 1px;
}

.statusBarTable {
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0px;
    border-collapse: collapse;
}

.statusBarMsgError {
    color: red;
    background-color: white; /*#340034;*/
    font-size: 10pt;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px solid Gray;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}

.statusBarMsgNormal {
    color: green;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px solid Black;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}

.statusBarMsgInfo {
    color: blue;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px solid Gray;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}

.statusBarMsgWarn {
    color: orange;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px solid Gray;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}

.statusBarMsgImage {
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
    vertical-align: middle;
}

.dashTable {
    background-color: black;
    border: 10px inset #3D568C;
    border-collapse: collapse;
    text-align: left;
}

.dashTableV2 {
    background-color: black;
    border: 10px inset #3D568C;
    text-align: left;
}

.dashCell {
    padding: 2px 2px 2px 2px;
    border: 0px solid Gray;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: left;
}

.dashLabel {
    color: White;
    font-size: 10pt;
    font-weight: normal;
}

.dashHint {
    color: Gray;
    font-weight: normal;
}

.dashArrow {
    color: #C0C0C0;
    font-size: 18pt;
    font-weight: bold;
    position: relative;
    top: -3px;
}

/* For Credit Card Charge Form (to match Cybersource */
.cybsTableAlignCtr {
    font-family: Arial, sans-serif;
    border: 0px;
    border-collapse: collapse;
    margin: 10px;
    padding: 10px;
    text-align: left
}

.cybsBody {
    font-family: Arial, sans-serif;
    color: Black;
    font-size: 10pt;
    background-color: white;
    padding: 1px;
    text-align: left;
}

.cybsHead {
    font-family: Arial, sans-serif;
    color: white;
    font-size: 10pt;
    font-weight: bold;
    background-color: #899FCC;
    padding: 1px;
    text-align: left;
}

.cybsLabel {
    font-family: Arial, sans-serif;
    color: Black;
    font-size: 10pt;
    font-weight: normal;
    background-color: white;
    padding: 1px;
    text-align: left;
}

.cybsLabelRequired {
    font-family: Arial, sans-serif;
    color: #003399;
    font-size: 10pt;
    font-weight: bold;
    background-color: white;
    padding: 1px;
    text-align: left;
}

/* TAB PANEL STYLES */
div.tabpanel div.tab-row {
    float: left;
    width: 100%;
    background: #DAE0D2 url("../../../../../webapp/images/tabs/bg.gif") repeat-x bottom;
    line-height: normal;
}

/* This sets the size of the grey background (top band height - and how far to the right the first tab is pushed */
div.tabpanel div.tab-row ul {
    margin: 0;
    padding: 5px 10px 0;
    list-style: none;
}

/* Spacing between tabs, which must coorelate with the image, so must be 9 */
div.tabpanel div.tab-row li {
    float: left;
    background: url("../../../../../webapp/images/tabs/left.gif") no-repeat left top;
    margin: 0;
    padding: 0 0 0 9px;
}

/* padding t r b l where
   t= overall height of tab - addes space above text
   r= extra spacing to right of text on tab
   b= overall height of tab - adds space below text (but the height of the "on" tab doesn't extend properly, must use 4px) 
   l= extra spacing to left of text on tab
*/
div.tabpanel div.tab-row a {
    display: block;
    background: url("../../../../../webapp/images/tabs/right.gif") no-repeat right top;
    padding: 5px 15px 4px 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 9pt;
    white-space: nowrap;
    color: white;
}

div.tab-panel {
    clear: left;
}

div.tabpanel div.tab-row a:hover {
    color: #A70303;
}

div.tabpanel div.tab-row li.selected {
    background-image: url("../../../../../webapp/images/tabs/left_on.gif");
}

div.tabpanel div.tab-row li.selected a {
    background-image: url("../../../../../webapp/images/tabs/right_on.gif");
    color: #333;
    padding-bottom: 5px;
}

/* END TAB PANEL STYLES */

/*
Mihir - Wicket 8 Migration - CSS Upgrades
*/
/* .im table td div input[type="text"] {
	width: 178px !important;
	border: 1px solid gray !important;
	padding: 0px !important;
}

.im-grid table tbody:hover {
	background-color: gray !important;
}
 */
.editable-grid-cell table td input[type="text"] {
    width: 180px !important;
    border: none !important;
    padding: 0px !important;
}

/* .im table tfoot td div input[type="text"] {
	padding: 0px !important;
	padding: 0px !important;
}

.im-grid caption {
	box-shadow: 0px 0px 0px 1px;
}
 */
/* .im table .headers {
	background-color: white;
	background-image: url("../webapp/images/vista-bg-grey.png");
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: 1px solid white;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #ddd;
	font-weight: normal;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

.im table td {
	font-size: 0.95em;
}

.im-pseudo-link {
	color: blue !important;
	text-decoration: underline !important;
}

.im-edit {
	width: 150px;
}

.im table .headers th {
	background-color: white !important;
	box-shadow: 0px 1px 1px 1px gray;
	border: none !important;
	color: #000033;
	font-size: 0.95em;
	font-weight: bold;
	text-align: center;
	padding: 7px !important;
}

.im table tbody tr:hover {
	background-color: #E5F4FD !important;
}

.im table tbody tr .navigator:hover {
	background-color: #FFFFFF !important;
}

.im .even {
	background-color: white;
}

.im .even:hover {
	gackground-color: lightsteelblue !important;
}

.im .odd {
	background-color: #f6f6f6;
}

.im .odd:hover {
	gackground-color: lightsteelblue !important;
}

.im table .headers a {
	color: #000000;
	text-decoration: none !important;
}

.im table .headers a:hover {
	color: blue !important;
	text-decoration: none !important;
}

.im table .headers th:hover {
	background-image: url("../webapp/images/vista-bg-blue2.png");
	background-position: bottom;
	background-repeat: repeat-x;
	color: blue !important;
}

.im_orderDown {
	background: url("../webapp/images/sort_desc.gif") right no-repeat;
	background-position: 100% 50%;
	background-position-x: 100%;
	background-position-y: 50%;
}

.im_orderUp {
	background: url("../webapp/images/sort_asc.gif") right no-repeat;
	background-position: 100% 50%;
	background-position-x: 100%;
	background-position-y: 50%;
}

.im_orderNone {
	background-image: url(../webapp/images/arrow_off.png);
}

 */
/**
Table inmethod grid and tables
**/
div .imxt-vista {
    box-shadow: 1px 1px 1px 0px grey;
    border-radius: 5px;
}

div.imxt-vista table.imxt-head th {
    font-size: 14px !important;
    word-break: normal !important;
}

div.imxt-vista table.imxt-head th {
    font-size: 14px !important;
    word-break: normal !important;
}

form.imxt-form {
    border-width: 0px;
    margin: 0px;
    padding: 0px;
}

fieldset.imxt-fieldset {
    border-width: 0px;
    margin: 0px;
    padding: 0px;
}

/*
 * Vista theme
 */
div.imxt-vista {
    background-color: white;
    border: 1px solid #ddd;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica;
    font-size: 0.9em;
    border-radius: 4px;
    box-shadow: 2px 2px 1px 1px gray;
    width: 90% !important;
}

div.imxt-vista table {
    width: 100%;
    font-size: 9pt !important;
}

div.imxt-vista div.imxt-head-container {
    border-top: 1px solid white;
    border-bottom: 1px solid #bbb;
    border-color: orange;
}

div.imxt-vista div.imxt-head-container1 {
    background-color: #F7F8FA;
}

div.imxt-vista div.imxt-body-container1 {

}

div.imxt-vista table.imxt-head th div.imxt-a {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 0.2em;
    text-align: left;
    font-size: 0.9em;
    font-weight: bold;
}

div.imxt-vista table.imxt-head tr.imxt-columns {
    background-color: white;
    background-repeat: repeat-x;
    background-position: bottom;
    background-image: url("img/vista-bg-grey.png");
}

div.imxt-vista table.imxt-head th {
    border-right: 1px solid #ddd;
    background-position: bottom;
    background-repeat: repeat-x;
    font-weight: normal;
    color: black;
    padding: 2px;
    width: 100%;
}

div.imxt-vista table.imxt-head th a.imxt-sort-header {
    color: black;
}

div.imxt-vista table.imxt-head th.imxt-prelight a.imxt-sort-header:hover {
    color: blue;
}

div.imxt-vista table.imxt-head th.imxt-sorted {
    background-color: #F2F9FC;
    background-image: url("img/vista-bg-blue1.png");
}

div.imxt-vista table.imxt-head th.imxt-prelight {
    background-color: #E3F7FF;
    background-image: url("img/vista-bg-blue2.png");
}

div.imxt-vista table.imxt-head th.imxt-padding div.imxt-a {
    border-right: none;
}

div.imxt-vista tr.imxt-odd {
    background-color: #fbfbfb;
}

div.imxt-vista tr.imxt-even td.imxt-sorted {
    background-color: #f9f9f9;
}

div.imxt-vista tr.imxt-odd td.imxt-sorted {
    background-color: #f6f6f6;
}

div.imxt-vista tr.imxt-prelight td.imxt-cell, div.imxt-vista tr.imxt-prelight td.imxt-sorted {
    background-color: #EFFAFF;
    padding: 5px;
}

div.imxt-vista tr.imxt-grid-row:hover td.imxt-cell, div.imxt-vista tr.imxt-grid-row:hover td.imxt-sorted {
    background-color: #EFFAFF
}

div.imxt-vista tr.imxt-selected td.imxt-cell, div.imxt-vista tr.imxt-selected td.imxt-sorted,
div.imxt-vista tr.imxt-selected:hover td.imxt-cell, div.imxt-vista tr.imxt-selected:hover td.imxt-sorted {
    background-color: #DFF1FF;
    border-bottom: 1px solid #f9f9f9;
}

div.imxt-vista td.imxt-cell {
    border-right: 1px solid #ddd;
    padding: 0.2em;
    /*padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.2em;*/
    border-bottom: 1px solid #eee;
}

div.imxt-vista td.imxt-select {
    padding-top: 0px;
    padding-bottom: 0px;
}

div.imxt-vista tr.imxt-odd, div.imxt-vista tr.imxt-even {

}

div.imxt-vista table.imxt-body td.imxt-prelight, div.imxt-vista table.imxt-body tr:hover td.imxt-prelight {
    background-color: #BFE4FF;
}

div.imxt-vista table.imxt-body td.imxt-edited-cell {

}

div.imxt-vista table.imxt-body td.imxt-edited-cell input {
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    background-color: white;
    display: block;
    float: left;
}

div.imxt-vista table.imxt-body td.imxt-edited-cell input.imxt-invalid {
    background-color: red;
    color: yellow;
    font-weight: bold;
}

div.imxt-grid tr {
    /* try to turn on has layout on IE, helps a lot with IE6, less with IE7 */
    _height: 0.1% !important;
}

/*
	Default form components styling
*/

/* input[type="text"] {
	display: inline-block;
	padding: 1px;
	border: solid 1px #808080;
	transition: box-shadow 0.3s, border 0.3s;
	border-radius: 3px;
	width: 150px;
	height:25px;
	font-size:1em;	
	width: 150px\9;
	height:25px\9;
	*width:150px;
	*height:25px;
	font-weight:bold;
}

input.text {
	display: inline-block;
	padding: 1px;
	border: solid 1px #808080;
	transition: box-shadow 0.3s, border 0.3s;
	border-radius: 3px;
	width: 150px;
	height:25px;
	font-size:1em;
	width: 150px\9;
	height:25px\9;
	*width:150px;
	*height:25px;
	font-weight:bold;
}

input[type="text"]:focus {
	border: solid 1px #0000FF;
	box-shadow: 0 0 5px 1px #969696;
}

input[type="password"] {
	display: inline-block;
	padding: 1px;
	border: solid 1px #808080;
	transition: box-shadow 0.3s, border 0.3s;
	border-radius: 3px;
	background-color: lightgray;
	height:25px;
	width:150px;
	width: 150px\9;
	height:25px\9;
	*width:150px;
	*height:25px;
	font-size:1em;
	font-weight:bold;
}

input[type="password"]:focus {
	background-color: white;
	border: solid 1px #0000FF;
	box-shadow: 0 0 5px 1px #969696;
}
 */
.checkbox-bg {
    width: 24px;
    height: 24px;
    background-color: navy;
    box-shadow: 0px 0px 2px 2px gray;
    border-radius: 3px;
}

input[type="checkbox"] {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 3px 3px 3px 3px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 10px;
}

/** Check box - sliding ** /

/**
 * Checkbox Slide
 */
.checkbox-slide {
    width: 120px;
    height: 40px;
    background: #333;
    margin: 20px 60px;
    border-radius: 50px;
    position: relative;
}

/**
 * Create the line for the circle to move across
 */
.checkbox-slide:before {
    content: 'Yes';
    position: absolute;
    top: 12px;
    left: 13px;
    height: 2px;
    color: #26ca28;
    font-size: 16px;
}

.checkbox-slide:after {
    content: 'No';
    position: absolute;
    top: 12px;
    left: 84px;
    height: 2px;
    color: red;
    font-size: 16px;
}

/**
 * Create the circle to click
 */
.checkbox-slide label {
    display: block;
    width: 52px;
    height: 22px;
    border-radius: 50px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: 9px;
    z-index: 1;
    left: 12px;
    background: #ddd;
}

/**
 * Create the click event for the checkbox
 */
.checkbox-slide input[type="checkbox"]:checked + label {
    left: 60px;
    background: #26ca28;
}

::-moz-selection { /* Code for Firefox */
    color: red;
    background: yellow;
}

::selection {
    color: red;
    background: yellow;
}

/** Check box - sliding ** /
/* input[type="checkbox"]{
    height:20px;
    width:20px;
    border:1px solid black;
}
 */
.input [type="radio"] {
    width: 25px;
    height: 25px;
}

.redio {

}

.redio label {
    padding-right: 20px;
    vertical-align: bottom;
}

/* select {
	
	padding: 2px;	
	border:1px solid gray !important;
	border-radius: 3px;	
	height:22px !important;
	font-size:1em;
	font-weight:bold !important;
}

select:disabled{
	background-color:rgb(235, 235, 228);;
}

select:focus {
	border: solid 1px #0000FF;
	box-shadow: 0 0 5px 1px #969696;
}

select option{
	
	width:250px !important;
}
 */
button {
    /* padding: 10px; */
    border: 1px solid transparent !important;
    /* background-color: #1578c9 !important; */
    border-radius: 5px !important;
    font-size: 18px !important;
    box-shadow: 1px 1px 1px 1px gray;
    color: white !important;
    letter-spacing: 2px;
    /* background: linear-gradient(180deg, #000000, #7e7e7e) !important; */
    background: linear-gradient(to bottom, #1578c9 0%, #0b66b1 100%) !important;
}

button:disabled {
    border: none !important;
    border-radius: 3px;
    box-shadow: 1px 1px 1px 1px gray;
    color: white !important;
    letter-spacing: 2px;
    /* background: rgb(204,204,204);
    background: linear-gradient(123deg, rgba(204,204,204,1) 0%, rgba(136,136,144,1) 100%, rgba(0,212,255,1) 100%); */
    background: lightgray !important;
    color: white !important;
    cursor: not-allowed;
    pointer-events: all !important;
}

button:hover {
    background: linear-gradient(to top, #1578c9 10%, #0b66b1 100%) !important;
}

/* button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
  background: linear-gradient(45deg, #000000, #7e7e7e) !important;
	
}
 */
button .glyphicon {
    /* vertical-align: middle;  */
    font-weight: bold;
    /* font-size: 20px; */
    padding-right: 5px;
}

.text-submit {
    color: lightgreen;
}

.txt-reset {
    color: orange;
}

.text-cancel {
    color: red;
}

.text-back {
    color: lightblue;
}

.text-link {
    color: blue;
    text-decoration: underline;
    /* font-size: 14px; */
    color: blue;
    font-weight: bold;
}

.text-black {
    color: black;
}

.text-regular {
    color: lightblue;
}

.text-error {
    color: red;
}

input[type="submit"] {
    /* padding: 10px; */
    border: none !important;
    /* background-color: #1578c9; */
    border-radius: 3px;
    font-size: 16px;
    box-shadow: 1px 1px 1px 1px gray;
    color: white;
    letter-spacing: 2px;
    background: linear-gradient(180deg, #7e7e7e, #000000) !important;
}

input[type="submit"]:hover {
    box-shadow: 1px 1px 0px 0px gray;
    text-decoration: underline;
}

/* input[type="submit"]:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
 */
input[type="button"] {
    /* padding: 10px; */
    border: none !important;
    background-color: #1578c9;
    border-radius: 3px;
    font-size: 16px;
    box-shadow: 1px 1px 1px 1px gray;
    color: white;
    letter-spacing: 2px;
    /* background: linear-gradient(180deg, #7e7e7e, #000000) !important; */
}

/* input[type="button"]:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
} */
input[type="button"]:hover {
    box-shadow: 1px 1px 0px 0px gray;
    text-decoration: underline;
}

.buttonAsLink {
    cursor: hand;
}

.buttonAsLink:hover {
    text-shadow: 1px;
}

input[type="submit"] .buttonAsLink {
    width: 200px !important;
}

input[type="submit"] .buttonAsLink:hover {
    background: lightsteelblue;
    border: 2px ridge silver !important;
    box-shadow: 0px 3px 3px #000033 !important;
}

.app-sm-tile {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 1px 1px 1px 1px gray;
}

.app-sm-tile span {
    color: black;
}

.app-sm-tile-label {
    float: right;
    position: absolute;
    font-size: 13px;
    text-align: center;
    color: blue !important;
    text-decoration: underline;
}

.app-data-table {

}

.app-data-table table td {
    padding: 2px !important;
}

.dataTables_length select {
    height: auto !important;
}

div.imxt-paging-navigator a:active {
    background-color: #4CAF50 !important;
    color: white !important;
}

div.imxt-paging-navigator span.imxt-navigator-float a:active {
    background-color: #4CAF50 !important;
    color: white !important;
}

.imxt-paging-navigator-button {
    padding: 0.0em 0.3em;
    border: 1px solid transparent;
    _border: 1px solid #FCFCFC;
}

a.imxt-paging-navigator-button {
    text-decoration: none;
    color: black;
    -moz-outline: none;
}

a.imxt-paging-navigator-button active {
    background-color: #4CAF50 !important;
    color: white !important;
}

a.imxt-paging-navigator-button {
    text-decoration: none;
    color: black;
    -moz-outline: none;
}

span.imxt-navigator-float span.imxt-paging-navigator-button {
    border: 1px solid #95D5EF;
    background-color: #E3F7FF;
    margin: 0px;
}

span.imxt-navigator-float span.imxt-paging-navigator-button em {
    color: black;
}

a.imxt-paging-navigator-button:hover {
    background-color: #EFFAFF;
    border: 1px solid #CFF1FF;
    margin: 0px;
}

span.imxt-navigator-float span.imxt-paging-navigator-button {
    border: 1px solid #95D5EF;
    background-color: #E3F7FF;
    margin: 0px;
}

/**
	DataTables CSS Overwrite
**/
.app-table {

}

.app-table table tr {
    border: 3px solid black;
    border-radius: 5px;
}

.dataTables_wrapper .dataTables_info {
    background-color: lightgray;
}

.dataTables_wrapper .dataTables_paginate {
    background-color: lightgray;
}

.dataTable thead {
    background-color: lightgray;
    color: white;
    font-size: 14px;
}

.dataTable thead a {
    color: navy !important;
}

.dataTables_wrapper {
    background-color: lightgray;
    padding: 5px;
    border-radius: 3px;
}

.dataTables_filter input[type="search"] {
    border-radius: 3px !important;
    border: none !important;
}

.table-responsive .table thead tr th {
    color: navy !important;
    /* text-align:center; */
}

table.dataTable thead .sorting {
    background-color: darkgray;
    color: white;
}

table.dataTable thead .sorting_asc {
    background-color: lightblue;
    color: navy !important;
}

table.dataTable thead .sorting_desc {
    background-color: lightblue;
    color: navy !important;
}

table.dataTable tbody tr:hover > td {
    border: 1px solid gold;
}

table.dataTable > tbody > tr.child {
    background-color: #DCDCDC;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
    /* border-bottom: 5px solid navy; */
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child {
    border-bottom: 5px solid navy;
    border-radius: 5px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 5px;
    padding-top: 5px;
    font-weight: bold;
    width: 16px;;
    content: '+'; /* '\2295'; */
    background: none;
    color: green;
    font-family: 'Courier New', Courier, monospace;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    font-size: 35px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    top: 5px;
    padding-top: 5px;
    font-weight: bold;
    width: 16px;
    content: '-'; /* '\2295'; */
    background: none;
    color: red;
    font-family: 'Courier New', Courier, monospace;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    font-size: 35px;
}

table.dataTable tbody tr.parent {
    border-top: 2px solid navy !important;
}

/*
   Not bootstrap classes.
*/
/*.container {
	padding-left: 2px;
	padding-right: 2px;
}*/

.header-bar {
    background-color: lightgray;
    border-bottom: solid 5px teal;
    height: 200px;
    width: 100%;
}

.footer-bar {
    background-color: lightgray;
    border-top: solid 5px teal;
    height: 50px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    text-align: center;
    font-size: 12px;
}

.table-responsive {
    width: 100%;
    position: relative;
    margin-top: 20px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px gray;
}

.table-responsive a {
    color: #0d3d9e;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a {

}

.navbar-default .navbar-nav > li > a:hover {
    color: #1863e6;
    text-decoration: underline;
    border: none;
}

.navbar li {
    /* padding: 3px; */
    /* border-left:1px solid orange; */

}

.navbar li a {
    border: none;
    font-size: 1em;
    transition: color 0.5s ease;
    border-radius: 0px;
}

.glyphicon {
    font-size: 1em;
    font-family: 'Glyphicons Halflings' !important;
}

.navbar li a [class^='glyphicon-'] {
    font-size: 1.5em;
    padding: 10px;
    font-family: Helvetica;
}

.home-pg {

}

.home-pg img {
    width: 3em;
    height: 3em;
    border: 3px solid transparent;
    border-radius: 7px;
}

img {
    background: white;
    border-radius: 2px;
    padding: 2px;
    border-radius: 10px;
}

/* applies to GIF and PNG images; avoids blurry edges */
img[src$=".gif"], img[src$=".png"] {
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > a:hover {
    border: none;
    color: white;
    /* color: white; */
    /* border: 1px solid #000d1a; */
    border-bottom: 1px solid orange;
}

.navbar-inverse .navbar-toggle {
    background: black;
}

.navbar-inverse .navbar-toggle:hover {
    background: black;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle {
    background: #340034;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: #340034;
}

.navbar-brand {
    padding: 2px;
    font-size: 1em;
}

.navbar-nav > li > a {
    margin: 6px 3px;
}

.menu-content {
    left: 0px;
    margin: 0px auto;
    border: none;
}

.menu-content-bottom {
    left: 0px;
    margin: 0px auto;
    border: none;
    /* font-size:12px; */
    border-top: 2px solid orange;
    z-index: 99999999;
    bottom: -10px;
    /* 	padding-bottom:0px;
    padding-top:0px;
    height:20px;
 */
}

.menu-content-bottom .navbar-header .navbar-toggle {
    padding: 5px;
    margin: 3px;
}

.menu-content-bottom:after {
    left: 0px;
    margin: 0px auto;
    border: none;
    font-size: 11px;
    background: white;
}

.menu-bar {
    top: 0px;
    right: 0px;
    width: 100%;
    margin: 0px auto;
    z-index: 99999;
    background: #1578c9;
    background-repeat: no-repeat;
    background-position-y: top;
    background-size: 300px 60px;
    /*height: 65px;*/
}

.menu-bar .menu-content {
    /* 	background-repeat: no-repeat;
        background-position-y: top;
        background-size: 300px 60px;*/
    /*background:#1578c9;*/
    /* background: linear-gradient(to bottom, #1578c9 0%, #0b66b1 100%); */
    /* background-repeat: no-repeat; */
    /* background-position-y: top; */
    /*background-size: 300px 60px;*/
    /*height: 65px;
    width:50%;
    float:right;*/
}

.menu-bar a:hover {
    color: white;
}

.menu-bar .navbar-default .navbar-nav > li > a {
    background: #0f446c; /*transparent*/; /*#165686*/; /*#340034;*/
    color: lavender;
    margin-right: 5px;
    font-family: Helvetica, 'Glyphicons Halflings' !important;
    /* font-size: 20px; */
    /* border-radius:35px; */
    /* border-bottom: 1px solid orange; */
    /* 	border-radius: 50px;
    border: 5px solid lightgray;
    height: 50px;
 */
}

.menu-bar .navbar-default .navbar-nav > li > a:hover {
    background: white;
    color: #340034;
}

.menu-bar .glyphicon {
    font-size: 1.2em;
}

.menu-bar .navbar-toggle {
    background-color: orange !important;
    border-radius: 20px;
    padding: 0px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.menu-bar .navbar-inverse .navbar-toggle:hover, .menu-bar .navbar-inverse .navbar-toggle:focus {
    background: orange;
}

.menu-bar .navbar-toggle .icon-bar {
    border: 2px solid white;
    width: 4px;
    border-radius: 20px;
}

.menu-bar .navbar-toggle .glyphicon {
    font-size: 16px !important;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    box-shadow: 1px 1px 2px 2px grey;
    border-radius: 5px;
    padding: 10px;
    right: 10%;
    background: black;
}

.icon-arrow {
    /* 	border: 2px solid white;
    width: 2px;
    border-radius: 20px;
    width: 2px;
 */
    display: block;
}

.menu-bar .nav .navbar-nav .navbar-right {
    border-radius: 5px;
    background: #340034;
}

.sub-menu-bar {
    position: relative;
    right: 0px;
    width: 100%;
    margin: 0px auto;
    z-index: 9999;
    padding: 0px;
}

.sub-menu-bar .menu-content {
    border-bottom: 2px solid orange;
}

.sub-menu-bar a:hover {
    color: white;
}

.navbar-nav > li > a {
    color: white !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    /*background: white;*/
    border-radius: 10px !important;
    padding-right: 20px !important;
    text-align: left;
}

.sub-menu-bar .navbar-toggle {
    float: left;
    top: 10px;
}

.sub-menu-bar .navbar-toggle .glyphicon {
    font-size: 24px !important;
    font-weight: bold;
    top: 20px;
    line-height: 1;
    position: absolute;
    left: 13%;
    box-shadow: 1px 1px 2px 2px grey;
    border-radius: 5px;
    padding: 5px;
    margin: 0px auto;
}

/* .sub-menu-bar .navbar-nav>li{
	width:100%;
}
 */
.content-bar {
    height: 2000px;
    border: 1px solid silver;
    box-shadow: 1px 1px 1px 1px white;
    top: 110px;
    width: 82%;
    left: 9%;
    position: absolute;
    background: darkgray;
}

.form-content {
    padding: 10px;
    margin: 0px auto;
    letter-spacing: 1px;
    border-radius: 5px;
    /* min-height: 600px; */
    /* background:ghostwhite; */
    /* background-image: linear-gradient(to top, #eeeeee 0%, #c1c1c1 100%); */
}

.progress-image {
    border: none;
    display: block;
    position: relative;
    width: 100%;
    /* width: 60%; */
    display: block;
    margin: 0px auto;
    border: 2px solid;
    border-radius: 5px;
    padding: 3px;
}

.steps {
    font-size: 18px;
    background: linear-gradient(to bottom, #1578c9 0%, #0b66b1 100%);
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.app_login_box {
    position: relative;
    top: 50px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.search-table {

}

.app-body {
    margin: 0px auto;
}

.app-form {

}

.app-size-m {

}

.search-criteria {

}

.search-criteria span {
    border: none !important;
    /* background: lightgray; */
    disabled: disabled;
    /* min-height: 35px; */
    font-weight: bold;
}

.search-criteria span .form-control {
    text-decoration: none !important;
}

.app-sub-accordion {

}

.app-sub-accordion a {
    font-size: 14px;
}

.search-criteria .app-sub-accordion span {
    min-height: auto !important;
    background: transparent;
}

.search-criteria .app-label-fonts {
    color: cornflowerblue;
}

.is-disabled {
    disabled: disabled;
    background: lightgray;
    border: none;
}

.app-form input[type="text"] {
    /* height: 40px; */
    /* border-radius: 5px; */
    font-size: 16px;
    /* border: 1px dotted gray; */
    border: 1px solid #C0C5C7;
    border-radius: 5px;
    /* background-color: rgb(232, 240, 254); */
}

.app-form input[type="date"] {
    line-height: inherit;
    font-size: 16px;
    /* border: 1px dotted gray; */
    border: 1px solid #C0C5C7;
    border-radius: 5px;
    /* background-color: rgb(232, 240, 254); */
}

input[type="password"] {
    /* height: 40px; */
    /* border-radius: 5px; */
    font-size: 16px;
    /* border: 1px dotted gray; */
    border: 1px solid #C0C5C7;
    border-radius: 5px;
    /* background-color: rgb(232, 240, 254); */
}

.app-form select {
    /* height: 30px; */
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #C0C5C7;
    /* border: 1px dotted gray; */
    /* border-bottom: 1px solid gray; */
    /* background-color: rgb(232, 240, 254); */
}

.app-form textarea {
    /* height: 30px; */
    /* border-bottom: 2px solid gray */;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #C0C5C7;
    /* background: ghostwhite; */
    /* background-color: rgb(232, 240, 254); */
}

.app-form label {
    text-align: right;
    vertical-align: center;
    letter-spacing: 0px;
    color: black;
    /* font-weight: bold; */
    /* color: blue; #505050; */
}

.app-label-fonts {
    font-size: 14px;
    padding-bottom: 1px;
    letter-spacing: 0px;
    color: black;
    min-height: 25px;
    top: 3px;
    /* font-weight: bold; */
    /* color: blue; #505050; */
}

.app-label {
    font-size: 14px;
    /* padding-bottom: 1px; */
    text-align: right;
    letter-spacing: 0px;
    color: black;

    /* font-weight: bold; */
    /* color: blue; #505050; */
}

.app-size-m .app-label-fonts {
    font-size: 12px;

    /* color:darkgrey; */
}

.app-size-m .app-label {
    font-size: 12px;
}

.app-size-m .form-control {
    font-size: 12px;
    /* 	background:transparent;
    border-radius:5px;
    color:black; */
}

.app-size-m .app-form input[type="text"] {
    /* 	background:transparent;
    border-bottom:2px solid gray; */
    font-size: 12px;
    font-weight: bold;
}

.app-label span {
    vertical-align: center;
}

.app-dropdown-s {

}

.app-modal-dialog-old {
}

.app-modal-dialog-old .modal-dialog-old {
    width: 50%;
    /* height: 50%; */
    top: 0px !important;
    left: 0px !important;
    /* positino: absolute; */
    overflow: auto;
    z-index: 999999999999 !important;
    -webkit-overflow-scrolling: touch;

}

.modal-dialog-old {
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
    /* positino: absolute; */
    overflow: auto;
    z-index: 999999999999 !important;
    -webkit-overflow-scrolling: touch;
}


/*.modal-dialog-old iframe {
    height: auto !important;
}*/

.modal-dialog-old .menu-bar {
    display: none;
    visibility: hidden;
}

.modal-dialog-old .menu-bar .menu-content {
    display: none;
    visibility: hidden;
}

.login-bg {
    background: url("../../../../../webapp/images/background_checks_light.png") no-repeat bottom fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.app-dropdown-s select {
    width: 70px;
}

.img-phone {
    width: 15px;
    height: 15px;
    background: navy;
}

.img-email {
    width: 22px;
    height: 15px;
    background: navy;
    border: 2px solid;
}

.app-accordion {
    /* margin-top: 20px; */
    /* This will be the value set in media queries */
    /* color: red; */
    /* text-align: center; */
    /* letter-spacing: 2px; */
    font-family: Helvetica !important;
}

.app-accordion a {
    text-decoration: underline;
    font-size: 15px;
    padding-left: 5px;
}

.result-accordion {

}

.result-field-title {

}

.result-field-title .app-label {
    top: 5px;
    font-size: 12px;
    color: gray;
    font-size: 12px;
}

a:hover {
    text-decoration: underline !important;
}

.app-accordion a:hover span {
    /* text-decoration:underline; */

}

.limited-height {

}

.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: none;
    color: blue !important;
}

.ui-accordion .ui-accordion-header {
    width: 100%;
    font-weight: bold !important;
    font-size: 14px !important;
    border: 1px solid lightgray;
    background-color: #e8e8e8 !important;
    /*top: 3px;*/
    /*background: url("../../../../../webapp/images/open2.gif") no-repeat;*/
    /*background-size: 22px 22px;*/
    /*background-position: 5px !important;*/
    /*float: left;*/
    /*text-align: center;*/

    /* box-shadow: 1px 1px 2px 2px gray;  */
}

.ui-accordion .ui-accordion-header a span {
    padding-left: 15px;
}

.ui-accordion .ui-accordion-header span {

}

.ui-accordion .ui-accordion-header .ui-icon {
    /* 	position: absolute;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity = 0);
 */

}

/*.ui-accordion .ui-accordion-header .ui-icon-triangle-1-e {
	background: url("../../../../../webapp/images/open2.gif") no-repeat;
	background-size: 22px 22px;
	background-position: 4px !important;
	!* background-position-y:top; *!
	!* border-left:2px solid gray;
	opacity:0.4; *!
	height: 25px;
	float: right;
	height: 25px;
}*/

/*
.ui-accordion .ui-accordion-header .ui-icon-triangle-1-s {
	background: url("../../../../../webapp/images/closed2.gif") no-repeat;
	background-size: 22px 22px;
	background-position: 4px !important;
	!* background-position-y:top; *!
	!* border-left:2px solid gray;
	opacity:0.4; *!
	height: 25px;
	float: right;
	height: 25px;
}
*/

.app-accordion div {
    font-size: 14px;
    letter-spacing: 1px;
}

.app-accordion div .app-label-fonts {
    font-size: 12px;
    font-weight: normal;
    /* text-align:right; */
}

.app-accordion div .app-label-fonts span {
    text-decoration: none !important;
}

.app-label-value {
    font-weight: bold;
    text-align: left;
    padding: 5px;
    min-height: 25px;
}

.app-label-value span {
    backgrond: none;
}

.ui-widget-content a {
    color: #4582ec;
    text-decoration: none;
}

.page-title {
    text-align: center;
    font-size: 13px;
    color: green;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 1px;
    position: relative;
}

.page-footer {
    text-align: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: lightgray;
    border-top: 3px solid orange;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2,
.col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5,
.col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11,
.col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}

fieldset {
    margin-top: 7px;
    /* min-width: fit-content; */
    width: 100%;
    padding: 3px;
    border: none !important;
}

fieldset legend {
    /*text-decoration:underline;*/
    background: lightgray !important;
    color: black !important;
    padding-left: 10px !important;


    /*	margin: 2px;
        margin-bottom: 5px;
        color: black;
        letter-spacing: 1px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 20px;
        padding-top: 5px;
        font-weight: bold;
        width: auto;
        border-bottom: 5px solid black;
        box-shadow: 1px 1px 3px 2px gray;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: lightgray;
        border-style: ridge;
        border-color: black;*/
}

legend {
    font-size: 18px;
}

.form-group {
    margin-bottom: 5px;
}

.form-control {
    /* font-weight: bold; */
    /* border: 1px solid gray; */
    padding: 4px 8px;
    height: auto;
    letter-spacing: 1px;
    box-shadow: none;
    /* border-radius:4px; */
    /* height: 35px; */
}

.conditional-display {
    display: none;
    font-size: 20px;
    padding: 15px;
}

.timed-out {

}

/* @media screen and (min-width:1200px) {
    body { font-size:110%; } Increase the font size
}
@media screen and (min-width:1400px) {
    html { padding:0 8%; } Reduce the container width
}
@media screen and (min-width:1600px) {
    body { font-size:125%; } Increase the font size
}
@media screen and (min-width:1800px) {
    html { padding:0 10%; } Reduce the container width
}
 */
p {
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
}

.wiz-title {
    text-align: center;
    color: blue;
    text-decoration: underline;
    letter-spacing: 2px;
    visibility: hidden;
}

.rs-content {

}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

.alert {
    /* padding: 5px;
    font-size: 14px; */

}

table thead tr th {
    color: #72828B;
    background-color: #dae8ef !important;
    border: solid 1px #C1D5DF !important;
}

table.dataTable thead .sorting_asc {
    background: url("../../../../../webapp/images/sort_asc.png") no-repeat;
    background-position-x: 90%;
    background-position-y: 9px;
    /* background-position:center; */
}

table.dataTable thead .sorting_desc {
    background: url("../../../../../webapp/images/sort_desc.png") no-repeat;
    background-position-x: 90%;
    background-position-y: 9px;
    /* background-position:center; */
}

table.dataTable thead .sorting {
    background: url("../../../../../webapp/images/sort_both.png") no-repeat;
    background-position-x: 90%;
    background-position-y: 7px;
    /* background-position:center; */
}

/* .icon-stack {
    position: relative;
}
.icon-stack .glyphicon {
    position: absolute;
} */
.candidates {

}

.candidates .ui-state-active .text-black {
    color: black !important;
}

.candidates .ui-state-active .text-link {
    /* color: white !important; */

}

.ui-state-active {
    font-weight: bold;
    font-style: italic;
    /* background: gray !important; */
    background: url("../../../../../webapp/images/closed2.gif") no-repeat !important;
    background-color: white !important;
    background-size: 22px 22px !important;
    background-position: 5px !important;
}

.ui-accordion .ui-accordion-content {
    padding: 10px;
}

.modal-table {

}

.results_help_content {

}

@media print {
    body, html, #wrapper {
        height: 100%;
    }

    .ui-accordion .ui-accordion-content {
        height: 100% !important;
    }

    .accordion .collapsed {
        height: auto !important;
    }

    .app-accordion div {
        display: block !important;
        height: 100% !important;
    }

    .alert-success {
        display: none !important;
    }

    .page-footer {
        display: none !important;
    }

    .results_help_content {
        display: block !important;
        height: 100% !important;
        max-height: 100% !important;
    }

    .navbar-collapse {
        display: none !important;
    }
}

/***
Slider
***/
* {
    box-sizing: border-box
}

/* body {
	font-family: Verdana, sans-serif;
	margin: 0
} */
.mySlides {
    /*display: none;*/
    /* padding: 50px; */
    text-align: Center;
    border-radius: 5px;
    height: 425px;
    padding: 20px;
    font-size: 14px;
    /*overflow: auto;*/
}

.mySlides_info {
    padding-bottom: 10px;
}

img {
    vertical-align: middle;
}

.app-slide {
    /* background: #F5F5F5;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px gray;
    border: 1px solid black;
    padding-bottom: 30px;
    margin-top: 10px; */
    /* padding: 30px; */
    border-radius: 5px;
    /* box-shadow: 1px 1px 2px 2px gray; */
    padding: 5px;
    font-size: 12px;
    /* background: linear-gradient(180deg, #F6F8F8, #F6F8F8) !important; */
    color: black;
}

.slide-title {
    color: black;
    font-weight: bold;
    font-size: 1.7em;
    padding-bottom: 20px;
}

.slide-title-content {
    border-radius: 5px;

    /* box-shadow:1px 1px 1px 1px gray; */
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    /*	max-height: 600px;*/
    position: relative;
    margin: auto;
    /* border-top:1px solid lightgray;
    border-right:1px solid lightgray;
    border-left:1px solid lightgray;
    border-radius:5px; */
}

/* Next & previous buttons */
.prev-slide {
    cursor: pointer;
    /* position: absolute; */
    width: auto;
    padding: 10px;
    /* 	margin-top: 20px; */
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    float: left;
}

.next-slide {
    cursor: pointer;
    /* position: absolute; */
    width: auto;
    padding: 10px;
    /* 	margin-top: 20px; */
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    float: right;
}

/* Position the "next button" to the right */
.next-slide {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev-slide:hover, .next-slide:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.app-text {
    color: black;
    margin: 0px auto;
    font-size: 14px;
    padding: 10px;
    padding-top: 10px;
    /* position: absolute; */
    bottom: 8px;
    width: 100%;
    text-align: justify;
    letter-spacing: 1px;
    height: 250px;
    overflow: auto;
    padding-bottom: 20px;
}

/* Number text (1/3 etc) */
.numbertext {
    margin: 0px auto;
    font-size: 12px;
    padding: 8px 12px;
    /* position: absolute; */
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    /* background-color: #bbb; */
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    position: relative;
    border: 2px solid #bbb;
    margin-top: 15px;
    /* margin-top: 50px; */
    background: black;
    text-align: center;
}

.app-slide .active, .dot:hover {
    background-color: white; /* #717171; */
    border: 2px solid black;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.slide-image {
    /* text-align:left; */

}

.slide-image img {
    -ms-interpolation-mode: bicubic;
    /* width: 100%;
    height: auto; */
}

@
-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }

}

@
keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }

}

@media ( min-width: 1100px) {
    .container {
        width: 90%;
    }

    .sub-menu-bar {
        width: 100%;
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }

    .app-sm-tile span .glyphicon {
        font-size: 1.5em;
    }

    .slide-image {
        text-align: center;
    }

    .slide-image img {
        width: 25%;
    }

    .menu-bar {
        /*background-size: 200px 50px;*/
    }

    .menu-bar .menubar-content {
        /*background-size: 200px 50px;*/
    }
}

@media ( min-width: 1001px) {
    .menu-bar .navbar-default .navbar-nav > li > a {
        border-radius: 35px;
    }
}

@media ( max-width: 1000px) {
    .app-sm-tile span .glyphicon {
        font-size: 1.5em;
    }

    .app-label-fonts {
        font-size: 14px;
        padding-bottom: 0px;
        padding-top: 10px;
        text-align: left;
    }

    .app-label {
        font-size: 14px;
        padding-bottom: 0px;
        padding-top: 10px;
        text-align: left;
    }

    .app_login_box {
        width: 80%;
    }

    .header-bar {
        height: 75px;
    }

    .content-bar {
        position: relative;
        top: 10px;
        width: 100%;
        left: 0%;
    }

    .form-content {
        /*  padding-top: 50px;*/
    }

    .menu-bar {
        /*	width: 100%;
            left: 0%;
            background-size: 250px 50px;*/
    }

    .menu-bar .menu-content {
        /*background-size: 250px 50px;*/

    }

    .menu-bar .navbar-brand {
        font-size: 11px;
        padding-top: 20px;
    }

    .menu-bar a:hover {
        color: black;
        text-decoration: underline;
    }

    .sub-menu-bar {
        width: 100%;
        left: 0%;
    }

    .sub-menu-bar a:hover {
        color: black;
        text-decoration: underline;
    }

    .menu-content {
        width: 100%;
    }

    .navbar-collapse {
        /* background: white; */

    }

    .navbar li a {
        transition: box-shadow 0.2s ease, color 0.5s ease;
    }

    .mySlides {
        max-height: 300px;
    }

    /* 	.glyphicon-home:before {
        padding-right: 10px;
    }
    .glyphicon-log-out:before {
        padding-right: 10px;
    }
    .glyphicon-print:before {
        padding-right: 10px;
    }
    .glyphicon-lock:before {
        padding-right: 10px;
    }
    .glyphicon-question-sign:before {
        padding-right: 10px;
    } */
    .progress-image {
        width: 100%;
    }

    .wiz-title {
        visibility: visible !important;
    }

    .rs-content {
        font-size: 12px;
    }

    .rs-content > pre {
        font-size: 12px;
    }

    .modal-dialog-old .menu-bar {
        width: 100%;
    }

    .ui-state-active {
        font-weight: bold;
        font-style: italic;
        /* background: gray !important; */
        background: none;
    }

    .ui-accordion .ui-accordion-header {
        background: none !important;
        border: 1px solid gray;
    }

    .
    .slide-image {
        text-align: center;
    }

    .slide-image img {
        width: 75%;
    }

    .slide-title {
        font-size: 1.2em;
    }

    /* 	.modal-table table thead tr th {
        display: block !important;
        width: 100% !important;
    }
    .modal-table table tbody tr td {
        display: block !important;
        width: 100% !important;
    }
    .modal-table table tr td {
        display: block !important;
        width: 100% !important;
    }
 */
    /* 	.search-criteria table tbody tr td{
        display:block;
        width:100%;
    }
 */
    /* 	.navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
 */
    /* 	.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover,
        .navbar-inverse .navbar-nav>a:hover {
        color: black;
        border: none;
    }
    .navbar-default .navbar-nav>li>a {
        font-style:inherit;
        color: black;
        font-size: 1em;
        padding-left: 5px;
        border: none;
    }
    .navbar-default .navbar-nav>li>a:hover {
        border:none;
        text-decoration:underline;
        color:black;
                opacity: 0.5;
        background-image: linear-gradient(to right, #434343 0%, black 100%);
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateX(0);

    }
    .navbar li a {
        color: black;
        border: none;
        font-size: 1em;
                transition: opacity 0.7s linear, color 0.3s;
    }
 */
}

@media ( max-width: 760px) {
    .app-sm-tile span .glyphicon {
        font-size: 1.5em;
    }

    .menu-bar .navbar-toggle {
        margin-right: 5px;
        border: 2px solid white;
    }

    .app-accordion div .app-label-fonts {
        text-align: left;
    }

    .app-label-fonts {
        font-size: 14px;
        padding-bottom: 0px;
        padding-top: 10px;
        text-align: left;
    }

    .app-label {
        font-size: 14px;
        padding-bottom: 0px;
        padding-top: 10px;
        text-align: left;
    }

    .app_login_box {
        width: 80%;
    }

    .header-bar {
        height: 75px;
    }

    .content-bar {
        position: relative;
        top: 10px;
        width: 100%;
        left: 0%;
    }

    .menu-bar {
        /*	width: 85%;
            !* left: 0%; *!
            !* right: 0px; *!
            float: right;
            position: fixed;
            margin-right: 0px;*/
    }

    .menu-bar .menu-content {
        /*
        width: auto;
        visibility: visible;
        display: block;
        top: 0px;
        */

        /* 		position: fixed;
        float: right;
 */
    }

    .menu-bar .navbar-collapse {

    }

    .menu-bar a:hover {
        color: black;
        text-decoration: underline;
    }

    .sub-menu-bar {
        width: 100%;
        left: 0%;
        margin-top: 0px;
        position: fixed;
        top: 0px;
    }

    .sub-menu-bar .navbar-header {
        margin-top: 65px;
    }

    .sub-menu-bar a:hover {
        color: black;
        text-decoration: underline;
    }

    .sub-menu-bar .navbar-toggle {
        /*margin-top: 0px; */
        position: fixed;
        /* padding: 15px; */
        vertical-align: middle;
        top: 0px;
        /* left: 1%; */
        margin: 0px auto;
        width: 15%;
        margin: 0px auto;
        border: 2px solid gray;
        text-align: center;
        padding-top: 20px;
        /* padding-bottom: 25px; */
        background: transparent !important; /* #340034 !important; */
        box-shadow: none !important;
    }

    .sub-menu-bar .navbar-toggle span {
        color: black !important;
    }

    .sub-menu-bar .navbar-toggle .icon-bar {
        width: 100%;
        font-weight: bold;
        color: black !important;
        background-color: black !important;
        padding: 3px;
    }

    /* 	.sub-menu-bar .navbar-collapse {
        z-index: 99999999;
        box-shadow: 4px 4px 4px 100px gray;
    } */
    .menu-content {
        width: 100%;
    }

    .navbar-default .navbar-nav > li > a:hover {
        letter-spacing: 3px;
        border-bottom: 1px solid orange;
    }

    .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 200px;
        margin-top: 25px;
    }

    .navbar li a {

        color: white !important;
        font-weight: bold !important;
        width: 100%;
        text-align: left;
        letter-spacing: 2px !important;
        padding: 10px !important;
        font-size: larger;
        background: gainsboro;
        color: black !important;
        /*        color: black;
                border: none;
                width: 100%;
                font-size: 1.5em;
                padding: 10px;
                transition: color 0.5s ease, letter-spacing 0.5s ease;
                border-bottom: 1px solid orange;
                padding-bottom: 20px;
                background: lightgray;*/
    }

    .progress-image {
        width: 100%;
    }

    .form-content {
        /*        padding-top: 70px;*/
        /* width: 95%; */
    }

    .app-body {
        position: relative;
        /* 		padding-top: 20px; */
    }

    .app-accordion {
        margin-top: 20px;
    }

    .wiz-title {
        visibility: visible !important;
    }

    .rs-content {
        font-size: 12px;
    }

    .rs-content > pre {
        font-size: 12px;
    }

    .modal-dialog-old .menu-bar {
        width: 100%;
    }

    .page-title {
        top: 70px;
    }

    .slide-image {
        font-size: 4em;
        text-align: center;
    }

    .mySlides {
        min-height: 200px;
        max-height: 300px;
    }

    .app-slide {
        /* padding:5px; */

    }

    .steps {
        font-size: 14px;
    }

    .limited-height {
        max-height: 300px;
    }

    .conditional-display {
        display: none;
    }

    .text {
        max-height: 150px;
        overflow: scroll;
    }

    .app-label-value {
        background: #F5F5F5;
        border-radius: 5px;
    }

    .ui-accordion .ui-accordion-header {
        float: none;
        background: none !important;
        border: 1px solid gray;
    }

    .slide-image {
        text-align: center;
    }

    .slide-image img {
        width: 35%;
    }

    .navbar-brand img {
        background: #1578c9 !important;
        max-width: 250px !important;
        height: auto;
        max-height: 65px; /* Optional: Prevents logo from being too tall */
        /*margin-left: 60px;*/
    }

    .navbar-toggler {
        /*top:-50px;*/
        /*        position: relative;*/
        border: 2px solid white !important;
    }

    /* 	.modal-table table thead tr th {
        height: 35px;
    }
    .modal-table table tbody tr td {
        height: 35px;
    }
    .modal-table table thead {
        display: block !important;
        width: 50%;
        float: left;
    }
    .modal-table table tbody {
        display: block !important;
        width: 50%;
        float: right;
    }
    .modal-table table thead tr th {
        display: block !important;
        width: 100% !important;
        float: left;
    }
    .modal-table table tbody tr td {
        display: block !important;
        width: 100% !important;
        float: right;
    }
    .modal-table table tr td {
        display: block !important;
        width: 100% !important;
        float: right;
    }
 */
}

.fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
}

@
keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-out {
    opacity: 0;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 3s;
}

@
keyframes fadeOutOpacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.alert-dismissable .close, .alert-dismissible .close {
    /* 	top:2px;
    rignt:-20px;
 */
    position: unset;
    opacity: 1;
    box-shadow: 1px 1px 2px 2px grey;
    text-align: center;
}

.hide_me {
    display: none !important;
}

.marker {

}

.veil_display {
    display: none;
    position: fixed;
    top: 0px !important;
    left: 0px !important;
    z-index: 999999999999;
    background-color: black;
    width: 100%;
    height: 300%;
    opacity: 0.6;
    color: white;
    text-align: center;
}

.veil_display span {
    background: black;
    z-index: 9999999999;
    font-size: 30px;
    margin-top: 50%;
    position: relative;
}

.print {
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 100000; /* CSS doesn't support infinity */

    /* Any other Print Properties */
}

.modal-dialog-old-app-small modal-dialog-old {
    width: 60% !important;
    height: 60% !important;
    top: 0px !important;
    left: 0px !important;
    /* positino: absolute; */
    overflow: auto;
    z-index: 999999999999 !important;
    -webkit-overflow-scrolling: touch;

}

.primary-name {

}

.alias1-name {

}

.alias2-name {

}

.timer {

}

.timer .steps {
    padding: none !important;
}

.timer
.timer div a {
    text-decoration: none;
    vertical-align: middle;
    background: white;
}

.timer .ui-accordion .ui-accordion-header {
    top: 0px;
    padding: 2px 2px 2px 2px;

}

.timer .app-accordion a:hover {
    text-decoration: none !important;
    background: lightgray;
}

.timer .ui-accordion .ui-accordion-header .ui-icon-triangle-1-e {

    background: url("../../../../../webapp/images/open2.gif") no-repeat;
    background-size: 20px 20px;
    background-position: 2px 0px !important;
    /* background-position-y: 2px; */
    /* height: 25px; */
    float: right;
    height: 23px;
    top: 2px;
}

.timer .ui-accordion .ui-accordion-header .ui-icon-triangle-1-s {

    background: url("../../../../../webapp/images/closed2.gif") no-repeat;
    background-size: 20px 20px;
    background-position: 2px 0px !important;
    /* background-position-y: 2px; */
    /* height: 25px; */
    float: right;
    height: 23px;
    top: 2px;
}


.change-bg-red {
}

.show-content {

}

/*
.timer .ui-accordion .ui-accordion-header .ui-icon-triangle-1-e {
        background-color: white;
        background-size: 20px 20px;
        height: 22px;
        top: 2px;
        border-radius:5px;
}*/


.custom-size .modal-dialog-old {
    width: 820px;
    height: 550px;
}

.app-carousel {
    display: flex; /* Lays out slides horizontally in a single row */
    overflow-x: scroll; /* Enables horizontal scrolling */
    scroll-snap-type: x mandatory; /* Enforces snapping to each slide after scrolling */
    -webkit-overflow-scrolling: touch; /* Smooths scrolling on iOS touch devices */
    scroll-behavior: smooth; /* Makes manual navigation smooth */
    list-style: none; /* Removes default list bullet points */
    margin: 0;
    padding: 0;
    width: 100%;
    height: 300px; /* Define a height for the carousel container */
}

.app-slide {
    /*	flex: 0 0 100%;            !* Each slide takes the full width of the container *!
        width: 100%;               !* Ensures each item is exactly 100% width *!
        scroll-snap-align: center; !* Aligns the snap point to the center of the slide *!
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #f0f0f0; !* Default background color for slides *!
        border: 1px solid #ccc;*/
}

.app-slide img {
    width: 100%;
    height: auto;
    object-fit: cover; /* Ensures images cover the area without distortion */
}

/* Optional: Add different background colors to distinguish slides */
.app-slide:nth-child(odd) {
    /*	background-color: #e9e9e9;*/
}

.nav-link {
    color: unset !important;
}

.navbar.bg-light {
    background: white;
}

.ui-accordion-header {
    text-decoration: none !important;
}

.navbar-brand img {
    background: #1578c9 !important;
    max-width: 500px;
    height: auto;
    max-height: 65px; /* Optional: Prevents logo from being too tall */

}

.sbarpanel {

}


.sbarpanel .navbar .navbar-toggler {
    float: right !important;
    /*position: fixed;*/
    right: 15px;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.sbarpanel .navbar .navbar-toggler .navbar-toggler-icon {
    float: right !important;
    top: 25px;
    right: 15px;
    /* background: transparent !important;*/
    box-shadow: none !important;
    background-image: url("ellipsis-solid.png");
    height: 40px;
    width: 40px;
    border: 2px solid white !important;
    border-radius: 100px;
    transform: rotate(90deg);
}

.pubsearchmenu {

}

.pubsearchmenu {
    background: #1578c9 !important;
}

.pubsearchmenu .nav-item a {
    color: white !important;
}

.hamburger-only-title {
    /*    display: none;*/
    font-family: var(--bs-body-font-family);
}

/* Show only when the screen is smaller than your hamburger breakpoint (e.g., 768px) */
@media (min-width: 767px) {
    .hamburger-only-title {
        font-size: 0 !important;
    }
}

@media (max-width: 767px) {
    .hamburger-only-title {
        font-size: 1rem !important;
    }

    .navbar-nav > li > a {
        color: black !important;
        font-weight: normal !important;
        /* font-weight: bold !important; */
        letter-spacing: 1px !important;
        /* background: white; */
        /*padding-right:unset !important;*/
        /* border-radius: 10px !important; */
        /* padding-right: 20px !important; */
        font-size: 1.5rem !important;
        text-align:left !important;
    }
}
/*
@media (max-width: 1000px) {
    .navbar-nav > li > a {
        color: white !important;
        font-weight: normal !important;
        !* font-weight: bold !important; *!
        letter-spacing: 1px !important;
        !* background: white; *!
        padding-right: unset !important;
        !* border-radius: 10px !important; *!
        !* padding-right: 20px !important; *!
        text-align: center;
        font-size: 0.8rem;
    }
}*/


/* 1. Ensure the dialog doesn't grow larger than the screen */
.modal-dialog {
    border-radius: 10px !important;
    display: flex;
    flex-direction: column;
    min-height: 95% !important;
    max-height: 95% !important; /* Keep it 10% smaller than the screen height */
    max-width: 80%; /* Optional: control width */
    margin: 5vh auto; /* Center it vertically/horizontally */
    pointer-events: auto !important;
    z-index: 9999999999999999999999999999999 !important;
    top: 2% !important;

}

/* 2. Make the specific content area scrollable */
.modal-dialog-content {
    overflow-y: auto; /* Enable vertical scrolling */
    flex-grow: 1; /* Take up remaining space */
    padding: 20px; /* Give content some room */
    background: white;
    border: 5px solid white !important;
    border-radius: 15px !important;
    max-height: 95% !important;
}

.navbar {
    z-index: 0 !important;
}

.rapsheet-dialog-size {
    width: 90% !important;
    height: 500px !important;
}

.menu-center {

}

/* 1. Define the class in your CSS file */
.logout-icon-persistent {
    /* Use !important to override Bootstrap's .collapse { display: none } */
    display: flex !important;
    position: absolute;
    right: 60px; /* Position it to the left of the hamburger icon */
    top: 10px;
    z-index: 1050; /* Ensure it stays above other elements */
}

/* 2. On larger screens, reset the positioning so it flows with the menu */
@media (min-width: 992px) {
    .logout-icon-persistent {
        position: static !important;
        display: block !important;
    }
}

/* Force the logout icon to stay visible even when the menu is collapsed */
.navbar-collapse.collapse:not(.show) .logout-icon-persistent {
    display: flex !important;
    position: absolute;
    right: 60px; /* Adjust based on your hamburger icon width */
    top: 10px;
}

.bodybgimage