/* /Pages/EnergyParks/EnergyParkDialog.razor.rz.scp.css */
[b-s0lmm9z9yi] .btn-high {
    height: 100px;
}
[b-s0lmm9z9yi] .map-export-btn-pos {
    top: 4.5%;
    left: 30%;
    z-index: 9999;
}
[b-s0lmm9z9yi] .map-assets-titles-selector {
    top: 4.5%;
    left: 44.5%;
    padding-top: 3px;
    padding-bottom: 3px;
    z-index: 9999;
}
[b-s0lmm9z9yi] .map-assets-titles-pos {
    top: 1px;
    left: -13px
}
/* /Pages/EnergyParks/EnergyParkWeather.razor.rz.scp.css */
#windy[b-ys2nelhbri] {
    height: 600px;
}
[b-ys2nelhbri] .transparent-tooltip {
    background: transparent !important;
    border-width: 0px !important;
    box-shadow: none !important;
    color: white !important;
}
[b-ys2nelhbri] .transparent-tooltip::before {
    border: none !important;
}
[b-ys2nelhbri] .progress-bar {
    overflow: visible;
    background-color: transparent;
    text-align: unset;
}
/* /Pages/EnergyParks/Net/Controls/NetDesignLineInspector.razor.rz.scp.css */
[b-he1y38j8eg] .thickness .k-radio {
    display: none;
}
.thickness .thickness-line[b-he1y38j8eg] {
    display: block;
    background-color: black;
    border-radius: 2px;
    height: 30px;
    margin: 0 13px;
    cursor: pointer;
}
.thickness .thickness-line.selected[b-he1y38j8eg] {
    outline: 2px solid yellow;
}
/* /Pages/EnergyParks/Net/Controls/NetDesignLinkInspector.razor.rz.scp.css */
[b-f07bzq7m6p] .connection-type .k-radio,
[b-f07bzq7m6p] .connection-style .k-radio {
    display: none;
}
.connection-type-figure[b-f07bzq7m6p] {
    display: block;
    border-radius: 2px;
    width: 20px;
    height: 30px;
    margin: 0 5px;
    cursor: pointer;
}
.connection-type-figure[data-type="Normal"][b-f07bzq7m6p] {
    background: black;
    width: 2px;
    margin: 0 14px;
}
.connection-type-figure[data-type="OneSide"][b-f07bzq7m6p] {
    border: 2px solid black;
    border-top: none;
}
.connection-type-figure[data-type="Orthogonal"][b-f07bzq7m6p] {
    border-bottom: 2px solid black;
    border-left: 2px solid black;
}
.connection-type-figure.selected[b-f07bzq7m6p],
.connection-style-figure.selected[b-f07bzq7m6p] {
    outline: 2px solid yellow;
}
.connection-style-figure[b-f07bzq7m6p] {
    width: 20px;
    height: 20px;
    margin: 5px;
    border-top: 2px solid black;
    border-left: 2px solid black;
}
.connection-style-figure[data-type="Rounded"][b-f07bzq7m6p] {
    border-top-left-radius: 30%;
}
.connection-style-figure[data-type="Smooth"][b-f07bzq7m6p] {
    border-top-left-radius: 100%;
}
/* /Pages/EnergyParks/Net/Controls/NetDesignTextInspector.razor.rz.scp.css */
.font-family[data-font-family="1"][b-n1147goo8i] {
    font-family: Alegreya Sans;
}
.font-family[data-font-family="2"][b-n1147goo8i] {
    font-family: Averia Libre;
}
.font-family[data-font-family="3"][b-n1147goo8i] {
    font-family: Roboto Condensed;
}
.font-thickness[data-font-thickness="1"][b-n1147goo8i] {
    font-weight: bolder;
}
.font-thickness[data-font-thickness="2"][b-n1147goo8i] {
    font-weight: 300;
}
.font-thickness[data-font-thickness="3"][b-n1147goo8i] {
    font-weight: normal;
}
/* /Pages/EnergyParks/Net/NetDesigner.razor.rz.scp.css */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fonts/Roboto_Condensed/RobotoCondensed-Light.ttf');
    font-weight: 300;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf');
    font-weight: Normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf');
    font-weight: Bold;
}
@font-face {
    font-family: 'Averia Libre';
    src: url('/fonts/Averia_Libre/AveriaLibre-Light.ttf');
    font-weight: 300;
}
@font-face {
    font-family: 'Averia Libre';
    src: url('/fonts/Averia_Libre/AveriaLibre-Regular.ttf');
    font-weight: Normal;
}
@font-face {
    font-family: 'Averia Libre';
    src: url('/fonts/Averia_Libre/AveriaLibre-Bold.ttf');
    font-weight: Bold;
}
@font-face {
    font-family: 'Alegreya Sans';
    src: url('/fonts/Alegreya_Sans/AlegreyaSans-Light.ttf');
    font-weight: 300;
}
@font-face {
    font-family: 'Alegreya Sans';
    src: url('/fonts/Alegreya_Sans/AlegreyaSans-Regular.ttf');
    font-weight: Normal;
}
@font-face {
    font-family: 'Alegreya Sans';
    src: url('/fonts/Alegreya_Sans/AlegreyaSans-Bold.ttf');
    font-weight: Bold;
}
.net-designer[b-er0ccu8hev] {
    --width: calc(100vw - 35px);
    --height: calc(100vh - 35px);
    --toolbar-height: 50px;
    --toolbox-width: 82px;
    --toolbox-height: calc(var(--height) - var(--toolbar-height));
    --canvas-width: calc(var(--width) - var(--toolbox-width) - var(--inspector-width));
    --canvas-height: calc(var(--height) - var(--toolbar-height));
    --inspector-width: 430px;
    --inspector-height: calc(var(--height) - var(--toolbar-height));

    display: flex;
    flex-wrap: wrap;
    width: var(--width);
    height: var(--height);
    margin: 0px;
    padding: 0px;
}
.net-designer .toolbar[b-er0ccu8hev] {
    display: flex;
    width: var(--width);
    height: var(--toolbar-height);
    align-items: center;
    padding-left: 10px;
}
.net-designer .toolbox[b-er0ccu8hev] {
    width: var(--toolbox-width);
    height: var(--toolbox-height);
    overflow-y: auto;
}
.net-designer .canvas[b-er0ccu8hev] {
    display: flex;
    flex-grow: 1;
    width: var(--canvas-width);
    height: var(--canvas-height);
    justify-content: center;
    align-items: center;
}
.net-designer .inspector[b-er0ccu8hev] {
    width: var(--inspector-width);
    height: var(--inspector-height);
    padding: 10px 20px;
    overflow-y: auto;
}
.net-designer .inspector.collapsed[b-er0ccu8hev] {
    width: 0px;
    padding: 0px;
    visibility: hidden;
}
.net-designer .inspector .toggler[b-er0ccu8hev] {
    position: absolute;
    right: 440px;
    top: 100px;
    z-index: 10000;
    visibility: visible;
}
.net-designer .inspector .toggler[b-er0ccu8hev]:after {
    cursor: pointer;
    content: "\203A";
    color: #DEE2E6;
    font-size: 30px;
    padding: 0 5px 5px 5px;
    border-radius: 2px;
    background-color: silver;
}
.net-designer .inspector.collapsed .toggler[b-er0ccu8hev] {
    right: 14px;
}
.net-designer .inspector.collapsed .toggler[b-er0ccu8hev]:after {
    content: "\2039";
}
.net-designer .inspector[b-er0ccu8hev]  .k-label,
.net-designer .inspector[b-er0ccu8hev]  .k-radio-label,
.net-designer .inspector[b-er0ccu8hev]  .k-input,
.net-designer .inspector[b-er0ccu8hev]  .k-input-inner {
    font-size: 13px !important;
}
.net-designer .inspector[b-er0ccu8hev]  .k-tabstrip-content {
    border-width: 0px;
    padding: 0px 2px;
}
.net-designer .toolbar[b-er0ccu8hev],
.net-designer .toolbox[b-er0ccu8hev],
.net-designer .canvas[b-er0ccu8hev],
.net-designer .inspector[b-er0ccu8hev] {
    border: 1px solid silver;
}
/* /Pages/EnergyParks/Net/NetDesignerJsonDialog.razor.rz.scp.css */
.json[b-dg5dimi74d],
.json:focus[b-dg5dimi74d] {
    width: 100%;
    height: 99%;
    border-width: 0px;
    outline-width: 0px;
    overflow: auto;
}
/* /Pages/EnergyParks/Net/NetDesignerToolbox.razor.rz.scp.css */
.group[b-n85914ei1x] {
    margin: 5px;
}
.group .controls[b-n85914ei1x] {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.group .controls .control[b-n85914ei1x] {
    cursor: move;
    margin: 3px;
    position: relative;
}
.group .controls .control:hover[b-n85914ei1x] {
    margin: 1px;
}
.group .controls .control .icon[b-n85914ei1x] {
    width: 100%;
}
.group .controls .control .title[b-n85914ei1x] {
    display: block;
    font-size: 10px;
    text-align: center;
}
.group .controls .control .counter[b-n85914ei1x] {
    font-size: 11px;
    background: gold;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -6px;
    top: -6px;
}
.group .controls .control .counter:empty[b-n85914ei1x],
.group .controls .control .counter[data-counter="0"][b-n85914ei1x] {
    display: none;
}
/* /Pages/Identity/LoginInfo.razor.rz.scp.css */
.dropdown-menu[b-dmzmwjn29b] {
    padding: 15px 25px;
    width: 350px;
    position: relative;
    z-index: 1;
}
.dropdown-menu .user-email[b-dmzmwjn29b] {
    font-size: 13px;
    color: rgb(171, 171, 171);
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Pages/Reports/EnergyAnalytics.razor.rz.scp.css */
.filter[b-eckd8ukr4h] {
    display: inline-block;
    width: 280px;
    margin-right: 25px;
}
.short-name-filter[b-eckd8ukr4h],
.metering-point-filter[b-eckd8ukr4h] {
    width: 350px;
}
/* /Shared/LoginLayout.razor.rz.scp.css */
.login-wrap[b-wadzjwgv55] {
    overflow: hidden;
    position: relative;
}
.login-wrap .login-bg[b-wadzjwgv55] {
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
}
.login-wrap .login-content[b-wadzjwgv55] {
    position: relative;
    height: 100vh !important;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-a57xo2mq7h] {
    position: relative;
    display: flex;
    flex-direction: column;
}
.page-content[b-a57xo2mq7h] {
    height: calc(100vh - 4rem);
    padding: 20px;
    overflow: auto;
    position: relative;
    z-index: 0;
}
main[b-a57xo2mq7h] {
    flex: 1;
    overflow: auto;
}
.top-row[b-a57xo2mq7h] {
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

@media (min-width: 641px) {
    .page[b-a57xo2mq7h] {
        flex-direction: row;
    }
    .top-row[b-a57xo2mq7h] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
    .top-row[b-a57xo2mq7h], article[b-a57xo2mq7h] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
@keyframes swing-b-5qluwp4es6 {
    0% { transform: rotate(0deg); }
    10% { transform: rotate(10deg); }
    30% { transform: rotate(0deg); }
    40% { transform: rotate(-10deg); }
    50% { transform: rotate(0deg); }
    60% { transform: rotate(5deg); }
    70% { transform: rotate(0deg); }
    80% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}
.menu[b-5qluwp4es6] {
    background: #31353D;
    font-family: 'Segoe UI';
    width: 300px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10px;
    flex-shrink: 0;
}
.menu.collapsed[b-5qluwp4es6] {
    width: 5px;
}
.menu .toggler[b-5qluwp4es6] {
    position: absolute;
    left: 260px;
    top: 2px;
    z-index: 10000;
}
.menu .toggler[b-5qluwp4es6]:after {
    cursor: pointer;
    content: "\2039";
    color: black;
    font-size: 30px;
    padding: 5px;
}
.menu.collapsed .toggler[b-5qluwp4es6] {
    left: 20px;
}
.menu.collapsed .toggler[b-5qluwp4es6]:after {
    content: "\203A";
    color: #DEE2E6;
}
.menu .logo[b-5qluwp4es6] {
    background-color: white;
}
.menu .logo-image[b-5qluwp4es6] {
    width: 100px;
    margin: 8px 0 7px 30px;
}
.menu-items[b-5qluwp4es6] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.menu-items .menu-items[b-5qluwp4es6] {
    font-size: 13.5px;
    background-color: #3a3f48;
    padding: 5px 0 5px 25px;
}
.menu-items .header[b-5qluwp4es6] {
    font-weight: bold;
    font-size: 14px;
    color: #6c7b88;
    padding: 25px 0px 5px 20px;
}
.menu-item[b-5qluwp4es6] {
    position: relative;
}
.menu-item[b-5qluwp4es6]  .link {
    cursor: pointer;
    color: #818896;
    display: inline-block;
    text-decoration: none;
    padding: 4px 0px 4px 20px;
}
.menu-item[b-5qluwp4es6]  .link.active,
.menu-item[b-5qluwp4es6]  .link:hover {
    color: #b8bfce;
}
.menu-item[b-5qluwp4es6]  .link:hover .icon {
    animation: swing-b-5qluwp4es6 ease-in-out 0.5s 1 alternate;
    color: #16c7ff;
    text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}
.menu-item[b-5qluwp4es6]  .icon {
    background-color: #3a3f48;
    border-radius: 4px;
    width: 29px;
    height: 29px;
    padding: 7px;
    margin-right: 3px;
}
.menu-item[b-5qluwp4es6]  .expander:after {
    cursor: pointer;
    content: "\203A";
    color: #DEE2E6;
    font-size: 30px;
    transform: rotate(90deg);
    transform-origin: center;
    position: absolute;
    right: 20px;
    top: -6px;
    padding: 5px;
}
.menu-item[b-5qluwp4es6]  .expander.collapsed:after {
    transform: rotate(0deg);
    top: -10px;
}

@media (max-width: 640px) {
    .menu[b-5qluwp4es6] {
        width: 100% !important;
        height: auto;
    }
    .menu.collapsed[b-5qluwp4es6] {
        height: 5px;
    }
    .menu .toggler[b-5qluwp4es6] {
        transform: rotate(90deg);
        left: auto;
        right: 20px;
    }
    .menu.collapsed .toggler[b-5qluwp4es6] {
        left: 20px;
        right: auto;
        top: 10px;
    }
}
