@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

#chat { max-height: 75vh; overflow: scroll; }

/* login */
#login {
    cursor: pointer;
}

#overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 10;
}

.register-popup
{
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

#register,#login { cursor: pointer; }

#register-content
{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 11;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    text-align: left;

    transform: translate(-50%, -50%);
    border-radius: 3px;
    max-width: 400px;
}

#register-content h1
{
    text-align: center;
}

.hidden { visibility: hidden; }

#register-content *
{
    margin-top: 10px;
}

.dropdown-login,
.dropdown-registers {
   display: none;
   text-align: left;
   background-color: #f9f9f9;
   min-width: 160px;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   overflow: auto;
   border: 1px solid black;
   position: absolute;
   z-index: 10;
   right: 2%;
   top: 110%;
}

#days {
    display: flex;
}

.fake-scrollbar {
    overflow-y: scroll;
    flex-shrink: 0;
}

.dropdown-login div,
.dropdown-register div {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.event {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    position: absolute !important;
    padding: 2px;
    min-height: calc(1.5em + 4px);
    box-sizing: border-box;
    left: 2px;
    right: 10px;
    border-radius: 2px;
    font-size: 10pt;
    display: flex;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.all-day .event {
    position: relative !important;
    left: 0px;
}

.ev-content {
    overflow: hidden;
}

.event > *
{
    padding-left: 3px;
    padding-top: 1px;
}

.event .event-title
{
    overflow-x: hidden;
}

.eventBox input[type=date],
.eventBox input[type=time],
.eventBox input[type=checkbox],
.eventBox input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -appearance: none;
}

.date.mobile-invisible {
    margin-left: 0px;
}

.eventBox
{
    position: absolute !important;
    font-size: 14pt;
    background-color: #fff;
    top: 0px;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0;
    overflow: hidden;
}

.eventbox-top
{
    padding: 10px;
    font-size: 16pt !important;
    display: flex !important;
    position:relative;
    flex-direction: column-reverse;
}

#icon-mirrored {
    /* Doesn't work with material icons:
     *
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); */

    font-size: 20px;
    margin: 0px 0px 0px 16px;
}

.icon-18 { font-size: 18px !important; }

.icon-white { color: #fff; }
.icon-black { color: rgba(0,0,0,0.54); }

.icon-bar
{
    display: flex;
}

.icon-bar .icon-content:first-child
{
    margin-left: auto;
}

.icon-content
{
    height: 32px;
    width: 32px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.4s;
    border-radius: 50%;
}

.icon-content:hover
{
    transition: background 0.2s;
    background: rgba(255,255,255,0.2);
}

.icon-content:hover:active
{
    background: rgba(0,0,0,0.1);
}

.eventbox-event-title
{
    line-height: 1.2em;
    max-height: 2.4em;
    overflow-y: auto;
}

.eventbox-bottom
{
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.eventbox-bottom .icon
{
    opacity: .54;
}

.eventbox-bottom-content
{
    display: flex;
    padding-top: 5px;
}

.eventbox-bottom-content:first-child
{
    padding-top: 0px;
}

.eventbox-bottom-content > *
{
    padding-left: 10px;
}

.eventbox-bottom-content .icon:first-child
{
    padding-left: 0;
}

.eventbox-content-inner .bold
{
    color: #272727;
}

.eventbox-event-time
{
    opacity: 0.54;
}

.eventBox p
{
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    text-align: left;
    margin-left: 17px;
    top: 0;
    right: 0;
    border: 0;
}

.evbox-description
{
    max-height: 3em;
    overflow-y: auto;
}

.evbox-description p
{
    margin: 0;
    flex: 1 1 100%;
    word-wrap: break-word;
}

.eventBox input,
.eventBox textarea
{
    text-decoration-color: rgb(26, 26, 26);
    position: relative;
    font-size: 14pt;
    border: 0;
    bottom: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin-left: 17px;
}

.eventCreate
{
    min-width: 466px;
    height: 376px;
    overflow: visible;
    position:fixed;
}

.eventBox .description
{
    font-family: Roboto;
    word-break: break-word;
    font-size: 10pt;
    position: absolute;
    padding: 5px 5px 5px 5px;
    right: 10px;
    top: 87px;
    float: right;
    height: 274px;
    border-radius: 2px;
    line-height: 1.5em;
    margin-left: 0px;
}

.eventBoxTitle input[type=text]
{
    margin: 0px 0px 0px 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #1976d2;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    height: 24px;
    line-height: 24px;
    outline: none;
    z-index: 0;
    top: 50px;
    box-shadow: none;
}

.eventCreate .closeEventBoxDiv
{
    height: 32px;
    position: absolute;
    top: 8px;
    right: 8px;
}

.eventCreate .closeEventBoxIcon
{
    margin: 0 !important;
}

@media (max-device-width:600px) {
    .eventCreate
    {
        min-width: 275px;
        width: 275px;
        min-height: 460px;
        height: 460px;
        overflow: visible;
        position:fixed;
    }

    .eventCreate .eventBoxTitle input[type=text]
    {
        padding-left: 5px;
        margin: 0;
    }

    .eventBox .description
    {
        font-family: Roboto;
        word-break: break-word;
        font-size: 10pt;
        position: absolute;
        padding: 5px 5px 5px 5px;
        top: 380px;
        float: right;
        height: 60px;
        left: 20px;
        width: 235px;
        border-radius: 2px;
        line-height: 1.5em;
        margin-left: 0px;
    }
}


.eventCreate div
{
    background-color: #1976d2;
    font-size: 12pt;
    height: 77px;
    margin-bottom: 10px;
}

.eventCreate input::-webkit-input-placeholder
{
    color: white !important;
}

.eventCreate input:-moz-placeholder
{ /* Firefox 18- */
    color: white !important;
}

.eventCreate input::-moz-placeholder
{  /* Firefox 19+ */
    color: white !important;
}

.eventCreate input:-ms-input-placeholder
{
    color: white !important;
}

.eventCreate p
{
    padding-left: 5px;
    font-family: Roboto;
    font-size: 11pt;
    color: rgb(85, 85, 85);
    margin: 10px 0px 0px 17px;
    width: 50px;
}

/* .eventCreate .button
{

} */

/* Some of the following CSS is copied from http://materializecss.com/buttons.html.
 *
 * Credits go out to them for providing great examples for beautiful CSS.
 */
.eventBox .button
{
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    font-size: 20pt;
    outline: 0;
    text-decoration: none;
    color: #fff;
    border-radius: 50%;
    background-color: #3276d2;
    /* background-color: #3276d2; */
    text-align: center;
    padding: 0;
    position: absolute;
    cursor: pointer;
    display: inline-block;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1000;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    border: 0;
    right: -10px;
    bottom: -12px;
}

#eventBoxCreate
{
    font-family: 'Material Icons';
    height: 39px;
    width: 39px;
    border: 1px solid #67a5f7;
}

.eventCreate .icon
{
    margin: 10px 0px 0px 17px;
    color: rgb(51, 51, 51);
    font-size: 18px;
    max-width: 25px;
    display: inline;
}

.eventCreate .create-icon
{
    margin: 50px 0px 0px 17px;
}

.eventCreate .all-day-icon
{
    background: url('../assets/24h-icon.png');
    width: 18px;
    height: 18px;
}

.eventCreate .icon p
{
    display: inline-block;
    left: 0px;
    top: 0;
    height: 18px;
    margin: 0px 0px 0px 0px;
    vertical-align: middle;
}

/* .eventCreate .innerlabel
{
    font-size: 15px;
    position: absolute;
    left: 5px;
    bottom: 124px;
} */

.eventBox textarea
{
    resize: none;
}

/* .eventBox .description input[type=text]
{
    top: 0;
} */

.eventBox input[type=date],
.eventBox input[type=time],
.eventBox select
{
    background-color: transparent;
    border-radius: 1px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    font-family: Roboto;
    font-size: 11pt;
    height: 24px;
    line-height: 24px;
    margin: 0px 0px 10px 20px;
    min-width: 0%;
    max-width: 140px;
    outline: none;
    padding: 0;
    z-index: 0;
}

.eventBox input[type=time]
{
    max-width: 100px
}

.eventBox input[type=time]::-webkit-datetime-edit-ampm-field
{
    font-size: 10pt;
}

.eventBox input[type=date]::-webkit-calendar-picker-indicator
{
    color: rgba(0, 0, 0, 0);
    opacity: 1
}

.eventBox input[type="date"]:before
{
    color: transparent;
    background: none;
    display: block;
    font-family: 'Material Icons';
    content: 'event';
    width: 15px;
    height: 25px;
    position: absolute;
    right: 5px;
    color: #999;
}

.eventBox input[type=date]::-webkit-inner-spin-button,
.eventBox input[type=time]::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

/* Some of the .check-multiple css is copied from a stackoverflow comment here: https://stackoverflow.com/questions/36262945/how-to-handle-multiple-dropdown-select-option-in-vanilla-js */

.check-multiple,
.eventCreate .check-multiple
{
    color: black;
    display: inline-block;
    height: 80px;
    overflow-y: scroll;
    border: 1px solid rgb(169, 169, 169);
    background-color: white;
    margin: 0px 0px 0px 20px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.check-multiple input
{
    display: none;
}

.check-multiple label
{
    display: block;
}

.check-multiple span
{
    display: inline-block;
    width: 224px;
    border-bottom: 1px solid rgb(169, 169, 169);
}

.check-multiple input:checked ~ span
{
    background: #1976d2;
    color: white;
}

/* The following CSS is copied from an external source. The source is http://freefrontend.com/css-checkboxes/
 * and it provides a simple slider alternative to a checkbox input tag. The end of the copied code is marked
 * with 'END Copied Code' */

.eventBox span input[type=checkbox]
{
    width:40px;
    height:16px;
    margin: 2px 0px 10px 20px;
    border: 1px solid rgb(122, 122, 122);
    border-radius:2px;
    background:#ebebeb;
    display:block;
    overflow:hidden;
    transition: background 0.3s;
    box-sizing:border-box;
}

.eventBox span input[type=checkbox]:after
{
    content:'';
    position:absolute;
    top:-1px;
    left:-1px;
    width:14px;
    height:14px;
    background:white;
    border:1px solid #aaa;
    border-radius:2px;
    transition: left 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

span input[type=checkbox]:checked
{
    background:#a6c7ff;
    border-color:#2c7af8;
}

span input[type=checkbox]:checked:after
{
    left:23px;
    border-color:#8daee5;
}

span input[type=checkbox]:hover:not(:checked):not(:disabled):after,
span input[type=checkbox]:focus:not(:checked):not(:disabled):after
{
    left:0px;
}

span input[type=checkbox]:hover:checked:not(:disabled):after,
span input[type=checkbox]:focus:checked:not(:disabled):after
{
    left:22px;
}

span input[type=checkbox]:disabled
{
    opacity:0.5;
} /* END Copied Code */

.timedelta
{
    font-weight: 500;
    white-space: nowrap;
}

.show { display: inline-block; }

.np { padding: 0; }
.blue
{
    color: #1976d2;
}

.red
{
    color: #ba000d;
}

.yellow
{
    color: #ffd600;
}

.green
{
    color: #00c853;
}

.z-depth-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    position: relative;
    z-index: 2;
}

.z-depth-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    position: relative;
    z-index: 3;
}

.z-depth-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    position: relative;
    z-index: 4;
}

.z-depth-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    position: relative;
    z-index: 5;
}

.z-depth-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    position: relative;
    z-index: 6;
}

.vertical-center
{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.icon
{
    font-family: 'Material Icons';
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    display: inline-block;
    cursor: pointer;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.icon:before
{
    content: attr(data-icon);
}

#time-indicator
{
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #cb1045;
    z-index: 1;
    opacity: 0.5;
}

.hour
{
    position: absolute;
    top:2px;
    left:2px;
    font-size: 10pt;
    font-weight: 700;
    color: #555;
}

.hour-column {
    /* Sets flex-basis (like width) to 46px */
    flex: 0 0 46px;
    border-left: 1px solid #CCC;
}

.hour-column > .hour-row
{
    border: 1px solid rgba(0,0,0,0);
    position: relative;
    bottom: 10px;
    padding-right: 3px;
    padding-left: 3px;
    text-align: right;
}

.hour-column > .hour-row:last-child
{
    border-bottom: 0;
}

.hour-column > .hour-row:first-child
{
    bottom: 0px;
}

.hour-row
{
    position: relative;
    flex: 1;
    border: 1px solid #CCC;
    color: #333;
    font: 10pt "Roboto";

    border-bottom: 0;
    border-right: 0;

    min-height: 40px;
}

.settings-sidebar
{
    border-right: 1px solid #CCC;
}

.pad-20-around
{
    padding-left: 20px;
    padding-right: 20px;
}

.pad-20
{
    padding-top: 20px;
}

.day-column
{
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.day-date
{
    position: absolute;
    right: 0px;
    font-size: 4vw;
}

.week-header
{
    display: inline;
    height: 60px;
}

.day-header
{
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;

    height: 60px;
    width: 13.869%;

    display: inline-block;
    position: relative;
    left: 36px;

}

#labelButton {
    background-color: #EEE;
    color: black;
    cursor: pointer;
    text-align: left;
    font-size: 20px;
    margin-left: 10px;
    border: none;
    outline: none;
    width: 90%;
}

.settingsSection {
    background-color: #EEE;
    color: black;
    cursor: pointer;
    text-align: left;
    font-size: 20px;
    margin-left: 10px;
    border: none;
    outline: none;
    width: 90%;
}

/*div next to another div*/
#labelPanel {
    text-align: left;
    margin-left: 5px;
    display: block;
}

#moderatorPanel {
    text-align: left;
    margin-left: 5px;
    display: block;
}

.moderatorPanelButton {
    background-color: white;
    color: black;
    width:95%;
    text-align:left;
    padding: 2px;
    margin: 1px;
    transition-duration: 0.4s;
    cursor: pointer;
    display: block;
}

.moderatorPanelButton:hover {background-color: #e7e7e7;}

.labelButtonLink
{
    text-align: left;
    margin-top: 5px;
    margin-left: 5px;
    display: block;
    cursor: pointer;
    color: blue;
}

.icon[data-hover-icon]:hover:before {
    content: attr(data-hover-icon);
}

.bold
{
    font-weight: 700;
}

.medium
{
    font-weight: 500;
}

h1 { margin: 0; padding: 0; display: inline; }

#sidebar {
    box-sizing: border-box;
    float: left;
    text-align: center;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    height: inherit;
}

#sidebar-content
{
    min-width: 225px;
    overflow-y: auto;
    height: 100%;
}

.nopad { padding: 0 !important; }

#sidebar-settings-content
{
    min-width: 225px;
    display: none;
    height: 100%;
}

#sidebar h1
{
    display: inline;
}

#week {
    display: flex;
}

#grid
{
    height: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
}

#settingsDisplay
{
    background-color: #EEE;
    display: none;
    position: relative;
    top: -13px;
}

#labelDropDownArrow
{
    /*display: inline;
    float: right;
    position: relative;
    top: 8px;*/
}

/*Everything related to the header. */

#header {
    width: 100%;
    height: 60px;
    font: 18pt "Roboto";
    font-weight: 400;

    display: flex;
    flex-direction: row;
    align-items: center;
}

#header > div
{
    padding-left: 10px;
}

#header .morepad
{
    padding-left: 5px;
}

.prevWeekButton
{
    display: inline;
    margin-left: 5px;
}

.nextWeekButton
{
    display: inline;
}

#minButton
{
    display: inline;
    position: relative;
    top: 1px;
}

.date
{
    display: inline;
    margin-left: 20px;
}

.weekNumber
{
    display: inline;
    margin-left: 15px;
}

#logo
{
    display: inline;
}

#rightHeader
{
    display: inline;
    float:right;
}

#login,
#register,
#logout,
#users
{
    margin-right: 10px;
    display: inline;
    cursor: pointer;
}

#settings
{
    margin-right: 10px;
    transition: 0.5s ease-in-out;
    position: relative;
}

.right-divide { margin-left: auto; }

@keyframes settings-turn
{
    0% { transform: rotate(0deg); }
    50% { transform: rotate(14deg); }
    100% { transform: rotate(0deg); }
}

#settings:hover {
    animation: 0.5s ease-in-out 1 settings-turn;
}

.settingButton:hover
{
    background-color: #EEE;
}

.settingButton
{
    background-color: white;
    color: black;
    cursor: pointer;
    text-align: left;
    font-size: 20px;
    margin-left: 10px;
}

.lb-button { width: 85px; }

.day-name {
    font-weight: 500;
    font-size: 20pt;
    padding-left: 5px;

    border: 0;
    min-height: unset;
    box-sizing: border-box;
}

.all-day {
    display: none;
    min-height: unset;
    border-left: 0px;
    flex: 1 0 100%;
    position: relative;
}

.all-day-bg
{
    display: flex;
    position: absolute;
    left: 47px;
    bottom: 0;
    top: 0;
    right: 0;
}

.all-day .hour-row
{
    min-height: unset;
    border-bottom: 1px solid #CCC;
    border-top: 0px;
}

.day-name:last-child
{
    border-top: 1px solid #CCC;
}

.day-name-inner
{
    font-size: 10pt;
    padding-top: 5px;
}

.date-no {
    font-weight: 400;
    font-size: 200%;
}

/*Settings*/

#your-settings
{
    display: none;
}

#events
{
    display: none;
}

#user-settings
{
    display: none;
}

#permissions
{
    display: none;
}

#about-us
{
    display: none;
}

.settings-panel
{
    margin-left: 5px;
}


/*Other */

body {
    overflow: hidden;
    margin: 0;
    height: inherit;
    color: #272727;
    font-family: Roboto;
}

html {
    height: 100%;
}

#week .day-column .hour-row:first-child
{
    border-top: 0px;
}

#days .day-column
{
    border-bottom: 1px solid #AAA;
    border-left: 1px solid #CCC;
}

.mobile-invisible  { display: unset !important; }
.mobile-visible { display: none !important; }

@media only screen and (max-width: 980px)
{
    .day-name-inner { display: inline-block; font-size: 20pt; }
    .date-no { display: inline-block; font-size: 20pt; padding-left: 5px;}
    .event { font-size: 16pt; }
    #agenda { overflow: hidden; }
    #week { min-width: 100vw; }

    #week .hour-row { min-height: 120px; }

    #sidebar { width: 0; }

    .mobile-invisible { display: none !important; }
    .mobile-visible { display: unset !important; }

    .weekNumber.mobile-visible { font-size: 14pt; font-weight: 500; display: block !important; margin-left: 0px; }
    .date.mobile-visible { margin-left: 0px; font-size: 14pt; font-weight: 500; display: block !important; }

    h2.mobile-visible
    {
        display: block !important;
    }

    h2
    {
        font-size: 20px;
        text-align: left;
        margin-bottom: 0;
        margin-left: 10px;
    }

    h1.mobile-visible { text-align: left; margin-bottom: 5px; display: block !important; margin-left: 10px; }

    #header .morepad { padding-left: 10px; }
}

.centered { text-align: center; }

.pointer { cursor: pointer; }

.g-recaptcha { margin-bottom: 10px; }

#loginPopupButton
{
    width: 100%;
    cursor: pointer;
    color: black;
    background-color: #7fc9e1;
    padding: 1px;
    font-weight: bold;
}

#registerPopupButton
{
    width: 100%;
    cursor: pointer;
    color: black;
    background-color: #7fc9e1;
    padding: 3px;
    font-weight: bold;
}

#loginPopupButton:hover {
    opacity: 0.8;
}

#registerPopupButton:hover {
    opacity: 0.8;
}


/* redactie admin page */
/* Tabel */
/* Layout van de tabel */
table {
    border-collapse: collapse;
    width: 90%;
    margin-top: 5px;
    left: 5%;
    position: relative;
    box-sizing: border-box;
    display: block;
    font-weight: bold;
}

/* Layout van de tabel head */
th {
    border: 1px solid black;
    color: #3498db;
    cursor: default;

}

th button {
   color: #3498db;
}

/* LAyout van de layout td */
td {
    border: 1px solid black;
    text-align : center;
    vertical-align: top;
    padding: 10px;
    cursor: default;
}

input {
   border-radius: 10%;
}

#sorteer_knop {
    background-color: white;
    border: none;
}

#filters, #filters_opties {
    position: relative;
    left: 10%;
}

#filters {
    display: none;
    max-width: 1500px;
    min-width: 750px;
}

#filters_opties {
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    border: 1px solid black;
    min-width: 11px;
    font-size: 10px;
    color:  #1976d2;
    font-weight: bold;
    margin-top: 10px;
}

.filter_vak {
    display: inline-grid;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* http://cssdeck.com/labs/styling-select-box-with-css3 */
select {
  padding:3px;
    margin: 0;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

label {position:relative}
label:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
}
label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    display:block;
}

#filter_event_title, #filter_datum {
    background-color: transparent;
    outline: none;
    outline-style: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #1976d2 1px;
    padding: 3px 10px;
    cursor: text;
}

.filter_vak span {
    text-align: center;
}

#submit_filters, .submit {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Georgia;
  color: #ffffff;
  font-size: 13px;
  padding: 4px 4px 4px 4px;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
}

#submit_filters:hover, .submit:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.sort {
    font-weight: bold;
    border: none;
    background-color: white;
    cursor: pointer;
}

/* Bladeren knoppen */
#bladeren {
    position: relative;
    display: block;
    float: right;
}

/* Volgende vorige knoppen in bladeren */
#volgende, #vorige {
    cursor: pointer;
}


/* TD */
#bladeren_knoppen {
    background-color: white;
    border: none;
}

/* Knop */
.bladeren_knop {
    border: none;
    height: 30px;
    width: 30px;
    cursor: pointer;
}


/* submit */
/* Submit knop met weet je het zeker erop.  */
.submit {
    position: relative;
    float: right;
    margin-bottom: 20px;
}

#submit_button {
    background-color: white;
    border: none;
}

/* Verwijder */
/* Verwijder */
.verwijder {
    width: 5%;
}

.verwijder {
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: salmon;
    font-size: 70%;
    font-family: "Arial Black";
}

/* verwijder knop hover */
.verwijder:hover{
    border-color: orange;
    background-color: orangered;
}


/* Wijzig */
/*  Wijzig knop */
#wijzig {
    position:relative;
    display: inline-block;
    float: right;
    cursor: pointer;
    background-color: white;
    font-size: 70%;
    font-family: "Arial Black";
    text-align: center;
    vertical-align: middle;
}

/* Wijzig icon potloodje */
.wijzig_icon {
    height: 25px;
    width: 20px
}

#wijzig_knop {
    height: 22px;
    background-color: white;
    border: none;
}



/* Event */
/* Evenement table block td */
.event_td {
    text-align: center;
    font-family: Summit;
    font-weight: bold;
}

/* Textblok in de evenement td */
.event_text {
    text-align: left;
    height: 400px;
    overflow-y: hidden;
    font-family: Baskerville;
    font-weight: normal;
    background-color: white;
    color: black;
}

.event_informatie {
    display: none;
    position: relative;
    max-width: 100%;
}

.event_title{
    text-align: center;
    color: blue;
}

.event_box{}

/* Input block voor de evenementen tekst */
.edit_event_text {
    display: none;
    width: 100%;
    height: 200px;
}

/* Input block voor de evenement titel */
.edit_event {
    display: none;
}



/* Doelgroep */
/* Layout labels en doelgroepen */
.labels_db, .labels_filter {
    text-align: center;
    vertical-align: middle;
}

.labels_filter{
    cursor: pointer;
}

/* Plaats waar doelgroep komt die gekoppeld is aan */
.doelgroep {
    text-align: center;
    vertical-align: middle;
}

/* Inhoud van de doelgroepen */
.doelgroepen, .doelgroepen_filter {
   display: none;
   text-align: left;
   min-width: 160px;
   max-width: 12%;
   max-height: 200px;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   overflow-y: scroll;
   overflow-x: hidden;
   border: 1px solid black;
   position: absolute;
   background-color: white;
   z-index: 10;
}

.doelgroepen div, .doelgroepen_filter div {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.doelgroepen_filter {
    top: 70px;
}


/* Tijd */
/* Datum td */
.datum {
    text-align: center;
    vertical-align: middle;
}

/* td begin tijd en eind tijd */
.begin_tijd, .eind_tijd {
    text-align: center;
    vertical-align: middle;
    font-family: Orbitron;
    color: red;

}

/* td begin tijd en eind tijd */
.begin_tijd, .eind_tijd {
    text-align: center;
    vertical-align: middle;
    font-family: Orbitron;
    color: red;
}

.edit_begin_tijd, .edit_eind_tijd{
    display: none;
    cursor: pointer;
}

/* Edit datum */
.edit_datum {
    display: none;
}

/* Status van het evenement td */
.behandeling {
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}

#submit_filters{
    position: relative;
    top: 20px;
}

.edit_begin_tijd,.edit_datum,.edit_eind_tijd,.edit_event {
    width: 100%;
    text-align: center;
}

/* Goedgekeurd Afgekeurd */
/* Goedgekeurd knop td */
.goedgekeurd .afgekeurd {
    width: 5%;
}

.goedgekeurd {
    cursor: pointer;
    background-color: green;
    font-size: 70%;
    font-family: "Arial Black";
    color: black;
    text-align: center;
    vertical-align: middle;
}

/* Goedgekeurd knop td hover */
.goedgekeurd:hover{
    border-color: orange;
    background-color: limegreen;
}

/* Goedgekeurd knop td */
.afgekeurd {
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: red;
    font-size: 70%;
    font-family: "Arial Black";
    color: black;
}

/* Goedgekeurd knop td hover */
.afgekeurd:hover{
    border-color: orange;
    background-color: orangered;
}

.sort {
   cursor: pointer;
}

@media only screen and (min-width: 801px) {

.event_td{
    width: 25%;
    overflow-wrap: break-word;
    max-width: 100px;
}

.datum {
    width: 2%;
    overflow-wrap: break-word;
    max-width: 100px;
}

.labels_db  {
    width: 2%;
    overflow-wrap: break-word;
    max-width: 100px;
    min-width: 80px;
}

.begin_tijd, .eind_tijd{
    width: 2%;
    overflow-wrap: break-word;
    max-width: 100px;
}

.behandeling {
    width: 1%;
    overflow-wrap: break-word;
    max-width: 150px;
}

.goedgekeurd, .afgekeurd {
    width: 1%;
    max-width: 70px;
}

#filter_user_name, #filter_email {
    background-color: transparent;
    outline: none;
    outline-style: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #1976d2 1px;
    padding: 3px 10px;
    cursor: text;
}

/* Gebruiker */
/* Gebruiker td */
.gebruiker {
    width: 96%;
}

.gebruiker {
    text-align: center;
}

.gebruikers_id {
    display: none;
}

/* Gebruikersnaam td */
.gebruikers_title {
    color: blue;
}

/* Input block voor de gebruikersnaam */
.edit_gebruiker{
    display : none;
    width: 100%;
    text-align: center;
}

/* Table waar de gebruikers informatie instaat */
.gebruiker_text {
    text-align: left;
    margin-left: 5%;
    width: 94%;
    margin-bottom: 5px;
    display: none;
}

/* Status */
/* Status van gebruiker td */
.status {
    font-size: 16px;
    width: 10%;
    text-align: center;
    vertical-align: middle;
}

.status_screen_user {
    cursor: pointer;
}

.uitbreiden {
    cursor: pointer;
    float: left;
}

.dropdown-content {
   display: none;
   text-align: left;
   min-width: 80px;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   overflow: auto;
   border: 1px solid black;
   position: absolute;
   z-index: 10;
   background-color: white;
}

.dropdown-content div{
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.status_input .status_text .dropdown_content .status_choose
{
}

.edit_gebruiker {
    width: 100%;
    text-align: center;
    display: none;
}

.email {
    text-align: center;
    vertical-align: middle;
}

/* Table in gebruiker td */
.gebruiker_table .gebruiker_row .gebruiker_cell
{
}


/* E-mail */
/* e-mail td */
.email {
    width: 2%;
}

.uitbreiden {
    cursor: pointer;
    float: left;
}
}

@media only screen and (min-width: 801px) {
   #filters {
       max-width: 90vw;
   }

   .gebruiker {
       width: 25%;
       overflow-wrap: break-word;
       max-width: 100px;
   }

   .email {
       width: 16%;
       overflow-wrap: break-word;
       max-width: 100px;
   }

   .labels_db  {
       width: 2%;
       overflow-wrap: break-word;
       max-width: 100px;
   }


   .status {
       width: 1%;
       overflow-wrap: break-word;
       max-width: 150px;
   }


    .event_td{
        width: 25%;
        overflow-wrap: break-word;
        max-width: 100px;
    }

    .datum {
        width: 2%;
        overflow-wrap: break-word;
        max-width: 100px;
    }

    .labels_db  {
        width: 2%;
        overflow-wrap: break-word;
        max-width: 100px;
    }

    .begin_tijd, .eind_tijd{
        width: 2%;
        overflow-wrap: break-word;
        max-width: 100px;
    }

    .behandeling {
        width: 1%;
        overflow-wrap: break-word;
        max-width: 150px;
    }

    .goedgekeurd, .afgekeurd {
        width: 1%;
        max-width: 70px;
    }

    #filters {
        max-width: 90vw;
    }

    body {
        overflow-x: hidden;
        overflow-y: auto;
    }
}


@media only screen and (max-width: 800px) {
    td {
      display: block;
    }

    .dropdown-content {
       display: none;
       text-align: left;
       min-width: 80px;
       box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
       overflow: auto;
       border: 1px solid black;
       position: absolute;
       z-index: 10;
       background-color: white;
    }

    .dropdown-content div{
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
    }

    #submit_filters{
        position: relative;
        width: 90%;
    }

    .event_td{
        /*! width: 100%; */
    }

    table {
        position: relative;
        left: 0px;
        width: 100%;
    }


    td {
       max-width: 96vw;
       overflow-wrap: break-word;
    }

     th {
        width: 99vw;
        display: block;
    }


    #filters {
        min-width: 100%;
        max-width: 100%;
    }

    .event_td{
        width: 100%;
    }

    .datum {
        width: 100%;
    }

    .labels_db  {
        width: 100%;
    }

    .verwijder{
        width: 100%;
    }

    .begin_tijd, .eind_tijd{
        width: 100%;
    }

    .goedgekeurd, .afgekeurd {
        width: 100%;
    }

    .gebruiker {
        width: 100%;
    }

    .status {
        width: 100%;
    }

    .email {
        width: 100%;
    }

    #laatste_th {
        margin-bottom: 40px;
    }

    .laatste_td {
        margin-bottom: 40px;
    }

    body {
        overflow-x: hidden;
        overflow-y: auto;
    }

    td {
      min-height: 40px;
    }

    #wijzig_knop, #submit_button,#bladeren_knoppen {
        float: right;
    }

    #filters-content {
        display: inline-grid;
    }

    #filters_opties {
        margin-top: 30px;
    }

    .event_text {
        max-height: 100px;
        overflow-y: auto;
    }

     #select_status, #select_label {
        width: 100%;
    }

    #filters{
        left: 5%;
    }

    #filters-content {
        width: 90%;
    }

    .filter_vak {
        width: 90vw;
    }

    #filter_status, #filter_doelgroep {
        width: 100%;
    }

    .edit_gebruiker {
        width: 100%;
        text-align: center;
        display: none;
    }

    .doelgroepen_filter {
        top: 50px;
        top: 170px;
        min-width: 90vw;
        max-width: 91vw;
        overflow-wrap: break-word;
        text-align: center;
    }

    .uitbreiden {
        cursor: pointer;
    }

}

#addLabelPanel
{
    display: inline-block;
    position: relative;
    left: 5px;
}

#removeLabelPanel
{
    position: relative;
    left: 6px;
    display: flow-root;
}

.labelSelect
{
    margin-top: 2px;
    width: 90%;
}

.labelSubmitButton
{
    margin-top: 2px;
    background-color: white;
    color: black;
    width:90%;
    text-align:left;
    padding: 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    display: block;
}

#labelRemoveSubmitButton
{
    margin-top: 2px;
    background-color: white;
    color: black;
    width: 7.8%;
    text-align: left;
    padding: 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    display: block;
}

.eventBox label:before { display: none; }
.eventBox label:after { display: none; }

#main-content
{
    display: flow-root;
}

.unapproved
{
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;

    background-color: rgba(255, 255, 255, 0.3);
}

.accountSection
{
    margin: 1px;
}

.accountSection
{
    border: none;
}

.accountSection td
{
    border: 0;
    text-align: right;
    vertical-align: middle;
    padding: 5px 5px 5px 5px;
}

.midTD
{
    width: 200px;
}

.midTD + td
{
    text-align: left;
}

#accountPanel
{
    position: relative;
    top: 5px;
    left: 5px;
}

.password-reset
{
    display: none;
}

code .regex-explanation
{
    color: #878787;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    background: #fff;
    border-radius: 3px;
    height: 0;
    box-sizing: border-box;
    overflow: hidden;
    opacity: 0;
    margin-left: 5px;
}

code {
    position: relative;
}

code:hover .regex-explanation
{
    border: 1px solid;
    padding: 5px;
    height: initial;
    opacity: 1;
}

#invite-content select
{
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
}

#logo-wrapper { cursor: pointer; }
