form#pca-anmeldung .modal-content {
  margin: 0px;
  width: auto;
  padding: 0px;
}

form#pca-anmeldung * {
    box-sizing: border-box;
}

form#pca-anmeldung select,
form#pca-anmeldung input[type="text"],
form#pca-anmeldung input[type="email"] ,
form#pca-anmeldung input[type="number"],
form#pca-anmeldung input[type="date"] {
    height: 42px;
    line-height: 30px;
}

form#pca-anmeldung input::-webkit-outer-spin-button,
form#pca-anmeldung input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

form#pca-anmeldung input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

form#pca-anmeldung .control-label {
  line-height: 30px;
}
.courses a {
   outline: 0;
}

.courses table th {
  text-align: left;
  background: #FFF;
  color: #151515;
  padding: 2px 4px!important;
    border-bottom: 1px solid #CCC!important;
}

#dialog5 {
  color: #000000;
}

.charges [id^="charge"],
.charges [id^="contingent"] {
    margin-bottom: 20px;
}

.charge{
  padding: 8px;
  background-color: #a0bfd6;
  cursor: pointer;
  border: 2px solid #43759a;
  border-radius: 10px;
  min-height: 225px;
}

.charge:hover {
  background-color: rgba(255,255,255,0.5);
}

#content .charge h2, .course h2 {
  font-size: 1.4em;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  color: #ffffff;
}

.charge .price, .course .price {
  font-size: 1.5em;
  position: absolute;
  bottom: 10px;
  right: 32px;
}

.footnote {
  margin-top: 10px;
  color: #000;
  font-weight: bold;
}
.footnote > span {
  font-weight: normal;
}

.annotationNo{
  vertical-align:super;
  font-size: .7em;
  font-weight: bold;
}

.charge .small7,
.charge .price_pp {
  font-size: .7em;
}
.durationInfo {
  font-size: .9em;
}

.charge .radio, .course .radio {
  font-size: 4em;
  position: absolute;
  bottom: 50%;
  left: 50%;
  top: auto;
  display: block;
  margin-left: -48px;
  margin-bottom: -48px;
}

.charge input[type="radio"], .course input[type="radio"] {
  display: none;
  position: absolute;
  bottom: 16px;
  left: 32px;
}

.anmeldungstab input[type="radio"][name="courseId"] {display: none;}

.control-label {
  text-align: right;
  padding-top: 4px;
}

.modal-dialog {
  color: #000000;
}

.container.application .row {
  margin-bottom: 8px;
}

.hide_on_different_bank_owner {
  position: absolute;
  left: 15px;
  right: 15px;
  padding-top: 0px;
  opacity: 0.0;
}

input.parsley-error {
  background-color: #fcc;
}

.modal-body .row {
  padding: 6px 0;
}

.parsley-error-list li:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
    content: "";
    position: relative;
    left: -10px;
}

.parsley-error-list li {
  list-style-type: none;
  padding-left: 20px;
  margin: 2px;
  position: relative;
  top: 2px;
  border: 1px solid #aaa;
  border-radius: 3px;
  color: rgb(169, 68, 66);
  background-color: rgb(242, 222, 222);
  border-color: rgb(235, 204, 209);

}

.course h2 > small {
  color: black;
  padding-top: 6px;
}

.course h2 > small.level {
  font-style: italic;
  float: right;
}

.course p {
  padding-bottom: 8px;
}

.course p.indent {
  padding-left: 128px;
}

span.fa.fa-check
{
  width: 96px;
  height: 96px;
  border: 5px solid #333;
  padding-top: 8px;
  padding-left: 12px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 4px;
  color: #333;
}

.input-group-addon.prepend {
  border-left-width: 1px;
}

ul.nav-tabs,
ul.nav-tabs.nav-justified{
  border-bottom: 3px solid #43759a;
}

.nav-tabs > li {
  margin-bottom: 0px;
}

.nav-tabs > li:hover,
#content .nav-tabs > li:hover > a {
  background-color: #BD831F;;
}

.nav-tabs > li.active,
#content .nav-tabs > li.active:hover > a {
  background:#43759a;
}


.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus
 {
  background: none repeat scroll 0 0 #c4c4c4;
  border: none;
  border-radius: 0px;
  color: #ffffff;
}

.nav-tabs > li,
.nav-tabs.nav-justified > li {
  border-right: 4px solid #ffffff;
  //padding: 0px 4px 0px 0px;
}
.nav-tabs > li:last-Child,
.nav-tabs.nav-justified > li:last-Child  {
  border-right: 0px;
  padding: 0px;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus  {
    border: none;
    color: #ffffff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
background: none repeat scroll 0 0 #43759a;
border: none;
color: #ffffff;
}

p.tabDescription {
  margin: 10px 0px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border:none;
  line-height: 1.6;
}

table.anmeldungstab {
    border-collapse: collapse;
    color: #000000;
}

table.anmeldungstab tr {
    background: #FFF;
}

table.anmeldungstab tr td {
    padding: 2px 4px;
    vertical-align:middle;
}
table.anmeldungstab tr:nth-child(2n+1) {
    background: #E8E7E7;
    color: #151515;
}

table.anmeldungstab tr td:first-child {
    width: 110px;
}
 table.anmeldungstab tr td:nth-child(2) {
    width: 120px;
}
table.anmeldungstab tr td:nth-child(3),
table.anmeldungstab tr td[data-title="Zeit"] {
    width: 90px;
}

table.anmeldungstab.current tr td:nth-child(3) {
    width: 150px;
}

table.anmeldungstab tr td[data-title="Termine"] {
    width: 50px;
    text-align: center;
}

table.anmeldungstab tr td[data-title="Block"] {
    width: 60px;
    text-align: center;
}
table.anmeldungstab tr td[data-title="Block"] button {
    height: 1.6em;
}
 table.anmeldungstab tr td:last-child {
    //text-align: right;
    //width: 191px;
}

table.anmeldungstab tr td:last-child a.pdfDownload {
    margin: 0 0 0 5px;
}

a.anmeldebutton,
a.pdfDownload{
    background: none repeat scroll 0 0 #F39A00;
    color: #fff;
    display: inline-block;
    padding: 4px 14px;
    text-decoration: none;
    cursor: pointer;
}

a.anmeldebutton:hover,
a.pdfDownload:hover{
    background: none repeat scroll 0 0 #ffbc49;
    color: #fff;
}

button.anmeldebutton {
    border-radius: 6px;
    padding: 4px 8px;
}

button.anmeldebutton.maleonly {
  margin-bottom: 5px;
}

button.anmeldebutton.femaleonly {
  margin-top: 5px;
}

.pdficon{
    background: url("../img/pdf_icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 16px;
    width: 14px;
   }
table.anmeldungstab .anmeldung {
    min-height: 26px;
    text-align: right;
}

table.anmeldungstab .anmeldung > div {
    display: inline-block;
}

button.anmeldebutton.maleonly {margin-bottom: 0px;}


.btn-pca {
    background: none repeat scroll 0 0 #43759a;
    border-color: #43759a;
    color: #fff;
    padding: 11px 25px;
}

.btn-pca:hover, .btn-pca:focus, .btn-pca:active, .btn-pca.active, .open .dropdown-toggle.btn-pca {
    background-color: #a0bfd6;
    border-color: #43759a;
    color: #fff;
}
.btn-pca:active, .btn-pca.active, .open .dropdown-toggle.btn-pca {
    background-image: none;
}
.btn-pca.btn-xs
{padding: 1px 5px;}

.form-control:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(67, 117, 154, 0.6);
  border-color: rgba(67, 117, 154, 0.7);
}

.modal-footer .btn-prev {
  float:left;
}

.tooltip-inner {
    background-color: #fff;
    color: #000;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #fff;
}
.ampelGruen,
.ampelRot,
.ampelGelb {
  margin-right: 5px;
}

.ampelGruen {
  color: #64bf61;
}

.ampelRot {
  color: #ff0000;
}

.ampelGelb {
  color: #ea8f10 ;
}

.blockRed {color: #ff0000;}
.blockBlue {color: #0000ff;}
.blockGreen {color: #64bf61;}
 button.btn-unstyled {
  border:none;
  background: none;
 }
.item116 .legende-kursprogramm{
  margin-bottom: 15px;
}
.legende-kursprogramm {
  font-size: 0.8em;
}

.legende-kursprogramm.kurzkurse {
  font-size: inherit;
}

.legende-kursprogramm p {
  margin-bottom: 0px;
}


.legende-kursprogramm ul {
  list-style: none;
  padding: 0;
    margin: 0;
    display: inline-block;
}

.item116 .legende-kursprogramm ul {
  padding-left: 10px;
}

.legende-kursprogramm ul > li,
.item116 .legende-kursprogramm.kurzkurse ul > li  {
  float: left;
  padding-right: 10px;
}
.item116 .legende-kursprogramm ul > li {
  float: none;
}

.toggleTermineModal
 {
    background: #f39a00;
    color: #ffffff;
}
.toggleTermineModal:hover,
.toggleTermineModal:active,
.toggleTermineModal:focus
 {
    background: #bd831f;
    color: #ffffff;
}

#dialog4 .checkbox {
  padding-left: 15px;
  padding-top: 15px;
}

#dialog5 #agb {
  height: 200px;
  overflow: auto;
}

#dialog5 #signatureApplicationButton {
  padding: 20px 0;
}

table.anmeldungstab tr.levelSeparator {
  background-color: #88774b;
}

table.anmeldungstab tr.levelSeparator td{
  text-align: left !important;
  color: #ffffff;
  font-weight: bold;
}


#content .panel-heading h3 {
font-size: 16px;
margin: 0px;
}

span.br {
  display: block;
}
/* NO-MORE-TABLES */
@media (max-width: 800px) {
.no-more-tables table.table, .no-more-tables .table thead, .no-more-tables .table tbody, .no-more-tables .table th, .no-more-tables .table td, .no-more-tables .table tr {
    display: block;
}
.no-more-tables .table thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px;
}

.no-more-tables .table tr:last-child  {
    border-bottom: 1px solid #CCC !important;
}


.no-more-tables .table td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #eee;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 0;
    padding-left: 110px;//27%;
    position: relative;
    text-align: left;
    white-space: normal;
}

.no-more-tables .table.sc_table td,
#content .sc_rows > a {
    padding-left: 0px;
    padding-right: 0px;
}

.no-more-tables .table tr.headline-tr td:last-child {
    padding-left:4px;
}

.no-more-tables .sc_table td.date{
    width: 85%;
}

.no-more-tables .sc_table td.venue.empty{
    padding: 0px;
}

.no-more-tables .sc_table td.infolink{
    width: 15%;
    top: -38.85px;
    left: 85%;
    text-align: right;
    padding: 8px 0px;
}

.no-more-tables .tableHead td {
    padding: 2px 4px;
}
.no-more-tables .table td::before {
    font-weight: bold;
    left: 6px;
    padding-right: 10px;
    position: absolute;
    text-align: left;
    white-space: nowrap;
}
.no-more-tables .table td::before {
    content: attr(data-title);
}
.no-more-tables .table td span.br::after {
    content: ", ";
}
.no-more-tables .table td span.br {
    display: inline;
}
table.anmeldungstab tr {
    border-bottom: 0 none;
    border-top: 0 none;
    min-height: 10px;
}

.no-more-tables .table.anmeldungstab.current td {
    padding-left: 150px;//27%;
}

 table.anmeldungstab tr td {
  width: auto !important;
 }

table.anmeldungstab tr td[data-title="Block"],
table.anmeldungstab tr td[data-title="Termine"] {
  text-align: left;
 }

}


.spinner {
  display: inline-block;
  opacity: 0;
  width: 0;

  -webkit-transition: opacity 0.25s, width 0.25s;
  -moz-transition: opacity 0.25s, width 0.25s;
  -o-transition: opacity 0.25s, width 0.25s;
  transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
  cursor:progress;
}

.has-spinner.active .spinner {
  opacity: 1;
  width: auto; /* This doesn't work, just fix for unkown width elements */
}

.has-spinner.btn-mini.active .spinner {
  width: 10px;
}

.has-spinner.btn-small.active .spinner {
  width: 13px;
}

.has-spinner.btn.active .spinner {
  width: 16px;
}

.has-spinner.btn-large.active .spinner {
  width: 19px;
}

#voucherVerificationMessage.help-block::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  left: -10px;
  line-height: 1;
  position: relative;
}

#voucherVerificationMessage.alert {
  padding: 0px;
}

#voucherVerificationMessage.help-block {
  border-radius: 3px;
  list-style-type: none;
  margin: 2px;
  padding-left: 20px;
  position: relative;
  top: 2px;
}

#voucherVerificationMessage.alert-danger:before {
  content: "";
}

#voucherVerificationMessage.alert-success::before {
  content: "";
}

pre.dev {display: none;}

.input-group .input-group-btn .btn {border: 0;}
.input-group input.form-control {border-top-left-radius: 4px; border-bottom-left-radius: 4px;}


div.btn-checkbox label span,
div.btn-radio label span {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  width: 1.5em;
  display: inline-block;
}

div.btn-checkbox label span::after,
div.btn-radio label span::after {
    content: "\f096";
}
div.btn-checkbox label.active span::after,
div.btn-radio label.active span::after {
    content: "\f046";
}

div.btn-checkbox .btn-pca,
div.btn-radio .btn-pca {padding: 15px;}

div#dialog999 button#getApplication,
div#dialog999 a.btn.appdownload {
    margin-top: 10px;
}

div#dialog999 a.btn.appdownload {
  margin-left: 15px;
}

div#dialog999 a.btn.appdownload:nth-child(2){
  margin-left: 0px;
}