﻿.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 0em auto 0.80em;
    border: .25em solid transparent;
    border-radius: 50%;
    border-color: #ffc107;
    color: #ffc107;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .swal2-icon .swal2-icon-content {
        display: flex;
        align-items: center;
        font-size: 3.75em;
    }

.modal {
    background: #00000054;
}

.lobibox, .lobibox-notify {
    font-family: sans-serif !important;
}

.popover {
    max-width: 100% !important;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
    /*border-color: #0dcaf0!important;*/
}


/* parsley validation Start Here */

.parsley-error {
    border-color: #f05050 !important;
}

.parsley-equalto,
.parsley-required,
.parsley-type {
    color: #f05050;
}

.parsley-errors-list {
    display: none;
    margin: 0;
    padding: 0;
}

    .parsley-errors-list.filled {
        display: block;
    }

    .parsley-errors-list > li {
        font-size: 12px;
        list-style: none;
        color: #f05050;
    }

/* parsley validation end Here */

.mandatory:before {
    content: '* ';
    color: #DD0000;
    font-size: 20px;
}

.non-mandatory:after {
    content: '* ';
    color: transparent;
    font-size: 20px;
    vertical-align: middle;
}

.ui-effects-transfer {
    border: 3px dotted #333333;
    z-index: 500;
}

/*Percentage Sign Placement*/
.percentage:after {
    content: ' %';
}

.input-percentage {
    position: relative;
    color: #18447e;
    font-weight: 600;
}

    .input-percentage.right input {
        padding-right: 20px;
        text-align: end;
    }

    .input-percentage:before {
        position: absolute;
        top: 0px;
        content: "%";
    }

    .input-percentage.right:before {
        right: 10px;
    }
/*Euro Sign Placement*/
.euro:after {
    content: ' €';
}

.dollar:after {
    content: ' $';
}

.input-euro {
    position: relative;
    color: #18447e;
    font-weight: 600;
}

    .input-euro.left input {
        padding-left: 20px;
    }

    .input-euro.right input {
        padding-right: 20px;
        text-align: end;
    }

    .input-euro:before {
        position: absolute;
        /*top: -5px;*/
        top: 0px;
        content: "€";
    }

    .input-euro.left:before {
        left: 10px;
    }

    .input-euro.right:before {
        right: 10px;
    }

.plus-sign {
    color: #4cb848;
}

    .plus-sign:before {
        content: "(+) ";
        color: #4cb848;
    }

.minus-sign {
    color: #DD0000;
}

    .minus-sign:before {
        content: "(-) ";
        color: #DD0000;
    }

.tableModified > thead th,
.tableModified > tbody td {
    text-align: center;
    font-size: 12px !important;
    font-family: sans-serif !important;
}
