@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin-ext");

/* *,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
} */

html, body{
  height: 100%;
  width: 100%;
}

body {
  font-family: "Open Sans Condensed", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
 /* background-image: url("../../_images/bodyBg.png"); */
}

body div.body_bkg{
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: .05; 
  z-index: -1;
  background-image: url("../assets/img/cog2.gif");
}

.btn-micro{
  padding: 0 6px;
  margin: 1px;
  min-width: 2rem;
  font-size: 80%;
}

.text-right{
  text-align: right;
}

.mainbodytable td,
.mainbodytable th,
table.table th,
table.table td
{
  border-left: 1px red dotted;
  border-right: 1px red dotted;
  /* padding-left: .5rem; */
  /* padding-right: .5rem; */
}

.mainbodytable th,
table.table th
{
  text-align: center;
}

.tbl_div_group{
  border: 1px solid brown;
  border-radius: 1rem;
  padding: 1rem;
  margin:0.3rem;
}

.tbl_div_group h3{
  border-bottom: 1px solid #1416ba;
  color: #6a72eb;
  font-weight: bold;
  text-transform: capitalize;
}

.tbl_div_group h4{
  border-bottom: 1px dashed #c1520f;
  color: #c1520f;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.json-to-html ul:nth-last-child(1) li:hover
{
  background-color: rgb(255, 0, 0,0.5);
}

div.hoverAble,
li.hoverAble
{
  /* border: 1px solid transparent; */
  border: 1px dotted rgb(192, 217, 255);
  padding: .5rem;
  border-radius: 0.5rem;
  margin: 0.5rem;
  transition: all 1s;
}
div.hoverAble:hover,
li.hoverAble:hover
{
  border: 1px solid pink;
  box-shadow: 0.3rem 0.3rem 1.5rem 0px rgba(255,0,0,0.54);
  transition: all 0.4s;
}

.clipboardCopy{
  border: 2px dotted gray;
  padding: 1px 5px;
  border-radius: 6px;
  cursor: pointer;
}

.ovw-popis {
  border: 1px dotted silver;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.doc_markdown_file_link{
  display: inline-flex;
  width: 100%;
}

/* print v css pdf_print */
.fulltextSearchDiv button{
  font-size: 0.8rem;
}

.alert-small {
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 2px;
}


@media (prefers-color-scheme: dark) {
  .tbl_div_group h3{
      color: #8dade1;
      border-bottom: 1px solid #645ba5;
  }

  .tbl_div_group h4{
    border-bottom: 1px dashed #dfae19;
    color: #ceaf50;
  }
}

@media (prefers-color-scheme: light) {
  .bg-primary,
  .bg-success,
  .bg-danger
  {
    color:white;
  }

}

@media print{
  .jbcore-logo{
    display: none;
  }
}