﻿.cygnus .vdd-form .form-group .form-entry > label {
    font-variant: normal;
    font-weight: bolder;
}

.main-content .information {
    text-align: left;
    font-size: 10pt;
}

.cygnus .vdd-form .form-group .form-entry > .datetimebox.control.editable {
    border: none;
    width: auto;
}

    .datetimebox.control.editable .inputwrap {
        border-radius: 5px;
        border: 1px solid #6f767d;
        padding: 1px;
    }


    .datetimebox.control.editable .datepickerwrap, .datetimebox.control.editable .timewrap {
        border: none;
    }


.helper-expanded {
    background-color: #5a1e5f;
    font-size: 15px;
}


.control.datebox .inputwrap input, .control.datetimebox .inputwrap input {
    width: 120px;
}

.helperExt {
    width: 100%;
}

textarea.Counter-data.textbox.control,
.vdd-form .two-columns .form-entry .control {
    width: 100%;
}

span.time {
    display: none;
}

.eserviceheader span.title:after, .cygnus legend:after {
    background-color: #E2AA18 !important;
}

.wrapper.with-time .title {
    border: none;
}
.class_group_intern .control.attachmentcontrol .upload-button .file-wrapper {
    transform: scale(1.2)
}

.add-action {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: 48px !important;
    line-height: 0 !important;
}

    .add-action a {
        height: 100% !important;
    }

    .add-action:before {
        display: block;
        margin: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

.consultationcontrol .edit-link {
    position: absolute;
    top: 20px;
}

.proxydijoncontrol.control.noneditable {
    text-align: right;
    padding-right: 50px;
}

    .proxydijoncontrol.control.noneditable.nonvisible {
        display: none;
    }

    .proxydijoncontrol.control.noneditable a {
        background-color: #282d33;
        font-family: "Overpass", Regular, Arial, sans-serif;
        font-size: 1.3rem;
        color: #fff;
        display: inline-block;
        border: 0;
        position: relative;
        line-height: 48px;
        padding: 0;
        cursor: pointer;
        height: auto;
        font-weight: normal;
        text-decoration: none;
        padding: 0 25px;
        transition: all 0.2s ease;
    }

        .proxydijoncontrol.control.noneditable a:hover, .proxydijoncontrol.control.noneditable a:active, .proxydijoncontrol.control.noneditable a:focus {
            color: #fff;
            background-color: #16191b;
        }

.searchcontrolset .consultationcontrol.control.editable {
    border-bottom: 1px solid #E2AA18;
}

.searchcontrolset .col.col-head a::before {
    color: #E2AA18;
}

span.checkboxitem.checkboxview {
    border: none;
}

.radiobuttonbox.control.editable td {
    border: none;
}

.textcounter.control.editable.textbox textarea {
    font-size: 1.6rem;
}

.form-entry .helperExt {
    margin-bottom: 40px;
}

.main-content .information {
    color: #cd3a3a;
    font-size: 13pt;
}

.Counter {
    font-size: 10pt;
}

div.add-row {
    width: 20%;
    margin: auto;
}

.cygnus .onetomanycontrol .otm-row {
    border: none;
}
.cygnus .Attachment .control.attachmentcontrol .upload-button .file-wrapper {
    transform: none;
}

.cygnus .control.onetomanycontrol .otm-row td {
    padding: 5px;
}

td.Attachment {
    width: 50%;
}

.ckeditorbox.control.editable .ck-content p {
    margin-bottom: 0;
    color: rgb(40, 45, 51);
}

.ckeditorbox.control.editable .ck-content h1,
.ckeditorbox.control.editable .ck-content h2,
.ckeditorbox.control.editable .ck-content h3,
.ckeditorbox.control.editable .ck-content h4,
.ckeditorbox.control.editable .ck-content h5,
.ckeditorbox.control.editable .ck-content h6 {
    color: rgb(40, 45, 51);
}

.ckeditorbox.control.editable .ck-content p:last-child {
    margin-bottom: 30px;
}

.message.confirmation div {
    padding: 5px;
}