*
{
    box-sizing: border-box;
    font-family: "Arial", sans-serif;
    letter-spacing: 0.008px;
}

html
{
    background-color: #e8e8e4;
}

body, thead
{
    background-color: #F8F7F3;
}

table
{
    background-color: #fff;
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.1));
}

a:link, a:visited
{
    color: #666;
}

input, select
{
    padding: .7em;
    margin: 0;
    border: 0;
    background-color: #fff;
    width: 100%;
}

input:focus, textarea:focus
{
    outline: 0;
}

body
{
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
}

.button
{
    background: none;
    border: none;
    color: #1c85cc;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: unset;
    cursor: pointer;
}

.header
{
    width: 1000px;
    margin: 30px auto 0 auto;
    position: relative;
}

.tabs
{
    background-color: #e8e8e4;
}

.tabs__bar
{
    width: 1000px;
    margin: 0 auto 0 auto;
    display: block;
    height: 44px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.tabs__list
{
    display: inline-block;
}

.tabs__tab
{
    display: inline-block;
    text-align: center;
    margin: 4px 2px 0 0;
    padding: .7em;
    height: 40px;
    cursor: pointer;
    min-width: 5vw;
    max-width: 15vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1em;
    border-radius: 5px 5px 0 0;
    border: none;
    background: none;
}

.tabs__tab:hover, .tabs__tab:active
{
    background-color: rgba(0,0,0,0.05);
}

.tabs__tab--active
{
    background-color: #f8f7f3 !important;
    border: none;
}

.tabs__tab--home
{
    color: #aaa;
    min-width: 0;
    padding: .7em .8em;
    border: none;
    display: inline-block;
    background: none;
    vertical-align: top;
}

.tabs__tab--new
{
    color: #999;
    min-width: 0;
    border: none;
    display: inline-block;
    background: none;
    vertical-align: top;
}

.tabs__icon
{
    margin-right: .4em;
    font-size: .9em;
    pointer-events: none;
}

.tabs__icon--home
{
    margin-right: 0;
}

.tabs__placeholder
{
    display: inline-block;
    margin: 4px 2px 0 0;
    padding: .7em .7em;
    height: 40px;
    width: 40px;
}

.toolbar
{
    position: absolute;
    right: 0;
    top: -5px;
}

.toolbar__item
{
    display: inline-block;
    cursor: pointer;
    color: #666;
    font-size: .9em;
    background-color: #fff;
}

.toolbar__item--first
{
    padding: 0;
    cursor: default;
    position: relative;
    border: 0;
}

.toolbar__button
{
    padding: .6em .4em;
    color: #1c85cc;
    text-decoration: none;
    background-color: #F8F7F3;
}

.toolbar__button--first
{
    padding: 0;
}

.toolbar__button--last
{
    padding-right: 0;
}

.toolbar__button:hover, .toolbar__label:hover, .toolbar__button:hover .toolbar__icon, .toolbar__label:hover .toolbar__icon
{
    border-color: #666;
    color: #000;
    text-decoration: none;
}

.toolbar__label
{
    padding: 9px 10px 9px 25px;
    cursor: pointer;
    background-color: #fff;
}

.toolbar__icon
{
    margin-right: .4em;
    color: #1c85cc;
    pointer-events: none;
}

.toolbar__icon--first
{
    position: absolute;
    left: 9px;
    top: 1px;
}

.toolbar__file
{
    display: none;
}

.planner
{
    width: 1000px;
    margin: 0 auto 20px auto;
}

.planner__input
{
    font-size: 1.4em;
    font-weight: 600;
    width: 16.6em;
    padding-left: 0;
    margin-bottom: .5em;
    margin-top: -.7em;
    color: #1c85cc;
    background-color: #F8F7F3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.planner__input:focus::placeholder 
{
    color: transparent;
}

.planner__table
{
    width: 100%;
}

.planner__th
{
    padding: .7em;
    color: #999;
}

.planner__icon
{
    font-size: .9em;
    margin-right: .5em;
}

.planner__th, .planner__td
{
    border: 1px solid #e0e0e0;
}

.planner__th--first, .planner__td--first
{
    border-left: none;
}

.planner__th--last, .planner__td--last
{
    border-right: none;
}

.planner__icon--grip, .planner__icon--remove
{
    margin-top: 1px !important;
}

.planner__icon--grip
{
    margin: 0;
    padding: .7em .8em;
    color: #ccc;
    cursor: ns-resize;
    width: 40px;
}

.planner__icon--grip:focus, .planner__icon--grip:hover
{
    color: #666;
}

.planner__desc
{
    width: 300px;
}

.planner__desc:focus::placeholder 
{
    color: transparent;
}

.planner__time
{
    width: 90px;
}

.planner__group
{
    width: 130px;
}

.planner__actgroup
{
    width: 140px;
}

.planner__actcolor
{
    color: #ccc;
    padding: .7em 0 .7em 6px;
    display: inline-block;
    width: 15px;
    user-select: none;
}

.planner__actcolor--nocolor
{
    visibility: hidden;
}

.planner__act
{
    width: 122px;
    padding-left: .4em;
}

.planner__act--nobg
{
    background: none;
}

.planner__strat
{
    display: inline-block;
    width: 256px;
    text-decoration: underline;
    padding: .7em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #000;
    text-decoration-color: #ccc;
}

.planner__strat:hover
{
    color: #000 !important;
    text-decoration-color: #000;
}

.planner__strat[data-tippy-content^="Learning activity"]
{
    color: #999;
}

.planner__strat[data-tippy-content^="Werkvorm"]
{
    color: #999;
}

.planner__notes
{
    width: 160px;
}

.planner__remove
{
    cursor: pointer;
}

.planner__remove:focus i, .planner__remove:hover i
{
    color: #900;
}

.planner__icon--remove
{
    pointer-events: none;
    margin-left: -2px;
    padding: .7em .8em;
    color: #ccc;
    width: 40px;
}

.planner__break
{
    background: repeating-linear-gradient(
    45deg,
    #f2f2ed,
    #f2f2ed 10px,
    #fff 10px,
    #fff 20px
    );
    color: #666;
    text-decoration: none;
    cursor: default;
    min-height: 1.15em;
}

.planner__homework::before 
{
    content: "Homework: ";
}

.planner__homeworkNL::before 
{
    content: "Huiswerk: ";
}

.planner__strat--break
{
    user-select: none;
    pointer-events: none;
}

.footer
{
    margin: .5em 0 0 0;
    position: relative;
}

.footer__totalTime
{
    color: #999;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 352px;
}

.footer__button
{
    padding: .5em 0;
    margin-right: .85em;
}

.footer__button--first
{
    margin-left: .85em;
    margin-right: .85em;
}

.footer__button--align-right
{
    float: right;
    margin-right: 0;
}

.footer__button--warning
{
    color: #999;
}

.footer__button:hover, .footer__button:hover .footer__icon
{
    color: #000;
}

.footer__button--warning .footer__icon
{
    color: #ccc;
}

.footer__icon
{
    margin-right: .4em;
    font-size: .9em;
    color: #1c85cc;
}

.warnings__list
{
    margin-bottom: 1em;
}

.warnings__details
{
    margin: 1.5em 0 0 0;
}

.warnings__summary
{
    padding: .8em;
    cursor: pointer;
    color: #1c85cc;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.warnings__summary:hover
{
    color: #000;
}

.warnings__badge
{
    background-color: #1c85cc;
    padding: .3em .5em .2em .5em;
    font-size: .8em;
    font-weight: 600;
    color: #fff !important;
    border-radius: .4em;
    margin-right: .2em;
}

.warnings__item
{
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    padding: .8em .8em .8em 1.7em;
    line-height: 1.4;
    cursor: pointer;
}

.warnings__icon
{
    margin-right: .6em;
    color: #1c85cc;
    font-size: .9em;
}

.warnings__strong
{
    font-style: italic;
}

.notes__text
{
    width: 100%;
    box-sizing: border-box;
    height: 6em;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: .6em .8em;
    font-size: 1em;
    line-height: 1.3;
    display: inline-block;
    margin-bottom: 1em;
}

.notes__summary
{
    padding: .8em;
    cursor: pointer;
    color: #666;
}

.notes__summary:hover
{
    border-color: #000;
    color: #000;
}

.notes__icon
{
    margin: 0 .4em 0 .15em;
    color: #999;
}

.notes__standalone
{
    margin-top: 1.5em;
    border-top: 1px solid #e0e0e0;
}

.sidemenu
{
    box-sizing: border-box;
    min-height: 100vh;
    width: 50vw;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    margin: 0 0 0 50%;
    color: #000;
    overflow: hidden;
    border: none;
}

.sidemenu::backdrop 
{
    background-color: #000;
    opacity: 0.5;
}

.sidemenu__flex
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1.5em 1.7em;
    height: 100vh;
    position: relative;
}

.sidemenu__title
{
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 1em;
    color: #1c85cc;
}

.sidemenu__input
{
    box-sizing: border-box;
    height: 6em;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: .6em .8em;
    font-size: 1em;
    margin: 0 0 1.2em 0;
    line-height: 1.3;
    display: inline-block;
    flex-grow: 1;
}

.sidemenu__input:focus::placeholder 
{
    color: transparent;
}

.sidemenu__paragraph
{
    padding-bottom: .8em;
    color: #666;
    font-size: .9em;
}

.input__label
{
    color: #999;
    display: inline-block;
    margin-bottom: .5em;
    font-size: .9em;
    pointer-events: none;
}

.input__icon
{
    color: #999;
    margin-right: .4em;
}

.input__notes, .input__teacher
{
    height: 4.3em;
}

.sidemenu__suggestions
{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 5px 10px #bbb;
    margin-top: -1.2em;
    display: none;
}

.sidemenu__filters
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: .8em;
    background-color: #F8F7F3;
    border-bottom: 1px solid #e0e0e0;
}

.filter
{
    font-size: .9em;
    border: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: .2em;
    padding: .7em .5em;
    width: auto;
    flex-grow: 1;
    background-color: transparent;
}

.filter__text
{
    flex-basis: 95%;
}

.filter:focus::placeholder 
{
    color: transparent;
}

.filter__label
{
    margin: -.2em .2em 0 .4em;
    color: #999;
    align-self: center;
}

.filter__label--first
{
    margin-left: 0;
}

.strategy__list
{
    box-sizing: border-box;
    padding: .8em;
    height: 32vh;
    width: 100%;
    overflow-y: auto;
    flex-grow: 1;
    border-bottom: 1px solid #ccc;
}

.strategy__listItem
{
    box-sizing: border-box;
    margin-right: .5em;
    cursor: pointer;
    font-size: .9em;
}

.strategy__listItem:hover
{
    background-color: #f0f0f0;
}

.strategy__listNoItems
{
    margin-top: 1em;
    font-size: .9em;
    color: #999;
    text-align: center;
}

.strategy__details
{
    padding: .3em;
    line-height: 1.55;
    color: #000;
    width: 100%;
}

.strategy__button
{
    margin-top: .2em;
    padding: .3em;
    line-height: 1.55;
    color: #1c85cc;
    background: none;
    border: none;
    float: right;
}

.strategy__button:hover
{
    color: #000;
}

.strategy__p
{
    margin: .5em 0 .5em 1em;
}

.strategy__icon
{
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: .4em .5em;
    margin-right: .6em;
    display: inline-block;
    pointer-events: none;
}

.strategy__icon--attr
{
    color: #999;
    margin-right: .3em;
    font-size: .9em;
}

.strategy__title
{
    font-size: 1em;
    display: inline-block;
    pointer-events: none;
}

.strategy__duration
{
    color: #999;
    pointer-events: none;
}

.strategy__text
{
    display: block;
    pointer-events: none;
}

.strategy__credits
{
    font-size: .8em;
    color: #aaa;
    padding: .8em;
}

.sidemenu__close
{
    cursor: pointer;
    padding: .5em 0;
    margin-top: -.5em;
    margin-bottom: 1em;
}

.sidemenu__close:hover, .sidemenu__close:hover .sidemenu__icon
{
    color: #000;
}

.sidemenu__icon
{
    font-size: .9em;
    margin-right: .4em;
    color: #1c85cc;
}

.sidemenu__footer
{
    background-color: #fff !important;
}

.tooltip__icon
{
    color: #999;
    margin-right: .5em;
    font-size: .9em;
}

.tooltip--grey
{
    border-top: 1px solid #555;
    padding-top: .3em;
    margin-top: .3em;
    color: #999;
    display: block;
}

.tippy-box
{
    padding: .2em;
}

.footer--page
{
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #F8F7F3;
    color: #999;
    padding: 1em 0 3em 0;
    font-size: .8em;
    overflow: auto;
    text-align: right;
}

.footer__text
{
    margin-top: -2.5em;
}

.footer__content
{
    width: 1000px;
    margin: 0 auto;
}

.footer__content--small
{
    width: 600px;
}

.footer__logo
{
    width: 110px;
    height: 50px;
    display: block;
    transform: scale(0.8, 0.8);
    margin-left: -10px;
}

.footer__link
{
    width: 110px;
    display: block;
    text-align: left;
}

.footer__link--grey
{
    color: #999 !important;
}

.page__about
{
    display: none;
    width: 1000px;
    margin: 0 auto;
    line-height: 1.55;
}

.page__about p
{
    margin-bottom: 1em;
}

.page__about a:link, .page__about a:visited
{
    color: #1c85cc;
}

.page__about a:hover, .page__about a:active
{
    color: #000;
}

.page__sections
{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.page__h1
{
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: .5em;
    margin-top: -8px;
    color: #000000;
}

.page__tagline
{
    font-size: 1em;
    font-weight: 400;
    margin-top: -1em;
    color: rgba(0,0,0,.5);
}

.page__h2
{
    font-size: 1.4em;
    font-weight: 400;
    margin-top: 1.5em;
    margin-bottom: .2em;
}

.page__h2:first-of-type
{
    margin-top: 0;
}

.page__h3
{
    margin-bottom: .4em;
    font-weight: 600;
}

.page__h3:first-of-type
{
    margin-top: 1em;
}

.page__heart
{
    color: #c00;
}

.page__list
{
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 1em;
    margin-bottom: 1em;
}

.page__icon
{
    margin-right: .4em;
    color: #1c85cc;
    pointer-events: none;
}

.page__button
{
    padding: .4em 1em .4em 0;
    margin: 0;
    color: #1c85cc;
    text-decoration: none;
    background: none;
    border: none;
    font-size: 1em;
    cursor: pointer;
}

.page__button:hover, .page__button:hover .page__icon
{
    color: #000;
}

.page__summary
{
    cursor: pointer;
    border-top: 1px solid #ccc;
    padding: .6em 0;
    color: #1c85cc;
}

.page__summary:hover
{
    color: #000;
}

.page__summary--last
{
    border-bottom: 1px solid #ccc;
}

.page__popout
{
    overflow-y: auto;
    max-height: 30vh;
}

.page__div
{
    width: 120px;
    float: right;
    margin-top: -1.5em;
}

.page__radio, .page__label
{
    width: auto;
    cursor: pointer;
}

.page__label
{
    display: inline-block;
    margin: 0 0 .5em .2em;
}

.dialog
{
    border: none;
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.1));
    padding: 0;
}

.dialog::backdrop 
{
    background-color: #000;
    opacity: 0.5;
}

.dialog__header
{
    background-color: #e8e8e4;
    padding: 1em;
    color: rgba(0,0,0,.7);
}

.dialog__icon
{
    margin-right: .4em;
}

.dialog__content
{
    padding: 1em;
    line-height: 1.55;
}

.dialog__button
{
    padding: .5em .5em .5em 0;
    margin-top: 1em;
    cursor: pointer;
    font-size: 1em;
    background: none;
    border: none;
    color: #1c85cc;
}

.dialog__button:first-of-type
{
    margin-right: .5em;
}

.dialog__button:hover, .dialog__button:hover .dialog__icon
{
    color: #000;
}

.hidden
{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

@media screen and (max-width: 1000px)
{
    body
    {
        display: block;
    }

    .header
    {
        margin-top: 0;
        width: 100%;
    }

    .tabs__bar
    {
        margin-left: 4px;
        max-width: 100vw;
    }

    .tabs__tab
    {
        max-width: 100vw;
    }

    .planner
    {
        margin-top: 0;
        width: auto;
    }

    .planner__input
    {
        margin-top: 0;
        margin-left: .2em;
        padding: .4em;
        width: 100%;
    }

    .toolbar
    {
        position: relative;
        top: 0;
        padding: 6px 10px 6px 10px;
        margin-bottom: .8em;
        border-bottom: 1px solid #eee;
    }

    .toolbar__long-text
    {
        position:absolute;
        left:-10000px;
        top:auto;
        width:1px;
        height:1px;
        overflow:hidden;
    }

    .sidemenu
    {
        width: 100vw;
        overflow-y: scroll;
        overflow-x: hidden;
        margin: 0;
    }

    .sidemenu__input
    {
        width: 100%;
        height: 6em !important;
    }

    .sidemenu__flex
    {
        display: inline-block;
        height: auto;
    }

    .sidemenu__suggestions
    {
        display: inline-block !important;
        margin-bottom: 1em;
    }

    .filter__text
    {
        flex-basis: 90%;
    }

    .planner__table
    {
        width: 100vw;
        overflow: scroll;
        display: block;
    }

    .footer
    {
        margin: 1em;
    }

    .footer__button--first
    {
        margin-left: 0;
        margin-right: .4em;
    }

    .footer__button
    {
        margin-right: .4em;
    }

    .footer__totalTime
    {
        display: none;
    }

    .footer--page
    {
        overflow: none;
        text-align: center;
        padding: 1em;
        line-height: 1.55;
    }

    .footer__text
    {
        margin-top: 0;
    }

    .footer__content
    {
        width: 100%;
        margin: 0 auto;
    }

    .footer__logo
    {
        transform: scale(0.7, 0.7);
        margin: auto;
    }

    .footer__link
    {
        margin: auto;
        text-align: auto;
    }

    .page__about
    {
        width: 100vw;
        padding: .5em 1.5em;
    }

    .page__sections
    {
        grid-template-columns: 1fr;
    }

    .page__section--about
    {
        margin-top: 2em;
    }

    .page__button
    {
        text-align: left;
    }

    .page__h1
    {
        margin-top: .3em;
        font-size: 1.6em;
    }

    .page__h2
    {
        font-size: 1.2em;
        margin-top: 1em;
    }
}

@media print 
{
    @page 
    {
        size: A4 landscape;
    }

    .toolbar, .footer
    {
        display: none;
    }

    .header, .planner
    {
        width: 100%;
        margin-top: 0;
    }

    .button
    {
        text-decoration: none !important;
    }

    .planner__input
    {
        margin: 0;
        padding-left: 0 !important;
        color: #000;
    }

    table tr td:first-child, table tr td:last-child, table tr th:first-child, table tr th:last-child
    {
        display: none !important;
    }

    .planner__strat::after
    {
        content: ': ' attr(data-print);
    }

    .planner__strat
    {
        overflow: visible;
        white-space: normal;
        width: auto;
        line-height: 1.55;
        white-space: pre-line;
    }

    .planner__strat--break
    {
        display: none;
    }

    .planner__th, .planner__td
    {
        font-size: 10pt;
    }

    .planner__td *
    {
        background: none;
    }
}  