/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
    padding: 10px 0;
}

.footer-element {
    padding: 10px 0;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.bl-masthead {
    text-align: center;
    padding: 30px 0;
    color: #666666;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    background-color: #e6e6e6;
}

.bl-masthead h1 {
    font-size: 40px;
    padding: 0 30px;
}

.bl-landing {
    padding: 30px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; /* fallback for browsers that do not support space-evenly */
    justify-content: space-evenly;
}

.bl-landing-element {
    padding: 15px;
    width: 200px;
    height: 120px; /* fixed height to ensure that buttons are in one line under the text(for lang with some texts max 2 lines) */
}

.bl-landing-element-latin {
    padding: 15px;
    width: 200px;
    height: 150px; /* fixed height to ensure that buttons are in one line under the text(for pt,en and fr some texts need 3 lines) */
}

body > .container {
    padding: 60px 15px 0;
}

.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.negativeAmount {
    color: #a94442;
}

.mandatory label:before {
    content: "✱ ";
}


.mandatorylabel:before {
    content: "✱ ";
}

.description-table td:nth-child(1) {
    font-weight: bold;
    padding-right: 20px;
    width: 1%;
    white-space: nowrap;
}

.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}

.centered-table-cells > tbody > tr > td {
    vertical-align: middle;
}

.bl-panel-body-2 {
    border-bottom: 1px solid transparent;
    border-bottom-color: #ddd;
    background-color: #f5f5f5;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.advice {
    position: relative;
}

.advice:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    content: "";
    background-color: #f0ad4e;
}

.acc-prop-dropdown-left {
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
}

.acc-prop-dropdown-right {
    color: #aaa;
    font-style: italic;
    display: inline-block;
}

.disabled-menu-item {
    pointer-events: none;
}

.multi-checkbox-list.inline > div {
    display: inline-block;
    margin-right: 20px;
}

.multi-checkbox-list.inline.weekdays > div {
    min-width: 45px;
    min-height: 30px;
}

.greyed-out td:not(:first-child) {
    opacity: .65;
    cursor: default;
}

.icon-radio {
    padding: 5px 7px 12px 30px;
}

.icon-radio div {
    min-width: 52px;
}

.form-text {
    padding-top: 7px;
}

.form-header {
    margin-bottom: 0;
}

.bl-action-menu-icon {
    width: 14px;
    height: 14px;
    text-align: center;
    margin-right: 10px;
}

.bl-radio-button {
    margin-right: 10px;
}

.radio {
    margin-right: 10px;
}

.bl-button-icon {
    margin-right: 5px;
}

.bl-button-stack-icon {
    font-size: .85rem;
    transform: translateY(-15%);
}

.bl-more-icon {
    margin-right: 5px;
    top: 3px;
}

.bl-menu-group-label {
    cursor: default;
    background-color: transparent;
    color: black;
    border-color: #ccc;
}

.tab-content {
    padding-top: 30px;
}

.page-title {
    color: #666666;
}

.page-title small {
    color: #999999;
}

.page-title a {
    color: inherit;
    text-decoration: inherit;
    cursor: pointer;
}

.instruction {
    font-size: 120%;
}

.panel-heading .accordion-toggle:after {
    font-family: "Glyphicons Halflings", sans-serif;
    content: "\e113";
    float: right;
    color: grey;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\e114";
}

@media (min-width: 768px) {
    .bl-action-menu .navbar-collapse > :nth-child(1) {
        margin-left: -15px;
    }
}

.bl-pre-ticket {
    white-space: pre;
    word-wrap: normal;
    overflow: auto;
}

.bl-combo-dropdown {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}

.bl-search-frame {
    position: relative;
}

.bl-search-box {
    position: absolute;
    background-color: white;
}

.bl-input-row-first {
    padding-bottom: 15px;
}

.bl-input-row-last {
    padding-top: 15px;
}

.bl-input-cell-75 {
    float: left;
    width: 75%;
}

.bl-input-cell-20 {
    float: left;
    width: 20%;
}

.bl-input-cell-5 {
    float: left;
    width: 5%;
}

.bl-table-cell-no-break {
    display: block;
    white-space: nowrap;
}

.bl-table-head-sort-symbol {
    font-size: 0.7em;
    padding-top: 0.5em;
    padding-bottom: 0.25em;
    padding-left: 7px;
}

.bl-table-cell-success {
    color: #008000;
}

.bl-table-cell-failed {
    color: #a94442;
}

.bl-pagesize-field-not-empty {
    padding: 10px 0;
}

.bl-pagination {
    margin: 0;
    padding: 3px;
}

.bl-main-body {
    padding-top: 40px;
}

.bl-navbar-right {
    padding-right: 10px;
    padding-left: 10px;
}

.bl-search-box-visible {
    z-index: 1000;
}

.bl-bank-icon {
    margin-right: 5px;
    vertical-align: text-bottom;
}

.bl-icon-table {
    width: 100%;
    border: 0;
}

.bl-icon-table-button {
    text-align: center;
    padding-top: 1em;
}

.bl-timepicker-wrapper {
    max-width: 9em;
}

.bl-mandatory-description {
    font-weight: normal;
}

@media (min-width: 768px) {
    .pull-left-not-xs {
        float: left;
    }

    .pull-right-not-xs {
        float: right;
    }
}

.austrian {
    width: 14px;
    height: 14px;
    background: linear-gradient(
            to bottom,
            #333,
            #333 35%,
            #FFF 35%,
            #FFF 65%,
            #333 65%,
            #333);
    border-radius: 1px;
}

/* styles for austrian tax office payment template
------------------------------------------------------------ */
.bl-taxoffice-dateinputline, .bl-taxoffice-feeinputline {
    display: flex;
}

.bl-taxoffice-feeinputline {
    margin: 0.5em 0 0 2.5em;
}

.bl-taxoffice-datetypeselect {
    width: 180px;
}

/* styles for send parameter tab in bank details
------------------------------------------------------------ */
.bl-send-parameter-line {
    display: flex;
}

.bl-send-parameter-ordertype {
    width: calc(30% - 15px);
    margin-right: 15px;
}

.bl-send-parameter-btf {
    width: calc(70% - 5px - 7em);
    margin-right: 5px;
}

.bl-send-parameter-button {
    width: 7em;
}

/* styles for orderType/btf input field plus btf modal button
------------------------------------------------------------ */
.bl-btfinputfield-line {
    display: flex;
}

.bl-btfinputfield-btf {
    width: calc(100% - 15px - 11em);
    margin-right: 15px;
}

.bl-btfinputfield-button {
    width: 11em;
}

/* "Hack" to avoid scrollbars covering text in IE and EDGE
------------------------------------------------------------ */
@media all and (-ms-high-contrast: none) {
    .table-responsive {
        min-height: 41px;
    }
}

@supports (-ms-ime-align:auto) {
    .table-responsive {
        min-height: 41px;
    }
}

@media only screen and (min-width: 768px) {
    div[id^=multi-amount-wrapper], div[id^=multi-date-wrapper], div[id^=multi-text-wrapper],
    div[id^=booking-type-wrapper] {
        padding-right: 0;
    }

    div[id^=multi-amount-single], div[id^=multi-amount-multi], div[id^=multi-date-single],
    div[id^=multi-date-multi], div[id^=multi-text-text], div[id^=booking-type-text] {
        padding-left: 0;
    }
}
