.points-parent {
    width: 604px;
    position: relative;
}

.points-bg {
    background-color: #f8c92b
}

.points-parent #point {
    position: absolute;
    top: 0px;
    left: 0px;

    z-index: 1000;
}

#elfinder {
    position: fixed;
    top: 50%;
    left: 50%;
    background: #cccccc;
    transform: translate(-50%, -50%);
    border: 1px solid #828181;
    z-index: 9999;
    height: 455px !important;
    padding: 20px 13px;
    border-radius: 4px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.49019607843137253);
}

.background-elfinder::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.43);
    top: 0;
    left: 0;
}

.background-elfinder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.elclose {
    top: 5px;
    background: #b50303;
    right: 5px;
    position: fixed;
    padding: 0px 6px;
    margin: auto;
    color: #fff;
    font-weight: 700;
    padding-bottom: 1px;
    font-size: 16px;
    border-radius: 3px;
    z-index: 999999;
    cursor: pointer;
}

.cke_editable {
    cursor: text;
    border: 2px dashed #ccc;
    padding: 5px;
}

.select2-container {
    width: 100% !important;
}

.group-file button:last-child {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.group-file .file-name {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    margin-left: -1px;
}

.card.card-default {
    border: 1px solid rgba(197, 197, 197, 0.7);
    box-shadow: 1px 1px 1px rgba(107, 106, 106, 0.05);
}

.form-control[readonly], fieldset[disabled] .form-control {
    color: rgba(87, 87, 87, 0.64);
}

.select2-selection--multiple .select2-selection__rendered .select2-selection__choice:first-child {
    margin-left: 10px;
}

@media only screen and (min-width: 768px) {
    form .row [class*='col-']:first-child {
        padding-left: 7px;
    }

    form .row [class*='col-']:last-child {
        padding-right: 7px;
    }
}

.is-invalid {
    border-color: red;

}

#loadingDiv {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10000;
    text-align: center;


}

#loadingDiv img {
    max-width: 100px;
}
