
a:link, a:visited {
  color: white;
  border: 0px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: green;
  color: yellow;
}

#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {
  position: fixed;
  top: 30px;
  left: 30px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 999;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: gray;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #ccc;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
  z-index: 900;
}
.menu__item, .menu__item:link, .menu__item:visited{
  display: block;
  padding: 12px 24px;
  color: #333;
  background-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover, .menu__item:active {
  background-color: black;
  color: white;
}
.switch {
    z-index: 400;
    position: relative;
    display: inline-block;
    top: 4px;
    width: 40px;
    height: 20px;
  }

.switch input { 
    z-index: 400;
    opacity: 0;
    width: 0;
    height: 0;
  }

.slider {
    z-index: 400;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
  }

.slider:before {
    z-index: 400;
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 3px;
    background-color: black;
    -webkit-transition: .4s;
    transition: .4s;
  }

input:checked + .slider {
    z-index: 400;
    background-color: green;
  }

input:focus + .slider {
    z-index: 400;
    box-shadow: 0 0 1px #2196F3;
  }

input:checked + .slider:before {
    z-index: 400;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

.slider.round {
    z-index: 400;
    border-radius: 20px;
  }

.slider.round:before {
    z-index: 400;
    border-radius: 50%;
  }

.fhtab table {
  border-collapse: collapse;
  border-spacing: 0px;
}
.fhtab th {
  padding:0px 0px 0px 10px;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 800;
  font-size: 14px;
}
.fhtab td {
  padding:0px 0px 0px 10px;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 0;
  font-size: 14px;
}
.fhtab thead {
  background: #888;
  color: white;
  text-shadow: 0px 0px;
  text-align: left;
  position: sticky;
  top: 0;
}
.fhtab body {
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 0;
  font-size: 14px;
  margin: 0;
}

/* Toolbar S-Tec*/
.cke_button__readmore
.cke_button__readmore_label
{
    display:inline !important;
}

.cke_button__nbsp
.cke_button__nbsp_label
{
    display:inline !important;
}
.cke_button__shy
.cke_button__shy_label
{
    display:inline !important;
}

.cal-container {
  display: grid;
  /* This is a (hacky) way to make the .cal element size to fit its content */
  overflow: auto;
  width: 100%;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 0;
  font-size: 14px;
  text-shadow: 0px 0px;
}

.cal {
  display: flex;
  flex-wrap: nowrap;
}

.cal-col {
  width: 250px;
  min-width: 100px;
}

.cal-item--header {
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  position: sticky;
  position: -webkit-sticky;
  background: lightskyblue;
  color:black;
  top: 0;
}

.cal-col--fixed-left {
  position: sticky;
  left: 0;
  z-index: 9998;
  background: lemonchiffon;
  color:black;
}

.cal-item {
  height: 250px;
  border: 1px solid gray;
  padding: 0px 5px 5px 5px;
}

select
{
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 0;
    background: #eee; 
    font-size: 16px;
    border: black solid 1px;
    border-radius: 10px;
    box-shadow: 0 0 5pt 0.5pt lightyellow;
}

textarea
{
   font-family: Tahoma, Geneva, sans-serif;
  font-weight: 0;
   background: #eee; 
    font-size: 16px;
    border: black solid 1px;
    border-radius: 5px;
    box-shadow: 0 0 5pt 0.5pt lightyellow;
}

input
{
   font-family: Tahoma, Geneva, sans-serif;
  font-weight: 0;
   background: #eee; 
    font-size: 16px;
    border: black solid 1px;
    border-radius: 5px;
    box-shadow: 0 0 5pt 0.5pt lightyellow;
}

.button {
    box-shadow: 3px 4px 0px 0px #1564ad;
    background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
    background-color:#79bbff;
    border-radius:5px;
    border:1px solid #337bc4;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
    padding:12px 44px;
    text-decoration:none;
    text-shadow:0px 1px 0px #528ecc;
}
.button:hover {
    background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
    background-color:#378de5;
    color:black;
}
.button:active {
    position:relative;
    top:1px;
}

.my_button0 {    
    width:100%;
    box-shadow: 0px;
    background:linear-gradient(to bottom, orange 5%, orange 100%);
    background-color:gray;
    border-radius:5px;
    border:1px solid black;
    display:inline-block;
    cursor:pointer;
    color:black;
    font-family:Arial;
    font-size:18px;
    font-weight:0;
    padding:5px;
    text-decoration:none;
    text-shadow:0px;
}
.my_button0:hover {
    background:linear-gradient(to bottom, limegreen 5%, palegreen 100%);
    background-color:white;
    color:black;
}
.my_button0:active {
    position:relative;
    top:1px;
}

.my_button1 {
    box-shadow: 0px;
    background:linear-gradient(to bottom, orange 5%, orange 100%);
    background-color:gray;
    border-radius:5px;
    border:1px solid black;
    display:inline-block;
    cursor:pointer;
    color:black;
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    padding:15px;
    text-decoration:none;
    text-shadow:0px;
}
.my_button1:hover {
    background:linear-gradient(to bottom, limegreen 5%, palegreen 100%);
    background-color:white;
    color:black;
}
.my_button1:active {
    position:relative;
    top:1px;
}
