#overlayFull {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background: transparent;
    z-index: 100000000;
}

#overlayFull #spinner {
    position: absolute;
    z-index: 10000000;
}

.gm-style-iw-a {
    background-color: #ffffff;
    padding: 23px 17px 15px 17px;
}

#eventCalendar table .select2-container--bootstrap .select2-selection--single, .ppr table .select2-container--bootstrap .select2-selection--single {
    text-align: center !important;
    padding: 9px !important;
    width: 50px !important;
}

#eventCalendar input, #eventCalendar textarea, .ppr.context-dark .form-group > .form-control {
    color: #393a3c;
}

#eventCalendar .has-error .form-validation, .ppr .has-error .form-validation {
    color: #db383c;
    z-index: 2
}

#eventCalendar .has-error .form-control:not(.form-control-impressed), #eventCalendar .has-error .select2-selection, .ppr .has-error .form-control:not(.form-control-impressed), .ppr .has-error .select2-selection {
    border: #db383c solid 3px;
}

span.Remark {
    margin-left: 10px;
    padding-top: 2px;
    color: #212b54;
    display: inline-block;
}

.bg-teal-blue span.Remark {
    color: #8f8f8f;
    font-style: italic;
    float: right;
}

.ticketSelect {
    position: relative;
}

.ticketSelect span.form-validation {
    display: block;
    width: 400%;
    top: -16px !important;
    left: 50% !important;
    z-index: 2;
    margin-left: -200%;
    text-align: center;
    /*left: unset !important;*/
}

span.form-validation {
    animation: blinking 1.5s infinite;
}

@keyframes blinking {
    0% {
        color: #db383c;
    }
    60% {
        color: transparent;
    }
    100% {
        color: #db383c;
    }
}

.table-custom tbody tr td {
    height: 90px;
}

h4.alert-dark {
    color: #393a3c !important;
}

.noTransform {
    text-transform: none !important;
}

form#logout {
    /*z-index: 11112;*/
    /*position: fixed;*/
    /*top: 0;*/
    /*right: 0;*/
}

form#logout button {
    /*padding: 1px 4px;*/
    /*margin: 0;*/
    /*font-weight: 400;*/
    /*font-size: 0.7em;*/
    /*line-height: normal;*/
}

/*!
// CSS only Responsive Tables
// http://dbushell.com/2016/03/04/css-only-responsive-tables/
// by David Bushell
*/

.rtable {
    /*!
    // IE needs inline-block to position scrolling shadows otherwise use:
    // display: block;
    // max-width: min-content;
    */
    display: inline-block;
    vertical-align: top;
    max-width: 100%;

    overflow-x: auto;

    /*optional - looks better for small cell values*/
    white-space: nowrap;

    border-collapse: collapse;
    border-spacing: 0;
}

.rtable,
.rtable--flip tbody {
    /*optional - enable iOS momentum scrolling*/
    -webkit-overflow-scrolling: touch;

    /*scrolling shadows*/
    background: radial-gradient(left, ellipse, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 75%) 0 center,
    radial-gradient(right, ellipse, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
    background-size: 10px 100%, 10px 100%;
    background-attachment: scroll, scroll;
    background-repeat: no-repeat;
}

/*change these gradients from white to your background colour if it differs*/
/*gradient on the first cells to hide the left shadow*/
.rtable td:first-child,
.rtable--flip tbody tr:first-child {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-size: 20px 100%;
}

/*gradient on the last cells to hide the right shadow*/
.rtable td:last-child,
.rtable--flip tbody tr:last-child {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 20px 100%;
}

.rtable th {
    font-size: 11px;
    text-align: left;
    text-transform: uppercase;
    background: #f2f0e6;
}

.rtable th,
.rtable td {
    padding: 6px 12px;
    border: 1px solid #d9d7ce;
}

.rtable--flip {
    display: flex;
    overflow: hidden;
    background: none;
}

.rtable--flip thead {
    display: flex;
    flex-shrink: 0;
    min-width: min-content;
}

.rtable--flip tbody {
    display: flex;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}

.rtable--flip tr {
    display: flex;
    flex-direction: column;
    min-width: min-content;
    flex-shrink: 0;
}

.rtable--flip td,
.rtable--flip th {
    display: block;
}

.rtable--flip td {
    background-image: none !important;
    /*border-collapse is no longer active*/
    border-left: 0;
}

/*border-collapse is no longer active*/
.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
    border-bottom: 0;
}

div.questionnaire-container, div.PPR-aanvragen-container {
    width: 100%;
    max-width: 1560px;
    overflow: auto;
    margin: 0 auto;
}

div.questionnaire-container.admin {
    max-width: 1500px;
}

div.PPR-aanvragen-container {
    padding: 0 10px;
}

div.PPR-aanvragen-container > table {
    width: 100%;
}

table.questionnaire {

    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

table.questionnaire thead tr {
    background-color: #212b54;
    color: #ffffff;

}

table.questionnaire thead th {
    font-size: 1.2em;
    letter-spacing: 0.6px;
}

table.questionnaire thead tr:first-child th {
    font-size: 1.6em;
}

table.questionnaire thead tr:first-child th span.remark {
    font-size: 0.6em;
    margin-left: 6px;
    vertical-align: middle;
}

@-o-keyframes fadeIt {
    0% {
        background-color: #212b54;
    }
    50% {
        background-color: #d74646;
    }
    100% {
        background-color: #212b54;
    }
}

@keyframes fadeIt {
    0% {
        background-color: #212b54;
    }
    50% {
        background-color: #d74646;
    }
    100% {
        background-color: #212b54;
    }
}

table.questionnaire thead.has-error tr:first-child th:nth-child(2) {
    background-image: none !important;
    -o-animation: fadeIt 3s infinite;
    animation: fadeIt 3s infinite;
}

table.questionnaire thead th {
    text-align: center;
}

table.questionnaire th,
table.questionnaire td {
    padding: 12px 15px;
    position: relative;
}

table.questionnaire td.has-error {
    background-color: #fee1de;
}

table.questionnaire tbody tr {
    border-bottom: 1px solid #dddddd;
}

table.questionnaire tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

table.questionnaire tbody tr:last-of-type {
    border-bottom: 1px solid #212b54;
}

table.questionnaire thead th {
    border-left: 1px solid #dddddd;
}

table.questionnaire thead tr:first-child th, table.questionnaire thead th:first-child {
    border-left: none;
}


table.questionnaire tbody td input[type=text] {
    width: 100%;
    padding: 8px 10px;
}

table.questionnaire div.datepicker {
    min-width: 164px
}

table.questionnaire tbody td .datepicker input {
    width: 103px;
}

table.questionnaire div.datetimpicker {
    min-width: 209px
}

table.questionnaire tbody td .datetimepicker input {
    width: 140px;
}

.form-group.form-group-label-outside .datetimepicker {
    padding: 0;
    margin: 0
}

.form-group.form-group-label-outside .datetimepicker .form-control {
    display: inline-block
}

.form-group.form-group-label-outside .datetimepicker span.add-on {
    line-height: 30px;
    height: 50px;
    padding-top: 9px;
}

.form-group.form-group-label-outside .datetimepicker input {
    width: 156px
}

table.questionnaire td:first-child, table.questionnaire thead tr:first-child th:first-child {
    position: sticky;
    left: 0;
    z-index: 11110;

}

table.questionnaire td:first-child {
    background-color: rgba(30, 110, 180, 0.96);
    color: #ffffff;
}

table.questionnaire thead tr:first-child th:first-child {
    background-color: #212b54;
    white-space: nowrap;
}

table.questionnaire div.datepicker {
    min-width: 164px
}


.questionnaire-container .input-append .add-on,
.input-prepend .add-on,
.form-group.form-group-label-outside .input-append .add-on {
    display: inline-block;
    width: auto;
    height: 39px;
    min-width: 16px;
    padding: 11px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    border: 1px solid #ccc;
}

.questionnaire-container .input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn {
    vertical-align: top;
}

.questionnaire-container .input-append .add-on, .input-append .btn, .input-append .btn-group {
    margin-left: -1px;
}

.datetimepicker [class^="icon-"], .questionnaire-container [class^="icon-"], .questionnaire-container [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("/bootstrap/img/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.questionnaire-container a.MA > [class^="icon-"] {
    background-image: url("/bootstrap/img/glyphicons-halflings-white.png");
}

.datetimepicker .icon-arrow-left {
    background-position: -240px -96px;
}

.datetimepicker .icon-arrow-right {
    background-position: -264px -96px;
}

.questionnaire-container .icon-remove,
.form-group.form-group-label-outside .icon-remove {
    background-position: -312px 0;
}

.questionnaire-container .icon-th,
.form-group.form-group-label-outside .icon-th {
    background-position: -240px 0;
}

.questionnaire-container .icon-plus {
    background-position: -408px -96px;
}

.questionnaire-container a.MA > .icon-plus {
    margin-top: 3px;
}

.questionnaire-container .input-append.date .add-on i, .questionnaire-container .input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 14px;
    height: 14px;
}

input[type='checkbox'] {
    -webkit-appearance: none;
    width: 1em;
    height: 1em;
    background-color: rgba(30, 110, 180, 0);
    border-radius: 3px;
    border: 1px solid #212b54;
    margin-top: 3px;
}

input[type='checkbox']:checked {
    background-color: rgba(30, 110, 180, 0.96);
}

button + input[type='checkbox'] {
    margin: 0 0 0 5px;
    vertical-align: middle;
}

.responsive-tabs .icon {
    font-size: 21px;
    line-height: 21px;
    margin-left: 7px;
}

.legend {
    font-size: 14px
}

.legend .icon {
    font-size: 15px;
    line-height: 15px;
    margin-left: 12px;
    margin-right: 3px;
}

.legend:first-child .icon {
    margin-left: 0px;
}

.responsive-tabs li.inactive {
    opacity: 0.36;
}

.responsive-tabs .icon.success, .legend .icon.success {
    color: #69b02a;
}

.responsive-tabs .icon.danger, .legend .icon.danger {
    color: #db383c;
}

.responsive-tabs .icon.warning, .legend .icon.warning {
    color: #fcbe16;
}

.responsive-tabs .icon.info, .legend .icon.info {
    color: #79ccf2;
}

fieldset .form-actions {
    margin-top: 25px
}

.youtubecontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.youtubevideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img.bordered {
    border: solid 5px #212b54;
    border-radius: 5px;
}

form.with-remarks .form-group.form-group-label-outside {
    min-height: 107px;
}

table.table-custom .btn.btn-icon.btn-xs {
    padding: 4px 1px 5px 1px;
}

table.table-custom .btn.btn-icon.btn-xs {
    margin: 0 2px 2px 0
}

table.table-custom td.date {
    white-space: nowrap;
}

@-o-keyframes blinkItWarning {
    0% {
        background-color: #FFFFFF;
    }
    50% {
        background-color: #fcbe16;
    }
    100% {
        background-color: #FFFFFF;
    }
}

@keyframes blinkItWarning {
    0% {
        background-color: #FFFFFF;
    }
    50% {
        background-color: #fcbe16;
    }
    100% {
        background-color: #FFFFFF;
    }
}

tr.warning-blink {
    background-image: none !important;
    -o-animation: blinkItWarning 0.95s infinite;
    animation: blinkItWarning 0.95s infinite;
}

@-o-keyframes blinkItInfo {
    0% {
        background-color: #FFFFFF;
    }
    50% {
        background-color: #79ccf2;
    }
    100% {
        background-color: #FFFFFF;
    }
}

@keyframes blinkItInfo {
    0% {
        background-color: #FFFFFF;
    }
    50% {
        background-color: #79ccf2;
    }
    100% {
        background-color: #FFFFFF;
    }
}

tr.info-blink {
    background-image: none !important;
    -o-animation: blinkItInfo 0.95s infinite;
    animation: blinkItInfo 0.95s infinite;
}

.flipflap {
    border-bottom: 2px solid #020201;
    padding-bottom: 2vh !important;
    background-color: #222222;
    text-align: initial;
    letter-spacing: 2px;
    position: relative;
}

.flipflap .flash-light-container {
    position: absolute;
    right: 1.05%;
    bottom: 1.05%;
    width: 1.5%;
    cursor: alias;
}

.flipflap img.flash-light {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    width: 100%;
}

.flipflap .title {
    height: 95px;
    font-family: Helvetica;
    font-weight: 600;
    font-size: 2.5em;
    width: 100%;
    color: #fcd900;
    text-align: center;
    padding-top: 0.3em;
}

.flipflap .title img {
    height: 42px;
    vertical-align: middle;
    margin-right: 2%;
}

.flipflap .heading {
    height: 35px;
    font-family: Helvetica;
    width: 100%;
    font-weight: 500;
    font-size: 0.85em;
    color: #fefefe;
}

.flipflap .heading > div {
    float: left;
    /*text-align: center;*/
}

.flipflap .heading .one {
    width: 12%;
    padding-left: 2%;
    /*text-align: right;*/
}

.flipflap .heading .two {
    padding-left: 5%;
    width: 42%;
}

.flipflap .heading .three {
    text-align: left;
    width: 24%;
}

.flipflap .heading .four {
    width: 22%;
    text-align: center;
}

.flipflap .schedule {
    width: 100%;
    color: #222222;
    position: relative;
}

.flipflap .schedule .row {
    margin-bottom: 1vh;
}

@media (min-width: 480px) {
    .flipflap .title img {
        height: 44px;
    }

    .flipflap .title {
        height: 104px;
        font-size: 3em;
    }

    .flipflap .heading {
        height: 51px;
        font-size: 1.2em;
    }

    .flipflap .schedule {
    }
}

@media (min-width: 768px) {
    .flipflap {
        outline: 2px solid #020201;
    }

    .flipflap .title img {
        height: 35px;
    }

    .flipflap .title {
        height: 82px;
        font-size: 2em;
    }

    .flipflap .heading {
        height: 34px;
        font-size: 0.87em;
    }

    .flipflap .schedule {
    }
}

@media (min-width: 992px) {
    .flipflap .title img {
        height: 40px;
    }

    .flipflap .title {
        height: 87px;
        font-size: 2.25em;
    }

    .flipflap .heading {
        height: 39px;
        font-size: 1.2em;
    }

    .flipflap .schedule {
    }
}

@media (min-width: 1200px) {
    .flipflap .title img {
        height: 52px;
    }

    .flipflap .title {
        height: 120px;
        font-size: 3em;
    }

    .flipflap .heading {
        height: 50px;
        font-size: 1.49em;
    }

    .flipflap .schedule {
    }
}

@media (min-width: 1800px) {
    .flipflap .title img {
        height: 90px;
    }

    .flipflap .title {
        height: 197px;
        font-size: 5.2em;
    }

    .flipflap .heading {
        height: 82px;
        font-size: 2.5em;
    }

    .flipflap .schedule {
    }
}

@media (min-width: 3840px) {
    .flipflap .title img {
        height: 134px;
    }

    .flipflap .title {
        height: 283px;
        font-size: 8.2em;
    }

    .flipflap .heading {
        height: 143px;
        font-size: 4.8em;
    }

    .flipflap .schedule {
    }
}

.splitflap {
    margin: 0 auto;

    -webkit-perspective-origin: top center;
    -moz-perspective-origin: top center;
    -ms-perspective-origin: top center;
    perspective-origin: top center;

    -webkit-perspective: 900px;
    -moz-perspective: 900px;
    -ms-perspective: 900px;
    perspective: 900px;
    outline: 2px solid #020201;
    border-radius: 1px;
}

.select2-selection__rendered:after {
    border-color: #6c6c6c transparent transparent;
    border-style: solid;
    border-width: .7rem .7rem 0;
    content: "";
    margin-top: -.0625rem;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s ease-in-out;
}

.btn.btn-img {
    background-color: #c2c2c2;
    padding: 1px;
    border: 1px
}
