
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14.10.2021, 21:46:44
    Author     : matthias.koepf
*/

div.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
.divTable.blueTable .divTableBody .divTableCell {
  font-size: 13px;
}
.divTable.blueTable .divTableRow:nth-child(even) {
  background: #D0E4F5;
}
.divTable.blueTable .divTableHeading {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
.divTable.blueTable .divTableHeading .divTableHead {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
.divTable.blueTable .divTableHeading .divTableHead:first-child {
  border-left: none;
}

.blueTable .tableFootStyle {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
.blueTable .tableFootStyle {
  font-size: 14px;
}
.blueTable .tableFootStyle .links {
	 text-align: right;
}
.blueTable .tableFootStyle .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.blueTable.outerTableFooter {
  border-top: none;
}
.blueTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

.divTable.blueTable .divTableBody .divTableCell a {
  display: block;
  _width: 100%;
  border: none;
  background-color: #04AA6D;
  _padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  }

/* Float four columns side by side */
.column {
  float: left;
  width: 300px;
  padding: 10px 10px;
}

/* Remove extra left and right margins, due to padding in columns */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
  padding: 6px;
  text-align: center;
  background-color: #f1f1f1;
  min-height: 350px;
}
.cardsmall {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
  padding: 2px;
  text-align: center;
  background-color: #f1f1f1;
  min-height: 150px;
}
.cardactiv {
  background-color: #777 !important;
    
}

/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 500px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    min-height: 100px;
  }
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 4px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 12px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 8px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}


.badge_red {
  position: relative;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 50%;
  background: red;
  color: white;
}
.badge_green  {
  position: relative;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 50%;
  background: green;
  color: white;
}
.badge_blue  {
  position: relative;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 50%;
  background: blue;
  color: white;
}
.badge_pink  {
  position: relative;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 50%;
  background: pink;
  color: black;
}
.badge_yellow  {
  position: relative;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 50%;
  background: yellow;
  color: black;
}
.badge_orange  {
  position: relative;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 50%;
  background: orange;
  color: black;
}
