.df_UdG .label {
	/* display: block; */
	display: table;
    font-size: 1rem !important;
    color: #1c2441;
    border-radius: 0;
    background: none;
    font-weight: bold;
    text-transform: none;
    padding: 0;
}

.df_UdG .field div span {
 white-space: initial;
}

.df_Plain .extra {
    font-size: 80%;
    color: #555;
    font-style: italic;
    text-align: left;
}

.df_Plain .subextra {
    font-size: 80%;
    color: #555;
}

.df_Plain .section .header {
    border-bottom: 1px solid #1c2441;
    margin: 5px 0px 15px 0px;
    padding-bottom: 5px;
}

.df_UdG .section .header h1 {
    font-size: 150%;
    width: 100%;
    margin-bottom: 1px;
    color: #1c2441;
    font-weight: 700;
}

.df_Plain .section .header h2 {
    font-size: 90%;
    width: 100%;
    padding-bottom: 3px;
    color: #1c2441
}

.df_Plain .section_design {
    border: 2px dotted #aaa;
}

.df_Plain {
    background-color: #000;
    border: 1px solid #fff;
    padding: 10px 15px;
    width: 200px;
    display: none;
    color: #fff;
    text-align: left;
    font-size: 12px;
    /* outline radius for mozilla/firefox only */
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}

.df_UdG .required {
    color: #1c2441
}

.df_UdG .val {
    color: #cf2637;
    font-size: 1rem
}

.df_Plain .focus {
    background-color: #fff2aa;
}

.df_Plain .field input {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid rgba(17, 23, 44, .85);
    display: block;
    padding: .65rem .75rem .5rem;
    margin: .35rem 0 1.5rem;
    width: 125%;
    font-weight: 400;
    color: #1c2441;
    box-sizing: border-box;
    font-size: 1rem !important;
    transition: all 170ms ease-out;
    -webkit-font-smoothing: antialiased;
}

.df_UdG .field select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    position: relative;
    padding: .5rem 3rem .5rem .75rem;
    width: 100%;
    border-radius: 0;
    border: 1px solid rgba(17, 23, 44, .85);
    font-family: Akkurat, Helvetica, Arial, sans-serif;
    color: #1c2441;
    font-weight: 400;
    line-height: normal;

    background-color: #fff;
    background-position-x: right;
    background-position-y: center;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 13L16.5 19L13 13H20Z' fill='%23141A33'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    cursor: pointer;
}

.df_UdG .field {
    width: 90%;
}

.df_UdG .input-select:after,
.input-select:before {
    content: '';
    display: block;
    position: absolute;
}

.df_UdG div span label {
    display: inline;
    padding-right: 2ex;
}

.df_UdG input[type=radio] {
    margin-right: 0.5ex;
}

.df_UdG input[type=checkbox] {
    margin-right: 0.5ex;
}

.df_UdG label label_top labelroot {
    font-weight: bold;
}
