﻿
/* 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. */
.nav-danger .nav-item .nav-link.active {
    background-color: #dc3545;
    color: white;
    font-weight: bolder;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}
iframe{
    border:none;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display:none;

    background: url('../lib/bootstrap/dist/img/loading.svg') 50% 50% no-repeat ;
}
button.btn.btn-sm-text.dropdown-toggle {
    font-size: 0.75rem;
}
.dropdown-menu, .dropdown-small dropdown-item {
    padding: 0px 0px;
    font-size: 0.7rem;
}

/*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: white;
    font-weight: bolder;
    background-color: #5d8cae;
    border-color: #b0cde5;
    border-radius: 0px 0px 0px 0px;
}
.nav-fill .nav-item, .nav-fill > .nav-link {
    background-color: whitesmoke;*/
   /* border-radius: 5px 5px 0px 0px;*/
/*}*/
    /* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 1.2rem;
}
html {
    position: relative;
    min-height: 100%;
}




@media (min-width: 729px) {
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-custom .navbar-nav {
            flex-direction: row;
        }

        .navbar-expand-custom .dropdown-menu {
            position: absolute;
        }

        .navbar-expand-custom .nav-link {
            padding-right: .5rem;
            padding-left: .5rem;
        }

        .navbar-expand-custom > .container {
            flex-wrap: nowrap;
        }

        .navbar-expand-custom .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-custom .navbar-toggler {
            display: none;
        }
}

.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
-------------------------------------------------- */

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}



/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

body {
    overflow-x: hidden;
}

.form-control-xs {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .6rem;
    line-height: 1.5;
    border-radius: .2rem
}



.btn-xs, .btn-group-xs > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.675rem;
    border-radius: 0.2rem;
}

#wrapper {
    padding-left: 0;
}

    #wrapper.toggled {
        padding-right: 250px;
    }

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 250px;
    width: 0;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #6c757d;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: 0px;
}


/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999999;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #fff;
                background: rgba(255, 255, 255, 0.2);
            }

            .sidebar-nav li a:active, .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }

@media(min-width:768px) {
    #wrapper {
        padding-left: 0;
    }

        #wrapper.toggled {
            padding-right: 250px;
        }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
/*
Sky CSS */
.bg-sky {
    background-color: #5d8cae;
}
.bg-sky-light{
    background-color: #80aac8;
}
.bordered_container {
    border-right: 1px solid #efeeee;
    border-left: 1px solid #efeeee;
}


.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}




#mapid {
    height: 80vh;
}
.negativeVal {
    direction: ltr;
}

.negativetext {
    direction: ltr;
    text-align: right
}

.alarmInfo {
    background-color: #ffec19 !important
}

.alarmCritical {
    background-color: #ff5607 !important;
    color: White
}

.alarmDanger {
    background-color: #ff9800 !important;
    color: White
}

.alarmMedium {
    background-color: #ffc100 !important;
    color: White
}

.alarmOff {
    background-color: white !important
}

.alarmStatus2 {
    background-color: darkslategrey !important;
    color: white;
}

.alarmStatus3 {
    background-color: red !important;
    color: white;
}

.DisabledPlanet {
    background-color: #B9B9B9 !important
}

.AlarmSetOK {
    background-color: #a9ff93 !important
}

.trafic_green {
    background-color: rgba(112, 164, 21, 0.5) !important
}

.trafic_yellow {
    background-color: rgba(245, 228, 26, 0.5) !important
}

.trafic_red {
    background-color: rgba(255, 0, 0, 0.38) !important
}

.trafic_default {
    background-color: white !important
}
.hidden {
display:none
}

@media(max-width:768px) {
    .hidden-xs {
        display:none
    
    }
}

@media(min-width:768px) {
    .hidden-md {
        display: none
    }
}
table{

    font-size:0.75rem
}
.FlowtingManu {

    padding: 2px;
    position: fixed;
    z-index: 9;
    opacity: 0.4;
    background-color: #ffffffbf;
    /*transition: opacity .5s ease-out;
                        -moz-transition: opacity .5s ease-out;
                        -webkit-transition: opacity .5s ease-out;
                        -o-transition: opacity .5s ease-out;*/
}

    .FlowtingManu:hover {
        opacity: 1
    }

.cblue {
    color: #005bff
}

.cgreen {
    color: #219021;
}

.cbluebg {
    background-color: #005bff
}

.cgreenbg {
    background-color: #219021;
}

.cgreybg {
    background-color: darkgrey;
}
.extraditailsParent .extraditails {
    color: grey;
    font-size: 0.85em;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: white;
    padding: 1px;
    display:none;
    cursor:pointer;
    font-weight:200
}
.extraditailsParent:hover .extraditails {
    display: inline
}


/*feedback_form_area*/

.feedback-form {
    position: fixed;
    top: 44px;
    left: 0;
    z-index: 99999;
    min-height: 450px;
    box-shadow: 0px 18px 10px black;
}

.feedback-form-show {
    right: 0 !important;
}

.feedback_form_area {
    position: relative;
    display: none;
    background: rgba(93, 140, 174, 0.95);
}

.feedback_form_area_inner::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE and Edge */
.feedback_form_area_inner {
    -ms-overflow-style: none;
}
.feedback_form_area_close {
    position: relative;
    right: -20px;
    background-color: #6592b2;
    padding: 0px 7px;
    color: white
}

.feedback_form_area_inner {
    width: 30vw;
    height: 100vh;
    overflow-y: scroll;
    color: #fff;
    padding: 15px;
}

.feedback_form_area h3 {
    margin-top: 0;
}

.custom-inp {
    width: 100%;
    height: 35px;
    padding-left: 5px;
    color: #fff;
    border: 1px #fff solid;
    background: transparent;
}

.custom-inp-txt {
    width: 100%;
    height: 100px;
    padding: 5px;
    color: #fff;
    border: 1px #fff solid;
    background: transparent;
}

.feedback-form-btn {
    position: absolute;
    left: -81px;
    color: #fff;
    transform: rotate(90deg);
    top: 40%;
    border-radius: 0;
}


@media only screen and (max-width: 720px) {
    .feedback_form_area_inner {
        width: 100vw;
        min-height: 450px;
        color: #fff;
        padding: 15px;
    }
}
.nav-tabs .nav-link {
    background-color:whitesmoke
}
.nav-tabs .nav-link .active{
    background-color: white!important
}





li.list-group-item.list-group-header {
    border: 0px 0px 0px 0px;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 3px 18px 3px 16px;
    font-weight: 500;
}

li.list-group-item.list-group-ups-list {
    padding: 0px 30px;
    border-radius: 0px;
    border: 1px solid #ddd;
    background-color: aliceblue;
}

