
#ui-datepicker-div {
    font-size: 13px;
}

#ui-datepicker-div table {
    background-color: #ddd;
}

#tx-con-pgk-application {
    margin-bottom: 10px;
    padding: 0 7px 0 20px
}

#tx-con-pgk-application p,
#tx-con-pgk-application ul {
    margin-bottom: 1.2em;
}

#tx-con-pgk-application li {
    font-size: .95rem;
    line-height: 1.5rem;
}

#tx-con-pgk-application label {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
}

#tx-con-pgk-application label.headline {
    margin: 10px 0 6px 6px;
}

#tx-con-pgk-application .error {
    font-size: 12px;
}

#tx-con-pgk-application .counter {
    margin-bottom: 16px;
}

#tx-con-pgk-application .intro {
    margin-bottom: 10px;
}

#tx-con-pgk-application fieldset, legend {
    background: white;
    border: 0 none;
    border-radius: 3px;
    padding: 20px 30px !important;
    width: 92%;
    margin: 0 10%;
}

#tx-con-pgk-application fieldset h2 {
    font-size: 15px;
}

#tx-con-pgk-application fieldset {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
}

#tx-con-pgk-application legend, .bf_thumbnail {
    margin-bottom: 15px !important;
    position: relative;
    box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.4);
    margin-top: 20px !important;
}

/*inputs*/
#tx-con-pgk-application input,
#tx-con-pgk-application textarea,
#tx-con-pgk-application .upload {
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
}

/*buttons*/
#tx-con-pgk-application .action-button {
    width: 100px;
    background: #777;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px;
    margin-top: 20px;
    margin-right: 10px;
}

#tx-con-pgk-application .senden {
    background: #b7002b !important;
    text-transform: uppercase;
}

#tx-con-pgk-application .action-button:hover,
#tx-con-pgk-application .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #555;
}

#tx-con-pgk-application a.action-button {
    display: block;
    float: left;
    text-align: center;
    font-size: 13px;
}

/*progressbar*/
#tx-con-pgk-application .progressbar {
    padding-top: 12px;
    margin-bottom: 10px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#tx-con-pgk-application .progressbar li {
    text-align: center;
    list-style-type: none;
    color: #aaa;
    text-transform: uppercase;
    font-size: 9px;
    width: 13%;
    float: left;
    position: relative;
}

#tx-con-pgk-application .progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
    text-align: center;
}

/*progressbar connectors*/
#tx-con-pgk-application .progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -57%;
    top: 9px;
    z-index: 1; /*put it behind the numbers*/
}

#tx-con-pgk-application .progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#tx-con-pgk-application .progressbar li.active:before,
#tx-con-pgk-application .progressbar li.active:after {
    background: #777;
    color: white;
}

#tx-con-pgk-application .ui-datepicker table {
    border: 1px solid #aaa;
    background: #eee;
}

#tx-con-pgk-application .infoButton,
#tx-con-pgk-application .infoStudy,
#tx-con-pgk-application .infoZeitp,
#tx-con-pgk-application .infoBirthday {
    height: 18px;
    width: 18px;
    background: #f39100;
    border-radius: 50%;
    color: #fff;
    text-align: center !important;
    cursor: pointer;
}

#tx-con-pgk-application .dob {
    width: 95%;
}

#tx-con-pgk-application .infoBirthday {
    margin-top: 6px;
    margin-right: 3px;
    float: right;
}

#tx-con-pgk-application .infoButton {
    margin-left: auto;
    margin-right: auto;
}

#tx-con-pgk-application .infoStudy {
    float: left;
    font-weight: bold;
    margin-top: 6px;
    margin-left: 6px;
}

#tx-con-pgk-application .infoButtonTop {
    height: 18px;
    width: 18px;
    background: #f39100;
    border-radius: 50%;
    color: #fff;
    text-align: center !important;
    display: inline-block;
    margin-left: 80px;
}

#tx-con-pgk-application .infoButtonTopDescription {
    display: inline-block;
    margin-left: 5px;
}

#tx-con-pgk-application .ui-widget-overlay {
    background: #aaa !important;
}

#tx-con-pgk-application th .title {
    font-size: 0.8em;
    display: block;
}

#tx-con-pgk-application th input {
    font-weight: normal;
}

#tx-con-pgk-application h3 {
    padding-left: 0;
}

#tx-con-pgk-application .both {
    clear: both;
}

#tx-con-pgk-application .stern {
    color: #f39100;
    display: inline;
}

#tx-con-pgk-application .pflicht {
    height: 30px;
}

#tx-con-pgk-application .legende {
    position: absolute;
    top: -10px;
    text-transform: uppercase;
}

#tx-con-pgk-application .thankyou {
    width: 50%;
    margin: 30px auto;
}

#tx-con-pgk-application .team {
    margin-top: 20px;
    font-style: italic;
}

input.f3-form-error,
textarea.f3-form-error,
select.f3-form-error {
    background-color: #FFDEDE;
    border: 1px #f39100 solid;
}

.error > ul {
    padding-top: 16px;
    padding-bottom: 16px;
}

.error > ul,
.error > ul li {
    background-color: #FF9F9F;
    list-style: none none;
}

.error {
    font-weight: bold;
    color: #f39100;
}

#tx-con-pgk-application table {
    border-collapse: collapse;
    border-spacing: 10px;
    border: solid 1px #ddd;
    width: 100%;
}

#tx-con-pgk-application table th {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

#tx-con-pgk-application table .thead th {
    text-align: center;
}

#tx-con-pgk-application table td {
    vertical-align: middle;
}

#tx-con-pgk-application table th,
#tx-con-pgk-application table td {
    padding: 0.9%;
}

#tx-con-pgk-application .language table td {
    border: solid 1px #ddd;
    font-weight: bold;
}

#tx-con-pgk-application .language table th {
    border-right: solid 1px #ddd;
}

#tx-con-pgk-application .language table {
    border: transparent;
}

#tx-con-pgk-application td.label {
    text-align: right;
    width: 30%;
    font-weight: bold;
}

#tx-con-pgk-application .language input[type=radio] {
    text-align: center;
}

#tx-con-pgk-application .textarea {
    width: 100%;
    height: 144px;
}

#tx-con-pgk-application .administration th {
    text-align: center;
}

#tx-con-pgk-application .becomeAware ul {

}

#tx-con-pgk-application .becomeAware ul li {
    margin-bottom: 4px;
    list-style: none;
    float: left;
    width: 44%;
}

#tx-con-pgk-application .becomeAware ul li input {
    width: 5% !important;
}

#tx-con-pgk-application .becomeAware {
    margin-bottom: 10px;
}

#tx-con-pgk-application .upload input {
    border: none;
}

#tx-con-pgk-application .red {
    font-weight: bold;
    color: #f39100;
}

#tx-con-pgk-application select {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: inherit;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding: 6px;
    width: 100%;
}

/*
#tx-con-pgk-application .row-faculty select {
    width: 140px;
}
*/
