/* Avoid flash of these apex generated labels */
.hideMeButHearMe
{
display:none;
}

/* Hide apex filter thing */
.hide-apexir-control-panel #apexir_CONTROL_PANEL
{
display:none;
}

/* select lists are too narrow */
select.form-control
{
height: 34px !important;
}

.auto-complete-standard-text{
    max-width: 500px;
    white-space: normal !important;
}

#logo-container
{
margin-top: 10px !important;
margin-bottom: 20px !important;
margin-left:10px !important;
}

/* by default hide them to avoid flashing */
#show-chart-btn,#show-report-btn
{
display:none;
}



/* Workaround for iPad responsive tables */
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto; /*scroll;*/
    -ms-overflow-style: -ms-autohiding-scrollbar; 
 /*   border: 1px solid #DDD; */
   -webkit-overflow-scrolling: touch; 
}


/* Sub Menu stuff */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* shared styles */

.report-filter-region .btn
{
margin-top: 34px;
}

.report-filter-region .panel-body
{
padding: 0px 0px 0px 15px;
}

#footer-social-media
{
float:right;
margin-top: 5px;
margin-right:10px;
}

#footer-social-media .social
{
font-size:20px;
color:#999;
}


.errorPage.alert {
    margin: 100px 0 0 90px;
    border: 0;
}



#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%; /* min-height hack for ie */
    margin: 0 auto -61px;
}

#push, .footer {
    height: 60px;
}

.footer {
 /*   text-align: center; */
    border-top: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    margin-top: 100px;
    padding-left: 20px;
    font-size: 10px;
}

label, .control-group, .form-group
{
    margin-top: 5px;
}

.button-region
{
margin-top:10px;
}
.non-tabable
{
tabindex:-1;
}

/* By default hide end date actives to avoid flashing */
div[id$="END_DATE_ACTIVE_CONTAINER"]
{
display:none;
}

input[type="radio"],
input[type="checkbox"] {
    margin-left: 8px;
    margin-right: 6px
}

.page-title {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 45px;
    color: #2d6ca2;
    border-bottom: 3px solid #e5e5e5;
}
.region-title {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
    color: #2d6ca2;
    border-bottom: 1px solid #e5e5e5;
}

.cav-bs-modal-header {
color:#fff;
  /*  padding:9px 15px; */
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.sub-region-title {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
    color: #2d6ca2;
    border-bottom: 1px solid #e5e5e5;
}

.help-region-title {
   margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
/*    color: #2d6ca2;*/
}

.radio_group label,
.checkbox_group label {
    font-weight: normal;
}

.tab-pane
{
    margin-top: 20px;
    margin-left: 30px;
}

@media all and (max-width: 699px) {
.tab-pane
{
    margin-top: 0px;
    margin-left: 0px;
}
}

.form-actions 
{
margin-bottom: 15px;
background-color: #f5f5f5;
/*padding-bottom:35px;*/
min-height:35px;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border:1px solid #e5e5e5;

}

.row.form-actions
{
margin-left:0px !important;
margin-right:0px !important;
}

.row.button-region
{
margin-left:0px !important;
margin-right:0px !important;
}

.wizard-progress-bar
{
margin-top:40px;
}

.label-error 
{
    display: block;
    color: #b94a48;
    font-size: 13px;
}

input.apex-page-item-error,
textarea.apex-page-item-error,
select.apex-page-item-error {
    border-color: #b94a48;
    background-color: #f5eaea;
}

.help-popover
{
padding: 0;
}

.popover-content
{
font-weight: normal !important;
}

.popover-title
{
font-weight: bold !important;
}


.align-right
{
text-align:right !important;
}

.align-left
{
text-align:left !important;
}

.mime-icon
{
height:20px;
width:20px;
}

.cav-btn-addon {
    margin: 0 0 0 0 !important;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
color: black !important;
}

.btn {
    margin: 2px 6px 2px 0;
}

.btn-below-region
{
   margin-top: 10px;
}

/* classic report */
.table {
    margin-bottom: 8px;
    border: 1px solid #DDD;
}
/*
.table th {
    text-align: left;
    color: #2d6ca2;
}
*/
.table-condensed th,
.table-condensed td {
    padding: 4px 10px;
font-size: 12px;
}
/*
.table-bordered {
    border-radius: 0;
    border-collapse: collapse;
}
*/
.pagination {
    float: right!important;
}



/* interactive report */

#apexir_TOOLBAR {
    margin-bottom: 8px;
}

#apexir_SEARCH {
    width: 240px;
    height: 30px !important;
    border-radius: 0;
}
#apexir_btn_SEARCH
{
height: 30px;
}

.apexir_BUTTONS
{
padding-top: 0px;
}

.apexir_SAVED_REPORTS
{
padding: 0px 4px 4px 8px;
}

.apexir_ROW_SELECT_LIST
{
padding: 0px 4px 4px 8px;
}

/* stop page slightly bouncing to the side */
.footer .row {
  margin-left: 0px;
  margin-right: 0px;
}


.list-group-item .fa
{
margin-right: .5em;
}

#apexir_btn_SEARCH {
    margin: 0px 0 0 4px;
}

/* buttons were defaulting to black with underlines from apex css */
.btn {
  color: white !important;
  text-decoration: none !important;
}

.btn-default
{
color: black !important;
}



#apexir_GROUP_BY>table .apexir_WORKSHEET_DATA td,#apexir_DATA_PANEL>table .apexir_WORKSHEET_DATA td 
{
border: 0;
}

#apexir_DATA_PANEL>table .apexir_WORKSHEET_DATA {
    border-collapse: inherit;
    border: 1px solid #dddddd;
    border-bottom: none;
}

#apexir_DATA_PANEL>table .apexir_WORKSHEET_DATA td {
    border-top: 0;
    vertical-align: top;
}

#apexir_DATA_PANEL>table .apexir_WORKSHEET_DATA th div, #apexir_GROUP_BY>table .apexir_WORKSHEET_DATA th div {
padding: 7px 5px 0 5px !important;
}


#apexir_DATA_PANEL>table .apexir_WORKSHEET_DATA th,.table th {
    background: none;
/*    background-color: #2d6ca2;*/
    padding: 8px;
    border: 0;
    border-bottom: 1px solid #dddddd;
    font-weight: bold;
    font-size: 12px;
    vertical-align: bottom;
    color: #2d6ca2;
}

#apexir_DATA_PANEL>table .apexir_WORKSHEET_DATA th div {
    margin: 0;
    font-size: 12px;
    color: #2d6ca2;
    text-decoration: none;
}

#apexir_DATA_PANEL>table .apexir_WORKSHEET_DATA th.current {
    background: none;
    color: #2D6CA2;
     
}

#apexir_DATA_PANEL>table .apexir_WORKSHEET_DATA th.current div {
    background: none;
    color: #0088cc;
}

#apexir_DATA_PANEL>table .apexir_WORKSHEET_DATA tr td {
    padding: 5px 8px;
}

#apexir_DATA_PANEL>table .apexir_WORKSHEET_DATA tr.even td {
    border-bottom: 1px solid #dddddd;
    background-color: #f9f9f9;
}

#apexir_DATA_PANEL>table .apexir_WORKSHEET_DATA tr.odd td {
    border-bottom: 1px solid #dddddd;
    background-color: #ffffff;
}

#apexir_DATA_PANEL>table .apexir_WORKSHEET_DATA tr.even:hover td,
.apexir_WORKSHEET_DATA tr.odd:hover td {
    background-color: #f5f5f5 !important;
}


/* Glyphicon Classes used in Reports */
.status-A:after {
  font-family: "Glyphicons Halflings";
  color: green;
  content: "\e013";
}

.status-I:after {
  font-family: "Glyphicons Halflings";
  color: red;
  content: "\e014";
}


.yes-no-Y:after {
  font-family: "Glyphicons Halflings";
  color: green;
  content: "\e013";
}

.yes-no-N:after {
  font-family: "Glyphicons Halflings";
  color: red;
  content: "\e014";
}