.downloaded {
    &:before {
        content: url(../Icons/icon-done.svg);
    }
}

.download-icon {
    background: transparent url(../Icons/i_file_download.svg) no-repeat center center;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
}

.pdf-icon {
    background: transparent url(../Icons/i_file_pdf.svg) no-repeat center center;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    flex-shrink: 0;
    margin-right: 10px;
}

.info-icon {
    background: transparent url(../Icons/icon-info-gruen.svg) no-repeat center center;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    flex-shrink: 0;
    margin-right: 10px;
    cursor: pointer;
}

.hide {
    display: none;
}

.td-icon {
    width: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.td-flex-wide {
    width: 350px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.radio-padding-left {
    padding-left: 0 !important;
    padding-right: 10px;
}
.radio-padding-left input {
    margin-top: 0 !important;
}

.wust-investments-backend-icon {
    background-image: url(../Images/wust-investments-backend-icon.svg);
}

.wizard-menu {
    background-color: #00776B;
    width: 275px;
    height: 310px;
    color:#FFFFFF99;
    padding-top: 15px;
    border-radius: 4px;
    font-size: 16px;
}
.wizard-menu .active {
    color: white;
}
.wizard-menu li {
    padding-bottom: 10px;
}

.registration-main {
    font-size: 16px;
    color: #000000B2;
    line-height: 15px;
}

.registration-main .wizard-menu ul {
    flex-direction: column;
}

.registration-main .info {
    font-size: 22px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.registration-main .form-group{
    padding-bottom: 10px;
}

.registration-main .form-group label{
    padding-bottom: 10px;
}
.registration-main input[type='radio'] {
    transform: scale(1.15);
    margin-top: 1px;
}
.registration-main textarea {
    width: 100%;
    height: 200px;
}
.registration-main select {
    display: inline-block;
    margin-left: 20px;
}
.knowledgeTypeContainer select {
    margin-left: 0;
}
.registration-main select[multiple] {

}
.registration-main .form-group .required {
    color: red;
}
.action-button {
    margin-left: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.registration-main h1 {
    margin-left: 10px;
}
.registration-main .input-group {
    width: 100%;
}

.info-row {
    margin-bottom: 15px;
    padding-bottom:20px;
}
.info-row b {
    font-weight: bold;
}
.login-from .row {
    margin-bottom: 20px!important;
    vertical-align: middle;

}
.login-from .login-text {
    padding-top: 10px;
}
.required {
    color: red;
}

.mb-10 {
    margin-bottom: 10px;
}

.info-box {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.info-box-content {
    border-radius: 20px;
    padding: 20px;
    background-color: #fff;
    border: 2px solid #00776B;
    width: 50%;
    height: auto;
}

.full-width {
    width: 100%;
}

.fr {
    float: right;
}

.info-icon-enabled-label {
    display: flex;
    flex-direction: row;
}

.form-group .red-warning {
    background-color: #EA9B9B;
    color: #000;
    border-radius: 5px;
    padding: 10px;
    display: block;
}
.redLabel {
    color: #ff0000;
}

ul.errors {
    padding: 0;
    margin: 0;
}

ul.errors li {
    padding: 0;
    margin: 0;
    color: #ff0000;
}