.tx-ng_userprofile .imgUpload {
    width: 200px;
}

.tx-ng_userprofile select {
	width: 100%;
}

.tx-ng_userprofile .optionlvl1 {
	padding-left: 1em;
}

.tx-ng_userprofile .optionlvl2 {
	padding-left: 2em;
}

.tx-ng_userprofile .optionlvl3 {
	padding-left: 3em;
}

.tx-ng_userprofile .imgUpload input {
    margin-top: 0.5rem;
}

.tx-ng_userprofile .imgUpload .btn {
    display: block;
}

.tx-ng_userprofile .btn {
    position: relative;
    padding-right: 1.5rem;
    font-size: .85rem;
}

.tx-ng_userprofile .btn input {
	position: absolute;
    left: 0;
	top: 0;
	right: 0;
    bottom: 0;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tx-ng_userprofile img.icon {
    width: 1.2rem;
    height: auto;
    margin-left:1rem;
    vertical-align: top;
}

.tx-ng_userprofile #form-submit {
    display: flex;
  	justify-content: right;
}

.tx-ng_userprofile .typo3-messages {
    padding-left: 0;
    text-indent: 0;
}
.tx-ng_userprofile .alert {
    border: 1px #CED4DA solid;
}


.tx-ng_userprofile .alert-message {
    font-weight: bold;
    margin-bottom: 0rem;
    
}

.tx-ng_userprofile .alert-title {
    display: inline;
    vertical-align: top;
}
    
.tx-ng_userprofile .alert-notice {
    background-color: lightgrey;
}

.tx-ng_userprofile .alert-info::before {
    content: url("../Icons/info.png");
}

.tx-ng_userprofile .alert-notice::before {
    content: url("../Icons/notice.png");
}

.tx-ng_userprofile .alert-success::before {
    content: url("../Icons/ok.png");
}

.tx-ng_userprofile .alert-warning::before {
    content: url("../Icons/warning.png");
}

.tx-ng_userprofile .alert-danger::before {
    content: url("../Icons/error.png");
}

.tx-ng_userprofile input.f3-form-error, textarea.f3-form-error {
	background-color:#F8D7DA;
}

.tx-ng_userprofile span.f3-form-error, div.f3-form-error {
	color:#D56763;
	font-weight: bold;
}

@media (pointer: coarse) {
	.hide-mobile {
		display: none;
	}
}
@media (pointer: fine) {
	.hide-desktop {
		display: none;
	}
}
