.main {
    width: inherit;
}

.login-form .divider:after,
.login-form .divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.register-form button[type="submit"],
.login-form button[type="submit"] {
    width: 100%;
}

textarea {
    resize: none;
}

.form-check>span {
    display: none;
}

.form-check.error>span {
    display: block;
    color: red;
}

.form-check.error.error {
    border: 1px solid red;
}

.repeater .repeater-row {
    display: flex;

    border: 1px solid lightgray;
    margin: 10px 20px;
    padding: 20px;
    border-radius: 4px;
}

.repeater .fields {
    width: 100%;
}

.repeater .actions {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-left: 20px;
}


.repeater .actions .repeater-explorer_files-add,
.repeater .actions .repeater-explorer_files-remove,
.repeater .actions .repeater-categories-add,
.repeater .actions .repeater-categories-remove,
.repeater .actions .repeater-cooperating_entities-add,
.repeater .actions .repeater-cooperating_entities-remove,
.repeater .actions .repeater-participants-add,
.repeater .actions .repeater-static_participant-remove,
.repeater .actions .repeater-participants-remove,
.repeater .actions .repeater-select-add,
.repeater .actions .repeater-select-remove,
.repeater .actions .repeater-podcast_files-add,
.repeater .actions .repeater-podcast_files-remove,
.repeater .actions .repeater-slider_contents-add,
.repeater .actions .repeater-slider_contents-remove,
.repeater .actions .repeater-episodes-add,
.repeater .actions .repeater-episodes-remove,
.repeater .actions .repeater-subject-add,
.repeater .actions .repeater-subject-remove,
.repeater .actions .repeater-add,
.repeater .actions .repeater-remove {
    width: 40px;
    height: 40px;
    border: 1px solid black;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 2em;
    font-weight: bold;
    color: white;
    border-radius: 5px;
    cursor: pointer;

    align-items: center;
    transition: 0.2s all ease-in-out;
}

.repeater .actions .repeater-explorer_files-add,
.repeater .actions .repeater-categories-add,
.repeater .actions .repeater-cooperating_entities-add,
.repeater .actions .repeater-participants-add,
.repeater .actions .repeater-select-add,
.repeater .actions .repeater-podcast_files-add,
.repeater .actions .repeater-slider_contents-add,
.repeater .actions .repeater-subject-add,
.repeater .actions .repeater-episodes-add,
.repeater .actions .repeater-add {
    /*background: lightgreen;*/
    background: #3b7ddd;
    margin-right: 2px;
}
.repeater .actions .repeater-explorer_files-add:hover,
.repeater .actions .repeater-categories-add:hover,
.repeater .actions .repeater-cooperating_entities-add:hover,
.repeater .actions .repeater-participants-add:hover,
.repeater .actions .repeater-select-add:hover,
.repeater .actions .repeater-podcast_files-add:hover,
.repeater .actions .repeater-slider_contents-add:hover,
.repeater .actions .repeater-subject-add:hover,
.repeater .actions .repeater-episodes-add:hover,
.repeater .actions .repeater-add:hover {
    /*background: darkgreen;*/
    background: #222e3c;
}

.repeater .actions .repeater-explorer_files-remove,
.repeater .actions .repeater-categories-remove,
.repeater .actions .repeater-cooperating_entities-remove,
.repeater .actions .repeater-static_participant-remove,
.repeater .actions .repeater-participants-remove,
.repeater .actions .repeater-select-remove,
.repeater .actions .repeater-podcast_files-remove,
.repeater .actions .repeater-slider_contents-remove,
.repeater .actions .repeater-subject-remove,
.repeater .actions .repeater-episodes-remove,
.repeater .actions .repeater-remove {
    background: lightcoral;
}

.repeater .actions .repeater-explorer_files-remove:hover,
.repeater .actions .repeater-categories-remove:hover,
.repeater .actions .repeater-cooperating_entities-remove:hover,
.repeater .actions .repeater-static_participant-remove:hover,
.repeater .actions .repeater-participants-remove:hover,
.repeater .actions .repeater-select-remove:hover,
.repeater .actions .repeater-podcast_files-remove:hover,
.repeater .actions .repeater-slider_contents-remove:hover,
.repeater .actions .repeater-subject-remove:hover,
.repeater .actions .repeater-episodes-remove:hover,
.repeater .actions .repeater-remove:hover {
    background: darkred;
}

.repeater .button-wrapper {
    display: flex;
    justify-content: end;
    width: 100%;
    padding-top: 20px;
}

.repeater .button-wrapper .btn:hover {
    background: lightgray;
}

/* .modal:nth-of-type(even) {
    z-index: 1052 !important;
}

.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
} */

#host-backdrop {
    /* backdrop-filter: blur(60%);
    backdrop-filter: brightness(60%); */
    display: blcok;
    background-color: gray;
    backdrop-filter: opacity(20%);
}

.form-error-box {
    display: none;
}

input,
label,
select {
    display: block;
}

.form_error {
    color: white;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 5px, 5px, 5px, 5px;
}

.form_error_box {
    margin-top: 5px;
    border: 2px solid red;
    width: fit-content;
    border-radius: 25px;
    background: red;
}

.form_error_box_contact {
    margin-top: 5px;
    border: 2px solid red;
    width: fit-content;
    border-radius: 25px;
    background: red;
    margin-left: auto;
    margin-right: auto;
}

.card-title {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.form-label {
    padding-top: 10px;
}

.btn-right {
    float: right;
}

.text-center {
    margin-left: auto;
    margin-right: auto;
}

#elfinderModalBody,
#elfinderModal .modal-content {
    padding: 0;
    border-radius: 0;
    overflow: hidden;
}

#elfinderModalBody {
    padding: 0;
}

.file_preview {
    width: 100px;
    height: 100px;
    border: 1px solid #222e3c;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../images/img_placeholder.png');
}

.fm-button {
    outline: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.fm-button:hover {
    -webkit-filter: brightness(90%);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.dialogelfinder .ui-widget-header {
    background: #3b4047;
    padding: 2px;
    text-align: center !important;
    color: #fff;
    font-weight: bold;
}

.dialogelfinder .ui-widget-header a.dialogelfinder-drag-close.ui-corner-all {
    top: 11px !important;
    color: #fff !important;
}

/* Loader */
#loaderAnimation {
    z-index: 9999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
}

.overlay{
    opacity:0.8;
    background-color:rgba(0, 0, 0, 0.5);
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    visibility: hidden;
    z-index:9900;
}

/* select2 */
.select2-selection__clear{
    margin-right: 50px;
}