﻿
.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Range Sliders */
.ecoi_bar .irs-bar,
.ecoi_bar .irs-handle > i:first-child,
.ecoi_bar .irs-from,
.ecoi_bar .irs-to,
.ecoi_bar .irs-single {
    background-color: #fd7e14 !important;
}

.ecoi_bar .irs-from,
.ecoi_bar .irs-to,
.ecoi_bar .irs-single {
    top: 50px;
}

    .ecoi_bar .irs-from:before,
    .ecoi_bar .irs-to:before,
    .ecoi_bar .irs-single:before {
        transform: rotate(180deg);
        top: -6px;
    }

.ecoi_bar .irs-min,
.ecoi_bar .irs-max {
    top: 45px;
}

.ecoi_bar .irs-handle {
    top: 25px;
    height: 16px;
}

.vai_bar {
    /*height: 82px;*/
}

    .vai_bar .irs-bar,
    .vai_bar .irs-line {
        height: 36px !important;
    }

    .vai_bar .irs-handle {
        height: 42px !important;
        top: 19px;
    }

/*BACKGROUND NODES TECHNICAL*/
.bg-tech-nodes {
    position:relative;
}
.bg-tech-nodes:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.35;
    background-image: url('/images/bg-nodes.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

/*BLOCK HEADER*/
.block.block-themed > .block-header {
    background-color: transparent;
    border-bottom: 1px solid #d65151;
}
    .block.block-themed > .block-header .block-title {
        color: #d65151;
    }