/* main css  2018 03 13 */

body{
  overflow-x: hidden;
  margin: 0;
}

h1{

}

h2{
  border-top: 1px solid darkgrey;
  border-bottom: 1px solid darkgrey;
  background-color: grey;
  color: white;
  padding: 5px;
  margin: 3px;
  font-size: 16px;
}

ul {
  -webkit-padding-start: 15px;
}

li {

  padding-bottom: 4px;
  padding-top: 4px;
  border-bottom: 1px dotted darkgrey;
  list-style-type: none;
}

.vertical-spacer{
  height: 20px;

}



.modal-header{
  background-color: #00386c;

}
.modal-header > button {
  color: white;
}
.modal-title{
  color: white;
  font-weight: bold;
}

.navbar {
  margin-bottom: 0;
}
.navbar.normal {
  background-color: #00386c;
}
.navbar.active-alert {
  background-color: #C3141B;
}
.navbar-brand  {
  padding-top: 7px;
}
.navbar img.navbar-logo{
  margin-bottom: 0;
  margin-right: 20px;
  height: 45px;
}
.titleBar{
  margin-top: 0;
  background-color: #AE1F25;
  color:#ffffff;
  text-align: center;
}
.connection-indicator{
  margin-top: 9px;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  background-size: 30px 30px;
  background-position: center center;
}


.connection-indicator.closed{
  background-image: url('/img/disconnected.png');

}
.connection-indicator.connected{
  background-image: url('/img/connected.png');
}
.navbar-button.reload{
  margin-top: 9px;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  background-size: 30px 30px;
  background-position: center center;
  background-image: url('/img/reload.png');
}
.navbar-spacer{
  height: 43px;
  margin-top: 6px;
  width: 25px;
  margin-right: 12px;
  background-color: transparent;
  border-color: transparent;
}

.navbar-button {
  height: 43px;
  margin-top: 6px;
  width: 50px;
  margin-right: 12px;
  background-color: transparent;
  border-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;

}
.navbar-button.active{
  border-color: #ccc;

}
.navbar-button { background-image: url('/img/menu_statistic_i.png');}
.navbar-button:hover { background-image: url('/img/menu_statistic.png');}


.navbar-header > span {
  display: block;
  width: 250px;
  padding-top: 5px;
  color: white;
  margin-right: 15px;
}

.navbar-header .actual-user{
  color: white;
  display: inline-block;
  font-weight: bolder;
  width:120px;
}



/* icons*/
.icon-button{
  width: 32px;
  height: 32px;
  border: 0;
  background-color: transparent;
}
.icon-button-big{
  border: none;
  width: 48px;
  height: 48px;
  background-size: 48px 48px;
  margin-right: 4px;
  background-color: white;
}
.to-defibrillator{
  background-image: url('/img/lr_to_defi.png');
}


.modal-dialog input[type=radio]{
  margin-left: 10px;
  margin-right: 4px;
}

.modal-dialog input[type=checkbox]{
  -webkit-box-shadow: none;
}

tr.hovered {
  background-color: #cfc;
  cursor: pointer;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  v-align: middle;
  text-align: center;
}

