﻿.umb-overlay {
    height: 90% !important;
    width: 50% !important;
}

.overlay input:not([type=checkbox]),
.overlay textarea,
.overlay select {
    width: 100% !important;
}

.w-45 {
    padding: 10px;
    width: 45%;
    display: inline-block;
}

.form-group {
    display: flex;
    align-items: center;
}

    .form-group label {
        margin-bottom: 0;
        margin-left: 15px;
    }

    .form-group input[type=checkbox] {
        margin: 0;
    }

input[type="file"] {
	display: none;
}
.custom-file-upload {
	display: inline-block;
	padding: 6px 14px !important;
	cursor: pointer !important;
	margin-right: 15px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.list-unstyled {
    list-style-type: none;
}

.custom-rte .umb-property-editor {
    max-width: 100%;
}

.custom-rte .mce-tinymce {
    max-width: 100%;
}

.arlanet-umb-prop {
    margin-bottom: 15px;
}

.arlanet-umb-prop .umb-editor {
    /*all: unset;*/
    position: relative;
    box-shadow: none;
    background: none;
}

.arlanet .table:not(.table-bordered) tr > td:first-child {
    border-left: none;
}

.arlanet .umb-listview .table-striped tbody input[type=checkbox] {
    display: block;
}