﻿/*
####### Layout ########
*/

.activeLink {
    text-decoration: underline;
}

/*Navbar soll kein padding haben-> für blauen Hintergrund*/
.headerNavbar {
    padding: 0;
    margin-bottom:15px;
}

/*Contiainerfür Header -> wegen Hintergrund*/
.headerContainer {
    max-width: 100%;
    padding: 0;
}

/*Login-Header*/
.headerBand {
    background-color: #006590;
    width:100%;
}

/*Login-Header-Links -> müssen weiß bleiben*/
.headerBandLink {
    color: #FFFFFF !important;
}

/*Leiste für Links -> unter Login*/
.headerLinkBar{
    background-color: #FFFFFF;
    color: #000000 !important;
    padding-top:25px;
    padding-bottom:25px;
    width:100%;
}

/*Leiste mit Impressum/Datenschutz*/
.impressumBand {
    background-color: #2D2D2D;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 50px;
}
/*Links im Impressumsband spacen*/
.impressumBand > a {
    padding-right: 15px;
}

/*Style für finalen Footer*/
.footerBand {
    background-color: #171717;
    color: #FFFFFF;
    font-style: italic;
    padding-left: 50px;
}

/*
####### Lizenzen ########
*/

/*Horizontal divider für Lizenzen*/
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.licenceHeadline {
    color: #0A3054;
    font-weight:bold;
    font-size:1.25em;
}

.licenceKey {
    background-color: #D8D8D8;
    color: #0A3054;
    font-family: Courier New, Courier, monospace;
    font-weight: bold;
    border-radius: 8px;
    text-align: center;
    align-items: center;
    padding: 5px;
}

.licenceKeyInvalid {
    background-color: #FFECD6 !important;    
}

.licenceKeyInUse {
    background-color: #FFB866 !important;

}

.copyToClipboardButton {
    background: #FFFFFF;
    border: none;
}

.copyToClipboardButton:hover {
    background: #FFFFFF;
    border: solid 1px;
    border-radius: 5px;
}

.copyToClipboardButtonOffset {
    position: relative;
    left: -5px;
}

.editLicenceButtonOffset {
    position: relative;
    left: 15px;
}

h1{
    color:#006590;
}

.dropdown-item.active{

}
/*
####### Kunden #######
*/
.newClientButton {
    margin-top: 0.5em;
    margin-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
    float: right;
    border: none;
}

.page-item.active .page-link{
    background-color: #7DA870;
    border-color: #7DA870;
}

.page-link {
    border-color: #7DA870;
    color: #7DA870;
}

.page-link:hover {
    color: #FFFFFF;
    background-color: #a6c39d
}

.licenceButtonSpace{
    margin-top: 1em;
    margin-bottom: 2em;
}

.blueButton {
    background-color: #0A3054 !important;
}

.greenButton {
    background-color: #7DA870 !important;
    border:none;
}

.btn-light {
    background-color: #FFFFFF;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
}

.mainSize{
    margin-bottom:150px;
}

/*
####### Angebot #######
*/

.angebotLabel {
    font-weight:500;
}

.demoversionBanner {
    margin-top: 3em;
    text-align: center;
    background-color: #0A3054;
    color: #FFFFFF !important;
}

.lightblueButton {
    background-color: #006590;
}

.trashcan{
    float:right;
}

.bottomButtonWrapper{
    display:flex;
}

.bottomButton {
    display: inline-block;
    align-self: flex-end;
}

.whiteButton {
    background-color: #FFFFFF;
    border-color: #7DA870;
    color: #7DA870;
}

.hidden {
    display: none !important;
}

.fullScreenSizeElement{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 100px;
}

.fullScreenHeadlineWrapper {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 5px; 
}

.spinner {
    display: block;
    position: fixed;
    z-index: 1031; /* High z-index so it is on top of the page */
    top: 50%;
    right: 50%; /* or: left: 50%; */
    margin-top: -1em; /* half of the elements height */
    margin-right: -1em; /* half of the elements widht */
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 1000;
}
.greyButton {
    background-color: #CCCCCC;
    border-color: #2C3F27;
    color: #2C3F27;
}

.blazored-toast-info {
    color: #0c5460;
    background-color: #d1ecf1;
}

.iframe-container {
    overflow: hidden;
    /* 16:9 aspect ratio */
    padding-top: 56.25%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.captchaText {
    float: left;
    padding-top: 6px;
}

.captchaInput {
    float: right;
    width: 50%;
}

.clearfix {
    overflow: auto;
}

.loginH1 {
    color: #0a3069;
}

.loginH2 {
    color: #006490;
}

.betaButtonWrapper {
    background-color: #a51222;
    padding: 40px;
    text-align: center;
    margin: 0;
    outline: 0;
}

.betaButtonTextWrapper {
    position: relative;
    padding-bottom: 20px;
    word-wrap: break-spaces;
    vertical-align: baseline;
    padding: 0;
    text-shadow: 0em 0.1em 0.1em rgba(0, 0, 0, 0.4) !important;
}

.betaButtonHeadline {
    font-size: 23px;
    line-height: 1.5em;
}

.betaButtonTextColor {
    color: #ffff;
}

.betaButtonLinkWrapper {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.betaButtonLink {
    color: #ffff;
    padding-left: 2em;
    padding-right: 2em;
    background-color: #b7414e;
    text-shadow: 0em 0.1em 0.1em rgb(0 0 0 / 40%);
    box-shadow: 0px 12px 18px -6px rgb(0 0 0 / 30%);
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 2px;
}

.betaButtonLink:hover {
    color: #ffff;
    border: 2px solid transparent;
    padding-top: 0px;
    padding-bottom: 0px;
}

.rightAlignedText {
    text-align: right;
}

/*
######### Preisliste ############
*/

.accordion > .card:last-of-type {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.preisListeCardHeader {
    background-color: #ffffff;
    padding-bottom: 0px;
    padding-top: 0px;
}

.preisListeHeadline {
    color: #006590;
}

.preisListeBoldLine {
    font-weight: bold;
}

.preisListeMehrwertsteuer {
    font-style: italic;
    font-size: 12px;
}

.preislisteColItem {
    float: right;
    width: 25%;
    padding-left: 15px; 
    padding-right: 15px;
}

.hrNoMargin {
    margin-top: 0rem;
    margin-bottom: 0rem;
    border: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.center-text {
    text-align: center;
}