﻿/* 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. */
body{
    background-color: transparent
}
html {
    background-color: #5D8CAE0D
}


/* Reset default table styles */
table {
    border-collapse: collapse;
    width: 100%;
}

/* Table header styles */
table thead {
    background-color: white;
}
.gantTbale{
    font-size:12px
}
    .gantTbale th, .gantTbale td {
        padding: 1px
    }

table th {
    padding: 5px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

/* Table body styles */
    .stable tbody  tr:nth-child(odd) {
        background-color: #F7F9FB;
    }

table td {
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

/* Hover effect */



a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* 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;
  line-height: 60px; /* Vertically center the text there */
}

.sm_table th {
    font-size: 12px;
    padding:3px!important
}
.sm_table td {
    font-size: 12px;
    padding: 3px !important
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.xsmall {
    font-size: 0.675em;
}


.sk_card {
    box-shadow: 0px 1px 4px rgb(0 0 0 / 20%);
    border: 1px solid lightgray;
    height: 100%;
    border-radius: 4px;
    padding: 10px;
    background-color: white;
}

    .sk_card > .sk_card--header {
        padding: 1px 11px 1px 11px;
    }

    .sk_card > .sk_card--header {
        display: inline-block;
        margin-bottom: 5px !important;
        font-size: x-large;
        font-weight: 500;
        line-height: 1.5;
        margin-bottom: 1px;
        color: #a3a5a7;
    }

    .sk_card .sk_card--header--image {
        padding: 0;
        margin-bottom: 10px;
    
        
    }

.sk_card--row {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: center
}

.sk_card--col {
    width: 60%;
    padding: 0px 9px;
}



.sk_card--col_header {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1px;
    font-size: small;
    color: #a3a5a7;
    padding: 0px 10px;
}

.sk_card--col_text {
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1px;
    font-size: smaller;
    color: #a3a5a7;
}

.sk_card--col_val {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1px;
    font-size: large;
    color: darkslategrey;
    padding: 0px 10px;
}

.sk_card--row_inline {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: start;
    padding: 0px 9px;
    margin-top: 5px;
}


.sk_card--row_chart {
    height: 6rem;
    padding: 10px 0px;
    overflow: hidden;
}

.--alarms_sidebarlist li button, .--alarms_sidebarlist li select {
    width: 100%;
    margin-top:5px

}

.alarmInfo {
    background-color: #ffec19 !important
}

.alarmCritical {
    background-color: #ff5607 !important;
    color: #fff
}

.alarmDanger {
    background-color: #ff9800 !important;
    color: #fff
}

.alarmMedium {
    background-color: #ffc100 !important;
    color: #fff
}

.alarmOff {
    background-color: #fff !important
}

.alarmStatus2 {
    background-color: #2f4f4f !important;
    color: #fff
}

.alarmStatus3 {
    background-color: #f00 !important;
    color: #fff
}

.DisabledPlanet {
    background-color: #b9b9b9 !important
}

.AlarmSetOK {
    background-color: #a9ff93 !important
}

.trafic_green {
    background-color: rgba(112,164,21,.5) !important
}

.trafic_yellow {
    background-color: rgba(245,228,26,.5) !important
}

.trafic_red {
    background-color: rgba(255,0,0,.38) !important
}

.trafic_default {
    background-color: #fff !important
}
.negativeVal {
    direction: ltr;
}


.smart-selector {
    min-width: 200px;
}

@media (max-width: 768px) {
    .smart-selector {
        min-width: 100px;
        margin-right:-3rem!important;
    }
    #body-pd{
        padding:0!important
    }
}