body{background:#eee}
/*.notification-status{position:fixed;z-index:9999;margin:0 auto;left:10px;bottom:10px;text-align:center}*/
.navbar-svb{background:#095d9c !important;color:white}
.navbar-svb a{color:#fff}
.navbar-svb a:hover{color:#fff;text-decoration:underline}
.navbar-svb a.dropdown-item:hover{color:#095d9d;text-decoration:underline}







.img-32{width:32px;height:32px}
.img-200{width:200px;height:200px}

.card-header{background:#9e1c49;color:#fff}
.card-header a{color:#fff}
.card-grey .card-header{background:#a1a1a1;color:#fff}
.card-grey .card-body{background:#f3f3f3 !important}




.rounded-pill.text-bg-success{background:#00bd00 !important}
.rounded-pill.text-bg-warning{background:#ffbf5b !important}
.rounded-pill.text-bg-danger{background:#ff6464 !important}



.table-hover tbody tr:hover td{background-color:#075e9f !important;color:#fff}


.card-img-top{max-height:220px;max-width:220px;margin:0 auto}

.nav-pills-subnav .nav-link.active, .nav-pills-subnav .show>.nav-link{color:#9e1c49;background-color:white}
.nav-pills-subnav .nav-link{color:#fff}
.nav-pills-subnav .nav-link:hover{color:#9e1c49;background-color:white}



/*///////////*/
/*gauge*/

:root {
  --size: 20rem;
  --percent: 80; /* default value */
  --progress-bg: linear-gradient(
    90deg,
    hsl(var(--progress-hue), 65%, 35%),
    hsl(var(--progress-hue), 80%, 50%)
  );

  --half-size: calc(var(--size) / 2);
  --progress-hue: calc(100 - var(--percent));
}

.gauge-container {
  width: var(--size);
  height: var(--half-size);
  overflow: hidden;
  position: relative;
  background-color: inherit;
}
.gauge-container:after{
  --quarter-size: calc(var(--half-size) / 2);
  content: " ";
  display: block;
  width: var(--quarter-size);
  height: var(--quarter-size);
  position: absolute;
  border-radius: 50%;
  background-color:#fff;
  left: 50%;
  bottom: calc(var(--quarter-size) / -2);
  transform: translate(-50%);
  box-shadow: 0 0 0.5em hsla(0, 0%, 0%, 0.75);
}

.progress {
  width: var(--size);
  height: var(--size);
  background-color: hsla(0, 0%, 50%, 0.25);
  border-radius: 50%;
  position: absolute;
  bottom: calc(var(--half-size) * -1);
  overflow: hidden;
  transform: rotate(calc(-0.5turn + var(--percent) * 0.005turn));
  transition: transform 0.25s linear;
  box-shadow: 0 0 0.5em hsla(0, 0%, 0%, 0.75) inset;
}
.progress:after {
  content: " ";
  display: block;
  width: var(--size);
  height: var(--half-size);
  background: var(--progress-bg);
  box-shadow: 0 0 0.75em;
  transition: background 1s;
}











/* guage 1*/
.gauge1-container {
  width: 400px;
  height: 200px;
  position: absolute;
  top: 30%;
  left: 50%;
  overflow: hidden;
  text-align: center;
  transform: translate(-50%, -50%);
}
.percent{color:white}
.gauge-a {
  z-index: 1;
  position: absolute;
  background-color: rgba(255,255,255,.2);
  width: 400px;
  height: 200px;
  top: 0%;
  border-radius: 250px 250px 0px 0px;
}
.gauge-b {
  z-index: 3;
  position: absolute;
  background-color: #222;
  width: 250px;
  height: 125px;
  top: 75px;
  margin-left: 75px;
  margin-right: auto;
  border-radius: 250px 250px 0px 0px;
}
.gauge-c {
  z-index: 2;
  position: absolute;
  background-color: green;
  width: 400px;
  height: 200px;
  top: 200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px 0px 200px 200px;
  transform-origin: center top;
  transition: all 1.3s ease-in-out;
  transform:rotate(151.2deg);
}
/*.container:hover .gauge-c {  transform:rotate(.5turn);*/
}
.gauge-data { color: rgba(255,255,255,1); }
.gauge-data {
  z-index: 4;
  color: rgba(255,255,255,.2);
  font-size: 1.5em;
  line-height: 25px;
  position: absolute;
  width: 400px;
  height: 200px;
  top: 90px;
  margin-left: auto;
  margin-right: auto;
/*  transition: all 1s ease-out;*/
}












/*final*/
/*// Colors
//------------*/
$wrapper-card-bg:           rgba(21, 34, 46, .25);
$gauge-shadow:              0 0 0 6px rgba(255, 255, 255, .09), 0 0 35px 5px rgba(255, 255, 255, .29); 
$gauge-bg:                  #e7e7e7;
$gauge-common-color:        #15222E;
$gauge-slice-default-color: #000;
$gauge-first-slice-color:   #1eaa59;
$gauge-second-slice-color:  #9baa1e;
$gauge-third-slice-color:   #f1c40f;
$gauge-fourth-slice-color:  #e67e22;
$gauge-fifth-slice-color:   #E84C3D;
$color-white:               #fff;

.wrapper {
   display: table;
   margin: 0 auto;
   padding: 35px 40px 40px;
}

.gauge {
  font-family: Arial, Helvetica, sans-serif;
  background: $gauge-bg;
  box-shadow: $gauge-shadow;
  width: 200px;
  height: 100px;
  border-radius: 100px 100px 0 0;
  position: relative;
  overflow: hidden;
  
  /* safari fix */
  -webkit-transform-style: flat;
  -webkit-transform: translateZ(0px);
  
  &.min-scaled {
    transform: scale(.5);
  }
}

.gauge-center {
  content: attr(data-before);
  color: $color-white;
  width: 60%;
  height: 60%;
  background: $gauge-common-color;
  border-radius: 100px 100px 0 0;
  position: absolute;
  box-shadow: 0 -13px 15px -10px rgba(0, 0, 0, .28);
  right: 21%;
  bottom: 0;
  
  
  #counter{
    color: $color-white;
    font-size: 1.5em;
    width: 100%;
    padding: 20px 0 0 0;
    text-align: center;
    float: left;
    -webkit-font-smoothing: antialiased;
  }
}

.needle {
  width: 78px;
  height: 7px;
  background: $gauge-common-color;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 100%;
  border-top-right-radius: 5px;
  position: absolute;
  bottom: 4px;
  left: 20px;
  transform-origin: 100% 4px;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .38);
  transition: transform 0.8s;
  transition-timing-function: cubic-bezier(.65, 1.95, .03, .32);
}

.slice-colors .st {
  position: absolute;
  bottom: 0;
  width: 200px;
  height: 200px;
  
  &.slice-item {
    &:nth-child(1) {
      background-color: $gauge-first-slice-color;
      left: -100px;
      transform-origin: bottom right;
      transform: rotate(-33deg);
    }
    &:nth-child(2) {
      background-color: $gauge-third-slice-color;
      left: 54px;
      transform: rotate(-33deg);
    }
    &:nth-child(3) {
      background-color: $gauge-fifth-slice-color;
      transform: rotate(33deg);
      transform-origin: bottom left;
      left: 100px;
    }
    
  }
}

/*// ##########SPEEDOMETR-STYLE#######*/

/*.s-box{
  margin: 0 auto;
  width: 200px;
  text-align: center;
}*/





/*////////////*/






















/*.btn-sbv-blue{background:#285c98;color:white;border-color:#285c98}
.btn-sbv-blue:hover{background:#3374bf;color:#fff;border-color:#3374bf}*/

a.dropdown-item{color:black}

svg{vertical-align:0;margin:0 3px 0 0}

:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: 0.75rem;
}

.login,
.image {
  min-height: 100vh;
}

.bg-image {
  background:#a03658;
  background-image: url('../img/bg.jpg');
  background-size: cover;
  background-position: center;
}

.login-heading {
  font-weight: 300;
}

.btn-login {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding: 0.75rem 1rem;
  border-radius: 2rem;
}



/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

.bg-red{
  background:#ffe6e6;
  color:black;
}

.bg-green{background:#e3ffe3}

.id-card{
  background: url('../img/wave.png') white;
  background-size:cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 100%;
  margin: auto;
  text-align: center;
  padding:20px 20px;
  margin:20px;
}
.id-card p{
  /*margin:0 0 5px 0;*/
  margin:0;
}
.id-card-name {
color: #922c49;
font-weight:bold;
font-size: 22px;
}
.id-card-label {
/*color: #747f80;*/
color: #2c5b99;
font-size: 16px;
}
.id-card .form-group{margin:0 !important}
.id-card .form-group label{margin:0 !important;font-weight:bold;}



.th-fixed th{
  position: sticky;
  top:0px;  /* 0px if you don't have a navbar, but something is required */
  background: white;
}

#cover {
    /*background: #222 url('https://unsplash.it/1920/1080/?random') center center no-repeat;*/
    background: #222 url('../img/plant.jpg') center center no-repeat;
    background-size: cover;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
}

#cover-caption {
    width: 100%;
    position: relative;
    z-index: 1;
}

/* only used for background overlay not needed for centering */
form:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.65);
    z-index: -1;
    border-radius: 10px;
}