/*!
 * Angular Material Design
 * https://github.com/angular/material
 * @license MIT
 * v1.0.4
 */

body,
html {
  height: 100%;
  color: rgba(0, 0, 0, .87);
  background: #fff;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body {
  margin: 0;
  padding: 0
}

button,
input,
select,
textarea {
  vertical-align: baseline;
  font-size: 100%
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button
}

button[disabled],
html input[type=button][disabled],
input[type=reset][disabled],
input[type=submit][disabled] {
  cursor: default
}

textarea {
  vertical-align: top;
  overflow: auto
}

.md-ripple-container {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .55s cubic-bezier(.25, .8, .25, 1)
}

.md-ripple {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
  border-radius: 50%
}

.md-ripple.md-ripple-placed {
  transition: margin .9s cubic-bezier(.25, .8, .25, 1), border .9s cubic-bezier(.25, .8, .25, 1), width .9s cubic-bezier(.25, .8, .25, 1), height .9s cubic-bezier(.25, .8, .25, 1), opacity .9s cubic-bezier(.25, .8, .25, 1), -webkit-transform .9s cubic-bezier(.25, .8, .25, 1);
  transition: margin .9s cubic-bezier(.25, .8, .25, 1), border .9s cubic-bezier(.25, .8, .25, 1), width .9s cubic-bezier(.25, .8, .25, 1), height .9s cubic-bezier(.25, .8, .25, 1), opacity .9s cubic-bezier(.25, .8, .25, 1), transform .9s cubic-bezier(.25, .8, .25, 1)
}

.md-ripple.md-ripple-scaled {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1)
}

.md-ripple.md-ripple-active,
.md-ripple.md-ripple-full,
.md-ripple.md-ripple-visible {
  opacity: .2
}

.md-scroll-mask {
  position: absolute;
  background-color: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.md-scroll-mask > .md-scroll-mask-bar {
  display: block;
  position: absolute;
  background-color: #fafafa;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 65;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, .3)
}

.md-button {
  letter-spacing: .010em
}

button,
html,
input,
select,
textarea {
  font-family: Roboto, "Helvetica Neue", sans-serif
}

.layout-align-start,
.layout-align-start-center,
.layout-align-start-end,
.layout-align-start-start,
.layout-align-start-stretch {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.layout-align-center,
.layout-align-center-center,
.layout-align-center-end,
.layout-align-center-start,
.layout-align-center-stretch {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.layout-align-end,
.layout-align-end-center,
.layout-align-end-end,
.layout-align-end-start,
.layout-align-end-stretch {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.layout-align-space-between,
.layout-align-space-between-center,
.layout-align-space-between-end,
.layout-align-space-between-start,
.layout-align-space-between-stretch {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.layout-align-center-start,
.layout-align-end-start,
.layout-align-space-around-start,
.layout-align-space-between-start,
.layout-align-start-start {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start
}

.layout-align-center-center,
.layout-align-end-center,
.layout-align-space-around-center,
.layout-align-space-between-center,
.layout-align-start-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  max-width: 100%
}

.layout-align-center-center > *,
.layout-align-end-center > *,
.layout-align-space-around-center > *,
.layout-align-space-between-center > *,
.layout-align-start-center > * {
  max-width: 100%;
  box-sizing: border-box
}

.layout-align-center-stretch,
.layout-align-end-stretch,
.layout-align-space-around-stretch,
.layout-align-space-between-stretch,
.layout-align-start-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch
}

.flex {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-sizing: border-box
}

.flex-50,
.layout-row > .flex-50 {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box
}

.flex-100,
.layout-column > .flex-100,
.layout-row > .flex-100 {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box
}

.layout-row > .flex {
  min-width: 0
}

.layout-column > .flex {
  min-height: 0
}

.layout,
.layout-column,
.layout-row {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.layout-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.layout-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.layout-padding,
.layout-padding-gt-sm,
.layout-padding-gt-sm > *,
.layout-padding-md,
.layout-padding-md > *,
.layout-padding > *,
.layout-padding > .flex,
.layout-padding > .flex-gt-sm,
.layout-padding > .flex-md {
  padding: 8px
}

@media (max-width: 599px) {
  .hide-xs:not(.show-xs):not(.show),
  .hide:not(.show-xs):not(.show) {
    display: none
  }

  .layout-row > .flex,
  .layout-xs-row > .flex {
    min-width: 0
  }

  .layout-column > .flex,
  .layout-xs-column > .flex {
    min-height: 0
  }
}

@media (min-width: 600px) {
  .layout-gt-xs-row > .flex,
  .layout-row > .flex {
    min-width: 0
  }

  .layout-column > .flex,
  .layout-gt-xs-column > .flex {
    min-height: 0
  }
}

@media (min-width: 600px) and (max-width: 959px) {
  .hide-gt-xs:not(.show-gt-xs):not(.show-sm):not(.show),
  .hide-sm:not(.show-gt-xs):not(.show-sm):not(.show),
  .hide:not(.show-gt-xs):not(.show-sm):not(.show) {
    display: none
  }

  .layout-row > .flex,
  .layout-sm-row > .flex {
    min-width: 0
  }

  .layout-column > .flex,
  .layout-sm-column > .flex {
    min-height: 0
  }

  .layout-sm,
  .layout-sm-column,
  .layout-sm-row {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .layout-sm-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (min-width: 960px) {
  .layout-gt-sm-row > .flex,
  .layout-row > .flex {
    min-width: 0
  }

  .layout-column > .flex,
  .layout-gt-sm-column > .flex {
    min-height: 0
  }

  .layout-gt-sm,
  .layout-gt-sm-column,
  .layout-gt-sm-row {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .layout-gt-sm-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

@media (min-width: 960px) and (max-width: 1279px) {
  .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show),
  .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show),
  .hide-md:not(.show-md):not(.show-gt-sm):not(.show-gt-xs):not(.show),
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show) {
    display: none
  }

  .layout-md-row > .flex,
  .layout-row > .flex {
    min-width: 0
  }

  .layout-column > .flex,
  .layout-md-column > .flex {
    min-height: 0
  }
}

@media (min-width: 1280px) {
  .bulk-delete-start {
    order: 1;
  }

  .layout-align-gt-md-start,
  .layout-align-gt-md-start-center,
  .layout-align-gt-md-start-end,
  .layout-align-gt-md-start-start,
  .layout-align-gt-md-start-stretch {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .layout-align-gt-md-center-center,
  .layout-align-gt-md-end-center,
  .layout-align-gt-md-space-around-center,
  .layout-align-gt-md-space-between-center,
  .layout-align-gt-md-start-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 100%
  }

  .layout-align-gt-md-center-center > *,
  .layout-align-gt-md-end-center > *,
  .layout-align-gt-md-space-around-center > *,
  .layout-align-gt-md-space-between-center > *,
  .layout-align-gt-md-start-center > * {
    max-width: 100%;
    box-sizing: border-box
  }
}

@media (min-width: 1280px) {
  .layout-gt-md-row > .flex,
  .layout-row > .flex {
    min-width: 0
  }

  .layout-column > .flex,
  .layout-gt-md-column > .flex {
    min-height: 0
  }

  .layout-gt-md,
  .layout-gt-md-column,
  .layout-gt-md-row {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .layout-gt-md-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

@media (min-width: 1280px) and (max-width: 1919px) {
  .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),
  .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),
  .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),
  .hide-lg:not(.show-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show),
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show) {
    display: none
  }

  .layout-lg-row > .flex,
  .layout-row > .flex {
    min-width: 0
  }

  .layout-column > .flex,
  .layout-lg-column > .flex {
    min-height: 0
  }
}

@media (min-width: 1920px) {
  .layout-gt-lg-row > .flex,
  .layout-row > .flex {
    min-width: 0
  }

  .layout-column > .flex,
  .layout-gt-lg-column > .flex {
    min-height: 0
  }

  .layout-row > .flex,
  .layout-xl-row > .flex {
    min-width: 0
  }

  .layout-column > .flex,
  .layout-xl-column > .flex {
    min-height: 0
  }

  .hide-gt-lg:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),
  .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),
  .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),
  .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),
  .hide-xl:not(.show-xl):not(.show-gt-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show),
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show) {
    display: none
  }
}

@-webkit-keyframes md-autocomplete-list-out {
  0% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }
  50% {
    opacity: 0;
    height: 40px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  100% {
    height: 0;
    opacity: 0
  }
}

@keyframes md-autocomplete-list-out {
  0% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }
  50% {
    opacity: 0;
    height: 40px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  100% {
    height: 0;
    opacity: 0
  }
}

@-webkit-keyframes md-autocomplete-list-in {
  0% {
    opacity: 0;
    height: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  50% {
    opacity: 0;
    height: 40px
  }
  100% {
    opacity: 1;
    height: 40px
  }
}

@keyframes md-autocomplete-list-in {
  0% {
    opacity: 0;
    height: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  50% {
    opacity: 0;
    height: 40px
  }
  100% {
    opacity: 1;
    height: 40px
  }
}

.md-button {
  border-radius: 3px;
  box-sizing: border-box;
  color: currentColor;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  outline: 0;
  border: 0;
  display: inline-block;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 6px;
  margin: 6px 8px;
  line-height: 36px;
  min-height: 36px;
  background: 0 0;
  white-space: nowrap;
  min-width: 88px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1), background-color .4s cubic-bezier(.25, .8, .25, 1)
}

.md-button:focus {
  outline: 0
}

.md-button:focus,
.md-button:hover {
  text-decoration: none
}

.md-button.ng-hide,
.md-button.ng-leave {
  transition: none
}

.md-button.md-raised:not([disabled]) {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26)
}

.md-button.md-icon-button {
  margin: 0 6px;
  height: 40px;
  min-width: 0;
  line-height: 24px;
  padding: 8px;
  width: 40px;
  border-radius: 50%
}

.md-button.md-icon-button .md-ripple-container {
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC)
}

.md-button:not([disabled]).md-fab.md-focused,
.md-button:not([disabled]).md-raised.md-focused {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26)
}

.md-button:not([disabled]).md-fab:active,
.md-button:not([disabled]).md-raised:active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4)
}

.md-button .md-ripple-container {
  border-radius: 3px;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC)
}

/***********************************
  DELETE START
***********************************/
.md-toast-open-top .md-button.md-fab-top-left,
.md-toast-open-top .md-button.md-fab-top-right {
  transition: all .4s cubic-bezier(.25, .8, .25, 1);
  -webkit-transform: translate3d(0, 42px, 0);
  transform: translate3d(0, 42px, 0)
}

.md-toast-open-top .md-button.md-fab-top-left:not([disabled]).md-focused,
.md-toast-open-top .md-button.md-fab-top-left:not([disabled]):hover,
.md-toast-open-top .md-button.md-fab-top-right:not([disabled]).md-focused,
.md-toast-open-top .md-button.md-fab-top-right:not([disabled]):hover {
  -webkit-transform: translate3d(0, 41px, 0);
  transform: translate3d(0, 41px, 0)
}

.md-toast-open-bottom .md-button.md-fab-bottom-left,
.md-toast-open-bottom .md-button.md-fab-bottom-right {
  transition: all .4s cubic-bezier(.25, .8, .25, 1);
  -webkit-transform: translate3d(0, -42px, 0);
  transform: translate3d(0, -42px, 0)
}

.md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]).md-focused,
.md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]):hover,
.md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]).md-focused,
.md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]):hover {
  -webkit-transform: translate3d(0, -43px, 0);
  transform: translate3d(0, -43px, 0)
}

.md-button-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%
}

.md-button-group > .md-button {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  overflow: hidden;
  width: 0;
  border-width: 1px 0 1px 1px;
  border-radius: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap
}

.md-button-group > .md-button:first-child {
  border-radius: 2px 0 0 2px
}

.md-button-group > .md-button:last-child {
  border-right-width: 1px;
  border-radius: 0 2px 2px 0
}

@media screen and (-ms-high-contrast: active) {
  .md-button.md-fab,
  .md-button.md-raised {
    border: 1px solid #fff
  }
}

.md-inline-form md-checkbox {
  margin: 19px 0 18px
}

.md-inline-form md-datepicker {
  margin-top: 12px
}

.md-datepicker-button {
  display: inline-block;
  box-sizing: border-box;
  background: 0 0
}

.md-datepicker-input {
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  outline: 0;
  background: 0 0;
  min-width: 120px;
  max-width: 328px
}

.md-datepicker-input-container {
  position: relative;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: inline-block;
  width: auto;
  margin-left: 12px
}

.md-datepicker-calendar-pane {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  border-width: 1px;
  border-style: solid;
  background: 0 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: -webkit-transform .2s cubic-bezier(.25, .8, .25, 1);
  transition: transform .2s cubic-bezier(.25, .8, .25, 1)
}

.md-datepicker-input-mask {
  height: 40px;
  width: 340px;
  position: relative;
  background: 0 0;
  pointer-events: none;
  cursor: text
}

.md-datepicker-input-mask-opaque {
  position: absolute;
  right: 0;
  left: 120px;
  height: 100%
}

.md-datepicker-calendar {
  opacity: 0;
  transition: opacity .2s cubic-bezier(.5, 0, .25, 1)
}

.md-pane-open .md-datepicker-calendar {
  opacity: 1
}

.md-datepicker-calendar md-calendar:focus {
  outline: 0
}

.md-datepicker-expand-triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid
}

.md-datepicker-triangle-button {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-25%) translateX(45%);
  transform: translateY(-25%) translateX(45%)
}

.md-datepicker-triangle-button.md-button.md-icon-button {
  height: 100%;
  width: 36px;
  position: absolute
}

.md-datepicker-open .md-datepicker-input-container {
  margin-left: -12px;
  border: none
}

.md-datepicker-open .md-datepicker-input {
  margin-left: 24px;
  height: 40px
}

.md-datepicker-open .md-datepicker-triangle-button,
.md-datepicker-pos-adjusted .md-datepicker-input-mask {
  display: none
}

.md-datepicker-calendar-pane .md-calendar {
  -webkit-transform: translateY(-85px);
  transform: translateY(-85px);
  transition: -webkit-transform .65s cubic-bezier(.25, .8, .25, 1);
  transition: transform .65s cubic-bezier(.25, .8, .25, 1);
  transition-delay: .125s
}

.md-datepicker-calendar-pane.md-pane-open .md-calendar {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.md-dialog-is-showing {
  max-height: 100%
}

.md-dialog-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  overflow: hidden
}

@media screen and (-ms-high-contrast: active) {
  md-dialog {
    border: 1px solid #fff
  }
}

@media (max-width: 959px) {
  md-dialog.md-dialog-fullscreen {
    min-height: 100%;
    min-width: 100%;
    border-radius: 0
  }
}

.layout-row > md-divider {
  border-top-width: 0;
  border-right-width: 1px;
  border-right-style: solid
}

@media screen and (-ms-high-contrast: active) {
  md-grid-tile {
    border: 1px solid #fff
  }

  md-grid-tile-footer {
    border-top: 1px solid #fff
  }
}

md-input-container {
  display: inline-block;
  position: relative;
  padding: 2px;
  margin: 18px 0;
  vertical-align: middle
}

md-input-container:after {
  content: '';
  display: table;
  clear: both
}

md-input-container.md-block {
  display: block
}

md-input-container .md-errors-spacer {
  float: right;
  min-height: 24px;
  min-width: 1px
}

body[dir=rtl] md-input-container .md-errors-spacer,
html[dir=rtl] md-input-container .md-errors-spacer {
  float: left;
  unicode-bidi: embed
}

md-input-container .md-errors-spacer bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override
}

md-input-container .md-errors-spacer bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override
}

md-input-container > md-icon {
  position: absolute;
  top: 5px;
  left: 2px;
  right: auto
}

body[dir=rtl] md-input-container > md-icon,
html[dir=rtl] md-input-container > md-icon {
  left: auto;
  right: 2px;
  unicode-bidi: embed
}

md-input-container > md-icon bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override
}

md-input-container > md-icon bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override
}

md-input-container input[type=url],
md-input-container input[type=text],
md-input-container input[type=password],
md-input-container input[type=datetime],
md-input-container input[type=datetime-local],
md-input-container input[type=date],
md-input-container input[type=month],
md-input-container input[type=time],
md-input-container input[type=week],
md-input-container input[type=color],
md-input-container input[type=search],
md-input-container input[type=email],
md-input-container input[type=number],
md-input-container input[type=tel],
md-input-container textarea {
  -moz-appearance: none;
  -webkit-appearance: none
}

md-input-container input[type=datetime-local],
md-input-container input[type=date],
md-input-container input[type=month],
md-input-container input[type=time],
md-input-container input[type=week] {
  min-height: 28px
}

md-input-container textarea {
  resize: none;
  overflow: hidden
}

md-input-container textarea.md-input {
  min-height: 28px;
  -ms-flex-preferred-size: auto
}

md-input-container label:not(.md-container-ignore) {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: auto
}

body[dir=rtl] md-input-container label:not(.md-container-ignore),
html[dir=rtl] md-input-container label:not(.md-container-ignore) {
  left: auto;
  right: 0;
  unicode-bidi: embed
}

md-input-container label:not(.md-container-ignore) bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override
}

md-input-container label:not(.md-container-ignore) bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override
}

md-input-container .md-placeholder,
md-input-container label:not(.md-no-float):not(.md-container-ignore) {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 3px;
  padding-right: 0;
  z-index: 1;
  -webkit-transform: translate3d(0, 28px, 0) scale(1);
  transform: translate3d(0, 28px, 0) scale(1);
  transition: -webkit-transform cubic-bezier(.25, .8, .25, 1) .25s;
  transition: transform cubic-bezier(.25, .8, .25, 1) .25s;
  -webkit-transform-origin: left top;
  transform-origin: left top
}

body[dir=rtl] md-input-container .md-placeholder,
body[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore),
html[dir=rtl] md-input-container .md-placeholder,
html[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore) {
  padding-left: 0;
  padding-right: 3px;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  unicode-bidi: embed
}

md-input-container .md-placeholder bdo[dir=rtl],
md-input-container label:not(.md-no-float):not(.md-container-ignore) bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override
}

md-input-container .md-placeholder bdo[dir=ltr],
md-input-container label:not(.md-no-float):not(.md-container-ignore) bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override
}

md-input-container .md-placeholder {
  position: absolute;
  top: 0;
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0)
}

md-input-container.md-input-focused .md-placeholder {
  opacity: 1;
  -webkit-transform: translate3d(0, 24px, 0);
  transform: translate3d(0, 24px, 0)
}

md-input-container.md-input-has-value .md-placeholder {
  transition: none;
  opacity: 0
}

md-input-container:not(.md-input-has-value) input:not(:focus),
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-ampm-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-day-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-hour-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-millisecond-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-minute-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-month-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-second-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-text,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-week-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-year-field {
  color: transparent
}

md-input-container .md-input {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  display: block;
  margin-top: 0;
  background: 0 0;
  padding: 2px 2px 1px;
  border-width: 0 0 1px;
  line-height: 28px;
  height: 32px;
  -ms-flex-preferred-size: 28px;
  border-radius: 0;
  border-style: solid;
  width: 100%;
  box-sizing: border-box;
  float: left
}

body[dir=rtl] md-input-container .md-input,
html[dir=rtl] md-input-container .md-input {
  float: right;
  unicode-bidi: embed
}

md-input-container .md-input bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override
}

md-input-container .md-input bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override
}

md-input-container .md-input:focus {
  outline: 0
}

md-input-container .md-input:invalid {
  outline: 0;
  box-shadow: none
}

md-input-container .md-input.md-no-flex {
  -webkit-flex: none !important;
  -ms-flex: none !important;
  flex: none !important
}

md-input-container .md-char-counter {
  text-align: right;
  padding-right: 2px;
  padding-left: 0
}

body[dir=rtl] md-input-container .md-char-counter,
html[dir=rtl] md-input-container .md-char-counter {
  text-align: left;
  padding-right: 0;
  padding-left: 2px;
  unicode-bidi: embed
}

md-input-container .md-char-counter bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override
}

md-input-container .md-char-counter bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override
}

md-input-container [data-ng-messages],
md-input-container [ng-messages],
md-input-container [x-ng-messages],
md-input-container data-ng-messages,
md-input-container ng-messages,
md-input-container x-ng-messages {
  position: relative;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  overflow: hidden;
  clear: left
}

body[dir=rtl] md-input-container [data-ng-messages],
body[dir=rtl] md-input-container [ng-messages],
body[dir=rtl] md-input-container [x-ng-messages],
body[dir=rtl] md-input-container data-ng-messages,
body[dir=rtl] md-input-container ng-messages,
body[dir=rtl] md-input-container x-ng-messages,
html[dir=rtl] md-input-container [data-ng-messages],
html[dir=rtl] md-input-container [ng-messages],
html[dir=rtl] md-input-container [x-ng-messages],
html[dir=rtl] md-input-container data-ng-messages,
html[dir=rtl] md-input-container ng-messages,
html[dir=rtl] md-input-container x-ng-messages {
  clear: right;
  unicode-bidi: embed
}

md-input-container [data-ng-messages] bdo[dir=rtl],
md-input-container [ng-messages] bdo[dir=rtl],
md-input-container [x-ng-messages] bdo[dir=rtl],
md-input-container data-ng-messages bdo[dir=rtl],
md-input-container ng-messages bdo[dir=rtl],
md-input-container x-ng-messages bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override
}

md-input-container [data-ng-messages] bdo[dir=ltr],
md-input-container [ng-messages] bdo[dir=ltr],
md-input-container [x-ng-messages] bdo[dir=ltr],
md-input-container data-ng-messages bdo[dir=ltr],
md-input-container ng-messages bdo[dir=ltr],
md-input-container x-ng-messages bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override
}

md-input-container [data-ng-messages].ng-enter [data-ng-message-exp],
md-input-container [data-ng-messages].ng-enter [data-ng-message],
md-input-container [data-ng-messages].ng-enter [ng-message-exp],
md-input-container [data-ng-messages].ng-enter [ng-message],
md-input-container [data-ng-messages].ng-enter [x-ng-message-exp],
md-input-container [data-ng-messages].ng-enter [x-ng-message],
md-input-container [data-ng-messages].ng-enter data-ng-message,
md-input-container [data-ng-messages].ng-enter ng-message,
md-input-container [data-ng-messages].ng-enter x-ng-message,
md-input-container [ng-messages].ng-enter [data-ng-message-exp],
md-input-container [ng-messages].ng-enter [data-ng-message],
md-input-container [ng-messages].ng-enter [ng-message-exp],
md-input-container [ng-messages].ng-enter [ng-message],
md-input-container [ng-messages].ng-enter [x-ng-message-exp],
md-input-container [ng-messages].ng-enter [x-ng-message],
md-input-container [ng-messages].ng-enter data-ng-message,
md-input-container [ng-messages].ng-enter ng-message,
md-input-container [ng-messages].ng-enter x-ng-message,
md-input-container [x-ng-messages].ng-enter [data-ng-message-exp],
md-input-container [x-ng-messages].ng-enter [data-ng-message],
md-input-container [x-ng-messages].ng-enter [ng-message-exp],
md-input-container [x-ng-messages].ng-enter [ng-message],
md-input-container [x-ng-messages].ng-enter [x-ng-message-exp],
md-input-container [x-ng-messages].ng-enter [x-ng-message],
md-input-container [x-ng-messages].ng-enter data-ng-message,
md-input-container [x-ng-messages].ng-enter ng-message,
md-input-container [x-ng-messages].ng-enter x-ng-message,
md-input-container data-ng-messages.ng-enter [data-ng-message-exp],
md-input-container data-ng-messages.ng-enter [data-ng-message],
md-input-container data-ng-messages.ng-enter [ng-message-exp],
md-input-container data-ng-messages.ng-enter [ng-message],
md-input-container data-ng-messages.ng-enter [x-ng-message-exp],
md-input-container data-ng-messages.ng-enter [x-ng-message],
md-input-container data-ng-messages.ng-enter data-ng-message,
md-input-container data-ng-messages.ng-enter ng-message,
md-input-container data-ng-messages.ng-enter x-ng-message,
md-input-container ng-messages.ng-enter [data-ng-message-exp],
md-input-container ng-messages.ng-enter [data-ng-message],
md-input-container ng-messages.ng-enter [ng-message-exp],
md-input-container ng-messages.ng-enter [ng-message],
md-input-container ng-messages.ng-enter [x-ng-message-exp],
md-input-container ng-messages.ng-enter [x-ng-message],
md-input-container ng-messages.ng-enter data-ng-message,
md-input-container ng-messages.ng-enter ng-message,
md-input-container ng-messages.ng-enter x-ng-message,
md-input-container x-ng-messages.ng-enter [data-ng-message-exp],
md-input-container x-ng-messages.ng-enter [data-ng-message],
md-input-container x-ng-messages.ng-enter [ng-message-exp],
md-input-container x-ng-messages.ng-enter [ng-message],
md-input-container x-ng-messages.ng-enter [x-ng-message-exp],
md-input-container x-ng-messages.ng-enter [x-ng-message],
md-input-container x-ng-messages.ng-enter data-ng-message,
md-input-container x-ng-messages.ng-enter ng-message,
md-input-container x-ng-messages.ng-enter x-ng-message {
  opacity: 0;
  margin-top: -100px
}

md-input-container .md-char-counter,
md-input-container [data-ng-message-exp],
md-input-container [data-ng-message],
md-input-container [ng-message-exp],
md-input-container [ng-message],
md-input-container [x-ng-message-exp],
md-input-container [x-ng-message],
md-input-container data-ng-message,
md-input-container ng-message,
md-input-container x-ng-message {
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  transition: all .3s cubic-bezier(.55, 0, .55, .2);
  opacity: 1;
  margin-top: 0;
  padding-top: 5px
}

md-input-container .md-char-counter:not(.md-char-counter),
md-input-container [data-ng-message-exp]:not(.md-char-counter),
md-input-container [data-ng-message]:not(.md-char-counter),
md-input-container [ng-message-exp]:not(.md-char-counter),
md-input-container [ng-message]:not(.md-char-counter),
md-input-container [x-ng-message-exp]:not(.md-char-counter),
md-input-container [x-ng-message]:not(.md-char-counter),
md-input-container data-ng-message:not(.md-char-counter),
md-input-container ng-message:not(.md-char-counter),
md-input-container x-ng-message:not(.md-char-counter) {
  padding-right: 5px;
  padding-left: 0
}

body[dir=rtl] md-input-container .md-char-counter:not(.md-char-counter),
body[dir=rtl] md-input-container [data-ng-message-exp]:not(.md-char-counter),
body[dir=rtl] md-input-container [data-ng-message]:not(.md-char-counter),
body[dir=rtl] md-input-container [ng-message-exp]:not(.md-char-counter),
body[dir=rtl] md-input-container [ng-message]:not(.md-char-counter),
body[dir=rtl] md-input-container [x-ng-message-exp]:not(.md-char-counter),
body[dir=rtl] md-input-container [x-ng-message]:not(.md-char-counter),
body[dir=rtl] md-input-container data-ng-message:not(.md-char-counter),
body[dir=rtl] md-input-container ng-message:not(.md-char-counter),
body[dir=rtl] md-input-container x-ng-message:not(.md-char-counter),
html[dir=rtl] md-input-container .md-char-counter:not(.md-char-counter),
html[dir=rtl] md-input-container [data-ng-message-exp]:not(.md-char-counter),
html[dir=rtl] md-input-container [data-ng-message]:not(.md-char-counter),
html[dir=rtl] md-input-container [ng-message-exp]:not(.md-char-counter),
html[dir=rtl] md-input-container [ng-message]:not(.md-char-counter),
html[dir=rtl] md-input-container [x-ng-message-exp]:not(.md-char-counter),
html[dir=rtl] md-input-container [x-ng-message]:not(.md-char-counter),
html[dir=rtl] md-input-container data-ng-message:not(.md-char-counter),
html[dir=rtl] md-input-container ng-message:not(.md-char-counter),
html[dir=rtl] md-input-container x-ng-message:not(.md-char-counter) {
  padding-right: 0;
  padding-left: 5px;
  unicode-bidi: embed
}

md-input-container .md-auto-hide .md-input-message-animation:not(.ng-animate),
md-input-container .md-input-message-animation.ng-enter,
md-input-container:not(.md-input-invalid) .md-auto-hide .md-input-message-animation {
  opacity: 0;
  margin-top: -100px
}

md-input-container.md-input-focused label:not(.md-no-float),
md-input-container.md-input-has-placeholder label:not(.md-no-float),
md-input-container.md-input-has-value label:not(.md-no-float) {
  -webkit-transform: translate3d(0, 8px, 0) scale(.75);
  transform: translate3d(0, 8px, 0) scale(.75)
}

md-input-container.md-input-has-value label {
  transition: none
}

md-input-container .md-input.ng-invalid.ng-dirty,
md-input-container.md-input-focused .md-input {
  padding-bottom: 0;
  border-width: 0 0 2px
}

[disabled] md-input-container .md-input,
md-input-container .md-input[disabled] {
  background-position: 0 bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  margin-bottom: -1px
}

md-input-container.md-icon-float {
  transition: margin-top .5s cubic-bezier(.25, .8, .25, 1)
}

md-input-container.md-icon-float > label {
  pointer-events: none;
  position: absolute
}

md-input-container.md-icon-float > md-icon {
  top: 2px;
  left: 2px;
  right: auto
}

body[dir=rtl] md-input-container.md-icon-float > md-icon,
html[dir=rtl] md-input-container.md-icon-float > md-icon {
  left: auto;
  right: 2px;
  unicode-bidi: embed
}

md-input-container.md-icon-float > md-icon bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override
}

md-input-container.md-icon-float > md-icon bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override
}

md-input-container.md-icon-float.md-input-focused label,
md-input-container.md-icon-float.md-input-has-value label {
  -webkit-transform: translate3d(0, 8px, 0) scale(.75);
  transform: translate3d(0, 8px, 0) scale(.75);
  transition: -webkit-transform cubic-bezier(.25, .8, .25, 1) .5s;
  transition: transform cubic-bezier(.25, .8, .25, 1) .5s
}

md-input-container.md-icon-left {
  padding-left: 36px;
  padding-right: 0
}

body[dir=rtl] md-input-container.md-icon-left,
html[dir=rtl] md-input-container.md-icon-left {
  padding-left: 0;
  padding-right: 36px;
  unicode-bidi: embed
}

md-input-container.md-icon-left bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override
}

md-input-container.md-icon-left bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override
}

md-input-container.md-icon-left > label {
  left: 36px;
  right: auto
}

body[dir=rtl] md-input-container.md-icon-left > label,
html[dir=rtl] md-input-container.md-icon-left > label {
  left: auto;
  right: 36px;
  unicode-bidi: embed
}

md-input-container.md-icon-left > label bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override
}

md-input-container.md-icon-left > label bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override
}

md-input-container.md-icon-right {
  padding-left: 0;
  padding-right: 36px
}

body[dir=rtl] md-input-container.md-icon-right,
html[dir=rtl] md-input-container.md-icon-right {
  padding-left: 36px;
  padding-right: 0;
  unicode-bidi: embed
}

md-input-container.md-icon-right bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override
}

md-input-container.md-icon-right bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override
}

md-input-container.md-icon-right > md-icon:last-of-type {
  margin: 0;
  right: 2px;
  left: auto
}

body[dir=rtl] md-input-container.md-icon-right > md-icon:last-of-type,
html[dir=rtl] md-input-container.md-icon-right > md-icon:last-of-type {
  right: auto;
  left: 2px;
  unicode-bidi: embed
}

md-input-container.md-icon-right > md-icon:last-of-type bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override
}

md-input-container.md-icon-right > md-icon:last-of-type bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override
}

md-input-container.md-icon-left.md-icon-right {
  padding-left: 36px;
  padding-right: 36px
}

@media screen and (-ms-high-contrast: active) {
  md-input-container.md-default-theme > md-icon {
    fill: #fff
  }
}

.md-open-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  border-radius: 2px
}

.md-open-menu-container md-menu-divider {
  margin-top: 4px;
  margin-bottom: 4px;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  width: 100%
}

.md-open-menu-container md-menu-content > * {
  opacity: 0
}

.md-open-menu-container:not(.md-clickable) {
  pointer-events: none
}

.md-open-menu-container.md-active {
  opacity: 1;
  transition: all .4s cubic-bezier(.25, .8, .25, 1);
  transition-duration: 200ms
}

.md-open-menu-container.md-active > md-menu-content > * {
  opacity: 1;
  transition: all .3s cubic-bezier(.55, 0, .55, .2);
  transition-duration: 200ms;
  transition-delay: 100ms
}

.md-open-menu-container.md-leave {
  opacity: 0;
  transition: all .3s cubic-bezier(.55, 0, .55, .2);
  transition-duration: 250ms
}

.md-menu {
  padding: 8px 0
}

@media (max-width: 959px) {
  md-menu-content {
    min-width: 112px
  }

  md-menu-content[width="3"] {
    min-width: 168px
  }

  md-menu-content[width="4"] {
    min-width: 224px
  }

  md-menu-content[width="5"] {
    min-width: 280px
  }

  md-menu-content[width="6"] {
    min-width: 336px
  }

  md-menu-content[width="7"] {
    min-width: 392px
  }
}

@media (min-width: 960px) {
  md-menu-content {
    min-width: 96px
  }

  md-menu-content[width="3"] {
    min-width: 192px
  }

  md-menu-content[width="4"] {
    min-width: 256px
  }

  md-menu-content[width="5"] {
    min-width: 320px
  }

  md-menu-content[width="6"] {
    min-width: 384px
  }

  md-menu-content[width="7"] {
    min-width: 448px
  }
}

@-webkit-keyframes outer-rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(.5);
    transform: rotate(0deg) scale(.5)
  }
  100% {
    -webkit-transform: rotate(360deg) scale(.5);
    transform: rotate(360deg) scale(.5)
  }
}

@keyframes outer-rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(.5);
    transform: rotate(0deg) scale(.5)
  }
  100% {
    -webkit-transform: rotate(360deg) scale(.5);
    transform: rotate(360deg) scale(.5)
  }
}

@-webkit-keyframes left-wobble {
  0%,
  100% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
}

@keyframes left-wobble {
  0%,
  100% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
}

@-webkit-keyframes right-wobble {
  0%,
  100% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg)
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }
}

@keyframes right-wobble {
  0%,
  100% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg)
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }
}

@-webkit-keyframes sporadic-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg)
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg)
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg)
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg)
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg)
  }
  100% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg)
  }
}

@keyframes sporadic-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg)
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg)
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg)
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg)
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg)
  }
  100% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg)
  }
}

@-webkit-keyframes query {
  0% {
    opacity: 1;
    -webkit-transform: translateX(35%) scale(.3, 1);
    transform: translateX(35%) scale(.3, 1)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0, 1);
    transform: translateX(-50%) scale(0, 1)
  }
}

@keyframes query {
  0% {
    opacity: 1;
    -webkit-transform: translateX(35%) scale(.3, 1);
    transform: translateX(35%) scale(.3, 1)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0, 1);
    transform: translateX(-50%) scale(0, 1)
  }
}

@-webkit-keyframes buffer {
  0% {
    opacity: 1;
    background-position: 0 -23px
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1;
    background-position: -200px -23px
  }
}

@keyframes buffer {
  0% {
    opacity: 1;
    background-position: 0 -23px
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1;
    background-position: -200px -23px
  }
}

@-webkit-keyframes md-progress-linear-indeterminate-scale-1 {
  0% {
    -webkit-transform: scaleX(.1);
    transform: scaleX(.1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }
  36.6% {
    -webkit-transform: scaleX(.1);
    transform: scaleX(.1);
    -webkit-animation-timing-function: cubic-bezier(.33473, .12482, .78584, 1);
    animation-timing-function: cubic-bezier(.33473, .12482, .78584, 1)
  }
  69.15% {
    -webkit-transform: scaleX(.83);
    transform: scaleX(.83);
    -webkit-animation-timing-function: cubic-bezier(.22573, 0, .23365, 1.37098);
    animation-timing-function: cubic-bezier(.22573, 0, .23365, 1.37098)
  }
  100% {
    -webkit-transform: scaleX(.1);
    transform: scaleX(.1)
  }
}

@keyframes md-progress-linear-indeterminate-scale-1 {
  0% {
    -webkit-transform: scaleX(.1);
    transform: scaleX(.1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }
  36.6% {
    -webkit-transform: scaleX(.1);
    transform: scaleX(.1);
    -webkit-animation-timing-function: cubic-bezier(.33473, .12482, .78584, 1);
    animation-timing-function: cubic-bezier(.33473, .12482, .78584, 1)
  }
  69.15% {
    -webkit-transform: scaleX(.83);
    transform: scaleX(.83);
    -webkit-animation-timing-function: cubic-bezier(.22573, 0, .23365, 1.37098);
    animation-timing-function: cubic-bezier(.22573, 0, .23365, 1.37098)
  }
  100% {
    -webkit-transform: scaleX(.1);
    transform: scaleX(.1)
  }
}

@-webkit-keyframes md-progress-linear-indeterminate-1 {
  0% {
    left: -105.16667%;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }
  20% {
    left: -105.16667%;
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
    animation-timing-function: cubic-bezier(.5, 0, .70173, .49582)
  }
  69.15% {
    left: 21.5%;
    -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
    animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635)
  }
  100% {
    left: 95.44444%
  }
}

@keyframes md-progress-linear-indeterminate-1 {
  0% {
    left: -105.16667%;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }
  20% {
    left: -105.16667%;
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
    animation-timing-function: cubic-bezier(.5, 0, .70173, .49582)
  }
  69.15% {
    left: 21.5%;
    -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
    animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635)
  }
  100% {
    left: 95.44444%
  }
}

@-webkit-keyframes md-progress-linear-indeterminate-scale-2 {
  0% {
    -webkit-transform: scaleX(.1);
    transform: scaleX(.1);
    -webkit-animation-timing-function: cubic-bezier(.20503, .05705, .57661, .45397);
    animation-timing-function: cubic-bezier(.20503, .05705, .57661, .45397)
  }
  19.15% {
    -webkit-transform: scaleX(.57);
    transform: scaleX(.57);
    -webkit-animation-timing-function: cubic-bezier(.15231, .19643, .64837, 1.00432);
    animation-timing-function: cubic-bezier(.15231, .19643, .64837, 1.00432)
  }
  44.15% {
    -webkit-transform: scaleX(.91);
    transform: scaleX(.91);
    -webkit-animation-timing-function: cubic-bezier(.25776, -.00316, .21176, 1.38179);
    animation-timing-function: cubic-bezier(.25776, -.00316, .21176, 1.38179)
  }
  100% {
    -webkit-transform: scaleX(.1);
    transform: scaleX(.1)
  }
}

@keyframes md-progress-linear-indeterminate-scale-2 {
  0% {
    -webkit-transform: scaleX(.1);
    transform: scaleX(.1);
    -webkit-animation-timing-function: cubic-bezier(.20503, .05705, .57661, .45397);
    animation-timing-function: cubic-bezier(.20503, .05705, .57661, .45397)
  }
  19.15% {
    -webkit-transform: scaleX(.57);
    transform: scaleX(.57);
    -webkit-animation-timing-function: cubic-bezier(.15231, .19643, .64837, 1.00432);
    animation-timing-function: cubic-bezier(.15231, .19643, .64837, 1.00432)
  }
  44.15% {
    -webkit-transform: scaleX(.91);
    transform: scaleX(.91);
    -webkit-animation-timing-function: cubic-bezier(.25776, -.00316, .21176, 1.38179);
    animation-timing-function: cubic-bezier(.25776, -.00316, .21176, 1.38179)
  }
  100% {
    -webkit-transform: scaleX(.1);
    transform: scaleX(.1)
  }
}

@-webkit-keyframes md-progress-linear-indeterminate-2 {
  0% {
    left: -54.88889%;
    -webkit-animation-timing-function: cubic-bezier(.15, 0, .51506, .40968);
    animation-timing-function: cubic-bezier(.15, 0, .51506, .40968)
  }
  25% {
    left: -17.25%;
    -webkit-animation-timing-function: cubic-bezier(.31033, .28406, .8, .73372);
    animation-timing-function: cubic-bezier(.31033, .28406, .8, .73372)
  }
  48.35% {
    left: 29.5%;
    -webkit-animation-timing-function: cubic-bezier(.4, .62703, .6, .90203);
    animation-timing-function: cubic-bezier(.4, .62703, .6, .90203)
  }
  100% {
    left: 117.38889%
  }
}

@keyframes md-progress-linear-indeterminate-2 {
  0% {
    left: -54.88889%;
    -webkit-animation-timing-function: cubic-bezier(.15, 0, .51506, .40968);
    animation-timing-function: cubic-bezier(.15, 0, .51506, .40968)
  }
  25% {
    left: -17.25%;
    -webkit-animation-timing-function: cubic-bezier(.31033, .28406, .8, .73372);
    animation-timing-function: cubic-bezier(.31033, .28406, .8, .73372)
  }
  48.35% {
    left: 29.5%;
    -webkit-animation-timing-function: cubic-bezier(.4, .62703, .6, .90203);
    animation-timing-function: cubic-bezier(.4, .62703, .6, .90203)
  }
  100% {
    left: 117.38889%
  }
}

body[dir=rtl] md-radio-button .md-container,
html[dir=rtl] md-radio-button .md-container {
  left: auto;
  right: 0;
  unicode-bidi: embed
}

body[dir=rtl] md-radio-button .md-label,
html[dir=rtl] md-radio-button .md-label {
  margin-left: 0;
  margin-right: 30px;
  unicode-bidi: embed
}

body[dir=rtl] md-radio-group.layout-row md-radio-button,
html[dir=rtl] md-radio-group.layout-row md-radio-button {
  margin-left: 16px;
  margin-right: inherit;
  unicode-bidi: embed
}

body[dir=rtl] md-radio-group.layout-row md-radio-button:last-of-type,
html[dir=rtl] md-radio-group.layout-row md-radio-button:last-of-type {
  margin-left: 0;
  margin-right: inherit;
  unicode-bidi: embed
}

.md-inline-form md-radio-group {
  margin: 18px 0 19px
}

.md-inline-form md-radio-group md-radio-button {
  display: inline-block;
  height: 30px;
  padding: 2px;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0
}

@media screen and (-ms-high-contrast: active) {
  md-radio-button.md-default-theme .md-on {
    background-color: #fff
  }
}

.md-select-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  opacity: 0;
  display: none
}

.md-select-menu-container:not(.md-clickable) {
  pointer-events: none
}

.md-select-menu-container md-progress-circular {
  display: table;
  margin: 24px auto !important
}

.md-select-menu-container.md-active {
  display: block;
  opacity: 1
}

.md-select-menu-container.md-active md-select-menu {
  transition: all .4s cubic-bezier(.25, .8, .25, 1);
  transition-duration: 150ms
}

.md-select-menu-container.md-active md-select-menu > * {
  opacity: 1;
  transition: all .3s cubic-bezier(.55, 0, .55, .2);
  transition-duration: 150ms;
  transition-delay: 100ms
}

.md-select-menu-container.md-leave {
  opacity: 0;
  transition: all .3s cubic-bezier(.55, 0, .55, .2);
  transition-duration: 250ms
}

md-input-container > md-select {
  margin: 0;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2
}

md-select {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 26px
}

md-select[disabled] .md-select-value {
  background-position: 0 bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  margin-bottom: -1px
}

md-select:focus {
  outline: 0
}

md-select[disabled]:hover {
  cursor: default
}

md-select:not([disabled]):hover {
  cursor: pointer
}

md-select:not([disabled]).ng-invalid.ng-dirty .md-select-value {
  border-bottom: 2px solid;
  padding-bottom: 0
}

md-select:not([disabled]):focus .md-select-value {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding-bottom: 0
}

.md-select-value {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 2px 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: transparent;
  position: relative;
  box-sizing: content-box;
  min-width: 64px;
  min-height: 28px;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.md-select-value .md-text {
  display: inline
}

.md-select-value :first-child {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translate3d(0, 2px, 0);
  transform: translate3d(0, 2px, 0);
  height: 26px
}

.md-select-value .md-select-icon {
  display: block;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: end;
  width: 24px;
  margin: 0 4px;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0)
}

.md-select-value .md-select-icon:after {
  display: block;
  content: '\25BC';
  position: relative;
  top: -1px;
  speak: none;
  -webkit-transform: scaleY(.6) scaleX(1);
  transform: scaleY(.6) scaleX(1)
}

.md-select-value.md-select-placeholder {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 2px;
  z-index: 1
}

md-select-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
  max-height: 256px;
  min-height: 48px;
  overflow-y: hidden;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1);
  transform: scale(1)
}

md-select-menu.md-reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

md-select-menu:not(.md-overflow) md-content {
  padding-top: 8px;
  padding-bottom: 8px
}

body[dir=rtl] md-select-menu,
html[dir=rtl] md-select-menu {
  -webkit-transform-origin: right top;
  transform-origin: right top;
  unicode-bidi: embed
}

md-select-menu bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override
}

md-select-menu bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override
}

md-select-menu md-content {
  min-width: 136px;
  min-height: 48px;
  max-height: 256px;
  overflow-y: auto
}

md-select-menu > * {
  opacity: 0
}

md-option {
  cursor: pointer;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  padding: 0 16px;
  height: 48px
}

md-option[disabled] {
  cursor: default
}

md-option:focus {
  outline: 0
}

md-option .md-text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px
}

md-optgroup {
  display: block
}

md-optgroup label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 16px;
  font-weight: 500
}

md-optgroup md-option {
  padding-left: 32px;
  padding-right: 32px
}

@media screen and (-ms-high-contrast: active) {
  .md-select-backdrop {
    background-color: transparent
  }

  md-select-menu {
    border: 1px solid #fff
  }
}

.md-sidenav-backdrop.md-locked-open {
  display: none
}

.md-sidenav-left,
md-sidenav {
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.md-sidenav-left.md-closed,
md-sidenav.md-closed {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.md-sidenav-right {
  left: 100%;
  top: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.md-sidenav-right.md-closed {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

@media screen and (min-width: 600px) {
  md-sidenav {
    max-width: 400px
  }
}

@media screen and (max-width: 456px) {
  md-sidenav {
    width: calc(100% - 56px);
    min-width: calc(100% - 56px);
    max-width: calc(100% - 56px)
  }
}

@media screen and (-ms-high-contrast: active) {
  .md-sidenav-left,
  md-sidenav {
    border-right: 1px solid #fff
  }

  .md-sidenav-right {
    border-left: 1px solid #fff
  }
}

@-webkit-keyframes sliderFocusThumb {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@keyframes sliderFocusThumb {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@media screen and (-ms-high-contrast: active) {
  md-slider.md-default-theme .md-track {
    border-bottom: 1px solid #fff
  }
}

.md-sticky-clone {
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  position: absolute !important;
  -webkit-transform: translate3d(-9999px, -9999px, 0);
  transform: translate3d(-9999px, -9999px, 0)
}

.md-sticky-clone[sticky-state=active] {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.md-sticky-clone[sticky-state=active]:not(.md-sticky-no-effect) .md-subheader-inner {
  -webkit-animation: subheaderStickyHoverIn .3s ease-out both;
  animation: subheaderStickyHoverIn .3s ease-out both
}

@-webkit-keyframes subheaderStickyHoverIn {
  0% {
    box-shadow: 0 0 0 0 transparent
  }
  100% {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16)
  }
}

@keyframes subheaderStickyHoverIn {
  0% {
    box-shadow: 0 0 0 0 transparent
  }
  100% {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16)
  }
}

@-webkit-keyframes subheaderStickyHoverOut {
  0% {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16)
  }
  100% {
    box-shadow: 0 0 0 0 transparent
  }
}

@keyframes subheaderStickyHoverOut {
  0% {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16)
  }
  100% {
    box-shadow: 0 0 0 0 transparent
  }
}

.md-subheader-wrapper:not(.md-sticky-no-effect) {
  transition: .2s ease-out margin
}

.md-subheader-wrapper:not(.md-sticky-no-effect) .md-subheader {
  margin: 0
}

.md-subheader-wrapper:not(.md-sticky-no-effect).md-sticky-clone {
  z-index: 2
}

.md-subheader-wrapper:not(.md-sticky-no-effect)[sticky-state=active] {
  margin-top: -2px
}

.md-subheader-wrapper:not(.md-sticky-no-effect):not(.md-sticky-clone)[sticky-prev-state=active] .md-subheader-inner:after {
  -webkit-animation: subheaderStickyHoverOut .3s ease-out both;
  animation: subheaderStickyHoverOut .3s ease-out both
}

.md-subheader {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  margin: 0;
  position: relative
}

.md-subheader .md-subheader-inner {
  display: block;
  padding: 16px
}

.md-subheader .md-subheader-content {
  display: block;
  z-index: 1;
  position: relative
}

.md-inline-form md-switch {
  margin-top: 18px;
  margin-bottom: 19px
}

body[dir=rtl] md-switch,
html[dir=rtl] md-switch {
  margin-left: 16px;
  margin-right: inherit;
  unicode-bidi: embed
}

body[dir=rtl] md-switch:last-of-type,
html[dir=rtl] md-switch:last-of-type {
  margin-left: 0;
  margin-right: inherit;
  unicode-bidi: embed
}

@media screen and (-ms-high-contrast: active) {
  md-switch.md-default-theme .md-bar {
    background-color: #666
  }

  md-switch.md-default-theme.md-checked .md-bar {
    background-color: #9E9E9E
  }

  md-switch.md-default-theme .md-thumb {
    background-color: #fff
  }
}

@-webkit-keyframes md-tab-content-hide {
  0%,
  50% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@keyframes md-tab-content-hide {
  0%,
  50% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

.md-tab {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  padding: 12px 24px;
  transition: background-color .35s cubic-bezier(.35, 0, .25, 1);
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
  float: left;
  font-weight: 500;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis
}

.md-tab.md-focused {
  box-shadow: none;
  outline: 0
}

.md-tab.md-active {
  cursor: default
}

.md-tab.md-disabled {
  pointer-events: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  opacity: .5;
  cursor: default
}

.md-tab.ng-leave {
  transition: none
}

@media (max-width: 959px) {
  md-toast {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-radius: 0;
    bottom: 0
  }

  md-toast.ng-leave.ng-leave-active.md-swipeup .md-toast-content {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }

  md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0)
  }
}

@media (min-width: 960px) {
  md-toast {
    min-width: 304px
  }

  md-toast.md-bottom {
    bottom: 0
  }

  md-toast.md-left {
    left: 0
  }

  md-toast.md-right {
    right: 0
  }

  md-toast.md-top {
    top: 0
  }

  md-toast.ng-leave.ng-leave-active.md-swipeleft .md-toast-content {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
  }

  md-toast.ng-leave.ng-leave-active.md-swiperight .md-toast-content {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0)
  }
}

@media (min-width: 1920px) {
  md-toast .md-toast-content {
    max-width: 568px
  }
}

@media screen and (-ms-high-contrast: active) {
  md-toast {
    border: 1px solid #fff
  }
}

.md-toolbar-tools {
  font-size: 20px;
  letter-spacing: .005em;
  box-sizing: border-box;
  font-weight: 400;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 64px;
  max-height: 64px;
  padding: 0 16px;
  margin: 0
}

.md-toolbar-tools h1,
.md-toolbar-tools h2,
.md-toolbar-tools h3 {
  font-size: inherit;
  font-weight: inherit;
  margin: inherit
}

.md-toolbar-tools a {
  color: inherit;
  text-decoration: none
}

.md-toolbar-tools .fill-height {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.md-toolbar-tools .md-button {
  margin-top: 0;
  margin-bottom: 0
}

.md-toolbar-tools > .md-button:first-child {
  margin-left: -8px
}

.md-toolbar-tools > .md-button:last-child,
.md-toolbar-tools > md-menu:last-child {
  margin-right: -8px
}

.md-toolbar-tools > md-menu:last-child > .md-button {
  margin-right: 0
}

@media screen and (-ms-high-contrast: active) {
  .md-toolbar-tools {
    border-bottom: 1px solid #fff
  }
}

@media only screen and (min-width: 0) and (max-width: 959px) and (orientation: portrait) {
  md-toolbar {
    min-height: 56px
  }

  .md-toolbar-tools {
    height: 56px;
    max-height: 56px
  }
}

@media only screen and (min-width: 0) and (max-width: 959px) and (orientation: landscape) {
  md-toolbar {
    min-height: 48px
  }

  .md-toolbar-tools {
    height: 48px;
    max-height: 48px
  }
}

@media screen and (min-width: 960px) {
  md-tooltip {
    font-size: 10px
  }
}

@media screen and (min-width: 960px) {
  md-tooltip .md-content {
    height: 22px;
    line-height: 22px;
    padding-left: 8px;
    padding-right: 8px
  }
}

.md-virtual-repeat-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative
}

.md-virtual-repeat-container .md-virtual-repeat-scroller {
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0
}

.md-virtual-repeat-container .md-virtual-repeat-sizer {
  box-sizing: border-box;
  height: 1px;
  display: block;
  margin: 0;
  padding: 0;
  width: 1px
}

.md-virtual-repeat-container .md-virtual-repeat-offsetter {
  box-sizing: border-box;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0
}

.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-scroller {
  overflow-x: auto;
  overflow-y: hidden
}

.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter {
  bottom: 16px;
  right: auto;
  white-space: nowrap
}

.md-whiteframe-1dp,
.md-whiteframe-z1 {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12)
}

.md-whiteframe-2dp {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12)
}

.md-whiteframe-3dp {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .12)
}

.md-whiteframe-4dp,
.md-whiteframe-z2 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}

.md-whiteframe-5dp {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12)
}

.md-whiteframe-6dp {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12)
}

.md-whiteframe-7dp,
.md-whiteframe-z3 {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12)
}

.md-whiteframe-8dp {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.md-whiteframe-9dp {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, .2), 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12)
}

.md-whiteframe-10dp,
.md-whiteframe-z4 {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .2), 0 10px 14px 1px rgba(0, 0, 0, .14), 0 4px 18px 3px rgba(0, 0, 0, .12)
}

.md-whiteframe-11dp {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, .2), 0 11px 15px 1px rgba(0, 0, 0, .14), 0 4px 20px 3px rgba(0, 0, 0, .12)
}

.md-whiteframe-12dp {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12)
}

.md-whiteframe-13dp,
.md-whiteframe-z5 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12)
}

.md-whiteframe-14dp {
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, .2), 0 14px 21px 2px rgba(0, 0, 0, .14), 0 5px 26px 4px rgba(0, 0, 0, .12)
}

.md-whiteframe-15dp {
  box-shadow: 0 8px 9px -5px rgba(0, 0, 0, .2), 0 15px 22px 2px rgba(0, 0, 0, .14), 0 6px 28px 5px rgba(0, 0, 0, .12)
}

.md-whiteframe-16dp {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12)
}

.md-whiteframe-17dp {
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, .2), 0 17px 26px 2px rgba(0, 0, 0, .14), 0 6px 32px 5px rgba(0, 0, 0, .12)
}

.md-whiteframe-18dp {
  box-shadow: 0 9px 11px -5px rgba(0, 0, 0, .2), 0 18px 28px 2px rgba(0, 0, 0, .14), 0 7px 34px 6px rgba(0, 0, 0, .12)
}

.md-whiteframe-19dp {
  box-shadow: 0 9px 12px -6px rgba(0, 0, 0, .2), 0 19px 29px 2px rgba(0, 0, 0, .14), 0 7px 36px 6px rgba(0, 0, 0, .12)
}

.md-whiteframe-20dp {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 20px 31px 3px rgba(0, 0, 0, .14), 0 8px 38px 7px rgba(0, 0, 0, .12)
}

.md-whiteframe-21dp {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 21px 33px 3px rgba(0, 0, 0, .14), 0 8px 40px 7px rgba(0, 0, 0, .12)
}

.md-whiteframe-22dp {
  box-shadow: 0 10px 14px -6px rgba(0, 0, 0, .2), 0 22px 35px 3px rgba(0, 0, 0, .14), 0 8px 42px 7px rgba(0, 0, 0, .12)
}

.md-whiteframe-23dp {
  box-shadow: 0 11px 14px -7px rgba(0, 0, 0, .2), 0 23px 36px 3px rgba(0, 0, 0, .14), 0 9px 44px 8px rgba(0, 0, 0, .12)
}

.md-whiteframe-24dp {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12)
}

@media screen and (-ms-high-contrast: active) {
  md-whiteframe {
    border: 1px solid #fff
  }
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: bold
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: 0.67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: bold
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " (" attr(href) ")"
  }

  abbr[title]:after {
    content: " (" attr(title) ")"
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  tr,
  img {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  .navbar {
    display: none
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important
  }

  .label {
    border: 1px solid #000
  }

  .table {
    border-collapse: collapse !important
  }

  .table td,
  .table th {
    background-color: #fff !important
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent
}

body {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #3D4051;
  background-color: #f3f3f3
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

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

a:hover,
a:focus {
  color: #004a43;
  text-decoration: underline
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

figure {
  margin: 0
}

img {
  vertical-align: middle
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}

.img-rounded {
  border-radius: 2px
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto
}

.img-circle {
  border-radius: 50%
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

[role="button"] {
  cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%
}

h1,
.h1 {
  font-size: 36px
}

h2,
.h2 {
  font-size: 30px
}

h3,
.h3 {
  font-size: 24px
}

h4,
.h4 {
  font-size: 18px
}

h5,
.h5 {
  font-size: 14px
}

h6,
.h6 {
  font-size: 12px
}

p {
  margin: 0 0 10px
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px
  }
}

small,
.small {
  font-size: 85%
}

mark,
.mark {
  background-color: #FFFAED;
  padding: .2em
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.text-nowrap {
  white-space: nowrap
}

.text-lowercase {
  text-transform: lowercase
}

.text-uppercase,
.initialism {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

.text-muted {
  color: #777
}

.text-primary {
  color: #009688
}

a.text-primary:hover,
a.text-primary:focus {
  color: #00635a
}

.text-success {
  color: #687F42
}

a.text-success:hover,
a.text-success:focus {
  color: #4d5d31
}

.text-info {
  color: #3B799A
}

a.text-info:hover,
a.text-info:focus {
  color: #2d5c75
}

.text-warning {
  color: #9A7E26
}

a.text-warning:hover,
a.text-warning:focus {
  color: #715d1c
}

.text-danger {
  color: #A1513C
}

a.text-danger:hover,
a.text-danger:focus {
  color: #7c3e2e
}

.bg-primary {
  color: #fff
}

.bg-primary {
  background-color: #009688
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #00635a
}

.bg-success {
  background-color: #F0FBE3
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #d8f5b6
}

.bg-info {
  background-color: #E6F5FD
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #b7e2f9
}

.bg-warning {
  background-color: #FFFAED
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ffecba
}

.bg-danger {
  background-color: #FBE9E6
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #f4c2ba
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0
}

.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px
}

dl {
  margin-top: 0;
  margin-bottom: 20px
}

dt,
dd {
  line-height: 1.42857
}

dt {
  font-weight: bold
}

dd {
  margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table
}

.dl-horizontal dd:after {
  clear: both
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .dl-horizontal dd {
    margin-left: 180px
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777
}

.initialism {
  font-size: 90%
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

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

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

.container:after {
  clear: both
}

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

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

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

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

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table
}

.container-fluid:after {
  clear: both
}

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

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

.row:after {
  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-left: 15px;
  padding-right: 15px
}

.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-1 {
  width: 8.33333%
}

.col-xs-2 {
  width: 16.66667%
}

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

.col-xs-4 {
  width: 33.33333%
}

.col-xs-5 {
  width: 41.66667%
}

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

.col-xs-7 {
  width: 58.33333%
}

.col-xs-8 {
  width: 66.66667%
}

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

.col-xs-10 {
  width: 83.33333%
}

.col-xs-11 {
  width: 91.66667%
}

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

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

.col-xs-pull-1 {
  right: 8.33333%
}

.col-xs-pull-2 {
  right: 16.66667%
}

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

.col-xs-pull-4 {
  right: 33.33333%
}

.col-xs-pull-5 {
  right: 41.66667%
}

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

.col-xs-pull-7 {
  right: 58.33333%
}

.col-xs-pull-8 {
  right: 66.66667%
}

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

.col-xs-pull-10 {
  right: 83.33333%
}

.col-xs-pull-11 {
  right: 91.66667%
}

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

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

.col-xs-push-1 {
  left: 8.33333%
}

.col-xs-push-2 {
  left: 16.66667%
}

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

.col-xs-push-4 {
  left: 33.33333%
}

.col-xs-push-5 {
  left: 41.66667%
}

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

.col-xs-push-7 {
  left: 58.33333%
}

.col-xs-push-8 {
  left: 66.66667%
}

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

.col-xs-push-10 {
  left: 83.33333%
}

.col-xs-push-11 {
  left: 91.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-1 {
    width: 8.33333%
  }

  .col-sm-2 {
    width: 16.66667%
  }

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

  .col-sm-4 {
    width: 33.33333%
  }

  .col-sm-5 {
    width: 41.66667%
  }

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

  .col-sm-7 {
    width: 58.33333%
  }

  .col-sm-8 {
    width: 66.66667%
  }

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

  .col-sm-10 {
    width: 83.33333%
  }

  .col-sm-11 {
    width: 91.66667%
  }

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

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

  .col-sm-pull-1 {
    right: 8.33333%
  }

  .col-sm-pull-2 {
    right: 16.66667%
  }

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

  .col-sm-pull-4 {
    right: 33.33333%
  }

  .col-sm-pull-5 {
    right: 41.66667%
  }

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

  .col-sm-pull-7 {
    right: 58.33333%
  }

  .col-sm-pull-8 {
    right: 66.66667%
  }

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

  .col-sm-pull-10 {
    right: 83.33333%
  }

  .col-sm-pull-11 {
    right: 91.66667%
  }

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

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

  .col-sm-push-1 {
    left: 8.33333%
  }

  .col-sm-push-2 {
    left: 16.66667%
  }

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

  .col-sm-push-4 {
    left: 33.33333%
  }

  .col-sm-push-5 {
    left: 41.66667%
  }

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

  .col-sm-push-7 {
    left: 58.33333%
  }

  .col-sm-push-8 {
    left: 66.66667%
  }

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

  .col-sm-push-10 {
    left: 83.33333%
  }

  .col-sm-push-11 {
    left: 91.66667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-1 {
    width: 8.33333%
  }

  .col-md-2 {
    width: 16.66667%
  }

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

  .col-md-4 {
    width: 33.33333%
  }

  .col-md-5 {
    width: 41.66667%
  }

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

  .col-md-7 {
    width: 58.33333%
  }

  .col-md-8 {
    width: 66.66667%
  }

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

  .col-md-10 {
    width: 83.33333%
  }

  .col-md-11 {
    width: 91.66667%
  }

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

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

  .col-md-pull-1 {
    right: 8.33333%
  }

  .col-md-pull-2 {
    right: 16.66667%
  }

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

  .col-md-pull-4 {
    right: 33.33333%
  }

  .col-md-pull-5 {
    right: 41.66667%
  }

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

  .col-md-pull-7 {
    right: 58.33333%
  }

  .col-md-pull-8 {
    right: 66.66667%
  }

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

  .col-md-pull-10 {
    right: 83.33333%
  }

  .col-md-pull-11 {
    right: 91.66667%
  }

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

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

  .col-md-push-1 {
    left: 8.33333%
  }

  .col-md-push-2 {
    left: 16.66667%
  }

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

  .col-md-push-4 {
    left: 33.33333%
  }

  .col-md-push-5 {
    left: 41.66667%
  }

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

  .col-md-push-7 {
    left: 58.33333%
  }

  .col-md-push-8 {
    left: 66.66667%
  }

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

  .col-md-push-10 {
    left: 83.33333%
  }

  .col-md-push-11 {
    left: 91.66667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-1 {
    width: 8.33333%
  }

  .col-lg-2 {
    width: 16.66667%
  }

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

  .col-lg-4 {
    width: 33.33333%
  }

  .col-lg-5 {
    width: 41.66667%
  }

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

  .col-lg-7 {
    width: 58.33333%
  }

  .col-lg-8 {
    width: 66.66667%
  }

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

  .col-lg-10 {
    width: 83.33333%
  }

  .col-lg-11 {
    width: 91.66667%
  }

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

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

  .col-lg-pull-1 {
    right: 8.33333%
  }

  .col-lg-pull-2 {
    right: 16.66667%
  }

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

  .col-lg-pull-4 {
    right: 33.33333%
  }

  .col-lg-pull-5 {
    right: 41.66667%
  }

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

  .col-lg-pull-7 {
    right: 58.33333%
  }

  .col-lg-pull-8 {
    right: 66.66667%
  }

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

  .col-lg-pull-10 {
    right: 83.33333%
  }

  .col-lg-pull-11 {
    right: 91.66667%
  }

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

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

  .col-lg-push-1 {
    left: 8.33333%
  }

  .col-lg-push-2 {
    left: 16.66667%
  }

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

  .col-lg-push-4 {
    left: 33.33333%
  }

  .col-lg-push-5 {
    left: 41.66667%
  }

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

  .col-lg-push-7 {
    left: 58.33333%
  }

  .col-lg-push-8 {
    left: 66.66667%
  }

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

  .col-lg-push-10 {
    left: 83.33333%
  }

  .col-lg-push-11 {
    left: 91.66667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent
}

caption {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #777;
  text-align: left
}

th {
  text-align: left
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 15px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0
}

.table > tbody + tbody {
  border-top: 2px solid #ddd
}

.table .table {
  background-color: #f3f3f3
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px
}

.table-bordered {
  border: 1px solid #ddd
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #F0FBE3
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #e4f8cd
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #E6F5FD
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #ceecfb
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #FFFAED
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fff3d4
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #FBE9E6
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f7d6d0
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd
  }

  .table-responsive > .table {
    margin-bottom: 0
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap
  }

  .table-responsive > .table-bordered {
    border: 0
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal
}

input[type="range"] {
  display: block;
  width: 100%
}

select[multiple],
select[size] {
  height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

output {
  display: block;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.42857;
  color: #3D4051
}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #3D4051;
  background-color: #fff;
  background-image: none;
  border: 1px solid #CBD5DD;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed
}

textarea.form-control {
  height: auto
}

input[type="search"] {
  -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px
  }

  input[type="date"].input-sm,
  .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px
  }

  input[type="date"].input-lg,
  .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg input[type="month"] {
    line-height: 46px
  }
}

.form-group {
  margin-bottom: 15px
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed
}

.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  min-height: 34px
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 2px
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 2px
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33
}

.has-feedback {
  position: relative
}

.has-feedback .form-control {
  padding-right: 47.5px
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #687F42
}

.has-success .form-control {
  border-color: #687F42;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
  border-color: #4d5d31;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9cb572;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9cb572
}

.has-success .input-group-addon {
  color: #687F42;
  border-color: #687F42;
  background-color: #F0FBE3
}

.has-success .form-control-feedback {
  color: #687F42
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #9A7E26
}

.has-warning .form-control {
  border-color: #9A7E26;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
  border-color: #715d1c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d4b552;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d4b552
}

.has-warning .input-group-addon {
  color: #9A7E26;
  border-color: #9A7E26;
  background-color: #FFFAED
}

.has-warning .form-control-feedback {
  color: #9A7E26
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #A1513C
}

.has-error .form-control {
  border-color: #A1513C;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
  border-color: #7c3e2e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #cc8977;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #cc8977
}

.has-error .input-group-addon {
  color: #A1513C;
  border-color: #A1513C;
  background-color: #FBE9E6
}

.has-error .form-control-feedback {
  color: #A1513C
}

.has-feedback label ~ .form-control-feedback {
  top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #767b98
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-static {
    display: inline-block
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto
  }

  .form-inline .input-group > .form-control {
    width: 100%
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table
}

.form-horizontal .form-group:after {
  clear: both
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #3D4051;
  text-decoration: none
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none
}

.btn-default {
  color: #3D4051;
  background-color: #fafafa;
  border-color: #fafafa
}

.btn-default:focus,
.btn-default.focus {
  color: #3D4051;
  background-color: #e1e1e1;
  border-color: #bababa
}

.btn-default:hover {
  color: #3D4051;
  background-color: #e1e1e1;
  border-color: #dbdbdb
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #3D4051;
  background-color: #e1e1e1;
  border-color: #dbdbdb
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #3D4051;
  background-color: #cfcfcf;
  border-color: #bababa
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fafafa;
  border-color: #fafafa
}

.btn-default .badge {
  color: #fafafa;
  background-color: #3D4051
}

.btn-primary {
  color: #fff;
  background-color: #009688;
  border-color: #009688
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #00635a;
  border-color: #001714
}

.btn-primary:hover {
  color: #fff;
  background-color: #00635a;
  border-color: #005951
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00635a;
  border-color: #005951
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #003f39;
  border-color: #001714
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #009688;
  border-color: #009688
}

.btn-primary .badge {
  color: #009688;
  background-color: #fff
}

.btn-success {
  color: #fff;
  background-color: #8BC34A;
  border-color: #8BC34A
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #71a436;
  border-color: #496a23
}

.btn-success:hover {
  color: #fff;
  background-color: #71a436;
  border-color: #6c9c34
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #71a436;
  border-color: #6c9c34
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #5f892d;
  border-color: #496a23
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #8BC34A;
  border-color: #8BC34A
}

.btn-success .badge {
  color: #8BC34A;
  background-color: #fff
}

.btn-info {
  color: #fff;
  background-color: #00BCD4;
  border-color: #00BCD4
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #008fa1;
  border-color: #004b55
}

.btn-info:hover {
  color: #fff;
  background-color: #008fa1;
  border-color: #008697
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #008fa1;
  border-color: #008697
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #006f7d;
  border-color: #004b55
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #00BCD4;
  border-color: #00BCD4
}

.btn-info .badge {
  color: #00BCD4;
  background-color: #fff
}

.btn-warning {
  color: #fff;
  background-color: #FFCA28;
  border-color: #FFCA28
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #f4b800;
  border-color: #a87e00
}

.btn-warning:hover {
  color: #fff;
  background-color: #f4b800;
  border-color: #eab000
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f4b800;
  border-color: #eab000
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d09d00;
  border-color: #a87e00
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #FFCA28;
  border-color: #FFCA28
}

.btn-warning .badge {
  color: #FFCA28;
  background-color: #fff
}

.btn-danger {
  color: #fff;
  background-color: #F44336;
  border-color: #F44336
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #a21309
}

.btn-danger:hover {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #e11b0c
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #e11b0c
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #c8180b;
  border-color: #a21309
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #F44336;
  border-color: #F44336
}

.btn-danger .badge {
  color: #F44336;
  background-color: #fff
}

.btn-link {
  color: #009688;
  font-weight: normal;
  border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
  color: #004a43;
  text-decoration: underline;
  background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 2px
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block + .btn-block {
  margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear
}

.fade.in {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

tr.collapse.in {
  display: table-row
}

tbody.collapse.in {
  display: table-row-group
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.dropup,
.dropdown {
  position: relative
}

.dropdown-toggle:focus {
  outline: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #009688
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #009688
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed
}

.open > .dropdown-menu {
  display: block
}

.open > a {
  outline: 0
}

.dropdown-menu-right {
  left: auto;
  right: 0
}

.dropdown-menu-left {
  left: 0;
  right: auto
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777;
  white-space: nowrap
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px
}

.btn-toolbar {
  margin-left: -5px
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table
}

.btn-toolbar:after {
  clear: both
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0
}

.btn-group > .btn:first-child {
  margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.btn-group > .btn-group {
  float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn .caret {
  margin-left: 0
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table
}

.btn-group-vertical > .btn-group:after {
  clear: both
}

.btn-group-vertical > .btn-group > .btn {
  float: none
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%
}

.btn-group-justified > .btn-group .btn {
  width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0
}

.input-group .form-control:focus {
  z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle
}

.input-group-addon {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #3D4051;
  text-align: center;
  background-color: #eee;
  border: 1px solid #CBD5DD;
  border-radius: 2px
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 2px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.input-group-addon:first-child {
  border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.input-group-addon:last-child {
  border-left: 0
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap
}

.input-group-btn > .btn {
  position: relative
}

.input-group-btn > .btn + .btn {
  margin-left: -1px
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px
}

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

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

.nav:after {
  clear: both
}

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

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px
}

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

.nav > li.disabled > a {
  color: #777
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #009688
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.nav > li > a > img {
  max-width: none
}

.nav-tabs {
  border-bottom: 1px solid #ddd
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default
}

.nav-pills > li {
  float: left
}

.nav-pills > li > a {
  border-radius: 2px
}

.nav-pills > li + li {
  margin-left: 2px
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #009688
}

.nav-stacked > li {
  float: none
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto
}

@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%
  }

  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f3f3f3
  }
}

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}

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

.navbar:after {
  clear: both
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 2px
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table
}

.navbar-header:after {
  clear: both
}

@media (min-width: 768px) {
  .navbar-header {
    float: left
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table
}

.navbar-collapse:after {
  clear: both
}

.navbar-collapse.in {
  overflow-y: auto
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important
  }

  .navbar-collapse.in {
    overflow-y: visible
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none
}

.navbar-brand > img {
  display: block
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px
}

.navbar-toggle:focus {
  outline: 0
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none
  }
}

.navbar-nav {
  margin: 7.5px -15px
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0
  }

  .navbar-nav > li {
    float: left
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .navbar-form .form-control-static {
    display: inline-block
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto
  }

  .navbar-form .input-group > .form-control {
    width: 100%
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7
}

.navbar-default .navbar-brand {
  color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent
}

.navbar-default .navbar-text {
  color: #777
}

.navbar-default .navbar-nav > li > a {
  color: #777
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent
}

.navbar-default .navbar-toggle {
  border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent
  }
}

.navbar-default .navbar-link {
  color: #777
}

.navbar-default .navbar-link:hover {
  color: #333
}

.navbar-default .btn-link {
  color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909
}

.navbar-inverse .navbar-brand {
  color: #777
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-text {
  color: #777
}

.navbar-inverse .navbar-nav > li > a {
  color: #777
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent
}

.navbar-inverse .navbar-toggle {
  border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent
  }
}

.navbar-inverse .navbar-link {
  color: #777
}

.navbar-inverse .navbar-link:hover {
  color: #fff
}

.navbar-inverse .btn-link {
  color: #777
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #F2F7F7;
  border-radius: 2px
}

.breadcrumb > li {
  display: inline-block
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #e2edeb
}

.breadcrumb > .active {
  color: #777
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px
}

.pagination > li {
  display: inline
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #3D4051;
  background-color: #fff;
  border: 1px solid #dce0e0;
  margin-left: -1px
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #3D4051;
  background-color: #fff;
  border-color: #aaa
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #009688;
  border-color: #009688;
  cursor: default
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  background-color: #F2F7F7;
  border-color: #F2F7F7;
  cursor: not-allowed
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center
}

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

.pager:after {
  clear: both
}

.pager li {
  display: inline
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #dce0e0;
  border-radius: 15px
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #fff
}

.pager .next > a,
.pager .next > span {
  float: right
}

.pager .previous > a,
.pager .previous > span {
  float: left
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}

.label:empty {
  display: none
}

.btn .label {
  position: relative;
  top: -1px
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.label-default {
  background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e
}

.label-primary {
  background-color: #009688
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #00635a
}

.label-success {
  background-color: #8BC34A
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #71a436
}

.label-info {
  background-color: #00BCD4
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #008fa1
}

.label-warning {
  background-color: #FFCA28
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #f4b800
}

.label-danger {
  background-color: #F44336
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ea1c0d
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #009688;
  background-color: #fff
}

.list-group-item > .badge {
  float: right
}

.list-group-item > .badge + .badge {
  margin-right: 5px
}

.nav-pills > li > a > .badge {
  margin-left: 3px
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200
}

.jumbotron > hr {
  border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 2px;
  padding-left: 15px;
  padding-right: 15px
}

.jumbotron .container {
  max-width: 100%
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto
}

.thumbnail .caption {
  padding: 9px;
  color: #3D4051
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #009688
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px
}

.alert h4 {
  margin-top: 0;
  color: inherit
}

.alert .alert-link {
  font-weight: bold
}

.alert > p,
.alert > ul {
  margin-bottom: 0
}

.alert > p + p {
  margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit
}

.alert-success {
  background-color: #F0FBE3;
  border-color: #ebf8cd;
  color: #687F42
}

.alert-success hr {
  border-top-color: #e2f5b6
}

.alert-success .alert-link {
  color: #4d5d31
}

.alert-info {
  background-color: #E6F5FD;
  border-color: #c5f1fa;
  color: #3B799A
}

.alert-info hr {
  border-top-color: #adebf8
}

.alert-info .alert-link {
  color: #2d5c75
}

.alert-warning {
  background-color: #FFFAED;
  border-color: #ffecd4;
  color: #9A7E26
}

.alert-warning hr {
  border-top-color: #ffe0ba
}

.alert-warning .alert-link {
  color: #715d1c
}

.alert-danger {
  background-color: #FBE9E6;
  border-color: #f7d0d1;
  color: #A1513C
}

.alert-danger hr {
  border-top-color: #f4babb
}

.alert-danger .alert-link {
  color: #7c3e2e
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }
  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }
  to {
    background-position: 0 0
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #009688;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
  background-color: #8BC34A
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
  background-color: #00BCD4
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
  background-color: #FFCA28
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
  background-color: #F44336
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
  margin-top: 15px
}

.media:first-child {
  margin-top: 0
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden
}

.media-body {
  width: 10000px
}

.media-object {
  display: block
}

.media-object.img-thumbnail {
  max-width: none
}

.media-right,
.media > .pull-right {
  padding-left: 10px
}

.media-left,
.media > .pull-left {
  padding-right: 10px
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top
}

.media-middle {
  vertical-align: middle
}

.media-bottom {
  vertical-align: bottom
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px
}

.media-list {
  padding-left: 0;
  list-style: none
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eff2f7
}

.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px
}

a.list-group-item,
button.list-group-item {
  color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5
}

button.list-group-item {
  width: 100%;
  text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #009688;
  border-color: #eff2f7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #63fff0
}

.list-group-item-success {
  color: #687F42;
  background-color: #F0FBE3
}

a.list-group-item-success,
button.list-group-item-success {
  color: #687F42
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #687F42;
  background-color: #e4f8cd
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #687F42;
  border-color: #687F42
}

.list-group-item-info {
  color: #3B799A;
  background-color: #E6F5FD
}

a.list-group-item-info,
button.list-group-item-info {
  color: #3B799A
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #3B799A;
  background-color: #ceecfb
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #3B799A;
  border-color: #3B799A
}

.list-group-item-warning {
  color: #9A7E26;
  background-color: #FFFAED
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #9A7E26
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #9A7E26;
  background-color: #fff3d4
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #9A7E26;
  border-color: #9A7E26
}

.list-group-item-danger {
  color: #A1513C;
  background-color: #FBE9E6
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #A1513C
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #A1513C;
  background-color: #f7d6d0
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #A1513C;
  border-color: #A1513C
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
  padding: 15px
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table
}

.panel-body:after {
  clear: both
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit
}

.panel-footer {
  padding: 10px 15px;
  background-color: #fafafa;
  border-top: 1px solid #e2edeb;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0
}

.list-group + .panel-footer {
  border-top-width: 0
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0
}

.panel-group {
  margin-bottom: 20px
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px
}

.panel-group .panel + .panel {
  margin-top: 5px
}

.panel-group .panel-heading {
  border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #e2edeb
}

.panel-group .panel-footer {
  border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #e2edeb
}

.panel-default {
  border-color: #e2edeb
}

.panel-default > .panel-heading {
  color: #3D4051;
  background-color: #F2F7F7;
  border-color: #e2edeb
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e2edeb
}

.panel-default > .panel-heading .badge {
  color: #F2F7F7;
  background-color: #3D4051
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e2edeb
}

.panel-primary {
  border-color: #009688
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #009688;
  border-color: #009688
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #009688
}

.panel-primary > .panel-heading .badge {
  color: #009688;
  background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #009688
}

.panel-success {
  border-color: #ebf8cd
}

.panel-success > .panel-heading {
  color: #687F42;
  background-color: #F0FBE3;
  border-color: #ebf8cd
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebf8cd
}

.panel-success > .panel-heading .badge {
  color: #F0FBE3;
  background-color: #687F42
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebf8cd
}

.panel-info {
  border-color: #c5f1fa
}

.panel-info > .panel-heading {
  color: #3B799A;
  background-color: #E6F5FD;
  border-color: #c5f1fa
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c5f1fa
}

.panel-info > .panel-heading .badge {
  color: #E6F5FD;
  background-color: #3B799A
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c5f1fa
}

.panel-warning {
  border-color: #ffecd4
}

.panel-warning > .panel-heading {
  color: #9A7E26;
  background-color: #FFFAED;
  border-color: #ffecd4
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffecd4
}

.panel-warning > .panel-heading .badge {
  color: #FFFAED;
  background-color: #9A7E26
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffecd4
}

.panel-danger {
  border-color: #f7d0d1
}

.panel-danger > .panel-heading {
  color: #A1513C;
  background-color: #FBE9E6;
  border-color: #f7d0d1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f7d0d1
}

.panel-danger > .panel-heading .badge {
  color: #FBE9E6;
  background-color: #A1513C
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f7d0d1
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%
}

.embed-responsive-4by3 {
  padding-bottom: 75%
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
  padding: 24px;
  border-radius: 2px
}

.well-sm {
  padding: 9px;
  border-radius: 2px
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50)
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none
}

.modal-open {
  overflow: hidden
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0)
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50)
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.modal-header:before,
.modal-header:after {
  content: " ";
  display: table
}

.modal-header:after {
  clear: both
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table
}

.modal-footer:after {
  clear: both
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
  }

  .modal-sm {
    width: 300px
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0)
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90)
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 2px
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #262B33;
  background-clip: padding-box;
  border: 1px solid #262B33;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
  margin-top: -10px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}

.popover.left {
  margin-left: -10px
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #262B33;
  border-bottom: 1px solid #1b1f24;
  border-radius: 1px 1px 0 0
}

.popover-content {
  padding: 9px 14px
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.popover > .arrow {
  border-width: 11px
}

.popover > .arrow:after {
  border-width: 10px;
  content: ""
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #262B33;
  bottom: -11px
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #262B33
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #262B33;
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #262B33
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #262B33;
  top: -11px
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #262B33
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #262B33;
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #262B33;
  bottom: -10px
}

.carousel {
  position: relative
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block
}

.carousel-inner > .active {
  left: 0
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%
}

.carousel-inner > .next {
  left: 100%
}

.carousel-inner > .prev {
  left: -100%
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0
}

.carousel-inner > .active.left {
  left: -100%
}

.carousel-inner > .active.right {
  left: 100%
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif
}

.carousel-control .icon-prev:before {
  content: '\2039'
}

.carousel-control .icon-next:before {
  content: '\203a'
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
  text-shadow: none
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px
  }

  .carousel-indicators {
    bottom: 20px
  }
}

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

.clearfix:after {
  clear: both
}

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

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.invisible {
  visibility: hidden
}

.hidden {
  display: none !important
}

.affix {
  position: fixed
}

@-ms-viewport {
  width: device-width
}

.visible-xs {
  display: none !important
}

.visible-sm {
  display: none !important
}

.visible-md {
  display: none !important
}

.visible-lg {
  display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important
  }

  table.visible-xs {
    display: table !important
  }

  tr.visible-xs {
    display: table-row !important
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important
  }

  table.visible-sm {
    display: table !important
  }

  tr.visible-sm {
    display: table-row !important
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important
  }

  table.visible-md {
    display: table !important
  }

  tr.visible-md {
    display: table-row !important
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important
  }

  table.visible-lg {
    display: table !important
  }

  tr.visible-lg {
    display: table-row !important
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important
  }
}

.visible-print {
  display: none !important
}

@media print {
  .visible-print {
    display: block !important
  }

  table.visible-print {
    display: table !important
  }

  tr.visible-print {
    display: table-row !important
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important
  }
}

.visible-print-block {
  display: none !important
}

@media print {
  .visible-print-block {
    display: block !important
  }
}

.visible-print-inline {
  display: none !important
}

@media print {
  .visible-print-inline {
    display: inline !important
  }
}

.visible-print-inline-block {
  display: none !important
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important
  }
}

@media print {
  .hidden-print {
    display: none !important
  }
}

.z-depth-1,
.btn.btn-raised,
.btn-group.btn-raised,
.btn.btn-floating,
.btn-group.btn-floating {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.z-depth-1-half,
.btn.btn-raised:hover,
.btn-group.btn-raised:hover,
.btn.btn-floating:hover,
.btn-group.btn-floating:hover,
.pricing-table.featured,
.pricing-table:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19)
}

.z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21)
}

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22)
}

body {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important
}

body p,
html p {
  line-height: 1.42857
}

::selection {
  background: #009688;
  color: #fff
}

::-moz-selection {
  background: #009688;
  color: #fff
}

:focus {
  outline: none
}

a {
  text-decoration: none
}

a:active,
a:focus {
  text-decoration: none;
  outline: none
}

span.block {
  display: block
}

.no-margin {
  margin: 0
}

.no-margin-bottom {
  margin-bottom: 0
}

.no-border {
  border: 0
}

.no-border-radius {
  border-radius: 0
}

.no-padding {
  padding: 0
}

.no-shadow {
  box-shadow: 0
}

.full-width {
  width: 100%
}

.ui-section {
  margin-bottom: 60px
}

a.bg-primary {
  background-color: #009688;
  color: #fff
}

a.bg-primary:hover {
  background-color: #009688;
  color: #fff
}

a.bg-success {
  background-color: #8BC34A;
  color: #fff
}

a.bg-success:hover {
  background-color: #8BC34A;
  color: #fff
}

a.bg-info {
  background-color: #00BCD4;
  color: #fff
}

a.bg-info:hover {
  background-color: #00BCD4;
  color: #fff
}

a.bg-warning {
  background-color: #FFCA28;
  color: #fff
}

a.bg-warning:hover {
  background-color: #FFCA28;
  color: #fff
}

a.bg-danger {
  background-color: #F44336;
  color: #fff
}

a.bg-danger:hover {
  background-color: #F44336;
  color: #fff
}

.bg-white {
  background-color: #fff;
  color: #3D4051
}

.bg-white a {
  color: #3D4051
}

.bg-white a:hover {
  color: #3D4051
}

.bg-body {
  background-color: #f3f3f3;
  color: #3D4051
}

.bg-body a {
  color: #3D4051
}

.bg-body a:hover {
  color: #3D4051
}

.bg-dark {
  background-color: #262B33;
  color: #fff
}

.bg-dark a {
  color: #fff
}

.bg-dark a:hover {
  color: #fff
}

.bg-dark-light {
  background-color: #3D4051;
  color: #fff
}

.bg-dark-light a {
  color: #fff
}

.bg-dark-light a:hover {
  color: #fff
}

.bg-black {
  background-color: #000;
  color: #fff
}

.bg-black a {
  color: #fff
}

.bg-black a:hover {
  color: #fff
}

.bg-primary {
  background-color: #009688;
  color: #fff
}

.bg-primary a {
  color: #fff
}

.bg-primary a:hover {
  color: #fff
}

.bg-primary-light {
  background-color: #5C6BC0;
  color: #fff
}

.bg-primary-light a {
  color: #fff
}

.bg-primary-light a:hover {
  color: #fff
}

.bg-success {
  background-color: #8BC34A;
  color: #fff
}

.bg-success a {
  color: #fff
}

.bg-success a:hover {
  color: #fff
}

.bg-info {
  background-color: #00BCD4;
  color: #fff
}

.bg-info a {
  color: #fff
}

.bg-info a:hover {
  color: #fff
}

.bg-info-alt {
  background-color: #7E57C2;
  color: #fff
}

.bg-info-alt a {
  color: #fff
}

.bg-info-alt a:hover {
  color: #fff
}

.bg-warning {
  background-color: #FFCA28;
  color: #fff
}

.bg-warning a {
  color: #fff
}

.bg-warning a:hover {
  color: #fff
}

.bg-danger {
  background-color: #F44336;
  color: #fff
}

.bg-danger a {
  color: #fff
}

.bg-danger a:hover {
  color: #fff
}

.bg-dark {
  background-color: #262B33;
  color: #fff
}

.bg-dark a {
  color: #fff
}

.bg-dark a:hover {
  color: #fff
}

.bg-bright {
  background-color: #fafafa;
  color: #3D4051
}

.bg-bright a {
  color: #3D4051
}

.bg-bright a:hover {
  color: #3D4051
}

.bg-white {
  background-color: #fff;
  color: #3D4051
}

.bg-white a {
  color: #3D4051
}

.bg-white a:hover {
  color: #3D4051
}

.bg-facebook {
  background-color: #335397;
  color: #fff
}

.bg-facebook a {
  color: #fff
}

.bg-facebook a:hover {
  color: #fff
}

.bg-twitter {
  background-color: #00c7f7;
  color: #fff
}

.bg-twitter a {
  color: #fff
}

.bg-twitter a:hover {
  color: #fff
}

.bg-google-plus {
  background-color: #df4a32;
  color: #fff
}

.bg-google-plus a {
  color: #fff
}

.bg-google-plus a:hover {
  color: #fff
}

.page-container {
  max-width: 1170px;
  margin: auto
}

.blockquote-colored {
  border-left: 5px solid #009688
}

.blockquote-colored.pull-right {
  border-right: 5px solid #009688;
  border-left: 0
}

.gradient-text {
  font-size: 150px;
  font-weight: 300;
  color: #009688;
  background: -webkit-linear-gradient(92deg, #fb83fa, #00aced);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.text-small {
  font-size: 12px
}

.text-normal {
  font-size: 14px
}

.text-huge {
  font-size: 72px
}

.text-large {
  font-size: 50px
}

.size-h1 {
  font-size: 36px
}

.size-h2 {
  font-size: 30px
}

.size-h3 {
  font-size: 24px
}

.size-h4 {
  font-size: 18px
}

.text-thin {
  font-weight: 300
}

.text-ultralight {
  font-weight: 100
}

.color-primary,
a.color-primary {
  color: #009688
}

.color-primary:hover,
a.color-primary:hover {
  color: #009688
}

.color-success,
a.color-success {
  color: #8BC34A
}

.color-success:hover,
a.color-success:hover {
  color: #8BC34A
}

.color-info,
a.color-info {
  color: #00BCD4
}

.color-info:hover,
a.color-info:hover {
  color: #00BCD4
}

.color-info-alt,
a.color-info-alt {
  color: #7E57C2
}

.color-info-alt:hover,
a.color-info-alt:hover {
  color: #7E57C2
}

.color-warning,
a.color-warning {
  color: #FFCA28
}

.color-warning:hover,
a.color-warning:hover {
  color: #FFCA28
}

.color-danger,
a.color-danger {
  color: #F44336
}

.color-danger:hover,
a.color-danger:hover {
  color: #F44336
}

.color-dark,
a.color-dark {
  color: #262B33
}

.color-dark:hover,
a.color-dark:hover {
  color: #262B33
}

.color-reverse,
a.color-dark {
  color: #fff
}

.color-reverse:hover,
a.color-dark:hover {
  color: #fff
}

.color-gray-darker,
a.color-gray-darker {
  color: #222
}

.color-gray-darker:hover,
a.color-gray-darker:hover {
  color: #222
}

.color-gray-dark,
a.color-gray-dark {
  color: #333
}

.color-gray-dark:hover,
a.color-gray-dark:hover {
  color: #333
}

.color-gray,
a.color-gray {
  color: #555
}

.color-gray:hover,
a.color-gray:hover {
  color: #555
}

.color-gray-light,
a.color-gray-light {
  color: #777
}

.color-gray-light:hover,
a.color-gray-light:hover {
  color: #777
}

.color-gray-lighter,
a.color-gray-lighter {
  color: #eee
}

.color-gray-lighter:hover,
a.color-gray-lighter:hover {
  color: #eee
}

.dropcap,
.dropcap-square,
.dropcap-circle {
  display: block;
  float: left;
  font-weight: normal;
  line-height: 36px;
  margin-right: 6px;
  text-shadow: none
}

.dropcap {
  font-size: 3.1em
}

.dropcap-square,
.dropcap-circle {
  background-color: #eee;
  color: #3D4051;
  width: 36px;
  text-align: center
}

.dropcap-square {
  border-radius: 2px;
  font-size: 2.3em
}

.dropcap-circle {
  border-radius: 50%;
  font-size: 1.78em
}

.dropcap.colored {
  color: #009688
}

.dropcap-square.colored,
.dropcap-circle.colored {
  background-color: #009688;
  color: #fff
}

.ui-highlight {
  background-color: #262B33;
  color: #fff;
  border-radius: 2px;
  padding: 2px 5px
}

.ui-highlight.colored {
  background-color: #009688
}

.pull-in {
  margin: 0 -15px
}

.divider {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px
}

.divider.divider-dashed {
  border: 1px dashed #e2edeb
}

.divider.divider-dotted {
  border: 1px dotted #e2edeb
}

.divider-sm {
  margin-top: 10px;
  margin-bottom: 10px
}

.divider-md {
  margin-top: 20px;
  margin-bottom: 20px
}

.divider-lg {
  margin-top: 30px;
  margin-bottom: 30px
}

.divider-xl {
  margin-top: 50px;
  margin-bottom: 50px
}

.space {
  display: inline;
  padding: 6px
}

.space-md {
  padding: 15px
}

.space-lg {
  padding: 25px
}

.hr-colored {
  border-color: #009688
}

.table-dynamic .table-filters {
  margin: 10px 0;
  padding: 8px
}

.table-dynamic .filter-result-info {
  padding: 7px
}

.table-dynamic .table-bordered {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd
}

.table-dynamic .table-bordered thead th {
  position: relative;
  padding: 0
}

.table-dynamic .table-bordered thead th > .th {
  position: relative;
  padding: 8px 20px 8px 8px
}

.table-dynamic .table-bordered thead th .glyphicon-chevron-up,
.table-dynamic .table-bordered thead th .glyphicon-chevron-down {
  position: absolute;
  color: #999
}

.table-dynamic .table-bordered thead th .glyphicon-chevron-up:hover,
.table-dynamic .table-bordered thead th .glyphicon-chevron-down:hover {
  color: #009688;
  cursor: pointer
}

.table-dynamic .table-bordered thead th .glyphicon-chevron-up.active,
.table-dynamic .table-bordered thead th .glyphicon-chevron-down.active {
  color: #009688
}

.table-dynamic .table-bordered thead th .fa-angle-up,
.table-dynamic .table-bordered thead th .fa-angle-down {
  position: absolute;
  color: #999;
  font-size: 16px;
  font-weight: bold
}

.table-dynamic .table-bordered thead th .fa-angle-up:hover,
.table-dynamic .table-bordered thead th .fa-angle-down:hover {
  color: #009688;
  cursor: pointer
}

.table-dynamic .table-bordered thead th .fa-angle-up.active,
.table-dynamic .table-bordered thead th .fa-angle-down.active {
  color: #009688
}

.table-dynamic .table-bordered thead th .glyphicon-chevron-up,
.table-dynamic .table-bordered thead th .fa-angle-up {
  top: 4px;
  right: 5px
}

.table-dynamic .table-bordered thead th .fa-angle-down {
  top: 18px;
  right: 5px
}

.table-dynamic .table-bordered thead th .glyphicon-chevron-down {
  top: 18px;
  right: 6px
}

.table-dynamic .table-footer {
  margin: 10px 0;
  padding: 8px
}

.table-dynamic .page-num-info span {
  padding: 6px
}

.table-dynamic .pagination-container ul {
  margin: 0
}

.table-dynamic .pagination-container ul li:hover {
  cursor: pointer
}

@media only screen and (max-width: 800px) {
  .table-flip-scroll .cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
  }

  .table-flip-scroll * html .cf {
    zoom: 1
  }

  .table-flip-scroll *:first-child + html .cf {
    zoom: 1
  }

  .table-flip-scroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
  }

  .table-flip-scroll th,
  .table-flip-scroll td {
    margin: 0;
    vertical-align: top
  }

  .table-flip-scroll th {
    text-align: left
  }

  .table-flip-scroll table {
    display: block;
    position: relative;
    width: 100%
  }

  .table-flip-scroll thead {
    display: block;
    float: left
  }

  .table-flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap
  }

  .table-flip-scroll thead tr {
    display: block
  }

  .table-flip-scroll .table > thead > tr > th:first-child {
    border-top: 1px solid #ddd
  }

  .table-flip-scroll th {
    display: block;
    text-align: right
  }

  .table-flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top
  }

  .table-flip-scroll td {
    display: block;
    min-height: 1.25em;
    text-align: left
  }

  .table-flip-scroll th {
    border-bottom: 0;
    border-left: 0
  }

  .table-flip-scroll td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0
  }

  .table-flip-scroll tbody tr {
    border-left: 1px solid #babcbf
  }

  .table-flip-scroll th:last-child,
  .table-flip-scroll td:last-child {
    border-bottom: 1px solid #babcbf
  }
}

.ui-radio {
  position: relative;
  margin: 0 20px 10px 20px;
  font-size: 14px;
  line-height: 20px;
  height: 20px
}

.ui-radio input[type="radio"] + span:hover {
  cursor: pointer
}

.ui-radio input[type="radio"] + span:hover:before {
  border-color: #009688
}

.ui-radio input[type="radio"]:disabled + span:hover {
  cursor: not-allowed
}

.ui-radio input[type="radio"]:disabled + span:hover:before {
  border-color: #ccc
}

.ui-radio input[type="radio"] {
  display: none
}

.ui-radio input[type="radio"] + span {
  padding-left: 10px;
  font-weight: normal
}

.ui-radio input[type="radio"] + span:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: -20px;
  top: 0;
  background: white;
  border-radius: 50%;
  border: 2px solid #ccc;
  -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1)
}

.ui-radio input[type="radio"] + span:after {
  visibility: hidden;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: -15px;
  background-color: #009688;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}

.ui-radio input[type="radio"]:disabled + span:before {
  opacity: .65;
  border: 2px solid #ccc;
  cursor: no-drop
}

.ui-radio input[type="radio"]:checked + span:before {
  border-color: #009688
}

.ui-radio input[type="radio"]:checked + span:after {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.ui-radio input[type="radio"]:disabled:checked + span:before {
  border-color: #ccc
}

.ui-radio input[type="radio"]:disabled:checked + span:after {
  opacity: .65;
  cursor: no-drop;
  background-color: #ccc
}

.ui-checkbox {
  position: relative;
  margin: 0 20px 10px 20px;
  line-height: 20px;
  height: 20px
}

.ui-checkbox input[type="checkbox"] + span:hover {
  cursor: pointer
}

.ui-checkbox input[type="checkbox"] + span:hover:before {
  border-color: #009688
}

.ui-checkbox input[type="checkbox"]:disabled + span:hover {
  cursor: not-allowed
}

.ui-checkbox input[type="checkbox"]:disabled + span:hover:before {
  border-color: #ccc
}

.ui-checkbox input[type="checkbox"] {
  display: none
}

.ui-checkbox input[type="checkbox"] + span {
  font-weight: normal
}

.ui-checkbox input[type="checkbox"] + span:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: -20px;
  background-color: transparent;
  border-radius: 2px;
  border: 2px solid #ccc;
  -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1)
}

.ui-checkbox input[type="checkbox"]:disabled + span:before {
  opacity: .65;
  border: 2px solid #ccc;
  cursor: no-drop
}

.ui-checkbox input[type="checkbox"]:checked + span:before {
  border-color: #009688
}

.ui-checkbox input[type="checkbox"] + span:after {
  visibility: hidden;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 7px;
  left: -15px;
  background-color: #009688;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1)
}

.ui-checkbox input[type="checkbox"]:checked + span:after {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.ui-checkbox input[type="checkbox"]:disabled:checked + span:before {
  opacity: .65;
  border: 2px solid #ccc
}

.ui-checkbox input[type="checkbox"]:disabled:checked + span:after {
  opacity: .65;
  cursor: no-drop;
  background-color: #ccc
}

body > input.ta-hidden-input {
  display: none
}

.ui-editor .btn-group {
  margin-bottom: 5px
}

.ui-editor .ta-toolbar {
  margin: 0 0 10px
}

.ui-editor.ta-root.focussed > .ta-scroll-window.form-control {
  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)
}

.ui-editor .ta-editor.ta-html,
.ui-editor .ta-scroll-window.form-control {
  min-height: 300px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%
}

.ui-editor .ta-scroll-window.form-control {
  position: relative;
  padding: 0
}

.ui-editor .ta-scroll-window > .ta-bind {
  height: auto;
  min-height: 300px;
  padding: 6px 12px
}

.ui-editor .ta-editor:focus {
  user-select: text
}

.ui-editor .ta-resizer-handle-overlay {
  z-index: 100;
  position: absolute;
  display: none
}

.ui-editor .ta-resizer-handle-overlay > .ta-resizer-handle-info {
  position: absolute;
  bottom: 16px;
  right: 16px;
  border: 1px solid black;
  background-color: #FFF;
  padding: 0 4px;
  opacity: 0.7
}

.ui-editor .ta-resizer-handle-overlay > .ta-resizer-handle-background {
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: 5px;
  top: 5px;
  border: 1px solid black;
  background-color: rgba(0, 0, 0, 0.2)
}

.ui-editor .ta-resizer-handle-overlay > .ta-resizer-handle-corner {
  width: 10px;
  height: 10px;
  position: absolute
}

.ui-editor .ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl {
  top: 0;
  left: 0;
  border-left: 1px solid black;
  border-top: 1px solid black
}

.ui-editor .ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr {
  top: 0;
  right: 0;
  border-right: 1px solid black;
  border-top: 1px solid black
}

.ui-editor .ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl {
  bottom: 0;
  left: 0;
  border-left: 1px solid black;
  border-bottom: 1px solid black
}

.ui-editor .ta-resizer-handle-overlay > .ta-resizer-handle-corner-br {
  bottom: 0;
  right: 0;
  border: 1px solid black;
  cursor: se-resize;
  background-color: white
}

.ui-editor .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.ui-editor .popover.top {
  margin-top: -10px
}

.ui-editor .popover.bottom {
  margin-top: 10px
}

.ui-editor .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0
}

.ui-editor .popover-content {
  padding: 9px 14px
}

.ui-editor .popover > .arrow,
.ui-editor .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.ui-editor .popover > .arrow {
  border-width: 11px
}

.ui-editor .popover > .arrow:after {
  content: "";
  border-width: 10px
}

.ui-editor .popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0
}

.ui-editor .popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0
}

.ui-editor .popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25)
}

.ui-editor .popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff
}

.ui-wizard-form .steps .done > a {
  box-shadow: none
}

md-input-container label {
  margin: 0
}

.form-control {
  border-width: 1px;
  box-shadow: none
}

.form-control:focus {
  border-color: #009688;
  box-shadow: none
}

.form-group .col-sm-10 {
  position: relative
}

.form-group .col-sm-10 .icon {
  position: absolute;
  right: 25px;
  top: 10px
}

.input-round {
  border-radius: 25px
}

input.input-primary {
  border-color: #009688
}

input.input-primary:focus {
  border-color: #009688
}

input.input-info {
  border-color: #00BCD4
}

input.input-info:focus {
  border-color: #00BCD4
}

input.input-success {
  border-color: #8BC34A
}

input.input-success:focus {
  border-color: #8BC34A
}

input.input-warning {
  border-color: #FFCA28
}

input.input-warning:focus {
  border-color: #FFCA28
}

input.input-danger {
  border-color: #F44336
}

input.input-danger:focus {
  border-color: #F44336
}

.ui-select {
  position: relative;
  display: inline-block;
  margin: 0 0 2px 1.2%;
  width: auto;
  height: auto;
  border: 1px solid #CBD5DD;
  border-radius: 2px
}

.ui-select > select {
  z-index: 99;
  display: block;
  position: relative;
  padding: 10px 15px 10px 10px;
  min-width: 200px;
  width: 120%;
  border: none;
  outline: none;
  background: transparent;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none
}

.ui-select select::-ms-expand {
  display: none
}

.ui-select:after {
  z-index: 0;
  content: "";
  position: absolute;
  right: 8%;
  top: 50%;
  color: #CBD5DD;
  width: 0;
  margin-top: -3px;
  height: 0;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none
}

@-moz-document url-prefix() {
  .ui-select {
    overflow: hidden
  }
  .ui-select select {
    width: 120%;
    width: -moz-calc(100% + 3em);
    width: calc(100% + em)
  }
}

.ui-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

.form-validation .ng-valid.ng-dirty {
  border-color: #8BC34A
}

.form-validation .ng-invalid.ng-dirty {
  border-color: #F44336
}

.form-validation md-input-container > md-icon {
  font-size: 20px;
  line-height: 30px;
  color: #3D4051
}

.form-validation md-input-container:not(.md-input-invalid).md-input-has-value > md-icon {
  color: #8BC34A
}

.form-validation md-input-container.md-input-invalid > md-icon {
  color: #F44336
}

.btn-info-alt {
  color: #fff;
  background-color: #7E57C2;
  border-color: #7E57C2
}

.btn-info-alt:focus,
.btn-info-alt.focus {
  color: #fff;
  background-color: #643da9;
  border-color: #432971
}

.btn-info-alt:hover {
  color: #fff;
  background-color: #643da9;
  border-color: #603ba1
}

.btn-info-alt:active,
.btn-info-alt.active,
.open > .btn-info-alt.dropdown-toggle {
  color: #fff;
  background-color: #643da9;
  border-color: #603ba1
}

.btn-info-alt:active:hover,
.btn-info-alt:active:focus,
.btn-info-alt:active.focus,
.btn-info-alt.active:hover,
.btn-info-alt.active:focus,
.btn-info-alt.active.focus,
.open > .btn-info-alt.dropdown-toggle:hover,
.open > .btn-info-alt.dropdown-toggle:focus,
.open > .btn-info-alt.dropdown-toggle.focus {
  color: #fff;
  background-color: #55348f;
  border-color: #432971
}

.btn-info-alt:active,
.btn-info-alt.active,
.open > .btn-info-alt.dropdown-toggle {
  background-image: none
}

.btn-info-alt.disabled:hover,
.btn-info-alt.disabled:focus,
.btn-info-alt.disabled.focus,
.btn-info-alt[disabled]:hover,
.btn-info-alt[disabled]:focus,
.btn-info-alt[disabled].focus,
fieldset[disabled] .btn-info-alt:hover,
fieldset[disabled] .btn-info-alt:focus,
fieldset[disabled] .btn-info-alt.focus {
  background-color: #7E57C2;
  border-color: #7E57C2
}

.btn-info-alt .badge {
  color: #7E57C2;
  background-color: #fff
}

.btn-dark {
  color: #fff;
  background-color: #262B33;
  border-color: #262B33
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #101216;
  border-color: #000
}

.btn-dark:hover {
  color: #fff;
  background-color: #101216;
  border-color: #0c0d10
}

.btn-dark:active,
.btn-dark.active,
.open > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #101216;
  border-color: #0c0d10
}

.btn-dark:active:hover,
.btn-dark:active:focus,
.btn-dark:active.focus,
.btn-dark.active:hover,
.btn-dark.active:focus,
.btn-dark.active.focus,
.open > .btn-dark.dropdown-toggle:hover,
.open > .btn-dark.dropdown-toggle:focus,
.open > .btn-dark.dropdown-toggle.focus {
  color: #fff;
  background-color: #010101;
  border-color: #000
}

.btn-dark:active,
.btn-dark.active,
.open > .btn-dark.dropdown-toggle {
  background-image: none
}

.btn-dark.disabled:hover,
.btn-dark.disabled:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled]:hover,
.btn-dark[disabled]:focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark:hover,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark.focus {
  background-color: #262B33;
  border-color: #262B33
}

.btn-dark .badge {
  color: #262B33;
  background-color: #fff
}

.btn-line-default {
  color: #3D4051;
  background-color: transparent;
  border-color: #fafafa
}

.btn-line-default:hover,
.btn-line-default:focus,
.btn-line-default:active,
.btn-line-default.active {
  color: #3D4051;
  background-color: #fafafa
}

.open .btn-line-default.dropdown-toggle {
  color: #3D4051;
  background-color: #fafafa
}

.btn-line-primary {
  color: #3D4051;
  background-color: transparent;
  border-color: #009688
}

.btn-line-primary:hover,
.btn-line-primary:focus,
.btn-line-primary:active,
.btn-line-primary.active {
  color: #fff;
  background-color: #009688
}

.open .btn-line-primary.dropdown-toggle {
  color: #fff;
  background-color: #009688
}

.btn-line-success {
  color: #3D4051;
  background-color: transparent;
  border-color: #8BC34A
}

.btn-line-success:hover,
.btn-line-success:focus,
.btn-line-success:active,
.btn-line-success.active {
  color: #fff;
  background-color: #8BC34A
}

.open .btn-line-success.dropdown-toggle {
  color: #fff;
  background-color: #8BC34A
}

.btn-line-info {
  color: #3D4051;
  background-color: transparent;
  border-color: #00BCD4
}

.btn-line-info:hover,
.btn-line-info:focus,
.btn-line-info:active,
.btn-line-info.active {
  color: #fff;
  background-color: #00BCD4
}

.open .btn-line-info.dropdown-toggle {
  color: #fff;
  background-color: #00BCD4
}

.btn-line-warning {
  color: #3D4051;
  background-color: transparent;
  border-color: #FFCA28
}

.btn-line-warning:hover,
.btn-line-warning:focus,
.btn-line-warning:active,
.btn-line-warning.active {
  color: #fff;
  background-color: #FFCA28
}

.open .btn-line-warning.dropdown-toggle {
  color: #fff;
  background-color: #FFCA28
}

.btn-line-danger {
  color: #3D4051;
  background-color: transparent;
  border-color: #F44336
}

.btn-line-danger:hover,
.btn-line-danger:focus,
.btn-line-danger:active,
.btn-line-danger.active {
  color: #fff;
  background-color: #F44336
}

.open .btn-line-danger.dropdown-toggle {
  color: #fff;
  background-color: #F44336
}

.btn-line-dark {
  color: #3D4051;
  background-color: transparent;
  border-color: #262B33
}

.btn-line-dark:hover,
.btn-line-dark:focus,
.btn-line-dark:active,
.btn-line-dark.active {
  color: #fff;
  background-color: #262B33
}

.open .btn-line-dark.dropdown-toggle {
  color: #fff;
  background-color: #262B33
}

.btn-w-xs {
  min-width: 80px
}

.btn-w-sm {
  min-width: 100px
}

.btn-w-md {
  min-width: 135px
}

.btn-w-lg {
  min-width: 160px
}

.btn-round {
  border-radius: 2em
}

.btn-gap {
  margin: 5px
}

.btn-gap-h {
  margin: 0 5px
}

.btn-gap-v {
  margin: 0 0 5px
}

.btn.btn-raised,
.btn-group.btn-raised {
  text-transform: uppercase;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  transition: 0.25s ease-out
}

.btn.btn-raised:hover,
.btn.btn-raised:focus,
.btn.btn-raised:active,
.btn-group.btn-raised:hover,
.btn-group.btn-raised:focus,
.btn-group.btn-raised:active {
  outline: none
}

.btn.btn-raised:disabled,
.btn.btn-raised.disabled,
.btn-group.btn-raised:disabled,
.btn-group.btn-raised.disabled {
  box-shadow: none
}

.btn.btn-floating,
.btn-group.btn-floating {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s
}

.btn.btn-floating:hover,
.btn.btn-floating:focus,
.btn.btn-floating:active,
.btn-group.btn-floating:hover,
.btn-group.btn-floating:focus,
.btn-group.btn-floating:active {
  outline: none
}

.btn.btn-floating:disabled,
.btn.btn-floating.disabled,
.btn-group.btn-floating:disabled,
.btn-group.btn-floating.disabled {
  box-shadow: none
}

.btn.btn-raised.btn-primary:hover,
.btn.btn-raised.btn-primary:focus,
.btn.btn-raised.btn-primary.focus,
.btn.btn-raised.btn-primary:active,
.btn.btn-raised.btn-primary.active,
.open > .btn.btn-raised.btn-primary.dropdown-toggle,
.btn.btn-floating.btn-primary:hover,
.btn.btn-floating.btn-primary:focus,
.btn.btn-floating.btn-primary.focus,
.btn.btn-floating.btn-primary:active,
.btn.btn-floating.btn-primary.active,
.open > .btn.btn-floating.btn-primary.dropdown-toggle,
.btn-group.btn-raised.btn-primary:hover,
.btn-group.btn-raised.btn-primary:focus,
.btn-group.btn-raised.btn-primary.focus,
.btn-group.btn-raised.btn-primary:active,
.btn-group.btn-raised.btn-primary.active,
.open > .btn-group.btn-raised.btn-primary.dropdown-toggle,
.btn-group.btn-floating.btn-primary:hover,
.btn-group.btn-floating.btn-primary:focus,
.btn-group.btn-floating.btn-primary.focus,
.btn-group.btn-floating.btn-primary:active,
.btn-group.btn-floating.btn-primary.active,
.open > .btn-group.btn-floating.btn-primary.dropdown-toggle {
  background-color: #007d71;
  border-color: #007d71
}

.btn.btn-raised.btn-info:hover,
.btn.btn-raised.btn-info:focus,
.btn.btn-raised.btn-info.focus,
.btn.btn-raised.btn-info:active,
.btn.btn-raised.btn-info.active,
.open > .btn.btn-raised.btn-info.dropdown-toggle,
.btn.btn-floating.btn-info:hover,
.btn.btn-floating.btn-info:focus,
.btn.btn-floating.btn-info.focus,
.btn.btn-floating.btn-info:active,
.btn.btn-floating.btn-info.active,
.open > .btn.btn-floating.btn-info.dropdown-toggle,
.btn-group.btn-raised.btn-info:hover,
.btn-group.btn-raised.btn-info:focus,
.btn-group.btn-raised.btn-info.focus,
.btn-group.btn-raised.btn-info:active,
.btn-group.btn-raised.btn-info.active,
.open > .btn-group.btn-raised.btn-info.dropdown-toggle,
.btn-group.btn-floating.btn-info:hover,
.btn-group.btn-floating.btn-info:focus,
.btn-group.btn-floating.btn-info.focus,
.btn-group.btn-floating.btn-info:active,
.btn-group.btn-floating.btn-info.active,
.open > .btn-group.btn-floating.btn-info.dropdown-toggle {
  background-color: #00a5bb;
  border-color: #00a5bb
}

.btn.btn-raised.btn-warning:hover,
.btn.btn-raised.btn-warning:focus,
.btn.btn-raised.btn-warning.focus,
.btn.btn-raised.btn-warning:active,
.btn.btn-raised.btn-warning.active,
.open > .btn.btn-raised.btn-warning.dropdown-toggle,
.btn.btn-floating.btn-warning:hover,
.btn.btn-floating.btn-warning:focus,
.btn.btn-floating.btn-warning.focus,
.btn.btn-floating.btn-warning:active,
.btn.btn-floating.btn-warning.active,
.open > .btn.btn-floating.btn-warning.dropdown-toggle,
.btn-group.btn-raised.btn-warning:hover,
.btn-group.btn-raised.btn-warning:focus,
.btn-group.btn-raised.btn-warning.focus,
.btn-group.btn-raised.btn-warning:active,
.btn-group.btn-raised.btn-warning.active,
.open > .btn-group.btn-raised.btn-warning.dropdown-toggle,
.btn-group.btn-floating.btn-warning:hover,
.btn-group.btn-floating.btn-warning:focus,
.btn-group.btn-floating.btn-warning.focus,
.btn-group.btn-floating.btn-warning:active,
.btn-group.btn-floating.btn-warning.active,
.open > .btn-group.btn-floating.btn-warning.dropdown-toggle {
  background-color: #ffc40f;
  border-color: #ffc40f
}

.btn.btn-raised.btn-danger:hover,
.btn.btn-raised.btn-danger:focus,
.btn.btn-raised.btn-danger.focus,
.btn.btn-raised.btn-danger:active,
.btn.btn-raised.btn-danger.active,
.open > .btn.btn-raised.btn-danger.dropdown-toggle,
.btn.btn-floating.btn-danger:hover,
.btn.btn-floating.btn-danger:focus,
.btn.btn-floating.btn-danger.focus,
.btn.btn-floating.btn-danger:active,
.btn.btn-floating.btn-danger.active,
.open > .btn.btn-floating.btn-danger.dropdown-toggle,
.btn-group.btn-raised.btn-danger:hover,
.btn-group.btn-raised.btn-danger:focus,
.btn-group.btn-raised.btn-danger.focus,
.btn-group.btn-raised.btn-danger:active,
.btn-group.btn-raised.btn-danger.active,
.open > .btn-group.btn-raised.btn-danger.dropdown-toggle,
.btn-group.btn-floating.btn-danger:hover,
.btn-group.btn-floating.btn-danger:focus,
.btn-group.btn-floating.btn-danger.focus,
.btn-group.btn-floating.btn-danger:active,
.btn-group.btn-floating.btn-danger.active,
.open > .btn-group.btn-floating.btn-danger.dropdown-toggle {
  background-color: #f32c1e;
  border-color: #f32c1e
}

.btn.btn-raised.btn-default:hover,
.btn.btn-raised.btn-default:focus,
.btn.btn-raised.btn-default.focus,
.btn.btn-raised.btn-default:active,
.btn.btn-raised.btn-default.active,
.open > .btn.btn-raised.btn-default.dropdown-toggle,
.btn.btn-floating.btn-default:hover,
.btn.btn-floating.btn-default:focus,
.btn.btn-floating.btn-default.focus,
.btn.btn-floating.btn-default:active,
.btn.btn-floating.btn-default.active,
.open > .btn.btn-floating.btn-default.dropdown-toggle,
.btn-group.btn-raised.btn-default:hover,
.btn-group.btn-raised.btn-default:focus,
.btn-group.btn-raised.btn-default.focus,
.btn-group.btn-raised.btn-default:active,
.btn-group.btn-raised.btn-default.active,
.open > .btn-group.btn-raised.btn-default.dropdown-toggle,
.btn-group.btn-floating.btn-default:hover,
.btn-group.btn-floating.btn-default:focus,
.btn-group.btn-floating.btn-default.focus,
.btn-group.btn-floating.btn-default:active,
.btn-group.btn-floating.btn-default.active,
.open > .btn-group.btn-floating.btn-default.dropdown-toggle {
  background-color: #ededed;
  border-color: #ededed
}

.btn-flat {
  background: none;
  color: #3D4051;
  border: 1px solid transparent;
  text-transform: uppercase;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  transition: 0.25s ease-out
}

.btn-flat:hover,
.btn-flat:focus,
.btn-flat:active {
  background-color: #fafafa;
  outline: none;
  box-shadow: none;
  border-color: #fafafa
}

.btn-flat.btn-primary {
  color: #009688
}

.btn-flat.btn-info {
  color: #00BCD4
}

.btn-flat.btn-warning {
  color: #FFCA28
}

.btn-flat.btn-danger {
  color: #F44336
}

.btn-icon {
  padding: 0;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  height: 35px;
  width: 35px;
  line-height: 35px
}

.btn-icon i {
  line-height: 35px
}

.btn-icon.btn-icon-lined {
  line-height: 31px
}

.btn-icon.btn-icon-lined i {
  line-height: 31px
}

.btn-icon.btn-icon-lined.btn-icon-thin {
  line-height: 33px
}

.btn-icon.btn-icon-lined.btn-icon-thin i {
  line-height: 33px
}

.btn-icon-lined {
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #3D4051;
  color: #3D4051;
  height: 35px;
  width: 35px;
  line-height: 35px
}

.btn-icon-lined i {
  line-height: 35px
}

.btn-icon-lined.btn-icon-lined {
  line-height: 31px
}

.btn-icon-lined.btn-icon-lined i {
  line-height: 31px
}

.btn-icon-lined.btn-icon-lined.btn-icon-thin {
  line-height: 33px
}

.btn-icon-lined.btn-icon-lined.btn-icon-thin i {
  line-height: 33px
}

.btn-icon-lined.btn-icon-thin {
  border-width: 1px
}

.btn-icon-lined:hover {
  background-color: #fff;
  color: #fff
}

.btn-icon-lined.btn-default-light {
  color: #bbb;
  border: 2px solid #bbb
}

.btn-icon-lined.btn-default-light:hover {
  color: #bbb;
  border: 2px solid #bbb
}

.btn-icon-lined.btn-default {
  color: #777;
  border-color: #777
}

.btn-icon-lined.btn-default:hover {
  color: #777;
  border-color: #777
}

.btn-icon-lined.btn-primary {
  color: #009688;
  border-color: #009688
}

.btn-icon-lined.btn-success {
  color: #8BC34A;
  border-color: #8BC34A
}

.btn-icon-lined.btn-info {
  color: #00BCD4;
  border-color: #00BCD4
}

.btn-icon-lined.btn-warning {
  color: #FFCA28;
  border-color: #FFCA28
}

.btn-icon-lined.btn-danger {
  color: #F44336;
  border-color: #F44336
}

.btn-icon-round {
  border-radius: 50%
}

.btn-icon-sm {
  height: 30px;
  width: 30px;
  line-height: 30px
}

.btn-icon-sm i {
  line-height: 30px
}

.btn-icon-sm.btn-icon-lined {
  line-height: 26px
}

.btn-icon-sm.btn-icon-lined i {
  line-height: 26px
}

.btn-icon-sm.btn-icon-lined.btn-icon-thin {
  line-height: 28px
}

.btn-icon-sm.btn-icon-lined.btn-icon-thin i {
  line-height: 28px
}

.btn-icon-md {
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 18px
}

.btn-icon-md i {
  line-height: 45px
}

.btn-icon-md.btn-icon-lined {
  line-height: 41px
}

.btn-icon-md.btn-icon-lined i {
  line-height: 41px
}

.btn-icon-md.btn-icon-lined.btn-icon-thin {
  line-height: 43px
}

.btn-icon-md.btn-icon-lined.btn-icon-thin i {
  line-height: 43px
}

.btn-icon-lg {
  height: 65px;
  width: 65px;
  line-height: 65px;
  font-size: 28px
}

.btn-icon-lg i {
  line-height: 65px
}

.btn-icon-lg.btn-icon-lined {
  line-height: 61px
}

.btn-icon-lg.btn-icon-lined i {
  line-height: 61px
}

.btn-icon-lg.btn-icon-lined.btn-icon-thin {
  line-height: 63px
}

.btn-icon-lg.btn-icon-lined.btn-icon-thin i {
  line-height: 63px
}

.btn-icon-lg-alt {
  height: 70px;
  width: 70px;
  line-height: 70px
}

.btn-icon-lg-alt i {
  line-height: 70px
}

.btn-icon-lg-alt.btn-icon-lined {
  line-height: 66px
}

.btn-icon-lg-alt.btn-icon-lined i {
  line-height: 66px
}

.btn-icon-lg-alt.btn-icon-lined.btn-icon-thin {
  line-height: 68px
}

.btn-icon-lg-alt.btn-icon-lined.btn-icon-thin i {
  line-height: 68px
}

.btn-icon-xl {
  height: 80px;
  width: 80px;
  line-height: 80px
}

.btn-icon-xl i {
  line-height: 80px
}

.btn-icon-xl.btn-icon-lined {
  line-height: 76px
}

.btn-icon-xl.btn-icon-lined i {
  line-height: 76px
}

.btn-icon-xl.btn-icon-lined.btn-icon-thin {
  line-height: 78px
}

.btn-icon-xl.btn-icon-lined.btn-icon-thin i {
  line-height: 78px
}

.btn-twitter {
  color: #fff;
  background-color: #00c7f7;
  border-color: #00c7f7
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active {
  color: #fff;
  text-decoration: none;
  background-color: #00a6ce;
  border-color: #0096ba
}

.btn-facebook {
  color: #fff;
  background-color: #335397;
  border-color: #335397
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active {
  color: #fff;
  text-decoration: none;
  background-color: #294279;
  border-color: #243a69
}

.btn-gplus,
.btn-google-plus {
  color: #fff;
  background-color: #dd4a38;
  border-color: #dd4a38
}

.btn-gplus:hover,
.btn-gplus:focus,
.btn-gplus:active,
.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus:active {
  color: #fff;
  text-decoration: none;
  background-color: #ca3522;
  border-color: #b8301f
}

.btn-instagram {
  color: #fff;
  background-color: #82685A;
  border-color: #82685A
}

.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active {
  color: #fff;
  text-decoration: none;
  background-color: #6a5549;
  border-color: #5e4b41
}

.btn-vimeo {
  color: #fff;
  background-color: #63879C;
  border-color: #63879C
}

.btn-vimeo:hover,
.btn-vimeo:focus,
.btn-vimeo:active {
  color: #fff;
  text-decoration: none;
  background-color: #537183;
  border-color: #4b6777
}

.btn-flickr {
  color: #fff;
  background-color: #0061DB;
  border-color: #0061DB
}

.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr:active {
  color: #fff;
  text-decoration: none;
  background-color: #004fb2;
  border-color: #00469e
}

.btn-github {
  color: #fff;
  background-color: #3B3B3B;
  border-color: #3B3B3B
}

.btn-github:hover,
.btn-github:focus,
.btn-github:active {
  color: #fff;
  text-decoration: none;
  background-color: #272727;
  border-color: #1c1c1c
}

.btn-pinterest {
  color: #fff;
  background-color: #D73532;
  border-color: #D73532
}

.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active {
  color: #fff;
  text-decoration: none;
  background-color: #bc2725;
  border-color: #ab2421
}

.btn-tumblr {
  color: #fff;
  background-color: #586980;
  border-color: #586980
}

.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr:active {
  color: #fff;
  text-decoration: none;
  background-color: #475568;
  border-color: #3f4b5c
}

.btn-linkedin {
  color: #fff;
  background-color: #018FAF;
  border-color: #018FAF
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active {
  color: #fff;
  text-decoration: none;
  background-color: #016e86;
  border-color: #015d72
}

.btn-dribbble {
  color: #fff;
  background-color: #EA73A0;
  border-color: #EA73A0
}

.btn-dribbble:hover,
.btn-dribbble:focus,
.btn-dribbble:active {
  color: #fff;
  text-decoration: none;
  background-color: #e55088;
  border-color: #e23e7c
}

.btn-stumbleupon {
  color: #fff;
  background-color: #EA4B24;
  border-color: #EA4B24
}

.btn-stumbleupon:hover,
.btn-stumbleupon:focus,
.btn-stumbleupon:active {
  color: #fff;
  text-decoration: none;
  background-color: #d13914;
  border-color: #bf3412
}

.btn-lastfm {
  color: #fff;
  background-color: #B80638;
  border-color: #B80638
}

.btn-lastfm:hover,
.btn-lastfm:focus,
.btn-lastfm:active {
  color: #fff;
  text-decoration: none;
  background-color: #90052c;
  border-color: #7d0426
}

.btn-evernote {
  color: #fff;
  background-color: #3BAB27;
  border-color: #3BAB27
}

.btn-evernote:hover,
.btn-evernote:focus,
.btn-evernote:active {
  color: #fff;
  text-decoration: none;
  background-color: #308a1f;
  border-color: #2a791c
}

.btn-skype {
  color: #fff;
  background-color: #00B0F6;
  border-color: #00B0F6
}

.btn-skype:hover,
.btn-skype:focus,
.btn-skype:active {
  color: #fff;
  text-decoration: none;
  background-color: #0093cd;
  border-color: #0084b9
}

.btn-soundcloud {
  color: #fff;
  background-color: #06f;
  border-color: #06f
}

.btn-soundcloud:hover,
.btn-soundcloud:focus,
.btn-soundcloud:active {
  color: #fff;
  text-decoration: none;
  background-color: #0056d6;
  border-color: #004ec2
}

.btn-behance {
  color: #fff;
  background-color: #B80638;
  border-color: #B80638
}

.btn-behance:hover,
.btn-behance:focus,
.btn-behance:active {
  color: #fff;
  text-decoration: none;
  background-color: #90052c;
  border-color: #7d0426
}

.btn-rss {
  color: #fff;
  background-color: #F79638;
  border-color: #F79638
}

.btn-rss:hover,
.btn-rss:focus,
.btn-rss:active {
  color: #fff;
  text-decoration: none;
  background-color: #f58111;
  border-color: #e87709
}

.btn-youtube {
  color: #fff;
  background-color: #CC181E;
  border-color: #CC181E
}

.btn-youtube:hover,
.btn-youtube:focus,
.btn-youtube:active {
  color: #fff;
  text-decoration: none;
  background-color: #a71419;
  border-color: #951216
}

.ui-wave {
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ui-wave.ui-wave-overflowed {
  overflow: visible
}

.ui-wave .ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0)
}

.ui-wave.btn-flat .ink,
.ui-wave.btn-default .ink {
  background: rgba(0, 0, 0, 0.2)
}

.wave-animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5)
  }
}

@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5)
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5)
  }
}

.nav-container .ui-wave .ink {
  background: rgba(0, 0, 0, 0.2)
}

.nav-collapsed-min .nav-container .ui-wave {
  overflow: visible
}

.nav-horizontal.nav-container .ui-wave {
  overflow: visible
}

.header-container.bg-white .ui-wave .ink {
  background: rgba(0, 0, 0, 0.2)
}

.content-container.ng-leave {
  z-index: 9999
}

.content-container.ng-enter {
  z-index: 8888
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg)
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg)
  }
  to {
    -moz-transform: rotate(360deg)
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.animate-spin {
  -webkit-animation: spin 3s linear infinite;
  -moz-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite
}

@-webkit-keyframes fade-up-enter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes fade-up-enter {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px)
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0)
  }
}

@keyframes fade-up-enter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes fade-up-leave {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px)
  }
}

@-moz-keyframes fade-up-leave {
  0% {
    opacity: 1;
    -moz-transform: translateY(0)
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px)
  }
}

@keyframes fade-up-leave {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
  }
}

.animate-fade-up.ng-enter {
  -webkit-animation: 0.35s fade-up-enter;
  -moz-animation: 0.35s fade-up-enter;
  animation: 0.35s fade-up-enter
}

@-webkit-keyframes animate-flip-y-enter {
  0% {
    -webkit-transform: perspective(3000px) rotateY(90deg);
    opacity: 0
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    opacity: 1
  }
}

@-moz-keyframes animate-flip-y-enter {
  0% {
    -moz-transform: perspective(3000px) rotateY(90deg);
    opacity: 0
  }
  100% {
    -moz-transform: perspective(3000px) rotateY(0deg);
    opacity: 1
  }
}

@keyframes animate-flip-y-enter {
  0% {
    -webkit-transform: perspective(3000px) rotateY(90deg);
    -moz-transform: perspective(3000px) rotateY(90deg);
    -ms-transform: perspective(3000px) rotateY(90deg);
    -o-transform: perspective(3000px) rotateY(90deg);
    transform: perspective(3000px) rotateY(90deg);
    opacity: 0
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    -moz-transform: perspective(3000px) rotateY(0deg);
    -ms-transform: perspective(3000px) rotateY(0deg);
    -o-transform: perspective(3000px) rotateY(0deg);
    transform: perspective(3000px) rotateY(0deg);
    opacity: 1
  }
}

@-webkit-keyframes animate-flip-y-leave {
  0% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    opacity: 1
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(-90deg);
    opacity: 0
  }
}

@-moz-keyframes animate-flip-y-leave {
  0% {
    -moz-transform: perspective(3000px) rotateY(0deg);
    opacity: 1
  }
  100% {
    -moz-transform: perspective(3000px) rotateY(-90deg);
    opacity: 0
  }
}

@keyframes animate-flip-y-leave {
  0% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    -moz-transform: perspective(3000px) rotateY(0deg);
    -ms-transform: perspective(3000px) rotateY(0deg);
    -o-transform: perspective(3000px) rotateY(0deg);
    transform: perspective(3000px) rotateY(0deg);
    opacity: 1
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(-90deg);
    -moz-transform: perspective(3000px) rotateY(-90deg);
    -ms-transform: perspective(3000px) rotateY(-90deg);
    -o-transform: perspective(3000px) rotateY(-90deg);
    transform: perspective(3000px) rotateY(-90deg);
    opacity: 0
  }
}

.animate-flip-y.ng-enter {
  -webkit-animation: 0.35s animate-flip-y-enter ease-in-out;
  -moz-animation: 0.35s animate-flip-y-enter ease-in-out;
  animation: 0.35s animate-flip-y-enter ease-in-out
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px)
  }
  100% {
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px)
  }
  100% {
    -moz-transform: translateY(0)
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px)
  }
}

@-moz-keyframes slideOutUp {
  0% {
    -moz-transform: translateY(0)
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px)
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}

.animate-vertical-slide.ng-hide-add {
  -webkit-animation: 0.35s slideOutUp ease-in-out;
  -moz-animation: 0.35s slideOutUp ease-in-out;
  animation: 0.35s slideOutUp ease-in-out
}

.animate-vertical-slide.ng-hide-remove {
  -webkit-animation: 0.35s 0.35s slideInDown ease-in-out;
  -moz-animation: 0.35s 0.35s slideInDown ease-in-out;
  animation: 0.35s 0.35s slideInDown ease-in-out
}

@-webkit-keyframes slideOutUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95)
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1)
  }
}

@-moz-keyframes slideOutUp {
  0% {
    opacity: 0;
    -moz-transform: scale(0.95)
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1)
  }
}

@keyframes slideOutUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95)
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
}

.ainmate-scale-up.ng-enter {
  -webkit-animation: 0.35s slideOutUp ease-in-out;
  -moz-animation: 0.35s slideOutUp ease-in-out;
  animation: 0.35s slideOutUp ease-in-out
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(25px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(25px)
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0)
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
    transform: translateX(25px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

.ainmate-slide-in-right.ng-enter {
  -webkit-animation: 0.35s slideInRight ease-in-out;
  -moz-animation: 0.35s slideInRight ease-in-out;
  animation: 0.35s slideInRight ease-in-out
}

.animated {
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    visibility: visible
  }
  100% {
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes slideInUp {
  0% {
    -moz-transform: translateY(100%);
    visibility: visible
  }
  100% {
    -moz-transform: translateY(0)
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  -moz-animation-name: slideInUp;
  animation-name: slideInUp
}

@-webkit-keyframes scaleInLeft {
  0% {
    -webkit-transform-origin: left top;
    -webkit-transform: scale(0.5);
    opacity: 0
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1
  }
}

@-moz-keyframes scaleInLeft {
  0% {
    -moz-transform-origin: left top;
    -moz-transform: scale(0.5);
    opacity: 0
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1
  }
}

@keyframes scaleInLeft {
  0% {
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.scaleInLeft {
  -webkit-animation-name: scaleInLeft;
  -moz-animation-name: scaleInLeft;
  animation-name: scaleInLeft
}

@-webkit-keyframes scaleInRight {
  0% {
    -webkit-transform-origin: right top;
    -webkit-transform: scale(0.5);
    opacity: 0
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1
  }
}

@-moz-keyframes scaleInRight {
  0% {
    -moz-transform-origin: right top;
    -moz-transform: scale(0.5);
    opacity: 0
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1
  }
}

@keyframes scaleInRight {
  0% {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.scaleInRight {
  -webkit-animation-name: scaleInRight;
  -moz-animation-name: scaleInRight;
  animation-name: scaleInRight
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: none;
    opacity: 1
  }
}

@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: none;
    opacity: 1
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: none;
    opacity: 1
  }
}

@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: none;
    opacity: 1
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -moz-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    -o-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}

.dropdown-menu {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left
}

.dropdown-menu.pull-right {
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right
}

.dropdown-menu-scaleIn {
  display: block;
  opacity: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.open > .dropdown-menu-scaleIn {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.badge-primary {
  background-color: #009688
}

.badge-success {
  background-color: #8BC34A
}

.badge-info {
  background-color: #00BCD4
}

.badge-warning {
  background-color: #FFCA28
}

.badge-danger {
  background-color: #F44336
}

.breadcrumb a {
  color: #3D4051
}

.breadcrumb a:hover {
  text-decoration: none
}

.breadcrumb-alt {
  overflow: hidden;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  width: 100%
}

.breadcrumb-alt > li {
  float: left;
  margin: 0 25px 0 0
}

.breadcrumb-alt > li > a {
  position: relative;
  float: left;
  background-color: #eee;
  color: #3D4051;
  font-size: 12px;
  padding: 10px
}

.breadcrumb-alt > li > a:before {
  position: absolute;
  top: 50%;
  left: -1em;
  margin-top: -1.6em;
  border-color: #eee #eee #eee transparent;
  border-style: solid;
  border-width: 1.5em 0 1.7em 1em;
  content: ""
}

.breadcrumb-alt > li > a:after {
  position: absolute;
  top: 50%;
  right: -1em;
  margin-top: -1.5em;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #eee;
  border-top: 1.5em solid transparent;
  content: ""
}

.breadcrumb-alt > li > a:hover,
.breadcrumb-alt > li > a.active {
  text-decoration: none;
  background-color: #009688;
  color: #fff
}

.breadcrumb-alt > li > a:hover:before,
.breadcrumb-alt > li > a.active:before {
  border-color: #009688 #009688 #009688 transparent
}

.breadcrumb-alt > li > a:hover:after,
.breadcrumb-alt > li > a.active:after {
  border-left: 1em solid #009688
}

.callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee
}

.callout h4 {
  margin-top: 0;
  margin-bottom: 5px
}

.callout p:last-child {
  margin-bottom: 0
}

.callout-success {
  background-color: #f3faf3;
  border-color: #8BC34A
}

.callout-success h4 {
  color: #8BC34A
}

.callout-info {
  background-color: #f4f8fa;
  border-color: #00BCD4
}

.callout-info h4 {
  color: #00BCD4
}

.callout-warning {
  background-color: #fcf8f2;
  border-color: #FFCA28
}

.callout-warning h4 {
  color: #FFCA28
}

.callout-danger {
  background-color: #fdf7f7;
  border-color: #F44336
}

.callout-danger h4 {
  color: #F44336
}

.dropdown-menu.dropdown-dark {
  background-color: #262B33
}

.dropdown-menu.dropdown-dark.with-arrow:after {
  border-bottom: 7px solid #262B33
}

.dropdown-menu.dropdown-dark > li > a {
  color: #777
}

.dropdown-menu.with-arrow {
  margin-top: 0
}

.dropdown-menu.with-arrow:before {
  content: " ";
  position: absolute;
  left: 12px;
  top: -16px;
  border: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.15)
}

.dropdown-menu.with-arrow:after {
  content: " ";
  position: absolute;
  left: 13px;
  top: -14px;
  border: 7px solid transparent;
  border-bottom: 7px solid #fff
}

.dropdown-menu.with-arrow.pull-right {
  margin-top: 0
}

.dropdown-menu.with-arrow.pull-right:before {
  left: auto;
  right: 12px
}

.dropdown-menu.with-arrow.pull-right:after {
  left: auto;
  right: 13px
}

.dropdown-menu.with-arrow.panel {
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2)
}

.dropdown-menu.with-arrow.panel-default:before {
  border-bottom: 8px solid #e2edeb
}

.dropdown-menu.with-arrow.panel-default:after {
  border-bottom: 7px solid #F2F7F7
}

.dropdown-menu.with-arrow.panel-dark:before {
  border-bottom: 8px solid #262B33
}

.dropdown-menu.with-arrow.panel-dark:after {
  border-bottom: 7px solid #262B33
}

.dropdown-menu.with-arrow.panel-primary:before {
  border-bottom: 8px solid #009688
}

.dropdown-menu.with-arrow.panel-primary:after {
  border-bottom: 7px solid #009688
}

.dropdown-menu.with-arrow.panel-success:before {
  border-bottom: 8px solid #ebf8cd
}

.dropdown-menu.with-arrow.panel-success:after {
  border-bottom: 7px solid #F0FBE3
}

.dropdown-menu.with-arrow.panel-info:before {
  border-bottom: 8px solid #c5f1fa
}

.dropdown-menu.with-arrow.panel-info:after {
  border-bottom: 7px solid #E6F5FD
}

.dropdown-menu.with-arrow.panel-warning:before {
  border-bottom: 8px solid #ffecd4
}

.dropdown-menu.with-arrow.panel-warning:after {
  border-bottom: 7px solid #FFFAED
}

.dropdown-menu.with-arrow.panel-danger:before {
  border-bottom: 8px solid #f7d0d1
}

.dropdown-menu.with-arrow.panel-danger:after {
  border-bottom: 7px solid #FBE9E6
}

.ih-item {
  position: relative;
  border-radius: 2px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out
}

.ih-item a {
  color: #333
}

.ih-item a:hover {
  text-decoration: none
}

.ih-item img {
  border-radius: 2px;
  width: 100%;
  height: 100%
}

.ih-item.ih-material {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%
}

.ih-item.ih-material .info-mask {
  content: '';
  position: absolute;
  top: -25%;
  left: 0;
  right: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1)
}

.ih-item.ih-material .info-content {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.ih-item.ih-material .info-content:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.5em
}

.ih-item.ih-material .info-content .info-inner {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center
}

.ih-item.ih-material .info-content .info-inner h3 {
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px
}

.ih-item.ih-material .info-content .info-inner p {
  font-style: italic;
  font-size: 12px;
  color: #eee
}

.ih-item.ih-material .bg-white + .info-content .info-inner h3,
.ih-item.ih-material .bg-warning + .info-content .info-inner h3 {
  color: #3D4051
}

.ih-item.ih-material .bg-white + .info-content .info-inner p,
.ih-item.ih-material .bg-warning + .info-content .info-inner p {
  color: #999
}

.ih-item.ih-material a:hover .info-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.ih-item.ih-material a:hover .info-mask {
  opacity: .8;
  -webkit-transform: scale(1.21);
  -moz-transform: scale(1.21);
  -ms-transform: scale(1.21);
  -o-transform: scale(1.21);
  transform: scale(1.21)
}

img.img30_30 {
  width: 30px;
  height: 30px
}

img.img40_40 {
  width: 40px;
  height: 40px
}

img.img64_64 {
  width: 64px;
  height: 64px
}

img.img80_80 {
  width: 80px;
  height: 80px
}

.label {
  padding: .5em .8em
}

.label-info-alt {
  background: #7E57C2
}

.list-group-item {
  padding: 15px;
  border: 1px solid #f3f3f3
}

.list-info li {
  padding: 10px;
  border-bottom: 1px solid #eee
}

.list-info li:last-child {
  border-bottom: none
}

.list-info li .icon {
  margin-right: 10px;
  color: #009688
}

.list-info li label {
  width: 100px
}

.media-list.media-divider-full .media {
  border-bottom: 1px solid #e2edeb
}

.media-list.media-divider-inset .media-body {
  border-bottom: 1px solid #e2edeb
}

.nav-boxed {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 2px
}

.nav-boxed.nav-justified > li > a {
  margin: 0
}

.nav-boxed a {
  color: #3D4051
}

.nav-boxed > li > a {
  display: block;
  padding: 10px 5px;
  border-left: 0;
  border-top: 1px solid #f3f3f3
}

@media (min-width: 768px) {
  .nav-boxed > li > a {
    border-top: 0;
    border-left: 1px solid #f3f3f3
  }
}

.nav-boxed > li > a > i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 2px;
  font-size: 30px
}

.nav-boxed > li:first-child > a {
  border-left: none;
  border-top: 0
}

@media (min-width: 768px) {
  .nav-boxed > li:first-child > a {
    border-left: 1px solid #f3f3f3
  }
}

.panel {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1)
}

.panel .panel {
  box-shadow: none
}

.panel .panel-heading {
  text-transform: uppercase
}

.panel .panel-title {
  font-size: 14px
}

.panel.panel-labeled {
  position: relative
}

.panel.panel-labeled .panel-body {
  padding: 35px 15px
}

.panel.panel-minimal .panel-heading {
  background: none;
  border: 0
}

.panel .panel-label {
  color: #ccc;
  position: absolute;
  bottom: 5px;
  left: 7px
}

.panel .panel-body.padding-lg {
  padding: 30px 15px
}

.panel .panel-body.padding-xl {
  padding: 60px 15px
}

.panel .panel-body.padding-lg-h {
  padding: 15px 30px
}

.panel-dark {
  border-color: #262B33
}

.panel-dark > .panel-heading {
  color: #fff;
  background-color: #262B33;
  border-color: #262B33
}

.panel-dark > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #262B33
}

.panel-dark > .panel-heading .badge {
  color: #262B33;
  background-color: #fff
}

.panel-dark > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #262B33
}

.panel-box {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  border: none
}

.panel-box .panel-item {
  display: table-cell;
  padding: 30px;
  width: 1%;
  vertical-align: top;
  border-radius: 0
}

.panel-box .panel-left {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px
}

.panel-box .panel-right {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px
}

.panel-box.info-box i {
  line-height: 70px
}

.panel-box .panel-top,
.panel-box .panel-bottom {
  display: block
}

.panel-box .panel-top {
  padding: 30px 20px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px
}

.panel-box .panel-bottom {
  padding: 10px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px
}

.panel-box .panel-bottom p {
  margin: 0
}

.panel-box .list-justified-container {
  padding: 15px 0
}

.panel-box ul.list-justified {
  display: table;
  width: 100%;
  list-style: none;
  padding: 0
}

.panel-box ul.list-justified > li {
  float: none;
  display: table-cell;
  padding: 10px;
  width: 1%;
  border-right: 1px solid #eee
}

.panel-box ul.list-justified > li:last-child {
  border: none
}

.panel-box ul.list-justified > li p {
  margin: 0
}

.panel-box .panel-icon,
.panel-box .panel-img {
  display: block;
  margin: -75px auto 0;
  border-radius: 50%;
  border: 10px solid #fff;
  width: 150px;
  height: 150px;
  line-height: 80px;
  text-align: center;
  font-size: 58px;
  text-shadow: -6px 8px 5px rgba(0, 0, 0, 0.3)
}

.panel-box .panel-icon {
  padding: 28px 35px 35px
}

.panel-box .panel-img {
  padding: 0
}

.panel-box .panel-img img {
  width: 100%;
  max-width: 100%
}

.mini-box {
  min-height: 120px;
  padding: 25px
}

.mini-box .box-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  vertical-align: middle;
  text-align: center;
  font-size: 35px;
  border-radius: 2px
}

.mini-box .box-icon.rounded {
  border-radius: 50%
}

.mini-box .btn-icon,
.mini-box .btn-icon-lined {
  margin: 0 15px 0 0;
  font-size: 32px
}

.mini-box .box-info {
  display: inline-block;
  vertical-align: top
}

.mini-box .box-info p {
  margin: 0
}

.panel-profile {
  border: none
}

.panel-profile .profile {
  margin: 5px 15px 5px 5px;
  border-radius: 50%;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2)
}

.panel-profile .profile img {
  border-radius: 50%
}

.panel-profile .list-group > li > i {
  margin-right: 10px;
  font-size: 16px;
  color: #777;
  table-layout: fixed
}

.panel-profile .list-justified-container {
  padding: 15px 0
}

.panel-profile ul.list-justified {
  display: table;
  width: 100%;
  list-style: none;
  padding: 0
}

.panel-profile ul.list-justified > li {
  float: none;
  display: table-cell;
  padding: 10px;
  width: 1%;
  border-right: 1px solid #eee
}

.panel-profile ul.list-justified > li:last-child {
  border: none
}

.panel-profile ul.list-justified > li p {
  margin: 0
}

.popover-title {
  padding: 8px 14px 0;
  color: #aaa;
  font-weight: bold;
  border-bottom: none
}

.popover-content {
  color: #fafafa
}

.pricing-table {
  position: relative;
  margin-bottom: 20px;
  background-color: #fcfcfc;
  color: #999;
  border-radius: 2px;
  box-shadow: none;
  text-align: center;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  transition: 0.25s ease-out
}

.pricing-table header {
  text-align: center;
  padding: 12px 8px;
  border-radius: 2px 2px 0 0
}

.pricing-table header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase
}

.pricing-table .pricing-price {
  border-bottom: 1px solid #e7edf6;
  padding: 45px 15px;
  background-color: #A0A2AA;
  font-size: 56px;
  line-height: 1;
  color: #fff;
  font-weight: 300
}

.pricing-table .pricing-price .pricing-sign {
  margin-right: 5px;
  font-size: 24px;
  font-weight: normal
}

.pricing-table .pricing-price .pricing-sub {
  margin-left: 5px;
  font-size: 22px;
  line-height: 1
}

.pricing-table .pricing-lead {
  margin-bottom: 1.5em;
  font-size: 18px;
  text-transform: uppercase
}

.pricing-table .pricing-lead:after {
  margin: 0 auto;
  content: "";
  height: 0px;
  width: 80px;
  padding-top: .6em;
  border-bottom: solid 3px #eff0f3;
  display: block
}

.pricing-table .pricing-plan-details {
  padding: 1em
}

.pricing-table .pricing-plan-details > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 2em
}

.pricing-table > footer {
  padding: 2em;
  text-align: center
}

.pricing-table > footer > a {
  display: block;
  margin: 0 auto;
  padding: 12px;
  font-size: 14px;
  line-height: 1;
  width: 100%;
  max-width: 200px
}

.pricing-table.pricing-table-primary .pricing-price {
  background-color: #009688
}

.pricing-table.pricing-table-primary:after {
  border-top: 6px solid #009688;
  border-left: 6px solid #009688
}

.pricing-table.pricing-table-secondary .pricing-price,
.pricing-table.pricing-table-info .pricing-price {
  background-color: #00BCD4
}

.pricing-table.pricing-table-secondary:after,
.pricing-table.pricing-table-info:after {
  border-top: 6px solid #00BCD4;
  border-left: 6px solid #00BCD4
}

.pricing-table.pricing-table-success .pricing-price {
  background-color: #8BC34A
}

.pricing-table.pricing-table-success:after {
  border-top: 6px solid #8BC34A;
  border-left: 6px solid #8BC34A
}

.pricing-table.pricing-table-warning .pricing-price {
  background-color: #FFCA28
}

.pricing-table.pricing-table-warning:after {
  border-top: 6px solid #FFCA28;
  border-left: 6px solid #FFCA28
}

.pricing-table.pricing-table-danger .pricing-price {
  background-color: #F44336
}

.pricing-table.pricing-table-danger:after {
  border-top: 6px solid #F44336;
  border-left: 6px solid #F44336
}

.ui-ribbon-container {
  position: relative
}

.ui-ribbon-container .ui-ribbon-wrapper {
  position: absolute;
  overflow: hidden;
  width: 85px;
  height: 88px;
  top: -3px;
  right: -3px
}

.ui-ribbon-container .ui-ribbon {
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  line-height: 20px;
  background-color: #555;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3)
}

.ui-ribbon-container .ui-ribbon:before,
.ui-ribbon-container .ui-ribbon:after {
  position: absolute;
  content: " ";
  line-height: 0;
  border-top: 2px solid #555;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  bottom: -2px
}

.ui-ribbon-container .ui-ribbon:before {
  left: 0;
  bottom: -1px
}

.ui-ribbon-container .ui-ribbon:after {
  right: 0
}

.ui-ribbon-container.ui-ribbon-primary .ui-ribbon {
  background-color: #009688
}

.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:before,
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:after {
  border-top: 2px solid #009688
}

.ui-ribbon-container.ui-ribbon-success .ui-ribbon {
  background-color: #8BC34A
}

.ui-ribbon-container.ui-ribbon-success .ui-ribbon:before,
.ui-ribbon-container.ui-ribbon-success .ui-ribbon:after {
  border-top: 2px solid #8BC34A
}

.ui-ribbon-container.ui-ribbon-info .ui-ribbon {
  background-color: #00BCD4
}

.ui-ribbon-container.ui-ribbon-info .ui-ribbon:before,
.ui-ribbon-container.ui-ribbon-info .ui-ribbon:after {
  border-top: 2px solid #00BCD4
}

.ui-ribbon-container.ui-ribbon-warning .ui-ribbon {
  background-color: #FFCA28
}

.ui-ribbon-container.ui-ribbon-warning .ui-ribbon:before,
.ui-ribbon-container.ui-ribbon-warning .ui-ribbon:after {
  border-top: 2px solid #FFCA28
}

.ui-ribbon-container.ui-ribbon-danger .ui-ribbon {
  background-color: #F44336
}

.ui-ribbon-container.ui-ribbon-danger .ui-ribbon:before,
.ui-ribbon-container.ui-ribbon-danger .ui-ribbon:after {
  border-top: 2px solid #F44336
}

.ui-timline-container {
  padding: 15px
}

.ui-timline-left .ui-timeline:before {
  left: 0
}

@media (min-width: 768px) {
  .ui-timline-left .ui-timeline .tl-item:before {
    display: none
  }
}

@media (min-width: 768px) {
  .ui-timline-left .ui-timeline .tl-item .tl-caption {
    margin-left: -55px
  }
}

@media (min-width: 768px) {
  .ui-timline-left .ui-timeline .tl-item .tl-body .tl-time {
    left: auto;
    right: 15px;
    color: #777
  }
}

.ui-timeline {
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse
}

.ui-timeline:before {
  background-color: #d5d5d5;
  bottom: 0px;
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 1px;
  z-index: 0
}

@media (min-width: 768px) {
  .ui-timeline:before {
    left: 50%
  }
}

.ui-timeline .tl-item {
  display: table-row;
  margin-bottom: 5px
}

.ui-timeline .tl-item:before {
  display: none;
  content: ""
}

@media (min-width: 768px) {
  .ui-timeline .tl-item:before {
    display: block;
    width: 50%
  }
}

.ui-timeline .tl-item .tl-caption {
  width: 150px;
  margin-left: -55px
}

@media (min-width: 768px) {
  .ui-timeline .tl-item .tl-caption {
    margin-left: -110px
  }
}

@media (min-width: 768px) {
  .ui-timeline .tl-item.alt {
    text-align: right
  }

  .ui-timeline .tl-item.alt:before {
    display: none
  }

  .ui-timeline .tl-item.alt:after {
    content: "";
    display: block;
    width: 50%
  }

  .ui-timeline .tl-item.alt .tl-body .tl-entry {
    margin: 0 35px 15px 0
  }

  .ui-timeline .tl-item.alt .tl-body .tl-time {
    right: -220px;
    left: auto;
    text-align: left
  }

  .ui-timeline .tl-item.alt .tl-body .tl-icon {
    right: -53px;
    left: auto
  }

  .ui-timeline .tl-item.alt .tl-body .tl-content:after {
    right: -16px;
    left: auto;
    border: 8px solid transparent;
    border-left: 8px solid rgba(255, 255, 255, 0.9);
    border-top: 8px solid rgba(255, 255, 255, 0.9)
  }
}

.ui-timeline .tl-item .tl-body {
  display: table-cell;
  width: 50%;
  vertical-align: top
}

.ui-timeline .tl-item .tl-body .tl-entry {
  position: relative;
  margin: 0 0 15px 36px
}

.ui-timeline .tl-item .tl-body .tl-time {
  z-index: 1;
  position: absolute;
  left: auto;
  right: 15px;
  top: 0;
  width: 150px;
  color: #777;
  line-height: 35px;
  text-align: right
}

@media (min-width: 768px) {
  .ui-timeline .tl-item .tl-body .tl-time {
    left: -220px;
    right: auto;
    color: #3D4051
  }
}

.ui-timeline .tl-item .tl-body .tl-icon {
  position: absolute;
  left: -53px;
  top: 0
}

.ui-timeline .tl-item .tl-body .tl-content {
  position: relative;
  padding: 15px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.9)
}

.ui-timeline .tl-item .tl-body .tl-content:after {
  content: " ";
  line-height: 0;
  position: absolute;
  left: -16px;
  top: 0;
  border: 8px solid transparent;
  border-right: 8px solid rgba(255, 255, 255, 0.9);
  border-top: 8px solid rgba(255, 255, 255, 0.9)
}

.tooltip-inner {
  padding: .85em
}

.mdl-shadow--2dp,
.card-panel,
.card {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12)
}

.mdl-shadow--3dp {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12)
}

.mdl-shadow--4dp {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2)
}

.mdl-shadow--6dp {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2)
}

.mdl-shadow--8dp {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2)
}

.mdl-shadow--16dp {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2)
}

.mdl-shadow--24dp {
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2)
}

.md-button {
  margin: 0;
  line-height: 1.42857
}

.md-button.md-fab {
  font-size: 20px;
  padding: 0
}

.md-button.md-fab.md-fab-square {
  border-radius: 2px
}

.md-button.md-fab.md-fab-xs {
  font-size: 14px;
  padding: 0;
  width: 36px;
  height: 36px;
  line-height: 36px
}

.md-button.md-fab.md-fab-sm {
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px
}

.md-button.md-fab.md-fab-lg {
  font-size: 28px;
  width: 65px;
  height: 65px;
  line-height: 65px
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 2px
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px
}

.card-panel {
  padding: 20px;
  margin: 10px 0 20px 0;
  border-radius: 2px
}

.card {
  position: relative;
  overflow: hidden;
  margin: 10px 0 20px 0;
  border-radius: 2px
}

.card .card-title {
  font-size: 24px
}

.card .card-title.activator {
  cursor: pointer
}

.card .card-action > a {
  margin-right: 20px;
  text-transform: uppercase
}

.card .card-image {
  position: relative
}

.card .card-image img {
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%
}

.card .card-image .card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25)
}

.card .card-content {
  padding: 20px;
  border-radius: 0 0 2px 2px
}

.card .card-content p {
  margin: 0;
  color: inherit
}

.card .card-content .card-title {
  line-height: 48px
}

.card .card-content .card-profile-img {
  position: relative;
  z-index: 1;
  margin-top: -70px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 5px;
  background-color: #fff
}

.card .card-content .card-profile-img img {
  width: 90px;
  height: 90px;
  border-radius: 50%
}

.card .card-content .card-profile-img.profile-img-sm {
  margin-top: -50px;
  width: 60px;
  height: 60px;
  padding: 2px
}

.card .card-content .card-profile-img.profile-img-sm img {
  width: 56px;
  height: 56px;
  border-radius: 50%
}

.card .card-content .card-button .btn-icon {
  position: relative;
  z-index: 1;
  margin-top: -65px
}

.card .card-action {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px
}

.card .card-action.no-border {
  border: 0
}

.card .card-reveal {
  padding: 20px;
  position: absolute;
  background-color: #FFF;
  width: 100%;
  overflow-y: auto;
  top: 100%;
  height: 100%;
  z-index: 1
}

.card .card-reveal .card-title {
  cursor: pointer;
  display: block
}

.ui-input-group {
  position: relative;
  margin: 18px 0 12px
}

.ui-input-group .form-control:focus {
  border-color: #009688
}

.ui-input-group > input,
.ui-input-group > textarea {
  padding-left: 0;
  padding-right: 0;
  border: none;
  border-bottom: 1px solid #CBD5DD
}

.ui-input-group > input:focus,
.ui-input-group > textarea:focus {
  outline: none
}

.ui-input-group > input:focus ~ label,
.ui-input-group > input:valid ~ label,
.ui-input-group > textarea:focus ~ label,
.ui-input-group > textarea:valid ~ label {
  top: -20px;
  left: 0;
  font-size: 12px
}

.ui-input-group > input:valid ~ label,
.ui-input-group > textarea:valid ~ label {
  color: #999
}

.ui-input-group > input:focus ~ label,
.ui-input-group > textarea:focus ~ label {
  color: #009688
}

.ui-input-group > input:focus ~ .input-bar:before,
.ui-input-group > input:focus ~ .input-bar:after,
.ui-input-group > textarea:focus ~ .input-bar:before,
.ui-input-group > textarea:focus ~ .input-bar:after {
  width: 50%
}

.ui-input-group > label {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1)
}

.ui-input-group .input-bar {
  position: relative;
  display: block;
  width: 100%
}

.ui-input-group .input-bar:before,
.ui-input-group .input-bar:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #009688;
  -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1)
}

.ui-input-group .input-bar:before {
  left: 50%
}

.ui-input-group .input-bar:after {
  right: 50%
}

.ui-accordion .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #e2edeb
}

.ui-accordion .panel {
  border: 1px solid #e2edeb
}

.ui-accordion .panel-heading {
  padding: 0;
  background-color: #F2F7F7
}

.ui-accordion .panel-heading .panel-title > a {
  display: block;
  padding: 15px;
  font-size: 14px
}

.ui-accordion .panel-heading .panel-title > a:hover,
.ui-accordion .panel-heading .panel-title > a:active,
.ui-accordion .panel-heading .panel-title > a:focus {
  cursor: pointer;
  text-decoration: none
}

.ui-accordion-success .panel {
  border: 1px solid #8BC34A
}

.ui-accordion-success .panel-heading {
  background-color: #8BC34A;
  color: #fff
}

.ui-accordion-info .panel {
  border: 1px solid #00BCD4
}

.ui-accordion-info .panel-heading {
  background-color: #00BCD4;
  color: #fff
}

.ui-accordion-warning .panel {
  border: 1px solid #FFCA28
}

.ui-accordion-warning .panel-heading {
  background-color: #FFCA28;
  color: #fff
}

.ui-accordion-danger .panel {
  border: 1px solid #F44336
}

.ui-accordion-danger .panel-heading {
  background-color: #F44336;
  color: #fff
}

.ui-accordion-dark .panel {
  border: 1px solid #262B33
}

.ui-accordion-dark .panel-heading {
  background-color: #262B33;
  color: #fff
}

.ui-map {
  display: block;
  height: 400px
}

.pagination-lg > li > a,
.pagination-lg > li span {
  line-height: 26px;
  padding: 10px 18px
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 2px
}

.pagination > li > a {
  color: #3D4051;
  border-radius: 2px;
  cursor: pointer
}

.pagination > li > a,
.pagination > li > span {
  padding: 5px 10px;
  margin-left: 10px
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 20px
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px
}

.progress {
  box-shadow: none;
  background-color: #f5f5f5
}

.progressbar-xs {
  height: 12px
}

.progress-rounded {
  border-radius: 50px
}

.progress-bar {
  box-shadow: none
}

.progressbar-xs {
  height: 10px
}

.progressbar-sm {
  height: 15px
}

.progressbar-container {
  margin-bottom: 20px
}

.progressbar-container .progress {
  margin-bottom: 5px
}

.progressbar-container .desc {
  color: #A5AEB1
}

.ui-tab .nav-tabs {
  margin-bottom: 15px
}

.ui-tab .nav-tabs.nav-justified > li.active > a {
  border-bottom-color: transparent
}

.ui-tab .nav-tabs > li.active > a {
  background-color: #fff
}

.ui-tab .nav-tabs a {
  color: #3D4051
}

.ui-tab .nav-tabs a:hover {
  cursor: pointer
}

.ui-tab-container .nav-tabs {
  margin-bottom: 0
}

.ui-tab-container .nav-tabs.nav-justified > li:last-child {
  border-right: 0
}

.ui-tab-container .nav-tabs.nav-justified > li:hover > a,
.ui-tab-container .nav-tabs.nav-justified > li:active > a,
.ui-tab-container .nav-tabs.nav-justified > li:focus > a {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ddd
}

.ui-tab-container .nav-tabs.nav-justified > li > a {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ddd
}

.ui-tab-container .nav-tabs > li.active > a {
  color: #009688
}

.ui-tab-container .nav-tabs > li:hover > a,
.ui-tab-container .nav-tabs > li:active > a,
.ui-tab-container .nav-tabs > li:focus > a {
  border: 0;
  background-color: transparent
}

.ui-tab-container .nav-tabs > li > a {
  margin: 0;
  border: 0;
  padding: 15px 15px;
  font-weight: bold;
  border-radius: 0
}

.ui-tab-container .tab-content {
  padding: 15px 15px
}

.ui-tab-horizontal {
  border: 1px solid #ddd;
  border-radius: 2px
}

.ui-tab-horizontal .nav-tabs {
  background-color: #F2F7F7
}

.ui-tab-horizontal .nav-tabs > li {
  border-right: 1px solid #ddd
}

.ui-tab-horizontal .nav-tabs > li.active:hover > a,
.ui-tab-horizontal .nav-tabs > li.active:active > a,
.ui-tab-horizontal .nav-tabs > li.active:focus > a {
  border: 0;
  background-color: #fff
}

.ui-tab-horizontal .nav-tabs > li.active > a:focus,
.ui-tab-horizontal .nav-tabs > li.active > a:hover,
.ui-tab-horizontal .nav-tabs > li.active > a:active {
  border: 0
}

.ui-tab-vertical {
  position: relative;
  padding: 0 0 0 30%
}

.ui-tab-vertical .nav-tabs {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  background-color: #F2F7F7;
  border-width: 1px 0 1px 1px;
  border-radius: 2px 0 0 2px;
  border-color: #ddd;
  border-style: solid
}

.ui-tab-vertical .nav-tabs > li {
  width: 100%;
  float: none;
  border-bottom: 1px solid #ddd;
  margin: 0
}

.ui-tab-vertical .nav-tabs > li:last-child {
  border-bottom: 0
}

.ui-tab-vertical .nav-tabs > li.active:hover > a,
.ui-tab-vertical .nav-tabs > li.active:active > a,
.ui-tab-vertical .nav-tabs > li.active:focus > a {
  border: 0;
  background-color: #fff
}

.ui-tab-vertical .nav-tabs > li.active > a {
  margin-right: -1px
}

.ui-tab-vertical .nav-tabs > li.active > a:focus,
.ui-tab-vertical .nav-tabs > li.active > a:hover,
.ui-tab-vertical .nav-tabs > li.active > a:active {
  border: 0
}

.ui-tab-vertical .nav-tabs > li > a {
  display: block
}

.ui-tab-vertical .tab-content {
  border: 1px solid #ddd;
  border-radius: 0 2px 2px 0
}

.z-depth-1,
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active,
.header-container,
.header-container .dropdown-menu.with-arrow.panel {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.z-depth-1-half {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.z-depth-2,
.page-signin .card,
.page-signup .card,
.page-forgot .card {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19)
}

.z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21)
}

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22)
}

@media print {
  .no-print {
    display: none
  }
}

.ui-datepicker .glyphicon.glyphicon-chevron-left:before {
  content: "\f104"
}

.ui-datepicker .glyphicon.glyphicon-chevron-right:before {
  content: "\f105"
}

.ui-timepicker .glyphicon.glyphicon-chevron-up:before {
  content: "\f106"
}

.ui-timepicker .glyphicon-chevron-down:before {
  content: "\f107"
}

.ui-datepicker table {
  margin: 0 5px
}

.ui-datepicker table th,
.ui-datepicker table td {
  padding: 1px
}

.ui-datepicker table th .active span,
.ui-datepicker table td .active span {
  color: #fff
}

.ui-datepicker table:focus {
  outline: none
}

.ui-timepicker td {
  padding: 1px
}

.ui-timepicker a.btn-link {
  color: #3D4051
}

.ui-timepicker .btn:focus {
  outline: 0
}

.ui-typeahead > .dropdown-menu {
  right: 15px
}

.ui-rating:hover {
  cursor: pointer
}

.ui-rating:focus {
  outline: none
}

.ui-rating .glyphicon .fa {
  margin-right: 2px
}

.ui-rating .glyphicon-star,
.ui-rating .fa-star {
  color: #009688
}

.ui-rating.ui-rating-success .glyphicon-star,
.ui-rating.ui-rating-success .fa-star {
  color: #8BC34A
}

.ui-rating.ui-rating-info .glyphicon-star,
.ui-rating.ui-rating-info .fa-star {
  color: #00BCD4
}

.ui-rating.ui-rating-warning .glyphicon-star,
.ui-rating.ui-rating-warning .fa-star {
  color: #FFCA28
}

.ui-rating.ui-rating-danger .glyphicon-star,
.ui-rating.ui-rating-danger .fa-star {
  color: #F44336
}

.md-dialog-container {
  z-index: 1041
}

.ui-md-radio-group-inline md-radio-button {
  display: inline-block;
  margin: 0 10px 10px
}

.md-datepicker-calendar-pane .md-datepicker-input-mask {
  width: auto
}

.md-primary md-tabs-wrapper md-prev-button md-icon,
.md-primary md-tabs-wrapper md-next-button md-icon {
  color: #eee
}

.angular-ui-tree {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  list-style: none
}

.angular-ui-tree-placeholder {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  border: 1px dashed #e2edeb;
  background-color: #E6F5FD;
  border-radius: 2px
}

.angular-ui-tree-handle {
  position: relative;
  display: block;
  margin: 5px 0;
  padding: 10px 10px;
  text-decoration: none;
  border: 1px solid #e2edeb;
  background: #fff;
  cursor: move;
  border-radius: 2px
}

.angular-ui-tree-handle:hover .angular-ui-tree-icon-action {
  display: inline
}

.angular-ui-tree-icon:hover {
  cursor: pointer
}

.angular-ui-tree-icon-collapse {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 40px;
  margin: -10px 0 0 -10px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  font-weight: bold
}

.angular-ui-tree-icon-collapse:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0
}

.angular-ui-tree-icon-collapse.uncollapsed:before {
  content: '-'
}

.angular-ui-tree-icon-action {
  margin-left: 7px;
  display: none;
  color: #777;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out
}

.angular-ui-tree-icon-action:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  color: #3D4051
}

.angular-ui-tree-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #fff;
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px
}

.angular-ui-tree-nodes {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none
}

.angular-ui-tree-nodes .angular-ui-tree-nodes {
  padding-left: 30px
}

.angular-ui-tree-node,
.angular-ui-tree-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  line-height: 20px
}

.angular-ui-tree-hidden {
  display: none
}

.angular-ui-tree-drag {
  position: absolute;
  pointer-events: none;
  z-index: 999;
  opacity: .8
}

table.responsive {
  border: 1px solid #ddd
}

@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0
  }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc
  }

  .pinned table {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: none;
    border-left: none;
    width: 100%
  }

  .pinned table th,
  .pinned table td {
    white-space: nowrap
  }

  .pinned td:last-child {
    border-bottom: 0
  }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc
  }

  div.table-wrapper div.scrollable {
    margin-left: 35%
  }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden
  }

  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden
  }

  table.responsive th:first-child,
  table.responsive td:first-child,
  table.responsive td:first-child,
  table.responsive.pinned td {
    display: none
  }
}

.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden
}

.wizard a,
.tabcontrol a {
  outline: 0
}

.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0
}

.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0
}

.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em
}

.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em
}

.wizard > .steps {
  position: relative;
  display: block;
  width: 100%
}

.wizard > .steps > ul > li {
  width: 100%
}

@media (min-width: 600px) {
  .wizard > .steps > ul > li {
    width: 25%
  }
}

.wizard.vertical > .steps {
  display: block;
  width: 100%
}

@media (min-width: 600px) {
  .wizard.vertical > .steps {
    display: inline;
    float: left;
    width: 30%
  }
}

.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%
}

.wizard.vertical > .content {
  width: 100%
}

@media (min-width: 600px) {
  .wizard.vertical > .content {
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%
  }
}

.wizard > .steps .number {
  font-size: 1.429em
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  border-radius: 2px
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default;
  box-shadow: none
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #009688;
  color: #fff;
  cursor: default
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #009688;
  color: #fff;
  opacity: .6
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #F44336;
  color: #fff
}

.wizard > .content {
  background-color: #eee;
  display: block;
  margin: 0.5em;
  min-height: 25em;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%
}

.wizard > .content > .body ul {
  list-style: disc !important
}

.wizard > .content > .body ul > li {
  display: list-item
}

.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%
}

.wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc
}

.wizard > .content > .body input[type="checkbox"] {
  display: inline-block
}

.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11
}

.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em
}

.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em
}

.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%
}

.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%
}

.wizard > .actions > ul {
  display: inline-block;
  text-align: right
}

.wizard > .actions > ul > li {
  margin: 0 0.5em
}

.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background-color: #009688;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  min-width: 100px;
  border-radius: 2px;
  text-align: center
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa
}

.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%
}

.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1
}

.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px
}

.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0
}

.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0
}

.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none
}

.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none
}

.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px
}

.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px
}

.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%
}

.tabcontrol > .content > .body ul {
  list-style: disc !important
}

.tabcontrol > .content > .body ul > li {
  display: list-item
}

.ui-angular-wizard .steps {
  border: 1px solid #e1e1e1;
  margin-bottom: 3em;
  padding: 0;
  border-radius: 2px
}

.ui-angular-wizard .steps h2 {
  font-size: 18px;
  line-height: 1;
  padding: 1.2em 1em;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1
}

.ui-angular-wizard .ui-wizard-content {
  background-color: #fafafa;
  padding: 3em 1em
}

.ui-angular-wizard .ui-wizard-actions {
  margin: 0;
  padding: 1.2em 1em;
  text-align: right;
  border-top: 1px solid #e1e1e1
}

.steps-indicator {
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 20px 0 0 0;
  height: 30px;
  list-style: none
}

.steps-indicator:before {
  background-color: #E6E6E6;
  content: '';
  position: absolute;
  height: 1px
}

.steps-indicator.steps-2:before {
  left: calc(100% / 2 / 2);
  right: calc(100% / 2 / 2)
}

.steps-indicator.steps-3:before {
  left: calc(100% / 3 / 2);
  right: calc(100% / 3 / 2)
}

.steps-indicator.steps-4:before {
  left: calc(100% / 4 / 2);
  right: calc(100% / 4 / 2)
}

.steps-indicator.steps-5:before {
  left: calc(100% / 5 / 2);
  right: calc(100% / 5 / 2)
}

.steps-indicator.steps-6:before {
  left: calc(100% / 6 / 2);
  right: calc(100% / 6 / 2)
}

.steps-indicator.steps-7:before {
  left: calc(100% / 7 / 2);
  right: calc(100% / 7 / 2)
}

.steps-indicator.steps-8:before {
  left: calc(100% / 8 / 2);
  right: calc(100% / 8 / 2)
}

.steps-indicator.steps-9:before {
  left: calc(100% / 9 / 2);
  right: calc(100% / 9 / 2)
}

.steps-indicator.steps-10:before {
  left: calc(100% / 10 / 2);
  right: calc(100% / 10 / 2)
}

.steps-indicator * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.steps-indicator li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  text-align: center;
  line-height: 15px
}

.steps-indicator li a {
  color: gray;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.25s;
  cursor: pointer
}

.steps-indicator li a:before {
  position: absolute;
  top: -7px;
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #E6E6E6;
  content: '';
  transition: 0.25s
}

.steps-indicator li a:hover {
  color: #4d4d4d
}

.steps-indicator.steps-2 li {
  width: calc(100% / 2)
}

.steps-indicator.steps-3 li {
  width: calc(100% / 3)
}

.steps-indicator.steps-4 li {
  width: calc(100% / 4)
}

.steps-indicator.steps-5 li {
  width: calc(100% / 5)
}

.steps-indicator.steps-6 li {
  width: calc(100% / 6)
}

.steps-indicator.steps-7 li {
  width: calc(100% / 7)
}

.steps-indicator.steps-8 li {
  width: calc(100% / 8)
}

.steps-indicator.steps-9 li {
  width: calc(100% / 9)
}

.steps-indicator.steps-10 li {
  width: calc(100% / 10)
}

.steps-indicator.steps-11 li {
  width: calc(100% / 11)
}

.steps-indicator li.default {
  pointer-events: none
}

.steps-indicator li.default a:hover {
  color: gray
}

.steps-indicator li.current,
.steps-indicator li.editing {
  pointer-events: none
}

.steps-indicator li.current a:before {
  background-color: gray
}

.steps-indicator li.done a:before {
  background-color: #8BC34A
}

.steps-indicator li.editing a:before {
  background-color: #009688
}

.page-dashboard .sm-charts {
  margin: 0 auto
}

.page-dashboard .box-stats {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px
}

.page-dashboard .box-stats.no-border .box-num {
  border: 0
}

.page-dashboard .box-stats .box-desc {
  font-size: 12px;
  line-height: 26px;
  color: #A5AEB1;
  text-transform: uppercase
}

.page-dashboard .box-stats .box-num {
  font-size: 42px;
  line-height: 80px;
  font-weight: 300
}

@media screen and (min-width: 768px) {
  .page-dashboard .box-stats .box-num {
    border-right: 2px solid #EDF0F1
  }
}

.page-dashboard .metrics {
  margin-bottom: 55px
}

.page-dashboard .metrics .metric {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
  color: #009688
}

.page-dashboard .metrics .metric-info {
  text-transform: uppercase;
  font-size: 16px;
  color: #aaa
}

.page-dashboard .progressbar-container {
  margin-bottom: 25px
}

.page-dashboard .panel-box {
  position: relative;
  border-radius: 2px
}

.page-dashboard .panel-box .panel-top,
.page-dashboard .panel-box .panel-bottom {
  height: 100px;
  padding: 30px 15px;
  font-size: 40px;
  line-height: 1
}

.page-dashboard .panel-box .panel-bottom {
  border-top: 1px solid #dfdfdf
}

.page-dashboard .panel-box .panel-info {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -12px;
  text-align: center
}

.page-dashboard .panel-box .panel-info span {
  height: 24px;
  display: inline-block;
  padding: 4px 10px;
  text-transform: uppercase;
  line-height: 14px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  font-size: 11px;
  color: #777;
  border-radius: 1em
}

.page-dashboard .panel-box .bg-light {
  background-color: #f9f9f9
}

.lt-ie9-bg {
  z-index: 11111;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  color: #999;
  padding: 100px 20px;
  text-align: center;
  font-size: 26px
}

.lt-ie9-bg a {
  color: #f5f5f5;
  border-bottom: 2px solid #fff
}

.lt-ie9-bg a:hover {
  text-decoration: none
}

.non-display {
  display: none
}

.page {
  padding: 15px 30px
}

.page > .ui-section:last-child {
  margin-bottom: 0
}

.page-form-ele h3 {
  margin: 0
}

.body-err {
  background-color: #262B33;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover
}

.page-err {
  position: relative;
  height: 100%
}

.page-err .err-container {
  padding: 45px 10px 0
}

@media (min-width: 768px) {
  .page-err .err-container {
    padding: 100px 0 0
  }
}

.page-err .err {
  color: #fafafa
}

.page-err .err h1 {
  margin-bottom: 35px;
  color: #fafafa;
  color: rgba(255, 255, 255, 0.8);
  font-size: 150px;
  font-weight: 300;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2)
}

@media (min-width: 768px) {
  .page-err .err h1 {
    font-size: 180px
  }
}

.page-err .err h2 {
  color: #fafafa;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  font-weight: 300;
  font-size: 28px;
  text-transform: uppercase
}

@media (min-width: 768px) {
  .page-err .err h2 {
    font-size: 36px
  }
}

.page-err .err-body {
  padding: 20px 10px
}

.page-err .btn-goback {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.8)
}

.page-err .btn-goback:hover,
.page-err .btn-goback:focus,
.page-err .btn-goback:active,
.page-err .btn-goback.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1)
}

.open .page-err .btn-goback.dropdown-toggle {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1)
}

.page-err .footer {
  position: absolute;
  bottom: 20px;
  width: 100%
}

.body-auth {
  background-color: #EDF0F1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover
}

.btn-minimal {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.8)
}

.btn-minimal:hover,
.btn-minimal:focus,
.btn-minimal:active,
.btn-minimal.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1)
}

.open .btn-minimal.dropdown-toggle {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1)
}

.page-signin .wrapper,
.page-signup .wrapper,
.page-forgot .wrapper {
  padding: 0 10px
}

.page-signin .main-body,
.page-signup .main-body,
.page-forgot .main-body {
  max-width: 480px;
  margin: 10px auto
}

.page-signin .body-inner,
.page-signup .body-inner,
.page-forgot .body-inner {
  position: relative;
  padding: 20px
}

.page-signin .body-inner:before,
.page-signup .body-inner:before,
.page-forgot .body-inner:before {
  z-index: -1;
  content: ' ';
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #009688;
  height: 220px
}

.page-signin .additional-info,
.page-signup .additional-info,
.page-forgot .additional-info {
  text-align: center;
  font-size: 12px
}

.page-signin .additional-info a,
.page-signup .additional-info a,
.page-forgot .additional-info a {
  color: #fafafa
}

.page-signin .additional-info .divider-h,
.page-signup .additional-info .divider-h,
.page-forgot .additional-info .divider-h {
  border-right: 1px solid #fafafa;
  margin: 0 15px
}

.page-signin h1,
.page-signup h1,
.page-forgot h1 {
  font-weight: normal;
  color: #009688;
  font-size: 38px;
  margin-bottom: 40px
}

.page-signin h1 a,
.page-signup h1 a,
.page-forgot h1 a {
  color: #009688
}

.page-signin .card .card-content,
.page-signup .card .card-content,
.page-forgot .card .card-content {
  padding: 30px 20px
}

.page-signin .ui-input-group .form-control,
.page-signup .ui-input-group .form-control,
.page-forgot .ui-input-group .form-control {
  color: #555
}

.page-signin .form-group,
.page-signup .form-group,
.page-forgot .form-group {
  position: relative;
  margin: 0
}

.page-signin .wrapper,
.page-signup .wrapper,
.page-forgot .wrapper {
  margin-top: 50px
}

@media (min-width: 768px) {
  .page-signin .wrapper,
  .page-signup .wrapper,
  .page-forgot .wrapper {
    margin-top: 150px
  }
}

.page-signin .logo,
.page-signup .logo,
.page-forgot .logo {
  font-size: 26px;
  font-weight: normal
}

.page-signin .logo a:hover,
.page-signup .logo a:hover,
.page-forgot .logo a:hover {
  text-decoration: none
}

.page-profile {
  margin: -15px 0 0
}

.page-profile .profile-img {
  display: inline-block;
  margin-right: 20px
}

.page-profile .profile-img img {
  max-width: 120px;
  height: auto;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5), 0 0 10px rgba(0, 0, 0, 0.2)
}

.page-profile .profile-social {
  display: inline-block
}

.page-profile .profile-social > a {
  margin-right: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

.page-profile .profile-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  line-height: 20px;
  padding: 10px 30px;
  color: #fafafa
}

.page-profile .profile-info ul {
  margin: 0
}

.page-profile img.media-object {
  border-radius: 2px
}

.page-invoice .invoice-wrapper {
  padding: 0 0 30px;
  background-color: #fff
}

.invoice-inner {
  padding: 15px 15px 30px;
  background-color: #fff
}

.invoice-inner .invoice-sum li {
  margin-bottom: 5px;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 2px
}

.invoice-inner .table.table-bordered {
  border: 0
}

.invoice-inner .table .bg-dark > th {
  border: 0
}

.page-icons .page-header {
  border-bottom: 0
}

.page-icons .icon-material .zmdi {
  display: block;
  height: 80px;
  font-size: 1.5em;
  line-height: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.page-icons .icon-material .col-sm-4 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease
}

.page-icons .icon-material .col-sm-4:hover {
  color: #262B33
}

.page-icons .icon-material .col-sm-4:hover .zmdi {
  font-size: 3em;
  color: #009688
}

.page-features .panel {
  border: 0
}

.page-features .feature-list-container .panel-body {
  background-color: #405161;
  padding: 30px 50px
}

.page-features .feature-list-container .col-xs-4 {
  margin-bottom: 50px
}

.page-form-ele .list-checkbox-radio li:nth-child(even) {
  margin-bottom: 20px
}

.page-form-ele .list-checkbox-radio li > div {
  float: left;
  margin-right: 10px
}

.demoslider-container {
  max-width: 600px;
  margin: auto
}

.page-grid .grid-structure .row {
  margin-top: 10px
}

.page-grid .grid-structure .row .widget-container {
  margin-top: 5px;
  background: #eee;
  padding: 10px 15px 12px;
  font-size: 12px;
  min-height: 0;
  border-radius: 2px
}

.table.table-demo tr:first-child td {
  border-top: 0
}

.table.table-demo .type-info {
  vertical-align: middle
}

.whiteframedemoBasicUsage md-whiteframe {
  background: #fff;
  margin: 30px;
  height: 100px
}

@media screen and (max-width: 599px) {
  .whiteframedemoBasicUsage md-whiteframe {
    margin: 7px;
    height: 50px;
    background-color: #c8e4fa
  }

  .whiteframedemoBasicUsage md-whiteframe > span {
    font-size: 0.4em
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .whiteframedemoBasicUsage md-whiteframe {
    margin: 20px;
    height: 75px
  }

  .whiteframedemoBasicUsage md-whiteframe > span {
    font-size: 0.6em
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .whiteframedemoBasicUsage md-whiteframe {
    margin: 20px;
    height: 90px;
    background-color: #fcddde
  }

  .whiteframedemoBasicUsage md-whiteframe > span {
    font-size: 0.9em
  }
}

@media screen and (min-width: 1200px) {
  .whiteframedemoBasicUsage md-whiteframe {
    margin: 25px;
    height: 100px;
    background-color: #F2FCE2
  }

  .whiteframedemoBasicUsage md-whiteframe > span {
    font-size: 1em
  }
}

.radioButtondemoMultiColumn md-divider {
  margin: 0 -15px
}

.radioButtondemoMultiColumn div.radioDemo2 {
  margin-bottom: 20px
}

.radioButtondemoMultiColumn h2 {
  margin-left: 15px
}

.radioButtondemoMultiColumn p {
  width: 400px;
  margin-top: 10px;
  margin-left: 10px;
  padding-top: 10px;
  border-top: 2px solid #ddd
}

.radioButtondemoMultiColumn .md-checked {
  background-color: #ECFAFB;
  border-radius: 2px
}

.radioButtondemoMultiColumn md-button.md-raised,
.radioButtondemoMultiColumn button.md-raised {
  width: 200px
}

.radioButtondemoMultiColumn .row {
  border-bottom: 1px dashed #ddd
}

.radioButtondemoMultiColumn div.row:last-child {
  border-bottom: 0px dashed #ddd
}

.radioButtondemoMultiColumn .summary {
  width: 100%;
  padding-top: 10px;
  margin-left: 25px;
  margin-top: 20px;
  margin-bottom: -5px
}

.radioButtondemoMultiColumn .title {
  font-weight: bolder
}

.radioButtondemoMultiColumn .selectedUser .md-checked {
  padding: 8px;
  width: 100px
}

.layout-boxed > .header-container .top-header {
  max-width: 1200px;
  margin: 0 auto
}

.layout-boxed > .main-container {
  max-width: 1200px;
  margin: 0 auto
}

.body-wide.app > .main-container > .nav-container,
.body-wide.app > .main-container > .content-container,
.body-wide .header-container > .top-header .logo,
.body-wide .header-container > .top-header .top-nav {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none
}

html {
  position: relative;
  min-height: 100%;
  height: 100%;
  background: none
}

.app {
  position: relative;
  min-height: 100%;
  height: 100%
}

.app > .header-container.header-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}

.app > .header-container.header-fixed + .main-container {
  padding-top: 128px
}

@media (min-width: 768px) {
  .app > .header-container.header-fixed + .main-container {
    padding-top: 64px
  }
}

.app > .main-container {
  position: relative;
  min-height: 100%;
  padding-bottom: 0
}

.app > .main-container > .nav-vertical:before {
  left: 0
}

.app > .main-container > .nav-container {
  display: none;
  z-index: 11;
  position: static;
  float: left;
  width: 220px;
  -webkit-transition: width 0.25s ease-in-out;
  -moz-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out
}

@media (min-width: 768px) {
  .app > .main-container > .nav-container {
    display: block
  }
}

.app > .main-container > .nav-container:before {
  z-index: -1;
  content: " ";
  line-height: 0;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  width: inherit;
  background-color: inherit;
  border-width: inherit;
  border-style: inherit;
  border-color: inherit
}

.app > .main-container > .nav-container.nav-fixed {
  position: fixed;
  top: 128px;
  bottom: 0;
  float: none
}

@media (min-width: 768px) {
  .app > .main-container > .nav-container.nav-fixed {
    top: 64px
  }
}

.app > .main-container > .content-container {
  min-height: 100%;
  margin-left: 0;
  -webkit-transition: margin-left 0.25s ease-in-out;
  -moz-transition: margin-left 0.25s ease-in-out;
  transition: margin-left 0.25s ease-in-out
}

@media (min-width: 768px) {
  .app > .main-container > .content-container {
    margin-left: 220px
  }
}

#nav-container ul {
  padding-left: 0;
  list-style: none
}

#nav-container > .nav-wrapper {
  position: relative;
  width: 100%;
  height: 100%
}

.nav-container .md-button {
  text-align: left;
  min-width: 20px;
  text-transform: none;
  border-radius: 0
}

.nav-container .nav {
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: -blackberry-touch
}

.nav-container .nav .nav-title {
  margin: 15px 15px 10px;
  font-weight: normal;
  font-size: 12px
}

.nav-container .nav .nav-divider {
  margin: 10px 0 10px 15px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent
}

.nav-container .nav > li > a > i,
.nav-container .nav > li > a > .nav-icon {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out
}

.nav-container .nav a {
  font-size: 13px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out
}

.nav-container .nav a:hover,
.nav-container .nav a:focus,
.nav-container .nav a:active {
  text-decoration: none
}

.nav-container .nav > li {
  position: relative;
  margin: 0;
  text-align: left;
  font-weight: bold;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out
}

.nav-container .nav > li.open .icon-has-ul {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.nav-container .nav > li.li-small {
  font-size: 12px;
  font-weight: normal
}

.nav-container .nav > li.li-small > a {
  padding: 10px 15px
}

.nav-container .nav > li.li-small > a > i {
  font-size: 12px
}

.nav-container .nav > li:first-child > a {
  border-top: 0
}

.nav-container .nav > li > a {
  position: relative;
  white-space: nowrap;
  display: block;
  padding: 15px 15px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out
}

.nav-container .nav > li > a .badge {
  position: absolute;
  top: 16px;
  right: 8px
}

.nav-container .nav > li > a > .icon-has-ul {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 9px;
  line-height: 19px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.nav-container .nav > li > .icon-has-ul-h {
  display: none
}

.nav-container .nav ul {
  display: none
}

.nav-container .nav ul a {
  font-size: 13px
}

.nav-container .nav ul li {
  position: relative;
  padding: 0
}

.nav-container .nav ul li:last-child > a {
  border-bottom: 0
}

.nav-container .nav ul li > a {
  position: relative;
  display: block;
  padding: 13px 0 13px 25px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out
}

.nav-container .nav ul li > a:first-child {
  border-top: none
}

.nav-container .nav ul li > a > i {
  font-size: 4px;
  line-height: 16px;
  margin-right: 16px;
  vertical-align: middle
}

.nav-container .nav ul li > a > .badge {
  position: absolute;
  right: 8px;
  top: 12px
}

.nav-vertical {
  box-shadow: 2px 0 2px 0 rgba(0, 0, 0, 0.12)
}

@media (max-width: 767px) {
  .on-canvas #header {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 12
  }

  .on-canvas #nav-container {
    display: block;
    position: fixed;
    top: 128px;
    bottom: 0;
    float: none
  }

  .on-canvas .main-container {
    overflow: hidden
  }

  .on-canvas .main-container #content {
    margin-left: 220px;
    margin-right: -220px
  }
}

@media (min-width: 768px) {
  .app > .main-container > .nav-container.nav-horizontal {
    z-index: 9;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #d5d5d5
  }

  .app > .main-container > .nav-container.nav-horizontal:before {
    border: 0
  }

  .app > .main-container > .nav-container.nav-horizontal .nav-title,
  .app > .main-container > .nav-container.nav-horizontal .nav-divider,
  .app > .main-container > .nav-container.nav-horizontal .li-small {
    display: none !important
  }

  .app > .main-container > .nav-container.nav-horizontal.nav-fixed {
    border-width: 0 1px 1px 0;
    left: 0;
    right: 0;
    bottom: auto
  }

  .app > .main-container > .nav-container.nav-horizontal.nav-fixed #nav {
    text-align: center
  }

  .app > .main-container > .nav-container.nav-horizontal.nav-fixed #nav > li {
    display: inline-block;
    float: none
  }

  .app > .main-container > .nav-container.nav-horizontal.nav-fixed #nav > li.nav-title,
  .app > .main-container > .nav-container.nav-horizontal.nav-fixed #nav > li.nav-divider {
    display: none
  }

  .app > .main-container > .nav-container.nav-horizontal.nav-fixed #nav > li > a {
    padding: 17.5px 28px 12.5px
  }

  .app > .main-container > .nav-container.nav-horizontal.nav-fixed + .content-container {
    margin: 80px 0 0
  }
}

@media (min-width: 768px) {
  .main-container > .nav-container.nav-horizontal {
    float: none;
    width: auto
  }

  .main-container > .nav-container.nav-horizontal + .content-container {
    margin-left: 0
  }

  .nav-horizontal {
    background-color: #eee
  }

  .nav-horizontal .slimScrollDiv {
    overflow: visible !important;
    height: auto !important
  }

  .nav-horizontal .slimScrollDiv .slimScrollBar,
  .nav-horizontal .slimScrollDiv .slimScrollRail {
    display: none !important
  }

  .nav-horizontal .nav {
    overflow: visible !important
  }

  .nav-horizontal .nav > li {
    position: relative;
    float: left
  }

  .nav-horizontal .nav > li:hover > a {
    background-color: #e1e1e1;
    color: #3D4051
  }

  .nav-horizontal .nav > li:hover > i {
    color: #3D4051
  }

  .nav-horizontal .nav > li.active > a {
    background-color: transparent;
    color: #009688
  }

  .nav-horizontal .nav > li.active > .icon-has-ul-h {
    color: #009688
  }

  .nav-horizontal .nav > li > a {
    padding: 15px 30px;
    text-align: center;
    font-weight: normal
  }

  .nav-horizontal .nav > li > a > i {
    margin: 0;
    font-size: 26px;
    line-height: 1
  }

  .nav-horizontal .nav > li > a > span {
    margin: 0;
    display: block;
    font-size: 12px
  }

  .nav-horizontal .nav > li > a .badge {
    top: 15px
  }

  .nav-horizontal .nav > li > a > .icon-has-ul {
    display: none
  }

  .nav-horizontal .nav > li > .icon-has-ul-h {
    display: block;
    position: absolute;
    bottom: 16px;
    right: 10px;
    font-size: 10px
  }

  .nav-horizontal .nav > li:hover > ul {
    display: block !important
  }

  .nav-horizontal .nav > li > ul {
    z-index: 9;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
    width: auto;
    background-color: #e1e1e1;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
  }

  .nav-horizontal .nav > li > ul li {
    white-space: nowrap
  }

  .nav-horizontal .nav > li > ul li:hover > a,
  .nav-horizontal .nav > li > ul li.active > a {
    color: #009688
  }

  .nav-horizontal .nav > li > ul li > a {
    padding: 13px 40px 13px 20px
  }
}

@media (min-width: 768px) {
  .app.nav-collapsed-min .slimScrollDiv {
    overflow: visible !important;
    height: auto !important
  }

  .app.nav-collapsed-min .slimScrollDiv .slimScrollBar,
  .app.nav-collapsed-min .slimScrollDiv .slimScrollRail {
    display: none !important
  }

  .app.nav-collapsed-min #nav-container {
    width: 60px
  }

  .app.nav-collapsed-min .content-container {
    margin-left: 60px
  }

  .app.nav-collapsed-min #nav-wrapper {
    overflow: visible !important
  }

  .app.nav-collapsed-min #nav {
    overflow: visible !important
  }

  .app.nav-collapsed-min #nav > li.li-small > a > i {
    font-size: 12px
  }

  .app.nav-collapsed-min #nav > li > a {
    padding: 15px 15px;
    text-align: center
  }

  .app.nav-collapsed-min #nav > li > a > i {
    margin: 0;
    font-size: 22px
  }

  .app.nav-collapsed-min #nav > li > a > span {
    display: none
  }

  .app.nav-collapsed-min #nav > li .icon-has-ul {
    display: none
  }

  .app.nav-collapsed-min #nav > li > ul {
    z-index: 9;
    position: absolute;
    left: 100%;
    top: 0;
    width: 220px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2)
  }

  .app.nav-collapsed-min #nav > li:hover > ul,
  .app.nav-collapsed-min #nav > li.open > ul {
    display: block !important
  }

  .app.nav-collapsed-min .nav-title {
    display: none
  }

  .app.nav-collapsed-min .nav-horizontal#nav-container {
    width: auto
  }

  .app.nav-collapsed-min .nav-horizontal + .content-container {
    margin: 0
  }

  .app.nav-collapsed-min .nav-horizontal.nav-fixed + .content-container {
    margin: 50px 0 0
  }

  .app.nav-collapsed-min .nav-horizontal #nav > li > .icon-has-ul-h {
    display: none
  }

  .app.nav-collapsed-min .nav-horizontal #nav > li > ul {
    left: 0;
    top: 100%
  }
}

.nav-container:before {
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  width: 2px;
  z-index: 2
}

.nav-container.bg-white:before {
  box-shadow: inset -1px 0 1px rgba(255, 255, 255, 0.3)
}

.nav-container.bg-white .nav a {
  color: #3D4051
}

.nav-container.bg-white .nav .nav-title {
  color: #999
}

.nav-container.bg-white .nav .nav-divider {
  border-color: #eee
}

.nav-container.bg-white .nav > li:hover > a {
  background-color: transparent;
  color: #009688
}

.nav-container.bg-white .nav > li:hover > a > .icon-has-ul {
  color: #009688
}

.nav-container.bg-white .nav > li:hover > .icon-has-ul-h {
  color: #009688
}

.nav-container.bg-white .nav > li.active > a {
  color: #009688
}

.nav-container.bg-white .nav > li.active > a > .icon-has-ul {
  color: #009688
}

.nav-container.bg-white .nav > li > a:focus {
  background-color: transparent
}

.nav-container.bg-white .nav ul {
  background-color: #f6f6f6
}

.nav-container.bg-white .nav ul > li:hover > a,
.nav-container.bg-white .nav ul > li.active > a {
  color: #009688
}

.nav-container.bg-white.nav-vertical .nav > li.open > a {
  background-color: #f6f6f6;
  color: #009688
}

.nav-container.bg-white.nav-vertical .nav > li.open > .icon-has-ul,
.nav-container.bg-white.nav-vertical .nav > li.open > .icon-has-ul-h {
  color: #009688
}

.nav-container.bg-dark {
  background-color: #262B33
}

.nav-container.bg-dark:before {
  box-shadow: inset -1px 0 1px rgba(0, 0, 0, 0.3)
}

.nav-container.bg-dark .nav a {
  color: #ccc;
  color: rgba(255, 255, 255, 0.5)
}

.nav-container.bg-dark .nav .nav-title {
  color: #666
}

.nav-container.bg-dark .nav .nav-divider {
  border-color: #1b1f24
}

.nav-container.bg-dark .nav > li:hover > a {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.8)
}

.header-container.bg-primary,
.header-container.bg-success,
.header-container.bg-info,
.header-container.bg-info-alt,
.header-container.bg-warning,
.header-container.bg-danger {
  color: #fafafa
}

.header-container.bg-primary a,
.header-container.bg-success a,
.header-container.bg-info a,
.header-container.bg-info-alt a,
.header-container.bg-warning a,
.header-container.bg-danger a {
  color: #fafafa
}

.header-container.bg-primary a:hover,
.header-container.bg-success a:hover,
.header-container.bg-info a:hover,
.header-container.bg-info-alt a:hover,
.header-container.bg-warning a:hover,
.header-container.bg-danger a:hover {
  color: #fafafa
}

.header-container > .top-header .logo {
  border: 1px solid rgba(0, 0, 0, 0.1)
}

@media (min-width: 768px) {
  .header-container > .top-header .logo {
    border: 0
  }
}

.preloaderbar {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  margin-bottom: -4px
}

.preloaderbar .bar {
  position: absolute;
  width: 100%;
  height: 0;
  text-indent: -9999px;
  background-color: #23b7e5
}

.preloaderbar .bar:before {
  position: absolute;
  right: 50%;
  left: 50%;
  height: 4px;
  background-color: inherit;
  content: ""
}

.preloaderbar.active {
  -webkit-animation: changebar 2.25s infinite 0.75s;
  -moz-animation: changebar 2.25s infinite 0.75s;
  animation: changebar 2.25s infinite 0.75s
}

.preloaderbar.active .bar {
  -webkit-animation: changebar 2.25s infinite;
  -moz-animation: changebar 2.25s infinite;
  animation: changebar 2.25s infinite
}

.preloaderbar.active .bar:before {
  -webkit-animation: movingbar 0.75s infinite;
  -moz-animation: movingbar 0.75s infinite;
  animation: movingbar 0.75s infinite
}

@-webkit-keyframes movingbar {
  0% {
    right: 50%;
    left: 50%
  }
  99.9% {
    right: 0;
    left: 0
  }
  100% {
    right: 50%;
    left: 50%
  }
}

@-moz-keyframes movingbar {
  0% {
    right: 50%;
    left: 50%
  }
  99.9% {
    right: 0;
    left: 0
  }
  100% {
    right: 50%;
    left: 50%
  }
}

@keyframes movingbar {
  0% {
    right: 50%;
    left: 50%
  }
  99.9% {
    right: 0;
    left: 0
  }
  100% {
    right: 50%;
    left: 50%
  }
}

@-webkit-keyframes changebar {
  0% {
    background-color: #8BC34A
  }
  33.3% {
    background-color: #8BC34A
  }
  33.33% {
    background-color: #FFCA28
  }
  66.6% {
    background-color: #FFCA28
  }
  66.66% {
    background-color: #F44336
  }
  99.9% {
    background-color: #F44336
  }
}

@-moz-keyframes changebar {
  0% {
    background-color: #8BC34A
  }
  33.3% {
    background-color: #8BC34A
  }
  33.33% {
    background-color: #FFCA28
  }
  66.6% {
    background-color: #FFCA28
  }
  66.66% {
    background-color: #F44336
  }
  99.9% {
    background-color: #F44336
  }
}

@keyframes changebar {
  0% {
    background-color: #8BC34A
  }
  33.3% {
    background-color: #8BC34A
  }
  33.33% {
    background-color: #FFCA28
  }
  66.6% {
    background-color: #FFCA28
  }
  66.66% {
    background-color: #F44336
  }
  99.9% {
    background-color: #F44336
  }
}

body {
  background: #efefef
}

.body-auth.app > .main-container:before,
.body-err.app > .main-container:before {
  background: none
}

@media (min-width: 768px) {
  .body-auth .page-signin,
  .body-auth .page-signup,
  .body-auth .page-forgot,
  .body-auth .page-err,
  .body-err .page-signin,
  .body-err .page-signup,
  .body-err .page-forgot,
  .body-err .page-err {
    margin-right: 220px
  }
}

.body-wide #header,
.body-wide #nav-container {
  display: none
}

.body-wide > .main-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0
}

.body-wide #content {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 0
}

md-backdrop.md-dialog-backdrop{z-index:2999}.md-dialog-container{z-index:3000}.md-dialog-container md-input-container .md-errors-spacer{min-height:0}md-dialog .button-bar{position:relative;overflow:visible}#patient-form-dialog .panel-footer{position:relative}#patient-form-container.ng-enter{animation:slideInDown .5s}#patient-form-container.ng-leave{animation:zoomOut .5s}.md-dialog-container .md-toolbar-tools .md-button.md-icon-button{font-size:2em;width:auto;height:auto}.md-dialog-container,md-dialog md-dialog-content,md-dialog>form,md-dialog{overflow:visible}.bg-primary{background:#75859b}md-toolbar.md-default-theme:not(.md-menu-toolbar),md-toolbar:not(.md-menu-toolbar){background:#75859b}.app>.header-container.header-fixed{z-index:550}.search-box patient-search{position:relative}.search-box patient-search md-input-container:not(.md-input-invalid).md-input-focused label{color:rgba(0,0,0,0)}.search-box patient-search md-autocomplete[md-floating-label] md-autocomplete-wrap{height:32px}.search-box patient-search md-input-container{padding:0;margin:0}.search-box patient-search md-input-container.md-default-theme:not(.md-input-invalid).md-input-has-value label,.search-box patient-search md-input-container:not(.md-input-invalid).md-input-has-value label{color:rgba(0,0,0,0)}.search-box patient-search md-input-container .md-input{color:#fff;border:0;background:rgba(0,0,0,.1);padding-left:8px}.search-box patient-search md-input-container label{color:rgba(255,255,255,.5);font-size:.8em;bottom:103%;left:5px}.search-box patient-search md-icon{height:auto;margin:0;padding:0}.search-box patient-search md-icon i{color:#fff;margin-right:10px}.search-box patient-search .highlight{color:#009688}.header-container>.top-header .top-nav .search-box .input-group-addon{padding:8px 12px}.header-container>.top-header .top-nav .nav-left>li{padding-top:15px}.page-signin .body-inner::before,.page-signup .body-inner::before,.page-forgot .body-inner::before{background-color:#75859b}.md-virtual-repeat-container.md-autocomplete-suggestions-container{z-index:151}.patient-search-menu li{border-bottom:1px solid #ccc;height:auto;padding-top:8px;padding-bottom:8px;white-space:normal}.patient-search-menu li:last-child{border-bottom-width:0}.patient-search-menu .item-title,.patient-search-menu .item-metadata{display:block;line-height:2}.patient-search-menu .item-metadata{font-size:.9em}.patient-search-menu .item-title md-icon{height:18px;width:18px}.note .zmdi{width:64px;height:64px;font-size:36px}.note{margin-bottom:10px}#patient-form-container md-toolbar .md-button,.leadflo-action md-toolbar .md-button{color:#fff}.layout-padding>next-action{padding:0}.layout-padding>next-action>*{padding:8px}[contenteditable]{border-bottom:1px dotted #ccc;outline:1px solid rgba(0,0,0,0)}span[contenteditable]{display:inline-block}h4[contenteditable]{margin-bottom:.5em}[placeholder]:empty:before{cursor:text}[placeholder]:empty:before{content:attr(placeholder);color:#aaa}[placeholder]:empty:focus:before{content:attr(placeholder)}[placeholder]:focus:before{content:""}md-input-container .md-errors-spacer{min-height:0}md-checkbox .md-label{width:100%}md-dialog-content md-content.odd{background:#f1f1f1}md-dialog-content md-content.selected{background:#009688;color:#fff}md-dialog-content md-content.selected.odd{background:#007d71}md-dialog-content md-content md-checkbox{margin-bottom:0}md-toolbar{transition:background .5s}.action-implant md-toolbar,.action-implant .md-button.md-primary.md-raised{background:#009688}.action-dentures md-toolbar,.action-dentures .md-button.md-primary.md-raised{background:#ad3b9c}.action-ortho md-toolbar,.action-ortho .md-button.md-primary.md-raised{background:#005d96}.action-cosmetic md-toolbar,.action-cosmetic .md-button.md-primary.md-raised{background:#985ae3}.action-general md-toolbar,.action-general .md-button.md-primary.md-raised{background:#80939e}.md-select-menu-container{z-index:10000}.md-inline-form md-datepicker{margin-top:0}md-chips .md-chips{box-shadow:none}.md-chips .md-chip{font-size:.8em;border-radius:3px;background:#f1f1f1;color:#666}.leadflo-action{position:relative}.circle-stats div{text-align:center}.circle-stats span{display:block;background:#eee;text-align:center;width:100px;height:100px;font-size:4em}.timeline{list-style:none;padding:0}.timeline li{margin-bottom:30px;display:flex;align-items:stretch;position:relative}.timeline li:last-child{margin-bottom:0}.timeline li::before{border-left:1px solid #ccc;content:"";position:absolute;top:100%;left:4px;height:30px}.timeline li:last-child::before{display:none}.timeline .icon-container{display:flex;align-items:center}.timeline i{width:30px;color:#005d96}.timeline h3{font-size:1em;font-weight:bold;margin-bottom:10px;color:#005d96}.timeline h3 span{font-size:.9em;font-weight:normal;font-style:italic;color:#666}.timeline div h3:last-child{margin-bottom:0}.timeline p{margin-bottom:0}.patient-form-message{background:#eee;height:100%;display:flex;align-items:center;justify-content:center;padding:20px;font-size:24px;border-radius:5px;color:#999}.patient-form-message div{text-align:center}.page-dashboard .pipeline-stage{margin-bottom:0}.progress-bar{transition:width 1s ease-out}.progress-bar-success{background:#75859b}pipeline-stage .color-success{color:#75859b}.treatment-value-aggregate .panel-box .panel-bottom,.treatment-value-aggregate .panel-box .panel-top{height:65px}.treatment-value-aggregate .panel-box .panel-bottom{font-size:24px;padding-top:22px}.treatment-value-aggregate .panel-box .panel-top{padding-top:8px}.logo-icon{text-align:center}.logo-icon img{vertical-align:bottom}.logo-icon .logo-icon-big{animation:spin 6s linear infinite;width:59%;opacity:.1}.logo-icon .logo-icon-small-container{margin-left:-10px}.logo-icon .logo-icon-small{animation:spin-clockwise 3s linear infinite;width:31%;opacity:.25}@keyframes spin{100%{transform:rotate(-360deg)}}@keyframes spin-clockwise{100%{transform:rotate(360deg)}}.search-bar-input,.action-form-text-field,.form-text-field{border:1px solid #d6d7d8;border-radius:6px;font-family:"Roboto",sans-serif;font-size:18px;margin-bottom:27px;padding:13.5px;width:100%;box-shadow:inset 0 1px 0 #d9d9d9}::selection{background:#298bfa}.back-to-top{border-radius:54px;width:54px;height:54px;background:#298bfa;box-shadow:0 3px 0 #0565d2;transition:.2s box-shadow,.2s transform;position:relative;position:fixed;right:27px;bottom:27px;background:#298bfa;color:#fff;font-size:54px;display:flex;align-items:center;justify-content:center;transition:.6s transform;z-index:2}.back-to-top:hover{box-shadow:none;cursor:pointer;text-decoration:none;transform:translateY(3px)}.back-to-top.ng-hide-remove{transform:scale(0.01)}.back-to-top.ng-hide-remove.ng-hide-remove-active{transform:scale(1)}.back-to-top.ng-hide-add{transform:scale(1)}.back-to-top.ng-hide-add.ng-hide-add-active{transform:scale(0.01)}@keyframes spin{from{transform:rotate(360deg)}to{transform:rotate(0deg)}}@keyframes spin-clockwise{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.spin{animation:spin 3s linear infinite}@keyframes grow-top{from{transform:scale(0);transform-origin:top center}to{transform:scale(1);transform-origin:top center}}@keyframes bounce-top{from{transform:translateY(0)}to{transform:translateY(-20px)}}.body-wide .nav-bar{display:none}.app>.main-container>.content-container{margin-left:162px}.app>.main-container>.content-container--v3{margin-left:224px;position:relative}.nav-bar{background:#111930;bottom:0;position:fixed;top:54px;width:162px}.nav-bar--v3{width:224px;height:calc(100vh - 54px)}.nav-bar-item{color:#fff;cursor:pointer;text-decoration:none;color:#fff;display:flex;flex-direction:column;font-size:18px;font-weight:300;padding:18px 0;text-transform:initial;transition:.2s background,.2s color;align-items:center;position:relative}.nav-bar-item:hover{color:#298bfa;cursor:pointer;text-decoration:none}.nav-bar-item.is-active{color:#298bfa}.nav-bar-item:hover{background:#04050a;transition:.2s background,.2s color}.nav-bar-item:focus{color:#298bfa}.nav-bar-item::after{opacity:0;content:""}.nav-bar-item.is-active::after{border-right:18px solid #f3f3f3;border-bottom:18px solid rgba(0,0,0,0);border-top:18px solid rgba(0,0,0,0);width:0;height:0;content:"";opacity:1;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:.5s opacity}.nav-bar-icon{font-size:24px;display:block}#header{box-shadow:none}.top-header{align-items:center;background:#298bfa;display:flex;height:65px}.top-header .logo{width:163px;justify-self:flex-start;margin-left:13.5px}.top-header .logo:hover{cursor:pointer}.top-header .logo img{max-width:100%}.top-header .flex-span{flex-grow:1}.top-header .button-add-patient{width:240px}.container{margin:36px auto 0}.container-thin{width:750px}.container-full{width:auto}.baseline{margin-top:27px;margin-bottom:27px}.baseline-top{margin-top:27px}.baseline-bottom{margin-bottom:27px}.baseline-bottom-2{margin-bottom:54px}.baseline-bottom-3{margin-bottom:81px}.baseline-bottom-4{margin-bottom:108px}.baseline-bottom-5{margin-bottom:135px}.zero-margin-bottom{margin-bottom:0}.section{margin-bottom:27px;line-height:1.5;background:#fff;border-radius:6px;position:relative}.section.is-pressable{background:#fff;box-shadow:0 2px 0 #d9d9d9;transition:.2s box-shadow,.2s transform;position:relative}.section.is-pressable:hover{box-shadow:none;cursor:pointer;text-decoration:none;transform:translateY(2px)}.section.is-open.is-pressable:hover{box-shadow:0 2px 0 #d9d9d9;cursor:default;transform:none}.section.is-open .section-header{background:rgba(0,0,0,0);color:#e1e3eb}.section.is-open .section-header i{color:#e1e3eb}.section-header{color:#111930;font-size:24px;font-weight:300;background-color:#fff;padding:27px;border-radius:6px;margin-bottom:0;position:relative;line-height:1.5;margin-top:0}.section-header--with-icon{padding-left:81px}.section-header-icon{position:absolute;top:50%;transform:translateY(-50%);color:#298bfa;font-size:1.5em;left:27px}.section-body{padding:54px;position:relative}.section a:hover{cursor:pointer}.overflow-protector{overflow:hidden}.link{margin-bottom:27px;line-height:1.5;font-size:18px;font-weight:normal;line-height:27px;color:#298bfa;cursor:pointer;text-decoration:none;display:inline-block;font-weight:bold}.link:hover{color:#298bfa;cursor:pointer;text-decoration:none}.link i{margin-right:13.5px}.buttons{align-items:center;display:flex;justify-content:space-between;position:relative;flex-wrap:wrap}.buttons .secondary-button,.buttons .primary-button,.buttons .tertiary-button{margin-bottom:27px}@media screen and (max-width: 1369px){.buttons{align-items:flex-start;flex-direction:column}}.buttons.center{align-items:center}.secondary-button,.primary-button{font-size:18px;font-weight:normal;line-height:27px;display:inline-block;padding:9px 18px;text-align:center;border-radius:6px}.secondary-button span,.primary-button span{font-size:.7em;font-style:italic;margin:0 5px}.primary-button{background:#298bfa;box-shadow:0 2px 0 #055fc5;transition:.2s box-shadow,.2s transform;position:relative;color:#fff;cursor:pointer;text-decoration:none;font-weight:bold;padding-left:81px;padding-right:81px;position:relative}.primary-button:hover{box-shadow:none;cursor:pointer;text-decoration:none;transform:translateY(2px)}.primary-button:hover{color:#fff;cursor:pointer;text-decoration:none}.primary-button--disabled{box-shadow:none;background-color:#8c8c8c;transform:none}.primary-button--disabled:hover{box-shadow:none}.primary-button--disabled:hover{transform:none}.primary-button__icon{position:absolute;right:27px;top:14px}.secondary-button{background:#e9eaef;box-shadow:0 2px 0 #cbced9;transition:.2s box-shadow,.2s transform;position:relative;color:#298bfa;cursor:pointer;text-decoration:none}.secondary-button:hover{box-shadow:none;cursor:pointer;text-decoration:none;transform:translateY(2px)}.secondary-button:hover{color:#298bfa;cursor:pointer;text-decoration:none}v2-next-button{min-width:25%}v2-next-button .button{width:100%}.button-add-patient{background:#0c0;color:#fff;height:100%;font-size:18px;display:flex;align-items:center;justify-content:center;transition:.2s background}.button-add-patient:hover{background:#00c200;text-decoration:none;transition:.2s background;color:#fff;cursor:pointer}.button-add-patient-icon{font-size:27px;margin-right:13.5px}.button-add-patient:focus{color:#fff}.reschedule-button{margin-top:1em;margin-left:auto;margin-right:0;display:block}.treatment-summary{display:flex}@media screen and (max-width: 1400px){.treatment-summary{flex-direction:column}.treatment-summary .pricing-summary{margin-bottom:27px}}.treatment-summary .tx-options{flex:1}.success{box-shadow:none}.success:hover{box-shadow:none}.success-button{border-radius:40.5px;color:#fff;display:flex;font-size:24px;padding:13.5px;align-items:center;justify-content:center;margin-right:13.5px;flex:1 1}.success-button:last-child{margin-right:0}.success-button:hover{cursor:pointer}.success-button-icon{margin-right:13.5px}.success-button-primary{background:#fff;color:#3fad63;font-weight:bold}.success-button-secondary{border:2px solid #fff;font-weight:300}.success-button-group{position:absolute;bottom:27px;z-index:101;right:27px;left:27px;display:flex;justify-content:space-around}.success-overlay{width:100%;height:100%;display:flex;flex-direction:column;display:flex;align-items:center;justify-content:center;background-color:#3fad63;padding:27px;border-radius:6px;color:#fff;font-size:40px;position:absolute;z-index:100}.success-overlay--failed{background-color:#ca0}.success-overlay .message-container>div{display:flex;flex-direction:column;display:flex;align-items:center;margin-top:27px}.success-overlay>div{display:flex;flex-direction:column;display:flex;align-items:center;justify-content:center;flex-grow:1}.success-overlay img{width:82px}.success-overlay.is-sticky .message-container{justify-content:flex-start}.success-overlay.is-sticky .message-block{position:sticky;position:-webkit-sticky;top:300px;bottom:200px}.success-overlay .title{font-weight:bold;text-align:center}.success-overlay .message{font-size:32px;font-weight:300;text-align:center}.success-overlay .grow{flex-grow:10;flex-shrink:10}.success-overlay .back{font-size:18px;color:#fff;text-decoration:underline;font-weight:bold;margin-bottom:54px}.success-overlay .close{position:absolute;font-size:1em;top:13.5px;right:27px;color:#fff;opacity:1}.success-overlay__retry{margin:0 auto;display:block;font-size:22.5px;margin-top:2rem;padding:.5rem 1rem;border-radius:3px;background-color:#998000;outline:0;border:none}.contact-table{margin-bottom:54px;width:100%}.contact-table td{border-bottom:1px solid #dadce4;font-size:18px;padding:13.5px 0}.contact-table tr:first-child td{padding-top:0}.contact-table a{color:#298bfa;text-decoration:underline}.notice-text{color:#111930;font-size:24px;font-weight:300}.notice-text>div{margin-bottom:27px;line-height:1.5;margin-bottom:40.5px}.notice-text h4{margin-bottom:27px;line-height:1.5;color:#111930;font-size:40px;font-weight:300;color:#7c7f88}.notice-text.callback-text h4{color:#111930}.notice-text.callback-text h4 img{margin-right:18px}.notice-text.callback-text p{margin-bottom:27px}.notice-text ul{font-size:.9em;list-style:none;margin:0;padding:0}.notice-text ul li{margin:.5em 0;padding-left:27px;position:relative}.notice-text ul li::before{font-family:FontAwesome,system-ui;content:"";position:absolute;color:#298bfa;left:0}.pricing-summary{background-color:#f0f7ff;padding:27px;border-radius:6px;display:flex;flex-direction:column;flex:1}.pricing-summary ul{list-style:none;padding:0;margin:0;flex:1}.pricing-summary ul li:last-child{margin-bottom:0}.pricing-summary li{margin-bottom:27px;line-height:1.5;font-size:14px}.pricing-summary h5{margin-bottom:27px;line-height:1.5;font-size:18px}.pricing-summary .pricing-non{margin-bottom:27px;line-height:1.5;flex:1}.pricing-summary .pricing-non a{color:#298bfa}.tabs{display:flex;flex-direction:column;height:100%}.tabs ul{list-style:none;padding:0;margin:0;display:flex;align-items:flex-start;justify-content:space-between;flex-shrink:0;width:100%}.tabs ul li:last-child{margin-bottom:0}.tabs .tab{border:1px solid #dadce4;border-width:0 1px 1px 0;flex-grow:1;min-width:50%}.tabs .tab:last-child{border-right:0}.tabs .tab-active{border-bottom:0}.tabs .tab-active:only-child{border-bottom:1px solid #dadce4}.tabs .tab-title{color:#111930;font-size:24px;font-weight:300;background:#dadce4;display:block;padding:27px;text-align:center}.tabs .tab-title:hover{text-decoration:none}.tabs .tab-title i{margin-right:10px}.tabs .tab-title{color:#298bfa;font-weight:bold;cursor:pointer}.tabs .tab-active .tab-title{background:#fff;cursor:auto}.tab-content{height:100%;overflow-y:auto;position:relative;max-height:80vh}.tab-content .tab-content-container{width:100%;height:100%;left:0;padding:54px;position:absolute;top:0}.tab-content .tab-content-container--no-padding{padding:0}.action-details .note-component:last-child .note{border-bottom:0}.action-details .note{border-bottom:1px solid #dadce4;padding-bottom:27px;margin-bottom:27px;font-size:16px}.action-details .note-highlighted{background-color:#f0f7ff;padding:27px;border:1px solid #6fb1fc}.action-details .note-title{color:#298bfa;margin-bottom:13.5px}.action-details .note-text{line-height:1.5;margin-bottom:0}.form-date-field ._720kb-datepicker-calendar{margin-left:0;position:static;transition:opacity 1s;opacity:0;height:0;padding:0}.form-date-field ._720kb-datepicker-calendar._720kb-datepicker-open{margin-top:27px;opacity:1;height:auto;margin-left:-0.5%;padding:0 0 2% 0}.form-date-field ._720kb-datepicker-calendar-header:nth-child(odd){background-color:#298bfa}.form-date-field ._720kb-datepicker-calendar-day{border-radius:3px;border:1px solid #dadce4;border-bottom:3px solid #dadce4}.form-date-field ._720kb-datepicker-today{background:#5ba6fb;color:#fff;border-bottom-color:#298bfa}.form-date-field ._720kb-datepicker-active{background:#298bfa;color:#fff;border:1px solid #298bfa;border-top:3px solid rgba(0,0,0,.1)}.form-date-field ._720kb-datepicker-disabled{border-bottom:1px solid #dadce4;transform:translateY(3px)}.options{list-style:none;padding:0;margin:0;margin-bottom:27px;line-height:1.5}.options li:last-child{margin-bottom:0}.options-item{display:flex;align-items:center;color:#111930;cursor:pointer;text-decoration:none;font-size:18px;padding:13.5px;padding-left:0;position:relative}.options-item:hover{color:#111930;cursor:pointer;text-decoration:none}.options-item:hover:not(.active){position:relative}.options-item:hover:not(.active) span{display:flex;align-items:center;justify-content:center}.options-item:hover:not(.active) span::before{border-radius:12px;width:12px;height:12px;animation:zoomIn .25s;background:#3fad63;content:"";display:block}.options-item.active{color:#111930;cursor:pointer;text-decoration:none}.options-item.active:hover{color:#111930;cursor:pointer;text-decoration:none}.options-item.active span{background:#d4f8cf}.options-item.active::before{font-family:FontAwesome,system-ui;content:"";position:absolute;animation:zoomIn .25s;color:#3fad63;font-size:2em;z-index:10}.options-item-button{border-radius:30px;width:30px;height:30px;background:#e1e3eb;display:block;margin-right:18px;position:relative;flex-shrink:0}.options-item-button-square{border-radius:5px}@keyframes zoomIn{0%{transform:scale(0.001)}100%{transform:scale(1)}}.action-form label,.action-form-label,.form label,.form-label{display:block;font-size:18px;margin-bottom:13.5px}.action-form label.is-optional,.action-form-label.is-optional,.form label.is-optional,.form-label.is-optional{display:flex;justify-content:space-between}.action-form label small,.action-form-label small,.form label small,.form-label small{font-style:italic;font-weight:300}.action-form label-optional,.action-form-label-optional,.form label-optional,.form-label-optional{font-weight:normal}.action-form-text-field.has-icon,.form-text-field.has-icon{padding-left:54px}.action-form-text-field-icon,.form-text-field-icon{position:absolute;top:0;bottom:0;width:54px;display:flex;align-items:center;justify-content:center;font-size:20.25px;color:#8c8c8c;pointer-events:none}.action-form-text-field-icon i,.form-text-field-icon i{line-height:1}.action-form-text-field-container,.form-text-field-container{position:relative;margin-bottom:27px}.action-form-text-field-container .form-text-field,.form-text-field-container .form-text-field{margin-bottom:0}.action-form-date-field,.form-date-field{position:relative;margin-bottom:27px}.action-form-date-field::before,.form-date-field::before{font-family:FontAwesome,system-ui;content:"";position:absolute;color:#298bfa;font-size:18px;left:27px;top:15px}.action-form-date-field .form-text-field,.form-date-field .form-text-field{margin-bottom:0;text-indent:54px}.action-form-money-field,.form-money-field{position:relative;margin-bottom:27px}.action-form-money-field::before,.form-money-field::before{font-family:FontAwesome,system-ui;content:"";position:absolute;color:#298bfa;font-size:18px;left:27px;top:15px}.action-form-money-field .form-text-field,.form-money-field .form-text-field{margin-bottom:0;text-indent:54px}.action-form-money-field::before,.form-money-field::before{top:23px}.action-form .tx-value,.action-form-tx-value,.form .tx-value,.form-tx-value{color:#111930;font-size:40px;font-weight:300}.action-form [placeholder]:empty::before,.form [placeholder]:empty::before{display:none}.providers-field .form-text-field-icon{z-index:3}.providers-field .ui-select-bootstrap.form-text-field .form-control{padding-left:54px}.pdf-view-dialog{position:relative;overflow-y:scroll;overflow-x:visible}.pdf-view-controls{position:sticky;top:0}.pdf-view-controls .loading-spinner{position:absolute;left:50%;transform:translate(-50%);top:27px}.pdf-view-controls button{display:flex;align-items:center;background:rgba(17,25,48,.5);border:0;border-radius:6px;color:#fff;font-size:27px;padding:13.5px;position:absolute;top:27px;transition:opacity .5s,background .5s}.pdf-view-controls button:hover{background:#111930}.pdf-view-controls button.pdf-back span{margin-left:10px}.pdf-view-controls button.pdf-next span{margin-right:10px}.pdf-view-controls button.ng-enter{opacity:0}.pdf-view-controls button.ng-enter.ng-enter-active{opacity:1}.pdf-view-controls button.ng-leave{opacity:1}.pdf-view-controls button.ng-leave.ng-leave-active{opacity:0}.pdf-view-controls .pdf-next{right:27px}.pdf-view-controls .pdf-back{left:27px}.details-box-item,.details-box-phone,.details-box-email{flex:1 1;margin-right:27px}@media screen and (max-width: 1400px){.details-box-item,.details-box-phone,.details-box-email{margin-right:0;margin-bottom:27px}.details-box-item:last-child,.details-box-phone:last-child,.details-box-email:last-child{margin-bottom:0}}.details-box-item>div,.details-box-phone>div,.details-box-email>div{display:flex;align-items:center;background-color:#f8f6f7;padding:14px;border:1px solid #dbdbdd;border-radius:6px;color:#71717d;cursor:pointer;text-decoration:none;color:#71717d;flex:1;position:relative;text-align:left}.details-box-item>div:hover,.details-box-phone>div:hover,.details-box-email>div:hover{color:#71717d;cursor:pointer;text-decoration:none}.details-box-item span,.details-box-phone span,.details-box-email span{flex-grow:1;flex-shrink:1}.details-box-item:hover>div,.details-box-phone:hover>div,.details-box-email:hover>div{background-color:#eef2fb;padding:14px;border:1px solid #a0a9f8;border-radius:6px;cursor:pointer}.details-box{margin-bottom:27px;line-height:1.5;display:flex;align-items:stretch;margin-bottom:54px}@media screen and (max-width: 1400px){.details-box{flex-direction:column}}.details-box-icon{width:14px;height:14px;font-size:21px;line-height:.75;margin-left:10px}.details-box-icon svg{fill:#71717d}.details-box-icon-email{width:18px;height:14px}.details-box-icon-phone{width:17px;height:15px}.details-box-icon-n-1-square{height:21px}.details-box-icon-key{height:21px}.details-box-icon-email,.details-box-icon-phone,.details-box-icon-n-1-square,.details-box-icon-key{margin-right:13.5px}.details-box-phone{margin-right:0}.details-box-item:last-child{margin-right:0}.info-list{margin-bottom:54px;overflow:hidden;position:relative}.info-list-pane-wrapper,.info-list-pane{display:flex;align-items:flex-start}.info-list-pane-wrapper{transition:.25s transform}.info-list-item{background-color:#298bfa;padding:13.5px;border-radius:6px;color:#fff;flex-grow:1;flex-shrink:1;margin-right:10px;white-space:nowrap}.info-list-item:last-child{margin-right:0}.info-list-icon{margin-right:5px}.info-list-slide-right{display:flex;align-items:center;justify-content:center;background:#fff;height:100%;position:absolute;top:0;width:30px;z-index:10;right:0}.info-list-slide-right:hover{cursor:pointer}.info-list-slide-right::after{background:linear-gradient(-0.25turn, #fff, transparent);content:"";height:100%;position:absolute;width:80px;left:-80px}.info-list-slide-left{display:flex;align-items:center;justify-content:center;background:#fff;height:100%;position:absolute;top:0;width:30px;z-index:10;left:0}.info-list-slide-left:hover{cursor:pointer}.info-list-slide-left::after{background:linear-gradient(0.25turn, #fff, transparent);content:"";height:100%;position:absolute;width:80px;right:-80px}.message-warning,.gdpr-checkbox{background-color:#fff5cc;padding:27px;border:1px solid #fc0}.message-error{background-color:#ffd5cc;padding:27px;border:1px solid #c20}.message-success{background-color:#0c0;padding:27px;border-radius:6px;color:#fff;margin-bottom:27px;font-size:18px}.popover-container{position:relative}.popover-container .v2-popover{z-index:500}.v2-popover{background-color:rgba(102,102,102,.75);padding:10px;border-radius:6px;color:#fff;position:absolute;right:0;top:-50px;white-space:nowrap;box-shadow:2px 2px 20px rgba(0,0,0,.25)}.v2-popover::after{border-top:10px solid rgba(102,102,102,.75);border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);width:0;height:0;bottom:-10px;content:" ";position:absolute;right:10px}.popover-success{color:#fff;background-color:#0c0}.popover-success::after{border-top:10px solid #0c0;border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);width:0;height:0}.popover-warning{color:#fff;background-color:#ca0}.popover-warning::after{border-top:10px solid #ca0;border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);width:0;height:0}.popover-error{color:#fff;background-color:#c20}.popover-error::after{border-top:10px solid #c20;border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);width:0;height:0}.popover-align-left{left:0;right:auto}.popover-align-left::after{right:auto;left:10px}v2-popover{position:absolute;transform-origin:bottom right;transition:transform .1s;top:0;right:0}v2-popover[align=left]{transform-origin:bottom left;left:0;right:auto}v2-popover.ng-leave,v2-popover.ng-enter.ng-enter-active{transform:scale(1)}v2-popover.ng-leave.ng-leave-active,v2-popover.ng-enter{transform:scale(0)}.server-error{background:#c20;color:#fff;font-size:18px;padding:13.5px 27px;border-radius:5px}.deprecation-notice{font-size:18px;line-height:1.5;margin-bottom:1.5em}.deprecation-notice-callout{font-size:27px;margin:0 0 1em}.deprecation-notice p,.deprecation-notice ul{margin-bottom:27px}.countdown{display:flex;align-items:center;justify-content:flex-start;flex:1 1;font-size:2em}.countdown-component{border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,.2);margin-right:20px;overflow:hidden;text-align:center}.countdown-label{background:#f03a4b;color:#fff;font-size:.5em;letter-spacing:2px;padding:10px;text-transform:uppercase}.countdown-value{display:flex;align-items:center;justify-content:center;background:#fff;font-size:2em;font-weight:bold}.countdown-digit{border-right:1px solid #dadce4;padding:0 20px}.countdown-digit:last-child{border:0}gdpr-checkbox{width:100%}.gdpr-checkbox{padding:0 13.5px;width:100%}.gdpr-checkbox-hint{font-size:1.1em;font-weight:normal;position:relative;color:#666}.gdpr-checkbox-hint em{font-size:.9em}.gdpr-checkbox-hint small{position:relative}.gdpr-checkbox md-checkbox .md-label{width:auto}.tx-values{display:flex}@media screen and (max-width: 1390px){.tx-values{flex-direction:column}.tx-values .tx-value{margin-bottom:27px}.tx-values .tx-value:last-child{margin-bottom:0}}.tx-values .tx-value{flex:1 1}.search-bar{margin:39px 0 27px;position:relative}.search-bar-input-container{position:relative}.search-bar-input-container::before{font-family:FontAwesome,system-ui;content:"";position:absolute;align-items:center;bottom:0;color:#8c8c8c;display:flex;font-family:"Material-Design-Iconic-Font",system-ui;font-size:31.86px;left:26px;line-height:0;top:0}.search-bar-input{border-radius:6px;margin-bottom:0;padding:18px 18px 18px 66px}.search-bar-input.is-results{border-radius:5px 5px 0 0}.search-bar-results{background:#111930;border-radius:0 0 5px 5px;color:#fff;position:absolute;width:100%;z-index:500}.search-bar-results-icon{font-size:27px;margin-right:13.5px}.search-bar-results-text{font-size:18px;font-style:italic;font-weight:300}.search-bar-results-name{font-weight:bold;margin-right:13.5px}.search-bar-results-email{font-style:italic}.search-bar-loading,.search-bar-no-results{align-items:center;color:rgba(255,255,255,.5);display:flex;padding:27px}.search-bar-results-list{max-height:50vh;overflow-y:auto}.search-bar-results-list-item{align-items:center;display:flex;font-size:18px;padding:27px;transition:.15s background}.search-bar-results-list-item:nth-child(odd){background:#182343}.search-bar-results-list-item:hover{background:#298bfa;cursor:pointer;transition:.15s background}.search-bar .button-add-patient{border-radius:0 0 5px 5px;justify-content:flex-start;padding:27px}.search-bar .button-add-patient:hover{cursor:pointer}.search-bar-cancel{align-items:center;bottom:0;display:flex;position:absolute;right:18px;top:0;transition:.2s color}.search-bar-cancel-icon{font-size:27px}.search-bar-cancel:hover{color:#298bfa;cursor:pointer;transition:.2s color}.toggle-field{display:flex;font-size:18px;align-items:center;user-select:none}.toggle-field .toggle-field-control{border-radius:18.5px;padding:5px;display:flex;align-items:center;min-width:100px;font-weight:bold;margin-right:27px}.toggle-field .toggle-field-control::before{border-radius:25px;width:25px;height:25px;display:block;content:"";background:#fff}.toggle-field .toggle-field-control.is-on{background:#0c0;color:#fff;flex-direction:row-reverse}.toggle-field .toggle-field-control.is-off{background:#c20;color:#fff}.toggle-field .toggle-field-control-text{text-align:center;flex-grow:1}.toggle-field-text{font-style:italic;font-weight:300}.subsection-header{color:#8c8c8c;padding:27px 54px;display:flex;align-items:center;font-size:24px;font-weight:bold;border:1px solid #dbdbdd;border-left:0;border-right:0;line-height:1;margin-top:0;margin-bottom:0}.subsection-header-text{flex:1}.subsection-header-icon{margin-right:13.5px;height:100%}.subsection-header-button:hover{cursor:pointer;color:#298bfa}.subsection-disabled-message{display:none}.subsection-body{padding:54px;padding-top:27px;transition:filter .2s}.is-disabled .subsection-body{position:relative;filter:blur(3px);transition:filter .2s}.is-disabled .subsection-body::before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(255,255,255,.5);z-index:5000}.is-disabled .subsection-body-disabled-message{display:block}.subsection.is-disabled{position:relative}.subsection.is-disabled .alert{position:absolute;top:0;bottom:0;left:0;right:0;z-index:5001}.email-exists-message-text,.email-exists-message-button{display:block;padding:27px;font-size:18px;flex-grow:0;flex-shrink:1;text-align:center;width:75%;margin:0 auto}.email-exists-message-text{background:#c20;color:#fff;margin-bottom:27px;border-radius:5px;margin-top:27px}.email-exists-message-text::before{border-bottom:27px solid #c20;border-left:27px solid rgba(0,0,0,0);border-right:27px solid rgba(0,0,0,0);width:0;height:0;content:"";position:absolute;top:0;left:50%;transform:translateX(-50%)}.email-exists-message-button{border-radius:40.5px;background:#0c0;color:#fff;font-weight:bold;width:50%;transition:.2s background}.email-exists-message-button:hover{cursor:pointer;background:#00c200;transition:.2s background}.email-exists-message-bg{position:absolute;background:rgba(255,255,255,.75);bottom:-54px;top:-27px;right:-54px;left:-54px;z-index:500;transition:opacity .2s}.email-exists-message-bg.ng-enter{opacity:0}.email-exists-message-bg.ng-enter.ng-enter-active{opacity:1}.email-exists-message-bg.ng-leave{opacity:1}.email-exists-message-bg.ng-leave.ng-leave-active{opacity:0}.email-exists-message-container{position:relative}.email-exists-message-disabled-content{transition:filter .5s}.email-exists-message-disabled-content.is-disabled{filter:blur(2px)}.email-exists-message-content{text-shadow:0 0 20px #fff}.alert{display:flex;flex-direction:column;align-items:center;padding:27px}.alert-center{justify-content:center}.alert-icon{font-size:54px;color:#8c8c8c}.alert-icon-spin{animation:1s infinite spin}.alert-icon-bounce{animation:1s infinite bounce-top alternate}.alert-message{font-weight:300;text-align:center}.alert-message-header{font-size:40px;color:#298bfa}.alert-message-text{font-size:24px}.field-group{display:flex;margin-bottom:27px;padding-bottom:27px}.field-group:last-child{border-bottom:0}.field-group-action{flex:0 0 54px;display:flex;align-items:center;justify-content:center}.field-group-action:hover{cursor:pointer}.field-group-action-icon{font-size:27px;color:#c20}.field-group>v2-field{flex:1}.field-group>v2-field .form-text-field-container{margin:0}.bottom-message{position:fixed;z-index:10000;bottom:0;padding:13.5px 27px;display:flex;align-items:center;margin-left:221px;font-size:24px;width:calc(100vw - 221px);transition:transform .5s;transform-origin:bottom}.bottom-message.ng-enter,.bottom-message.ng-leave.ng-leave-active{transform:scaleY(0.1);transition:transform .5s}.bottom-message.ng-leave,.bottom-message.ng-enter.ng-enter-active{transform:scaleY(1);transition:transform .5s}.bottom-message::after{content:"";background:rgba(255,255,255,.5);animation:width-in 5s;position:absolute;bottom:0;height:5px;left:0}.bottom-message-success{background:#0c0;color:#fff}.bottom-message-error{background:#c20;color:#fff}.bottom-message-warning{background:#ca0;color:#fff}.bottom-message-content{flex:1}.bottom-message-button{font-size:40px;line-height:0}.bottom-message-button:hover{cursor:pointer}@keyframes width-in{from{width:0}to{width:calc(100vw - 221px)}}.entity-action-list-item{display:block;color:#298bfa;padding:13.5px 0}.entity-action-list-item:hover{color:#0571eb}.color-field{display:flex}.color-field__color{width:25%;margin-left:27px;margin-bottom:27px;margin-top:40px;border-radius:5px;flex:1 1;transition:background .2s;border:1px solid #d6d7d8}.body{color:#111930;font-size:18px;margin-bottom:18px}.body--final{margin-bottom:36px}.heading{font-size:48px;font-weight:300;color:#111930;margin:0 0 18px}.heading--size-2{font-size:42px}.heading--size-3{font-size:36px}.heading--size-4{font-size:32px}.heading--size-5{font-size:28px}.rescheduler{margin-bottom:27px;line-height:1.5;background:#fff;border-radius:6px;transition:all 300ms ease}.rescheduler__header{color:#111930;font-size:24px;font-weight:300;background-color:#111930;padding:27px;border-radius:6px;position:relative;display:flex;color:#e1e3eb}.rescheduler__header-icon{color:#e1e3eb;font-size:1.5em;margin-right:.5em}.rescheduler__close{color:#e1e3eb;font-size:1.5em;margin-left:auto;padding-left:2em;margin-right:0;transition:all 300ms ease}.rescheduler__close:hover{color:#fff}.rescheduler__content{display:flex;align-items:center;justify-content:center;min-width:60rem;padding:27px 54px;margin-top:27px;overflow:hidden;position:relative}.rescheduler__success{width:40vw;height:40vh}.step-container{position:relative;transition:.6s transform,.4s opacity;opacity:1;width:100%}.step-container.ng-enter{opacity:0;position:relative}.step-container.ng-enter.ng-enter-active{opacity:1}.step-container.ng-leave{position:absolute;opacity:1;top:54px}.step-container.ng-leave.ng-leave-active{opacity:0}.step-container.ng-leave:first-child{transform:translateX(0)}.step-container.ng-leave:first-child.ng-leave-active{transform:translateX(-100%)}.step-container.ng-leave+.ng-enter{transform:translateX(100%)}.step-container.ng-leave+.ng-enter.ng-enter-active{transform:translateX(0)}.step-container.ng-enter:first-child{transform:translateX(-100%)}.step-container.ng-enter:first-child.ng-enter-active{transform:translateX(0)}.step-container.ng-enter+.ng-leave{transform:translateX(0)}.step-container.ng-enter+.ng-leave.ng-leave-active{transform:translateX(100%)}.modal-open{overflow:hidden}.modal{width:100vw;height:100vh;position:fixed;background-color:rgba(0,0,0,.5);display:block;overflow:auto;cursor:initial}.modal__box{background-color:#fff;position:relative;top:10vh;left:50%;transform:translatex(-50%);border-radius:10px;width:40vw;min-width:70rem;max-width:100rem;margin-bottom:20vh;cursor:initial}.modal__close{position:absolute;right:2rem;top:2rem;color:rgba(255,255,255,.35);font-size:3rem;cursor:pointer;transition:all 300ms ease}.modal__close:hover{color:rgba(255,255,255,.5)}.comm-modal{display:flex;flex-direction:column}.comm-modal__header{width:100%;padding:4rem;background-color:#111930;border-radius:10px}.comm-modal__header-line{color:#fff;font-size:2rem;display:flex;flex-direction:row;margin-bottom:.5rem}.comm-modal__header-key{font-weight:700;width:10%;display:block;text-align:right;margin-right:1em}.comm-modal__header-value{font-weight:300}.comm-modal__status-light{margin-left:.5rem;font-size:1rem;vertical-align:middle}.comm-modal__body{padding:4rem;font-size:2rem}.comm-modal__loading{display:flex;flex-direction:column;align-items:center}.info-tags{display:inline-flex;margin-right:5px}.info-tags__tag{display:none}@media screen and (min-width: 1215px){.info-tags__tag{display:inline-block;font-size:12px;padding:7px;color:rgba(255,255,255,.75);background:rgba(0,0,0,.1);margin:0 1px;border-radius:2px}}@media screen and (min-width: 1543px){.info-tags__tag{font-size:14px}}
.rdrCalendarWrapper {
  box-sizing: border-box;
  background: #ffffff;
  display: inline-flex;
  flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

.rdrDateDisplayItem{
  flex: 1 1;
  width: 0;
  text-align: center;
  color: inherit;
}

.rdrDateDisplayItem + .rdrDateDisplayItem{
    margin-left: 0.833em;
  }

.rdrDateDisplayItem input{
    text-align: inherit
  }

.rdrDateDisplayItem input:disabled{
      cursor: default;
    }

.rdrDateDisplayItemActive{}

.rdrMonthAndYearWrapper {
  box-sizing: inherit;
  display: flex;
  justify-content: space-between;
}

.rdrMonthAndYearPickers{
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rdrMonthPicker{}

.rdrYearPicker{}

.rdrNextPrevButton {
  box-sizing: inherit;
  cursor: pointer;
  outline: none;
}

.rdrPprevButton {}

.rdrNextButton {}

.rdrMonths{
  display: flex;
}

.rdrMonthsVertical{
  flex-direction: column;
}

.rdrMonthsHorizontal > div > div > div{
  display: flex;
  flex-direction: row;
}

.rdrMonth{
  width: 27.667em;
}

.rdrWeekDays{
  display: flex;
}

.rdrWeekDay {
  flex-basis: calc(100% / 7);
  box-sizing: inherit;
  text-align: center;
}

.rdrDays{
  display: flex;
  flex-wrap: wrap;
}

.rdrDateDisplayWrapper{}

.rdrMonthName{}

.rdrInfiniteMonths{
  overflow: auto;
}

.rdrDateRangeWrapper{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.rdrDateInput {
  position: relative;
}

.rdrDateInput input {
    outline: none;
  }

.rdrDateInput .rdrWarning {
    position: absolute;
    font-size: 1.6em;
    line-height: 1.6em;
    top: 0;
    right: .25em;
    color: #FF0000;
  }

.rdrDay {
  box-sizing: inherit;
  width: calc(100% / 7);
  position: relative;
  font: inherit;
  cursor: pointer;
}

.rdrDayNumber {
  display: block;
  position: relative;
}

.rdrDayNumber span{
    color: #1d2429;
  }

.rdrDayDisabled {
  cursor: not-allowed;
}

@supports (-ms-ime-align: auto) {
  .rdrDay {
    flex-basis: 14.285% !important;
  }
}

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge{
  pointer-events: none;
}

.rdrInRange{}

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview{
  pointer-events: none;
}

.rdrDayHovered{}

.rdrDayActive{}

.rdrDateRangePickerWrapper{
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.rdrDefinedRangesWrapper{}

.rdrStaticRanges{
  display: flex;
  flex-direction: column;
}

.rdrStaticRange{
  font-size: inherit;
}

.rdrStaticRangeLabel{}

.rdrInputRanges{}

.rdrInputRange{
  display: flex;
}

.rdrInputRangeInput{}

.rdrCalendarWrapper{
  color: #000000;
  font-size: 12px;
}

.rdrDateDisplayWrapper{
  background-color: rgb(239, 242, 247);
}

.rdrDateDisplay{
  margin: 0.833em;
}

.rdrDateDisplayItem{
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 1px 2px 0 rgba(35, 57, 66, 0.21);
  border: 1px solid transparent;
}

.rdrDateDisplayItem input{
    cursor: pointer;
    height: 2.5em;
    line-height: 2.5em;
    border: 0px;
    background: transparent;
    width: 100%;
    color: #849095;
  }

.rdrDateDisplayItemActive{
  border-color: currentColor;
}

.rdrDateDisplayItemActive input{
    color: #7d888d
  }

.rdrMonthAndYearWrapper {
  align-items: center;
  height: 60px;
  padding-top: 10px;
}

.rdrMonthAndYearPickers{
  font-weight: 600;
}

.rdrMonthAndYearPickers select{
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    padding: 10px 30px 10px 10px;
    border-radius: 4px;
    outline: 0;
    color: #3e484f;
    background: url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;
    background-position: right 8px center;
    cursor: pointer;
    text-align: center
  }

.rdrMonthAndYearPickers select:hover{
      background-color: rgba(0,0,0,0.07);
    }

.rdrMonthPicker, .rdrYearPicker{
  margin: 0 5px
}

.rdrNextPrevButton {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 0.833em;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #EFF2F7
}

.rdrNextPrevButton:hover{
    background: #E1E7F0;
  }

.rdrNextPrevButton i {
    display: block;
    width: 0;
    height: 0;
    padding: 0;
    text-align: center;
    border-style: solid;
    margin: auto;
    transform: translate(-3px, 0px);
  }

.rdrPprevButton i {
    border-width: 4px 6px 4px 4px;
    border-color: transparent rgb(52, 73, 94) transparent transparent;
    transform: translate(-3px, 0px);
  }

.rdrNextButton i {
    margin: 0 0 0 7px;
    border-width: 4px 4px 4px 6px;
    border-color: transparent transparent transparent rgb(52, 73, 94);
    transform: translate(3px, 0px);
  }

.rdrWeekDays {
  padding: 0 0.833em;
}

.rdrMonth{
  padding: 0 0.833em 1.666em 0.833em;
}

.rdrMonth .rdrWeekDays {
    padding: 0;
  }

.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{
  display: none;
}

.rdrWeekDay {
  font-weight: 400;
  line-height: 2.667em;
  color: rgb(132, 144, 149);
}

.rdrDay {
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  padding: 0;
  line-height: 3.000em;
  height: 3.000em;
  text-align: center;
  color: #1d2429
}

.rdrDay:focus {
    outline: 0;
  }

.rdrDayNumber {
  outline: 0;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  top: 5px;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rdrDayToday .rdrDayNumber span{
  font-weight: 500
}

.rdrDayToday .rdrDayNumber span:after{
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #3d91ff;
  }

.rdrDayToday:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span:after{
      background: #fff;
    }

.rdrDay:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span{
          color: rgba(255, 255, 255, 0.85);
        }

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge{
  background: currentColor;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 5px;
}

.rdrSelected{
  left: 2px;
  right: 2px;
}

.rdrInRange{}

.rdrStartEdge{
  border-top-left-radius: 1.042em;
  border-bottom-left-radius: 1.042em;
  left: 2px;
}

.rdrEndEdge{
  border-top-right-radius: 1.042em;
  border-bottom-right-radius: 1.042em;
  right: 2px;
}

.rdrSelected{
  border-radius: 1.042em;
}

.rdrDayStartOfMonth .rdrInRange, .rdrDayStartOfMonth .rdrEndEdge, .rdrDayStartOfWeek .rdrInRange, .rdrDayStartOfWeek .rdrEndEdge{
    border-top-left-radius: 1.042em;
    border-bottom-left-radius: 1.042em;
    left: 2px;
  }

.rdrDayEndOfMonth .rdrInRange,  .rdrDayEndOfMonth .rdrStartEdge,  .rdrDayEndOfWeek .rdrInRange,  .rdrDayEndOfWeek .rdrStartEdge{
    border-top-right-radius: 1.042em;
    border-bottom-right-radius: 1.042em;
    right: 2px;
  }

.rdrDayStartOfMonth .rdrDayInPreview, .rdrDayStartOfMonth .rdrDayEndPreview, .rdrDayStartOfWeek .rdrDayInPreview, .rdrDayStartOfWeek .rdrDayEndPreview{
    border-top-left-radius: 1.333em;
    border-bottom-left-radius: 1.333em;
    border-left-width: 1px;
    left: 0px;
  }

.rdrDayEndOfMonth .rdrDayInPreview, .rdrDayEndOfMonth .rdrDayStartPreview, .rdrDayEndOfWeek .rdrDayInPreview, .rdrDayEndOfWeek .rdrDayStartPreview{
   border-top-right-radius: 1.333em;
   border-bottom-right-radius: 1.333em;
   border-right-width: 1px;
   right: 0px;
 }

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview{
  background: rgba(255, 255, 255, 0.09);
  position: absolute;
  top: 3px;
  left: 0px;
  right: 0px;
  bottom: 3px;
  pointer-events: none;
  border: 0px solid currentColor;
  z-index: 1;
}

.rdrDayStartPreview{
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 1.333em;
  border-bottom-left-radius: 1.333em;
  left: 0px;
}

.rdrDayInPreview{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.rdrDayEndPreview{
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-right-radius: 1.333em;
  border-bottom-right-radius: 1.333em;
  right: 2px;
  right: 0px;
}

.rdrDefinedRangesWrapper{
  font-size: 12px;
  width: 226px;
  border-right: solid 1px #eff2f7;
  background: #fff;
}

.rdrDefinedRangesWrapper .rdrStaticRangeSelected{
    color: currentColor;
    font-weight: 600;
  }

.rdrStaticRange{
  border: 0;
  cursor: pointer;
  display: block;
  outline: 0;
  border-bottom: 1px solid #eff2f7;
  padding: 0;
  background: #fff
}

.rdrStaticRange:hover .rdrStaticRangeLabel,.rdrStaticRange:focus .rdrStaticRangeLabel{
      background: #eff2f7;
    }

.rdrStaticRangeLabel{
  display: block;
  outline: 0;
  line-height: 18px;
  padding: 10px 20px;
  text-align: left;
}

.rdrInputRanges{
  padding: 10px 0;
}

.rdrInputRange{
  align-items: center;
  padding: 5px 20px;
}

.rdrInputRangeInput{
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  border: solid 1px rgb(222, 231, 235);
  margin-right: 10px;
  color: rgb(108, 118, 122)
}

.rdrInputRangeInput:focus, .rdrInputRangeInput:hover{
    border-color: rgb(180, 191, 196);
    outline: 0;
    color: #333;
  }

.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{
  content: '';
  border: 1px solid currentColor;
  border-radius: 1.333em;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0px;
  right: 0px;
  background: transparent;
}

.rdrDayPassive{
  pointer-events: none;
}

.rdrDayPassive .rdrDayNumber span{
    color: #d5dce0;
  }

.rdrDayPassive .rdrInRange, .rdrDayPassive .rdrStartEdge, .rdrDayPassive .rdrEndEdge, .rdrDayPassive .rdrSelected, .rdrDayPassive .rdrDayStartPreview, .rdrDayPassive .rdrDayInPreview, .rdrDayPassive .rdrDayEndPreview{
    display: none;
  }

.rdrDayDisabled {
  background-color: rgb(248, 248, 248);
}

.rdrDayDisabled .rdrDayNumber span{
    color: #aeb9bf;
  }

.rdrDayDisabled .rdrInRange, .rdrDayDisabled .rdrStartEdge, .rdrDayDisabled .rdrEndEdge, .rdrDayDisabled .rdrSelected, .rdrDayDisabled .rdrDayStartPreview, .rdrDayDisabled .rdrDayInPreview, .rdrDayDisabled .rdrDayEndPreview{
    filter: grayscale(100%) opacity(60%);
  }

.rdrMonthName{
  text-align: left;
  font-weight: 600;
  color: #849095;
  padding: 0.833em;
}


/*# sourceMappingURL=app.fe1f7ec24812c4fe4390.css.map*/