p, body, td, input, select, button {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-size: 14px;
}

body {
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
}

a {
    color: #1155a3;
}

.space {
    margin: 10px 0px 10px 0px;
}

.header {
    background: #003267;
    background: linear-gradient(to right, #011329 0%,#00639e 44%,#011329 100%);
    padding: 20px 10px;
    color: white;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
}

    .header a {
        color: white;
    }

    .header h1 a {
        text-decoration: none;
    }

    .header h1 {
        padding: 0px;
        margin: 0px;
    }

.main {
    padding: 10px;
    margin-top: 10px;
}


/* app */

select {
    padding: 5px;
}

.toolbar {
    margin: 10px 0px;
}

.toolbar button {
    padding: 5px 15px;
}

.icon {
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    vertical-align: middle;

    cursor: pointer;
}

.toolbar-separator {
    width: 1px;
    height: 28px;
    /*content: '&nbsp;';*/
    display: inline-block;
    box-sizing: border-box;
    background-color: #ccc;
    margin-bottom: -8px;
    margin-left: 15px;
    margin-right: 15px;
}

.scheduler_default_rowheadercol2 .scheduler_default_rowheader_inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.scheduler_default_event_move_right {
    background: #38761d;
}

/*        .scheduler_default_shadow_inner {
            box-sizing: border-box;
            background-color: #bbbbbb;
            border: 1px solid #888888;
        }
        .scheduler_default_shadow {
            box-shadow: 0 2px 5px rgba(0,0,0,.2);
        }*/

.scheduler_default_event {
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

.area-menu {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 0.5 1.5 L 5 6.5 L 9.5 1.5' style='fill:none;stroke:%23999999;stroke-width:2;stroke-linejoin:round;stroke-linecap:butt' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 3px;
    opacity: 0.8;
    cursor: pointer;
}

.area-menu:hover {
    opacity: 1;
}

.area-icon {
    cursor: pointer;
    border-radius: 50%;
    background: #ccc;
    padding: 2px;
    box-sizing: border-box;
    opacity:  0.6;
}
.area-icon:hover {
    opacity: 1;
}

.availability {
    display:  flex;
    align-items: center;
    justify-content: center;
}

#date-filter {
    background-color: #6fb958;
    padding: 6px;
    border-radius: 5px;
    color: #ffffff;
    display: none;
}

#date-filter-remove {
    cursor: pointer;
    margin-left: 10px;
}