/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

html, body, div {
    margin: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

a {
    text-decoration: none;
    color: var(--font-color);
}




/*We can not move this because that are render from datepicker js.*/
.ui-datepicker .ui-datepicker-title select {
    height: 3rem;
    background-color: #ededed;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: unset;
    background-color: #ededed;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: unset;
}

.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
    cursor: not-allowed !important;
    pointer-events: all !important;
}

select:focus {
    outline: 0;
}

.file-label {
    position: relative;
    width: 100%;
    border: 0.1rem solid #9F9FB1;
    border-radius: 1rem;
    cursor: pointer;
}

    .file-label input {
        opacity: 0;
        visibility: hidden;
    }

    .file-label .text {
        position: absolute;
        top: 50%;
        left: 1rem;
        font-weight: 400;
        transform: translateY(-50%);
    }

    .file-label::after {
        content: "\EA13";
        position: absolute;
        top: 50%;
        right: 1.5rem;
        font-size: 1.8rem;
        color: var(--font-color);
        transform: translateY(-50%);
    }

.translate-rows-container .form__row:first-child {
    margin-bottom: 0;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

body {
    padding: 0 0 0 30rem;
    font-family: "Readex Pro", Helvetica, cursive;
    font-size: 1.8rem;
    color: var(--font-color);
    background: var(--background-secondary);
}

@media screen and (max-width: 1000px) {
    body {
        padding: 0 0 0 25rem;
    }
}

@media screen and (max-width: 800px) {
    body {
        padding: 8rem 0 0 0;
    }
}

body.has-popup {
    overflow: hidden;
}

.container {
    margin: 0 auto;
    width: 130rem;
    max-width: calc(100% - 5rem);
}

.container--small {
    width: 68rem;
}


.anchor-link {
    cursor: pointer;
}

.menuitemblue {
    color: blue !important;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    font-weight: bold;
    opacity: 5;
}

.icon-accommodation:before {
    content: "\f1ad";
}
.icon-rental:before {
    content: "\f783";
}
.icon-relay:before {
    content: "\f7c0";
}
.icon-relay-on:before {
    content: "\f205";
}
.icon-relay-off:before {
    content: "\f204";
}
.icon-relay-pulse:before {
    content: "\f2f2";
}
.relay-buttons {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

@media screen and (max-width: 800px) {
    .relay-buttons {
        display: flex;
        justify-content: space-between;
    }
}
.relay-buttons-holder {
    width: calc(100% - 5px);
    box-shadow: rgba(0, 0, 0, 0.25) 2px 2px;
}
/* Styles for mobile view */
@media only screen and (max-width: 767px) {
    .date-picker .hasDatepicker{
        width:19rem !important;
    }
    .page .page-heading__buttons {
        margin-bottom: 2rem !important;
    }
}

.date-picker {
    z-index: 2 !important;
}

.table > thead{
    z-index:2 !important;
}