


.text-yellow,
a.text-yellow,
a.text-yellow:hover,
a.text-yellow:active,
a.text-yellow:visited
a.text-yellow:focus {
    color:#ffed00;
}

.text-white,
a.text-white,
a.text-white:hover,
a.text-white:active,
a.text-white:visited
a.text-white:focus {
    color:#fff;
}

.text-black,
a.text-black,
a.text-black:hover,
a.text-black:active,
a.text-black:visited
a.text-black:focus {
    color:#000;
}

.text-grey,
a.text-grey,
a.text-grey:hover,
a.text-grey:active,
a.text-grey:visited
a.text-grey:focus {
    color:#777;
}


.text-blue,
a.text-blue,
a.text-blue:hover,
a.text-blue:active,
a.text-blue:visited
a.text-blue:focus {
    color:#005CBC;
}


body.terminal .text-blue,
body.terminal a.text-blue,
body.terminal a.text-blue:hover,
body.terminal a.text-blue:active,
body.terminal a.text-blue:visited
body.terminal a.text-blue:focus {
    color:#00315A;
}



.text-red,
a.text-red,
a.text-red:hover,
a.text-red:active,
a.text-red:visited
a.text-red:focus {
    color:#E80D04;
}

.close:not(:disabled):not(.disabled):focus, 
.close:not(:disabled):not(.disabled):hover {
    opacity:1;
}

.bg-white {
    background:#fff !important;
}

.border-white {
    border-color:#fff !important;
}


.bg-payback {
    background:#EDF5FD;
}

.text-payback {
    color:#005CBC;
}

.bg-guuteCard {
    background:#d8e7ff;
}

.text-guuteCard {
    color:#4e842a;
}


body.terminal .text-payback {
    color:#00315A;
}

body.terminal .text-guuteCard {
    color:#4e842a;   
}

.bg-gutscheine {
    background:#ddd;
}

.text-gutscheine {
    color:#005CBC;
}

body.terminal .text-gutscheine {
    color:#00315A;
}

.wpwl-button {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn.btn-darkblue {
    background-color:#033467;
    color:white;
}

.btn.btn-sm {
font-size: 1.8vh;
line-height: 1.8vh;
padding: 0.5vh;
}

/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #002041;
    background-color: #89c2ff;
    border-color: #74b8ff;
}

.alert-primary hr {
    border-top-color: #5babff;
}

.alert-primary .alert-link {
    color: #00070e;
}

.badge-primary {
    color: #fff;
    background-color: #005cbc;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #004389;
}

.bg-primary {
    background-color: #005cbc !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #004389 !important;
}

.border-primary {
    border-color: #005cbc !important;
}

.btn-primary,
.wpwl-button {
    color: #005CBC;
    background-color: #FFED00;
    border-color: #FFED00;
}

.btn-primary:hover,
.wpwl-button:hover {
    color: #005CBC;
    background-color: #FFED00;
    border-color: #FFED00;
}

.btn-primary:focus,
.btn-primary.focus,
.wpwl-button:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 92, 188, 0.5);*/
    color: #005CBC;
    background-color: #FFED00;
    border-color: #FFED00;    
}

.btn-primary.disabled, 
.btn-primary:disabled {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #004389;
    border-color: #003b79;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 92, 188, 0.5);
}

.btn-outline-primary {
    color: #005cbc;
    background-color: transparent;
    border-color: #FFED00;
}

.btn-outline-primary:hover {
    color:#005cbc;
    background-color: #FFED00;
    border-color: #FFED00;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 92, 188, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #005cbc;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #005cbc;
    border-color: #005cbc;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 92, 188, 0.5);
}


.btn-blue {
    color: #FFED00; 
    background-color: #005CBC;
    border-color: #005CBC;
}

.btn-blue:hover {
    color: #FFED00; 
    background-color: #005CBC;
    border-color: #005CBC;
}

.btn-blue:focus, .btn-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 92, 188, 0.5);
}

.btn-blue.disabled, .btn-blue:disabled {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #004389;
    border-color: #003b79;
}

.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 92, 188, 0.5);
}

.btn-outline-blue {
    color: #005cbc;
    background-color: transparent;
    border-color: #FFED00;
}

.btn-outline-blue:hover {
    color:#005cbc;
    background-color: #FFED00;
    border-color: #FFED00;
}

.btn-outline-blue:focus, .btn-outline-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 92, 188, 0.5);
}

.btn-outline-blue.disabled, .btn-outline-blue:disabled {
    color: #005cbc;
    background-color: transparent;
}

.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
    color: #fff;
    background-color: #005cbc;
    border-color: #005cbc;
}

.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 92, 188, 0.5);
}




.list-group-item-primary {
    color: #002041;
    background-color: #74b8ff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #002041;
    background-color: #5babff;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #002041;
    border-color: #002041;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #74b8ff;
}

.table-hover .table-primary:hover {
    background-color: #5babff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #5babff;
}

.text-primary {
    color: #005cbc !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #004389 !important;
}