/* https://divtable.com/table-styler/ */
/* corporate design color: #3221bf */

@font-face {
  font-family: "Passion One";
  font-style: normal;
  font-weight: 700;
  src: local("Passion One Bold"), local("PassionOne-Bold"), url("https://fonts.gstatic.com/l/font?kit=Pby6FmL8HhTPqbjUzux3JEMq037t2os0lUoD_RZGYveHphdCBoSdCT8k2SHnt8mA&skey=2010b1f537e24c19&v=v8") format("woff2");
}

h1 {
    font-family: "Passion One",cursive;
    font-weight: 700;
    letter-spacing: 1px;
    color: #3221bf;
    font-size: 24pt;
    text-shadow: 2px 2px 24px #FFF;
    display: inline;
}

.nounderline {
    text-decoration: none;
}

.field_set_menu {
  border: 1px solid #3221bf;
  display: inline-block;
}  

.edit_button {
  width: 30px;
  height: 25px;
  text-align: center;
}

.but_menu {
    background-color: #e7e7e7; /* Grey */
    border: none;
    color: black;
    padding: 5px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;

    margin: 4px 0px;
    cursor: pointer;
    float: left;
}

.but_menu_active {
  background-color: #d7d7d7;
}

.but_menu_alert {
  color:red;
}

.but_menu:hover {background-color: #d7d7d7; /* Grey */}

input#Button_FilterDel{
    background: #ccc url('db-lib/delete_16_red.png') no-repeat center center;
    /* padding-left: 16px; 
    height: 25px;
    width: 25px;*/
}

table.grid {
  border: 1px solid #3221bf; 
  text-align: left;
  border-collapse: collapse;
  margin: 2px;
}
table.grid td, table.grid th {
/*  border: 1px solid #3221bf; */
  padding: 0px 2px;
}
table.grid tbody td {
  font-size: 13px;
}
table.grid tr:nth-child(odd) {
  background: #F1F1F1;
}
table.grid thead {
  background: #CFCFCF;
  background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: -webkit-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  border-bottom: 2px solid #3221bf;
}
table.grid thead th {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: left;
}
table.grid tfoot td {
  font-size: 14px;
}
table.grid tr:hover {
  background-color: #ffff99;
}
table.grid caption {
  text-align: left;
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 50%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.closeEdit, .closeDelete, .closeInsert {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.closeEdit:hover, .closeEdit:focus, .closeDelete:hover, .closeDelete:focus, .closeInsert:hover, .closeInsert:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* die Checkboxen der ebgeraete.pquartal */
.qcheckboxes {cursor: pointer;}