@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

header {
  position: fixed;
  top: 0;
  height: 44px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  flex: 1 1 auto;
  background-color: white;
  z-index: 1;
}

header .h1 {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 9px 15px 15px 15px;
  float: left;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  transition: all 0.2s ease-out;
  word-break: keep-all;
  white-space: nowrap;
  opacity: 1;
}

header .h1 a {
  color: #23273d;
}

header .h1 a span {
  color: #337ab7;
}

header div.collapsed + .h1 {
  opacity: 0;
}

ul li.bold {
  font-weight: bold;
}

aside,
.aside {
  position: fixed;
  width: 44px;
  height: 100%;
  padding: 8px;
  background-color: #23273d;
  border-right: 2px solid #337ab7;
  box-sizing: border-box;
  flex: 0 0 auto;
  overflow: hidden;
  transition: width 0.2s ease-out;
  z-index: 2;
}

aside.collapsed,
.aside.collapsed {
  width: 248px;
}

aside {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.aside {
  position: relative;
  float: left;
}

.aside-box {
  width: 100%;
  height: calc(100% - 54px);
  overflow-y: auto;
  -ms-overflow-style: none;
}

.aside-box::-webkit-scrollbar {
  display: none;
}

aside .logo {
  position: relative;
  height: 38px;
  margin: -4px 0 4px 0;
}

aside .logo picture {
  width: 26px;
  height: 26px;
  display: inline-block;
  margin: 0 0 0 0;
  padding: 3px;
  box-sizing: border-box;
  background-color: #12131f;
  transition: width 0.2s ease-out;
  float: left;
}

aside .logo picture img {
  width: 100%;
}

aside .logo h1 {
  margin: 5px 0 0 50px;
  padding: 0 0 15px 0;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  opacity: 0;
  transition: all 0.2s ease-out;
  word-break: keep-all;
  white-space: nowrap;
}

aside .logo h1 a {
  color: white;
}

aside .logo h1 a span {
  color: #337ab7;
}

aside section {
  transition: all 0.2s ease-out;
  padding-bottom: 30px;
}

aside section ul {
  display: none;
}

aside strong {
  display: block;
  font-weight: 500;
  font-family: "Alegreya Sans", sans-serif;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  transition: all 0.2s ease-out;
}

aside strong i {
  width: 18px;
  padding: 0 0 0 0;
  transition: all 0.2s ease-out;
}

aside strong span {
  display: none;
}

aside .collapsible:after {
  display: none;
  content: "+";
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

aside .active:after {
  display: none;
  content: "\2212";
}

aside button {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 26px;
  height: 26px;
  background-color: #12131f;
  color: white;
  border: 0;
  outline: 0;
}

aside button .fa {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0)";
  transform: rotate(0deg);
  transition: transform 0.2s ease-out;
}

aside ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  list-style: none;
}

aside ul li a {
  display: inline-block;
  padding: 5px 0 5px 0;
  color: rgba(255, 255, 255, 0.8);
}

aside ul li a:hover {
  color: white;
}

aside ul li a i {
  width: 18px;
  padding: 0 10px 0 0;
}

aside.collapsed button .fa {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

aside.collapsed {
  padding: 8px 15px;
}

aside.collapsed .logo picture {
  width: 28px;
  height: 28px;
  margin: -3px -8px 0 -8px;
  padding: 3px;
  background-color: rgba(18, 19, 31, 0);
}

aside.collapsed .logo h1 {
  margin: 5px 0 0 30px;
  opacity: 1;
}

aside.collapsed section ul {
  display: block;
}

aside.collapsed strong {
  text-align: left;
}

aside.collapsed strong span {
  display: inline-block;
}

aside.collapsed strong i {
  padding: 0 10px 0 0;
}

aside.collapsed .collapsible:after {
  display: block;
}

aside.collapsed .active:after {
  display: block;
}

/* The container */

.checkbox-container {
  position: relative;
  display: block;
  margin: 10px 0 10px 0;
  padding: 0 0 0 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-container .label {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 16px;
}

/* Create a custom checkbox */

.checkbox-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 14px;
  width: 14px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 4px;
}

/* On mouse-over, add a grey background color */

.checkbox-container:hover input ~ .checkmark {
  background-color: rgba(255, 255, 255, 0.4);
}

/* When the checkbox is checked, add a blue background */

/* Create the checkmark/indicator (hidden when not checked) */

.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 2px;
  height: 2px;
  background: rgba(255, 255, 255, 0);
  transition: all 0.2s ease-out;
}

.checkbox-container input:hover .checkmark:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
}

/* Show the checkmark when checked */

.checkbox-container input:checked ~ .checkmark:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  display: block;
  background: white;
  border-radius: 2px;
  transition: all 0.2s ease-out;
}

.checkbox-container input:checked:hover ~ .checkmark:after {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 16px;
  height: 16px;
  display: block;
  background: white;
  border-radius: 4px;
}

/* Style the checkmark/indicator */

.card,
.card-list {
  position: relative;
  width: 200px;
  height: 200px;
  display: inline-block;
  margin: 0 15px 15px 15px;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  float: left;
}

.card .card-header,
.card-list .card-header {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0 0 15px 0;
}

.card .card-header picture,
.card-list .card-header picture {
  float: left;
  margin: 0 10px 0 0;
}

.card .card-header picture img,
.card-list .card-header picture img {
  border-radius: 50%;
}

.card .card-header h3,
.card-list .card-header h3 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}

.card .card-header span.underline,
.card-list .card-header span.underline {
  display: block;
  margin: 2px 0 0 0;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1;
  color: #555;
}

.card .card-header span.close,
.card-list .card-header span.close {
  position: absolute;
  top: -10px;
  right: -5px;
}

.card .card-divider,
.card-list .card-divider {
  margin: 0 0 10px 0;
  border: 0;
  outline: 0;
  border-top: 1px solid #ccc;
}

.card .card-content,
.card-list .card-content {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0 0 0 0;
}

.card .card-content picture,
.card-list .card-content picture {
  max-width: 100%;
  height: auto;
}

.card .card-content picture img,
.card-list .card-content picture img {
  width: 100%;
  height: 100%;
}

.card .card-content strong,
.card .card-content em,
.card-list .card-content strong,
.card-list .card-content em {
  font-size: 0.8rem;
  line-height: 1;
  color: #555;
}

.card .card-footer,
.card-list .card-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 30px);
  padding: 0 15px;
  margin: 15px 0 15px 0;
}

.card .card-footer .button-box,
.card-list .card-footer .button-box {
  display: block;
  text-align: right;
}

.card .card-footer .button-box button,
.card-list .card-footer .button-box button {
  padding: 2px 10px;
  border-radius: 2px;
}

.card .card-footer .button-box .btn-cancel,
.card-list .card-footer .button-box .btn-cancel {
  background-color: #f2f2f2;
  color: #555;
  border: 0;
}

.card .card-footer .button-box .btn-success,
.card-list .card-footer .button-box .btn-success {
  background-color: #44f28a;
  border-color: #33b768;
  color: #185430;
  border: 0;
}

.card-list {
  width: 100%;
  height: 150px;
}

.speed-indicator {
  position: relative;
  width: 100%;
  height: 100px;
}

.speed-indicator ul {
  position: relative;
  width: 100%;
  height: 90px;
  list-style: none;
}

.speed-indicator ul li {
  position: absolute;
  left: calc(50% - 3px);
  bottom: 3px;
  height: 85px;
  width: 5px;
  display: inline-block;
  float: left;
  transform-origin: bottom center;
}

.speed-indicator ul li span {
  width: 100%;
  height: 30px;
  display: block;
  background: #337ab7;
  border-radius: 3px;
}

.speed-indicator ul li:nth-child(3n+1) {
  transform: rotate(-90deg);
}

.speed-indicator ul li:nth-child(3n+2) {
  transform: rotate(-81deg);
}

.speed-indicator ul li:nth-child(3n+3) {
  transform: rotate(-72deg);
}

.speed-indicator ul li:nth-child(3n+4) {
  transform: rotate(-63deg);
}

.speed-indicator ul li:nth-child(3n+5) {
  transform: rotate(-54deg);
}

.speed-indicator ul li:nth-child(3n+6) {
  transform: rotate(-45deg);
}

.speed-indicator ul li:nth-child(3n+7) {
  transform: rotate(-36deg);
}

.speed-indicator ul li:nth-child(3n+8) {
  transform: rotate(-27deg);
}

.speed-indicator ul li:nth-child(3n+9) {
  transform: rotate(-18deg);
}

.speed-indicator ul li:nth-child(3n+10) {
  transform: rotate(-9deg);
}

.speed-indicator ul li:nth-child(3n+11) {
  transform: rotate(0deg);
}

.speed-indicator ul li:nth-child(3n+12) {
  transform: rotate(9deg);
}

.speed-indicator ul li:nth-child(3n+13) {
  transform: rotate(18deg);
}

.speed-indicator ul li:nth-child(3n+14) {
  transform: rotate(27deg);
}

.speed-indicator ul li:nth-child(3n+15) {
  transform: rotate(36deg);
}

.speed-indicator ul li:nth-child(3n+16) {
  transform: rotate(45deg);
}

.speed-indicator ul li:nth-child(3n+17) {
  transform: rotate(54deg);
}

.speed-indicator ul li:nth-child(3n+18) {
  transform: rotate(63deg);
}

.speed-indicator ul li:nth-child(3n+19) {
  transform: rotate(72deg);
}

.speed-indicator ul li:nth-child(3n+20) {
  transform: rotate(81deg);
}

.speed-indicator ul li:nth-child(3n+21) {
  transform: rotate(90deg);
}

.speed-indicator .speed-indicator-digit {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  color: #111;
}

.speed-indicator .speed-indicator-underline {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1;
  color: #555;
}

.legend .digit {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 0 0 5px 0;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  color: #111;
}

.legend .underline {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1;
  color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #333333;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 18px;
}

/*
 *
 * Normal styles
 *
*/

p,
strong,
em,
label,
input,
textarea,
div,
ul {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
  color: #333333;
}

a.link {
  color: #FDC029;
}

a.link:hover {
  text-decoration: underline;
}

label {
  font-weight: 600;
}

nav#main {
  display: block;
  text-align: right;
}

nav#main > ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  float: right;
}

nav#main > ul > li {
  position: relative;
  display: inline;
  float: left;
}

nav#main > ul > li > a {
  padding: 10px 15px;
  display: inline-block;
}

/*
nav#main > ul > li:first-of-type > a {
	padding-left: 0;
}

nav#main > ul > li:last-of-type > a {
	padding-right: 0;
}*/

/*  Second deep */

nav#main > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}

nav#main > ul > li:last-of-type > ul {
  left: auto;
  right: 0;
}

nav#main > ul > li > ul > li > a {
  padding: 5px 15px;
  display: inline-block;
}

/*  Third deep */

nav#main > ul > li > ul > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}

nav#main > ul > li > ul > li > ul > li > a {
  padding: 5px 15px;
  display: inline-block;
}

nav#main > ul > li:last-of-type > ul > li > ul {
  left: auto;
  right: 100%;
}

/* On Hovers */

nav#main > ul > li:hover > ul {
  display: block;
}

nav#main > ul > li:hover > ul > li > ul {
  display: none;
}

nav#main > ul > li > ul > li:hover > ul {
  display: block;
}

.nav {
  display: block;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #337ab7;
  text-decoration: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
  margin: 20px 0;
}

.nav-tabs > li {
  float: left;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: white white #ec407a;
  border-bottom: 3px solid #ec407a;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555555;
  cursor: default;
  background-color: white;
  border-bottom: 3px solid #ec407a;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

body {
  display: flex;
}

main {
  position: relative;
  top: 50px;
  padding: 15px;
  box-sizing: border-box;
  flex: 1 1 auto;
}

main ul {
  list-style: none;
}

main ul .day {
  margin-top: 20px;
}

main ul .day:first-of-type {
  margin-top: 0;
}

main ul .day strong {
  font-size: 16px;
  font-weight: 600;
  font-family: "Alegreya Sans", sans-serif;
  color: #333333;
}

main ul .day span {
  font-size: 16px;
  font-weight: 400;
  font-family: "Alegreya Sans", sans-serif;
  color: #333333;
}

main ul span.website {
  width: 90px;
  display: inline-block;
  margin: -1px 5px;
  padding: 1px 3px;
  background: #ddd;
  border: 1px solid #777;
  border-radius: 3px;
  color: #333;
  text-align: center;
  font-size: 10px;
  vertical-align: middle;
}

main ul span.website.w1 {
  background: #ccc;
}

main ul a {
  color: blue;
}

main ul a:hover {
  text-decoration: underline;
}

main ul a:visited {
  color: purple;
}

main ul a:active {
  color: red;
}

