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


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

a,
a label {
    cursor: pointer;
}

.c_commonLink {
    color: #007C80 !important;
    text-decoration: none;
    font-size: .75rem;
    cursor: pointer;
}

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

.c_commonTextLink::after {
    background-image: url(../../tradersplace-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;
}

#c_middle th a {
    color: #007C80 !important;
    text-decoration: none;
}

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

input {
    text-transform: none !important;
}

.c_priceFont {
    color: #007C80;
}

.c_gridItemInitial {
    height:200px;
}

div#c_layerLogin input#permDefault {
    width: 100px;
}