:root {
    --main-bg-color: #f1f3f7;
    --banner-height: 70px;
    --menu-width: 250px;
    --menu-z-index: 40;
    --page-height: 100dvh;
}

/* roboto-regular - cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/view/style/fonts/roboto-v32-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('/view/style/fonts/roboto-v32-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('/view/style/fonts/roboto-v32-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700italic - cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('/view/style/fonts/roboto-v32-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.highcharts-root *:not(.highcharts-title) {
    font-size: 1rem !important;
}

.highcharts-axis-labels, .highcharts-yaxis-labels{
    font-size: 0.85rem !important;
    color: #666666;
}

* {
    font-family: 'Roboto', 'Segoe UI', 'Lucida Grande', Arial, Helvetica, sans-serif;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-touch-callout: none !important;
}

input, .select, select:not(.chooser) {
    height: 26px !important;
}

select {
    margin: 0 !important;
}

input, select, textarea {

    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
    padding: 4px 6px !important;
    width: 100%;
    box-sizing: border-box;
    cursor: default;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    /*margin: 2px 2px 2px 0;*/
    font-size: 13px;
}

div.chosen-container {
    /* margin: 2px 2px 2px 0;*/
}

.listContent input,
.listContent select,
.listContent textarea {
    margin: 0;
}

input:-webkit-autofill,
#loginPwd:-webkit-autofill,
#loginUsername:-webkit-autofill {
    background-color: #fff !important;
}

textarea {
    padding: 4px 6px !important;
}

html {
    height: 100%;
    overflow: hidden;
    -webkit-text-size-adjust: none;
    font-size: 13px;
}

body {
    margin: 0;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #444;
}

body.jquery-msgbox-container-centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

a {
    /*color: #5a84bf !important;*/
    cursor: pointer !important;
}

a:hover {
    text-decoration: underline;
}

input {
    cursor: text;
}

/* Remove Arrows from numeric inputs*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

table, td {
    padding: 0px;
    border-spacing: 0px;
    vertical-align: top;

}

table.nopadding tr td,
table tr.nopadding td,
table tr td.nopadding {
    padding: 0px !important;
}

table.noborder tr td,
table tr.noborder td,
table tr td.noborder {
    border: 0px !important;
}

table.noborderbottom tr td,
table tr.noborderbottom td,
table tr td.noborderbottom {
    border-bottom: 0 !important;
}

table.nobackground tr td,
table tr.nobackground td,
table tr td.nobackground,
table.nobackground tr:hover td,
table tr.nobackground:hover td,
table tr:hover td.nobackground {
    background-color: inherit !important;
}

table.border tr td,
table tr.border td,
table tr td.border {
    border: 1px solid #ccc !important;
    padding: 0px 4px 0px 4px;
    border-collapse: collapse;
}

table.alignMiddle td {
    vertical-align: middle;
}

h1 {
    margin: 0px;
    margin-left: 4px;
    margin-bottom: 11px;
    margin-top: 3px;
    font-size: 18px;
    font-weight: normal
}

h2 {
    font-size: 1rem;
}

td.dragHandle, td.dragHandle i.material-icons.disabled {
    cursor: n-resize !important;
}

table tr.rowDrag, table tr.rowDrag td, table tr.rowDrag:hover td, table tr.rowDrag input, table tr.rowDrag .chosen-single {
    background-color: #fffede !important;
}

.hidden {
    display: none !important;
}

.softHidden {
    display: none;
}

.plsChoose .selectDefault {
    /* font-style: italic;*/
    color: #aaa !important;
}

.error {
    color: red !important;
}

.inputError {
    outline: red 2px solid !important;
}

.inputError:focus {
    outline: red 2px solid !important;
}

tr.inactive * {
    color: #ccc !important;
}

/*
* DEFINE THE CORE STRUCTURE TABLE
* *******************************
*/

/* core structure content */
#core_structure {
    background: #fff;
}

#right {
    overflow-y: auto;
    z-index: 1 !important;
    background-color: var(--main-bg-color) !important;
    outline: none;
    padding: 20px 20px;
    height: calc(var(--page-height) - var(--banner-height) - 40px);
}

#right.center.searchBarOn {
    height: calc(var(--page-height) - var(--banner-height) - 35px - 8px);
    padding-top: 0;
}

#rightAjax.projects {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
}

#rightAjax.projects {
    &:has(#projectViewList):has(#projectList) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: min-content 1fr;
        gap: 8px;

        & #projectViewList {
            grid-column: 1;
            grid-row: 1;
        }

        & #projectList {
            grid-column: 1;
            grid-row: 1;
        }

        & .projectsMap {
            grid-column: 2;
            grid-row: 1 / span 2;
            height: 100%;
            width: 100%;
        }
    }
}

#rightAjax.projects #projectListWrapper {
    overflow: auto;
    flex: 1;
}

#rightAjax.projects #projectListWrapper #projectListToggle {
    position: absolute;
    padding: 2px 2px;
    z-index: calc(var(--menu-z-index) - 1);
}

#rightAjax.projects .projectsMap {
    flex: 1;
    border: none;
}

.searchBarOn {
    border-top: 0 !important;
}

#searchBar {
    outline: none;
    display: none;
}

#searchAndFilterBox > input,
#searchAndFilterBox > div {
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: rgba(12, 12, 12, 0.12);
}

#searchAndFilterBox > input:focus {
    border-color: #73b8ee;
}

.left {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: none;
    height: 100%;
    float: left;
}

.noBorderBottom {
    border-bottom: 0 !important;
}

.noBorderTop {
    border-top: 0 !important;
}

/* core structure content */
#core_structure {
    width: 100%;
    height: 100%;
}

#core_structure #core_structure_content {
    width: 100%;
}

#core_structure div.banner {
    background-color: #0e4891;
    border-top: 0 solid #e0e0e0;
    overflow-y: auto;
    z-index: 1;
    height: var(--banner-height);
}

/* top banner */

#core_structure #topbanner {
    border-bottom: 1px solid #ccc;
    background: #fcfcfc;
    padding-top: 4px;
    height: 1px
}

#core_structure td.banner {
    border-top: 0px solid #e0e0e0;
    height: 81px;
    background-color: white;
    background-image: url(../../file/image/banner-bg.png);
    background-position: bottom;
    vertical-align: top;
    background-repeat: repeat-x;
}

#bannerArea tr td.spacer {
    display: none;
    width: 1px;
    background-position: bottom;
    border-left: 1px solid white;
    border-right: 1px solid #e0e0e0;
}

#bannerArea tr td.buttons {
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 1px;
}

#bannerArea tr td.buttons table {
    height: 100%;
}

#bannerArea tr td.buttons td.b div,
#bannerArea tr td.buttons td.b_disabled div {
    text-align: center;
    color: #555;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 0.99em;
    font-size: 11px;
    border-top: 2px solid transparent;
    white-space: nowrap;
    vertical-align: middle;
}

#bannerArea tr td.buttons td.b:hover {
    cursor: pointer;
}

#bannerArea tr td.buttons td.b:hover svg,
#bannerArea tr td.buttons td.b:hover span {
    stroke: #a1cdff;
    color: #a1cdff !important
}

#bannerArea tr td.buttons td.b svg {
    margin-bottom: 0.3rem;
}

#bannerArea tr svg {
    color: white;
    stroke: white;
}

#bannerArea tr td.title,
.smallGray,
.smallGray * {
    color: #a0a0a0 !important;
    font-size: 8px !important;
    text-transform: uppercase;
    line-height: 0.9em;
    vertical-align: top;
    font-weight: normal !important;
    letter-spacing: 1px;
}

#bannerArea tr td.title {
    text-align: center;
    padding-bottom: 1px;
}

#bannerArea .banner-menu-icons {
    width: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#bannerArea .banner-menu-icons .arrow-menu-icon {
    opacity: 0;
}

#bannerArea .banner-menu-icons:hover .arrow-menu-icon {
    opacity: 1;
}

#bannerArea td.hamburgerMenu:not(.pinned) {
    display: none;
}

/*
* DEFINE MENU
*************
*/

#rightAjax {
    height: 100%;
}

div#menu {
    height: 100%;
    overflow: hidden;
    background-color: white;
    width: var(--menu-width);
    padding: 0 0.5rem;
    font-size: 15px;
}

div#menu div#mainMenu, div#menu div#secondaryMenu {
    height: calc(var(--page-height) - var(--banner-height) - 20px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

div#menu div#mainMenu div.menuBody,
div#menu div#secondaryMenu div.menuBody {
    flex: 9999;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.5) white;
}

div#menu div#secondaryMenu tr.ingroup td {
    font-weight: normal;
    padding-bottom: 7px;
    padding-top: 7px;
}

div#menu.collapsed, div#mainMenu.collapsed, div#secondaryMenu.collapsed {
    display: none;
}

div#menu.collapsed.pinned {
    display: block;
}

div#menu div.menu-close {
    cursor: pointer !important;
    display: flex;
    margin-right: -10px;
}

div#menu div.menu-close .collapse-arrow {
    align-self: center;
}

div#menu div.menu-close .collapse-arrow:hover {
    transform: translateX(-2px);
}

div#menu * {
    line-height: 1em;
}

div#menu div div {
    cursor: default;
    background-repeat: no-repeat;
    background-position: 12px center;
}

div#menu .topItem.hover div,
div#menu .topItem.click div,
div#menu .subItem.hover div,
div#menu .subItem.click div {

}

div#menu .subItem div {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 36px;
}

div#menu .subItem {
    margin-top: 1px;
}

div#menu div.user-info {
    flex: 1;
    padding: 10px 10px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

div#menu div.user-info .user-logo {
    border: 1px solid black;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}

div#menu div.user-info .user-logo svg {
    width: 36px;
    height: 36px;
}

div#menu div.user-info .user-text {
    flex: 99;
    overflow: hidden;

    & div.username {
        font-weight: bold
    }

    & div.userrole {
        margin-top: 5px;
        color: gray
    }
}

div#menu div.user-info .user-logout {
    flex-grow: 1;
    text-align: center;

    cursor: pointer;

    & svg {
        padding-bottom: 6px;
    }
    & span {
        text-transform: uppercase;
        font-size: 10px;
    }
}

/*
* DEFINE CENTER CONTENT
***********************
*/
#core_structure .center {

    /*border: 1px solid #969ba3;
    outline: none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(170, 170, 170, 255);
    -webkit-box-shadow: 0 0 5px rgba(170, 170, 170, 255);
    -moz-box-shadow: 0 0 5px rgba(170, 170, 170, 255);*/
}

#searchAndFilterBox {
    background: var(--main-bg-color);
    display: table-cell;
    padding: 8px 20px;
    width: 100vw;
}

#core_structure #searchAndFilterBox > div,
#core_structure #searchAndFilterBox > input {
    float: left;
    width: 200px;
    margin-right: 8px;
}

#core_structure #searchAndFilterBox > input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
}

input[type="checkbox"] {
    &:hover {
        cursor: pointer;
    }

    &:disabled {
        cursor: default;
    }
}

#core_structure #searchAndFilterBox select {
    padding: 0;
}

#filterBarArea, .filterBarArea {
    display: none;
}

div.content,
#core_structure .center {
    background: #fff;
}

div.content {
    margin: 0px;
    height: 100%;
    padding: 0px 8px;
}

table.content {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

table.boxContent {
    border-spacing: 8px !important;
    margin: 0px;
    width: 100%;
    height: 100%;
}

div.content table.seat tr:hover td.tdFree {
    background-color: white;
}

div.content table.seat td {
    height: 10px !important;
}

div.content table.seat td.first {
    width: 1px !important;
}

div.content table:not(.normalHeight) td {
    height: 31px !important;
}

div.content table td.first {
    width: 170px;
}

div.box,
td.box,
div.boxTab {
    background-color: #fdfdfd;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 0 0 20px 0;
    border-radius: 5px;
}

div.box div.scrollable {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
}

table.boxContent div.box,
table.boxContent div.boxTab {
    margin: 0px;
}

div.box div.content,
td.box div.content,
td.boxTab div.content {
    overflow-y: auto;
    height: auto;
}

div.box > div.content:not(.scrollable) {
    overflow-y: inherit;
}

div.box div.header,
td.box div.header,
td.boxTab div.header,
label.header,
table.listContent th,
.header {
    vertical-align: middle;
    line-height: 17px;
    font-size: 20px;
}

div.box div.header {
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
}

div.tableSettingBox {
    max-height: 260px;
    overflow-y: auto;
}

div.box td.titleSpacer,
div.boxTab td.titleSpacer {
    height: 0px;
    padding: 0px;
    border: 0px;
}

div.box td,
div.boxTab td {
    padding: 1px 2px;
}

div.box tr.hasBorder td,
div.boxTab tr.hasBorder td {
    border-top: 1px dotted #ddd;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

div.box tr.first td,
div.boxTab tr.first td {
    padding: 2px 0px;
}

table.mask tr th {
    text-align: left;
    cursor: default;
}

th.headerSortUp {
    background: #f6f6f6 url(../../file/image/asc.gif) no-repeat right center !important;
}

th.headerSortDown {
    background: #f6f6f6 url(../../file/image/desc.gif) no-repeat right center !important;
}

table.listContent {
    width: 100%;
    background-color: white;
}

.frontendElement table.listContent.htmlFrontendTable {
    width: unset;
    margin-left: 10px;
}

.frontendElement table.listContent.htmlFrontendTable th {
    white-space: break-spaces;
}

.frontendElement .sortingtable th.field {
    text-align: left !important;
    padding-right: 15px;
}

.frontendElement.genericWebTable,
.frontendElement.tachymeterWebTable,
.frontendElement.objectPointTable {
    overflow-x: auto;
}

.frontendElement.genericWebTable th,
.frontendElement.objectPointTable th,
.frontendElement.tachymeterWebTable th {
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.frontendElement table.leftSticky tr {
    & td:is(:first-child), & th:is(:first-child) {
        position: sticky;
        background-color: white;
        word-break: break-all;
        left: 0;
        min-width: 100px;
        z-index: 2;
    }

    & td:is(:nth-child(2)), & th:is(:nth-child(2)) {
        position: sticky;
        background-color: white;
        left: 100px;
        z-index: 2;
    }
}

.frontendElement.inclinationTable table.leftSticky tr {
    & td:is(:nth-child(2)), & th:is(:nth-child(2)) {
        min-width: 85px;
    }

    & td:is(:nth-child(3)), & th:is(:nth-child(3)):not(.nonsticky) {
        position: sticky;
        background-color: white;
        left: 185px;
        z-index: 2;
    }
}

table.listContent td {
    border-bottom: 1px solid #e6e6e6;
    padding: 16px 16px;
}

table.listContent td.noPaddingBottom {
    padding-bottom: 0;
}

div.boxTab table.listContent td {
    border-bottom: 1px solid #e0e0e0;
    padding: 3px 4px;
}

.hasBorderRight td:not(.noBorderRight),
.hasBorderRight th:not(.noBorderRight),
table.hasBorderRight {
    border-right: 1px solid #e0e0e0 !important;
}

table.listContentBox td {
    border-bottom: 1px solid #f6f6f6 !important;
    padding: 7px 12px;

}

table.listContent th {
    text-align: left;
    padding: 8px 16px;
    border: none;
    white-space: nowrap;
    vertical-align: bottom;
    border-bottom: 1px solid #bcbcbc;
    color: rgb(49, 53, 52);
    font-weight: bold;
    font-size: 13px;
}

table.listContent .hasBorderRight:not(.noBorderRight) {
    border-right: 2px solid #e0e0e0 !important;
}

table.listContent tr:hover td {
    background: #eaeaea !important;
}

table.listContent tr.noHover:hover td {
    background: transparent !important;
}

table.listContent tr.blocked:hover td {
    background: inherit !important;
    cursor: not-allowed;
}

table.listContent.noClickBackground tr:hover td {
    background: rgb(226, 243, 254);
}

div.content table.listContent tr:last-child td,
div.box > table.listContent tr:last-child td {
    border-bottom: none !important;
}

table.mask tr td,
table.mask tr th {
    padding-right: 8px;
    height: 24px;
    vertical-align: middle;
    color: #444;
}

table.clean,
table.clean tr td,
table tr.clean td,
table tr td.clean {
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
}

table.clean .icon,
table.clean .iconNoHover {
    margin-left: 6px;
}

.inputCalenderContainer {
    min-width: 90px
}

.inputCalenderContainer input {
    width: 11ch;
    margin-right: 4px;
}

.inputCalenderIcon {
    vertical-align: middle;
    width: 19px;
}

.clean td, tfoot td {
    background: inherit !important;
}

td.line {
    height: 5px !important;
    padding: 0px !important;
    border-top: 1px dotted #b4bac4 !important;
}

.nowrap {
    white-space: nowrap !important;
}

table.top tr td,
table tr.top td,
table tr td.top {
    vertical-align: top !important;
    padding-top: 7px !important;
}

td.top input {
    margin: 0 !important;
}

table.click tr td,
table.mask tr.click td {
    cursor: pointer;
}

table.mask tr.click:hover {
    background-color: #fff1cc;
}

table.mask tr.noclick,
table.mask tr.noclick td {
    color: #c0c0c0;
    cursor: not-allowed;
}

table tr.grayBackground,
table tr.grayBackground td,
table tr.grayBackground:hover,
table tr.grayBackground:hover td {
    background-color: #f4f4f4 !important;
}

.crossedout,
.crossedout * {
    text-decoration: line-through !important;
}

.bg_new,
.bg_new * {
    background: #ffe8e8 !important;
}

.bg_ready,
.bg_ready * {
    background: #daedde !important;
}

table tr.redBackground,
table tr.redBackground td,
table tr.redBackground:hover,
table tr.redBackground:hover td {
    background-color: #ffd9ce !important;
}

span.redText,
table tr td.redText,
table tr:hover td.redText,
table tr td.redText strong,
table tr:hover td.redText strong {
    color: #db050a !important;
    font-weight: bold;
}

table.noLastLine tr:last-child td {
    border-bottom: none !important;
}

.paddedTable {
    padding: 0 20px;
}


/*
* TESTING
****************
*/

div.loader {
    width: 16px;
    height: 16px;
    background-image: url(../../file/image/loading.gif);
    background-repeat: no-repeat;
    color: #000;
    display: block;
}

div.testResult.testSuccess:hover,
div.testResult.testFailed:hover {
    cursor: pointer;
}

/*
* DEFINE PRELOADER
******************
*/
div#blocker {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10005;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(5px); /* for Safari */
    backdrop-filter: blur(5px);
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: none;
    cursor: wait;
}

.loadingScreen {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.loadingScreen img {
    height: calc(var(--page-height)/10);
    display: flex;
    align-items: center;
    justify-content: center;
}


.fancyLoader {
    position: relative;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
    height: 120px;
    width: 120px;
    margin-bottom: 30px;
}

.loader-path {
    fill: none;
    stroke: #1162A0;
    stroke-width: 2px;
    stroke-linecap: round;
    animation: animate-stroke 4s linear infinite;
}

@keyframes animate-stroke {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 200, 200;
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: -150;
    }
}

div#dateblocker {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10005;
    background-color: #000 !important;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    opacity: .55;
    filter: Alpha(opacity=55);
    moz-opacity: 0.55;
    display: none;
    cursor: wait;
}

div.mgsBoxBlocker {
    background-color: #000 !important;
    opacity: .55;
    filter: Alpha(opacity=55);
    moz-opacity: 0.55;
    top: 0;
    left: 0;
    height: 100% !important;
}

div#blocker td {
    vertical-align: middle;
    font-size: 30px;
    color: #ccc;
}

div#dateblocker {
    z-index: 10001;
    cursor: default;
}

/*
* DEFINE ICON BUTTONS
*********************
*/
div.iconWidthTextNoHover,
div.iconWidthText {
    padding: 4px;
    background-repeat: no-repeat;
    background-position: 4px 3px;
    padding-left: 25px;
    font-weight: bold;
    font-size: 11px;
    float: left;
    margin-right: 6px;
    white-space: nowrap;
    opacity: 0.6;
}

div.iconNoHover,
div.icon {
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 11px;
    float: right;
    height: 16px;
    width: 16px;
    white-space: nowrap;
    opacity: 0.6;
}

div.iconWidthText:hover,
div.icon:hover {
    background-color: #f0f0f0;
}

div.iconWidthText,
div.icon {
    cursor: pointer;
}

/*
* DEFINE COLORS & TEXT-STYLES
*****************************
*/
.red,
#popupErrorMessage {
    color: #db050a;
}

#popupErrorMessage {
    display: block;
}

#popupErrorMessage.fileUploadFeedback {
    padding-top: 0;
}

.orange {
    color: #ff5d1a !important;
}

.bold {
    font-weight: bold !important;
}

.green {
    color: #008300 !important;
}

.gray,
.gray * {
    color: #d2d2d2 !important;
    font-style: italic;
}

.grayDark,
.grayDark * {
    color: #bbbbbb;
    font-style: italic;
}

.italic, .italic * {
    font-style: italic;
}

#searchAndFilterBox div.h2,
.h2,
h2 {
    margin: 0px;
    padding: 0px;
    color: #444 !important;
    font-weight: bold !important;
}

div.tabContent table tr.h2 td {
    height: 10px;
    padding: 0px;
}

div.tabContent table.mask {
    width: 100% !important;
}

div.tabMenu .tab {
    padding: 1px 8px 0 8px;
    font-weight: bold;
    border: 0px solid #999;
    background-image: url(../../file/image/banner-bg-border.png);
    color: #6e6e6e;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
    white-space: nowrap;
    cursor: pointer;
}

div.tabMenu .tabAct {
    border-bottom: 0px solid transparent !important;
}

.tab {
    text-align: center;
    margin-left: 5px;
}

.tabAct {
    padding-bottom: 4px !important;
}

.popup-content div.tabMenu .tabSpaceRight,
.popup-content div.tabMenu .tabSpace,
.popup-content div.tabMenu .tab {
    border-bottom: 1px solid #afafaf !important;
}

.popup-content div.tabMenuWrapper {
    border-bottom: 1px solid #afafaf !important;
}

.popup-content .tab {
    -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.7) !important;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.7) !important;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.7) !important;

    -moz-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -khtml-border-radius-topright: 3px;
    -khtml-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;

    border: 1px solid #afafaf !important;
}

small, .small {
    font-size: 9px;
    color: #777;
}

div.warning {
    background: #fff9aa !important;
    padding: 7px;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}

div.attention {
    background: #fff4b7;
    padding: 5px;
    padding-left: 10px;
    margin-bottom: 8px;
    border: 0px !important;
    border: 1px solid #ffe204 !important;
}

div.attention td {
    color: #444;
    vertical-align: middle;
    border: 0px !important;
    font-weight: bold;
}

table.tabContent {
    display: none;
}

/*
* GENERAL FORM STYLE DEFINITIONS
********************************
*/
input,
textarea,
select,
div.select,
div.chosen-container {
    border-top: none;
    border-right: none;
    border-left: none;
    box-shadow: none;
    border-bottom: 1px solid;
    border-color: rgba(12, 12, 12, 0.12);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

input:focus,
div.chosen-container.chosen-container-active {
    border-color: #2196f3;
    box-shadow: none !important;
    outline: none !important;
}

input.empty,
textarea.empty {
    color: #bbb;
}

select,
select * {
    padding-right: 1px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    padding-left: 0px !important;
    /*
    overflow: hidden;
    height: 15px;
    display: inline;
    */
    /*padding: 1px 1px 2px 3px !important;
    height: 21px !important;*/
}

select.inactive {
    color: #777;
    /*background-color: #c6ffcc;*/
    background-color: #fff;
}

option.inactive {
    color: #777 !important;
    background-color: #fff !important;
}

select.joker {
    color: #000;
    background-color: #ccc;
}

option.joker {
    color: #000 !important;
    background-color: #ccc !important;
}

select.todelete {
    color: #db050a;
    text-decoration: line-through;
    background-color: #fff;
}

option.todelete {
    color: #db050a !important;
    text-decoration: line-through;
    /*background-color: #ffd9ce !important;*/
    background-color: #fff !important;
}

select.aaa {
    color: #000;
    /*background-color: #c6ffcc;*/
    background-color: #fff;
}

option.aaa {
    color: #000 !important;
    background-color: #fff !important;
}

select.standard {
    color: #000;
    background-color: #fff;
    /*background-color: #ffd9ce;*/
}

option.standard {
    color: #000 !important;
    background-color: #fff !important;
}

input:focus,
textarea:focus {
    border-color: #73b8ee;
    -webkit-box-shadow: 0 0 6px 0.03em #73b8ee;
    -moz-box-shadow: 0 0 6px 0.03em #73b8ee;
    box-shadow: 0 0 6px 0.03em #73b8ee;
    outline: none;
}

input[disabled],
select[disabled],
textarea[disabled] {
    color: #999;
    background: #f9f9f9 !important;
}

textarea {
    resize: vertical;
    /* height is defined in the input-class */
    max-height: 250px;
    cursor: text;
}

/* helps to have the same margin between the fields in popups */
div.inputWrapper {
    margin-top: 2px;
    margin-bottom: 2px;
}

input.file {
    background: none !important;
    height: 20px;
    width: 100% !important;
    cursor: default !important;
}

input.clean {
    padding: 0px;
    margin: 0px;
    border: 0px
}

input.input_checkbox,
input.checkbox {
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    width: auto !important;
    height: auto !important;
    cursor: default !important;
}

/*
* EPSS CALENDAR
***************
*/
div.EpssCalendar {
    margin-left: 19px;
    cursor: default;
    margin-top: 10px;
}

div.EpssCalendar table.calendar-table {
    font-size: 11px;
}

div.EpssCalendar table.calendar-table.calendar-disabled *,
div.EpssCalendar div.calendar-table.calendar-disabled {
    color: #aaa;
}

div.EpssCalendar table.calendar-table table {
    width: 100%;
}

div.EpssCalendar table.calendar-table table td.calendar-header-lastMonth,
div.EpssCalendar table.calendar-table table td.calendar-header-nextMonth,
div.EpssCalendar table.calendar-table table td.calendar-header-lastYear,
div.EpssCalendar table.calendar-table table td.calendar-header-nextYear {
    width: 10px;
    background-repeat: no-repeat !important;
    padding: 0px;
}

div.EpssCalendar table.calendar-table table td.calendar-header-space {
    width: 3px;
    padding: 0px;
}

div.EpssCalendar table.calendar-table table td.calendar-header-lastMonth {
    background-image: url(../../file/image/icons/lastMonth.png) !important;
    background-position: center left !important;
}

div.EpssCalendar table.calendar-table table td.calendar-header-nextMonth {
    background-image: url(../../file/image/icons/nextMonth.png) !important;
    background-position: center right !important;
}

div.EpssCalendar table.calendar-table table td.calendar-header-lastYear {
    background-image: url(../../file/image/icons/lastYear.png) !important;
    background-position: center left !important;
}

div.EpssCalendar table.calendar-table table td.calendar-header-nextYear {
    background-image: url(../../file/image/icons/nextYear.png) !important;
    background-position: center right !important;
}

div.EpssCalendar table.calendar-table table td.calendar-header-month {
    border: 0px dotted #000;
    font-weight: normal;
    height: 24px;
    text-align: center;
    width: auto;
    font-size: 11px;
}

div.EpssCalendar table.calendar-table td {
    vertical-align: middle !important;
    padding: 0px;
    padding-right: 3px;
    text-align: right;
    width: 14px;
    height: 15px;
    border: 1px solid transparent;
}

div.EpssCalendar table.calendar-table td.calendar-header-day {
    padding-bottom: 2px;
}

div.EpssCalendar table.calendar-table td.calendar-week,
div.EpssCalendar table.calendar-table td.calendar-week-label {
    color: #aaa;
    padding-right: 15px;
}

div.EpssCalendar table.calendar-table td.calendar-dayOfNextMonth,
div.EpssCalendar table.calendar-table td.calendar-dayOfLastMonth {
    color: #aaa;
}

div.EpssCalendar table.calendar-table.calendar-enabled td.currentDay {
    border: 1px solid #348de3 !important;
}

div.EpssCalendar table.calendar-table.calendar-disabled td.currentDay {
    border: 1px solid #aaa !important;
}

div.EpssCalendar table.calendar-table.calendar-enabled td.selected,
div.EpssCalendar table.calendar-table.calendar-enabled td.hover {
    background: rgb(226, 243, 254) !important;
}

div.EpssCalendar .home {
    float: left;
    padding: 2px 4px;
}

div.EpssCalendar .close {
    float: right;
    padding: 2px 4px;
}

div.EpssCalendar div.calendar-table.calendar-enabled.calendar-table:hover,
div.EpssCalendar .close:hover,
div.EpssCalendar table.calendar-table.calendar-enabled td.enabled.calendar-day:hover,
div.EpssCalendar table.calendar-table.calendar-enabled td.enabled.calendar-dayOfLastMonth:hover,
div.EpssCalendar table.calendar-table.calendar-enabled td.enabled.calendar-dayOfNextMonth:hover,
div.EpssCalendar table.calendar-table.calendar-enabled td.marked,
div.EpssCalendar table.calendar-table.calendar-enabled td.calendar-dayOfLastMonth.marked,
div.EpssCalendar table.calendar-table.calendar-enabled td.calendar-dayOfNextMonth.marked,
div.EpssCalendar table.calendar-table.calendar-enabled table td.calendar-header-lastMonth:hover,
div.EpssCalendar table.calendar-table.calendar-enabled table td.calendar-header-nextMonth:hover,
div.EpssCalendar table.calendar-table.calendar-enabled table td.calendar-header-lastYear:hover,
div.EpssCalendar table.calendar-table.calendar-enabled table td.calendar-header-nextYear:hover,
div.EpssCalendar table.calendar-table.calendar-enabled td.calendar-week.active:hover,
div.EpssCalendar table.calendar-table.calendar-enabled td.calendar-header-day.active:hover,
div.EpssCalendar table.calendar-table.calendar-enabled td.calendar-header-month.active:hover {
    background: rgb(226, 243, 254);
}

#date_minicalendar {
    background: white;
    border: 1px solid #e0e0e0;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 7px;
    padding-top: 3px;
    position: absolute;
    visibility: hidden;
    z-index: 9910009 !important;
}

#date_minicalendar * {
    font-size: 11px !important;
}

/* TootlTip */
#toolTipWindowOutside,
#toolTipUserOutside {
    padding: 0px;
    position: absolute;
    z-index: 100000;
    display: none;
}

#toolTipWindow {
    padding: 0px;
    background-color: #323232;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#toolTipWindowText {
    padding: 3px 6px;
    font-size: 11px;
    color: white;
}

ul.ui-autocomplete {
    background-color: white;
    list-style-position: inside;
    list-style-type: none;
    padding: 0;
    border: 1px solid #b4bac4;
    border-top: 0px;
    width: 200px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
}

ul.ui-autocomplete li.ui-menu-item {
    list-style-position: outside;

    width: 100%;
}

ul.ui-autocomplete li.ui-menu-item a {
    color: #444 !important;
    text-decoration: none;
    width: 100%;
    padding: 1px 0px 1px 4px;
    display: block;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    background: #fff9aa;
    color: black !important;
}

/**
* Calendar Courses & Availabbility
*/

.calendarTable {
    width: 100%;
    height: 100%;
    min-height: 700px;
}

.calendarTable .calendarHeader th {
    text-align: left;
    width: 14%;
    font-size: 11px;
    padding: 0 8px;
    height: 3%;
    border-right: 1px solid #e0e0e0;
    background: #fff;
    color: #444;
}

.calendarTable .calendarHeader th.last {
    border-right: none !important;
}

.calendarTable td.last {
    border-right: none !important;
}

.calendarTable tr:last-child {
    border-right: none;
}

.calendarTable td.day {
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    height: 20%;
    padding: 1px 0;
}

.calendarTable td.day.chosenDay {
    border: 1px solid #348de3;
    box-shadow: inset 0 0 1px #348de3;
    padding: 0 1px;
}

.calendarTable td.day.holiday {
    background: #f6f6f6;
}

.calendarTable td.day .dayTitle {
    padding: 5px 8px;
    font-size: 14px;
}

.calendarTable td.day .dayTitle.active {
    color: #444;
}

.calendarTable td.day .dayTitle.inactive {
    color: #e0e0e0;
}

.calendarTable .courses .course {
    background: #f6f6f6;
    margin-bottom: 2px;
    padding-bottom: 1px;
    padding-top: 1px;
}

.calendarTable .courses .course.isMine {
    background: rgb(226, 243, 254) !important;
}

.calendarTable .courses .course, .calendarTable .courses .course * {
    cursor: pointer !important;
}

.calendarTable .courses, .calendarTable .courses table {
    width: 100%;
}

.calendarTable .courses .course table td.courseType {
    padding: 2px 0 1px 8px;
}

.calendarTable .courses .course table td.openPopup {
    width: 20px;
}

.calendarTable .courses .course table td.courseInfo {
    padding: 0 0 2px 8px;
    font-size: 9px !important;
    overflow: hidden;
    white-space: nowrap; /* Don't forget this one */
    text-overflow: ellipsis;
}

.calendarTable td.day.holiday .course {
    background: #c20021;
}

.calendarTable td.day.holiday .course.courseHover {
    background: #c24b4a !important;
}

.calendarTable td.day .course.noInstructor {
    background: #c20021 !important;

}

.calendarTable td.day .course.noInstructor * {
    color: white !important;
}

.calendarTable td.day .course.courseHover.noInstructor {
    background: #c24b4a !important;
}

.calendarTable td.day.holiday .course * {
    color: #fff !important;
}

/**
* Multiple row design
*/
div.boxContent {
    float: left;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

div.boxRow {
    position: relative;
    box-sizing: border-box;
    float: left;
    margin: 0;
    width: 100%;
}

div.boxRow.half {
    width: 49.75%;
}

@media all and (min-width: 1410px) {
    div.boxRow {
        width: 33.75%;
    }

    div.boxRow.double {
        width: 64% !important;
    }

    div.boxRow.double:first-child {
        margin-right: 2%;
    }

    div.boxRow:first-child + div {
        margin-right: 0.0% !important;
    }
}

/**
* Login Mask
*/

#loginBackground {
    position: fixed;
    top: 0;
    min-width: calc(100vw - 800px);
    height: 100%;
    overflow: hidden;
    background-color: white;
    background-size: auto 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#loginWrapper {
    display: flex;
    position: fixed;
    justify-content: center;
    right: 0;
    text-align: left;
    width: 800px;
    height: var(--page-height);
    box-shadow: none;
    z-index: 10000;
    word-wrap: break-word;
}

div#passworRecovery, div#returnButton{
    cursor: pointer;
    font-size: 1.25rem;
    color: #1162A0;
}

#loginInnerWrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: var(--page-height);
    text-align: left;
    word-wrap: break-word;
}

#loginInnerWrapper #popup-wrapper {
    margin-top: 130px;
}

#loginFooter {
    padding-bottom: 130px;
}

#loginFooter div {
    display: flex;
    justify-content: space-between;
    font-size: 1.25rem;
}

#loginLogo {
    background-image: url(../../file/image/logo_tedamos_RGB.jpg);
    background-size: auto 100px;
    background-position: center 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
}

.loginUserAndPassword {
    margin-top: 120px;
    padding-bottom: 50px;
}

.loginUserAndPassword input[name="eusername"] {
    margin-bottom: 50px;
}

.loginButtons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.loginButtons button {
    height: auto !important;
    font-size: 1.25rem;
    color: rgb(255, 255, 255);
    background-color: #1162A0;
    border-radius: 5px;
    border: none;
    text-align: center;
    padding: 9px 30px 9px 30px !important;
}

.loginButtons button:hover, .loginButtons button:focus {
    background-color: #005088;
}

#cookieWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: var(--page-height);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20000;
}

#cookieConsent {
    background-color: white;
    padding: 15px;
    border-radius: 5px;
}

#cookieConsent div {
    font-weight: bold;
    font-size: 1.5rem;
}

#cookieConsent p {
    font-size: 1.25rem;
}

#cookieConsent .loginButtons{
    justify-content: right;
}

div.mobileOn,
span.mobileOn,
table.mobileOn,
tr.mobileOn,
th.mobileOn,
td.mobileOn {
    display: none;
}

.projectInfoOverview {
    display: flex;
    padding: 15px !important;
    flex-direction: row;
    column-gap: 20px;
    flex-wrap: wrap;
    border-radius: 5px;
}

.projectInfoDescription {
    & p {
        margin: 0;
    }

}

div#dashboard {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

#chartiframe.report-popup-iframe {
    height: calc(var(--page-height) * 0.8 - 2 * 1.4em - 2 * 10px) !important;
    width: 80vw;
}

#chartiframe.report-popup-iframe-half {
    height: calc(var(--page-height) * 0.9 - 2 * 1.4em - 2 * 10px) !important;
    width: 50vw;
}

.mapConfiguration td.label {
    white-space: normal;
    padding-right: 0;
}

.mapConfiguration .label {
    opacity: 0.6;
}

i.material-icons {
    height: 16px;
    width: 16px;
    font-size: 16px;
    cursor: pointer;
}

i.feather-icons svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

i.feather-icons.large-icon svg  {
    width: 30px;
    height: 30px;
}

i.feather-icons.small-icon svg {
    width: 18px;
    height: 18px;
}

@media all and (max-width: 1500px) {
    .smallScreenOff {
        display: none;
    }

    div#dashboard {
        flex-direction: column;

        & > div {
            width: 100% !important;
        }
    }
}

@media all and (min-width: 1501px) {
    .smallScreenOff {
        display: revert;
    }

    #rightAjax.projects {
        flex-direction: row;
    }

    #rightAjax.projects .projectsMap {
        min-height: 500px;
    }
}

@media (max-width: 1000px), (max-height: 1000px) {
    table.listContent:not(.sortingtable) td, table.listContent:not(.sortingtable) th {
        padding: 6px 2px;
    }

    table.listContent.htmlFrontendTable td, table.listContent.htmlFrontendTable th {
        padding: 6px 6px;
    }

    table.listContent:not(.sortingtable) td:first-of-type, table.listContent:not(.sortingtable) th:first-of-type {
        padding-left: 0;
    }

    table.listContent:not(.sortingtable) td:last-of-type, table.listContent:not(.sortingtable) th:last-of-type {
        padding-right: 0;
    }

    table.listContent {
        margin: 0;
        padding: 0 5px;
    }

    #chartiframe.report-popup-iframe, #chartiframe.report-popup-iframe-half {
        width: calc(100vw - 10px);
    }
}

@media (max-width: 600px), (max-height: 600px) {

    div.mobileOff,
    span.mobileOff,
    table.mobileOff,
    tr.mobileOff,
    th.mobileOff,
    td.mobileOff,
    iframe.mobileOff {
        display: none;
    }

    div.mobileOn,
    span.mobileOn {
        display: block;
    }

    table.mobileOn {
        display: table;
    }

    tr.mobileOn {
        display: table-row;
    }

    td.mobileOn,
    th.mobileOn {
        display: table-cell;
    }

    .left {
        overflow: visible;
        max-width: unset;
    }

    #bannerArea td.hamburgerMenu:not(.pinned) {
        display: table-cell;
    }

    #rightAjax.projects {
        &:has(#projectViewList):has(#projectList) {
            display: flex;
            flex-direction: column;
        }

        & .projectListWrapper, & #projectListWrapper {
            overflow: auto;
            flex: 1;
        }
    }

    div#menu {
        width: 100vw;

        /* this prevents the body dom from moving when opening/closing the menu */
        position: absolute;
        z-index: var(--menu-z-index);
        border-right: 1px solid rgb(245, 245, 245);
        box-sizing: border-box;
    }

    div#menu.collapsed.pinned {
        display: none;
    }

    div#menu div div {
        box-sizing: border-box;
        -moz-box-sizing: border-box; /* Firefox */
        -webkit-box-sizing: border-box; /* Safari */
    }

    div#menu .topItem {
        box-shadow: 0 0 5px rgba(170, 170, 170, 255) !important;
        -webkit-box-shadow: 0 0 5px rgba(170, 170, 170, 255) !important;
        -moz-box-shadow: 0 0 5px rgba(170, 170, 170, 255) !important;
        padding: 11px 0px 11px 0px;
        margin: 10px;
    }

    div#menu .topItem.hover,
    div#menu .topItem.click,
    div#menu .subItem.hover,
    div#menu .subItem.click,
    div#menu .topItem div,
    div#menu .subItem div {
        border: 1px solid transparent !important;
    }

    div#menu .subItem {
        display: none;
    }


    div#menu .topItem:hover {
        background-color: transparent;
    }

    div#menu .topItem.hover,
    div#menu .topItem.click {
        border: none !important;
    }

    div#menu .topItem {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
    }

    div#menu .topItem:hover > div#menu .topItem {
        display: none !important;
    }

    #core_structure #topbanner,
    #core_structure .banner,
    #core_structure div.right {
        display: none !important;
    }

    #core_structure div#searchBar {
        background-color: white;
    }

    /* show just the filter box */
    div#searchBar .filter-select {
        display: none;
    }

    #core_structure div.banner {
        overflow: hidden !important;
        background-position: top !important;
    }

    #bannerArea td.bannerTitle {
        font-size: 1.2rem !important;
        word-break: break-all;
    }

    #core_structure #right {
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-box-shadow: none;
        border: 0;
    }

    div.EpssCalendar {
        width: 100%;
        height: 100% !important;
        margin: 0px !important;
        zoom: 150%;
        padding: 0 !important;
    }

    div.EpssCalendar td {
        text-align: center;
        width: auto !important;
    }

    #date_minicalendar {
        border: 0 !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
        padding: 10px !important;
        margin: 0 !important;
        left: 0px !important;
        right: 0px !important;
        width: 100% !important;
        box-sizing: border-box;
        -moz-box-sizing: border-box; /* Firefox */
        -webkit-box-sizing: border-box; /* Safari */
    }

    div.EpssCalendar table.calendar-table {
        width: 100% !important;
        height: 50% !important;
    }

    div.EpssCalendar table.calendar-table table td.calendar-header-lastMonth,
    div.EpssCalendar table.calendar-table table td.calendar-header-nextMonth,
    div.EpssCalendar table.calendar-table table td.calendar-header-lastYear,
    div.EpssCalendar table.calendar-table table td.calendar-header-nextYear {
        width: 100px !important;
        background-repeat: no-repeat !important;
        padding: 0px;
    }

    #loginInnerWrapper {
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        border: 0;
    }

    #loginForm input::placeholder {
        color: white;
    }

    input.input_checkbox,
    input.checkbox {
        -ms-transform: scale(1.5); /* IE */
        -moz-transform: scale(1.5); /* FF */
        -webkit-transform: scale(1.5); /* Safari and Chrome */
        -o-transform: scale(1.5); /* Opera */
        margin-top: 10px !important;
        margin-bottom: 3px !important;
        margin-right: 10px !important;
    }

    #core_structure div.banner {
        display: block !important;
        position: sticky;
    }

    #core_structure #right {
        width: 100%;
        margin: 0 !important;
        padding-left: 0;
        padding-right: 0;
    }

    #right.center.searchBarOn {
        height: calc(var(--page-height) - var(--banner-height) - 35px + 6px);
    }

    td.title {
        display: none !important;
    }

    .jquery-msgbox div#popup-wrapper {
        padding-left: 0 !important;
    }

    .jquery-msgbox div#popup-wrapper.jquery-msgbox-login {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    div.jquery-msgbox {
        border: 0 !important;
        box-shadow: none !important;
    }

    .jquery-msgbox div#popup-content {
        margin-top: 0 !important;
        margin-bottom: 50px !important;
    }

    .jquery-msgbox div.popup-title {
        padding: 0 5px 0 5px !important;
        height: auto !important;
    }

    #chartiframe, .chartiframe {
        margin-top: 0 !important;
    }

    .jquery-msgbox {
        min-height: auto !important;
    }

    #popupErrorMessage {
        padding-top: 0;
    }

    #right {
        overflow-x: auto;
        overflow-y: auto;
        max-width: 100%;
    }

    #right table.listContent.sortingtable {
        overflow-x: hidden;
        max-width: 100vw;
    }

    #core_structure #right .projectFavorite {
        width: 10% !important;
    }

    #core_structure #right .projectNumber {
        width: 25% !important;
    }

    #core_structure #right .projectName {
        width: 64% !important;
    }

    #table_PointImage img.imageDocumentationPreview {
        height: 80px;
    }

    #mapiframe {
        height: 400px !important;
    }


    /* Phone view for login */
    #loginBackground {
        position: fixed;
        top: 0;
        width: 100%;
        overflow: hidden;
        background-color: black;
        background-position: center;
        background-repeat: no-repeat;
    }

    #loginWrapper {
        display: flex;
        position: fixed;
        justify-content: center;
        left: 0;
        text-align: left;
        width: 100vw;
        height: var(--page-height);
        box-shadow: none;
        -webkit-backdrop-filter: blur(10px); /* for Safari */
        backdrop-filter: blur(10px);
    }

    .blurInAnimation {
        animation: 1s ease 0s 1 blurIn;
    }

    div#passworRecovery, div#returnButton{
        cursor: pointer;
        font-size: 1.25rem;
        padding-top: 15px;
        color: white;
    }

    #loginFooter {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-bottom: 0;
        background-color: rgba(0, 0, 0, 0.3);
    }

    #loginFooter div {
        margin: 0 10px 0 10px;
    }

    #loginFooter div a{
        color: white;
        font-size: 1.25rem;
    }

    #lock {
        display: none;
    }

    #loginInnerWrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: var(--page-height);
        width: 90vw;
        text-align: left;
        z-index: 10000;
        word-wrap: break-word;
    }

    .greenBox {
        padding: 10px;
        font-size: 1.25rem;
        color: white;
        border: 1px white solid;
        border-radius: 5px;
        background-color: rgba(44,160,44, 0.6);
        margin: 20px 5px 0 5px;
    }

    .redBox {
        padding: 10px;
        font-size: 1.25rem;
        color: white;
        border: 1px white solid;
        border-radius: 5px;
        background-color: rgba(214,39,40, 0.6);
        margin: 20px 5px 0 5px;
    }

    #cookieConsent {
        background-color: white;
        padding: 15px;
        border-radius: 5px;
        margin-right: 5px;
        margin-left: 5px;
    }

    .fadeInAnimation {
        animation: 1s ease 0s 1 fadeIn;
    }

    @keyframes fadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }

    @keyframes blurIn {
        0% {backdrop-filter: blur(0px);}
        100% {backdrop-filter: blur(10px) ;}
    }

    #loginInnerWrapper input {
        color: white;
        border-bottom-color: white;
        background-color: transparent !important;
    }

    #loginInnerWrapper #popup-wrapper {
        margin-top: 10px;
    }

    #loginLogo {
        background-image: url(../../file/image/logo_tedamos_white.png);
        background-size: auto 80px;
        background-position: center 0;
        background-repeat: no-repeat;
        width: 100%;
        height: 80px;
    }

    .loginUserAndPassword {
        margin-top: 20px;
        padding-bottom: 30px;
    }

    .loginUserAndPassword input[name="eusername"] {
        margin-bottom: 30px;
    }

    .loginButtons {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-between;
    }

    .loginButtons button {
        height: auto !important;
        width: 90vw;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
        font-size: 1.25rem;
        color: rgb(255, 255, 255);
        background-color: #1162A0;
        border-radius: 5px;
        border: none;
        text-align: center;
        padding: 9px 30px 9px 30px !important;
    }

    #noUserNameInfo {
        color: white;
    }

    .popup-content div.tabMenuWrapper {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    div.tabMenuWrapper {
        height: auto !important;
    }

    div.tabMenu .tab, .popup-content div.tabMenu .tab {
        padding: 0 2px 0 2px !important;
        margin-right: 0;
    }

    div.tabMenu table {
        height: unset !important;
        padding: 10px 0;
    }

    #popup-content div.tabMenu table {
        padding: 0;
    }

    div.tabMenu table thead {
        display: none;
    }
    div.tabMenu tr {
        display: flex;
        width: 100vw;
        flex-flow: row wrap;
        align-items: start;
    }
    div.tabMenu tr td.tab:not(.mobileOff) {
        display: inline-block;
        height: auto !important;
        text-align: left;
    }

    .scrollable.mobileScrollableFull {
        max-height: unset !important;
    }

    #popup-content .scrollable, #popup-content .mobileScrollableFull {
        max-height: calc(var(--page-height) - 50px - 60px);
        overflow-y: auto;
    }

    table.mask td.label, .uploadLabel {
        white-space: wrap;
    }

    .customDropdown-content {
        right: 10px !important;
    }

    .mobileTextEllipsis {
        overflow-x: hidden;
        text-overflow: ellipsis;
        max-width: 150px;
    }

    .bannerTitle {
        max-width: calc(100vw - 120px);
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .projectInfoOverview {
        gap: 0;
        flex-direction: column;
    }

    div#mapConfig, div#pointsForMap, div#objectMap, div#objectMap #mapiframe {
        height: calc(var(--page-height) - 50px - 60px) !important;
    }

    div.imageUploadMask {
        grid-template-columns: repeat(1, 1fr) !important;

        & div.fullRow {
            grid-column: unset !important;
        }

        #imagePopupImageTD img {
            max-height: 300px;
        }
    }

    i.material-icons {
        height: 24px;
        width: 24px;
        font-size: 24px;
        padding: 8px;
    }
}

/* STYLES FOR THE SELFMADE SELECT */

.select {
    background-color: #ffffff !important;
    background-image: url(../../file/image/arrowSmall.png);
    background-position: right center;
    background-repeat: no-repeat;
    font-size: 12px;
    height: 30px;
    width: 100%;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: default;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin: 2px 2px 2px 0;
    padding-right: 25px;
}

.select.error {
    border: 1px solid red !important;
    color: red;
    outline: none;
    background-color: #fffcfc;
}

.select.disabled {
    background-color: #f9f9f9 !important;
}

.select.disabled * {
    color: #999 !important;
}

.select.lightArrow {
    background-image: url(../../file/image/arrowSmallLight.png);
}

.options {
    margin-top: -2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b9b9b9;
    border-top: 0;
    position: absolute;
    background: white;
    z-index: 2000;
    max-height: 250px;
    overflow-y: auto;
}

.options:hover {
    border-color: #73b8ee;
    -webkit-box-shadow: 0 0 6px 0.03em #73b8ee;
    -moz-box-shadow: 0 0 6px 0.03em #73b8ee;
    box-shadow: 0 0 6px 0.03em #73b8ee;
}

.plsChoose {
    width: auto;
    height: auto;
    padding-left: 6px;
    padding-top: 4px;
    white-space: nowrap;
    overflow: hidden;
}

.choice {
    cursor: default;
    white-space: nowrap;
    padding: 2px 6px;
}

.choice.last {
    padding-bottom: 4px;
}

.choice.active *, .choice.active, .choice:hover, .choice:hover *, .choice.selected *, .choice.selected {
    color: white !important;
    background: #348de3;
}

/* /SELECT */

/* Jquery MSGBox */
div.jquery-msgbox {
    background: #fff !important;
    border: none;
    max-width: 100vw;
    max-height: var(--page-height);
    min-height: auto !important;
    padding-bottom: 0;
}

.openClientList {
    padding: 2px 0 1px 8px;
}

.courseHover, .editCourse {
    background: rgb(226, 243, 254) !important;
}

table.sortingtable td.buttonTD {
    width: 1px !important;
    padding-right: 8px !important;
    padding-left: 0 !important;
}

table.sortingtable .alignRight {
    padding-right: 20px;
}

.sortingtable th:not(.noSort) {
    cursor: pointer;
}

.checkboxListEntry {
    width: 150px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}

.checkboxListEntry.notAvailable *, .checkboxListEntry.disabled * {
    color: #a9a9a9 !important;
}

.checkboxListEntry:last-child {
    margin-bottom: 30px;
}

.onlyPrint {
    display: none;
}

div.tabMenu > div.listTab {
    position: relative;
    background: #f9f9f9;
    padding: 2px 12px;
    white-space: nowrap;
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    margin-right: 8px;
    bottom: -2px;
    z-index: 1;
}

div.tabMenu > div.listTab.active {
    background: rgba(115, 184, 238, 0.3);
    border-color: #73b8ee;;
    bottom: 0;
}

div.tabContent {
    position: relative;
    z-index: 2;
}

.registrationTable tr:last-child td {
    border-bottom: none;
}

div.mapLable {
    font-weight: bold;
    font-size: 15px;
    position: absolute;
    text-align: center;
}

.smallAsPossible {
    width: 1px !important;
}

td.quarter {
    width: 22%;
}

td.spacer {
    width: 6%;
}

.popupContentScroll {
    max-height: 600px;
    overflow-x: auto;
}

.statusCircle {
    height: 18px;
    width: 18px;
    display: inline-block;
    border-radius: 100%;
    margin-left: 8px;
}

/*
.statusCircle.error {
    background-color: #bf0e38;
}

.statusCircle.success {
    background-color: #68bf81;
}
*/

.statusCircle.error {
    background-color: #c82700;
}

.statusCircle.success {
    background-color: #00bf3f;
}

.checkboxTable td {
    padding-left: 18px;
}

.checkboxTable input {
    position: absolute;
    margin-left: -18px;
}

td.multipleSmallInputTD,
td.multipleInputTD {
    height: 32px !important;
}

td.multipleInputTD input {
    float: left;
    width: 66%;
    margin: 0;
}

td.multipleInputTD div.chosen-container {
    float: right !important;
    width: 32% !important;
    margin: 0 !important;
}

td.multipleSmallInputTD input {
    float: left;
    width: 31%;
    margin: 0;
    margin-right: 2%
}

td.multipleSmallInputTD input:last-child {
    float: right;
    width: 32%;
    margin: 0;
}

div.scrollable {
    max-height: 600px;
    overflow-y: auto;
}

.projectEditorSubpage div.box div.scrollable {
    max-height: 210px;
    min-height: 210px;
}

.boxContent :is(.tabMenuPlaceholderProjectListsContent, #objectList, #mapsList, #chartsList, #reportList, #userGroupList, #digitalIOList) tbody td {
    padding-top: 4px;
    padding-bottom: 4px;
}

.boxContent .tabMenuPlaceholderProjectListsContent div#points.tabContent table tbody .pointAlarmSetting {
    scale: 0.85;

    &:has(span.slider) {
        scale: 0.8;
    }
}

@media (min-height: 1200px) {
    div.scrollable {
        max-height: 800px;
    }
}

@media (min-height: 1400px) {
    div.scrollable {
        max-height: 1000px;
    }
}

div.frontendElement div.scrollable {
    max-height: 350px;
}

div.frontendElement.elementScrollable {
    overflow-y: auto;
}

/* allow showing whole content for the child, parent will render scrollbar if needed */
div.frontendElement.elementScrollable div.scrollable {
    max-height: max-content;
}

.backgroundTransition,
.backgroundTransition * {
    transition: background .5s;
}

table.listContent tr.new, table.listContent td.new {
    background-color: #bbffb9 !important;
}

.alignCenter {
    text-align: center !important;
}

.alignRight {
    text-align: right !important;
}

table.listContent th.alignRight {

}

/* NEW TAB MENU */
div.tabMenuWrapper {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 55px;
    padding: 0 0px;
    background: #f5f5f5 !important;
    overflow: hidden;
}

div.tabMenuWrapper.multiTabMenu {
    height: auto !important;
}

div.tabMenu {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

div.tabMenu td {
    vertical-align: middle !important;
}

div.tabMenu .tab,
.popup-content div.tabMenu .tab {
    background: none;
    border: none !important;
    box-shadow: none !important;
    padding: 0 10px 0 10px !important;
    margin-right: 2px;
    font-size: 13px;
    font-weight: 500;
    color: rgb(110, 110, 110);
    opacity: 0.8;
    padding-top: 1px !important;
    border-bottom: 2px solid transparent !important;
    height: 30px !important;
}

div.tabMenu .tab.tabAct {
    text-decoration: underline 2px #003182;
    text-underline-offset: 4px;
    color: #111111 !important;
    font-weight: bold;
    opacity: 1;
    background-color: #fdfdfd;
}

table td.label, .uploadLabel {
    width: 1px !important;
    padding-right: 12px !important;
    white-space: nowrap;
    font-weight: 400;
    opacity: .6;
}

div.select,
div.select *,
div.options .choice {
    font-size: 13px;
}

.popup-title {
    padding: 5px 25px 5px 10px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: none;
    font-weight: bold;
}

.popup-title .title {
    font-size: 20px !important;
    color: #444 !important;
}

.popup-content {
    margin-right: 0;
    min-height: 40px;
    margin-bottom: 48px;
    padding: 10px 10px 0;
}

.popup-content.hasTabs {
    padding-top: 0;
}

.popup-content.removeMargin {
    margin-bottom: 0;
}

.popup-content div.tabMenuWrapper {
    border-bottom: none !important;
    background-color: white !important;
    margin-left: -10px;
    margin-right: -10px;
}

.popup-content.allowOverflow {
    overflow-y: visible;
    overflow-x: visible;
}

.popup-content.popup-has-icon {
    min-height: 50px;
    margin-bottom: 0;
    padding-left: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.popup-content.popup-no-header {
    min-height: 25px;
    padding-top: 15px;
}

.jquery-msgbox-wrapper {
    padding: 0;
}

#loginInnerWrapper .jquery-msgbox-label {
    padding: 0;
    font-size: 13px;
    font-weight: normal;
    color: rgba(68, 68, 68, .6);
    color: #444;
}

#loginInnerWrapper .jquery-msgbox-label input {
    color: #444;
}

#bannerArea tr td.buttons {
    padding-left: 0;
    padding-right: 0;
}

#bannerArea tr td.spacer {
    padding-left: 12px;
}

#bannerArea tr td.spacer + td.buttons {
    padding-left: 12px;
}

#bannerArea tr td.buttons td.b div, #bannerArea tr td.buttons td.b_disabled div {
    background-size: 16px 16px !important;
    background-position: center center !important;
}

#bannerArea tr td.buttons td.b span {
    font-size: 11px !important;
}

.menuHeader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    height: var(--banner-height);
    width: 100%;
    box-sizing: border-box;
}

.menuHeader img {
    max-width: calc(100% - 20px);
    height: auto;
    max-height: 50px;
    cursor: pointer;
    margin-top: 5px;
}

.jquery-msgbox-buttons button {
    padding: 5px !important;
    color: rgb(255, 255, 255) !important;
    border: none;
    background-color: #1162A0;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    box-sizing: content-box;
    cursor: pointer;
    margin-left: 0;
}

.jquery-msgbox-buttons button:hover {
    background-color: #005088;
}

.jquery-msgbox-buttons button:not(:last-of-type) {
    margin-right: 12px;
}

.jquery-msgbox-buttons {
    padding: 0 10px 10px;
    z-index: 999;
}

.jquery-msgbox-buttons .button-delete {
    background-color: crimson !important;
}

.jquery-msgbox-buttons .button-delete:hover {
    background-color: #B22222 !important; /* Firebrick */
}

div.popup-content.removeMargin.reportChartPopup ~ div.overlay.jquery-msgbox-buttons {
    bottom: unset;
    top: 0;
    padding-top: 1px !important;
}

div.popup-content.removeMargin.reportChartPopup ~ div.overlay.jquery-msgbox-buttons button.jquery-msgbox-button-cancel {
    padding-left: 10px !important;
    padding-right: 10px !important;
    color: #2196f3 !important;
    border: 1pt solid lightgrey !important;
    background-color: unset;

    &:focus-visible {
        outline: none;
    }
}

table.listContent td div.icon,
table.mask td div.icon,
table.mask td div.iconNoHover,
table.listContent td div.iconNoHover {
    margin-bottom: -4px;
}

td.selectCheckBox {
    vertical-align: middle;
}

/* Copy of https://fonts.googleapis.com/icon?family=Material+Icons, with different font-family name */
@font-face {
    font-family: 'Material Icons Local';
    font-style: normal;
    font-weight: 400;
    src: url("/view/style/materialicons/v135/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2?1659594483") format('woff2');
}

.material-icons.material-icons {
    font-family: 'Material Icons Local';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
/* End of copy */

i.material-icons.iconSuccess {
    color: #66BB6A;
}

i.material-icons.iconError {
    color: #EF5350;
}

i.material-icons.disabled {
    color: #ccc;
    cursor: default;
}

.iconLabelWrapper {
    position: relative;
    display: inline-block;
    height: 16px;
}

.iconLabelWrapper i.material-icons {
    position: absolute;
    left: 0;
}

.iconLabelWrapper span.iconLabel {
    position: absolute;
    left: 20px;
    white-space: nowrap;
    top: -1px;
    cursor: pointer;
}

.iconLabelWrapper span.iconLabel.disabled {
    cursor: default;
    color: #ccc;
}


table.listContent td.icon,
table.listContent th.icon,
table.mask td.icon,
div.boxTab table.listContent td.icon {
    padding-left: 4px;
    padding-right: 4px;
    width: 1px;
}

table.listContent td.icon:last-child,
table.listContent th.icon:last-child,
div.boxTab table.listContent td.icon:last-child {
    padding-right: 12px;
}

table.top tr td,
table tr.top td,
table tr td.top {
    padding-top: 12px;
}

table.listContent input,
table.listContent .plsChoose,
table.listContent .select,
table.mask input,
table.mask .plsChoose,
table.mask .select {
    /*border: 1px solid rgba(12, 12, 12, 0.12);*/
    padding-left: 5px !important;
}

table.listContent input:disabled,
table.mask input:disabled {
    padding-left: 6px !important;
}

table.listContent textarea,
table.mask textarea {
    border: 1px solid rgba(12, 12, 12, 0.12);
}

table.listContent .iconLabelWrapper {
    display: block;
    height: 16px;
}

div.jquery-msgbox {
    box-shadow: none;
}

div#popup-wrapper table tr td:last-child:not(.tab):not(.forceNormalPadding):not(.alignRight) {
    padding-right: 0 !important;
}

div#popup-wrapper div.scrollable > table tr td:last-child {
    padding-right: 12px !important;
}

div#menu table {
    width: 100%;
}

div#menu table tr td {
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
    font-weight: 100;
    line-height: 1.4;
}

div#menu table tr td.menuTitle {
    padding-left: 5px;
}

div#menu table tr.click td {
    background-color: #e3f0ff !important;
    color: #0e4891 !important;
}

div#menu table tr.click td svg {
    stroke: #0e4891;
}

div#menu table tr:hover {
    background-color: #f0f8ff !important;
}

div#menu table tr td.menuIconTD {
    width: 1px;
    padding-left: 5px;
}

div#menu table tr.ingroup td.menuIconTD {
    padding-left: 10px;
}

div#menu td.menuTitle.withToggleIcon {
    /** use flexbox styling to center the td text with the svg icon **/
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

div#menu tr.collapseHeader td.menuTitle.withToggleIcon {
    & .toggle-expand {
        display: initial;
    }

    & .toggle-collapse {
        display: none;
    }
}

div#menu tr.collapseHeader.expand td.menuTitle.withToggleIcon {
    & .toggle-expand {
        display: none;
    }

    & .toggle-collapse {
        display: initial;
    }
}

table#bannerArea {
    height: var(--banner-height);
}

#bannerArea td.b {
    vertical-align: middle;
    color: white;
}

#bannerArea tr td.buttons td.b span, #bannerArea td.bannerFrontButtons span {
    text-transform: uppercase;
    font-size: 10px !important;
    color: white !important;
}

#bannerArea td.bannerFrontButtons {
    width: 1px;
    min-width: 1px;
}

#bannerArea td.b.disabled * {
    color: #999 !important;
    cursor: default !important;
}

#bannerArea tr td.buttons:last-child {
    padding-right: 12px;
}

#bannerArea td.bannerTitle {
    color: white;
    text-transform: none !important;
    vertical-align: middle;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
}

#bannerArea td.bannerTitle .subtitle {
    color: inherit;
    font-size: 1rem;
    font-weight: normal;
}

div#popup-wrapper div.imageUploadMask #imagePopupImageTD,
div#popup-wrapper div.imageUploadMask #projectLogoPopupImageTD
{
    padding: 15px !important;
    border: 1px solid #ccc;
}

div#popup-wrapper table tr #mapOverlayPopupImageTD {
    border: 1px solid #ccc;
    width: 550px;
    height: 400px;
}

#imagePopupImageTD img {
    max-height: 400px;
    max-width: 100%;
}


div#popup-wrapper #mapOverlayPopupImageTD img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.chartIframeWrapper {
    text-align: center;
}

#highChartiframe, #heatmapIframe {
    border: none;
    height: 600px;
    width: 100%;
    margin-top: 0;
}

#chartiframe, #mapiframe, .chartiframe {
    border: none;
    height: 300px;
    width: 100%;
}

.mapPopupChart iframe {
    border: none;
    width: 100%;
    margin-top: 0;
}

.inlineBlock {
    display: inline-block;
}

td.smallPaddingLeftRight {
    padding-right: 4px !important;
    padding-left: 4px !important;
}

th.date {
    width: 120px;
}

img.imageDocumentationPreview {
    height: 40px;
    padding: 8px;
    cursor: pointer;
}

/* Left right select */

td.leftRightSelectLabel {
    width: 50%;
    font-weight: bold !important;
}

.leftRightSelectFilter {
    font-weight: bold;
}

td.leftRightSelectSpacer {
    vertical-align: middle;
    text-align: center;
    padding: 0 12px;
}

td.leftRightSelectSpacer input {
    width: 40px;
    display: inline-block;
}

td.leftRightSelectSpacer input:not(:first-child) {
    margin-top: 10px;
}

.leftRightSelect select {
    /*height: 100%;*/
}

.leftRightSelect select option {
    padding: 0 4px !important;
}

select.chooser,
.leftRightSelectSpacer input {
    border: 1px solid rgba(12, 12, 12, 0.12) !important;
}

select.chooser.rightChooser {
    margin-top: 25px !important;
}

select.chooser.leftChooser {
    border-top: none !important;
}

.chooserButton:hover {
    background-color: #f0f0f0 !important;
    cursor: pointer;
}

.chooserButton:hover {
    color: #505050 !important;
}

td.textEllipsis, th.textEllipsis {
    overflow-x: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}

/* INCLINOMETER OVERVIEW TABLE */
.inclinometerTable {
    text-align: center;
    width: 100%;
    border-collapse: collapse;
}

.inclinometerTable td {
    border: 1px solid black;
    height: 25px;
    vertical-align: middle;
}

.frontendElement .inclinometerTable td {
    border: 1px solid #999;
}

.inclinometerTable .tableCellTransparent {
    border: none;
}

.inclinometerTable .hasBorderRight {
    border-right: 1px solid black;
    border-left: none;
    border-top: none;
    border-bottom: none;
}

.frontendElement .inclinometerTable .hasBorderRight {
    border-right: 1px solid #999;
}

.tableCellGrey {
    background-color: lightgrey;
}

table.listContent td.tableCellGrey {
    border-color: lightgray;
}

.hasBorderRight td.tableCellGrey:not(.noBorderRight) {
    border-color: lightgray !important;
}

.frontendElement .tableCellGrey {
    background-color: #e0e0e0;
}

select.point-attribute-dropdown {
    min-width: 100%;
    width: auto;
    background-color: white;
}

select.point-attribute-dropdown[disabled] {
    opacity: .5 !important;
    background-color: white !important;
}

#noteTable input[type=checkbox] {
    margin-right: 5px;
    margin-top: 10px;
    display: inline-block;
}

#noteTable table.inputCalenderContainer {
    display: inline-block;
    width: auto !important;
}

.reportPointTachymeterSettingsWrapper.scrollable {
    max-height: 300px;
}

.new-element-icon {
    float: right;
    margin-right: 5px;
}

.projectEditorSubpage .box .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerGroup {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

#bannerArea td.b.biggerButton {
    min-width: 145px;
    padding-top: 5px;
    text-align: left !important;
    margin-right: 40px;
    display: inline-block;
}

#bannerArea td.b.biggerButton i {
    height: 40px;
    width: 40px;
    font-size: 40px;
}

#bannerArea tr td.buttons td.b.biggerButton span {
    text-transform: uppercase;
    font-size: 10px !important;
    margin-top: 8px;
    display: inline-block;
    vertical-align: top;
}

.customDropbtn {
    font-size: 16px;
    border: none;
}

.customDropdown {
    display: inline-block;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.customDropdown-content {
    display: none;
    position: absolute;
    background-color: #fdfdfd;
    min-width: 100px;
    max-width: fit-content;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    white-space: nowrap;
}

.customDropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.customDropdown-content a i {
    padding-right: 5px;
}

.contentProjectPointButton {
    padding: 5px 3px;
    float: right;
}

.contentProjectPointButton:first-child {
    padding-right: 0;
}

.customDropdown-content a:hover {
    background-color: #ddd;
}

/*.customDropdown:hover .customDropbtn {background-color: #3e8e41;}*/

/* FRONTEND */

.frontendElementsWrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: none;
    grid-auto-rows: max-content;
    grid-auto-flow: row;
    gap: 8px;
    align-items: stretch;
    align-content: flex-start;
}

.frontendElementsWrapper * {
    box-sizing: border-box;
}

.frontendElement {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: white;
    vertical-align: top;
    box-shadow: none;
    grid-column: auto / span 12;
}

.frontendElement.textGeneral, .frontendElement.situationImage, .frontendElement.iframe {
    box-shadow: none;
}

.frontendElement.half {
    grid-column: auto / span 6;
}

.frontendElement.quarter {
    grid-column: auto / span 3;
}

.frontendElement.third {
    grid-column: auto / span 4;
}

.frontendElement.twoThirds {
    grid-column: auto / span 8;
}

.frontendElement.threeQuarters {
    grid-column: auto / span 9;
}

.frontendElement.isMap,
.frontendElement.fullPage.isMap,
.frontendElement.fullPage.iframe,
.frontendElement.fullPage.sidekick,
.frontendElement.fullPage.combinedChart {
    height: calc(var(--page-height) - var(--banner-height) - 40px);
}

@media only screen and (min-width: 1001px) and (max-width: 1400px) {
    .frontendElement.third,
    .frontendElement.quarter {
        grid-column: auto / span 6;
    }

    .frontendElement.twoThirds,
    .frontendElement.threeQuarters {
        grid-column: auto / span 12;
    }
}

@media only screen and (max-width: 1000px) {
    .frontendElement.half,
    .frontendElement.quarter,
    .frontendElement.third,
    .frontendElement.twoThirds,
    .frontendElement.threeQuarters
    {
        grid-column: auto / span 12;
    }

    .frontendElement.rightMargin {
        margin-right: 0;
    }
    .jquery-msgbox {
        width: 100% !important;
        left: 0 !important;
    }
    .popup-content {
        padding-left: 5px;
        padding-right: 5px;
    }
    #bannerArea tr td.buttons:last-child {
        padding-right: 0;
    }

    .loginInfo {
        display: none !important;
    }
}

.frontendElement iframe {
    width: 100%;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

.htmlFrontendTitle,
.htmlFrontend .htmlFrontendTitle {
    padding: 10px 10px 5px 10px;
    vertical-align: middle;
    line-height: 17px;
    font-size: 20px !important;
    font-weight: bold;
}

.frontendElement .noChart {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-weight: bold;
}

.frontendElement .textGeneral {
    padding: 13px 8px 12px 12px;
    font-size: 13px;
}

.frontendElement .textGeneral.notes {
    padding: 5px 0;
}

.textGeneral h1 {
    margin-left: 0;
}

.textGeneral table {
    width: 100%;
}

.textGeneral td, .textGeneral th{
    border: #1e1e1e 1px solid;
    padding: 4px 8px 4px 8px;
}

.textGeneral a {
    color: blue;
}

.textGeneral a:visited {
    color: purple;
}

.notesEntry {
    border-top: 1px solid #F2F2F2;
    padding-bottom: 10px;
}

.notesEntry:hover {
    background-color: #F7F7F7;
}

.notesTitle {
    padding-top: 10px;
    margin-left: 10px;
}

.notesContent {
    margin-left: 10px;
    margin-right: 10px;
    padding: 1px 10px 1px 10px;

    & table {
        width: unset;
    }

    & th {
        text-align: left;
    }
}

.notesInternal {
    background-color: #EFE4B0;
}

.notesHeader {
    display: flex;
    justify-content: space-between;
}

.notesHeader .protocolTitle {
    font-size: 20px;
    margin-right: 20px;
}

.notesHeader .leftContainer {
    display: flex;
}

.reportNoteSearchbar,
.reportNoteSearchbar:focus {
    width: 175px;
    border: #ddd solid 1px !important;
    border-radius: 3px;
}

.reportNoteSearchbar.popupSearchbar {
    margin: 3px 0 10px 10px;
}

.notesHeader .expandIcon {
    margin: 0;
    cursor: pointer;
}

.notesHeader ~ .textGeneral {
    padding-top:0;
}

ul.notesSettings {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.notesSettings li {
    padding: 0;
    margin: 0;
    line-height: 0;
}

.notesHeader span {
    vertical-align: sub;
}

.noteLabel {
    display: flex;
    align-items: center;
    height: 20px;
    padding: 10px 0 0 5px !important;
}

.frontendElement.situationImage img {
    max-height: inherit;
}

.frontendElement.situationImage.elementScrollable {
    overflow: hidden;
}

body:not(.internetExplorer) .verticalTableHeader {
    writing-mode: vertical-rl;
    margin: 0 auto;
    text-align: start;
    max-height: 150px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

body.internetExplorer .verticalTableHeader {
    text-align: center;
}

.htmlFrontendTable th {
    text-align: center !important;
}

.htmlFrontendTable td {
    text-align: center;
}

#railTableForObject .unitHeader th,
#inclinationTable .unitHeader th {
    padding: 10px 2px;
    text-align: center;
    font-size: 11px;
}

#railTableForObject .titleHeader th {
    padding: 10px 3px;
}


#railTableForObject.htmlFrontendTable td {
    padding: 7px 8px;
}

.htmlFrontendTable .hasBorderLeft {
    border-left: 1px solid #e0e0e0;
}

.htmlFrontendTable .hasBorderTop {
    border-top: 2px solid #e0e0e0;
}

.htmlFrontendTable .noHover {
    pointer-events: none;
    background-color: white !important;
}

.htmlFrontendTable .hasNoBorderBottom {
    border-bottom-style: none !important;
}

.geophoneFrontendDiagrams th {
    margin: 0px;
    padding-left: 4px;
    margin-bottom: 11px;
    padding-top: 3px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

.thresholdTable td {
    padding: 5px 6px;
}
table.thresholdTable tr td:nth-child(1) {
    text-align: left;
    color: #444 !important;
}

div#reportSortingChanged, div#reportBadUnicodeText, div#invalidReportNoteDate, div#reportSortingNoRule, div#invalidReportInclinometerIntervals {
    color: red;
    display: none;
}

table.headerSticky thead {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 3;
}

table.headerSticky th {
    opacity: 1 !important;
}

table .frontendTitleInTable {
    text-align: left !important;
    border-bottom: 0px !important;
    padding: 0px !important;
}

td[onclick]:not([onclick=""]) {
    cursor: pointer;
}

td.noHover {
    cursor: default !important;
}

tr.collapseHeader
{
    cursor:pointer;
}
.collapseHeader .sign:after{
    content:"+";
    display:inline-block;
}
.collapseHeader.expand .sign:after{
    content:"-";
}
.collapseHeader .rotate {
    transform: rotate(90deg);
    transition: .3s;
}
.collapseHeader .rotate-reset {
    transform: rotate(0deg);
    transition: .3s;
}

.sonicFrontendTitle {
    float: left;
}

.heatmapFrontendDatepicker {
    float: right;
    margin-top: 7px;
    margin-right: 10px;
}

.popup-content input:invalid,
.popup-content select:invalid,
.popup-content textarea:invalid,
.chosen-container-invalid
{
    border: 1px solid red !important;
}

#reportPointSonicSettings .hasBorderRight td {
    border: none !important;
}

#core_structure #right .projectFavorite {
    width: 30px;
}

#core_structure #right .projectNumber {
    width: 100px;
}

.objectCoordinates div, .objectCoordinatesOrigin div {
    float: left;
    padding-left: 5px;
    white-space: nowrap;
}

.objectCoordinates div input[type="text"],
.objectCoordinates div input[type="number"] {
    width: 118px;
}

.selectedLanguage {
    font-weight: bold;
}

ul.bannerLanguages {
    list-style-type: none;
    padding: 0;
}

ul.bannerLanguages li {
    display: inline;
    color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
    cursor: pointer;
}

.waiting {
    cursor: progress !important;
}

thead.filterHeading {
    position: sticky;
    top:0;
}

thead.filterHeading tr:last-child {
    background-color: white;
    width: 100%;
}

.filterRow, .actionRow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 12px;
}

.actionRow {
    background-color: #f3f3f3;
    justify-content: flex-start;
    padding: 12px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    box-sizing: border-box;
}

.actionRow .filterButton {
    background-color: #fdfdfd;
    border: 1px solid #b4b4b4;
    border-radius: 5px;
    padding: 4px 10px;
    box-sizing: border-box;
}

.actionRow .filterButton:hover {
    background-color: #d7d7d7;
    cursor: pointer;
}

.actionRow button:disabled.filterButton i {
    color: #cacaca !important;
    cursor: default;
}

.actionRow .filterButton .filterButtonContent {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.actionRow .filterButton.noHover:hover, .actionRow button:disabled.filterButton:hover {
    background-color: #fdfdfd;
    cursor: default;
}

.separatorRight {
    padding-right: 8px;
    border-right: 1px solid #b3b3b3;
    margin-right: 8px;
}

.rowSeparator {
    padding-right: 12px;
    border-right: 1px solid #b3b3b3;
}

.biggerIcon {
    width: 18px !important;
    height: 18px !important;
    font-size: 18px !important;
}

.iconButton {
    background-color: #fdfdfd;
    border-radius: 5px;
    border: none;
    padding: 4px;
    box-sizing: border-box;
    cursor: pointer;
}

.grayAlarmButton, .grayAlarmButton i {
    color: #020202;
    background-color: #ededed;
}

.greenAlarmButton, .greenAlarmButton i {
    color: #277000;
    background-color: #dbfcde;
}

.orangeAlarmButton, .orangeAlarmButton i {
    color: #b78d02;
    background-color: #fef3ce;
}

.redAlarmButton, .redAlarmButton i {
    color: #dd4924;
    background-color: #fed7ce;
}

.actionRowButton {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b2b2b2;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #0e4790;
}

input:focus + .slider {
    box-shadow: 0 0 1px #0e4790;
}

input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

input:disabled + .slider {
    background-color: #cacaca;
    cursor: default;
}

table.listContent .filterRow input {
    padding: 12px !important;
}

.filterRow input, .filterRowInput {
    height: 100% !important;
    padding: 12px;
    background-color: #f5f5f5 !important;
    border: 1px solid transparent;
    border-radius: 20px;
}

.filterRow select {
    height: 100% !important;
    width: 100%;
    border: 1px solid #dddddd;
    background-color: transparent;
    border-radius: 5px;
    padding: 10px !important;
}

.filterRow select:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.filterRow input:focus, .filterRowInput:focus {
    border: 1px solid #2c5d9d;
}

#pointAttributeTable span.sp-original-input-container {
    z-index: -5;
}

#chosenNamesLeft input[type=checkbox],
#chosenNamesRight input[type=checkbox] {
    cursor: default;
    height: auto !important;
    width: auto;
}

.tedamos-mask-button {
    border: 1px solid #2196f3;
    padding: 5px !important;
    color: #2196f3 !important;
    border-radius: 3px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    box-sizing: content-box;
    cursor: pointer;
    margin-bottom: 10px;
}

.infoPopupFormContainer {
    padding-bottom: 10px;
}

.infoPopupFormContainer:last-of-type {
    padding-bottom: 50px;
}

.popupForm-span {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    padding-top: 20px;
}

.popupForm-span:nth-of-type(2) {
    align-items: normal;
}

.infoPopupContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.infoPopupContainer h1 {
    margin-bottom:  40px;
    font-size: 2.5rem;
    padding-bottom: 10px
}

.infoPopupContainer img {
    padding-bottom: 60px !important;
}

.infoPopupContainer div.message {
    font-size: 1.5rem;
    hyphens: auto;
    align-self: flex-start;
}

.helpBannerIcon {
    padding: 0 7px 0 7px;
}

.wgsInput {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.wgsInput input, .wgsInput .iconLabelWrapper {
    min-width: 50px;
    max-width: 150px;
    flex: 1;
}

.wgsInput .iconLabelWrapper {
    flex: 2;
}

.tableFilter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: min(600px, 100%);
    column-gap: 10px;
    row-gap: 5px;
    padding-bottom: 5px;
}

.tableFilter > * {
    flex: 1;
    overflow: visible;
    align-self: baseline;
    min-width: fit-content;
    max-width: 200px;
    height: 22px;
    white-space: nowrap;
}

.tableFilter > input {
    padding: 0 6px !important;
}

.tableFilter > .multipleSelectWrapper {
    background: transparent url(../../file/image/asc.gif) no-repeat right center !important;
    background-color: white !important;
    border-bottom: 1px solid rgba(12, 12, 12, 0.12);
    max-width: fit-content;
}

.tableFilter > .objectTableSearchFilter {
    max-width: 150px !important;
}

.multipleSelectWrapper:hover {
    cursor: pointer;
}

.multipleSelectOption {
    display: flex;
    height: 26px;
    align-items: center;
}

.multipleSelectOption input {
    height: 15px;
    width: 15px;
    margin-right: 10px;
}

.multipleSelectOption input:hover {
    cursor: pointer;
}

.customMultipleSelect {
    padding-right: 21px;
}

.customMultipleSelectDropdown {
    width: min(200px, fit-content);
}

.groupNameInput {
    width: 150px;
}

.variableManagerHighlight {
    background-color: #eaeaea !important;
}

.rowDrag {
    background-color: red !important;
}

.report-edit-element-wrapper {
    position: relative;
    width: 0;
    height: 0;
    float: right;

    & div {
        position: relative;
        background-color: rgba(255, 255, 255, 0.8);
        height: 24px;
        width: 24px;
        left: -24px;
        cursor: pointer;
    }
}

.dashboard-aspsms-log .date-picker input {
    padding-bottom: 0 !important;
    border-bottom: none !important;
    margin-left: 10px;
    height: 17px !important;
    line-height: inherit !important;
    padding-inline: 0 !important;
    padding-block: 0 !important;
    font-size: 17px;
}

.tachymeter-offset-highlight {
    background-color: lightgreen;
    font-weight: bold;
}

div.imageUploadMask {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;

    &.mandatorUpload {
        grid-template-columns: auto 1fr;
    }

    & div.label {
        font-weight: bold;
    }

    & div.fullRow {
        grid-column: span 2;
    }
}

.dashboard-widget-header-icon {
    float: right;
    padding-top: 8px;
    padding-right: 5px;
}

.dxf-upload {
    padding: 10px 0;
}

.dxf-upload p {
    padding: 10px 0;
}

.dxf-upload p:nth-of-type(1) {
    border-bottom: 1px solid #f2f2f2;
}

.dxf-upload label {
    font-weight: bold;
}

.dxf-upload ul {
    margin: 5px;
}

.combinedChart-select-container {
    display: flex;
    gap: 5px;
    justify-content: space-between;
}

.combinedChart-select-container select, .combinedChart-select-container .chosen-container {
    flex: 1;
}

.editor-background-selectors {
    margin-bottom: 5px;
}

.editor-background-selectors button {
    margin-left: 5px;
    height: 18px !important;
    width: 18px;
}

.doubleIconBox {
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0 4px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    background-color: #f6f6f6;

    & div.iconContainer {
        padding: 0;
        margin: 0;

        & > i.contentButton {
            scale: 0.7;
        }

        &:first-child > i {
            padding-right: 12px;
            border-right: 1px solid #dddddd;
        }
    }
}

.header > div.doubleIconBox {
    position: absolute;
    top: 12px;
    right: 14px;
}

.doubleIconBox:has(.mobileOff) div.iconContainer:first-child > i {
    border-right: none;
}

.wrongRailDistanceSetting {
    border: 1px solid red !important;
}
