/* Iconfont */
@font-face {
    font-family: 'iconfont';font-display: swap;
    src: url('//staging.wuppertaler-brauhaus.de/wp-content/plugins/brauhaus-timepicker/public/font/iconfont.eot');
    src: url('//staging.wuppertaler-brauhaus.de/wp-content/plugins/brauhaus-timepicker/public/font/iconfont.eot#iefix') format('embedded-opentype'),
        url('//staging.wuppertaler-brauhaus.de/wp-content/plugins/brauhaus-timepicker/public/font/iconfont.woff2') format('woff2'),
        url('//staging.wuppertaler-brauhaus.de/wp-content/plugins/brauhaus-timepicker/public/font/iconfont.woff') format('woff'),
        url('//staging.wuppertaler-brauhaus.de/wp-content/plugins/brauhaus-timepicker/public/font/iconfont.ttf') format('truetype'),
        url('//staging.wuppertaler-brauhaus.de/wp-content/plugins/brauhaus-timepicker/public/font/iconfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Default table */
table.brauhaus-timepicker-table {
    width: 100%;
    table-layout: auto;
    margin: 10px 0;
}

table.brauhaus-timepicker-table tr {
    height: 25px;
}

table.brauhaus-timepicker-table tr.marked {
    background-color: #ecf0f1;
}

table.brauhaus-timepicker-table tr td.marked-winner {
    font-weight: bold;
}

table.brauhaus-timepicker-table tr:hover {
    background-color: #ecf0f1;
}

table.brauhaus-timepicker-table tr th,
table.brauhaus-timepicker-table tr td {
    padding: 10px 20px;
    color: #000000;
    font-size: 14px;
}

table.brauhaus-timepicker-table tr th {
    background-color: #bdc3c7;
}

table.brauhaus-timepicker-table .map-link,
table.brauhaus-timepicker-table .map-link:focus,
table.brauhaus-timepicker-table .map-link:hover {
    text-decoration: none;
    border: none;
    box-shadow: none;
}

table.brauhaus-timepicker-table .map-link .map-icon:after {
    content: '\f278';
    font-family: 'iconfont';
}

table.brauhaus-timepicker-table .map-link .map-text {
    display: none;
}

/* Error messages */
.sis-error {
    background-color: #F2DEDE;
    border: 1px solid #EBCCD1;
    color: #a94442;
    padding: 7px;
    width: 100%;
    display: block;
    border-radius: 4px;
}

/* Cache update */
.sis-cache-update {
    text-align: right;
    font-size: 10px;
    display: inline-block;
    width: 100%;
}