/* ---------------------------------------
   TABLE OF CONTENTS
------------------------------------------
    :: shared styles
    :: login page
    :: navigation bar
    :: breadcrumb
    :: messages
    :: container
    :: sticky footer
    :: form elements
    :: classic report
    :: interactive report
    :: hero unit
    :: breakpoint
*/

/* shared styles */
.well {
    border: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
}

.errorPage.alert {
    margin: 100px 0 0 90px;
    border: 0;
}

/* login page */
.loginPage {
    margin-top: 125px;
    height: auto !important;
    background-color: #f5f5f5;
}

.loginForm {
    width: 300px;
    padding: 10px 30px 20px 30px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
}

.loginForm .btn {
    margin-top: 14px;
}

/* navigation bar */
.navbar {
    margin-bottom: 0;
}

.navbar-inner {
    padding-left: 20px;
    border-radius: 0;
}

.dropdown-menu > li > a {
    padding: 2px 16px
}

/* breadcrumb */
.breadcrumb {
    margin-bottom: 0;
    padding: 8px 20px;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
}

.breadcrumb > li > .divider {
    padding: 0 12px;
}

/* messages */
#message {
    position: fixed;
    top: 0;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    min-height: 0;
    border: 0;
    z-index: 9999;
}

#message .alert {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* success notification */
#message .alert-success h4 {
    margin: 0 0 12px 0;
    font-size: 16px;
}

/* alert notification */
#message .alert-error p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

/* login throttle message */
#apex_login_throttle_div {
    margin-top: 12px;
    font-size: 13px;
}

.htmldbUlErr {
    margin-top: 12px;
    list-style-type: square;
    font-size: 13px;
}

/* container */
.container-fluid {
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* sticky footer */
html, body, #wwvFlowForm {
    height: 100%;
}

#wwvFlowForm {
    margin: 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;
}

/* form elements */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    margin-bottom: 5px;
}

input, textarea,
select.selectlist {
    width: 100%;
    height: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select.selectlist {
    height: 30px !important;
}

input[type="file"] {
    margin-top: 6px;
    line-height: 0;
}

.display_only {
    line-height: 30px;
}

.form-title {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333333;
    border-bottom: 1px solid #e5e5e5;
}

.form-actions {
    padding: 14px 20px 15px;
}

.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;
}

.label-required {
    color: #b94a48;
}

a.label-help:hover {
    cursor: help;
    text-decoration: none;
}

fieldset.textarea {
    width: 100%;
}

.btn {
    margin: 2px 6px 2px 0;
}

table.radio_group,
fieldset.checkbox_group {
    margin-top: 4px;
}

fieldset.checkbox_group {
    margin-left: 20px;
}

table.radio_group > tbody > tr > td {
    padding-right: 20px;
}

table.radio_group label,
fieldset.checkbox_group label {
    display: inline-block;
}

fieldset.checkbox_group label {
    margin-left: 14px;
}

input[type="radio"],
input[type="checkbox"] {
    height: auto !important;
    margin-top: -3px;
    margin-right: 6px
}

/* classic report */
.table {
    margin-bottom: 8px;
}

.table th {
    text-align: left;
}

.table-condensed th,
.table-condensed td {
    padding: 4px 10px;
}

.table-bordered {
    border-radius: 0;
    border-collapse: collapse;
}

.pagination {
    font-size: 12px;
}

.sPaginationNext {
    margin-left: 6px;
    text-transform: lowercase;
}

.sPaginationPrev {
    margin-right: 6px;
    text-transform: lowercase;
}

/* interactive report */
#apexir_TOOLBAR {
    margin-bottom: 8px;
}

.apexir_TOOLBAR_OPEN {
    background: none;
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
}

.apexir_COLUMN_SELECTOR {
    padding-top: 4px;
}

#apexir_SEARCH {
    width: 240px;
    height: 25px !important;
    border-radius: 0;
}

#apexir_btn_SEARCH {
    margin: -5px 0 0 -1px;
}

.apexir_ROW_SELECT_LIST {
    padding-top: 4px;
}

.apexir_ROW_SELECT_LIST label {
    display: inline-block;
}

#apexir_NUM_ROWS {
    height: auto !important;
    width: auto;
    margin: -2px 14px 0 6px;
}

.apexir_ACTION_MENU button {
    margin: 0;
}

.apexir_SEARCHICON {
    height: 23px;
    width: 23px;
}

.apexir_TOOLBAR_CLOSE {
    background: none;
}

#apexir_SEARCH_COLUMN_DROP {
    color: #333333;
    font-weight: bold;
    padding: 6px 4px 4px 12px;
}

#apexir_CONTROL_PANEL {
    margin-bottom: 4px;
}

#apexir_CONTROL_PANEL_DROP {
    margin-bottom: 25px;
}

.apexir_BUTTONS {
    padding: 4px 4px 2px 12px;
}

.apexir_WORKSHEET_DATA {
    border-collapse: inherit;
    border: 1px solid #dddddd;
    border-bottom: none;
}

.apexir_WORKSHEET_DATA td {
    border-top: 0;
}

.apexir_WORKSHEET_DATA th {
    background: none;
    background-color: #ffffff;
    padding: 8px;
    border: 0;
    border-bottom: 1px solid #dddddd;
    font-weight: bold;
    color: #333333;
}

.apexir_WORKSHEET_DATA th div {
    margin: 0;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}

.apexir_WORKSHEET_DATA th.current {
    background: none;
    color: #0088cc;
}

.apexir_WORKSHEET_DATA th.current div {
    background: none;
    color: #0088cc;
}

.apexir_WORKSHEET_DATA tr td {
    padding: 5px 8px;
}

.apexir_WORKSHEET_DATA tr.even td {
    border-bottom: 1px solid #dddddd;
    background-color: #f9f9f9;
}

.apexir_WORKSHEET_DATA tr.odd td {
    border-bottom: 1px solid #dddddd;
    background-color: #ffffff;
}

.apexir_WORKSHEET_DATA tr.even:hover td,
.apexir_WORKSHEET_DATA tr.odd:hover td {
    background-color: #f5f5f5 !important;
}

td.pagination .fielddata {
    color: #333333;
    font-size: 12px;
}

/* hero unit */
.hero-unit {
    border-radius: 0;
}

.hero-unit h1 {
    font-size: 54px;
    margin-top: 0;
    margin-bottom: 6px;
}

.hero-unit h3 {
    font-size: 22px;
    line-height: 34px;
    border-bottom: 1px solid #D8D8D8;
}

/* breakpoint */

/* tablet */
@media (max-width: 979px) {
    .breadcrumb {
        padding-left: 25px;
    }

    #message {
        width: 400px;
        margin-left: -200px;
    }
}

/* phone */
@media (max-width: 767px) {
    .container-fluid {
        padding: 0;
    }
}