﻿/* 15:26*/
body .cygnus {
    font-family: "Overpass", Regular, Arial, sans-serif;
}

body {
    background-color: rgb(239, 239, 239);
}

.cygnus div#ms-designer-ribbon {
    display: none !important;
}

.cygnus .tab-bar .tab {
    display: none;
}

    .cygnus .tab-bar .tab.active {
        display: block;
    }

    .cygnus .tab-bar .tab .tab-link, .cygnus .tab-bar .tab .tab-link:hover {
        border: 0;
        background: none;
        padding: 0;
        margin: 0;
        font-size: 24px;
        cursor: pointer;
        color: #5f6061;
    }

.cygnus ul.tab-head, .cygnus ul.tab-foot {
    margin: 0;
    padding: 0;
}

    .cygnus ul.tab-head li, .cygnus ul.tab-foot li {
        background: white;
        display: block;
        padding: 10px;
        position: relative;
        height: 70px;
        border-top: 2px solid #999;
        background: #fff;
        padding: 0;
    }

    .cygnus ul.tab-head li, .cygnus ul.tab-foot li {
        cursor: pointer;
    }

        .cygnus ul.tab-head li span, .cygnus ul.tab-foot li span {
            margin-left: 15px;
            font-size: 18pt;
            position: absolute;
            left: 9%;
            top: 20px;
            font-weight: 400;
        }

        .cygnus ul.tab-head li span, .cygnus ul.tab-foot li span {
            margin-left: 15px;
        }

        .cygnus ul.tab-head li i, .cygnus ul.tab-foot li i {
            position: absolute;
            left: 6%;
            top: 20px;
            font-size: 15pt;
            font-style: normal;
            font-weight: 400;
            text-decoration: none;
            font-family: "Comic Sans MS";
        }

            .cygnus ul.tab-head li i:before,
            .cygnus ul.tab-foot li i:before {
                content: "";
                display: block;
                width: 50px;
                height: 50px;
                border: 2px solid;
                border-radius: 25px;
                position: absolute;
                top: -10px;
                left: -20px;
                z-index: 777;
            }

        .cygnus ul.tab-head li.active {
            background: #b23993;
            color: #fff;
            border-top: none;
        }

    .cygnus ul.tab-foot li {
        background: #333333;
        color: #fff;
        border-top: none;
        margin-top: 5px;
    }

        .cygnus ul.tab-foot li i:before {
            position: absolute;
            top: -10px;
            left: -20px;
            z-index: 1;
        }

        .cygnus ul.tab-foot li span {
            font-weight: 100;
        }

.cygnus .main-content.end-message.summary-content {
    padding: 20px;
}

.cygnus .root-dijon.content h2 {
    text-align: center;
    width: auto;
    width: 100%;
    z-index: 500;
    font-weight: lighter;
    font-size: 26px;
    margin: 20px 0;
}

    .cygnus .root-dijon.content h2:after {
        content: '';
        background-color: #fff;
        height: 2px;
        width: 100%;
        display: block;
        margin-top: 5px;
        z-index: 5;
        display: none;
    }

.cygnus legend {
    font-weight: 400;
}

    .cygnus legend:after {
        content: '';
        background-color: #9e8652 !important;
        height: 1px;
        width: 50%;
        display: block;
        margin-top: 10px;
        z-index: 5;
    }

main#skipToContent {
    background: #efefef;
    background-size: cover;
    padding-bottom: 40px;
}

.cygnus header {
    position: fixed;
    margin-bottom: 0;
}

.cygnus .sidy__content {
    background: #efefef;
    background-size: cover;
}

fieldset.form-group.root-group {
    padding: 0 20px;
}

.radiobuttonlist table, .radiobuttonlist tbody, .radiobuttonlist tr {
    display: inline-block;
    width: 100%;
}

.radiobuttonlist tr {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.radiobuttonlist td {
    display: inline-block;
    font-weight: 100;
    margin: 0 20px 0 0;
    padding: 0 10px;
    min-height: 43px;
    vertical-align: top;
    margin-bottom: 10px;
}

    .radiobuttonlist td input {
        display: inline-block;
    }

.radiobuttonlist[data-repeat-columns="2"] td {
    width: 46%;
    margin-right: 4%;
}

.radiobuttonlist[data-repeat-columns="1"] td {
    width: 100%
}

.radiobuttonlist[data-repeat-columns="3"] td {
    width: 30%;
    margin-right: 2%;
    margin-bottom: 5px;
}

.radiobuttonlist.control td label {
    display: inline-block;
    width: 80%;
}

.form-entry .radiobuttonview td {
    position: relative;
}

    .form-entry .radiobuttonview td input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        .form-entry .radiobuttonview td input + label {
            cursor: pointer;
        }

    /* Hide the browser's default checkbox */
    .form-entry .radiobuttonview td input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.form-entry .radiobuttonview input + label:before {
    position: absolute;
    top: 9px;
    left: 5px;
    height: 24px;
    width: 24px;
    background-color: #eee;
    content: "";
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.form-entry .radiobuttonview td:hover input + label:before {
    background-color: #ccc;
}

.form-entry .radiobuttonview td input:checked + label:before {
    background-color: white;
    border: 1px solid #b23993;
}

.form-entry .radiobuttonview td input:checked + label:after {
    background-color: #b23993;
}

/* When the checkbox is checked, add a blue background */
.form-entry .radiobuttonview input:checked + label:after {
    background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.form-entry .radiobuttonview input + label:after {
    content: "";
    position: absolute;
    display: none;
}

/* Style the checkmark/indicator */
.form-entry .radiobuttonview input:checked + label:after {
    display: block;
    left: 12px;
    top: 16px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.radiobuttonbox.control.editable td {
    display: inline-block;
    font-weight: 100;
    border-radius: 5px;
    border: 1px solid #6f767d;
    border-radius: 5px;
    background-color: #fff;
    margin: 0 20px 0 0;
    padding: 5px 10px 0 10px;
    vertical-align: middle;
    min-height: 43px;
}

.radiobuttonview.control.editable td label {
    padding: 0 0 0 30px;
    width: 100%;
}

    .radiobuttonview.control.editable td label:first-letter {
        text-transform: capitalize;
    }

.cygnus .vdd-form .form-group .form-entry > .control.checkboxview {
    position: relative;
    padding-left: 20px;
}

.form-entry .checkboxview input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

    .form-entry .checkboxview input + label {
        cursor: pointer;
    }

/* Hide the browser's default checkbox */
.form-entry .checkboxview input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

    .form-entry .checkboxview input + label {
        cursor: pointer;
        padding: 5px 0 0 20px;
    }

        /* Create a custom checkbox */
        .form-entry .checkboxview input + label:before {
            position: absolute;
            top: 9px;
            left: 5px;
            height: 24px;
            width: 24px;
            border: 1px solid #888;
            content: "";
        }

/* On mouse-over, add a grey background color */
.form-entry .checkboxview:hover input + label:before {
    background-color: #ccc;
}

.form-entry .checkboxview input:checked + label:before {
    background-color: white;
    border: 1px solid #b23993;
}

.form-entry .checkboxview input:checked + label:after {
    border: solid white;
    border-color: #b23993;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* When the checkbox is checked, add a blue background */
.form-entry .radiobuttonview input:checked + label:after {
    background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.form-entry .checkboxview input + label:after {
    content: "";
    position: absolute;
    display: none;
}

/* Style the checkmark/indicator */
.form-entry .checkboxview input:checked + label:after {
    display: block;
    left: 14px;
    top: 14px;
    width: 7px;
    height: 12px;
}

.checkboxlist.control.editable[data-repeat-columns="2"] .checkboxview {
    width: 100%;
}

.checkboxview {
    display: inline-block;
    font-weight: 100;
    border-radius: 5px;
    border: 1px solid #6f767d;
    border-radius: 5px;
    margin: 5px 20px 5px 0;
    padding: 0 10px 0 35px;
    vertical-align: middle;
    min-height: 43px;
    position: relative;
}

.checkboxlist.control.editable[data-repeat-columns="2"] td {
    width: 50%;
}

    .checkboxlist.control.editable[data-repeat-columns="2"] td:nth-child(even) {
        padding-left: 40px
    }

    .checkboxlist.control.editable[data-repeat-columns="2"] td:nth-child(odd) {
        padding-right: 40px
    }

.checkboxview.control.editable label:first-letter {
    text-transform: capitalize;
}

/**********************/
.form-entry .combobox.control > select {
    height: 43px
}

.form-entry.PA,
.form-entry.smart-VI,
.form-entry.voiesville,
.form-entry.BR,
.form-entry.VO {
    width: 46%;
    margin: 5px 4% 5px 0px;
    display: inline-block;
}

.form-entry.VO,
.form-entry.smart-VI {
    margin: 5px 0 5px 4%;
}

.form-entry.NO,
.form-entry.NC {
    width: 21%;
    display: inline-block;
    margin: 5px 4% 5px 0px;
}

.cygnus .vdd-form .form-group .form-entry .smartadressbox .control {
    position: relative;
}

.smartadressbox .form-entry {
    vertical-align: top
}

.smartadressbox span.erase {
    color: #000;
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    width: 15px;
    height: 15px;
    right: 11px;
    top: 14px;
    cursor: pointer;
}

    .smartadressbox span.erase:before {
        content: '';
        position: absolute;
        top: 7px;
        width: 15px;
        height: 1px;
        background-color: currentColor;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .smartadressbox span.erase:after {
        content: '';
        position: absolute;
        top: 7px;
        width: 15px;
        height: 1px;
        background-color: currentColor;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.smartadressbox .smart-VO .info {
    font-size: 14px;
    font-weight: 400;
}

.smartadressbox .smart-VO .complete-address input {
    vertical-align: middle;
    margin: 0;
    color: red;
}

.smartadressbox .smart-VO .complete-address label {
    margin: 0;
    padding-left: 10px;
}

.form-entry.NO .helperExt {
    font-size: 12px;
}

    .form-entry.NO .helperExt:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.vdd-form .form-group.two-columns .form-group-content .form-entry {
    display: inline-block;
    vertical-align: top;
    width: 42%;
    padding: 0;
    margin-right: 4%;
    margin-left: 4%;
}

    .vdd-form .form-group.two-columns .form-group-content .form-entry.full-width {
        width: 92%;
    }

.vdd-form .form-group.one-column .form-group-content > .form-entry {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
}

.vdd-form {
    padding: 25px;
}

.vdd-form,
.class_group_home label, .class_group_intern label {
    font-weight: 100;
}

    .vdd-form .form-group .form-group-content.without-helper {
        width: 100%;
        display: inline-block;
    }

    .vdd-form .form-group .form-group-content {
        width: 75%;
        display: inline-block;
    }

.cygnus .vdd-form .form-group .form-group-helper {
    width: 20%;
    margin: 2% 2%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    background-color: #9e8652 !important;
    color: white;
    font-size: 13px;
    font-weight: 100;
    line-height: 16px;
    text-align: justify;
    position: relative;
}

.cygnus .vdd-form .form-group .form-group-content.helper-expandable {
    width: 90%;
}

.cygnus .vdd-form .form-group .form-group-helper.to-expand {
    width: 5%;
    font-size: 16px;
    font-weight: 400;
}

.cygnus .form-group-helper-expanded {
    display: none;
}

    .cygnus .helper-contents.question-helper-expanded.display,
    .cygnus .form-group-helper-expanded.display {
        position: fixed;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: rgba(0,0,0,0.3);
        vertical-align: middle;
        max-width: none;
    }

    .cygnus .helper-contents.question-helperExt-expanded.display,
    .cygnus .form-group-helper-expanded.display {
        position: fixed;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: rgba(0,0,0,0.3);
        vertical-align: middle;
        max-width: none;
    }

        .cygnus .helper-contents.question-helper-expanded.display span,
        .cygnus .form-group-helper-expanded.display span {
            min-width: 500px;
            max-width: 800px;
            margin: auto;
            display: block;
            margin-top: 10%;
            vertical-align: top;
            padding: 50px;
            background-color: #9e8652 !important;
            color: white;
            font-size: 15px;
            font-weight: 100;
            line-height: 16px;
            text-align: justify;
            padding-top: 50px;
            padding-bottom: 50px;
            max-height: 70%;
            overflow-y: auto;
        }

        .cygnus .helper-contents.question-helperExt-expanded.display span,
        .cygnus .form-group-helper-expanded.display span {
            min-width: 500px;
            max-width: 800px;
            margin: auto;
            display: block;
            margin-top: 10%;
            vertical-align: top;
            padding: 50px;
            background-color: #9e8652 !important;
            color: white;
            font-size: 15px;
            font-weight: 100;
            line-height: 16px;
            text-align: justify;
            padding-top: 50px;
            padding-bottom: 50px;
            max-height: 70%;
            overflow-y: auto;
        }

ul.tab-head li.active:after {
    content: "";
    display: inline;
    position: relative;
    left: 49%;
    top: 70px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #b23993;
    float: left;
}

.vdd-form span.info-helper {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    background-color: #9e8652 !important;
    color: white;
    font-size: 13px;
    font-weight: 100;
    line-height: 16px;
    text-align: justify;
    position: relative;
    margin-top: 20px;
}

    .vdd-form span.info-helper:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-bottom: 20px solid #9e8652;
        position: absolute;
        top: -20px;
        left: 49%;
    }

    .vdd-form span.info-helper p {
        color: white;
    }

.vdd-form .form-group .form-group-helper:before {
    content: "";
    display: inline;
    position: absolute;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #9e8652;
    float: left;
}

.cygnus .vdd-form .form-group .form-entry .helper {
    display: none;
}

.cygnus .vdd-form .form-group .form-entry > label {
    display: block;
    width: 100%;
    font-size: 17px;
}

.cygnus .vdd-form .form-group .form-entry > .control {
    display: inline-block;
    width: 100%;
    font-weight: 100;
    margin: 0;
    padding: 0;
}

    .cygnus .vdd-form .form-group .form-entry > .control table {
        width: 100%
    }

.inscription-famille .dfrl1proadville input, .inscription-famille .dfrl1proemployer input, .inscription-famille .dfrl1proprofession input, .inscription-famille .dfrl1proadrue input, .inscription-famille .dfr2nom input, .inscription-famille .dfr2prenom input, .inscription-famille .dfrl2proadville input, .inscription-famille .dfrl2proemployer input, .inscription-famille .dfrl2proprofession input, .inscription-famille .dfrl2proadrue input, .inscription-famille .form-entry.dfenfnom input, .inscription-famille .form-entry.dfenfprenom input, .inscription-famille .mycommunnom input, .inscription-famille .mycommunprenom input, .inscription-famille .form-entry.mycommunadresse .form-entry.ville input, .inscription-famille .form-entry.mycommunadresse .form-entry.voie input {
    text-transform: none;
    font-weight: 100;
    border-radius: 5px;
    border: 1px solid #6f767d;
}

.main-content .form-group.root-group .form-group legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: none;
}

.form-entry .control textarea, .form-entry .control select, .form-entry .control .ui-autocomplete-input, .form-entry .control .custom-combobox-toggle {
    border: 1px solid #282d33;
    color: #282d33;
    text-transform: none;
    font-weight: 100;
    border-radius: 5px;
    border: 1px solid #6f767d;
    height: 43px;
}

.form-entry .control textarea {
    height: auto;
}

.textbox.editable input, .integerbox.editable input, .form-entry .datebox.editable, .form-entry .timebox.editable, .form-entry .datetimebox.editable, .realbox.editable input, .form-entry .control .ui-autocomplete-input {
    height: 43px;
    font-size: 16px;
    border: 1px solid #282d33;
    color: #282d33;
    text-transform: none;
    font-weight: 100;
    border-radius: 5px;
    border: 1px solid #6f767d;
}

.form-entry .datebox.editable, .form-entry .timebox.editable {
    max-width: 180px;
}

.class_group_intern #ui-datepicker-div {
    color: #666;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
    background-color: #f2f2f2;
}

    .class_group_intern #ui-datepicker-div .ui-state-default {
        border: none;
        background: none;
        border: 1px solid #d2d2d2;
        color: #fff;
        background: white;
        color: #666;
        text-align: center;
    }

        .class_group_intern #ui-datepicker-div .ui-state-default:hover {
            background: #9e8652;
            color: #fff;
            transition-duration: unset;
        }

.inscription-famille .main-content .information {
    position: unset;
    text-align: right;
    padding: 10px;
}

.form-entry .error {
    display: none;
}

.form-entry .invalid .error {
    margin: 10px 0;
    font-size: 12pt;
    font-style: normal;
    color: white;
    font-weight: 100;
    padding: 15px;
    background: #da3264;
    display: block;
}

.form-entry.invalid > label, .form-entry.invalid > td > label {
    color: #da3264;
}

.error .fal.fa-exclamation-square {
    margin-right: 10px;
}

.vdd-form .message p {
    color: white;
    font-size: 16px;
    text-align: center;
    margin: 0;
}

.vdd-form .message a {
    color: white;
}

.vdd-form .message .ok a {
    color: green;
}

.vdd-form .message .note {
    padding: 20px;
    border-color: #9e8652;
    background-color: #9e8652;
    border-radius: 5px;
    color: white;
}

.vdd-form .message .ok {
    padding: 20px;
    border-color: #ccffcc;
    background-color: #eeffee;
    border-radius: 5px;
    color: #008800;
}

.vdd-form .message .warning {
    padding: 20px;
    border-color: #ddcc00;
    background-color: #fff8dd;
    border-radius: 5px;
    color: #aa8800;
}

    .vdd-form .message .warning a {
        color: #aa8800;
    }

.vdd-form .message .error {
    padding: 20px;
    border-color: #ffcccc;
    border-radius: 5px;
    color: #cc0000;
    font-size: 18px;
}

.searchcontrolset .lvc-search legend {
    border: 0
}

.searchcontrolset .lvc-search fieldset legend::before {
    color: #9e8652;
}

.consultationcontrol .consult-header::before {
    color: #9e8652;
}

.searchcontrolset .consultationcontrol {
    margin: 0;
    border-bottom: 1px solid #9e8652;
    padding: 0;
}

/*****Intro*/
main {
    padding: 0
}

.dijon-content > h2, .dijon-content > .class_group_home.annuaire {
    display: none;
}

eserviceheader.empty {
    background: none;
}

.eserviceheader {
    padding: 0px;
    background-size: 100% 100%;
    margin-bottom: 0;
    min-height: 100px;
}

    .eserviceheader .wrapper {
        margin: auto;
        text-align: center;
        margin-left: 10%;
        margin-right: 10%;
    }

    .eserviceheader span {
        margin: 20px;
        padding: 10px;
        display: block;
        vertical-align: middle;
    }

    .eserviceheader .title {
        color: white;
        font-size: 35px;
        font-weight: 400;
    }

    .eserviceheader .time {
        color: #9e8652;
        font-size: 30px;
        background: url("../images/time-background-gold.png") no-repeat;
        background-size: contain;
        background-position: right;
        padding: 20px;
    }

        .eserviceheader .time:before {
            content: "Durée estimée ";
            font-size: 20px;
        }

.wrapper.with-time .title {
    border-right: 1px solid #9e8652;
    margin: 0 220px;
    padding-bottom: 0;
    line-height: 40px;
}

.wrapper.with-time .time {
    float: right;
    margin-top: 0px;
    padding-right: 25px;
}

/** election messsage box***/
.cygnus .election {
    margin-top: 20px;
}

    .cygnus .election .other {
        padding: 10px;
        padding-left: 50px;
        border: 1px solid #cdcdcd;
        margin-bottom: 30px;
        box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
        background: url("../images/election-information.png") no-repeat;
        background-size: 30px 30px;
        background-position: 10px;
    }

    .cygnus .election .message .note div {
        text-align: left;
        border: none;
    }

    .cygnus .election .message .inDijon {
        text-align: left;
        padding: 10px;
        padding-left: 100px;
    }

        .cygnus .election .message .inDijon span {
            display: block;
            line-height: 30px;
        }

    .cygnus .election .inDijon span:nth-child(2) {
        margin: 10px 0;
    }

    .cygnus .election .inDijon b, .inDijon a {
        font-size: 25px;
        color: white;
    }

        .cygnus .election .inDijon a:hover, .inDijon a:active {
            color: white;
        }

    .cygnus .election .inDijon {
        background: url("../images/election-preface.png") no-repeat;
        background-size: 100px 100px;
        background-position: -15px 10px;
    }

@media screen and (max-width: 980px) {
    .ondijon-banner {
        width: 100% !important;
        display: block !important;
        text-align: center;
        padding: 2%;
    }

        .ondijon-banner .logo img {
            width: 10vw !important;
        }

        .ondijon-banner .download img {
            width: 20vw !important;
        }

        .ondijon-banner .download a {
            display: initial !important;
        }

        .ondijon-banner .qr-code {
            display: none !important;
        }
}


@media screen and (max-width: 767px) {
    .form-entry.mycommuncivilite.with-helper {
        width: 100%
    }

    .vdd-form .form-group.two-columns .form-group-content .form-entry {
        width: 92%;
    }

    .form-entry.PA {
        width: 92%;
        margin-left: 0;
    }

    .form-entry.codepostalville {
        width: 92%;
        margin-left: 0;
    }

    .form-entry.NO {
        width: 46%;
    }

    .form-entry.NC {
        width: 46%;
    }

    .form-entry.voiesville {
        width: 92%;
        margin-left: 0;
    }

    .form-entry.BR {
        width: 92%;
    }

    .radiobuttonlist[data-repeat-columns="3"] td {
        width: 100%
    }

    .cygnus ul.tab-head li i::before, .cygnus ul.tab-foot li i::before {
        height: 30px;
        width: 30px;
        border: 1px solid;
        border-radius: 25px;
        position: absolute;
        top: 0;
        left: -7px;
        z-index: 777;
    }

    .ondijon-banner .logo img {
        width: 15vw !important;
    }

    .ondijon-banner .download img {
        width: 30vw !important;
    }
}

/*-------------------------------------- PopUp connexion --------------------------------------*/
.cygnus .connect {
    z-index: 1; /* Sit on top */
    padding-top: 8%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 100;
    position: fixed;
}

.cygnus .connect-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 500px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.6s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.cygnus .connect-header {
    background-color: #9e8652;
    color: white;
    height: 110px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    position: relative;
    text-align: center;
}

    .cygnus .connect-header::before {
        content: '';
        background-color: #b23993;
        width: 80px;
        height: 3px;
        position: absolute;
        top: 100%;
        left: 10%;
    }

.cygnus .connect-body {
    padding: 50px 50px;
}

.cygnus .connect-footer {
    padding: 0px 50px 25px 50px;
    text-align: center;
    position: relative;
}

    .cygnus .connect-footer .create-account {
        display: inline-block;
        width: 50%;
        text-align: start;
    }

    .cygnus .connect-footer .connection {
        display: inline-block;
        width: 50%;
        text-align: end;
    }

        .cygnus .connect-footer .connection a.remove {
            display: none;
        }

        .cygnus .connect-footer .connection .loader {
            border: 6px solid #f3f3f3;
            border-top: 6px solid #b23993;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            animation: spin 2s linear infinite;
            position: absolute;
            top: 7px;
            left: 72%;
            margin: 0;
        }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.cygnus .connect-footer .create-account a {
    display: inline-block;
    color: #232323;
    font-family: "Overpass Thin", Arial, sans-serif;
    text-decoration: none;
    border: solid 1px #9e8652;
    width: 35%;
    padding: 7px 0px;
    text-align: center;
    font-weight: 200;
    min-width: 150px;
}

.cygnus .connect-footer .connection a {
    font-family: 'Overpass Thin', Arial, sans-serif;
    display: inline-block;
    text-align: center;
    width: 35%;
    background-color: #b23993;
    color: white;
    padding: 7px 0px;
    font-family: "Overpass Thin", Regular, Arial, sans-serif;
    font-weight: 200;
    min-width: 150px;
    text-decoration: none;
    border: solid 1px #b23993;
}

.cygnus .connect-button-close {
    font-size: 35px;
    font-family: 'Overpass Thin', Arial, sans-serif;
    color: white;
    line-height: 20px;
    display: block;
    text-align: end;
    padding-right: 10px;
    padding-top: 10px;
    margin-left: 470px;
    cursor: pointer;
}

.cygnus .connect-title {
    font-size: 25px;
    color: white;
    display: inline-block;
    text-align: center;
    font-weight: 200;
}

.cygnus .connect-body .connect-body-login, .cygnus .connect-body .connect-body-password {
    display: block;
    position: relative;
}

.cygnus .connect-body .connect-body-password {
    margin-top: 20px;
}

    .cygnus .connect-body .connect-body-password a {
        font-size: 13px;
        text-decoration: none;
    }

    .cygnus .connect-body .connect-body-login input::placeholder, .cygnus .connect-body .connect-body-password input::placeholder {
        color: #cfcfcf;
    }

    .cygnus .connect-body .connect-body-login input:focus, .cygnus .connect-body .connect-body-password input:focus {
        outline: none;
    }

    .cygnus .connect-body .connect-body-login input, .cygnus .connect-body .connect-body-password input {
        width: 100%;
        height: 30px;
    }

.cygnus .connect .connect-header .icon-login {
    background: url(../images/SP2013/login.png);
    min-height: 50px;
    min-width: 50px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
}

.cygnus .connect .connect-body i {
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
}

.cygnus .connect .connect-body .icon-password {
    background-image: url('../images/SP2013/password_black.png');
    right: 2px;
}

.cygnus .connect .connect-body .icon-mail {
    background-image: url('../images/SP2013/mail_black.png');
}

.cygnus .connect .connect-footer input:hover {
    transform: scale(1.05);
}

.cygnus .connect .connect-body .error {
    margin: 10px 0;
    font-size: 12pt;
    font-style: normal;
    color: white;
    font-weight: 100;
    padding: 15px;
    background: #da3264;
    display: none;
}

    .cygnus .connect .connect-body .error:before {
        /*content: "!";*/
        font-size: 14pt;
        float: left;
        width: 25px;
        height: 25px;
        border: 1px solid;
        text-align: center;
        margin: 0;
        margin-right: 20px;
    }

@media screen and (max-width: 500px) {
    .cygnus .connect-content {
        width: 100%;
    }

    .cygnus .connect .connect-header .icon-login {
        min-height: 30px;
        min-width: 30px;
    }

    .cygnus .connect-title {
        font-size: 18px;
    }

    .cygnus .connect-footer .create-account, .cygnus .connect-footer .connection {
        width: 50%;
        text-align: center;
    }

    .cygnus .connect-footer {
        padding: 0px 20px 20px 20px;
    }

    .cygnus .connect-body {
        padding: 30px 20px;
    }

    .cygnus .connect-footer .connection a, .cygnus .connect-footer .create-account a {
        min-width: 130px;
        font-size: 16px;
    }


    .cygnus .connect .connect-body .error {
        font-size: 14px;
        padding: 10px;
    }

    .cygnus .connect-button-close {
        margin-left: 90%;
    }
}

.cygnus header .header .myDijonSSO.account, .cygnus header .header .myDijonSSO button, .cygnus header .header .div-notif {
    background-color: #b23993;
    height: 100%;
    margin: 0;
}

.cygnus header .header .div-notif {
    display: flex;
    position: relative;
    width: 80px;
    text-align: center;
}

    .cygnus header .header .div-notif .btn-notif {
        width: 100%;
        height: 100%;
        padding-top: 15%;
    }

        .cygnus header .header .div-notif .btn-notif:hover {
            background-color: #861f6b;
        }

        .cygnus header .header .div-notif .btn-notif.open {
            background-color: #861f6b;
        }

    .cygnus header .header .div-notif .notif-list {
        position: absolute;
        display: block;
        width: 300px;
        top: 85px;
        right: -106px;
        background-color: #fff;
        box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
        border-radius: 0 0 2px 2px;
        height: 276px;
        margin: 0;
        padding: 0;
        border-radius: 10px;
    }

        .cygnus header .header .div-notif .notif-list::before {
            content: '';
            position: absolute;
            top: -16px;
            right: 130px;
            border-style: solid;
            border-width: 0 15px 17.3px 15px;
            border-color: transparent transparent #b23993 transparent;
        }

        .cygnus header .header .div-notif .notif-list ul {
            padding: 0;
            margin-bottom: 0;
            overflow: auto;
            height: 200px;
        }

            .cygnus header .header .div-notif .notif-list ul::-webkit-scrollbar {
                width: 8px;
            }

            .cygnus header .header .div-notif .notif-list ul::-webkit-scrollbar-thumb {
                border-radius: 10px;
                background-color: rgba(178, 57, 147, 1);
            }

        .cygnus header .header .div-notif .notif-list .notif-header {
            height: 38px;
            width: 100%;
            text-align: left;
            background-color: #b23993;
            border-radius: 10px 10px 0px 0px;
        }

            .cygnus header .header .div-notif .notif-list .notif-header span {
                display: inline-block;
                padding: 5px 10px;
                font-weight: 200;
                font-size: 17px;
                color: #fff;
            }

        .cygnus header .header .div-notif .notif-list .notif-footer span a {
            color: #fff;
            text-decoration: none;
            font-weight: 200;
            display: inline-block;
            padding: 5px;
        }

        .cygnus header .header .div-notif .notif-list .notif-footer {
            height: 38px;
            background-color: #b23993;
            border-radius: 0px 0px 10px 10px;
        }

        .cygnus header .header .div-notif .notif-list .notif-item {
            display: block;
            border-bottom: 1px solid #dddfe2;
            text-align: start;
            height: 80px;
        }

        .cygnus header .header .div-notif .notif-list .notif-time {
            text-align: left;
            padding: 7px 10px;
            color: #6b6b6b;
            height: 40px;
        }

        .cygnus header .header .div-notif .notif-list .notif-item a {
            width: 100%;
            height: 100%;
            display: block;
        }

        .cygnus header .header .div-notif .notif-list .notif-item.non-lu {
            background-color: rgba(178,57,147,0.2);
        }

        .cygnus header .header .div-notif .notif-list .notif-item:hover {
            background-color: #e9eaeb;
        }

        .cygnus header .header .div-notif .notif-list .notif-item div {
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            width: 75%;
        }

        .cygnus header .header .div-notif .notif-list .notif-item .notif-content .notif-date {
            color: #a0a0a0;
            font-size: 13px;
            height: 25%;
            line-height: 20px;
            width: 100%;
        }

        .cygnus header .header .div-notif .notif-list .notif-item .notif-content .notif-title {
            color: #000;
            height: 25%;
            line-height: 20px;
            width: 100%;
        }

        .cygnus header .header .div-notif .notif-list .notif-item .notif-content .notif-description {
            color: #000;
            font-size: 13px;
            height: 50%;
            line-height: 20px;
            width: 100%;
        }

        .cygnus header .header .div-notif .notif-list .notif-item .notif-content div {
            display: block;
            vertical-align: middle;
        }

        .cygnus header .header .div-notif .notif-list .notif-item .item {
            margin: 0;
            height: 100%;
            width: 70px;
            text-align: center;
        }

            .cygnus header .header .div-notif .notif-list .notif-item .item .icon-background {
                background-color: #b23993;
                height: 50px;
                width: 50px;
                display: block;
                border-radius: 50%;
                margin: 13px auto;
                position: relative;
            }

            .cygnus header .header .div-notif .notif-list .notif-item .item i.icon-eservice {
                height: 50px;
                width: 50px;
                display: block;
                background-repeat: no-repeat;
                transform: scale(0.7);
                position: absolute;
                background-position: 50% 50%;
            }

            .cygnus header .header .div-notif .notif-list .notif-item .item i.icon-notif {
                font-style: normal;
                font-family: "Georgia";
                font-size: 36px;
                text-align: center;
                width: 100%;
                display: inline-block;
                position: relative;
                color: #b23993;
                vertical-align: middle;
                height: 100%;
                padding-top: 22px;
            }

                .cygnus header .header .div-notif .notif-list .notif-item .item i.icon-notif::before {
                    content: ' ';
                    border: solid 3px #b23993;
                    width: 42px;
                    height: 42px;
                    position: absolute;
                    border-radius: 50%;
                    top: 15px;
                    left: 14px;
                }

    .cygnus header .header .div-notif .btn-notif svg {
        height: 32px;
        width: 32px;
    }

    .cygnus header .header .div-notif .btn-notif .new-notif {
        content: '1';
        width: 17px;
        height: 17px;
        background-color: #fff;
        display: block;
        position: absolute;
        top: 23px;
        right: 20px;
        border-radius: 50%;
        line-height: 17px;
        font-size: 13px;
        color: #b23993;
    }

.cygnus header .header .myDijonSSO button {
    width: 100%;
}

    .cygnus header .header .myDijonSSO button:hover {
        background-color: #861f6b;
        text-decoration: none;
    }

.cygnus header .header .myDijonSSO.account:hover {
    background-color: #861f6b;
    color: #fff;
}

.cygnus .myDijonSSO.account a {
    padding: 25px;
    height: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.cygnus .myDijonSSO.account li a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    padding: 0;
    font-size: 1.7rem;
}

.cygnus header .header .myDijonSSO.account svg {
    width: 30px;
    fill: #fff
}

.cygnus header .header .location {
    background-color: #b23993;
    margin: 0;
}

    .cygnus header .header .location:hover {
        background-color: #861f6b;
        color: #fff;
    }

    .cygnus header .header .account:hover svg, .cygnus header .header .location svg {
        fill: #fff;
    }

.cygnus header .header .btn-search svg {
    margin-top: 10px;
    height: 30px;
}

.cygnus header .header .myDijonSSO ul {
    background-color: #38414b;
}

    .cygnus header .header .myDijonSSO ul li:hover {
        background-color: #1b1e22;
    }

    .cygnus header .header .myDijonSSO ul li {
        background-color: #38414b;
        margin-left: 5px;
    }

.cygnus header .header .myDijonSSO ul {
    padding: 0;
}

@media screen and (max-width: 767px) {
    .cygnus .sidy__content header .header div.myDijonSSO.account {
        width: 60px;
        margin-left: auto;
    }

    .cygnus .myDijonSSO.account a {
        font-size: 0;
    }

    .cygnus header .header .location {
        width: 60px;
    }

    .cygnus .myDijonSSO.account a {
        padding: 25px 15px;
    }
}

@media screen and (max-width: 767px) {
    .cygnus .dijon-content {
        padding: 0;
    }

    .cygnus .vdd-form {
        padding: 0;
    }

    .cygnus .eserviceheader {
        height: 200px;
    }

    .vdd-form .form-group .form-group-content {
        width: 100%;
    }

    .cygnus .vdd-form .form-group .form-group-helper {
        display: block;
        width: 100%;
    }

    .cygnus .vdd-form .form-group .form-group-helper {
        display: block;
        width: 100%;
    }

    .cygnus .wrapper.with-time .time {
        display: inline-block;
        margin: 0;
        display: none;
    }

    .cygnus .wrapper.with-time .title {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 0;
        border: none;
        font-size: 1.4em;
        padding: 0;
    }

    .cygnus .vdd-form .form-group .form-group-helper:before {
        display: none;
    }

    fieldset.form-group.root-group {
        padding: 0;
    }

    html body.class_group_intern .btn-dijon-label {
        padding: 0 15px;
    }
}

.cygnus .form-entry .label span {
    color: #282d33;
    display: block;
    width: 100%;
    font-size: 17px;
}

.form-entry.invalid .multipleattachmentcontrol.control.editable.attachmentcontrol .file-to-delete + .error {
    display: none;
}


.form-entry.invalid .control.attachmentcontrol .error {
    display: none;
}

.cygnus header .header #menu li .link-leading.active {
    background-color: inherit;
    color: #b23993;
    margin-bottom: 3px;
    position: relative;
}

    .cygnus header .header #menu li .link-leading.active:after {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        background: #b23993;
    }

.cygnus .eserviceheader.bm, .cygnus .eserviceheader.famille, .cygnus .eserviceheader.demandes, .cygnus .eserviceheader.demarches {
    padding: 15px;
}

    .cygnus .eserviceheader.bm .wrapper, .cygnus .eserviceheader.famille .wrapper, .cygnus .eserviceheader.demandes .wrapper, .cygnus .eserviceheader.demarches .wrapper {
        display: none;
    }

.wrapper.with-time .time {
    color: #9e8652;
    margin-top: 6px;
    background: url("../images/time-background-gold.png") no-repeat;
    background-size: contain;
    background-position: right;
}

.eserviceheader .wrapper {
    margin: 0;
    position: inherit;
    padding: 10px 0px;
    line-height: 4rem;
}

.eserviceheader.empty {
    height: inherit;
    background-color: #fdfdfd;
}

main#skipToContent {
    padding-top: 80px;
    background-color: #EFEFEF;
}

    main#skipToContent .dijon-content {
        background-color: #fdfdfd;
        margin-top: 20px;
        box-shadow: 2px 2px 12px 0px #ded9d9;
    }

.dijon-content .vdd-form {
    box-shadow: inherit;
    background-color: #fdfdfd;
}

#waiting-overlay #loader span {
    background-color: #b23993;
}

.form-entry.invalid > .error, .onetomanycontrol.invalid > .error {
    margin: 10px 0;
    font-size: 12pt;
    font-style: normal;
    color: white;
    font-weight: 100;
    padding: 5px;
    background: #da3264;
    display: block;
    width: fit-content;
}

.class_group_intern #ui-datepicker-div .ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
    background: #cecece;
    color: #525252;
}

    .class_group_intern #ui-datepicker-div .ui-datepicker-unselectable.ui-state-disabled .ui-state-default:hover {
        background: #d2d2d2;
        color: inherit;
    }

.cygnus .connect .connect-body .error .fal {
    position: inherit;
    font-size: 2em;
    margin-right: 20px;
}

.cygnus .connect-header i {
    margin-right: 20px;
}

.rgpd-banner p {
    margin: 0;
    font-size: 8pt;
}


nav.mobile-nav {
    transition: all 0.65s cubic-bezier(0.16, 0.68, 0.43, 0.99) 0s;
    transform: translate3d(-100%, 0px, 0px);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background-color: #fdfdfd;
    padding: 20px;
}

    nav.mobile-nav.navigation {
        transform: inherit;
    }

.slider-content {
    position: relative;
}

.mobile-menu a {
    padding: 15px 20px;
    width: 100%;
    display: block;
    text-decoration: none;
    border-left: none;
    border-right: none;
    color: #696969;
    font-family: "Overpass", Regular, Arial, sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
}

@media only screen and (max-width: 1378px) {
    header .header .open-mobile-navigation {
        display: block;
    }
}

.header .open-mobile-navigation {
    width: 33px;
    height: 80px;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    margin-top: -15px;
    display: none;
}

header .header .open-mobile-navigation:after {
    content: 'menu';
    font-family: "Overpass", Bold, Arial, Bold, sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1em;
    color: #aaa;
    text-transform: uppercase;
    position: absolute;
    bottom: 8px;
    left: 0;
}

header .header .open-mobile-navigation span, header .header .open-mobile-navigation span:before, header .header .open-mobile-navigation span:after {
    background-color: grey;
}

header .header .open-mobile-navigation span {
    position: absolute;
    width: 100%;
    height: 3px;
    top: 50%;
    right: 0px;
    margin-top: 0px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    header .header .open-mobile-navigation span:before {
        top: 10px;
    }

    header .header .open-mobile-navigation span:after {
        bottom: 10px;
    }

    header .header .open-mobile-navigation span:before, header .header .open-mobile-navigation span:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        display: block;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

.close-navigation {
    font-size: 26px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
}


/*
BANNIERE ONDIJON

*/


.ondijon-banner-container {
    background-color: #EFEFEF;
}

.ondijon-banner {
    background-color: white;
    border: 6px solid #102B5B;
    border-radius: 30px;
    display: grid;
    grid-template-columns: 25% auto 25%;
    width: 50%;
    margin: auto;
    position: relative;
    top: 50px;
    z-index: 4;
}

.spotlight {
    color: #3A92D1;
    font-weight: bold;
    font-size: x-large;
}

.ondijon-banner .logo {
    display: block !important;
    margin: auto !important;
    height: auto !important;
}

    .ondijon-banner .logo img {
        width: 5vw;
    }

.ondijon-banner .download img {
    width: 10vw;
}

.download, .ondijon-banner .text {
    display: block;
    margin: auto;
}

.ondijon-banner strong {
    font-size: x-large;
    color: #102B5B;
}


.ondijon-banner .text p {
    margin: 30px;
}


.download img {
    margin: 2%;
}

.ondijon-banner .qr-code {
    width: 6vw !important;
}

.ondijon-banner .download a {
    display: none;
}

.ondijon-banner .qr-code {
    display: block;
}

.common-footer {
    padding-top: 100px !important;
    background-origin: content-box !important;
}

.alert-banner {
    background-color: #9e8652;
    font-weight: lighter;
    text-align: center;
    padding: 10px;
    color: white;
}

.header-alert.alert-banner {
    margin-top: 130px;
    left: 20%;
    max-width: 1180px;
    text-align: center;
    position: absolute;
    left: 19%;
    right: 19%;
}

@media screen and (max-width: 767px) {
    .header-alert.alert-banner {
        left: 0;
        right: 0;
    }
}


.oauth .panel img {
    width: 250px;
    background: white;
    padding: 20px;
    margin: auto;
}

.oauth .contenu img {
    width: 6vw;
    background-color: white;
    border-radius: 10px;
    box-shadow: 2px 2px 8px rgba(0,0,0,.5);
    padding: 15px;
    margin: 0 auto 5% auto;
    display: block;
}


.oauth .contenu {
    color: white;
    margin: auto;
    background-color: #102B5B;
    display: block;
    padding: 10px;
    width: 80%;
    text-align: center;
    margin-top: 20px;
}

    .oauth .contenu ul {
        text-align: left;
    }

.oauth .authentification .header .titre, .oauth .creation-compte .header .titre {
    font-family: "Overpass", Regular, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    width: 80%;
    margin: auto;
}

.oauth span.header {
    width: 80%;
    background: white;
    border: none;
    margin: 10px auto;
    box-shadow: 2px 2px 4px rgba(158, 158, 158, 0.8);
    padding: 0;
    text-align: center;
    /* margin: auto; */
}

.oauth .authentification .header .titre:after {
    content: '';
    width: 10%;
    display: block;
    height: .5vh;
    background-color: #102B5B;
    margin: 2% auto 0 auto;
}

.oauth .on-title {
    display: inline-block;
    font-family: "Overpass Thin", Regular, Arial, sans-serif;
    text-decoration: none;
    width: 35%;
    font-weight: 200;
    min-width: 150px;
    color: white;
    text-align: center;
    padding: 1%;
    width: 100%;
    padding: 10px;
}

    .oauth .on-title li {
        list-style: inside;
    }

.oauth .creation-compte a {
    color: #254c93;
    text-decoration: none;
}

.oauth .creation-compte {
    padding: 10px 0;
}

.oauth .authentification {
    text-align: center;
    padding: 20px 0;
}


    .oauth .authentification .on-connect {
        display: inline-block;
        font-family: "Overpass Thin", Regular, Arial, sans-serif;
        text-decoration: none;
        width: 35%;
        font-weight: 200;
        min-width: 150px;
        background: #102B5B;
        color: white;
        text-align: center;
        padding: 1%;
    }

.blank-page main#skipToContent, .blank-page .dijon-content {
    padding: 0;
    margin: auto !important;
}
/*two column on one to many form*/
.otm-two-columns .form-entry .form-entry {
    width: 48%;
    display: inline-block;
    margin-left: 1%;
}

.otm-two-columns .form-entry .full-width {
    display: inline-block;
    width: 100%;
    font-weight: 100;
    margin: 0;
    padding: 0;
}

    .otm-two-columns .form-entry .full-width .form-entry {
        width: 98%;
    }

/* Style de la Popup de Maintenance */
.maintenance-popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.maintenance-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

.close-maintenance-popup {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close-maintenance-popup:hover,
    .close-maintenance-popup:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.helper-expanded {
    background-color: #9e8652;
    font-size: 13px;
    padding: 10px;
    margin-top: 5px;
    color: white;
}

    .helper-expanded a, .helper-expanded a:focus {
        color: white;
    }

        .helper-expanded a:hover {
            color: #282d33;
        }


.special-open a.special-button {
    text-align: center;
    background-color: #b23993;
    padding: 10px;
    display: block;
    color: white;
    max-width: 400px;
    font-size: 15pt;
    margin: 10px auto;
    text-decoration: none;
}

    .special-open a.special-button:hover {
        color: white;
        text-decoration: underline;
    }

div.special-open {
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 5px 3px #cfcfcf;
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline {
    min-height: 200px;
}

.main-content fieldset.form-group.one-column {
    margin: 20px 0;
}