:root {
    --fall-extern-color: #84b816;
    --primary-color: #990000;
}

html, body, form, fieldset, table, tr, td, img, input, button, select, textarea {
    color: #4b4b4b;
    font-family: "Roboto", "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.header-logo{
    padding-top: 5px;
    padding-left: 20px;
    width: 8em;
    margin: auto;
    margin-right: 20px;
}

.header-logo-login{
    width: 8em;
    margin-top: -40px;
}

.form-control:focus {
    border: 1px solid #69A5BE;
}

.bawag-text-color {
    color: #990000;
}

.primary-button {
    background-color: #990000;
    color: #fff;
    border: 1px solid #990000;
    border-radius: 4px;
}

.primary-button:hover {
    background-color: #670000;
    color: #fff;
    border: 1px solid #670000;
    transition: 0.3s;
}

.primary-button:disabled {
    background-color: #f6f6f6;
    color: #999999;
    border-color: #fff;
}

#bawag_produkt_button:disabled {
    background-color: #990000 !important;
    color: #fff !important;
    border: 1px solid #990000 !important;
    border-radius: 4px !important;
}

.primary-button:focus {
    background-color: #990000;
    color: #fff;
    border: 1px solid #990000;
    border-radius: 4px;
}

.secondary-button {
    background-color: #757575;
    color: #fff;
    border: 1px solid #757575;
    border-radius: 4px;
}

.secondary-button:hover {
    background-color: #4b4b4b;
    color: #fff;
    border: 1px solid #4b4b4b;
    transition: 0.3s;
}

.secondary-button:focus {
    background-color: #757575;
    color: #fff;
    border: 1px solid #757575;
    border-radius: 4px;
}

.bawag-table-color {
    background-color: #F6F6F6;
}

#login-feedback {
    color:#990000;
}

.btn-default:hover {
    background-color:#990000;
    color:#fff;
}

/* CHECKBOXES */
.checkboxText{
    padding-left: 25px;
    font-size: 16px;
}
.checkboxContainer {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border: 1px solid #757575;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.checkboxContainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxContainer input:checked ~ .checkmark {
    background-color: #990000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxContainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxContainer .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* RADIOBUTTONS */

/* Customize the label (the container) */
.radio_button_container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio_button_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkradio {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid #757575;
}

/* On mouse-over, add a grey background color */
.radio_button_container:hover input ~ .checkradio {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio_button_container input:checked ~ .checkradio {
    background-color: #990000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkradio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_button_container input:checked ~ .checkradio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio_button_container .checkradio:after {
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}


.rechnungErrorMessage {
    margin-right: 20px;
}

.bawag-h4 {
    color: #990000;
}

.finonlineBreadcrumbs a {
    color: #990000
}

.info-text {
    color: #ea4f4f
}

.pagination > .active > a {
    background-color: #990000;
}
.pagination > .active > a:hover,  .pagination > .active > a:focus{
    background-color: #ea4f4f;
}

.bawag-button{
    background-color: #990000;
    color: white;
}

a {
    color: #990000;
}

a:hover {
    color: #670000;
    text-decoration: underline;
}

/* CHAT */

/* Button used to open the chat form - fixed at the bottom of the page */
#chat-open-button {
    background-color: #990000;
    color: white;
    padding: 16px 20px;
    border: 1px solid #990000;
    border-radius: 4px;
    box-shadow: 5px 10px 15px 0 #3f3f3f;
    cursor: pointer;
    position: fixed;
    bottom: 23px;
    right: 74px;
    width: 180px;
    font-size:1.2em;
}

#chat-open-button:hover {
    background-color: #670000;
    color: #fff;
    border: 1px solid #670000;
    transition: 0.3s;
}

/* The popup chat - hidden by default */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 74px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}

/* Add styles to the form container */
.chat-form-container {
    width: 500px;
    padding: 10px;
    background-color: white;
}

.chat-message-container {
    border: 2px solid #dedede;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

.darker-message {
    border-color: #ccc;
    background-color: #ddd;
}

.chat-message-container::after {
    content: "";
    clear: both;
    display: table;
}

.chat-message-container img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
}

.chat-message-container img.right {
    float: right;
    margin-left: 20px;
    margin-right:0;
}

.time-right {
    float: right;
    color: #aaa;
}

.time-left {
    float: left;
    color: #999;
}

.chat-message {
    margin-bottom: 5px;
}

.scrollableChatMessages {
    overflow-y: scroll;
    height:300px;
}

.chat-message-badge {
    position: absolute;
    background-color: #990000;
    height:2.4rem;
    top:-1rem;
    right:-1.2rem;
    width:2.4rem;
    text-align: center;
    line-height: 2rem;;
    font-size: 1rem;
    border-radius: 50%;
    color:white;
    border:1px solid #990000;
}

.bawag-text-color {
    color: #990000;
}

hr.divider {
    max-width: 3.25rem;
    border-width: 0.2rem;
    border-color: #990000;
}
