

.tx-ptv-trainings {
    min-height: 25vh;
}

a {
    color:#e02129;
}


/*table for courses*/

table.course-list {
    width:100%;
    color:#000000;
}




table.course-list tr th:nth-child(1) {
    width: 30px;
}

table.course-list tr th:nth-child(3) {

}

table.course-list tr th:nth-child(7){
    white-space: nowrap;
    width: 80px;

}

/* remove standard-styles */
table.course-list input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border:none;
    border-radius: 0;
    width: 100%
}

/* graceful degradation for ie8 */
table.course-list input[type='checkbox'] {
    width:auto;
    float:left;
    margin-right: .75em;
    background:transparent;
    border:none;
}

table.course-list input[type='checkbox']:checked,
table.course-list input[type='checkbox']:disabled,
table.course-list input[type='checkbox']:not(:checked) {
    background: transparent;
    position: relative;
    visibility: hidden;
    margin:0;
    padding:0;
}

table.course-list input[type='checkbox'] + label {
    cursor: pointer;
}

table.course-list input[type='checkbox']:checked + label::before,
table.course-list input[type='checkbox']:disabled + label::before,
table.course-list input[type='checkbox']:not(:checked) + label::before {
    content:' ';
    display:inline-block;
    width: 15px;
    height:15px;
    position: relative;
    top:0;
    left:0;
    border: 1px solid #bbb;
    background: white;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

table.course-list input[type='checkbox']:hover  + label::before {
    background:red;
    box-shadow: inset 0 0 0 0 white;
}

table.course-list input[type='checkbox']:checked  + label::before {
    border: 1px solid #b40a0a;
    background:url("../img/checked.png") no-repeat red;
    display:inline-block;
}

table.course-list input[type="checkbox"]:disabled + label::before {
    background: #eee none repeat scroll 0 0;
    box-shadow: 0 0 0 0 white inset;
}


table.course-list td,
table.course-list th {
    padding: 10px 10px;
    line-height: 14px;

}

table.course-list tr:nth-child(even) {
    background-color: #fff;
}

table.course-list tr:nth-child(odd) {
    background-color: #e7e7e7;
}

table.course-list tr th {
    background-color: #555;
    color: #fff;
}

table.course-list tr th:nth-child(1) {
    width: 50px;
}

table.course-list tr th:nth-child(3) {
    width: 120px;
}

table.course-list tr th:nth-child(7){
    width: 200px;
}
table.course-list tr th:nth-child(8){
    width: 100px;
}




.price,
.total-price {
    float:right;
}

.vat {
    display:block;
    line-height: 10px;
    margin:0;
    padding: 0;

}

.status-full,
.status-free,
.status-few {
    background:none;
    text-align:right;
}


.status-free:after,
.status-few:after,
.status-full:after {
    content: ' ';
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #69b6d5;
    margin-left:5px;
}


.status-free:after{
    background-color: green;
}
.status-few:after{
    background-color: orange;
}
.status-full:after {
    background-color: red;
}



.early-bird {
    color:#2e75bd;
    background:none;
}



/*The filter*/


fieldset.filter{
    width: 100%;
}


fieldset.filter > label {
    padding-bottom: 1rem;
}



.filter select ::-ms-expand {
    display:none;
}

select::-ms-expand {
    display: none; /*Removes default ie 11*/

}

fieldset.filter select {
    vertical-align: middle;
    border: 0 !important;  /*Removes border*/
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
    background: url('../img/arrow-red.png') no-repeat #ffffff;  /*Adds background-image*/
    background-position: 95% 14px;  /*Position of the background-image*/
    width: 100%; /*Width of select dropdown to give space for arrow image*/
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: "";  /*Removes default arrow from firefox*/
    margin:0;
    font-weight: bold;
}



/*Contact form*/
/*
#contact-form,
.invoice-box {
    background-color:#ffffff;
    width: 670px;
    padding: 20px;

}*/

#contact-form label{

}

#contact-form input[type=text],
#contact-form textarea,
#contact-form select{

}


#contact-form select{

}


#contact-form fieldset {
    margin: auto;
    max-width: 35rem;
}


/*Invoices*/

.invoice-box {

}

.invoice-box .table-invoices {
    margin-top: 10px;
    border-collapse: collapse;
}

.invoice-box .table-invoices th {
    text-align: left;
}

.invoice-box .table-invoices th:last-child,
.invoice-box .table-invoices td:last-child {
    text-align: right;
}

.invoice-box .table-invoices tr th:first-child {
    width: 50%;
}

.invoice-box .table-invoices tr th:last-child {
    width: 200px;
}

.invoice-box .table-invoices tr:last-child td:last-child {
    padding-top: 5px;
    border-top: 1px solid #aaa;
}

.invoice-box .order-no,
.invoice-box .vendor-name {
    display: block;
}


.invoice-box .vendor-name {
    border-bottom: solid 1px #e7e7e7;
}


.invoice-box .price-inc-vat {

}

.invoice-box .invoice-price-label {
    float:left;
}

.invoice-box .invoice-total-price {

}

.invoice-line.voucher {
    color:green;
}

.invoice-line a.bt_remove {

}
.invoice-line a.bt_remove:after {
    background-image: url('../img/ic_remove.svg');
    background-size: 16px 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
    content:'';
}



.invoice-line a.bt_remove:hover {
    background-color:#ffffff;
}



#contact-form .validation-errors {
    padding: 5px;
    border: solid 1px #e02129;
    color: #e02129;
}


#contact-form p strong {

}

#contact-form .validation-errors .validation-error {
    line-height: 18px;
    color: #e02129;
}



#order-overview .row {
    display: table-row;
}

#order-overview .row div {
    display: table-cell;
    padding:0 20px 0 0;
}

#order-overview .row >:first-child {
    width: 300px;
}



/* Buttons */

.button_nav {
    margin: 10px 0;

}


.button_nav input.bt_submit + input.bt_submit {
    float:right;

}

input.bt_submit.bt_next {
    height: 38px;
}



.success,
.alert-info,
.alert-info h3
{
    color: #ffffff;
    background-color: #28a745;
}



.alert-warning,
.alert-warning h3
{
    color: #ffffff;
    background-color: #dc3545;
}

/*Validation error messages*/

input.f3-form-error,
select.f3-form-error {
    background-color: #ff9f9f;
}


input[type="checkbox"].f3-form-error + span {
    color: #e02129;
}

#typo3-messages {
    margin-bottom: 10px;
    font-family: arial, sans-serif;
}

.typo3-message {
    margin-bottom: 4px;
    padding: 12px;
    padding-left: 36px;
}

.typo3-message ul, .typo3-message ol {
    padding-left: 16px;
}

.typo3-message .message-header {
    display: block;
}

.typo3-message {
    border: 1px solid;
    background-position: 10px 12px;
    background-repeat: no-repeat;
}

.typo3-message a {
    text-decoration: underline;
}

.typo3-message li {
    margin-bottom: 10px;
    list-style: disc;
}

.typo3-message .message-header {
    font-size: 11px;
    font-weight: bold;
}



.message-notice a {
    color: #777;
}


.message-information a {
    color: #4c73a1;
}


.message-ok a {
    color: #3b7826;
}


.message-warning a {
    color: #9e7d4a;
}


.message-error a {
    color: #e02129;
}



/*Loader*/

#overlay-loader {
    position:fixed;
    background-color: #555555;
    opacity: 0.4;
    border:solid 1px #555555;
    width: 100%;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    top: 0;
    z-index: 9999;
}


.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    top: 200px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 6em;
    height: 6em;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



