/**
 * Stylesheet of HiOA custom post
 */

table.dataTable {
    margin: 0 !important;
}


/**
 * Custom post - arrangement
 */


/*
.entry-under-excerpt,
.entry-program-list,
.hioa-lists {
    width: 100%;
}

.entry-under-excerpt-head {
    width: 100px;
    font-weight: bold;
}

.starttime-th {
    width: 9%;
}

.underscore-th {
    width: 2%;
}

.endtime-th {
    width: 9%;
}

.program-th {
    width: 60%;
}

.host-th {
    width: 20%;
}
*/


/* End Custom post - arrangement */


/**
 * Custom post - deltakerliste
 */

.deltakerliste .dataTables_wrapper {
    margin-bottom: 20px;
}

.deltakerliste .dataTables_filter {
    display: none;
}

.deltakerliste .priceboxes {
    text-align: right !important;
}

.deltakerliste .priceboxes .woocommerce-Price-currencySymbol {
    display: none !important;
}

.deltakerliste table.dataTable tr {
    max-width: 9999px !important;
    padding: unset;
}

.deltakerliste .dataTables_scrollHead table.dataTable thead th {
    max-width: 9999px !important;
    padding: unset;
}

.deltakerliste .dataTables_scrollBody table.dataTable thead tr,
.deltakerliste .dataTables_scrollBody table.dataTable tfoot tr {
    height: 0 !important;
    padding: 0 !important
}

.deltakerliste table.dataTable td {
    max-width: 9999px !important;
    padding: 2px;
}

.deltakerliste table.dataTable.nowrap th {
    white-space: nowrap !important;
}

.deltakerliste table.dataTable.stripe tbody tr.odd,
.deltakerliste table.dataTable.display tbody tr.odd {
    background-color: #ffffff;
}


/* End Custom post - deltakerliste */


/**
 * Custom post - hioa-reports
 */


/*
.et_right_sidebar #main-content .container:before {
    display: none !important;
}

#left-area {
    float: none;
    width: 100% !important;
    padding-right: 0;
}

#sidebar {
    display: none;
}
*/

.search-history {
    width: 100%;
    font-size: smaller;
    border: 1px solid #CACACA;
    margin-bottom: 20px;
}

.search-history th {
    padding: 1px !important;
    text-align: center;
    border: 1px solid #CACACA;
}

.search-history td {
    padding: 1px !important;
    border: 1px solid #CACACA;
}

.search-history-th-03 {
    width: 25%;
}

.group-names {
    text-align: left !important;
}

.single-calculation-results {
    width: 120px;
    text-align: right !important;
}

.hioa-reports .dataTables_wrapper {
    margin-bottom: 20px;
}

.hioa-reports .dataTables_filter {
    display: none;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.nowrap {
    white-space: nowrap;
}


/* End Custom post - hioa-reports */


/**
 * Custom post - produkt bundle
 */


/*
.entry-excerpt {
    min-height: 150px;
}

.entry-excerpt .excerpt-left {
    width: 40%;
    padding-right: 2%;
    float: left;
}

.entry-excerpt .excerpt-right {
    width: 58%;
    float: left;
}
*/


/* End Custom post - produkt bundle */


/**
 * Custom post - registration-form
 */


/*
@media ( min-width: 981px) {
    .registration-form-viewer {
        clear: both;
        width: 100%;
    }
    .registration-form-viewer .container_1_2 {
        width: 49%;
        margin-bottom: 2%;
        margin-right: 1%;
        float: left;
    }
    .registration-form-viewer .container_1_2_last {
        width: 49%;
        margin-bottom: 2%;
        margin-right: 1%;
        float: right;
    }
    .registration-form-viewer .container_1_2 p,
    .registration-form-viewer .container_1_2_last p {
        padding-bottom: 0;
    }
}

@media ( max-width: 980px) {
    .registration-form-viewer {
        clear: both;
        width: 100%;
    }
    .registration-form-viewer .container_1_2,
    .registration-form-viewer .container_1_2_last {
        width: 100%;
        margin-bottom: 2%;
    }
    .registration-form-viewer .container_1_2 p,
    .registration-form-viewer .container_1_2_last p {
        padding-bottom: 0;
    }
}

.registration-form-viewer {
    width: 100%;
    max-width: 600px;
    padding: 10px;
    border: 2px solid #000;
    float: left;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

.registration-form-viewer h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
*/


/* End Custom post - registration-form */