/*
 * Copyright (C) 2023, Coperitus GmbH. All rights reserved.
 */


.c_dragAndDrop {
    background: url(../../etone-theme/images/assets/dragAndDrop.png);
    background-size: 25px 25px;
    margin-left: 40px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
}

.c_commonTextLink {
    color: #b4338b !important;
    text-decoration: none;
    font-size: .75rem;
    cursor: pointer;
}

a,
a label {
    cursor: pointer;
}

.c_commonTextLink::after {
    background-image: url(../../etone-theme/images/assets/sprites/basic-sea8e2a394b.png);
    background-repeat: no-repeat;
    background-position-x: -4800px;
    content: ' ';
    display: inline-block;
    margin-left: 5px;
    margin-top: 0;
    margin-bottom: -5px;
    width: 10px;
    height: 20px;
}

section.c_derivatives .c_derivative_button.button_ci:hover {
    background-color: white;
    color: #b4338b !important;
}

.c_gridItemInitial {
    height:200px;
}

#layer_success header.c_error h1 {
    color: #b4338b;
}

.c_flashMessageHolder ul li:first-child .c_flashMessage {
    margin-top: 20px;
}