.header-class {
    background-color: #f3f8fd;
    color: #8e9db4;
    text-transform: uppercase;
}

.renegade-badge {
    background-color: #cee2f7;
    color: #157be9;
    display: inline-block;
    padding: 0.3em 0.45em;
    font-size: 100%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.3rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.renegade-badge-2 {
    background-color: #cee2f7;
    color: #157be9;
    display: inline-block;
    padding: 0.3em 0.45em;
    font-size: 100%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    border-radius: 0.3rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.lesen-bg {
    background-color: #dceaf8;
}

.lesen-field {
    background-color: #ffffff;
    padding: 0.3em 0.45em;
    border-radius: 0.3rem;
}

.stickybottom {
    width: inherit;
    max-width: inherit;
    position: fixed;
    bottom: 0;
}
.rightbtn {
    position: fixed;
    right: 0;
}
.signinbg {
    background-image: linear-gradient(to bottom right, #2c8ce5, #6db1e9);
}

.blue-card {
    background-image: url("bg-hand.png"),
        linear-gradient(to bottom right, #1565c0, #42a5f5);
    background-size: contain, cover;
    background-repeat: no-repeat;
    background-position: right bottom, 0%;
}


.newlicence-btn {
    background-image: linear-gradient(to right, #1565c0, #42a5f5);
    background-size: contain, cover;
    background-repeat: no-repeat;
    background-position: right bottom, 0%;
    border: 0px #2196f3 solid;
}


.newlicence-card {
    background-image: url("bg-lesen.png"),
        linear-gradient(to bottom right, #ffffff, #ffffff);
    background-size: contain, cover;
    background-repeat: no-repeat;
    background-position: right bottom, 0%;
}

/* The container */
.containerpremis {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.containerpremis input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: #eee;
    border: 1px #2196f3 solid;
    border-radius: 50%;
    transition: all 0.2s ease-in;
}

/* On mouse-over, add a grey background color */
.containerpremis:hover input ~ .checkmark {
    background-color: #ccc;
    box-shadow: 0 0px 6px 0 #2196f3;
    transition: all 0.2s ease-in;
}

/* When the radio button is checked, add a blue background */
.containerpremis input:checked ~ .checkmark {
    background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerpremis input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containerpremis .checkmark:after {
    left: 12px;
    top: 8px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.selected-lesen {
    background-color: #dceaf8;
    border-color: #2196f3;
    box-shadow: 0 0px 6px 0 #2196f3;
    transition: all 0.2s ease-in;
}

.mbsp-watermark-div {
    /* Used to position the watermark */
    position: relative;
}

.mbsp-watermark-container {
    /* Center the content */
    align-items: center;
    display: flex;
    justify-content: center;

    /* Absolute position */
    left: 0px;
    position: absolute;
    top: 0px;

    /* Take full size */
    height: 100%;
    width: 100%;
}

.mbsp-watermark {
    /* Text color */
    color: rgba(0, 0, 0, 1);

    text-align: center;
    bottom: 15%;
    right: 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(-40deg);
    position: absolute;

    /* Text styles */
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;

    /* Rotate the text */
    transform: rotate(-45deg);

    /* Disable the selection */
    user-select: none;
}
.react-bootstrap-table table {
    table-layout: auto;
  }
.table-scroll-x{
    overflow-x: scroll;
}
.mohonlesen{
    /*background-image: linear-gradient(to right, #1565c0, #42a5f5);
    background-size: contain, cover;
    background-repeat: no-repeat;
    background-position: right bottom, 0%;*/
    padding:20px;
    bottom: 100px;
    position: fixed;
    min-width: 260px;
    max-width: 260px;
}


.purchase-hcard {
    background-image:
        linear-gradient(to bottom right, #EBF5FB, #EBF5FB );
    background-size: contain, cover;
    background-repeat: no-repeat;
    background-position: right bottom, 0%;
    color:  #3498DB !important;
    border: 1px solid #3498DB;
}


.sale-hcard {
    background-image:
        linear-gradient(to bottom right, #F9EBEA, #F9EBEA );
    background-size: contain, cover;
    background-repeat: no-repeat;
    background-position: right bottom, 0%;
    color:  #C0392B !important;
    border: 1px solid #C0392B;
}


.misc-hcard {
    background-image:
        linear-gradient(to bottom right, #FEF9E7, #FEF9E7 );
    background-size: contain, cover;
    background-repeat: no-repeat;
    background-position: right bottom, 0%;
    color:  #F1C40F !important;
    border: 1px solid #F1C40F;
}

.purchase-btn{
    background: #3498DB;
    width: 80px;
}

.purchase-btn:hover{
    width: 100px;
}

.sale-btn{
    background: #C0392B;
    width: 80px;
}

.sale-btn:hover{
    width: 100px;
}

.misc-btn{
    background: #F1C40F;
    width: 80px;
}

.misc-btn:hover{
    width: 100px;
}

.newsales{
    border: 2px solid #C0392B;
    border-radius: 10px;
}

.newpurchase{
    border: 2px solid #3498DB;
    border-radius: 10px;
}

.newmisc{
    border: 2px solid #F1C40F;
    border-radius: 10px;
}


.hsales{
    border-left: 6px solid #C0392B;
}

.hpurchase{
    border-left: 6px solid #3498DB;
}

.hmisc{
    border-left: 6px solid #F1C40F;
}


.summary-card {
    background-image:
        linear-gradient(to bottom right, #f6f7fa, #fafcff );
    background-size: contain, cover;
    background-repeat: no-repeat;
    background-position: right bottom, 0%;
    color: #393c44 !important;
    border: 1px solid#e8e9ed;
}

.summary-card h1 {
    color: #393c44 !important;
}

.summary-icon {
    position: absolute;
    bottom:20px;
    right: 30px;
    font-size: 80px;
    opacity: .1;
}


.sub-summary-icon {
    position: absolute;
    bottom:20px;
    right: 80px;
    font-size: 80px;
    opacity: .08;
}

.sales-card {
    background-image:
        linear-gradient(to bottom right, #e2f1ff, #e6eafc );
    background-size: contain, cover;
    background-repeat: no-repeat;
    background-position: right bottom, 0%;
    color: #2669f7 !important;
    border: 1px solid#2669f7;
}

.sales-card h1, .sales-card h4{
    color: #2669f7 !important;
}

.purchase-card {
    background-image:
        linear-gradient(to bottom right, #f0fdea, #e7f3ff );
    background-size: contain, cover;
    background-repeat: no-repeat;
    background-position: right bottom, 0%;
    color: #00890e !important;
    border: 1px solid#00890e;
}

.purchase-card h1, .purchase-card h4{
    color: #00890e !important;
}

.misc-card {
    background-image:
        linear-gradient(to bottom right, #eee7ff, #e6eafc );
    background-size: contain, cover;
    background-repeat: no-repeat;
    background-position: right bottom, 0%;
    color: #7b45fe !important;
    border: 1px solid#7b45fe;
}

.misc-card h1, .misc-card h4{
    color: #7b45fe !important;
}

.weight-text{
    font-size: 40px;
    height: auto;
}

.weight-text:disabled{
    color: #000 !important;
    background-color: transparent;
}

.sale-border{
    border: 1px solid #C0392B;
}

.purchase-border{
    border: 1px solid #3498DB;
}

.misc-border{
    border: 1px solid #F1C40F;
}