.form-error {
  padding: 15px;
}

.form-addon.btn.close {
  width: 30px;
  margin: 0 0 0 -30px;
  position: absolute;
  z-index: 10;
  right: 10px;
}

.form-group.checkboxes {
  margin-bottom: 20px;
}

.form-group.checkboxes > .form-group {
  margin: 5px 0;
}
.form-group.checkboxes > .form-group:first-of-type {
  margin-top: 0px;
}
.form-group.checkboxes > .form-group > .checkbox {
  margin: 0;
}

input.inherit-style {
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 -12px -8px;
  padding: 4px 7px;
  height: auto;
  position: relative;
  top: -6px;
  width: 100%;
}
input.inherit-style + .form-control-feedback {
  top: -8px;
  right: 8px;
}

input::-ms-clear {
  width: 0px;
  height: 0px;
}

.margin-b-0 > div.checkbox {
  margin-bottom: 0;
}

#react {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.overlay.fit {
  right: 0;
  bottom: 0;
}

.anchor, .clip {
  position: relative;
  float: left;
}

.clip {
  overflow: hidden;
}

.clear {
  clear: both;
}

.fill, .fill.clip {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.attach-bottom {
  top: auto;
  bottom: 0;
}

.attach-left {
  right: auto;
  left: 0;
}

.attach-right {
  left: auto;
  right: 0;
}

.width-25p {
  height: 25%;
}

.width-50p {
  height: 50%;
}

.width-75p {
  height: 75%;
}

.height-25p {
  height: 25%;
}

.height-50p {
  height: 50%;
}

.height-75p {
  height: 75%;
}

.height-0 {
  height: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.contain {
  width: 100%;
  float: left;
  clear: both;
}

.center-auto {
  margin-left: auto;
  margin-right: auto;
}

.margin--0 {
  margin: 0px !important;
}

.margin-t--0 {
  margin-top: 0px !important;
}

.margin-b--0 {
  margin-bottom: 0px !important;
}

.margin-l--0 {
  margin-left: 0px !important;
}

.margin-r--0 {
  margin-right: 0px !important;
}

@media (min-width: 768px) {
  .margin-sm-0 {
    margin: 0px !important;
  }

  .margin-sm-t--0 {
    margin-top: 0px !important;
  }

  .margin-sm-b--0 {
    margin-bottom: 0px !important;
  }

  .margin-sm-l--0 {
    margin-left: 0px !important;
  }

  .margin-sm-r--0 {
    margin-right: 0px !important;
  }
}
.margin--1 {
  margin: -25px !important;
}

.margin-t--1 {
  margin-top: -25px !important;
}

.margin-b--1 {
  margin-bottom: -25px !important;
}

.margin-l--1 {
  margin-left: -13px !important;
}

.margin-r--1 {
  margin-right: -13px !important;
}

@media (min-width: 768px) {
  .margin-sm-1 {
    margin: -25px !important;
  }

  .margin-sm-t--1 {
    margin-top: -25px !important;
  }

  .margin-sm-b--1 {
    margin-bottom: -25px !important;
  }

  .margin-sm-l--1 {
    margin-left: -13px !important;
  }

  .margin-sm-r--1 {
    margin-right: -13px !important;
  }
}
.margin--2 {
  margin: -50px !important;
}

.margin-t--2 {
  margin-top: -50px !important;
}

.margin-b--2 {
  margin-bottom: -50px !important;
}

.margin-l--2 {
  margin-left: -25px !important;
}

.margin-r--2 {
  margin-right: -25px !important;
}

@media (min-width: 768px) {
  .margin-sm-2 {
    margin: -50px !important;
  }

  .margin-sm-t--2 {
    margin-top: -50px !important;
  }

  .margin-sm-b--2 {
    margin-bottom: -50px !important;
  }

  .margin-sm-l--2 {
    margin-left: -25px !important;
  }

  .margin-sm-r--2 {
    margin-right: -25px !important;
  }
}
.margin--3 {
  margin: -75px !important;
}

.margin-t--3 {
  margin-top: -75px !important;
}

.margin-b--3 {
  margin-bottom: -75px !important;
}

.margin-l--3 {
  margin-left: -38px !important;
}

.margin-r--3 {
  margin-right: -38px !important;
}

@media (min-width: 768px) {
  .margin-sm-3 {
    margin: -75px !important;
  }

  .margin-sm-t--3 {
    margin-top: -75px !important;
  }

  .margin-sm-b--3 {
    margin-bottom: -75px !important;
  }

  .margin-sm-l--3 {
    margin-left: -38px !important;
  }

  .margin-sm-r--3 {
    margin-right: -38px !important;
  }
}
.margin--4 {
  margin: -100px !important;
}

.margin-t--4 {
  margin-top: -100px !important;
}

.margin-b--4 {
  margin-bottom: -100px !important;
}

.margin-l--4 {
  margin-left: -50px !important;
}

.margin-r--4 {
  margin-right: -50px !important;
}

@media (min-width: 768px) {
  .margin-sm-4 {
    margin: -100px !important;
  }

  .margin-sm-t--4 {
    margin-top: -100px !important;
  }

  .margin-sm-b--4 {
    margin-bottom: -100px !important;
  }

  .margin-sm-l--4 {
    margin-left: -50px !important;
  }

  .margin-sm-r--4 {
    margin-right: -50px !important;
  }
}
.margin--5 {
  margin: -125px !important;
}

.margin-t--5 {
  margin-top: -125px !important;
}

.margin-b--5 {
  margin-bottom: -125px !important;
}

.margin-l--5 {
  margin-left: -63px !important;
}

.margin-r--5 {
  margin-right: -63px !important;
}

@media (min-width: 768px) {
  .margin-sm-5 {
    margin: -125px !important;
  }

  .margin-sm-t--5 {
    margin-top: -125px !important;
  }

  .margin-sm-b--5 {
    margin-bottom: -125px !important;
  }

  .margin-sm-l--5 {
    margin-left: -63px !important;
  }

  .margin-sm-r--5 {
    margin-right: -63px !important;
  }
}
.margin-0 {
  margin: 0px !important;
}

.padding-0 {
  padding: 0px !important;
}

.margin-t-0 {
  margin-top: 0px !important;
}

.margin-b-0 {
  margin-bottom: 0px !important;
}

.padding-t-0 {
  padding-top: 0px !important;
}

.padding-b-0 {
  padding-bottom: 0px !important;
}

.margin-l-0 {
  margin-left: 0px !important;
}

.margin-r-0 {
  margin-right: 0px !important;
}

.padding-l-0 {
  padding-left: 0px !important;
}

.padding-r-0 {
  padding-right: 0px !important;
}

.width-0 {
  width: 0px;
}

.height-0 {
  height: 0px;
}

.margin-1 {
  margin: 25px !important;
}

.padding-1 {
  padding: 25px !important;
}

.margin-t-1 {
  margin-top: 25px !important;
}

.margin-b-1 {
  margin-bottom: 25px !important;
}

.padding-t-1 {
  padding-top: 25px !important;
}

.padding-b-1 {
  padding-bottom: 25px !important;
}

.margin-l-1 {
  margin-left: 12px !important;
}

.margin-r-1 {
  margin-right: 12px !important;
}

.padding-l-1 {
  padding-left: 12px !important;
}

.padding-r-1 {
  padding-right: 12px !important;
}

.width-1 {
  width: 12.5px;
}

.height-1 {
  height: 25px;
}

.margin-2 {
  margin: 50px !important;
}

.padding-2 {
  padding: 50px !important;
}

.margin-t-2 {
  margin-top: 50px !important;
}

.margin-b-2 {
  margin-bottom: 50px !important;
}

.padding-t-2 {
  padding-top: 50px !important;
}

.padding-b-2 {
  padding-bottom: 50px !important;
}

.margin-l-2 {
  margin-left: 25px !important;
}

.margin-r-2 {
  margin-right: 25px !important;
}

.padding-l-2 {
  padding-left: 25px !important;
}

.padding-r-2 {
  padding-right: 25px !important;
}

.width-2 {
  width: 25px;
}

.height-2 {
  height: 50px;
}

.margin-3 {
  margin: 75px !important;
}

.padding-3 {
  padding: 75px !important;
}

.margin-t-3 {
  margin-top: 75px !important;
}

.margin-b-3 {
  margin-bottom: 75px !important;
}

.padding-t-3 {
  padding-top: 75px !important;
}

.padding-b-3 {
  padding-bottom: 75px !important;
}

.margin-l-3 {
  margin-left: 37px !important;
}

.margin-r-3 {
  margin-right: 37px !important;
}

.padding-l-3 {
  padding-left: 37px !important;
}

.padding-r-3 {
  padding-right: 37px !important;
}

.width-3 {
  width: 37.5px;
}

.height-3 {
  height: 75px;
}

.margin-4 {
  margin: 100px !important;
}

.padding-4 {
  padding: 100px !important;
}

.margin-t-4 {
  margin-top: 100px !important;
}

.margin-b-4 {
  margin-bottom: 100px !important;
}

.padding-t-4 {
  padding-top: 100px !important;
}

.padding-b-4 {
  padding-bottom: 100px !important;
}

.margin-l-4 {
  margin-left: 50px !important;
}

.margin-r-4 {
  margin-right: 50px !important;
}

.padding-l-4 {
  padding-left: 50px !important;
}

.padding-r-4 {
  padding-right: 50px !important;
}

.width-4 {
  width: 50px;
}

.height-4 {
  height: 100px;
}

.margin-5 {
  margin: 125px !important;
}

.padding-5 {
  padding: 125px !important;
}

.margin-t-5 {
  margin-top: 125px !important;
}

.margin-b-5 {
  margin-bottom: 125px !important;
}

.padding-t-5 {
  padding-top: 125px !important;
}

.padding-b-5 {
  padding-bottom: 125px !important;
}

.margin-l-5 {
  margin-left: 62px !important;
}

.margin-r-5 {
  margin-right: 62px !important;
}

.padding-l-5 {
  padding-left: 62px !important;
}

.padding-r-5 {
  padding-right: 62px !important;
}

.width-5 {
  width: 62.5px;
}

.height-5 {
  height: 125px;
}

.margin-6 {
  margin: 150px !important;
}

.padding-6 {
  padding: 150px !important;
}

.margin-t-6 {
  margin-top: 150px !important;
}

.margin-b-6 {
  margin-bottom: 150px !important;
}

.padding-t-6 {
  padding-top: 150px !important;
}

.padding-b-6 {
  padding-bottom: 150px !important;
}

.margin-l-6 {
  margin-left: 75px !important;
}

.margin-r-6 {
  margin-right: 75px !important;
}

.padding-l-6 {
  padding-left: 75px !important;
}

.padding-r-6 {
  padding-right: 75px !important;
}

.width-6 {
  width: 75px;
}

.height-6 {
  height: 150px;
}

.margin-7 {
  margin: 175px !important;
}

.padding-7 {
  padding: 175px !important;
}

.margin-t-7 {
  margin-top: 175px !important;
}

.margin-b-7 {
  margin-bottom: 175px !important;
}

.padding-t-7 {
  padding-top: 175px !important;
}

.padding-b-7 {
  padding-bottom: 175px !important;
}

.margin-l-7 {
  margin-left: 87px !important;
}

.margin-r-7 {
  margin-right: 87px !important;
}

.padding-l-7 {
  padding-left: 87px !important;
}

.padding-r-7 {
  padding-right: 87px !important;
}

.width-7 {
  width: 87.5px;
}

.height-7 {
  height: 175px;
}

.margin-8 {
  margin: 200px !important;
}

.padding-8 {
  padding: 200px !important;
}

.margin-t-8 {
  margin-top: 200px !important;
}

.margin-b-8 {
  margin-bottom: 200px !important;
}

.padding-t-8 {
  padding-top: 200px !important;
}

.padding-b-8 {
  padding-bottom: 200px !important;
}

.margin-l-8 {
  margin-left: 100px !important;
}

.margin-r-8 {
  margin-right: 100px !important;
}

.padding-l-8 {
  padding-left: 100px !important;
}

.padding-r-8 {
  padding-right: 100px !important;
}

.width-8 {
  width: 100px;
}

.height-8 {
  height: 200px;
}

.margin-9 {
  margin: 225px !important;
}

.padding-9 {
  padding: 225px !important;
}

.margin-t-9 {
  margin-top: 225px !important;
}

.margin-b-9 {
  margin-bottom: 225px !important;
}

.padding-t-9 {
  padding-top: 225px !important;
}

.padding-b-9 {
  padding-bottom: 225px !important;
}

.margin-l-9 {
  margin-left: 112px !important;
}

.margin-r-9 {
  margin-right: 112px !important;
}

.padding-l-9 {
  padding-left: 112px !important;
}

.padding-r-9 {
  padding-right: 112px !important;
}

.width-9 {
  width: 112.5px;
}

.height-9 {
  height: 225px;
}

.margin-10 {
  margin: 250px !important;
}

.padding-10 {
  padding: 250px !important;
}

.margin-t-10 {
  margin-top: 250px !important;
}

.margin-b-10 {
  margin-bottom: 250px !important;
}

.padding-t-10 {
  padding-top: 250px !important;
}

.padding-b-10 {
  padding-bottom: 250px !important;
}

.margin-l-10 {
  margin-left: 125px !important;
}

.margin-r-10 {
  margin-right: 125px !important;
}

.padding-l-10 {
  padding-left: 125px !important;
}

.padding-r-10 {
  padding-right: 125px !important;
}

.width-10 {
  width: 125px;
}

.height-10 {
  height: 250px;
}

.margin-11 {
  margin: 275px !important;
}

.padding-11 {
  padding: 275px !important;
}

.margin-t-11 {
  margin-top: 275px !important;
}

.margin-b-11 {
  margin-bottom: 275px !important;
}

.padding-t-11 {
  padding-top: 275px !important;
}

.padding-b-11 {
  padding-bottom: 275px !important;
}

.margin-l-11 {
  margin-left: 137px !important;
}

.margin-r-11 {
  margin-right: 137px !important;
}

.padding-l-11 {
  padding-left: 137px !important;
}

.padding-r-11 {
  padding-right: 137px !important;
}

.width-11 {
  width: 137.5px;
}

.height-11 {
  height: 275px;
}

.margin-12 {
  margin: 300px !important;
}

.padding-12 {
  padding: 300px !important;
}

.margin-t-12 {
  margin-top: 300px !important;
}

.margin-b-12 {
  margin-bottom: 300px !important;
}

.padding-t-12 {
  padding-top: 300px !important;
}

.padding-b-12 {
  padding-bottom: 300px !important;
}

.margin-l-12 {
  margin-left: 150px !important;
}

.margin-r-12 {
  margin-right: 150px !important;
}

.padding-l-12 {
  padding-left: 150px !important;
}

.padding-r-12 {
  padding-right: 150px !important;
}

.width-12 {
  width: 150px;
}

.height-12 {
  height: 300px;
}

.margin-13 {
  margin: 325px !important;
}

.padding-13 {
  padding: 325px !important;
}

.margin-t-13 {
  margin-top: 325px !important;
}

.margin-b-13 {
  margin-bottom: 325px !important;
}

.padding-t-13 {
  padding-top: 325px !important;
}

.padding-b-13 {
  padding-bottom: 325px !important;
}

.margin-l-13 {
  margin-left: 162px !important;
}

.margin-r-13 {
  margin-right: 162px !important;
}

.padding-l-13 {
  padding-left: 162px !important;
}

.padding-r-13 {
  padding-right: 162px !important;
}

.width-13 {
  width: 162.5px;
}

.height-13 {
  height: 325px;
}

.margin-14 {
  margin: 350px !important;
}

.padding-14 {
  padding: 350px !important;
}

.margin-t-14 {
  margin-top: 350px !important;
}

.margin-b-14 {
  margin-bottom: 350px !important;
}

.padding-t-14 {
  padding-top: 350px !important;
}

.padding-b-14 {
  padding-bottom: 350px !important;
}

.margin-l-14 {
  margin-left: 175px !important;
}

.margin-r-14 {
  margin-right: 175px !important;
}

.padding-l-14 {
  padding-left: 175px !important;
}

.padding-r-14 {
  padding-right: 175px !important;
}

.width-14 {
  width: 175px;
}

.height-14 {
  height: 350px;
}

.margin-15 {
  margin: 375px !important;
}

.padding-15 {
  padding: 375px !important;
}

.margin-t-15 {
  margin-top: 375px !important;
}

.margin-b-15 {
  margin-bottom: 375px !important;
}

.padding-t-15 {
  padding-top: 375px !important;
}

.padding-b-15 {
  padding-bottom: 375px !important;
}

.margin-l-15 {
  margin-left: 187px !important;
}

.margin-r-15 {
  margin-right: 187px !important;
}

.padding-l-15 {
  padding-left: 187px !important;
}

.padding-r-15 {
  padding-right: 187px !important;
}

.width-15 {
  width: 187.5px;
}

.height-15 {
  height: 375px;
}

.margin-16 {
  margin: 400px !important;
}

.padding-16 {
  padding: 400px !important;
}

.margin-t-16 {
  margin-top: 400px !important;
}

.margin-b-16 {
  margin-bottom: 400px !important;
}

.padding-t-16 {
  padding-top: 400px !important;
}

.padding-b-16 {
  padding-bottom: 400px !important;
}

.margin-l-16 {
  margin-left: 200px !important;
}

.margin-r-16 {
  margin-right: 200px !important;
}

.padding-l-16 {
  padding-left: 200px !important;
}

.padding-r-16 {
  padding-right: 200px !important;
}

.width-16 {
  width: 200px;
}

.height-16 {
  height: 400px;
}

.margin-17 {
  margin: 425px !important;
}

.padding-17 {
  padding: 425px !important;
}

.margin-t-17 {
  margin-top: 425px !important;
}

.margin-b-17 {
  margin-bottom: 425px !important;
}

.padding-t-17 {
  padding-top: 425px !important;
}

.padding-b-17 {
  padding-bottom: 425px !important;
}

.margin-l-17 {
  margin-left: 212px !important;
}

.margin-r-17 {
  margin-right: 212px !important;
}

.padding-l-17 {
  padding-left: 212px !important;
}

.padding-r-17 {
  padding-right: 212px !important;
}

.width-17 {
  width: 212.5px;
}

.height-17 {
  height: 425px;
}

.margin-18 {
  margin: 450px !important;
}

.padding-18 {
  padding: 450px !important;
}

.margin-t-18 {
  margin-top: 450px !important;
}

.margin-b-18 {
  margin-bottom: 450px !important;
}

.padding-t-18 {
  padding-top: 450px !important;
}

.padding-b-18 {
  padding-bottom: 450px !important;
}

.margin-l-18 {
  margin-left: 225px !important;
}

.margin-r-18 {
  margin-right: 225px !important;
}

.padding-l-18 {
  padding-left: 225px !important;
}

.padding-r-18 {
  padding-right: 225px !important;
}

.width-18 {
  width: 225px;
}

.height-18 {
  height: 450px;
}

.margin-19 {
  margin: 475px !important;
}

.padding-19 {
  padding: 475px !important;
}

.margin-t-19 {
  margin-top: 475px !important;
}

.margin-b-19 {
  margin-bottom: 475px !important;
}

.padding-t-19 {
  padding-top: 475px !important;
}

.padding-b-19 {
  padding-bottom: 475px !important;
}

.margin-l-19 {
  margin-left: 237px !important;
}

.margin-r-19 {
  margin-right: 237px !important;
}

.padding-l-19 {
  padding-left: 237px !important;
}

.padding-r-19 {
  padding-right: 237px !important;
}

.width-19 {
  width: 237.5px;
}

.height-19 {
  height: 475px;
}

.margin-20 {
  margin: 500px !important;
}

.padding-20 {
  padding: 500px !important;
}

.margin-t-20 {
  margin-top: 500px !important;
}

.margin-b-20 {
  margin-bottom: 500px !important;
}

.padding-t-20 {
  padding-top: 500px !important;
}

.padding-b-20 {
  padding-bottom: 500px !important;
}

.margin-l-20 {
  margin-left: 250px !important;
}

.margin-r-20 {
  margin-right: 250px !important;
}

.padding-l-20 {
  padding-left: 250px !important;
}

.padding-r-20 {
  padding-right: 250px !important;
}

.width-20 {
  width: 250px;
}

.height-20 {
  height: 500px;
}

.margin-21 {
  margin: 525px !important;
}

.padding-21 {
  padding: 525px !important;
}

.margin-t-21 {
  margin-top: 525px !important;
}

.margin-b-21 {
  margin-bottom: 525px !important;
}

.padding-t-21 {
  padding-top: 525px !important;
}

.padding-b-21 {
  padding-bottom: 525px !important;
}

.margin-l-21 {
  margin-left: 262px !important;
}

.margin-r-21 {
  margin-right: 262px !important;
}

.padding-l-21 {
  padding-left: 262px !important;
}

.padding-r-21 {
  padding-right: 262px !important;
}

.width-21 {
  width: 262.5px;
}

.height-21 {
  height: 525px;
}

.margin-22 {
  margin: 550px !important;
}

.padding-22 {
  padding: 550px !important;
}

.margin-t-22 {
  margin-top: 550px !important;
}

.margin-b-22 {
  margin-bottom: 550px !important;
}

.padding-t-22 {
  padding-top: 550px !important;
}

.padding-b-22 {
  padding-bottom: 550px !important;
}

.margin-l-22 {
  margin-left: 275px !important;
}

.margin-r-22 {
  margin-right: 275px !important;
}

.padding-l-22 {
  padding-left: 275px !important;
}

.padding-r-22 {
  padding-right: 275px !important;
}

.width-22 {
  width: 275px;
}

.height-22 {
  height: 550px;
}

.margin-23 {
  margin: 575px !important;
}

.padding-23 {
  padding: 575px !important;
}

.margin-t-23 {
  margin-top: 575px !important;
}

.margin-b-23 {
  margin-bottom: 575px !important;
}

.padding-t-23 {
  padding-top: 575px !important;
}

.padding-b-23 {
  padding-bottom: 575px !important;
}

.margin-l-23 {
  margin-left: 287px !important;
}

.margin-r-23 {
  margin-right: 287px !important;
}

.padding-l-23 {
  padding-left: 287px !important;
}

.padding-r-23 {
  padding-right: 287px !important;
}

.width-23 {
  width: 287.5px;
}

.height-23 {
  height: 575px;
}

.margin-24 {
  margin: 600px !important;
}

.padding-24 {
  padding: 600px !important;
}

.margin-t-24 {
  margin-top: 600px !important;
}

.margin-b-24 {
  margin-bottom: 600px !important;
}

.padding-t-24 {
  padding-top: 600px !important;
}

.padding-b-24 {
  padding-bottom: 600px !important;
}

.margin-l-24 {
  margin-left: 300px !important;
}

.margin-r-24 {
  margin-right: 300px !important;
}

.padding-l-24 {
  padding-left: 300px !important;
}

.padding-r-24 {
  padding-right: 300px !important;
}

.width-24 {
  width: 300px;
}

.height-24 {
  height: 600px;
}

.margin-25 {
  margin: 625px !important;
}

.padding-25 {
  padding: 625px !important;
}

.margin-t-25 {
  margin-top: 625px !important;
}

.margin-b-25 {
  margin-bottom: 625px !important;
}

.padding-t-25 {
  padding-top: 625px !important;
}

.padding-b-25 {
  padding-bottom: 625px !important;
}

.margin-l-25 {
  margin-left: 312px !important;
}

.margin-r-25 {
  margin-right: 312px !important;
}

.padding-l-25 {
  padding-left: 312px !important;
}

.padding-r-25 {
  padding-right: 312px !important;
}

.width-25 {
  width: 312.5px;
}

.height-25 {
  height: 625px;
}

.margin-26 {
  margin: 650px !important;
}

.padding-26 {
  padding: 650px !important;
}

.margin-t-26 {
  margin-top: 650px !important;
}

.margin-b-26 {
  margin-bottom: 650px !important;
}

.padding-t-26 {
  padding-top: 650px !important;
}

.padding-b-26 {
  padding-bottom: 650px !important;
}

.margin-l-26 {
  margin-left: 325px !important;
}

.margin-r-26 {
  margin-right: 325px !important;
}

.padding-l-26 {
  padding-left: 325px !important;
}

.padding-r-26 {
  padding-right: 325px !important;
}

.width-26 {
  width: 325px;
}

.height-26 {
  height: 650px;
}

.margin-27 {
  margin: 675px !important;
}

.padding-27 {
  padding: 675px !important;
}

.margin-t-27 {
  margin-top: 675px !important;
}

.margin-b-27 {
  margin-bottom: 675px !important;
}

.padding-t-27 {
  padding-top: 675px !important;
}

.padding-b-27 {
  padding-bottom: 675px !important;
}

.margin-l-27 {
  margin-left: 337px !important;
}

.margin-r-27 {
  margin-right: 337px !important;
}

.padding-l-27 {
  padding-left: 337px !important;
}

.padding-r-27 {
  padding-right: 337px !important;
}

.width-27 {
  width: 337.5px;
}

.height-27 {
  height: 675px;
}

.margin-28 {
  margin: 700px !important;
}

.padding-28 {
  padding: 700px !important;
}

.margin-t-28 {
  margin-top: 700px !important;
}

.margin-b-28 {
  margin-bottom: 700px !important;
}

.padding-t-28 {
  padding-top: 700px !important;
}

.padding-b-28 {
  padding-bottom: 700px !important;
}

.margin-l-28 {
  margin-left: 350px !important;
}

.margin-r-28 {
  margin-right: 350px !important;
}

.padding-l-28 {
  padding-left: 350px !important;
}

.padding-r-28 {
  padding-right: 350px !important;
}

.width-28 {
  width: 350px;
}

.height-28 {
  height: 700px;
}

.margin-29 {
  margin: 725px !important;
}

.padding-29 {
  padding: 725px !important;
}

.margin-t-29 {
  margin-top: 725px !important;
}

.margin-b-29 {
  margin-bottom: 725px !important;
}

.padding-t-29 {
  padding-top: 725px !important;
}

.padding-b-29 {
  padding-bottom: 725px !important;
}

.margin-l-29 {
  margin-left: 362px !important;
}

.margin-r-29 {
  margin-right: 362px !important;
}

.padding-l-29 {
  padding-left: 362px !important;
}

.padding-r-29 {
  padding-right: 362px !important;
}

.width-29 {
  width: 362.5px;
}

.height-29 {
  height: 725px;
}

.margin-30 {
  margin: 750px !important;
}

.padding-30 {
  padding: 750px !important;
}

.margin-t-30 {
  margin-top: 750px !important;
}

.margin-b-30 {
  margin-bottom: 750px !important;
}

.padding-t-30 {
  padding-top: 750px !important;
}

.padding-b-30 {
  padding-bottom: 750px !important;
}

.margin-l-30 {
  margin-left: 375px !important;
}

.margin-r-30 {
  margin-right: 375px !important;
}

.padding-l-30 {
  padding-left: 375px !important;
}

.padding-r-30 {
  padding-right: 375px !important;
}

.width-30 {
  width: 375px;
}

.height-30 {
  height: 750px;
}

.margin-31 {
  margin: 775px !important;
}

.padding-31 {
  padding: 775px !important;
}

.margin-t-31 {
  margin-top: 775px !important;
}

.margin-b-31 {
  margin-bottom: 775px !important;
}

.padding-t-31 {
  padding-top: 775px !important;
}

.padding-b-31 {
  padding-bottom: 775px !important;
}

.margin-l-31 {
  margin-left: 387px !important;
}

.margin-r-31 {
  margin-right: 387px !important;
}

.padding-l-31 {
  padding-left: 387px !important;
}

.padding-r-31 {
  padding-right: 387px !important;
}

.width-31 {
  width: 387.5px;
}

.height-31 {
  height: 775px;
}

.dead {
  pointer-events: none;
}

.unsupported {
  opacity: 0.5;
}

.denied {
  opacity: 0.5;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.live {
  pointer-events: auto;
}

.snug h1, .snug h2, .snug h3, .snug h4, .snug h5, .snug h6, .snug p {
  margin: 0;
  padding: 0;
}

.block {
  display: block;
}

.flex-horizontal {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.flex-left {
  -webkit-align-items: left;
  align-items: left;
}

.flex-right {
  -webkit-align-items: right;
  align-items: right;
}

.flex-vertical {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  flex: 1 100%;
}

.flex-between {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-stretch {
  align-items: stretch;
}

html .hspace {
  margin: 0 12.5px;
}

.center {
  position: absolute;
  display: table;
  margin: auto;
  overflow: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
}

.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

input.ellipsis {
  white-space: pre;
}

input.ellipsis:focus {
  overflow: visible;
  text-overflow: visible;
}

img, canvas {
  display: block;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-break {
  word-break: break-all;
}

.text-muted .text-muted {
  opacity: 0.7;
}

.text-uppercase {
  text-transform: uppercase;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.bg-primary {
  background-color: #337ab7 !important;
  color: #fff !important;
}

.nav-pills .nav-link.active {
  background-color: #337ab7;
  color: #fff;
}
.nav-pills .nav-link.active:hover {
  background-color: #337ab7;
  color: #fff;
}
.nav-pills .nav-link {
  color: #337ab7;
}
.nav-pills .nav-link:hover {
  color: #23527c;
  background-color: #eee;
}

.btn-primary {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
}
.btn-primary:hover {
  background-color: #286090;
  border-color: #204d74;
}

/* Bootstrap fixes/tweaks */
.form-label {
  font-weight: 700;
  color: #333;
}

.card {
  background: #f5f5f5;
  padding: 16px;
  margin-bottom: 16px;
}

.list-group-item {
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

input {
  margin-bottom: 15px;
}

.input-group input {
  margin: 0;
}

/* Reusable icon buttons */
button.edit, a.btn.edit {
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  opacity: 0.2;
  color: #000 !important;
}
button.edit:hover, a.btn.edit:hover {
  opacity: 0.5;
}

button.close, button.edit {
  opacity: 0.2;
}
button.close:hover, button.edit:hover {
  opacity: 0.5;
}
button.close.btn, button.edit.btn {
  width: 50px;
  background: none !important;
  padding-top: 5px;
  padding-bottom: 8px;
  text-align: center;
  border: none;
  color: #000;
}
button.close.btn.btn-lg, button.edit.btn.btn-lg {
  padding-top: 6px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 16px;
  vertical-align: middle;
}
button.close.btn.btn-sm, button.edit.btn.btn-sm {
  width: 30px;
  padding: 0;
  margin-right: 0;
}
button.close:active:focus, button.edit:active:focus {
  outline: none;
  background: rgba(0, 0, 0, 0.05) !important;
}

label:hover .close, label:hover .edit {
  opacity: 0.5;
}

/* Injectable clearfix */
.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear {
  clear: both;
}

/* Undo rounded corners */
.square-top, .list-group-combined .form-compact.well.bottom, .list-group-combined .form-tight.well.bottom, .list-group-combined .form-compact.well.middle, .list-group-combined .form-tight.well.middle {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.square-bottom, .list-group-combined .form-compact.well.middle, .list-group-combined .form-tight.well.middle, .list-group-combined .form-compact.well.top, .list-group-combined .form-tight.well.top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Inline editable title */
.title-edit h1, .title-edit h2, .title-edit h3, .title-edit h4, .title-edit h5, .title-edit h6, .title-edit button {
  float: left;
  margin: 0;
}
.title-edit .title-stretch {
  width: 100%;
  margin-right: -50px;
  padding-right: 50px;
}
.title-edit label {
  display: inline;
  font-weight: inherit;
}
.title-edit button {
  margin-left: 5px;
}
.title-edit button.edit .glyphicon {
  position: relative;
  top: -1px;
}

label h1, label h2, label h3, label h4, label h5, label h6 {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
}

h1 label, h2 label, h3 label, h4 label, h5 label, h6 label {
  cursor: pointer;
}

/* Compact form */
.form-compact.well .control-label {
  margin-bottom: 4px;
  position: relative;
}

@media (min-width: 768px) {
  .well.form-compact .form-group {
    margin-bottom: 0;
  }
}
.title-edit .form-group {
  margin-bottom: 0;
}

/* Fix media objects inside list groups */
.list-group .list-group-item {
  overflow: hidden;
  align-items: center;
  display: flex;
}
.list-group .list-group-item > div {
  display: flex;
  flex: 1;
}
.list-group .list-group-item .media-buttons {
  flex: 0;
}
.list-group .list-group-item > .media, .list-group .list-group-item > * > .media {
  margin-top: 0px;
  color: #555;
}
.list-group .list-group-item > .btn {
  float: right;
}
.list-group .list-group-item:hover .media-button-shim {
  background: #f5f5f5;
}
.list-group .list-group-item .media-button-shim {
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  z-index: 10;
}

.media-buttons {
  flex: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* Combined list group + well */
.list-group-combined {
  margin-bottom: 8px;
}
.list-group-combined .list-group-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-group-combined .list-group {
  margin: 0;
}
.list-group-combined .list-group .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.list-group-combined .list-group-title {
  min-height: 20px;
}
.list-group-combined .list-group-title.well {
  background: none;
  box-shadow: none;
}
.list-group-combined .form-compact.well, .list-group-combined .form-tight.well {
  padding: 17px 15px 16px;
  clear: both;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
.list-group-combined .form-compact.well.top, .list-group-combined .form-compact.well.middle, .list-group-combined .form-tight.well.top, .list-group-combined .form-tight.well.middle {
  margin-bottom: -1px;
}
.list-group-combined .form-compact.well.middle, .list-group-combined .form-compact.well.bottom, .list-group-combined .form-tight.well.middle, .list-group-combined .form-tight.well.bottom {
  position: relative;
  background-color: #f5f5f5;
}
/* Compact (two column) list-group */
@media (max-width: 767px) {
  .list-group-compact .odd {
    display: none;
  }
}
@media (min-width: 768px) {
  .list-group-compact .media-heading br {
    display: none;
  }
  .list-group-compact .media-heading span, .list-group-compact .media-heading small {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding-bottom: 1px;
    max-width: 180px;
    vertical-align: baseline;
  }
  .list-group-compact .media-heading small {
    margin-top: 5px;
  }
  .list-group-compact .list-group:after {
    content: "";
    display: table;
    clear: both;
  }
  .list-group-compact .list-group .list-group-item {
    width: 50%;
    float: left;
  }
  .list-group-compact .list-group .list-group-item:nth-child(1) {
    border-radius: 0;
    border-top-left-radius: 4px;
  }
  .list-group-compact .list-group .list-group-item:nth-child(2), .list-group-compact .list-group .odd.one .list-group-item {
    border-radius: 0;
    border-top-right-radius: 4px;
  }
  .list-group-compact .list-group .list-group-item:nth-child(2n) {
    border-left: none;
  }
  .list-group-compact .list-group .odd .list-group-item {
    border-left: 0;
    border-radius: 0;
    min-height: 69px;
    /*
    background: rgb(245, 245, 245);
    */
  }
  .list-group-compact.square .list-group .list-group-item {
    border-radius: 0 !important;
  }

  .list-group-compact:not(.list-group-combined) .list-group:not(.list-group-odd) .list-group-item:nth-last-child(2) {
    border-bottom-left-radius: 4px;
  }
  .list-group-compact:not(.list-group-combined) .list-group:not(.list-group-odd) .list-group-item:nth-last-child(1) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
  }
  .list-group-compact:not(.list-group-combined) .list-group-odd .list-group-item:nth-last-child(1) {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
  }
  .list-group-compact:not(.list-group-combined) .list-group-odd .odd .list-group-item {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
  }
}
@media (min-width: 992px) {
  .list-group-compact .media-heading span, .list-group-compact .media-heading small {
    max-width: 270px;
  }
}
@media (min-width: 1200px) {
  .list-group-compact .media-heading span, .list-group-compact .media-heading small {
    max-width: 400px;
  }
}
/* Media group view */
.media-group.media-group-view {
  overflow: auto;
  min-height: 395px;
  max-height: 395px;
}

.media-group-small .media-body, .list-group-small .media-body {
  height: auto;
}
.media-group-small .media-heading, .list-group-small .media-heading {
  font-size: inherit;
  margin-bottom: 0;
  line-height: 25px;
}
.media-group-small div:empty + .btn, .list-group-small div:empty + .btn {
  margin-top: 0;
}
.list-group-small {
  cursor: default;
}
.list-group-small:not(.list-group-static) .list-group-item:hover {
  background: #f2f2f2;
}
.list-group-small .btn.close.btn-lg {
  font-size: 20px;
  line-height: 20px;
  border: none;
  background: transparent;
  color: #333;
}
.list-group-small .list-group-item {
  padding: 2px 10px;
}
.list-group-small .list-group-item > div {
  display: flex;
  flex: 1;
}
.list-group-small .list-group-item .media-buttons {
  flex: 0;
}
.list-group-small .list-group-item:first-child {
  padding-top: 3px;
}
.list-group-small .list-group-item:last-child {
  padding-bottom: 3px;
}
.list-group-small .list-group-item:first-child:not(:last-child) {
  border-bottom: 0;
}
.list-group-small .list-group-item:last-child:not(:first-child) {
  border-top: 0;
}
.list-group-small .list-group-item:not(:first-child):not(:last-child) {
  border-top: 0;
  border-bottom: 0;
}

.media-select {
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  margin-left: -8px;
  margin-right: -8px;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: middle;
}
.media-select:hover {
  background-color: #F5F5F5;
}

.media-modal {
  padding: 16px;
}
.media-modal .media-select {
  margin-left: 0;
  margin-right: 0;
}

/* Make media items size correctly without subtitle */
.media-body {
  flex: 1;
  display: table-cell;
  vertical-align: middle;
}
.media-body h4 {
  font-size: 18px;
  font-weight: 500;
}
.media-body small {
  font-size: 75%;
  font-weight: 400;
}

.media {
  overflow: visible;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-start;
}
.media .media-body {
  overflow: hidden;
}
.media .label {
  margin-right: 2px;
}

/* Modal overlay fixes */
.modal-backdrop {
  bottom: 0;
  position: fixed;
  z-index: 1000;
  background-color: #fff;
}

.modal {
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    width: 500px;
  }
}
@media (min-width: 992px) {
  .modal .modal-lg {
    width: 900px;
  }
}
.modal .modal-body {
  max-height: 75vh;
  overflow-y: auto;
}
.modal .modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 0;
}
.modal .modal-footer {
  border-top: 0;
}
.modal .modal-content {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 30px 0px;
}

/* Label abuse */
h3 label {
  font-weight: inherit;
}

/* Expanded well (snug fit inside column) */
.well-expand {
  border-radius: 0px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
}

/* Image well */
.well-image {
  position: relative;
  padding: 0;
}
.well-image label {
  margin: 0;
}
.well-image .well-image-stretch {
  padding: 0;
  padding-bottom: 100%;
  position: relative;
}
.well-image .img {
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.well-image .file-drop .file-drop-edit {
  left: auto;
  top: auto;
}
.well-image .file-drop .file-drop-outline {
  margin: -1px;
}

/* Video well */
.well-video {
  position: relative;
  padding: 0;
}
.well-video label {
  margin: 0;
}
.well-video .well-video-stretch {
  padding-bottom: 56.25%;
  position: relative;
}
.well-video .well-video-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.well-video .well-video-placeholder span {
  font-size: 36px;
}
.well-video .img {
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-size: fit;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.well-video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.well-video .file-drop .file-drop-edit {
  left: auto;
  top: auto;
}
.well-video .file-drop .file-drop-outline {
  margin: -1px;
}

/* Audio well */
.well-audio {
  position: relative;
  padding: 0;
}
.well-audio label {
  margin: 0;
}
.well-audio .well-audio-stretch {
  padding-bottom: 130px;
  position: relative;
}
.well-audio .well-audio-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.well-audio .well-audio-placeholder span {
  font-size: 36px;
}
.well-audio .img {
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-size: 100% 100px;
  background-repeat: no-repeat;
}
.well-audio audio {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 4px;
}
.well-audio .file-drop .file-drop-edit {
  left: auto;
  top: auto;
}
.well-audio .file-drop .file-drop-outline {
  margin: -1px;
}

/* File Replace Button */
.well-replace {
  position: relative;
  padding: 0;
}
.well-replace label {
  margin: 0;
}
.well-replace .well-replace-stretch {
  padding-bottom: 50px;
  position: relative;
}
.well-replace .file-drop .file-drop-edit {
  left: auto;
  top: auto;
}
.well-replace .file-drop .file-drop-outline {
  margin: -1px;
}

/* File drop */
.file-drop .progress {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.file-drop label {
  font-weight: inherit;
  display: block;
}
.file-drop .file-drop-edit {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.file-drop .file-drop-edit .btn.edit {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #f5f5f5 !important;
  margin-right: 0;
  width: 40px;
  text-shadow: 0 1px 1px white;
  opacity: 0.5;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.file-drop:hover .file-drop-edit .btn.edit, .file-drop:active .file-drop-edit .btn.edit {
  opacity: 0.8;
}
.file-drop .file-drop-input {
  opacity: 0;
  max-width: 100%;
  margin: 0;
}
.file-drop .file-drop-overlay {
  overflow: hidden;
  cursor: pointer;
}
.file-drop .file-drop-overlay.instructions > span > span {
  padding: 15px;
  font-style: italic;
  opacity: 0.75;
}
.file-drop .file-drop-overlay > span {
  display: table;
  width: 100%;
  height: 100%;
}
.file-drop .file-drop-overlay > span > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.file-drop .file-drop-outline {
  border: 2px solid rgba(0, 0, 0, 0);
  z-index: 11;
  pointer-events: none;
}
.file-drop .file-drop-hovering {
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.media-left .img.media-object {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  margin-right: 16px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.list-group-small .media-left, .media-group-small .media-left {
  min-width: 58px;
}

.list-group-small .media-left, .media-group-small .media-left {
  min-width: 36px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.list-group-small .media-left .img.media-object, .media-group-small .media-left .img.media-object {
  position: relative;
  top: -1px;
  max-height: 22px;
  max-width: 22px;
  margin-left: auto;
  margin-right: auto;
}

.list-group-hover .media {
  padding: 5px;
  margin: 0;
}

.list-group-hover .media:hover {
  background: #f5f5f5;
}

.btn-center span {
  display: table-cell;
  vertical-align: middle;
}

.ui-spacer {
  height: 7px;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  cursor: default;
}

.btn-label {
  padding: 0;
  text-align: center;
  top: 2px;
  position: relative;
}
.btn-label > label {
  padding-left: 5px;
  display: inline;
  font-weight: normal;
  font-size: 80%;
  top: -2px;
  position: relative;
  cursor: pointer;
}

.btn-label:hover {
  text-decoration: none;
}

.table > thead > tr > th {
  vertical-align: top;
}

.faded {
  opacity: 0.5;
}

a {
  text-decoration: none !important;
}

.nav-pills .nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.badge {
  background-color: #777777;
  color: #fff;
  margin-right: 2px;
  font-weight: 700;
}

a.list-group-item:hover {
  background-color: #f5f5f5;
  color: inherit;
}

.btn-group .btn-primary {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-group .btn-primary:disabled {
  color: #999;
  background-color: #f5f5f5;
  border-color: #ccc;
}
.btn-group .btn-primary:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-group .btn-primary.active {
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-group .btn-primary.active:hover {
  background-color: #d4d4d4;
}
.btn-group .btn-primary:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
}

.progress-bar {
  background-color: #2E7B7C !important;
}

/*!
 * Datetimepicker for Bootstrap v3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget.timepicker-sbs {
  width: 600px;
}

.bootstrap-datetimepicker-widget.bottom:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.bottom:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.top:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.top:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  position: absolute;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget .dow {
  width: 14.2857%;
}

.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 100%;
  font-weight: bold;
  font-size: 1.2em;
}

.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}

.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #999999;
}

.bootstrap-datetimepicker-widget td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget td.today:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget td span:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget td span.active {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget td span.old {
  color: #999999;
}

.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget th.switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  font-size: 21px;
}

.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee;
}

.input-group.date .input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0px !important;
}

.navbar-branded .navbar-nav .glyphicon,
.menu .list-group-item .glyphicon,
.btn:not(.btn-lg) .glyphicon,
.input-group-addon .glyphicon {
  width: 14px;
}

.fallback-overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  padding: 20px 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.fallback-overlay h1 {
  margin: 0;
  line-height: 40px;
}

.svg-bold > svg {
  stroke-width: 2px;
}

.navbar-branded {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  border: 0;
  border-radius: 0;
  background: #15585A;
}
.navbar-branded > .container {
  gap: 10px;
}
.navbar-branded .nav-link {
  color: white;
}
.navbar-branded .nav-link:hover {
  color: #B2E5E7 !important;
}
.navbar-branded .nav-link.show {
  color: white;
}
.navbar-branded .nav-item > a {
  color: white;
}
.navbar-branded .nav-item > a:hover {
  color: #B2E5E7 !important;
}
.navbar-branded .navbar-brand {
  position: relative;
  top: -1px;
  font-weight: bold;
  font-size: 16px;
  color: white !important;
  flex: 1;
}
.navbar-branded .navbar-brand small {
  color: #B2E5E7 !important;
  font-size: 16px;
  font-weight: normal;
}
.navbar-branded .navbar-nav {
  color: white;
}
.navbar-branded .navbar-nav > .nav-item {
  display: flex;
  align-items: center;
}
.navbar-branded .navbar-nav > .nav-item a {
  display: flex;
  align-items: center;
}
.navbar-branded .navbar-nav > li > a[href] {
  color: white !important;
}
.navbar-branded .navbar-nav > li > a[href]:hover {
  color: #B2E5E7 !important;
}
.navbar-branded .navbar-nav > .open > a, .navbar-branded .navbar-nav > .open > a:hover, .navbar-branded .navbar-nav > .open > a:focus {
  background: #228d90;
  color: white !important;
}
.navbar-branded .dropdown > button {
  background: none;
  border: none;
  color: white;
}
.navbar-branded .dropdown > button:hover {
  color: #B2E5E7 !important;
}
.navbar-branded .dropdown > button:active, .navbar-branded .dropdown > button.show {
  background-color: #228d90;
  border: none;
}
@media (max-width: 767px) {
  .navbar-branded .navbar-brand small {
    display: none;
  }
  .navbar-branded .navbar-header {
    float: left;
  }
  .navbar-branded .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-branded .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-branded .navbar-nav > li > a[href] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-branded .navbar-nav .open .dropdown-menu {
    right: 0;
    left: auto;
    position: absolute;
    float: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .navbar-branded .navbar-nav .open .dropdown-menu > li > a[href]:hover,
.navbar-branded .navbar-nav .open .dropdown-menu > li > a[href]:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
    cursor: pointer;
  }
  .navbar-branded .navbar-nav .open .dropdown-menu > li > a,
.navbar-branded .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-branded .navbar-nav .open .dropdown-menu > li > a:focus {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    background: #fff;
    color: #333;
    white-space: nowrap;
  }
}

.container.frame {
  position: relative;
  padding-top: 56px;
  height: 100%;
  min-height: 100vh;
}
.container.frame > .row.frame {
  height: 100%;
}
@media (max-width: 767px) {
  .container.frame > .row.frame .sidebar {
    width: 130px;
  }
}
@media (min-width: 768px) {
  .container.frame > .row.frame .sidebar {
    width: 188px;
  }
}
@media (min-width: 992px) {
  .container.frame > .row.frame .sidebar {
    width: 243px;
  }
}
@media (min-width: 1200px) {
  .container.frame > .row.frame .sidebar {
    width: 293px;
  }
}

div.sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  border-right: 1px solid #28a9ad;
  padding: 0;
}
div.sidebar > .wrap {
  overflow: hidden;
  background: #B2E5E7;
  margin-left: -1000px;
  padding-left: 1015px;
  min-height: 100%;
  padding-top: 72px;
}
div.sidebar h3, div.sidebar .h3 {
  font-weight: bold;
  font-size: 14px;
  color: #15585A;
  text-transform: uppercase;
}
div.sidebar .list-group .list-group-item {
  border: 0;
  padding: 0;
  margin-right: 10px;
  background: none;
  margin-bottom: 1px;
}
div.sidebar .list-group .list-group-item a {
  display: block;
  padding: 5px 10px;
  color: black;
  border-radius: 4px;
}
div.sidebar .list-group .list-group-item a.active, div.sidebar .list-group .list-group-item a.active:hover {
  background: #228d90;
  color: white;
  text-decoration: none;
}
div.sidebar .list-group .list-group-item a:hover {
  background: #8ae1e4;
  color: #0b3031;
  text-decoration: none;
}
div.sidebar .list-group .list-group-item a span {
  display: flex;
  align-items: center;
}

div.frame-title {
  display: table;
  margin-bottom: 25px;
}
div.frame-title > span.shim {
  display: none;
}
div.frame-title > span {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
}
div.frame-title button {
  border: 1px solid #fff;
}
div.frame-title h1, div.frame-title h2, div.frame-title h3 {
  margin: 0;
}
div.frame-title.with-button h1, div.frame-title.with-button h2, div.frame-title.with-button h3 {
  margin-left: 5px;
}

div.frame-title.absorb {
  position: fixed;
  top: 6px;
  margin: 0;
  z-index: 101;
  padding: 0 0 0 203px;
  height: 48px;
}
div.frame-title.absorb > span.shim {
  display: table-cell;
  padding: 0;
  width: 300px;
}
div.frame-title.absorb.with-button {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: -348px;
}
div.frame-title.absorb.with-link {
  cursor: pointer;
}
div.frame-title.absorb.with-flip:hover button {
  transform: scale(-1, 1);
}
div.frame-title.absorb button {
  border: 0;
  background: #15585a;
  color: white;
  opacity: 1;
}
div.frame-title.absorb:hover button.frame-back {
  background: #228d90;
  color: white;
}
div.frame-title.absorb h1, div.frame-title.absorb h2, div.frame-title.absorb h3 {
  color: white;
  font-size: 16px;
}

div.main.with-sidebar div.frame-title.absorb.with-button {
  margin-left: -551px;
}

@media (max-width: 767px) {
  div.frame-title.absorb {
    padding: 0 0 0 136px;
  }

  div.main.with-sidebar div.frame-title.absorb.with-button {
    margin-left: -475px;
  }
}
div.main {
  padding-top: 16px;
}
div.main.with-sidebar {
  padding-left: 313px;
}
div.sidebar .glyphicon, nav.navbar-default .glyphicon {
  margin-right: 8px;
}

@media (min-width: 767px) {
  .viewport-xs-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .viewport-xs-hide {
    display: none;
  }

  .dropdown .dropdown-toggle .ident-name {
    display: none;
  }
}
div.body.fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.menu-group {
  margin-bottom: 16px;
}

.account-license {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
}
.account-license > div {
  border: none;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0;
}
.account-license > div:last-child {
  border-bottom: none;
}
.account-license .middle, .account-license .bottom {
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
  .user-password button {
    margin-top: 32px;
  }

  .user-invite-form .form-group + .form-group {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .well.well-image {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
.account-quota-reached {
  display: table-cell;
  height: 74px;
  vertical-align: middle;
}

.pager-wide {
  clear: both;
  min-height: 49px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pager-wide .pager-buttons {
  margin: 10px 0 10px;
  float: right;
}
.pager-wide .pager-info {
  float: left;
  margin: 8px 0;
}

.message.media .media-form {
  position: relative;
}
.message.media .media-form .form-group {
  margin-right: 40px;
}
.message.media .media-form .file-drop > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  margin: 0;
}
.message.media .media-form .file-drop .file-drop-hovering {
  border-radius: 4px;
  background: rgba(86, 192, 224, 0.25);
}
.message.media .media-form button, .message.media .media-form a.btn {
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0px;
  font-size: 20px;
  text-indent: -1px;
  border: 0px;
  opacity: 0.5;
}
.message.media .media-form button .glyphicon, .message.media .media-form a.btn .glyphicon {
  margin-top: 9px;
}
.message.media .media-form button:hover, .message.media .media-form a.btn:hover {
  opacity: 1;
}
.message.media .media-buttons {
  visibility: hidden;
}
.message.media:hover .media-buttons {
  visibility: visible;
}
.message.media .message-time {
  display: inline-block;
}
.message.media .message-name {
  color: #888;
  font-weight: bold;
}
.message.media .media-body .message-asset img {
  float: left;
  margin-right: 5px;
  max-width: 200px;
  max-height: 200px;
}

.media.context-summary .context-total {
  float: right;
  font-size: 14px;
  font-weight: bold;
  margin-top: 2px;
  margin-right: 10px;
}

.chart-small {
  float: left;
}
.chart-small h4 {
  font-size: 12px;
}
.chart-small .rd3-piechart-label {
  font-size: 10px;
}

.stats-report .report-buttons {
  height: 34px;
  position: relative;
  z-index: 5;
}
.stats-report .munch-progress {
  margin-top: -95px;
  padding-top: 20px;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: 0;
  width: 100px;
  height: 32px;
}

.stats-students .munch-progress {
  float: right;
  width: 100px;
  height: 32px;
  margin-bottom: -32px;
}

.stats-summary .expandable {
  cursor: pointer;
}
.stats-summary .expand-arrow {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  -webkit-transform: translate(0px, -1px);
  transition: transform 0.15s ease-in-out;
  transform: translate(0px, -1px);
  font-size: 12px;
}
.stats-summary.expanded {
  margin-bottom: 30px;
}
.stats-summary.expanded .expand-arrow {
  -webkit-transform: translate(-2px, -1px) rotate(90deg);
  transform: translate(-2px, -1px) rotate(90deg);
}

.sidebar .badge {
  margin-left: 5px;
  background: #fff;
  background-color: #fff !important;
  color: #29777b !important;
  opacity: 0.7;
  position: relative;
  top: -1px;
}

.stats-history-results {
  position: relative;
  font-size: 14px;
}

.tags-well {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  padding: 4px 4px;
  cursor: text;
  min-height: 36px;
  height: auto;
  line-height: 26px;
}
.tags-well canvas {
  display: none;
}
.tags-well .tags-pill {
  position: relative;
  line-height: 12px;
  font-size: inherit;
  font-weight: normal;
  display: inline;
}
.tags-well .tags-pill span:first-child {
  position: relative;
  top: 2px;
}
.tags-well .tags-pill.tags-pill-selected {
  color: #fff;
  background: #6DA3D2;
}
.tags-well .tags-input {
  border: 0;
  margin: 0;
  padding: 0 5px;
  flex: 1;
  box-sizing: content-box;
}
.tags-well .tags-input:focus {
  outline: none;
}
.tags-well.tags-focused {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.tags-well .btn-link {
  line-height: inherit;
  position: relative;
  left: 5px;
  top: -1px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.5);
}
.tags-well .btn-link :hover {
  color: #fff;
}

.tags-combo {
  position: relative;
}
.tags-combo .tags-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: -1px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.tags-combo .tags-autocomplete li {
  padding: 4px 6px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
}
.tags-combo .tags-autocomplete li.tags-selected, .tags-combo .tags-autocomplete li:hover {
  color: #ffffff;
  background-color: #3090FF;
}

.recent-list-group-item {
  margin-bottom: 8px;
  padding-right: 0px;
}

.dashboard-grid .panel-title a.collapsed .grid-label-icon {
  transform: rotate(0deg);
}
.dashboard-grid .panel-title a {
  text-decoration: none;
}
.dashboard-grid .grid-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 34px;
  width: 100%;
  margin-right: 10px;
}
.dashboard-grid .grid-header .grid-label {
  width: 33.333333%;
}
.dashboard-grid .grid-header .grid-label .grid-label-icon {
  margin-right: 5px;
  transform: rotate(90deg);
  transition-duration: 0.35s;
}
.dashboard-grid .grid-header .grid-content {
  width: 66.666667%;
}
.dashboard-grid .grid-highlights {
  display: flex;
  margin: 0px;
}
.dashboard-grid .grid-highlights-button {
  flex-grow: 1;
  margin: 0px 5px;
  min-width: 80px;
}
.dashboard-grid .grid-highlights-button.btn {
  color: #333;
  border-color: #ccc;
}
.dashboard-grid .grid-highlights-button.btn:hover {
  border-color: #333;
  opacity: 0.8;
}

.carousel .carousel-indicators {
  bottom: 0px;
  opacity: 0.5;
}
.carousel .carousel-indicators li {
  border-color: black;
}
.carousel .carousel-indicators li.active {
  background-color: black;
}
.carousel .carousel-inner {
  padding-bottom: 30px;
}
.carousel .carousel-inner .item {
  padding: 0 16px;
  height: 100px;
  width: 100%;
}
@media (max-width: 990px) {
  .carousel .carousel-inner .item {
    height: 140px;
  }
}
.carousel .glyphicon-chevron-left,
.carousel .glyphicon-chevron-right {
  color: black;
  font-size: 14px;
}
.carousel .carousel-control {
  width: 16px;
  bottom: 25px;
}
.carousel .carousel-control.right, .carousel .carousel-control.left {
  background-image: none;
}

.message-panel {
  width: auto;
  border-radius: 5px;
  background-color: transparent;
  overflow: hidden;
  border: 1px solid #515151;
  height: 100%;
}
.message-panel.info {
  border-color: #15585A;
}
.message-panel.early-warning {
  border-color: #DCE077;
}
.message-panel.warning {
  border-color: #FF8E7A;
}
.message-panel.error {
  border-color: #F05F42;
}
.message-panel .message-title {
  background-color: #515151;
  padding: 8px 10px;
  color: white;
}
.message-panel .message-title.info {
  background-color: #15585A;
}
.message-panel .message-title.early-warning {
  background-color: #DCE077;
  color: #262626;
}
.message-panel .message-title.warning {
  background-color: #FF8E7A;
}
.message-panel .message-title.error {
  background-color: #F05F42;
}
.message-panel .message-content {
  padding: 8px 10px;
}

.dashboard-chart {
  width: 350px;
}
.dashboard-chart .dashboard-chart-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dashboard-chart .dashboard-chart-group .legend {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 80%;
}
.dashboard-chart .dashboard-chart-group .legend .legend-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dashboard-chart .dashboard-chart-group .legend .legend-item .swatch {
  height: 16px;
  width: 16px;
  margin-right: 5px;
  border: 1px solid #515151;
}

.dashboard-row .anchor {
  float: none;
}

.help-button {
  padding: 4px;
  margin-left: 4px;
  line-height: 0;
}
.help-button svg {
  width: 14px;
  height: 14px;
}
.help-button.btn-primary {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.help-button.btn-primary:disabled {
  color: #999;
  background-color: #f5f5f5;
  border-color: #ccc;
}
.help-button.btn-primary:focus, .help-button.btn-primary.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.help-button.btn-primary:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.rollup {
  display: flex;
  flex-direction: row;
  border: 2px solid #555;
  border-radius: 6px;
  overflow: hidden;
}
.rollup .rollup-item {
  flex-basis: 20%;
}
.rollup .rollup-item .rollup-text {
  padding: 4px 0;
  text-align: center;
}
.rollup .rollup-item .show-border {
  border-left: 2px solid #555;
}

@font-face {
  font-family: "Montserrat";
  font-weight: normal;
  src: url("fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  src: url("fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: bold;
  src: url("fonts/Montserrat-Bold.ttf") format("truetype");
}
body {
  font-family: "Montserrat";
}