/* hint: this this the release notes jumping prevention feature when a details section is opened: */
/* html { margin-left: calc(100vw - 100%); } */
/* end of this feature */

h1 {
    color: #78ab46;
}

h4 {
    padding-bottom: 10px;
}

footer {
    position: fixed;
    height: 40px;
    bottom: 0;
    width: 100%;
    background-color: #ccc
}

form {
    margin-bottom: 20px;
}

.pagination-centered {
    text-align: center;
}

.disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
}

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


.error {
    color: red;
    font-size: 12px;
}

.buttonDisabled {
    background-color: #EBEBEB !important;
    border-color: #9B9B9B !important;
    color: #9B9B9B !important;
}

.btn-default {
    color: #333 !important;
}


.brand_container {
    margin: 32px 0;
}

#brand {
    height: 48px;
    margin: 16px;
}

input#otherLockReasonText::-webkit-input-placeholder {
    color: red;
}

input#otherLockReasonTextUser::-webkit-input-placeholder {
    color: red;
}

.buttonBawag {
    color: #ffffff !important;
    background-color: #990000 !important;
    border-color: #990000 !important;
}

.buttonBawag2 {
    color: #ffffff !important;
    background-color: #990000 !important;
    border-color: #990000 !important;
    cursor: pointer !important;
}

.buttonBawag:disabled {
    color: #b3b3b3 !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
    border-color: #b3b3b3 !important;
}

.btn-action {
    padding: 0 5px !important;
    font-size: 14px !important;
}

.buttonBawagSecondary {
    color: #990000 !important;
    background-color: white !important;
    border-color: #990000 !important;
    border-width: 2px !important;
}

.buttonBawagSecondary:hover {
    color: #89000 !important;
    background-color: white !important;
    border-color: #89000 !important;
    border-width: 2px !important;
}

input.buttonBawagSecondary:disabled {
    color: #b3b3b3 !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
    border-color: #b3b3b3 !important;
}

input.buttonBawagSecondary:disabled {
    color: #b3b3b3 !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
    border-color: #b3b3b3 !important;
}

.buttonEasybank {
    color: #ffffff !important;
    background-color: #84b816 !important;
    border-color: #84b816 !important;
}

.buttonEasybank:disabled {
    color: #b3b3b3 !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
    border-color: #b3b3b3 !important;
}

.buttonEasybankSuccess {
    border-color: #fff3cd !important;
    background: #fff3cd;
!important;
}


.buttonEasybank2 {
    color: #ffffff !important;
    background-color: #84b816 !important;
    border-color: #84b816 !important;
    cursor: pointer !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.buttonEasybankSecondary {
    color: #84b816 !important;
    background-color: white !important;
    border-color: #84b816 !important;
    border-width: 2px !important;
}

input.buttonEasybankSecondary.btn-sm {
    color: #84b816 !important;
    background-color: white !important;
    border: 2px solid #84b816 !important;
    border-radius: 0.25rem !important;        /* wie Bootstrap */
    padding: 0.25rem 0.5rem !important;       /* wie btn-sm */
    font-size: 0.875rem !important;           /* wie btn-sm */
    line-height: 1.5 !important;
    font-weight: 400 !important;
    width: auto !important;
    box-shadow: none !important;
    outline: none !important;
    appearance: none;
    transition: all 0.15s;
    cursor: pointer;
}

.buttonEasybankSecondary:hover {
    color: #77a614 !important;
    background-color: white !important;
    border-color: #77a614 !important;
    border-width: 2px !important;
}

.buttonEasybankSecondary:disabled {
    color: #b3b3b3 !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
    border-color: #b3b3b3 !important;
}

input.buttonEasybankSecondary:disabled {
    color: #b3b3b3 !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
    border-color: #b3b3b3 !important;
}

i {
    color: #990000 !important;
    border-color: #990000 !important;
}

.imgDisabled {
    pointer-events: none;
    opacity: 0.4 !important;
    cursor: default !important;
}


#overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #ffffffcf;
}

.hide {
    display: none;
}

.loader img {
    position: fixed;
    left: 40%;
    top: 40%;
}

#noBottomMargin {
    display: inline-block;
    margin-bottom: 0rem !important;
}

.noBottomMargin {
    margin-bottom: 0rem !important;
}


.noMarginBottomTable {
    margin-bottom: 0rem !important;
}


.smallButton {
    cursor: pointer;
    width: 65px;
}

.biggerFont {
    font-size: 25px !important;
}

.defaultColorSuccess {
    background: #d4edda !important;
}

.defaultColorError {
    background: #f8d7da;
!important;
}

.defaultColorWarn {
    border-color: #fff3cd !important;
    background: #fff3cd;
!important;
}


.sbx-wrapper {
    cursor: pointer;
    width: 50px;
    margin: 5px;
    position: relative !important;
    background-image: url(/img/globe.svg);
    background-repeat: no-repeat;
    background-size: 29px 29px;
}

.sbx {
    cursor: pointer;
    border: 2px solid #d3d9d7;
    border-radius: 5px;
    margin: 0;
    width: 100%;
    font-family: verdana;
    font-size: 12px;
}

.cus_selt {
    cursor: pointer;
    padding: 3px;
    display: block;
    margin-left: 25px;
}

.styled {
    cursor: pointer;
    float: left;
    height: 56px;
    margin: -58px 0 0;
    opacity: 0;
    width: 100%;
    filter: alpha(opacity=0);
}

.fontBold {
    font-weight: bold;
}

.font-small {
    font-size: 12px !important;
}

.p-h-10 {
    padding: 10px 0;
}
