@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');

.timemask{

}

.url-hover:hover {
    text-decoration: underline;
    color: #98c21d;
    cursor: pointer;
}

.url-hover {
}

.changeTypeAdded {
    background-color: #24bf1f;
}

.changeTypeChangeCompare {
    background-color: #bfaa1f;
}

.changeTypeRemoved {
    background-color: #eb4034;
}

.InAlarm {
    background-color: #f44336ff;
}

.HideText {
   text-overflow: ellipsis; 
   white-space: nowrap; 
   overflow: hidden;
}


.DarkThemeBack {
    background: #27272fff;
}

.LightThemeBack{
    background: white;
}

.center-screen {
  
   



}

.NewChartLight {
    max-height: 350px;
    max-width: 600px;
    min-height: 350px;
    overflow: hidden;
    background-color: white !important;
}

.NewChartDark {
    max-height: 350px;
    max-width: 600px;
    min-height: 350px;
    overflow: hidden;
    background-color: #373740 !important;
}

.TableOverflow {
    white-space: nowrap;
    max-width: 650px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ChartDefault {
    border-radius: 10px;
    border: white;
    border-width: 1.5px;
    border-style: solid;
    background-color: #424242;
}

.ChartDefaultLight {
    border-radius: 10px;
    border: white;
    border-width: 1.5px;
    border-style: solid;
    background-color: #cdd1ce;
    
}

.Banner {
    border-radius: 10px;
    border: white;
    border-width: 1.5px;
    border-style: solid;
    height: 327px;
}

.DashboardThresholdGreen {
    background-color: #0ac957 !important;
    min-width: 300px;
    max-width: 300px;
    margin-top: 5px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 5px;
    opacity: 100%;
    
}

    .DashboardThresholdGreen:hover {
        background-color: #0de063 !important;
        cursor: pointer;
    }

.DashboardThresholdRed {
    background-color: #b50e33 !important;
    min-width: 300px;
    max-width: 300px;
    margin-top: 5px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 5px;
}

    .DashboardThresholdRed:hover {
        background-color: #de123f !important;
        cursor: pointer;
    }

.DashboardTableThresholdGreen {
    background-color: #0ac957 !important;
}

    .DashboardTableThresholdGreen:hover {
        background-color: #0de063 !important;
        cursor: pointer;
    }

.DashboardTableTreshholdRed {
    background-color: #b50e33 !important;
}

    .DashboardTableTreshholdRed:hover {
        background-color: #de123f !important;
        cursor: pointer;
    }


    /*Carousel Transition Modes*/

.bounceIn {
    opacity: 0;
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-name: bounceIn;
    animation-fill-mode: forwards;
}

.bounceOut {
    animation-duration: 0.5s;
    animation-name: bounceOut;
    animation-fill-mode: forwards;
}

.backInDown {
    opacity: 0;
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-name: backInDown;
    animation-fill-mode: forwards;
}

.backOutDown {
    animation-duration: 0.5s;
    animation-name: backOutDown;
    animation-fill-mode: forwards;
}

.rotateIn {
    opacity: 0;
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-name: rotateIn;
    animation-fill-mode: forwards;
}

.rotateOut {
    animation-duration: 0.5s;
    animation-name: rotateOut;
    animation-fill-mode: forwards;
}

/* Bouncing Dots */

.loadingContainer {
    position: center;
    align-self: center;
    width: 110px;
}

    .loadingContainer div {
        height: 15px;
        width: 15px;
        position: center;
        border-radius: 50%;
        background: black;
        float: left;
        margin: 0 3px;
        background: #43b32d;
    }

    .loadingContainer .ball1 {
        z-index: 1;
        -moz-animation: bounce 1s infinite ease-in-out;
        -webkit-animation: bounce 1s infinite ease-in-out;
    }

    .loadingContainer .ball2 {
        -moz-animation: bounce 1s infinite ease-in-out;
        -webkit-animation: bounce 1s infinite ease-in-out;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    .loadingContainer .ball3 {
        -moz-animation: bounce 1s infinite ease-in-out;
        -webkit-animation: bounce 1s infinite ease-in-out;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .loadingContainer .ball4 {
        -moz-animation: bounce 1s infinite ease-in-out;
        -webkit-animation: bounce 1s infinite ease-in-out;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }

@-moz-keyframes bounce {
    0%,15% {
        -moz-transform: translate(0,0);
    }

    50% {
        -moz-transform: translate(0,-30px);
        background: #26ed3a;
    }

    85%, 100% {
        -moz-transform: translate(0,0);
    }

    ;
}

@-webkit-keyframes bounce {
    0%,20% {
        -webkit-transform: translate(0,0);
    }

    50% {
        -webkit-transform: translate(0,-30px);
        background: #26ed3a;
    }

    80%, 100% {
        -webkit-transform: translate(0,0);
    }

    ;
}

/* End Bouncing Dots */




/* Below needs changing, old defunct code but still used */

.center-login {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 40vh;   
        
}

.touchlogo {
    display:flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    margin-top: -65px;
}

.login-box {
    display: flex;
    border-radius: 5px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    min-height: 20vh;
    align-items: center;
    margin: auto;
    opacity: 1;
    padding-top: 0.5rem;
    padding-bottom: 2rem;
}

.login-content {
    display: flex;
    display: flex;
    justify-content: center;
    align-content: center;
}

.logininput-box {
    /*background-color: red;*/
     border-radius: 6px;
    font-family: Calibri;
}

.login-submit {
    background-color: black;
    color: red;
}

.footer-align {
    display: flex;
    align-items: center;
    
}
.footer-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* End of old defunct code */
.smc-green {
    color: #98c21d !important;
}

.smc-green-btn {
    color: #ffffffff !important;
    background: #98c21d !important;
}

.smc-red {
    color: #e02d45 !important;
}


.smc-blue {
    color: #44489c !important;
  
}

.smc-orange {
    color: #44489c !important;
   
}

.smc-blue-btn {
    color: #ffffffff !important;
    background: #44499c !important;
}

.smc-orange-btn {
    color: #ffffffff !important;
    background: #f0b323 !important;
}

.smc-terracotta {
     color: #e56a54 !important;
}

.smc-terracotta-btn {
    color: #ffffffff !important;
    background: #e56a54 !important;
}

.smc-lightgreen-btn {
    color: #ffffffff !important;
    background: #34b78f !important;
}

.smc-black-btn {
    color: #ffffffff !important;
    background: #000000 !important;
}

.smc-blue-btn-warning {
    color: #cc2323 !important;
    background: #44499c !important;
}

.smc-footer {
    bottom:0;
    position: fixed;
    width:100%
    
}

.smc-checkbox {
    width: 100px;
}

.smc-graphload {

   background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto%3B display: block%3B max-height: 250px%3B' width='100%25' height='100%25' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect x='15' y='15' width='10' height='40' fill='%23e56a54'%3E%3Canimate attributeName='height' values='50%3B70%3B30%3B50' keyTimes='0%3B0.33%3B0.66%3B1' dur='1s' repeatCount='indefinite' calcMode='spline' keySplines='0.5 0 0.5 1%3B0.5 0 0.5 1%3B0.5 0 0.5 1' begin='-0.4s'%3E%3C/animate%3E%3C/rect%3E%3Crect x='35' y='15' width='10' height='40' fill='%23f0b223'%3E%3Canimate attributeName='height' values='50%3B70%3B30%3B50' keyTimes='0%3B0.33%3B0.66%3B1' dur='1s' repeatCount='indefinite' calcMode='spline' keySplines='0.5 0 0.5 1%3B0.5 0 0.5 1%3B0.5 0 0.5 1' begin='-0.2s'%3E%3C/animate%3E%3C/rect%3E%3Crect x='55' y='15' width='10' height='40' fill='%2344489c'%3E%3Canimate attributeName='height' values='50%3B70%3B30%3B50' keyTimes='0%3B0.33%3B0.66%3B1' dur='1s' repeatCount='indefinite' calcMode='spline' keySplines='0.5 0 0.5 1%3B0.5 0 0.5 1%3B0.5 0 0.5 1' begin='-0.6s'%3E%3C/animate%3E%3C/rect%3E%3Crect x='75' y='15' width='10' height='40' fill='%2398c21d'%3E%3Canimate attributeName='height' values='50%3B70%3B30%3B50' keyTimes='0%3B0.33%3B0.66%3B1' dur='1s' repeatCount='indefinite' calcMode='spline' keySplines='0.5 0 0.5 1%3B0.5 0 0.5 1%3B0.5 0 0.5 1' begin='-1s'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3C/svg%3E");
}

.smc-dataloading {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='L7' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='100%2525' height='100%2525' viewBox='0 0 100 100' enable-background='new 0 0 100 100' xml:space='preserve'%3E%3Cpath fill='%2398c21d' d='M31.6 3.5C5.9 13.6-6.6 42.7 3.5 68.4c10.1 25.7 39.2 38.3 64.9 28.1l-3.1-7.9c-21.3 8.4-45.4-2-53.8-23.3 c-8.4-21.3 2-45.4 23.3-53.8L31.6 3.5z'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='2s' from='0 50 50' to='360 50 50' repeatCount='indefinite' /%3E%3C/path%3E%3Cpath fill='%2398c21d' d='M42.3 39.6c5.7-4.3 13.9-3.1 18.1 2.7c4.3 5.7 3.1 13.9-2.7 18.1l4.1 5.5c8.8-6.5 10.6-19 4.1-27.7 c-6.5-8.8-19-10.6-27.7-4.1L42.3 39.6z'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='-360 50 50' repeatCount='indefinite' /%3E%3C/path%3E%3Cpath fill='%2398c21d' d='M82 35.7C74.1 18 53.4 10.1 35.7 18S10.1 46.6 18 64.3l7.6-3.4c-6-13.5 0-29.3 13.5-35.3s29.3 0 35.3 13.5 L82 35.7z'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='2s' from='0 50 50' to='360 50 50' repeatCount='indefinite' /%3E%3C/path%3E%3C/svg%3E");
}


h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.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;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }
