.ele-login-background{
    min-height: 100vh;
    background-image: url('/.custom/img/achtergrond.png');
    position: relative;
}
.copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box;
    font-size: 12px;
}
.no-style-link {
    color: #2c81ba;
    text-decoration: none;
    font-weight: bold;
}

.ele-dashboard-revenue{
    height: 400px;
}

.ele-dashboard-chart{
    height: 300px; width: 100%; max-width: 340px; margin: 0 auto;
}

.ele-display-none{
    display: none;
}

.ele-display-table-row{
    display: table-row;
}

.ele-line-height-0{
    line-height: 0px;
}

.ele-top-products{
    height: 230px; object-fit: contain;
    margin-top: 20px;
}

.ele-employee-rows-a{
    color: inherit;
}

.ele-color-white{
    color: #FFFFFF;
}

.ele-color-green{
    color: green;
}

.ele-cart-overprint{
    max-width: 280px; white-space:normal;
}

.ele-cart-info{
    margin-top: 5px; margin-left: 10px; text-align: center;
}
.ele-cart-alternative{
    display:inline; margin-top: 5px; margin-left: 5px; text-align: center;
}

.ele-ta-left{
    text-align: left;
}

.ele-ta-center{
    text-align: center;
}

.ele-pr10{
    padding-right: 10px;
}

.ele-pl8{
    padding-left: 8px;
}
.ele-pr8{
    padding-right: 8px;
}

.ele-mt5{
    margin-top: 5px;
}

.ele-mt20{
    margin-top: 20px;
}

.ele-mb0{
    margin-bottom: 0px;
}

.ele-width-100p{
    width: 100%;
}

.ele-width-30{
    width: 30px;
}

.ele-width-180{
    width: 180px;
}

.ele-min-width-190{
    min-width: 190px;
}

.ele-max-width-150{
    max-width: 150px;
}

.ele-max-width-220{
    max-width: 220px;
}

.ele-height-13{
    height: 13px;
}

.ele-height-40{
    height: 40px;
}

.ele-height-150{
    height: 150px;
}

.ele-height-200{
    height: 200px;
}

.ele-break-word{
    word-wrap: break-word;
}

.ele-finance-fill-all{
    cursor: pointer; color: #007bff;
}
.ele-finance-free-stock{
    width: 30px; display: inline-block;
}
.ele-finance-stock-exp{
    width:25px; text-align: center; display: inline-block;
}

.ele-cursor-default{
    cursor: default;
}

.ele-spinner-dim{
    width: 3rem; height: 3rem;
}