body,h1,h2,h3,h4,h5,h6 {font-family: "Karma", sans-serif}
.w3-bar-block .w3-bar-item {padding:20px}

body{
background-image: url("/images/bg1.jpg");
background-attachment: fixed;
background-position: right;
background-position-y: center;
background-size: cover;
}

 .column {
  float: left;
  width: 31%;
}

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

.row input {
width: 90%;
background: #ffffffd6;
margin-left: 4%;
}

.post-it {
 	width:29%;

  position:relative;
  background:#ffa;
  overflow:hidden;
  margin:30px auto;
  padding:20px;
  border-radius:0 0 0 30px/45px;
  box-shadow:
    inset 0 -40px 40px rgba(0,0,0,0.2),
    inset 0 25px 10px rgba(0,0,0,0.2),
    0 5px 6px 5px rgba(0,0,0,0.2);


  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);

  color:#130d6b;
}

.post-it li {
 	cursor:pointer; 
}

.post-it:before {
 	content:"";
  display:block;
  position:absolute;
  width:20px;
  height:25px;
  background:#ffa;
  box-shadow:
    3px -2px 10px rgba(0,0,0,0.2),
    inset 15px -15px 15px rgba(0,0,0,0.3);
  left:0;
  bottom:0;
  z-index:2;
  transform:skewX(25deg);
}

.post-it:after {
 	content:"";
  display:block;
  position:absolute;
  width:75%;
  height:20px; 
  border-top:3px solid #130d6b;
  border-radius: 50% ;
  bottom:0px;
  left:10%;
}

p.kb_list{

padding: 0;
  font-style: italic;
  font-size: smaller;

}

.kb_list p{
    padding: 0;
    margin: 0;
    color: darkcyan;
    width: fit-content;
    margin-bottom: 10px;

}

p.kb_list_value{
font-weight: bold;
}


.add_button {
cursor: cell;
  background-color: white;
  color: black;
  border: 2px solid #04AA6D;
  position: absolute;
  top: 80%;
  left: 94%;
  font-size: 2em;
}


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

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

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #ffffffd9;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;  
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #04AA6D;
  cursor: pointer;

}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04AA6D;
  cursor: pointer;
}


.slidecontainer{
  padding-bottom: 5px;
  border-bottom: solid 1px black;
}

.slidecontainer_label{
  text-align: center;
}

#cm_saving{
color: orange;
  float: right;
  font-size: larger;
  font-weight: bold;

}

hover-tooltip {
        border-bottom: 1px dotted #000;
        border-color: red; 
        cursor: help; /* Changes the cursor to a question mark*/
    }
.hover-tooltip {
      font-size: x-small;
    font-style: italic;
    text-align: center;
    }
    
.hover{
text-align: center;
margin: 0;
padding: 0;
}

.wb_if_input{
font-style:italic;
font-size: small;
}

.wb_do_input{
font-style:italic;
font-size: small;
}

.wb_if_input_item{
display: inline-block;
    padding: .25em 0;
    background: #000000a3;
    color: #ffffff;
        margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 1em;

}

.wb_do_input_item{
display: inline-block;
    padding: .25em 0;
background: #04008ea3;
  color: #b3ffb0;
        margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 2em;

}

.local_ongoing{
display: inline-block;
  padding: .25em 0.25em;
  background: #008a0f;
  color: #b3ffb0;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 3px;
  margin-left: 3em;
}


textarea{
width: 80%;
height: 5em;
position:relative;
margin-left: 10%;
}
