﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.amber {
    color: orange;
}

.warning-total {
background-color:goldenrod !important;
font-weight:normal;
font-style:italic;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #e5e5e5 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e5e5e5 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #e5e5e5 !important;
}

.status {
min-width:20px !important;
min-height:20px !important;
border-radius:10px;
margin:0px auto;
}

.green {
background-color:forestgreen;
color:white !important;
}

.orange {
background-color:orange;
color:black !important;
}


.padded {
min-width:125px;
}

.padded2 {
min-width:145px;
text-align:center;
background-color:#e5e5e5;
}

.container {
    margin:0px auto;
    float:none;
    max-width: 1650px !important;
    width: 100% !important;
    padding-left:0px !important;
    padding-right:0px !important;
}

tr.lt-grey {
background-color:#e5e5e5;
}

tr.lt-grey-bold {
    background-color: #e5e5e5; 
    font-weight:bold;
}

tr.bold {
    font-weight: bold;
}

.up {
color:green !important;
}

.down {
color:red !important
}
.flat {
color:gray !important;

}
.bold {
font-weight:bold !important;
}
.tall {
height:20px;
background-color:#eee;
}

.redBorder {
    background-color: #d9534f !important;
}

#clock {
border:solid 0.5px #eee;
/*border-radius:6px;*/
padding:4px;
padding-top:8px;
margin-left:20px;
}

#clock h5, #clock h6 {
    text-align: left !important;
    padding-left: 10px;
}


.result-div {
margin:0px auto;

/*background-color:#eee;*/
border:solid 1px #eee;
border-radius:6px;
width:800px;
padding:30px;
overflow:auto;
}


.message-btn-div {
    clear:both;
    margin-top:30px;
    text-align:right;
    width:100%;
    margin-right:10px;
}
.fail-message {
    width: 600px;
    margin: 0px auto;
    padding: 40px;
    border: solid 3px red;
    border-radius: 4px;
    text-align: left;
}

.ok-message {
    width: 600px;
    margin: 0px auto;
    padding: 40px;
    border: solid 3px green;
    border-radius: 4px;
    text-align: left;
}

.curtailment {
    border-bottom: solid 4px dashed #ffd800 !important;
    background-color: #ffd800 !important;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 3px 4px;
    font-size: 12px;
    border-radius: 3px;
    line-height: 1;
    /*border-color:#e5e5e5 !important;*/
    /*border:none !important;*/
    color:gray !important;
}

.table {
    font-size: 12px;
    width: 100%;
    border: solid 1px #eee;
}

    .table tr, .table td, .table th {
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;
        border-left: 0.5px solid #eee;
        border-right: 0px solid #fff;
        padding: 0px;
        padding-right: 3px;
        text-align: right;
    }


.dash-btn {

    padding:4px !important;
    width:73px;
    text-align:center;
    border:none !important;
}

.text2 {
color:#b4b4b4;
font-size:11px;
}

#nett td {
font-size:10px !important;
}

.nettflow {
    background-color: #eee;
    border-color: #eee !important;
}

.nettUp {
    background-color: #d4edda !important;
    border-color: #d4edda !important;
}

.nettDown {
    background-color: #f8d7da !important;
    border-color: #f8d7da !important;
}

.nettFlat {
    background-color: #eee !important;
    border-color: #eee !important;
}


.table-bordered td {
    width: 66px !important;
}



    td.heading {
    background-color:#eee !important;
    
    }

    td.first {
        font-weight: bold !important;
        min-width: 150px !important;
    }

    .table.current {
        font-weight: bold !important;
    }


.red {
    color: red !important;
}

.orangex {
    color: #FFA500 !important;
}

.spinner {
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
}

    .spinner .path {
        stroke: #93bfec;
        stroke-linecap: round;
        -webkit-animation: dash 0.5s ease-in-out infinite;
        animation: dash 0.5s ease-in-out infinite;
    }

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.grayText {
    color: gray;
}


/* For Firefox */

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none !important;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/* Webkit browsers like Safari and Chrome */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.text2.curtailment{color:red !important;}


.small-link, .small {
font-size:12px;
margin-left:20px;
}

.container {
    max-width: 1650px !important;
    width:100% !important;
    margin:0px auto;
    float:none;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.blink {
    animation: blink-animation 0.75s steps(5, start) 8;
    -webkit-animation: blink-animation 0.75s steps(5, start) 8;
}


.red {
    color: red;
    font-weight: bold;
}


@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}






.blinker {
    animation: blink-animation 0.75s steps(5, start) infinite;/*//blinker-animation 1s linear infinite;*/
    -webkit-animation: blink-animation 0.75s steps(5, start) infinite;/*blinker-animation 1s linear infinite;*/
    background-color: palegoldenrod;
    padding:3px;
}


.red {
color:red;
font-weight:bold;
}


@keyframes blinker-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blinker-animation {
    to {
        visibility: hidden;
    }
}


 


