/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


*/

/*
  Overschreven want anders is een input text niet te lezen...
*/

.ui-input-text,
.ui-select
{
    width: 100% !important;
    padding: 0.4em 0!important;
}

.circle_button {
    width:20px;
    height:20px;
    border-radius: 50%;
    background: red;
}

/*  Dit even uitgezet, tabel nu via grafiek neerzetten !!
.table_header {
    position: fixed; /*   Dit werkt nog niet */
/*} */

.table_body {
    overflow-y: visible; /* gewijzigd 2021 */
    overflow-x: auto;  /* gewijzigd 2021 */
    width: 100%;
    height: 800px; /* moet variabel worden */
    table-layout: fixed;  /* nieuwe erbij 2021  probleem ??*/
}


/********************************
 * generic als elements styling
 ********************************/
.als-container {
    position: relative;
    width: 100%;
    margin: 0px auto;
}

.als-viewport {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
}

.als-wrapper {
    position: relative;
    list-style: none;
}

.als-item {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    float: left;
}

.als-prev, .als-next {
    position: absolute;
    cursor: pointer;
    clear: both;
}

.als-button {
    background-color: #bbb;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.als-daybutton {
    background-color: #bbb;
    border: none;
    color: white;
    padding: 8px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
}

.als-imagebutton {
    background-color: #bbb;
    border: none;
    color: white;
    padding: 8px 14px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    height:160px;
}

.als-imagecaption {
    display: block;
}

.als-radio input[type="radio"] {
    display:none;
}

.als-radio input[type="radio"]:checked + label {
    background-color: #4CAF50; /* Green */
}

#day_prev img, #day_next img, #hour_prev img, #hour_next img {
    display: block;
    margin-top: 13px;
    margin-left: 2px;
}

/*** Terug knop wit ipv blauw  ***/
.terugknop_kleur {
    color: white;
}
