/**
 *
 * @author: Guntmar Hoeche
 */

.navbar-inverse .navbar-brand {
	font-size: 2em;
	color: #fff;
}

.navbar-inverse .navbar-brand:hover {
	color: #ccc;
}

.navbar-brand .logo {
	color: #5cb85c;
}

.registration-form {
	max-width: 450px;
	margin: 0 auto;
}

.small-container-500 {
	max-width: 500px;
	padding: 15px;
  margin: 0 auto;
}

.small-container-330 {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.small-container-430 {
  max-width: 430px;
  padding: 15px;
  margin: 0 auto;
}

.small-container .small-container-heading,
.small-container .checkbox {
  margin-bottom: 10px;
}
.small-container .checkbox {
  font-weight: normal;
}
.small-container .form-control {
  position: relative;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.small-container .form-control:focus {
  z-index: 2;
}

/* Signin */
.form-signin input[type="email"] {
  margin-bottom: 10px;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
}
.login td {
  padding-right: 2px;
  padding-left: 2px;
}

.login {
	color: #fff;
}

canvas {
	margin-right: 20px;
}

.tab-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
  padding: 10px;
}

.nav-tabs {
  margin-bottom: 0;
}

.table th {
	border-top: 0;
}

.gauge-container {
  width: 150px;
  height: 150px;
  display: block;
  padding: 10px;
}
.gauge-container > .gauge .dial {
  stroke: #eee;
  stroke-width: 2;
  fill: rgba(0,0,0,0);
}
.gauge-container > .gauge .value {
  stroke: rgb(47, 227, 255);
  stroke-width: 2;
  fill: rgba(0,0,0,0);
}
.gauge-container > .gauge .value-text {
  fill: rgb(47, 227, 255);
  font-family: sans-serif;
  font-weight: bold;
  font-size: 1em;
}

.gauge-container.two {
  height: auto;
  border: 1px solid rgba(255,255,255,0.1);
}
.gauge-container.two > .gauge > .dial {
  stroke: #334455;
  stroke-width: 10;
}
.gauge-container.two > .gauge > .value {
  stroke-dasharray: none;
  stroke-width: 13;
}

fieldset {
  padding-top: 0.35em;
  padding-bottom: 0.625em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  border: 1px solid #C5D8E1; 
	border-radius: 6px; 
	background: whitesmoke;
}

.row {
  padding-top: 15px
}

.row2 {
  display: flex;
}

legend {
  width:inherit; /* Or auto */
  padding:0 10px; /* To give a bit of padding on the left and right */
  border-bottom:none;
}

.form-check-input {
  position: relative;
}

/* beispiel Draggable Grid with cards */
.stretch-card>.card {
  width: 100%;
  min-width: 100%
}

body {
  background-color: #f9f9fa
}

.flex {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

@media (max-width:991.98px) {
  .padding {
      padding: 1.5rem
  }
}

@media (max-width:767.98px) {
  .padding {
    padding: 1rem
  }
}

.padding {
  padding: 3rem !important
}

.card {
  /*border-radius: 15px;*/
  border-radius: var(--bs-border-radius);
  -webkit-box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
  box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
  overflow: hidden;
}

/*.card .card-header {
  background-color: transparent;
  border-bottom: none;
}*/

.card .card-header+.card-block, .card .card-header+.card-block-big {
  padding-top: 0;
}

.m-b-20 {
  margin-bottom: 20px;
}

.card-sub {
  cursor: move;
  border: none;
  -webkit-box-shadow: 0 0 1px 2px rgba(0,0,0,0.05), 0 -2px 1px -2px rgba(0,0,0,0.04), 0 0 0 -1px rgba(0,0,0,0.05);
  box-shadow: 0 0 1px 2px rgba(0,0,0,0.05), 0 -2px 1px -2px rgba(0,0,0,0.04), 0 0 0 -1px rgba(0,0,0,0.05);
}


#ttnvalues {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  /*width: 200px;*/
  text-align: center;
}

#ttnvalues td, #ttnvalues th {
  border: 1px solid #ddd;
  padding: 8px;
}

#ttnvalues tr:nth-child(even){background-color: #f2f2f2;}

#ttnvalues tr:hover {background-color: #ddd;}

#ttnvalues th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #6699ff;
  color: white;
}

#map { height: 50vh; }

.card-block { 
  list-style-type: none; 
  margin: 0; 
  padding: 0;
 }

.card-block li { 
  margin: 10px 10px 10px 0; 
  float: left; 
  width: 148px; 
  height: 128px;
 }

 /* Animation for the water icon of bilge alarm */
.bi-water {
  animation: none;
  -webkit-animation: none;
  color: white;
  font-size: 3rem;
}
.animation {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
  color: red;
  font-size: 3rem;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.mySensorsFieldset {
  border: 2px groove #ddd !important;
}

.mySensorsFieldsetLegend {
  font-size: 18px;
  margin-bottom: 0px;
}

.disabled {
  filter: grayscale(1);
}

.sidebar {
  background: #2c3136;
  /*max-height: 0;*/
  transition: max-height 0.3s;
  overflow: hidden;
  position: fixed;
  z-index: 2;
  width: 250px;
  bottom: 0;
  top: 60px;
  overflow-y: auto;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: #00579d !important;
}

.bg-success {
  /*--bs-bg-opacity: 1;
  background-color: #2fc45e !important;*/
}

.bg-danger {
  /*--bs-bg-opacity: 1;
  background-color: #ee4d4d !important;*/
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: #60b4db !important;
}

.card-footer {
  /*--bs-bg-opacity: 1;*/
  background-color: #f8f5f0 !important;
}

#loader-icon {
	margin-left: 80px;
	display: none;
}