body {
  background: #f9f9f9;
}

#wrapper {
  padding: 30px 15px;
}

.navbar-expand-lg .navbar-nav.side-nav {
  flex-direction: column;
}

.card {
  margin-bottom: 15px;
  border-radius: 0;
  box-shadow: 0 3px 5px rgba(0,0,0,.1);
}

.header-top {
  box-shadow: 0 3px 5px rgba(0,0,0,.1);
  /* height:60px */
}

.leftmenutrigger {
  display: none;
}

@media (min-width:992px) {
  .leftmenutrigger {
    display: block;
    display: block;
    margin: 7px 20px 4px 0;
    cursor: pointer;
  }
}

@media (min-width:992px) {
  #wrapper {
    padding: 90px 15px 15px 15px;
  }
}

@media (min-width:992px) {
  .navbar-nav.side-nav.open {
    left: 0;
  }
}

@media (min-width:992px) {
  .navbar-nav.side-nav {
    background: #585f66;
    box-shadow: 2px 1px 2px rgba(0,0,0,.1);
    position: fixed;
    top: 56px;
    flex-direction: column!important;
    left: -220px;
    width: 200px;
    overflow-y: auto;
    bottom: 0;
    overflow-x: hidden;
    padding-bottom: 40px;
  }
}

.animate {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

div {
	
}

.white-text-with-black-shadow {
  text-shadow: 2px 2px 4px red, 0 0 1em red, 0 0 0.2em red;
  color: white;
  font: 1.5em Georgia, serif;
}

.stroke {
  /*font: bold 3em Arial, sans-serif;*/
  color: #f0f0f0;
  text-shadow: #fff -1px -1px 0,                  #333 1px 1px 0;
}

.stroke {
  /*font: bold 3em Arial, sans-serif;*/
  color: #f0f0f0;
  text-shadow: #fff -1px -1px 0,#333 1px 1px 0;
}

.blink {
  width: 200px;
  height: 50px;
  background-color: magenta;
  padding: 15px;
  text-align: center;
  line-height: 50px;
}

span {
  font-size: 18px;
  /*font-family: cursive;*/
  color: white;
  /*animation: blink 1s linear infinite;*/
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tgle {
  0% {
    opacity: 0;
  }
  49.99% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99.99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media (min-width:392px) {
  #wrapper {
    padding: 40px 15px 15px 15px;
  }
}

