body{
/*background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%);*/
/* background-image: linear-gradient(62deg, #7efbd8 0%, #F7CE68 75%);*/
background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
}
.navbar{
    box-shadow: -0.01em -0.01em 1em 0em #888888;
    margin: 1%;
    padding: 1%;
    border-radius: 0.5em
}

.navbar-brand{
  font-family: 'Pacifico', cursive;
  font-size: 20px;
}

.navbar .navbar-toggle .icon-bar {
    background-color: black;
}
#topNavBar > ul > li > a{
    background-color: transparent;
}

#about{
    background-color: White;
    font-size: 18px;
    margin: 1em;
    box-shadow: -0.01em -0.01em 1em 0em #888888;
    padding: 0.75em;
    border-radius: 0.5em;
}


.container {
  display: flex; /* or inline-flex */
  justify-content: space-evenly;
}

.container-fluid-body{
    box-shadow: -0.01em -0.01em 1em 0em #888888;
    padding: 1.75em;
    border-radius: 1em;
}

.panel{
    border: 0px solid transparent
}

.panel-body {
    padding: 1em;
}

.panel-default{
    border-radius: 1em;
    box-shadow: -0.01em -0.01em 1em 0em #888888;
}

.errorlist{
  color:lightsalmon
}

.item-border{
    border: dashed;
    border-radius: 1em;
    padding: 1em;
}

#credentials{
    background-color: white;
    font-size: 18px;
    align-items: flex-start;
    margin: 1em;
    box-shadow: -0.01em -0.01em 1em 0em #888888;
    padding: 0.75em;
    border-radius: 0.5em
}

#credentials-container{
    text-align: center;
}
th{
    text-align: center;
    border-radius: 1em;
}

.todos{
    margin: 0.05em;
    padding: 0.25em;
}

.todos:hover{
    background-color: #acead5;
    border-radius: 0.5em;
}

.tasks{
    border-radius: 0.5em;
    padding: 0.35em;
    margin: 0.05em;
}

.comment{
    margin: 0.05em;
}
.letter {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    margin: 4em auto 0em;
    max-width: 75%;
    padding: 1em;
    position: relative;
    width: 80%;
    min-height: 11em;
}
.letter:before, .letter:after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.letter:before {
  background: #fafafa;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg);
}
.letter:after {
  background: #f6f6f6;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  right: -3px;
  top: 1px;
  transform: rotate(1.4deg);
}

.progress {
  overflow: hidden;
  margin: 100px auto;
  padding: 0 15px;
  width: 220px;
  height: 34px;
  background: #d3d5d9;
  border-radius: 17px;
  background-image: -webkit-linear-gradient(top, #ebecef, #bfc3c7);
  background-image: -moz-linear-gradient(top, #ebecef, #bfc3c7);
  background-image: -o-linear-gradient(top, #ebecef, #bfc3c7);
  background-image: linear-gradient(to bottom, #ebecef, #bfc3c7);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.8), 0 2px 4px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 6px #b6babe, 0 7px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.8), 0 2px 4px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 6px #b6babe, 0 7px rgba(255, 255, 255, 0.1);
}

.progress-val {float: right;margin-left: 15px;font: bold 15px/34px Helvetica, Arial, sans-serif;color: #333;text-shadow: 0 1px rgba(255, 255, 255, 0.6);}

.progress-bar-visible {display: block;overflow:hidden;height:8px;margin: 13px 0;background:#b8b8b8;border-radius:4px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent 60%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent 60%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent 60%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 60%);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.6);
}

.progress-in {
  display: block;min-width: 8px;height:8px;width:0;background: #1997e6;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -webkit-linear-gradient(left, #147cd6, #24c1fc);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -moz-linear-gradient(left, #147cd6, #24c1fc);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -o-linear-gradient(left, #147cd6, #24c1fc);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), linear-gradient(to right, #147cd6, #24c1fc);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
