
#tx-ttnews-publisher {
    margin-bottom: 10px;
    padding: 0 7px 0 20px
}

#tx-ttnews-publisher h2 {
    margin-top: 18px;
}

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

#tx-ttnews-publisher fieldset {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
}

#tx-ttnews-publisher 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-ttnews-publisher input,
#tx-ttnews-publisher textarea,
#tx-ttnews-publisher select,
#tx-ttnews-publisher .upload {
    padding: 7px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Verdana';
    color: #2C3E50;
    font-size: 13px;
}

#tx-ttnews-publisher input[type="radio"],
#tx-ttnews-publisher input[type="checkbox"] {
    width: inherit;
    margin: 10px 7px 7px 7px;
    float: left;
}

#tx-ttnews-publisher .value label {
    padding: 7px 7px 7px 7px;
    display: block;
    float: left;
}

#tx-ttnews-publisher .action-button {
    width: 160px;
    background: #777;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#tx-ttnews-publisher .senden {
    background: #b7002b !important;
    text-transform: uppercase;
}

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

#tx-ttnews-publisher a.action-button {
    display: block;
    float: left;
    text-align: center;
    font-size: 13px;
    font-family: 'Verdana';
}

/*headings*/
#tx-ttnews-publisher .fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    margin-top: 12px;
}

#tx-ttnews-publisher .fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
    padding-left: 0 !important;
}

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

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

#tx-ttnews-publisher .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-ttnews-publisher .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-ttnews-publisher .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-ttnews-publisher .progressbar li.active:before,
#tx-ttnews-publisher .progressbar li.active:after {
    background: #777;
    color: white;
}

#tx-ttnews-publisher .ui-datepicker table {
    border: 1px solid #aaa;
    background: #eee;
}

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

#tx-ttnews-publisher .infoButton {
    margin-left: auto;
    margin-right: auto;
}

#tx-ttnews-publisher .infoStudy {
    float: left;
    font-weight: bold;
    margin-top: 6px;
    margin-left: 6px;
}

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

#tx-ttnews-publisher .infoButtonTopDescription {
    display: inline-block;
    margin-left: 5px;
}

#tx-ttnews-publisher .ui-widget-overlay {
    background: #aaa !important;
}

#tx-ttnews-publisher th div.title {
    font-size: 0.8em;
    display: block;
}

#tx-ttnews-publisher h3 {
    padding-left: 0;
}

#tx-ttnews-publisher .studium {
    float: left;
}

#tx-ttnews-publisher .both {
    clear: both;
}

#tx-ttnews-publisher .stern {
    color: #f39100;
    display: inline;
}

#tx-ttnews-publisher .pflicht {
    height: 30px;
}

#tx-ttnews-publisher .legende {
    position: absolute;
    top: -10px;
    text-transform: uppercase;
}

#tx-ttnews-publisher .thankyou {
    width: 50%;
    margin: 30px auto;
}

#tx-ttnews-publisher .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-ttnews-publisher table {
    border-collapse: collapse;
    border-spacing: 10px;
    border: solid 1px #ddd;
    width: 100%;
}

#tx-ttnews-publisher table th {
    font-weight: bold;
}

#tx-ttnews-publisher table td {
    vertical-align: middle;
}

#tx-ttnews-publisher table th,
#tx-ttnews-publisher table td {
    padding: 0.9%;
}

#tx-ttnews-publisher .language table td {
    border: solid 1px #ddd;
    font-weight: bold;
}

#tx-ttnews-publisher .language table th {
    border-right: solid 1px #ddd;
}

#tx-ttnews-publisher .language table {
    border: transparent;
}

#tx-ttnews-publisher td.label {
    text-align: right;
    width: 30%;
    font-weight: bold;
}

#tx-ttnews-publisher .language input[type=radio] {
    text-align: center;
}

#tx-ttnews-publisher .textarea {
    width: 100%;
    height: 144px;
}

#tx-ttnews-publisher .administration th {
    text-align: center;
}

#tx-ttnews-publisher .becomeAware ul li {
    float: left;
    width: 44%;
}

#tx-ttnews-publisher .becomeAware ul li input {
    width: 5% !important;
}

#tx-ttnews-publisher .becomeAware {
    margin-bottom: 10px;
}

#tx-ttnews-publisher .upload input {
    border: none;
}

#tx-ttnews-publisher .red {
    font-weight: bold;
    color: #f39100;
}

#tx-ttnews-publisher .type tr td label,
#tx-ttnews-publisher .type tr td input[type=radio] {
    float: right;
}

#tx-ttnews-publisher .disabled {
    color: #c3c3c3;
}

#tx-ttnews-publisher .enabled {
    color: #515151;
}

#tx-ttnews-publisher .step1 .row-author select {
    height: 300px;
}

#tx-ttnews-publisher .step2 .row-all {
    display: none;
}

#tx-ttnews-publisher .various-issue,
#tx-ttnews-publisher .various-number,
#tx-ttnews-publisher .various-volume {
    width: 32%;
}

#tx-ttnews-publisher .step3 .row-file {
    display: none;
}
