﻿@import "../variables.css";
@import "font-faces.css";

body {
    font-family: 'Myriad Pro', sans-serif;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, input, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, select, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

select, input, option, button {
    font: inherit;
}

text {
    font-family: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/*@font-face {
    font-family: VeBoxFont;
    src: url('../../fonts/OpenSans-Light-webfont.eot');
    src: local('☺'),
    url('../../fonts/OpenSans-Light-webfont.woff') format('woff'),
    url('../../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
    url('../../fonts/OpenSans-Light-webfont.svg') format('svg');
    font-weight: normal !important;
    font-style: normal !important;
}*/

#menuBar{
    height: 100%;
    overflow: hidden;
    overflow-y: hidden;
    /*Elimino i margini definiti dal browser*/
    font-size: 0px;
    letter-spacing: 0px;
    word-spacing: 0px;
}

html {
    height: 100%;
}

body {
    height: 100%;
    overflow: hidden;
    overflow-y: hidden;
    margin: 0px;
    color: white;
    /*font-family: VeBoxFont;*/

    background-image: radial-gradient(var(--black-10), var(--black-20));
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    width: var(--checkbox-width);
    height: var(--checkbox-height);
    vertical-align: middle;

    border: var(--checkbox-border);
    border-radius: var(--checkbox-border-radius);
    outline: none;
    transition-duration: 0.2s;
    background-color: var(--checkbox-bg);
    cursor: pointer;
}

input[type="checkbox"]:checked {
    background-color: var(--checkbox-checked-bg);
}

input[type="checkbox"].no-checked-border:checked {
    border: none;
}

input[type="checkbox"]:checked:after {
    /*
    content: var(--checkbox-symbol);
    height: var(--checkbox-height);
    width: calc(var(--checkbox-width) - 1px);
    */
    color: var(--checkbox-symbol-color);
    display: block;
    text-align: center;
    font-size: var(--checkbox-font-size);
    height: 100%;
    width: 100%;
    background-image: var(--checkbox-symbol);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    content: " ";
}

input[type="checkbox"]:indeterminate {
    background-color: var(--checkbox-indeterminate-bg);
}

input[type="checkbox"]:indeterminate:after {
    display: block;
    font-size: var(--checkbox-font-size);
    height: 72%;
    width: 72%;
    content: " ";
    margin-left: 16%;
    margin-top: 16%;
    background-color: var(--checkbox-symbol-color);
    border-radius: 1px;
}

input[type="checkbox"].light:checked:after {
    filter: invert(1);
}

input[type="checkbox"].light:indeterminate:after {
    filter: invert(1);
}

input[type="checkbox"].light:checked {
    background-color: var(--checkbox-border-color);
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--radio-width);
    height: var(--radio-height);
    border: var(--radio-border);
    border-radius: var(--radio-border-radius);
    outline: none;
    transition-duration: 0.2s;
    background-color: var(--radio-bg);
    cursor: pointer;
    transition: .5s;
}

input[type="radio"]:checked {
    background-color: var(--radio-selected-bg);
    border: 1px solid var(--radio-selected-border);
}

input[type="radio"]:checked:after {
    display: block;
    height: 60%;
    width: 60%;
    content: " ";
    background-color: var(--radio-selected-symbol-color);
    border-radius: var(--radio-border-radius);
    animation: scale-up-center .5s;
}



.red-background {
    background-image: radial-gradient(#e2000f, #b6000f);
}

.verticalAlign {
    height: 100%;
    width: 0px;
    display: inline-block;
    vertical-align: middle;
}

.blueButton {
    font-size: 15px;
    text-align: center;
    border: 1px solid #466870;
    background-color: #5488b8;
    color: white;
}

.danfossButton {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.75;
    font-size: 0.875rem;
    letter-spacing: 0.04286em;
    position: relative;
    display: inline-flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    outline: currentcolor none medium;
    border: medium none;
    width: auto;
    padding: 7px 16px;
    cursor: pointer;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.2s ease 0s;
}

.danfossButton.strong {
    color: white;
    background-color: var(--danfoss-red);
}

.danfossButton.strong:hover {
    background-color: var(--danfoss-deep-red);
}

.danfossButton.primary {
    color: white;
    background-color: var(--danfoss-web-dim-grey);
}

.danfossButton.primary:hover {
    background-color: var(--danfoss-web-dark-grey);
}

.danfossButton.secondary {
    color: white;
    background-color: var(--danfoss-web-medium-grey);
}

.danfossButton.secondary:hover {
    background-color: var(--danfoss-web-dim-grey);
}

.danfossButton.tertiary {
    color: var(--danfoss-web-dim-grey);
    background-color: transparent;
}

.danfossButton.tertiary:hover {
    color: var(--black);
    background-color: var(--black-10);
}

.circleButton {
    width: 62px;
    height: 62px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-color: var(--button-bg);
    border-radius: 100%;
}

.circleButton:hover {
    filter: brightness(var(--brightness-hover-value));
    transition: 0.2s;
}

.onButtonTouch {
    transition: none;
}

.circleButton .onButton, .circleButton .onButtonTouch {
    width: 100%;
    height: 100%;
}



.circleButton .onButton:hover, .circleButton .onButtonTouch .touchButton {
    opacity: 1;
}

.circleButton .icon {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    display: inline-block;
}

.rectangleButton, .rectangleButtonWithoutHover {
    background-color: black;
    border: 1px solid #808080;
    /*font-family: VeBoxFont;*/
    color: white;
    cursor: pointer;
    transition: background-color var(--hover-transition-value); /*IE 10+*/
}

.rectangleButton:hover, .rectangleButtonWithoutHoverPressed {
    background-color: var(--danfoss-deep-red);
}

.rectangleButton:focus {
    background-color: var(--danfoss-deep-red);
}

.rectangleButton:active, .rectangleButton:selected, .rectangleButton:visited {
    border: 1px solid #808080;
}

.boxWithoutShadow {
    border: 1px solid var(--modal-border-color);
    border-radius: var(--modal-border-radius);
    background-color: white;
}

.textWithPoints {
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
}

.circleButtonCss {
    border-radius: 100%;
    transition: var(--hover-transition-value); /*IE 10+*/
    cursor: pointer;
}

.circleWhiteButtonCss {
    border-radius: var(--round-button-border-radius);
    background-color: var(--button-bg);
    width: var(--button-width);
    height: var(--button-height);
    transition: var(--hover-transition-value); /*IE 10+*/
    cursor: pointer;
}

.entityListButton {
    background-color: var(--entitylist-button-bg);
}

.scrollBar {
    width: 12px;
    height: 50px;
    position: absolute;
    right: 3px;
    top: 0px;
    border-radius: 6px;
    background-color: gray;
    cursor: default;
}

.fullSizeBox {
    width: 98%;
    height: calc(100% - 20px);
}

.fullHeightBox {
    height: 100%;
}

.generalStepRowLine {
    position: relative;
    text-align: left;
    width: calc(100% - 50px);
    height: auto;
    display: inline-block;
}

.marginedInput {
    width: 100%;
    border: solid 1px var(--card-border-color);
    background: transparent;
    height: 25px;
    line-height: 1;
    border-radius: var(--danfoss-border-radius);
}

.bottomAlignDiv {
    width: 100%;
    height: 7px;
    bottom: 0;
}

.interlinearSpacer {
    width: 100%;
    height: 5px;
}

.rowAligner {
    padding-right: 10px;
    text-align: left;
    float: left;
    font-size: 17px;
    margin-bottom: 2px;
}

.locationCreationMap {
    width: 100%;
    height: 400px;

}

.positionGeolocalizedByAddressBox {
    width: 420px;
    margin: 20px auto;
    height: 150px;
    border: solid 1px var(--card-border-color);
    border-radius: 3px;
    display: flex;
    background: var(--card-secondary-background-color);
}

.locationCreationQuestion {
    width: 100%;
    height: 70px;
}

.locationCreationAnswers {
    width: 100%;
    height: 80px;
}

.errorContainer {
    visibility: hidden;
    text-align: center;
    vertical-align: middle;
    width: calc(100% - 146px);
    /*margin:auto 10% auto 10%;*/
    height: 35px;
    border-radius: 10px;
    margin-left: 75px;
    font-size: 22px;
}

.absoluteHeaderStep {
    position: absolute;
    z-index: 10;
}

#locationCreationStep1Loader {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; /*IE 10+*/
}

#locationCreationStep2Loader {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; /*IE 10+*/
}

.halfWidthContainer {
    width: 46%;
    height: 100%;
}

.inputWide {
    width: 100%;
    float: left;
}

.labelWithXWideContainer {
    width: 100%;
    float: left;
}

.labelWithXWideValue {
    width: 95%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.labelWithXTheX {
    float: right;
}

.fullWidthScrollContainer {
    position: relative;
    overflow: hidden;
}

#scrolledContainer {
    height: 100%;
    width: 98%;
}

.elementLocationDetailContentContainer {
    position: relative;
    height: 100%;
}

#step3DetailContent {
    height: 100%;
    width: calc(100% - 20px);
}

.externScrollContainer {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.middleScrollContainer {
    width: calc(100% + 21px);
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.internalScrollContainer {
    width: 100%;
    height: auto;
}

/*::-webkit-scrollbar { 
    display: none; 
} */

.greyButton {
    color: white;
    font-size: 25px;
    background-color: #A8A8A8;
    display: inline-block;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.greyButton:hover{
    background-color: #5488b8;
}

:focus-visible {
    outline: unset !important;
}

textarea {
    font-family: 'Myriad Pro', sans-serif;
}

.listColorIndicator {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 30px;
}

.listColorIndicator.active {
    animation: pulsatingActiveElementAnimation 1s linear infinite alternate both;
}

@keyframes pulsatingActiveElementAnimation {
    0% {
        filter: opacity(.5);
    }
    100% {
        filter: opacity(1);
    }
}

.emptyIndicator {
    margin-top: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    transition: var(--animation-transition-value);
}

.emptyIndicator svg {
    stroke: var(--empty-indicator-svg-stroke);
    color: inherit;
    fill: var(--empty-indicator-svg-fill);
    width: var(--empty-indicator-svg-size);
}

.emptyTitlesContainer {
    margin: 5px;
}

.emptyTitlesContainer h3 {
    color: var(--empty-indicator-title-color);
    font-weight: var(--empty-indicator-title-weight);
    font-size: var(--empty-indicator-title-size);
    text-align: center;
    line-height: normal;
}

.emptyTitlesContainer h5 {
    color: var(--empty-indicator-subtitle-color);
    font-weight: var(--empty-indicator-subtitle-weight);
    font-size: var(--empty-indicator-subtitle-size);
    text-align: center;
    line-height: normal;
}

.etui-date-range-picker {
    color: var(--datepicker-day-text-color);
}

@keyframes scale-up-center {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}