@media print {
  .no-print {
     display: none !important;
  }
  div{page-break-inside: avoid;}
}
a.nav-link {
  color: darkgrey;
  border-bottom: none;
}
a.nav-link:hover {
  background-color: rgb(255, 255, 255);
}
a.nav-link.active{
  color: rgb(36, 36, 36);
  font-weight: bold;
}
.bg{
  position:absolute;
  top:10%;
  right:10%;
  font-size: 22px;
  opacity: 12%;
  transform: rotate(-12deg);
}
.bgwave {
  background: repeating-linear-gradient(45deg, #efefef 0, #efefef 5%, #fff 0, #fff 50%) 0 / 10px 10px,
   repeating-linear-gradient(-45deg, #efefef 10, #efefef 5%) 0 / 10px 10px;
}
/*
.bgwave {
  background-image: url("wave.svg");
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
}*/
body {
  margin-bottom: 30px;
  background-image: radial-gradient(circle at center,rgba(240, 248, 255, 0.35),70%,rgba(26, 26, 83, 0.158)); 
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  }
.btn .progress .progress-bar{
    height: 3px;
  }
.btn-light {
    display: inline-flex;
    justify-content: center;
    align-items: center; 
    border: 1px solid lightgrey;
    border-radius: 12px;
    cursor: pointer;
    text-align:center;
    background-size: 300% 100%;
    background-image: linear-gradient(135deg,white, white,aliceblue, whitesmoke);
    box-shadow: rgba(0, 0, 0, 0.24) 1px 1px 4px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
.btn-light:hover {
    border: 1px solid grey;
    box-shadow: rgba(0, 0, 0, 0.24) 2px 3px 8px;
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
.btn-light:focus {
    outline: none;
  }


 
button.btn.btn-light.metric-add.btn-block.active, label.btn.btn-light.metric-add.btn-block.active { 
    background-color: lightgreen;
  }
button.btn.btn-light.metric-remove.btn-block.active {
    background-color: lightpink;
  }
.card {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    margin-bottom: 20px;
    border: 1px solid black;
}
.card-header {
    background-image:  radial-gradient(circle at top,white,70%, rgb(202, 221, 240)); 
    border-bottom: 1px solid lightgrey;
    margin-bottom: 8px;
    background-size:cover;
}
.carousel {
  padding-left: auto;
  padding-right: auto;
}

.carousel-text {
  text-align: center;
  font-size:large;
}
.carousel-img {
  display: flex;
  justify-content: center;
}
.carousel-item img {
  width:70%;
  max-height: 400px;
  object-fit: contain;
 }
.container {
  margin-top:15px;
  transform-style: flat;
}
.text-directions {
  font-size:small;
  font-style: italic;
  color: lightslategray;
}
.dropdown-menu{
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
     z-index:1031 !important;
 }
 .fa-cabinet, .fa-grip-vertical {color: #5c89bd;transform: rotate(-4deg);}
.fa-user, .fa-users, .fa-filter, .fa-clipboard-list, .fa-user-check {color:#5bc0de;transform: rotate(-4deg);}
.fa-layer-group {color: #5c89bd;}
.fa-chart-line, .fa-chart-pie, .fa-cog  {color: darkseagreen;transform: rotate(-4deg);}
.fa-inbox, .fa-edit,.fa-cloud-upload-alt,
.fa-upload, .fa-copy, .fa-info-circle, .fa-download, .fa-file-download, .fa-print, .fa-clone {color:darkblue;transform: rotate(-4deg);}
.fa-bookmark, .fa-university, .color-darkred, .fa-list-alt, .fa-camera {color:darkred;transform: rotate(-4deg);}
.fa-archive {color: burlywood;transform: rotate(-4deg);}
.fa-home {color:dimgray; transform: rotate(-4deg);}
.fa-sign-out-alt {color: steelblue;transform: rotate(-4deg);}
.fa-book,.fa-balance-scale, .fa-tag {color: indigo;transform: rotate(-4deg);}
.color-darkblue {color:darkblue;}
.fa-folder, .fa-folder-open, .fa-folder-plus, .fa-folder-minus, .fa-star, .fa-crown {
    color:LightGoldenRodYellow;  
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; 
    transform: rotate(-4deg);
}
.footer {
    color: white;
    position: absolute;
    bottom: 0px;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 36px;
    line-height: 36px; /* Vertically center the text there */
    background-color: rgb(48, 76, 201);
    border-top: 1px solid darkblue;
  }

.footer a {
    color: whitesmoke;
  }
.header-snapshot {
    background-image:  radial-gradient(circle at top,rgba(60, 60, 156, 0.178),70%, rgba(71, 61, 139, 0.418)); 
    background-image: none;
    background-color: grey;
    color: white;
}
  .hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: left;
    height: 1.5em;
    opacity: 1;
  }
  .hr-text:before {
      content: "";
      background: linear-gradient(to right, transparent, black, transparent);
      position: absolute;
      left: 0;
      top: 20px;
      width: 100%;
      height: 1px;
    }
.hr-text:after {
      content: attr(data-content);
      position: relative;
      display: inline-block;
      color: black;
      font-size: large;
      font-weight: bold;
      font-style: italic;
      padding: 0 0.5em;
      line-height: 1.5em;
      // this is really the only tricky part, you need to specify the background color of the container element...
      color: #818078;
    }
html {
      position: relative;
      min-height: 100%;
      overflow-y: scroll; overflow-x: hidden;
}
hr.spacer {
  border: 0px solid grey;
  margin-top: 2px;
}
kbd {
    background-color: white; 
    color: rgb(57, 109, 161);
    display: inline-block;
    white-space: nowrap;
    font-size: small;
    border-radius: 16px;
    border: 2px solid rgb(57, 109, 161);
  }
.module {
  display: inline-flex;
    justify-content: center;
    align-items: center; 
    cursor: pointer;
    text-align:center;
    text-shadow: rgba(0, 0, 0, 0.24) 4px 4px 8px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
.module:hover {
    text-shadow: rgba(0, 0, 0, 0.40) 8px 12px 32px;transform: rotate(4deg);
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.navbar {
  height: 50px;
}

.navbar .tight-r{
margin-left: -5px;
margin-right: 0px;
padding-right: 0px;
}
.navbar-primary {
  background-color: white;
  /*box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px;*/
  z-index: 2;
  top: 0;
}
.navbar-secondary {
  background-color: whitesmoke; 
  
  border-top: 1px solid black;
  height: 50px;
  margin-top: 50px;
  z-index: 1;
}
.nav-border {
  border-bottom: 5px solid #EDDA74;
}
.pulse {
  animation-name: pulse_animation;
  animation-duration: 3000ms;
  transform-origin:50% 50%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes pulse_animation {
0% { transform: scale(1); }
30% { transform: scale(1); }
40% { transform: scale(1.08); }
50% { transform: scale(1); }
60% { transform: scale(1); }
70% { transform: scale(1.05); }
80% { transform: scale(1); }
100% { transform: scale(1); }
}
.progress {
  height: 4px;
  width: calc(100% - 12px);
  bottom: 1px;
  position: absolute;
  /*border-radius: 12px;*/
}

#sidebar {
  width: 350px;
  position: fixed;
  top: 50px;
  left: -360px;
  height: 100vh;
  z-index: 2000;
  /*background: ghostwhite;*/
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: black;
  /*opacity: 95%;*/
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.mCustomScrollBox {
  margin-left: 15px;
  margin-right: 5px;
}
.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.sticky-offset { top: 56px; }
#sidebar.active {
  left: 0;
}
.sticky-item {
  position: -webkit-sticky;
  position: sticky;
  top:50px;
  z-index: 1;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top:100px;
  z-index: 1;
}
table { 
  transform-style: preserve-3d;
  border-collapse: separate;
  }
th {
  background-color: lightblue;
}


.div-striped  > div {
  padding: 2px;
  margin-left: -18px;
  margin-right: -18px;
  border-bottom: 1px solid lightgrey;
}

.div-striped > div:nth-child(even) {
  background: white;
  padding: 2px;  
}
.div-striped > div:nth-child(odd) {
  background: ghostwhite;
  padding: 2px;
}

.div-striped > div:hover,
.div-striped > div.edit-ready {
  background: #bcdbff;
}
/*
 * Bootstrap Cookie Alert by Wruczek
 * https://github.com/Wruczek/Bootstrap-Cookie-Alert
 * Released under MIT license
 */
 .cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background-color: #000;
}
.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}
.cookiealert a {
  text-decoration: underline
}
.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}