/* #Forms
================================================== */

.form select.formSelect,
.form input[type="email"],
.form input[type="password"],
.form input[type="text"],
.form input[type="date"],
.form input[type="number"],
.form input[type="tel"],
.form textarea {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    *behavior: url("/typo3conf/ext/local/Resources/Public/js/boxsizing.htc");
}

.form input[type="email"],
.form input[type="text"],
.form input[type="password"],
.form input[type="date"],
.form input[type="number"],
.form input[type="tel"],
.form textarea {
    border: 1px solid #e0e0e0;
    width: 100%;
    font-size: 1em;
    padding: 2px 25px 0px 6px;
    margin: 0;
    height: 35px;
    color: #767676;
    line-height: 1.3em;
    border-radius: 0;
    -webkit-box-shadow: 0 none;
    -moz-box-shadow: 0 none;
    box-shadow: 0 none;
}

/* unset bootstrap styles */
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
    border-color: #e0e0e0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.form input[type="date"] {
    padding: 2px 7px 2px 6px;
}

.form textarea {
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: none;
    padding: 0 6px;
    height: 230px;
}

.form textarea:focus {
    box-shadow: none;
}

.form input[type="reset"],
.form input[type="submit"] {
    background: #2C4895;
    color: #ffffff;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    border: 0 none transparent;
    float: right;
}

.form input[type="reset"] {
    background-color: #b4b4b4;
}

.form .styledCheckbox {
    margin:0 auto;
    background-image: url('/typo3conf/ext/local/Resources/Public/media/content/checkbox.jpg');
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-position: 0px 0px;
}
.form .styledCheckbox.checked{
    background-position: 0px -15px;
}

.form .powermail_fieldwrap,
.form .fieldwrap {
    margin: 0 0 10px 0;
}

.form .fieldsetLegend {
    display: none;
}

.form .control-label {
    color: #5d5d5d;
}

.form .control-group.half {
    width: 49%;
    height: 100%;
}
.form .controls-row .control-group.odd{
    float:right;
}
.form .controls-row .control-group.even{
    float:left;
}
.form .control-group.half .controls {
    clear:both;
}

.form .type_radio input[type="radio"],
.form .type_check input[type="checkbox"] {
    float: left;
    width: 14px;
    height: 14px;
    min-height: 14px;
    margin-top: 3px;
    margin-right: 10px;
}

.form .type_radio label,
.form .type_check label {
}

.form legend.control-label {
    padding: 0;
    margin: 0;
    font-size: 100%;
    line-height: 100%;
    border: 0 none transparent;
}
.form .formNavBottom {
    overflow: hidden;
    margin-top: 15px;
}
.form .formNavBottom a {
   line-height: 28px;
   margin-right: 25px;
}
.form .formNavBottom .submit {
    margin-top: 0;
}

.form .formHeadline {
    color: #004c93;
    font-size: 1.571em;
    font-family: "Swiss 721 W01 Light";
    margin: 0 0 15px;
    line-height: 1em;
}
.form button.submit {
    padding: 4px 9px;
    margin-top: 11px;
    border:none;
    color: #fff;
    background: #004c93;
    font-family:"Swiss 721 W01 Roman";
}

.form .wizardBack.redBigButton {
    border: 1px solid #ccc;
    color: #757575;
    text-shadow: 0 -1px 1px #FFFFFF;
    background: #fafafa; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyOSUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjBmMGYwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #fafafa 29%, #f0f0f0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #fafafa), color-stop(100%, #f0f0f0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fafafa 29%, #f0f0f0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fafafa 29%, #f0f0f0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fafafa 29%, #f0f0f0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fafafa 29%, #f0f0f0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f0f0f0', GradientType=0); /* IE6-8 */
}

.form .redBigButton.form-wizard-disabled {
    display: none;
}

.form .redBigButton {
    display: inline-block;
    width: auto;
    line-height: 1.2em;
    cursor: pointer;
}

.form .contentSectionHeadline {
    margin-top:15px;
}

.form .powermail_field_error {
    color: #D3031C !important;
    border: 1px solid #D3031C !important;
}

.form .error {
    color: #D3031C;
}

.form .wizardNavigation {
    margin: 5px 0 10px 0;
}

.form .powermail_field_radio_line {
    padding-top: 5px;
    display: inline-block;
    margin-right: 20px;
}

.form .powermail_field_radio_line > input,
.form .powermail_field_radio_line .powermail_checkbox_container {
    float: left;
}

.form .powermail_field_radio_line .powermail_checkbox_container {
    width: auto;
}

.form .powermail_field_radio_line label,
.tx-powermail .form .powermail_check_outer label {
    display: inline-block;
    margin: 4px 0px 0px 10px;
    line-height: 13px;
    width: auto;
}

.form .fieldwrap .additional_info {
    padding: 5px 0px;
}

.form .fieldwrap .separator {
    clear: both;
    width: 100%;
}

.tx-powermail .powermail_column {
    float: left;
    margin: 10px 0px;
}

.tx-powermail .powermail_column .column_label {
    font-family: "Swiss 721 W01 Bold", sans-serif;
    margin-bottom: 5px;
    display: inline-block;
}

.tx-powermail .powermail_column .powermail_check_inner {
    margin-bottom: 10px;
}

.tx-powermail .powermail_column_1 {
    width: 100%;
}

.tx-powermail .powermail_column_2 {
    width: 50%;
}

.tx-powermail .powermail_column_3 {
    width: 33%;
}

.tx-powermail .powermail_column_4 {
    width: 25%;
}

.tx-powermail .powermail_column_5 {
    width: 20%;
}

.tx-powermail .powermail_column_6 {
    width: 16.5%;
}

.tx-powermail .powermail_column_7 {
    width: 14.2%;
}

.tx-powermail .powermail_column_8 {
    width: 12.5%;
}

section.page .tx-powermail h2.pageHeadline {
    margin-top: 10px;
}

/*
dd select
=======================================================*/

.form .formSelect {
    position: relative;
}

.form .formSelect .dd-selected-text {
    line-height: 1em !important;
    color: #555555;
}

.form .formSelect .dd-option-image, .form .formSelect .dd-selected-image {
    float: left;
    margin-right: 5px;
    max-width: 64px;
    vertical-align: middle;
}

.form .formSelect .dd-select {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    position: relative;
}

.form .formSelect .dd-selected {
    padding: 10px 35px 9px 7px;
    display: block;
    overflow: hidden;
    color: #BABABA;
    border: 1px solid #e0e0e0;
}

.form .formSelect .dd-pointer {
    background: url("../media/content/sprite.png") no-repeat scroll -195px -36px transparent;
    height: 6px;
    margin-top: -2px;
    position: absolute;
    right: 13px;
    top: 50%;
    width: 10px;
}

.form .formSelect .dd-options {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    list-style: none outside none;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: absolute;
    z-index: 2000;
    max-height: 248px;
}

.jobOffersSearchContainer .form .formSelect .dd-options {
    height: auto;
}

.form .formSelect .dd-option {
    border: 1px solid #DDDDDD;
    border-top: none;
    color: #757575;
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.25s ease-in-out 0s;
    padding: 9px 0 7px 7px;
}

.form .formSelect .dd-option-text {
    line-height: 1em;
    color: #757575;
}

.form .formSelect .dd-option:hover,
.form .formSelect .dd-option-selected {
    background: none repeat scroll 0 0 #F6F6F6;
}

.form .sidebarNavigation {
    position: relative;
}

.form .sidebarNavigation .dd-selected-text {
    line-height: 1em !important;
    color: #555555;
}

.form .sidebarNavigation .dd-option-image, .form .formSelect .dd-selected-image {
    float: left;
    margin-right: 5px;
    max-width: 64px;
    vertical-align: middle;
}

.form .sidebarNavigation .dd-select {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    position: relative;
}

.form .sidebarNavigation .dd-selected {
    padding: 10px 35px 9px 7px;
    display: block;
    overflow: hidden;
    color: #555555;
    border: 1px solid #e0e0e0;
}

.form .sidebarNavigation .dd-pointer {
    background: url("/typo3conf/ext/local/Resources/Public/media/content/sprite.png") no-repeat scroll -195px -36px transparent;
    height: 6px;
    margin-top: -2px;
    position: absolute;
    right: 13px;
    top: 50%;
    width: 10px;
}

.form .sidebarNavigation .dd-options {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    list-style: none outside none;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: absolute;
    z-index: 2000;
}

.form .sidebarNavigation .dd-option {
    border: 1px solid #DDDDDD;
    border-top: none;
    color: #757575;
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.25s ease-in-out 0s;
    padding: 9px 0 7px 7px;
}
.form .sidebarNavigation .dd-option.optgroup {
    background:#F6F6F6;
}
.form .sidebarNavigation .dd-option.child {
    padding-left:15px;
}
.form .sidebarNavigation .dd-option-text {
    line-height: 1em;
    color: #757575;
}

.form .sidebarNavigation .dd-option:hover,
.form .sidebarNavigation .dd-option-selected {
    background: none repeat scroll 0 0 #F6F6F6;
}

/*
 * bootstrap-select v1.3.5
 ================================================== */

.form .selectpicker {
    display:block!important;
    position: absolute;
    top:-20000px;
    visibility: hidden;
}

.form  .bootstrap-select.btn-group,
.form  .bootstrap-select.btn-group[class*="span"] {
    float: none;
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 0;
}
.form  .form-search .bootstrap-select.btn-group,
.form  .form-inline .bootstrap-select.btn-group,
.form .form-horizontal .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form  .bootstrap-select.form-control {
    padding: 0;
    border: none;
}

.form  .bootstrap-select.btn-group.pull-right,
.form .bootstrap-select.btn-group[class*="span"].pull-right,
.form  .row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
    float: right;
}

.form  .input-append .bootstrap-select.btn-group {
    margin-left: -1px;
}

.form  .input-prepend .bootstrap-select.btn-group {
    margin-right: -1px;
}

.form  .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
    width: 220px;
}


.form  .bootstrap-select {
    /*width: 220px\9; IE8 and below*/
    width: 220px\0; /*IE9 and below*/
}

.form  .bootstrap-select.form-control:not([class*="span"]) {
    width: 100%;
}

.form  .bootstrap-select > .btn {
    width: 100%;
    border-radius: 0;
    text-shadow: none;
    background: transparent;
    box-shadow: none;
    border:1px solid #E0E0E0;
    color: #767676;
    height: 35px;
    line-height: 1.3em;
    margin: 0;
    padding: 2px 25px 0 0px;
}
.form  .btn-group.open .btn.dropdown-toggle {
    background: transparent;
}
.form  .bootstrap-select.btn-group .btn .filter-option {
    left:7px !important;
}
.form .bootstrap-select.btn-group .btn .caret {
    background: url("../media/content/sprite.png") no-repeat scroll -195px -36px transparent;
    height: 6px;
    margin-top: -2px;
    position: absolute;
    right: 13px;
    top: 50%;
    width: 10px;
    border: 0;
}
.form .bootstrap-select.btn-group .dropdown-menu {
    width:100%;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border:1px solid #E0E0E0;
    margin: 0;
    border-top:0;
    overflow-x: hidden;
}

.form .bootstrap-select.btn-group.dropup .dropdown-menu {
   border-top: 1px solid #E0E0E0;
   border-bottom: 0;
}
.form .bootstrap-select.btn-group .dropdown-menu.inner {
    max-width: 100%;
}
.form .dropdown-menu > li {
    border-top:2px solid #fff;
}
.form .dropdown-menu > li > a {
     padding: 3px 9px;
     font-size: 13px;
     line-height: 14px;
     white-space: normal;
     font-family: "Swiss 721 W01 Light";
     color:#666666;
}
.form .dropdown-menu > li > a span {
    color:#666666;
}
.form .dropdown-menu > li.selected > a:hover{
    background: #e0e7ee;
}
.form .dropdown-menu > li.selected > a {
   background: #cfddeb;
}
.form .dropdown-menu > li > a:hover {
   background: #F6F6F6;
}
.form  .dropdown-menu {
    z-index: 2000;
}

.form  .bootstrap-select.show-menu-arrow.open > .btn {
    z-index: 2051;
}


.form  .bootstrap-select.btn-group .btn .filter-option {
    overflow: hidden;
    position: absolute;
    left: 12px;
    right: 25px;
    text-align: left;
}

.form .bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.form .bootstrap-select.btn-group > .disabled,
.form .bootstrap-select.btn-group .dropdown-menu li.disabled > a {
    cursor: not-allowed;
}

.form .bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}

.form .bootstrap-select.btn-group[class*="span"] .btn {
    width: 100%;
}

.form .bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form .bootstrap-select.btn-group .dropdown-menu dt {
    display: block;
    padding: 3px 20px;
    cursor: default;
}

.form .bootstrap-select.btn-group .div-contain {
    overflow: hidden;
}

.form .bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

.form .bootstrap-select.btn-group .dropdown-menu li > a.opt {
    position: relative;
    padding-left: 35px;
}

.form .bootstrap-select.btn-group .dropdown-menu li > a {
    cursor: pointer;
}

.form .bootstrap-select.btn-group .dropdown-menu li > dt small {
    font-weight: normal;
}

/*
dynamic fields
=======================================================*/

.form .dynamic-fields label {
    display: none;
}
.form .dynamic-fields  .styledCheckbox {
    margin-top:8px;
}
.form .dynamic-fields ul {margin-bottom: 5px;}

.form .dynamic-fields ul.dynamic-item {margin-bottom: 15px;}

.form .dynamic-fields li:first-child {
    width:3%;
    margin-left: 0;
    text-align: center;
}
.form .dynamic-fields li {
    width: 19%;
    float: left;
    padding: 0;
    margin-left: 2%;
    line-height: 27px;
}
.form .dynamic-fields li.last {
    width:11%;
    text-align: center;
}
.form .dynamic-fields li input[type=text] {
    height: 27px;
    line-height: 27px;
    padding-top: 0;
}
.form .dynamic-fields li input[type=checkbox] {

}

.form .dynamic-fields .add-field {
    margin-left: 5%;
}

a.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    color: #ffffff !important;
    border: 0px solid #004C93 !important;
    border-radius: 3px;
    background: #004c93; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmMDczYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMDAyMWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #004C93 0%, #043893 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #004C93), color-stop(100%, #043893)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #004C93 0%, #043893 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #004C93 0%, #043893 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #004C93 0%, #043893 100%); /* IE10+ */
    background: linear-gradient(to bottom, #004C93 0%, #043893 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004C93', endColorstr='#d0021a', GradientType=0); /* IE6-8 */
}

.form .powermail_message_error {
    margin-left: 20px;
    margin-bottom: 20px;
    color: #D3031C;
}

.form .powermail_captcha_outer.powermail_field_error {
    border: none!important;
}

/*
    INXFORMS
=======================================================*/
.inxmail-form-ce b:first-child {
    display: none;
}

.inxmail-form-ce .disclaimer {
    clear: both;
}

.inxmail-form-ce .submit {
    margin: 20px 0px;
}

.inxmail-form-ce .submit:after {
    content: '';
    display: block;
    clear: both;
}

.inxmail-form-ce .submit > input {
    float: left;
    margin-right: 10px;
}

.inxmail-form-ce .subscription {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

.inxmail-form-ce .subscription label {
    display: inline;
}

.inxmail-form-ce .subscription input[type="checkbox"] {
    float: left;
    margin-right: 10px;
}

#powermail_fieldwrap_117 .powermail_check_outer  {
    float: right;
    width: 98%;
}

#powermail_fieldwrap_117 label {
    width: 95%;
    margin-left: 0;
}

.field input {
  width: 95%;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  box-shadow: none;
  transition: none;
}

.field input:focus {
  box-shadow: none;
  transition: none;
}

.field select {
  width: 100%;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  box-shadow: none;
  height: 35px;
  padding: 8px 6px 6px;
  color: #555555;
}

.field select option {
  color: #555555;
}

.field select[multiple] {
  width: 100%;
  height: 176px;
  top: 34px;
}

.field {
  margin-bottom: 10px;
}

.field textarea {
  width: 100%;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  box-shadow: none;
}

.items input {
  cursor: pointer;
  background-color: #fff;
}

.items select {
  position: absolute;
  top: 30px;
  left: 0px;
  clear: both;
  z-index: 100;
}

.form-list > li {
  list-style: none;
}

.form-list table input.input-text {
  width: 155px;
}

.form-list table {
  width: 100%;
}

.fields, .wide-field {
  display: block;
  margin-top: 10px;
}

.fields .multipleChoice .input-box {
  position: relative;
}

.register-privacy-statement input{
  display: inline-block;
  width: 20px;
  margin: 0;
}

.register-privacy-statement label{
  display: inline-block;
}

.button.back-link {
  background: linear-gradient(to bottom, #d7d7d7 0%, #cacaca 100%);;
}
.parsley-errors-list {
  list-style-type: none;
}
.parsley-errors-list li {
  color: #D3031C;
  line-height: 25px;
}

.typo3-messages {
  list-style-type: none;
}
.typo3-messages .alert-message {
  margin: 0;
}

.form input.datepicker[type="text"] {
  width: 87%;
}

.form img.ui-datepicker-trigger {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.datepickerContainer .input-box {
  position: relative;
}

.field.deliverydate-by-dispatch input {
  width: auto;
  margin: auto;
}

.field.deliverydate-by-dispatch label {
  display: inline-block;
}

.form .checkboxContainer, .form .radioContainer {
  list-style: none;
  margin: 8px 0 0 0;
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
  width: auto;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.form .dynamic-fields ul {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.form .dynamic-fields li {
  width: 25%;
  float: left;
  padding: 0;
  margin-left: 2%;
  line-height: 27px;
}

.form .dynamic-fields li:first-child {
  width: 3%;
  margin-left: 0;
  text-align: center;
}

.form .dynamic-fields .dynamic-rows {
  float: left;
  width: 100%;
}

.form .dynamic-fields ul.dynamic-item {
  margin-bottom: 15px;
}

.form .dynamic-fields label {
  display: none;
}

.form .dynamic-fields li input[type=text] {
  height: 27px;
  line-height: 27px;
  padding-top: 0;
}

.form .dynamic-fields .add-field {
  margin-left: 5%;
  margin-top: 10px;
  display: inline-block;
}

.form .form-subheader {
    padding-top: 20px;
}

form.form .buttons-set > p.required {
  line-height: 25px;
  margin: 20px 0;
}

#trainingApplicationForm.form .dynamic-fields label {
  display: block;
}

.form .dynamic-fields li.break-line {
  margin-left: 5%;
}

.form .dynamic-fields li.second-line {
  margin-top: 10px;
}

.form .dynamic-item .parsley-errors-list li {
    width:auto;
}

@media (max-width: 1600px) {

  .form .dynamic-fields li.break-line {
    margin-left: 2%;
  }

  .form .dynamic-fields li.installationNumber-li {
    margin-top: 10px;
    margin-left: 5%;
  }
}

@media (max-width: 979px) {
  .form .dynamic-fields li.break-line {
    margin-top: 0;
  }

  .form .dynamic-fields li.installationNumber-li {
    margin-top: 0;
  }
}

.form .dynamic-fields li.extra-info, .form .dynamic-fields li.last {
  width: 11%;
  text-align: center;
}

.form .dynamic-fields li.firstName-li {
  width: 133px;
}

.form .dynamic-fields li.lastName-li {
  width: 133px;
}

.form .participants .row-two {
  display: block;
  clear: left;
  width: 98%;
  margin-top: 10px;
}

.row-two .field select[multiple] {
  height: 170px;
}

.participants .items .input-box {
  position: relative;
}

.items .selected-list .selected-item li:first-child {
  width: auto;
}

.selected-list .selected-item {
  list-style-type: none;
  overflow: auto;
  margin-bottom: 5px;
}

.selected-list .selected-item li {
  display: inline-block;
  line-height: 25px;
}

.selected-list .selected-item-name {
  color: #004c93;
}

.selected-label {
  margin: 5px 0 4px 0;
  line-height: 1em;
}

.selected-list .selected-item-info input[type="number"] {
  height: 25px;
  width: 50px;
  padding: 0px 6px 0px 6px;
  text-align: center;
}

.selected-list .selected-item-info {
  float: right;
}

.projectForm .powermail_checkbox_container {
  width: auto!important;
}

.projectForm .asteriskNearValue .powermail_check_inner label {
   margin: 4px 0 0 10px!important;
}

:root {
  --background-color: #fff;
  --border-color: #ccc;
  --text-color: #555;
  --selected-text-color: #C0392B;
  --hover-background-color: #eee;
}

.yearpicker-container {
  position: absolute;
  color: var(--text-color);
  width: 280px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  font-size: 1rem;
  box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.2);
  background-color: var(--background-color);
  z-index: 10;
}

.yearpicker-header {
  display: flex;
  width: 100%;
  height: 2.5rem;
  border-bottom: 1px solid var(--border-color);
  align-items: center;
  justify-content: space-around;
}

.yearpicker-prev,
.yearpicker-next {
  cursor: pointer;
  font-size: 2rem;
  padding: 14px;
}

.yearpicker-prev:hover,
.yearpicker-next:hover {
  color: var(--selected-text-color);
}

.yearpicker-year {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem;
}

.yearpicker-items {
  list-style: none;
  padding: 1rem 0.5rem;
  flex: 0 0 33.3%;
  width: 100%;
}

.yearpicker-items:hover {
  background-color: var(--hover-background-color);
  color: var(--selected-text-color);
  cursor: pointer;
}

.yearpicker-items.selected {
  color: var(--selected-text-color);
}

.grecaptcha-badge {
    z-index: 10;
}
